@charset "UTF-8";

.contents_lp.contact_lp h3{
	color: #000000 !important;
}

.contents_lp.contact_lp:after {
	background: none !important;
}
.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #9b1f5b;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
	margin: 30px auto;
}

.button-2:hover {
    background-color: #8b0f4b;
}


@media screen and (max-width: 600px) {
	.h2_bt{
		margin-bottom: -50px!important;
	}
}


    @media screen and (min-width: 768px) {
      .br-sp {
        display: none;
      }
    }
    /* スマホ表示時に表示 */
    @media screen and (max-width: 767px) {
      .br-sp {
        display: block; /* あるいは inline */
      }
		
		.button-2 {
    font-size: 1.3em;
}
    }

