@charset "utf-8";

.fix_banner {
    display: none;
}
@media screen and (max-width: 768px) {

body {
    padding-bottom: 24vw;
}

footer .copy {font-size: 10px;}

.thanks .detail h1 {
    font-size: 5vw;
}
.thanks .detail h1 + p {
    font-size: 3.5vw;
    line-height: 1.6em;
}

.fix_banner {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000000000000000;
}
.fix_banner ul {
    align-items: stretch;
    justify-content: space-between;
}
.fix_banner ul li {
    
}
.sp_mail {
    display: block;
    background: #fbc500;
    box-shadow: 0 -5px 0 #bb960d;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding: 1em 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}
.sp_line {
    display: block;
    background: #00b050;
    box-shadow: 0 -5px 0 #017537;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding: 1em 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}
.sp_tel {
    background: #ff3300;
    box-shadow: 0 -5px 0 #b32b07;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding: 0.5em;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    text-align: left;
    height: 100%;
    box-sizing: border-box;
}
.sp_tel img {
    width: 15%;
}
.sp_tel .box {
    flex: 1 0 0%;
    text-align: center;
}
.sp_tel .box .txt {
    display: block;
    font-size: 3vw;
    line-height: 1;
}
.sp_tel .box .num {
    font-size: 5.5vw;
    line-height: 1;
    font-weight: 900;
}

.fix_banner ul li:nth-child(1) {
    flex: 1 0 0%;
}
.fix_banner ul li:nth-child(2) {
    width: 40%;
}
.fix_banner ul li:nth-child(3) {
    width: 20%;
}
	.fix_banner ul li:nth-child(2) img{
		max-width: 60px
	}

header .logo {
    width: 40%;
    margin: 0 0 0 .5em;
    padding: 0;
    box-sizing: border-box;
    }

header .logo img {
    max-width: 100%;
}
    
header .flex {
		display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;
}

header .flex:nth-last-of-type(1) {
		margin-left: auto;
}

header .util .tel_cell {
    display: none;
}
header .util {
    width: 60%;
    margin-right: .5em;
    box-sizing: border-box;
}
header .util .tel_cell_sp {
    display: block;
}
header .util .contact_cell {
    display: none;
}
.mv {
    padding: 1rem 1rem 0.5rem;
}
.coupon {
    padding: 1rem;
}
.cv {
    padding: 1rem;
}
.cv h2 img {
    display: block;
}
.cv h2 {
    margin-bottom: 0.5rem;
}
.cv_bloc .upper {;
    gap: 1rem;
}
.cv_bloc .upper .left {
    width: 100%;
}
.cv_bloc .upper .right {
    width: 100%;
}
.cv_bloc .upper .right a {
    display: inline-block;
    width: 48%;
}

.pack {
    padding: 1rem;
}
.pack_bloc ul li {
    width: calc(100% / 2 - 1rem);
}
.purchase_bloc ul li {
    width: 100%;
}

.result {
    padding: 1rem;
}
.result h2 {
    width: 64%;
    margin: 0 auto 1rem;
}
.result_item:nth-child(odd) .box {
    flex-direction: column;
}
.result_item .box {
    border: solid 1px #000;
}
.result_item .box .voices {
    width: 100%;
}
.result_item .box .voices .upper figure {
    width: 30%;
}
.result_item .box .voices .upper h3 {
    font-size: 4vw;
}
.result_item .box .voices .bottom p {
    font-size: 3.5vw;
}

.result_item .box {
    flex-direction: column;
    gap: 0;
}
.result_item:after {
    top: 6px;
    left: 6px; 
}

.flow {
    padding: 1rem;
}
.service {
    padding: 1rem;
}
.service h2 {
    margin-bottom: 1rem;
}

.service_bloc ul {
    gap: 1rem;
}
.service_bloc ul li {
    width: calc(100% / 2 - 0.5rem);
}

.voice {
    padding: 1rem;
}


.voice_bloc ul li:nth-child(2) {
    margin-top: 0;
}
.voice_bloc ul li:nth-child(3) {
    margin-top: 0;
}
.voice_bloc ul li:nth-child(4) {
    margin-top: 0;
    width: 40%;
}

.voice_bloc ul li {
    width: calc(100% / 2 - 0.5rem);
}
.voice_bloc ul {
    gap: 1rem;
}

.faq {
    padding: 1rem;
}
.faq h2 {
    width: 64%;
    margin: 0 auto 1rem;
}

.faq_bloc dl + dl {
    margin-top: 1em;
}
.faq_bloc dl dt {
    font-size: 4vw;
    padding: 1rem 3rem 1rem 3rem;
}
.faq_bloc dl dd {
    padding: 0 0.8em 1em 3em;
    font-size: 4vw;
    line-height: 1.2em;
}

.faq_bloc dl dt:before {
    width: 1.2em;
    top: 1em;
}
.faq_bloc dl dd:before {
    width: 1.2em;
    top: 1em;
}

.faq_bloc dl dt:after {
    top: 1rem;
}

.area {
    padding: 1rem;
}
.area h2 {
    width: 64%;
    margin: 0 auto 1rem;
}

.area_upper_box {
    width: 100%;
}
.area_upper_box h3 span {
    font-size: 5vw;
}
.area_upper_box h3 i {
    width: 2rem;
}
.area_upper_box ul li {
    font-size: 3.5vw;
}
.area_upper_box p {
    font-size: 3.5vw;
}

.area_item {
    border: solid 1px #000;
}
.area_item h4 {
    font-size: 4vw;
}
.area_item ul {
    font-size: 3.5vw;
}
.area_item + .area_item {
    margin-top: 1rem;
}



.company {
    padding: 1rem;
}
.company h2 {
    width: 64%;
    margin: 0 auto 1rem;
}
.company_bloc {
    border: solid 1px #000;
}
.company_bloc table {
    background: #fff;
    border: none;
    font-size: 3.5vw;
    line-height: 1.6em;
    margin: 0 auto;
}
.company_bloc table th {
    padding: 0.5rem;
}
.company_bloc table td {
    padding: 0.5rem;
}



.contact {
    padding: 1rem;
}
.contact h2 {
    width: 64%;
    margin: 0 auto 0;
}
.contact_title figure {
    width: 12vw;
    top: 0;
}
.contact_title {
    padding-bottom: 1rem;
}

.contact_bloc {
    border: solid 1px #000;
}

.contact_bloc dl dd {
    border-left: none;
    padding: 0.5rem;
}
.contact_bloc dl dt {
    margin-bottom: 0;
}
.contact_bloc dl {
    border: none;
}
.pc_none {
    display: block;
}
    
.sp_none {
    display: none;
}

.cv_bloc09{
	background: url(../images/img_cv_tel_sp09.png) center 0 no-repeat;
	background-size: 100% auto;
	aspect-ratio:497 / 530;
	width: 100%;
display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
}
.tel_btn{
	width: 100%;
	height: 70%;
	display: block;
}
.contact_btn{
	position: relative;
	top: 0%;
	right: 0%;
	width: 90%;
	max-width: 444px;
}

}

