.mv{ padding: 11rem 10rem 2.5rem; position: relative; z-index: 0; }
.mv:before{ content: ''; width: calc(50vw + 10rem); height: 100%; background: var(--gradation01); position: absolute; top: 0; right: 0; z-index: -2; }
.mv:after{ content: ''; width: calc(50vw + 10rem); height: 100%; background: url(../images/common/webp/bg01.webp) center/15rem; position: absolute; top: 0; right: 0; z-index: -1; }
.mv img{ display: block; width: 100%; height: 40rem; object-fit: cover; object-position: center; margin: 0 auto 2.5rem; }

.pankuzu{ width: 100%; margin: 0 auto; text-align: left; position: relative; z-index: 1; }
.pankuzu:before{ content: ''; width: 100vw; height: 100%; background: var(--bg-color); position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
.pankuzu li{ font-size: 1.2rem; display: inline-block; }
.pankuzu li:not(:last-of-type):after{ content: '-'; margin-left: .5em; }

main{ display: block; width: 800px; margin: 8rem auto 14rem; }
main h1{ font-size: 3.4rem; color: var(--sub-color01); text-align: center; position: relative; z-index: 0; height: 15rem; padding-top: 7rem; margin-bottom: 5.4rem; }
main h1:before{ content: attr(data-en); font-size: 15rem; font-family: var(--en-font); line-height: .7; letter-spacing: 0; color: #faf9f7; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
main h1:after{ content: ''; width: 18rem; height: 6.2rem; background: url(../images/common/webp/item-ttl01.webp) no-repeat center/contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }

main section > img{ display: block; width: 100%; margin: 3rem 0 2rem; }
main section + section{ margin-top: 8rem; }
main section > *:first-child{ margin-top: 0 !important; }
main section > *:last-child{ margin-bottom: 0 !important; }
main section a:not([class]){text-decoration: underline;
    color: #4176bd;}
main section a.btn{ margin: 2rem 0; }
main section a.btn.center{ margin-left: auto; margin-right: auto; }

main section h2:not(.no-style){ font-size: 2.6rem; color: #fff; line-height: 1.6; background: var(--sub-color02); text-align: center; margin: 8rem 0 4rem; padding: .3em 1em; }
main section h3:not(.no-style){ font-size: 2.4rem; color: var(--sub-color01); border-bottom: solid 1px; margin: 6rem 0 2.6rem; }
main section h4:not(.no-style){ font-size: 1.8rem; color: var(--sub-color02); background: var(--bg-color01); padding: .2em 1em; margin: 4rem 0 2rem; position: relative; z-index: 0; }
main section h5:not(.no-style){ font-size: 1.6rem; font-family: var(--base-font); font-weight: 700; padding-left: 4rem; position: relative; color: var(--sub-color01); margin: 3rem 0 1em; }
main section h5:not(.no-style):before{ content: ''; width: 3rem; height: .4rem; background: var(--gradation01); position: absolute; top: 1.2rem; left: 0; }
main section h6:not(.no-style){ font-size: 1.5rem; font-family: var(--base-font); font-weight: 700; color: var(--sub-color01); margin: 1.3em 0 .8em; }
main section h2:not(.no-style) + *:not(.dr-pic),
main section h3:not(.no-style) + *,
main section h4:not(.no-style) + *,
main section h5:not(.no-style) + *,
main section h6:not(.no-style) + *{ margin-top: 0 !important; }
main section p{ margin-bottom: 1em; line-height: 2; }
main section p strong{ font-weight: 700; background:linear-gradient(transparent 60%, var(--bg-color) 60%);  color: var(--sub-color01);}

main section ol:not([class]){ margin: 4rem 0; counter-reset: number; }
main section ol:not([class]) li{ font-size: 1.6rem; padding-left: 6.4rem; position: relative; min-height: 5rem; display: flex; align-items: center; }
main section ol:not([class]) li:before{ counter-increment: number; content: counter(number); width: 5rem; height: 5rem; background: var(--sub-color02); font-size: 2.8rem; font-family: var(--sub-font); font-weight: 600; color: #fff; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; }
main section ol:not([class]) li + li{ margin-top: 3rem; }

main section ol.inline-block{ margin: 4rem 0; counter-reset: number; }
main section ol.inline-block li{ font-size: 1.6rem; padding-left: 6.4rem; position: relative; min-height: 5rem; display: inline-block; align-items: center; }
main section ol.inline-block li:before{ counter-increment: number; content: counter(number); width: 5rem; height: 5rem; background: var(--sub-color02); font-size: 2.8rem; font-family: var(--sub-font); font-weight: 600; color: #fff; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; }
main section ol.inline-block li + li{ margin-top: 3rem; }

main section ul:not([class]){ margin: 4rem 0; }
main section ul:not([class]) li{ font-size: 1.6rem; padding-left: 2.3rem; position: relative; }
main section ul:not([class]) li strong{ font-weight: 700; color: var(--sub-color01)}
main section ul:not([class]) li:before{ content: ''; width: 1.5rem; height: 1.5rem; border-radius: 1.5rem; background: var(--gradation01); position: absolute; left: 0; top: .7rem; }
main section ul:not([class]) li + li{ margin-top: 2rem; }

main section ol.flow{ counter-reset: flow; margin: 5rem 0; }
main section ol.flow li{ position: relative; line-height: 2; }
main section ol.flow li + li{ margin-top: 4rem; }
main section ol.flow li.has-img{ padding-right: 40rem; }
main section ol.flow li strong:first-of-type{ position: relative; padding-left: 4rem; display: block; margin-bottom: 1.2rem; font-size: 1.8rem; font-weight: 700; color: var(--sub-color02); }
main section ol.flow li strong:first-of-type:before{ counter-increment: flow; content: counter(flow); width: 3rem; height: 3rem; background: var(--sub-color01); border-radius: 3rem; display: flex; justify-content: center; align-items: center; font-size: 1.8rem; font-weight: 700; color: #fff; position: absolute; top: .2rem; left: 0; letter-spacing: 0; line-height: 1; }
main section ol.flow li img{ width: 35rem; position: absolute; top: 0; right: 0; }

main section ol.flow-parted{ counter-reset: flow; margin: 5rem 0; }
main section ol.flow-parted li{ position: relative; line-height: 2; }
main section ol.flow-parted li + li{ margin-top: 4rem; }
main section ol.flow-parted li.has-img{ padding-right: 40rem; }
main section ol.flow-parted li strong:first-of-type{ position: relative; padding-left: 4rem; display: block; margin-bottom: 1.2rem; font-size: 1.8rem; font-weight: 700; color: var(--sub-color02); }
main section ol.flow-parted li strong:first-of-type:before{ counter-increment: flow; content: counter(flow); width: 3rem; height: 3rem; background: var(--sub-color01); border-radius: 3rem; display: flex; justify-content: center; align-items: center; font-size: 1.8rem; font-weight: 700; color: #fff; position: absolute; top: .2rem; left: 0; letter-spacing: 0; line-height: 1; }
main section ol.flow-parted li img{ width: 25%; position: absolute; top: 0; right: 0; }


main section ol.flow-parted-left{ counter-reset: flow; margin: 5rem 0; }
main section ol.flow-parted-left li{ position: relative; line-height: 2; }
main section ol.flow-parted-left li + li{ margin-top: 8rem; }
main section ol.flow-parted-left li.has-img + li{  margin-top: 10rem; }

main section ol.flow-parted-left li.has-img {  margin-top: 0rem; }
main section ol.flow-parted-left li.has-img:last-of-type {  margin-top: 10rem; margin-bottom: 20rem;}
main section ol.flow-parted-left li.has-img{ padding-left: 25rem; }
main section ol.flow-parted-left li strong:first-of-type{ position: relative; padding-left: 4rem; display: block; margin-bottom: 1.2rem; font-size: 1.8rem; font-weight: 700; color: var(--sub-color02); }
main section ol.flow-parted-left li strong:first-of-type:before{ counter-increment: flow; content: counter(flow); width: 3rem; height: 3rem; background: var(--sub-color01); border-radius: 3rem; display: flex; justify-content: center; align-items: center; font-size: 1.8rem; font-weight: 700; color: #fff; position: absolute; top: .2rem; left: 0; letter-spacing: 0; line-height: 1; }
main section ol.flow-parted-left li img{ width: 25%; position: absolute; top: 0; left: 0; }

main section table:not(.no-style){ width: 100%; margin: 4rem 0; font-size: 1.4rem; }
main section table:not(.no-style) th{ padding: 1em; vertical-align: middle; border: solid 1px var(--bg-color01); line-height: 1.7; background: #faf9f7; font-weight: 700; color: var(--sub-color02); }
main section table:not(.no-style) td{ padding: 1em; vertical-align: middle; border: solid 1px var(--bg-color01); line-height: 1.7; }

main section .case-pic{ display: flex; flex-wrap: wrap; }
main section .case-pic li{ width: 25rem; margin-right: calc((100% - 25rem * 3) / 2); }
main section .case-pic li:nth-of-type(3n){ margin-right: 0; }
main section .case-pic li:nth-of-type(n+4){ margin-top: 2rem; }
main section .case-pic li img{ width: 100%; }


/*** doctor ***/

.dr-pic{ width: 100%; height: 30rem; display: flex; align-items: center; background: url(../images/doctor/bg01.jpg) no-repeat center/cover; position: relative; z-index: 0; padding-left: 9rem; margin: 10rem 0 1.5rem; }
.dr-pic:before{ content: ''; width: calc(100% - 2rem); height: calc(100% - 2rem); border: solid 2px var(--sub-color02); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; }
.dr-pic:after{ content: ''; width: calc(100% - 3rem); height: calc(100% - 3rem); border: solid 1px var(--sub-color02); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; }
h2 + .dr-pic{ margin-top: 7rem; }
.dr-pic img{ width: 40rem; position: absolute; right: 0; bottom: 0; }
.dr-pic h3{ font-size: 5rem; color: var(--sub-color02); line-height: 1.6; }
.dr-pic h3:after{ content: attr(data-en); display: block; font-size: 2.4rem; line-height: 1; color: var(--sub-color01); letter-spacing: normal;}
.history-row{ display: flex; justify-content: space-between; margin: 3.6rem 0 }
.history-row .inner{ width: 37rem; }
.history-row .inner h4{ font-size: 1.6rem; color: var(--sub-color02); background: var(--bg-color01); text-align: center; margin-bottom: 2.5rem; position: relative; z-index: 0; padding: .25em; }
.history-row .inner table{ width: 100%; font-size: 1.6rem; }
.history-row .inner table th{ width: 1px; padding-right: 1.5em; white-space: nowrap; font-weight: 400; letter-spacing: 0; }
.history-row .inner table td{ font-size: 15px; letter-spacing: 0.02rem;}
.history-row .inner table tr + tr > *{ padding-top: .5em; }
.history-row .inner ul li{ padding-left: 1em; position: relative; font-size: 15px; letter-spacing: 0.02rem; }
.history-row .inner ul li:before{ content: ''; position: absolute; left: 0; }
.history-row .inner ul li + li{ margin-top: .5em; }


/*** treatment ***/

main h1 + p.sub-font{ font-size: 1.8rem; text-align: center; margin: 0 0 4rem; }

.sub-treatment{ width: 100rem; margin-left: -10rem; position: relative; z-index: 0; padding-bottom: 10rem; }
.sub-treatment:before{ content: ''; width: 100vw; height: calc(100% - 20rem); background: var(--bg-color01); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; }

/*gray-box*/
main section div.gray-box {background: #f3f3f3;border-radius: 3rem;padding: 4rem 5rem 6rem; margin-top: 3.5rem; margin-bottom: 3.5rem;}
main section div.gray-box .side-img {margin: 0 0 40px;}

main section div.gray-box h3 {
    margin: 2rem 0 2rem;
}
main section div.gray-box h4 {
    margin: 2rem 0 2rem;
}

/*side-img*/
.side-img {display: flex;justify-content: space-between;margin: 40px 0;flex-wrap: wrap;}
.side-img .content {width: 48%;padding: 0px;margin: 0;}
.side-img .content h3{margin-top: 0;}
.side-img .content h4{margin-top: 0;}
.side-img .img {width: 48%;}

/*side-parted-img*/
.side-parted-img{display: flex;justify-content:space-around;margin: 40px 0;}
.side-parted-img .content {width: 65%;padding: 0px;margin: 0;}
.side-parted-img .content h3{margin-top: 0;}
.side-parted-img .content h4{margin-top: 0;}
.side-parted-img .img {width: 30%;}

/*painless*/

.sec-painless{ background: url(../images/index/webp/painless-bg01.webp) no-repeat center/cover; padding: 10rem 0; margin: 3rem calc(50% - 50vw);width: 100vw;}
.sec-painless .white-wrap{ background: #fff; z-index: 0; padding: 9.4rem 10rem 10rem; }
.sec-painless .white-wrap:before{ content: ''; width: calc(100% - 2rem); height: calc(100% - 2rem); box-sizing: border-box; border: solid .4rem var(--bg-color01); position: absolute; top: 50%; left: 50%;  transform: translate(-50%,-50%); z-index: -1; }
.sec-painless .white-wrap:after{ content: ''; width: calc(100% - 4rem); height: calc(100% - 4rem); box-sizing: border-box; border: solid 1px var(--bg-color01); position: absolute; top: 50%; left: 50%;  transform: translate(-50%,-50%); z-index: -1; }
.sec-painless .white-wrap h2{ font-size: 2.4rem; color: var(--sub-color03); text-align: center; letter-spacing: .12em; }
.sec-painless .white-wrap .head{ padding-bottom: 4.5rem; position: relative; }
.sec-painless .white-wrap .head div[class^="round"]{ padding-bottom: 10rem; position: absolute; bottom: 0; }
.sec-painless .white-wrap .head div[class^="round"] p{ width: 20rem; height: 20rem; border-radius: 100%; background: var(--gradation01); display: flex; justify-content: center; align-items: center; font-size: 1.8rem; font-weight: 700; text-align: center; color: var(--bg-color01); }
.sec-painless .white-wrap .head div[class^="round"] p strong{ position: relative; }
.sec-painless .white-wrap .head div[class^="round"] p strong:before{ content: ''; width: .3rem; height: .3rem; border-radius: 100%; background: var(--bg-color01); position: absolute; top: -.7rem; left: 50%; transform: translateX(-50%); }
.sec-painless .white-wrap .head .round-left{ left: -2.3rem }
.sec-painless .white-wrap .head .round-left img{ position: absolute; bottom: 0; right: 0; max-width: none; }
.sec-painless .white-wrap .head .round-right{ right: -2.3rem }
.sec-painless .white-wrap .head .round-right img{ position: absolute; bottom: 0; left: 0; max-width: none; }
.sec-painless .white-wrap .worry-list{ position: relative; z-index: 0; padding: 4rem 0 5rem; display: table; margin: 0 auto 4rem; min-width: 38rem; }
.sec-painless .white-wrap .worry-list:before{ content: ''; width: 100vw; height: 100%; background: var(--bg-color01); position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
.sec-painless .white-wrap .worry-list li{ font-size: 1.8rem; font-weight: 700; color: var(--sub-color02); letter-spacing: .1em; height: 5rem; width: 100%; display: flex; align-items: center; padding-left: 4.4rem; background: url(../images/common/border01.png) repeat-x left bottom/auto 1.5px; position: relative; }
.sec-painless .white-wrap .worry-list li:before{ content: ''; width: 2.4rem; height: 2rem; background: url(../images/index/icon-check01.png) no-repeat center/contain; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.sec-painless .white-wrap .worry-list li strong{ color: var(--sub-color01); }
.sec-painless .white-wrap .btn{ margin: 4rem auto 0; }

/*flow*/

.sec-flow.wrap.midium {width: 80rem;}
.sec-flow .item01{ position: absolute; top: 20rem; left: calc(-80vw + 80rem); z-index: 1; }
.sec-flow .item01 picture img{ width: calc(50vw - 5rem); height: 26rem; object-fit: cover; object-position: center; }
.sec-flow h2{ margin-bottom: 14.5rem; }
.sec-flow .inner{ width: 48rem; margin-left: auto; padding: 7rem 0 10rem; position: relative; z-index: 0; }
.sec-flow .inner:before{ content: ''; width: calc(50vw + 40rem); height: 100%; background: var(--gradation01); position: absolute; bottom: 0; left: -42rem; z-index: -2; }
.sec-flow .inner:after{ content: ''; width: calc(50vw + 40rem); height: 100%; background: url(../images/common/webp/bg01.webp) center/15rem; position: absolute; left: -42rem; bottom: 0; z-index: -1; }
.sec-flow .inner ol{ counter-reset: flow; margin-bottom: 5rem; }
.sec-flow .inner ol li{ color: #fff; display: block; position: relative; min-height: 12.5rem; padding: 2rem 0 2.3rem 8rem; background: url(../images/common/border02.png) repeat-x left bottom/auto 1.5px; }
.sec-flow .inner ol li:before{ counter-increment: flow; content: counter(flow,decimal-leading-zero); width: 6rem; height: 7.5rem; clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%); background: var(--sub-color02); position: absolute; top: 50%; left: 0; transform: translateY(-50%); font-size: 3rem; font-family: var(--sub-font); color: #fff; line-height: 1; letter-spacing: 0; display: block; text-align: center; box-sizing: border-box; padding-top: 1.9rem; }
.sec-flow .inner ol li h3{ font-size: 1.8rem; color: var(--sub-color03);  font-family: var(--base-font); font-weight: 700; margin: 0rem 0 .6rem; border-bottom: 0px;}
.sec-flow .inner ol li p{ line-height: 1.6; font-size: 1.2rem; }
.sec-flow .inner .btn{ margin: 0 auto; }

/*price*/
.sec-price{ padding: 9rem 0 10rem; background: url(../images/common/webp/bg02.webp) repeat-x bottom center/120rem; position: relative; z-index: 0; margin: 0 calc(50% - 50vw);width: 100vw;}
.sec-price:before{ content: ''; width: 100%; height: 100%; background: url(../images/index/webp/dr-bg01.webp) repeat-x left bottom/120rem; position: absolute; bottom: 0; left: 0; z-index: -1; }
.sec-price h2{ font-size: 4rem; color: var(--sub-color01); text-align: center; margin-bottom: 4rem; }
.sec-price .first-visit{ background: #e0dad2; color: var(--sub-color02); text-align: center; margin-bottom: 3rem; }
.sec-price .first-visit dt{ width: 43rem; height: 12rem; display: flex; align-items: center; justify-content: center; clip-path: polygon(0% 0%, calc(100% - 4rem) 0%, 100% 50%, calc(100% - 4rem) 100%, 0% 100%); background: var(--bg-color01); }
.sec-price .first-visit dt h3{ font-size: 2.4rem; font-family: var(--base-font); font-weight: 700; display: table; margin: 0 auto; line-height: 1.6; padding-left: 3.5rem; background: url(../images/index/price-icon01.png) no-repeat center left/3rem; }
.sec-price .first-visit dd{ width: calc(100% - 43rem); align-self: center; padding-right: 3rem; }
.sec-price .first-visit dd strong{ font-size: 2.4rem; font-family: var(--base-font); font-weight: 700; display: table; margin: 0 auto; line-height: 1.6; padding-left: 3.5rem; background: url(../images/index/price-icon02.png) no-repeat center left/3rem; }
.sec-price .white-wrap{ background: #fff; border: solid .4rem var(--bg-color01); padding: 5.5rem 4.5rem 4.5rem; position: relative; z-index: 0; margin-bottom: 3rem; }
.sec-price .white-wrap:before{ content: ''; width: calc(100% - 2rem); height: calc(100% - 2rem); box-sizing: border-box; border: solid 1px var(--bg-color01); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; }
.sec-price .white-wrap ul{ display: flex; margin-bottom: 3.5rem; }
.sec-price .white-wrap ul li{ width: 100%; text-align: center;padding-left: 0rem;  }
.sec-price .white-wrap ul li:before{display: none;}
.sec-price .white-wrap ul li + li{ border-left: solid 1px var(--bg-color01); margin-top: 0;}
.sec-price .white-wrap ul li h3{ font-family: var(--base-font); font-size: 1.8rem; font-weight: 700; line-height: 1; color: var(--sub-color02); text-align: center; margin-bottom: 2.4rem; margin-top: 0; border-bottom: 0px;}
.sec-price .white-wrap + .btn{ margin: 0 auto; }

#pricepage .sec-price{ padding: 0rem 0 10rem; }

/*measures-box*/
.measures-box{background: #f3f3f3;border-radius: 3rem;padding: 4rem 5rem 6rem;margin-top: 3.6rem;}
.measures-box h3{margin: 0rem 0 6rem!important; text-align: center;}
.measures-box h3 strong {font-size: 6rem!important;line-height: 1;}
.measures-box a.btn {width: 100%;}

/*card-list*/
.card-list{ display: flex; justify-content: center; flex-wrap: wrap; }
.card-list li{ width: 20rem; margin-right: 4rem; background: #fff; position: relative; border-radius: 1rem; padding: 0 2rem 2rem; }
.card-list li:nth-of-type(3n),
.card-list li:last-of-type{ margin-right: 0; }
.card-list li:nth-of-type(n+4){ margin-top: 6rem; }
.card-list li .no{ width: 5rem; height: 5rem; border-radius: 2.5rem; background: #A9717E; color: #fff; font-size: 1.2rem; position: absolute; top: -2.5rem; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; }
.card-list li .no span{ display: block; text-align: center; line-height: 1.4; }
.card-list li .no strong{ display: block; font-size: 1.7rem; text-align: center; line-height: 1; background: none!important;padding-bottom: 0px;}
.card-list li img{ width: calc(100% + 4rem); margin-left: -2rem; border-radius: 1rem 1rem 0 0; max-width: initial; }
.card-list li h4{ font-size: 1.5rem; text-align: center; line-height: 1.2; letter-spacing: 0.03em; height: 6rem; border-bottom: solid 1px #f3f3f3; margin-bottom: 1.2rem; margin-top: 20px;}
.card-list li p{ letter-spacing: .05em; margin-bottom: 0; }


.sec-qa .wrap.midium{
    width: 80rem;
}
.sec-qa{
    margin: 10rem auto;
}
.sec-qa h2 {
    padding-top: 4rem;
    background: url(../images/index/item-ttl08.png) no-repeat center top/5rem;
}
.sec-qa .accordion {
margin: 3em 0;
max-width: 100%;
	width: 100%;
	position: static;
}
.sec-qa .toggle {
display: none;
}
.sec-qa .option {
position: relative;
margin-bottom: 3rem;
}
.sec-qa .title,
.sec-qa .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.sec-qa .title {
padding: 1em;
display: block;
color: #333;
font-weight: bold;
padding-right: 60px;
background-color: #f0eeea;
}
.sec-qa .title .q{
    text-align: justify;
    position: relative;
}
.sec-qa .title .q:before{
    content: "Q";
    background: #b1944b;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
}
.sec-qa .title .q:before{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: fot-tsukubrdgothic-std,sans-serif;
    font-weight: 700;
    width: 35px;
    height: 35px;
    color: #d8c9a2;
    font-size: 2rem;
    letter-spacing: normal;
    border-radius: 50px;
    position: absolute;
    top: calc(50% - 17.5px);
    left: 0;
}

.sec-qa .title h3{
    display: inline-block;
    padding-left: 60px;
    border-bottom: 0px; 
    margin: 0rem;
}

.sec-qa .title::after,
.sec-qa .title::before {
content: "";
position: absolute;
right: 2.5rem;
top: 2.5rem;
width: 2px;
height: 1.5rem;
background-color: #000;
transition: all 0.3s;
}
.sec-qa .title::after {
transform: rotate(90deg);
}
.sec-qa .content {
max-height: 0;
overflow: hidden;
}
.sec-qa .content {
max-height: 0;
overflow: hidden;
}
.sec-qa .content p {
margin: 0;
padding: 1rem;
padding-left: 9rem;
font-size: 1.6rem;
line-height: 1.5;
}
.sec-qa .content p.a {
    margin-top: 1rem;
    padding-left: 90px;
    position: relative;
}
.sec-qa .content p.a:before{content: "A";background: #dfd4b5; font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;}
.sec-qa .content p.a:before{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: fot-tsukubrdgothic-std,sans-serif;
	font-weight: 700;
	width: 35px;
	height: 35px;
	color: #b1944b;
	font-size: 2rem;
	letter-spacing: normal;
	border-radius: 50px;
	position: absolute;
	top: calc(50% - 17.5px);
	left: 15px;
	}
.sec-qa .toggle:checked + .title + .content {
max-height: 800px;
transition: all 0.5s;
}
.sec-qa .toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

/*side-img*/
.sec-qa .side-img {display: flex;justify-content: space-between;margin: 40px 0;flex-wrap: wrap;}
.sec-qa .side-img .side-content {width: 70%;padding: 0px;margin: 0;}
.sec-qa .side-img .img {width: 30%;}

.sec-qa  ul.list{ margin: 4rem 0;column-count: 4; }
.sec-qa  ul.list li{ font-size: 1.6rem; padding-left: 2.3rem; position: relative; }
.sec-qa  ul.list li:before{ content: ''; width: 1.5rem; height: 1.5rem; border-radius: 1.5rem; background: #b7af97; position: absolute; left: 0; top: .7rem; }
.sec-qa  ul.list li + li{ margin-top: 2rem; }

section .white-wrap h3{
    font-size: 2.4rem;
    color: var(--sub-color01);
    border-bottom: solid 1px;
    margin: 0rem 0 2.6rem!important;
}
section .white-wrap {
    background: #fff;
    box-sizing: border-box;
    border: solid 3px #b48f47;
    border-radius: 2rem;
    padding: 3rem 3rem 4rem;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
section .white-wrap .check {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

section .white-wrap .check li {
    font-size: 1.5rem;
    font-weight: 600;
    width: 35rem;
    background: url("../images/common/icon-check01.png") no-repeat left center/2.2rem;
    border-bottom: solid 1px #b2b2b2;
    padding: 1.1rem 0 1.1rem 4rem;
}
section .white-wrap .check li strong{
	font-weight: 700;
	font-size: 1.7rem;
	color: var(--sub-color01);
}
.flex-btn{
    display: flex;
}
.flex-btn a.btn{
    width: 48%;
    margin-right: 2rem;
}

.column-list{
    column-count: 2;
}

main section ul.column-list{ margin: 4rem 0; }
main section ul.column-list li{ font-size: 1.6rem; padding-left: 2.3rem; position: relative; }
main section ul.column-list li:before{ content: ''; width: 1.5rem; height: 1.5rem; border-radius: 1.5rem; background: var(--gradation01); position: absolute; left: 0; top: .7rem; }
main section ul.column-list li + li{ margin-top: 2rem; }

.flex-img {display: flex;justify-content: center;}
.flex-img .img h4{text-align: center;}
.flex-img .img img{width: 100%;}
.flex-img .img + .img{
	margin-left: 2rem;
}

/*course*/
main section h3.course {
    display: inline-block;
    color: #fff!important;
	background-color: #C46E93;
    border-radius: 6px 6px 0 0;
    padding: 0.2rem 0.4rem 0rem 4rem;
    font-size: 2rem;
	margin-bottom: 0rem!important;
	position: relative;
}
main section h3.course::before{
	content: "";
	width: 3rem;
    height: 3rem;
    background: url(../images/common/icon-resv01.png) no-repeat center/contain;
    position: absolute;
    top: 7%;
    left: 3%;
}
main section .course-box {
    padding: 0.4rem 1.2rem 0.4rem 1rem;
    border: 2px solid #ccc;
    width: 100%;
	border-color: #C46E93;
}
main section .course-box ul {
	column-count: 2;
	margin: 2rem;
}
main section .course-box table{
	margin: 0;
}

main section h3.course.beginner::before{
	content: "";
	width: 3rem;
    height: 3rem;
    background: url(../images/common/beginner.png) no-repeat center/contain!important;
    position: absolute;
    top: 7%;
    left: 3%;
}
main section h3.course.knowleage::before{
	content: "";
	width: 3rem;
    height: 3rem;
    background: url("../images/common/knowleage.png") no-repeat center/contain!important;
    position: absolute;
    top: 7%;
    left: 3%;
}

.worry-list{ position: relative; z-index: 0; padding: 4rem 0 5rem; display: table; margin: 0 auto 4rem; min-width: 38rem; }
.worry-list:before{ content: ''; width: 100vw; height: 100%; background: var(--bg-color01); position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
.worry-list li{ font-size: 1.8rem; font-weight: 700; color: var(--sub-color02); letter-spacing: .1em; height: 5rem; width: 100%; display: flex; align-items: center; padding-left: 4.4rem; background: url(../images/common/border01.png) repeat-x left bottom/auto 1.5px; position: relative; }
.worry-list li:before{ content: ''; width: 2.4rem; height: 2rem; background: url(../images/index/icon-check01.png) no-repeat center/contain; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.worry-list li strong{ color: var(--sub-color01); }

/*care-set*/
.care-set {
    border: 1px solid #ccc;
    border-top: 4px solid #ccc;
    padding: 20px;
    background: url("../images/common/bg001.jpg") repeat-x left top;
}
.directions-com {
    background-color: #FDF4F7;
    padding: 1em;
}
.directions {
    background-color: #c25b87;
    color: #fff;
    line-height: 1;
    padding: 0.5rem 0.5rem 0.4rem 0.5rem;
    margin-bottom: 5px;
    display: inline-block;
}


.sp-break.border-box th{
    background: #fff;
    color: #000;
    box-sizing: border-box;
    border: solid 3px rgb(183, 175, 151);
    border-radius: 2rem 2rem 0rem 0rem;
    padding: 3rem 3rem 4rem;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 0rem;
}
.sp-break.border-box td{
    color: rgb(255, 255, 255);
    background: rgb(183, 175, 151);
}
.pay {
    order: 1;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-left: 10px;
    margin-right: 20px;
}
.pay p:nth-child(1) {
    font-size: 3rem;
    line-height: 1;
    text-align: right;
}
.pay p:nth-child(1) small {
    font-size: 2.2rem;
}
.pay p:nth-child(1) span {
    font-size: 6rem;
}
.pay p:nth-child(1):after {
    content: " ";
    font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, serif;
    font-weight: 700;
    font-size: 4rem;
}
.pay.sougaku p:nth-child(1):after {
    display: none;
}
.pay p:nth-child(2) {
    font-size: 1.4rem;
    position: absolute;
    top: 7px;
    right: 0px;
}
.pay p:nth-child(3) {
    font-size: 1.6rem;
    position: absolute;
    bottom: -45px;
    left: 10px;
}
ul.certificate_side, ul.certificate_vertical {
    display: flex;
    flex-wrap: wrap;
}
ul.certificate_side li, ul.certificate_vertical li {
    width: 29%;
    text-align: center;
    margin-right: 1.2rem;
}
ul.certificate_side li p, ul.certificate_vertical li p{ font-size: 13px; letter-spacing: 0;}
main section ol.features-list {
    counter-reset: card;
    display: flex;
    flex-wrap: wrap;
    margin: 4rem 0;
}
main section ol.features-list li {
    background: var(--sub-color03);
    margin-right: 2.5rem;
    padding: 3rem 2rem;
    width: 25rem;
}
main section ol.features-list li strong:first-of-type {
    border-bottom: 1px solid;
    color: var(--sub-color01);
    display: block;
    font-family: var(--sub-font);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
    position: relative;
    text-align: center;
}
main section ol.features-list li:nth-of-type(3n) {
    margin-right: 0;
}
main section ol.features-list li:nth-of-type(n+4) {
    margin-top: 2.5rem;
}

.treat-list02 a{
	line-height: 1.1;
	padding-bottom: 1rem;
}

.vertical{
      -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr!important;
}

.shorei {display: flex;justify-content: space-between;position: relative;}
.shorei > div {width: 32%;}
.shorei img {width: 100%; margin-bottom: 10px;}


/*banner-price01*/
.banner-cgf{max-width: 960px; margin: 2rem auto 5rem; position: relative;  }
.banner-cgf .point{position: absolute; top: -80px;bottom: 0;right: -85px;z-index: 2; width: 200px; }
.banner-cgf::before{content: "";max-width: 580px;width: 65%;height: 100%;margin: auto;background: url("../images/service/implant/cgf/banner-cgf.jpg")no-repeat center / cover;position: absolute;top: 0;bottom: 0;right: 0;z-index: -1;
}
.banner-cgf .pay-box{display: flex;width: 500px;align-items: center;padding: 10px 10px 10px 10px;margin-bottom: 20px;}
.banner-cgf .title{display: inline-block;padding: 0rem 2rem;font-size: 2rem;color: #fff;font-weight: 800;background: var(--sub-color01);}
.banner-wrap{position: relative; background: linear-gradient( to right, #fff 20%, rgba(255,255,255,0) 100%); padding: 4rem;}
.banner-cgf .banner-wrap:before{ content: ''; width: calc(100% - 2rem); height: calc(100% - 2rem); box-sizing: border-box; border: solid .4rem var(--sub-color01); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-inde:-1;}
.banner-cgf .banner-wrap:after{ content: ''; width: calc(100% - 4rem); height: calc(100% - 4rem); box-sizing: border-box; border: solid 1px var(--sub-color01); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-inde:-1; }
.banner-cgf .pay{ order: 1;  color: #484B4F; font-weight: 700; position: relative; margin-right: 55px; margin-top: 1rem; }
.banner-cgf .pay p:nth-child(1){ font-size: 5rem; line-height: 1; }
.banner-cgf .pay p:nth-child(1) small{ font-size: 2.6rem; }
.banner-cgf .pay p:nth-child(1) span{ font-size: 8.8rem; font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, serif; font-weight: 600; letter-spacing: 0; }
.banner-cgf .pay p:nth-child(2){ font-size: 2rem; position: absolute; top: 7px; right: 65px; }
.banner-cgf .sub-text{font-size:2.5rem;line-height: 1.2;}
.banner-cgf .sub-text span{font-size: 4rem;}
.banner-cgf .call-out-box{display: flex;}
.banner-cgf .call-out-box .btn{z-index:2; margin-left:4rem;}


/*banner-price01*/
.banner-price01{max-width: 960px; margin: 2rem auto 5rem; position: relative;  }
.banner-price01 .point{position: absolute; top: -80px;bottom: 0;right: -85px;z-index: 2; width: 200px; }
.banner-price01::before{content: "";max-width: 580px;width: 65%;height: 100%;margin: auto;background: url("../images/service/invisalign/banner-price01.jpg")no-repeat center / cover;position: absolute;top: 0;bottom: 0;right: 0;z-index: -1;
}
.banner-price01 .pay-box{display: flex;width: 500px;align-items: center;padding: 10px 10px 10px 10px;margin-bottom: 20px;}
.banner-price01 .title{display: inline-block;padding: 0rem 2rem;font-size: 2rem;color: #fff;font-weight: 800;background: var(--sub-color01);}
.banner-wrap{position: relative; background: linear-gradient( to right, #fff 20%, rgba(255,255,255,0) 100%); padding: 4rem;}
.banner-price01 .banner-wrap:before{ content: ''; width: calc(100% - 2rem); height: calc(100% - 2rem); box-sizing: border-box; border: solid .4rem var(--sub-color01); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-inde:-1;}
.banner-price01 .banner-wrap:after{ content: ''; width: calc(100% - 4rem); height: calc(100% - 4rem); box-sizing: border-box; border: solid 1px var(--sub-color01); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-inde:-1; }
.banner-price01 .pay{ order: 1;  color: #484B4F; font-weight: 700; position: relative; margin-right: 55px; margin-top: 1rem; }
/* 金額4桁
.banner-price01 .pay p:nth-child(1){ font-size: 5rem; line-height: 1; }
.banner-price01 .pay p:nth-child(1) small{ font-size: 2.6rem; }
.banner-price01 .pay p:nth-child(1) span{ font-size: 8.8rem; font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, serif; font-weight: 600; letter-spacing: 0; }
.banner-price01 .pay p:nth-child(1):after{ content: "〜"; font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, serif; font-weight: 700; font-size: 6rem; }
*/
/*金額5桁*/
.banner-price01 .pay p:nth-child(1){ font-size: 5rem; line-height: 1; }
.banner-price01 .pay p:nth-child(1) small{ font-size: 2.6rem; }
.banner-price01 .pay p:nth-child(1) span{ font-size: 70px; font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, serif; font-weight: 600; letter-spacing: 0; }
.banner-price01 .pay p:nth-child(1):after{ content: "〜"; font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, serif; font-weight: 700; font-size: 6rem; }	
.banner-price01 .pay p:nth-child(2){ font-size: 2rem; position: absolute; top: -10px; right: 65px; }
.banner-price01 .sub-text{font-size:2.5rem;line-height: 1.2;}
.banner-price01 .sub-text span{font-size: 4rem;}
.banner-price01 .call-out-box{display: flex;}
.banner-price01 .call-out-box .btn{z-index:2; margin-left:4rem;}


/*banner-price02*/
.banner-price02{max-width: 960px; margin: 2rem auto 5rem; position: relative;}
.banner-price02 .point{position: absolute; top: -80px;bottom: 0;right: -85px;z-index: 2; width: 200px; }
.banner-price02::before{content: "";max-width: 580px;width: 65%;height: 100%;margin: auto;background: url("../images/service/invisalign/banner-price02.jpg")no-repeat center / cover;position: absolute;top: 0;bottom: 0;right: 0;z-index: -1;
}
.banner-price02 .pay-box{display: flex;width: 500px;align-items: center;padding: 10px 10px 10px 10px;margin-bottom: 20px;}
.banner-price02 .title{display: inline-block;padding: 0rem 2rem;font-size: 2rem;color: #fff;font-weight: 800;background: var(--sub-color01);}
.banner-wrap{position: relative; background: linear-gradient( to right, #fff 20%, rgba(255,255,255,0) 100%); padding: 4rem;}
.banner-price02 .banner-wrap:before{ content: ''; width: calc(100% - 2rem); height: calc(100% - 2rem); box-sizing: border-box; border: solid .4rem var(--sub-color01); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-inde:-1;}
.banner-price02 .banner-wrap:after{ content: ''; width: calc(100% - 4rem); height: calc(100% - 4rem); box-sizing: border-box; border: solid 1px var(--sub-color01); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-inde:-1; }
.banner-price02 .pay{ order: 1;  color: #484B4F; font-weight: 700; position: relative; margin-right: 55px; margin-top: 1rem; }
.banner-price02 .pay p:nth-child(1){ font-size: 5rem; line-height: 1; }
.banner-price02 .pay p:nth-child(1) small{ font-size: 2.6rem; }
.banner-price02 .pay p:nth-child(1) span{ font-size: 8.8rem; font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, serif; font-weight: 600; letter-spacing: 0; }
.banner-price02 .pay p:nth-child(1):after{ content: "〜"; font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, serif; font-weight: 700; font-size: 6rem; }
.banner-price02 .pay p:nth-child(2){ font-size: 2rem; position: absolute; top: 7px; right: 65px; }
.banner-price02 .sub-text{font-size:2.5rem;line-height: 1.2;}
.banner-price02 .sub-text span{font-size: 4rem;}
.banner-price02 .call-out-box{display: flex;}
.banner-price02 .call-out-box .btn{z-index:2; margin-left:4rem;}


/*banner-price03*/
.banner-price03{max-width: 960px; margin: 2rem auto 5rem; position: relative;}
.banner-price03 .point{position: absolute; top: -80px;bottom: 0;right: -85px;z-index: 2; width: 200px; }
.banner-price03::before{content: "";max-width: 580px;width: 65%;height: 100%;margin: auto;background: url("../images/service/invisalign/banner-price03.jpg")no-repeat center / cover;position: absolute;top: 0;bottom: 0;right: 0;z-index: -1;
}
.banner-price03 .pay-box{display: flex;width: 500px;align-items: center;padding: 10px 10px 10px 10px;margin-bottom: 20px;}
.banner-price03 .title{display: inline-block;padding: 0rem 2rem;font-size: 2rem;color: #fff;font-weight: 800;background: var(--sub-color01);}
.banner-wrap{position: relative; background: linear-gradient( to right, #fff 20%, rgba(255,255,255,0) 100%); padding: 4rem;}
.banner-price03 .banner-wrap:before{ content: ''; width: calc(100% - 2rem); height: calc(100% - 2rem); box-sizing: border-box; border: solid .4rem var(--sub-color01); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-inde:-1;}
.banner-price03 .banner-wrap:after{ content: ''; width: calc(100% - 4rem); height: calc(100% - 4rem); box-sizing: border-box; border: solid 1px var(--sub-color01); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-inde:-1; }
.banner-price03 .pay{ order: 1;  color: #484B4F; font-weight: 700; position: relative; margin-right: 55px; margin-top: 1rem; }
.banner-price03 .pay p:nth-child(1){ font-size: 5rem; line-height: 1; }
.banner-price03 .pay p:nth-child(1) small{ font-size: 2.6rem; }
.banner-price03 .pay p:nth-child(1) span{ font-size: 8.8rem; font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, serif; font-weight: 600; letter-spacing: 0; }
.banner-price03 .pay p:nth-child(1):after{ content: "〜"; font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, serif; font-weight: 700; font-size: 6rem; }
.banner-price03 .pay p:nth-child(2){ font-size: 2rem; position: absolute; top: 7px; right: 65px; }
.banner-price03 .sub-text{font-size:2.5rem;line-height: 1.2;}
.banner-price03 .sub-text span{font-size: 4rem;}
.banner-price03 .call-out-box{display: flex;}
.banner-price03 .call-out-box .btn{z-index:2; margin-left:4rem;}


/* trouble---------------------------- */
main section.trouble{ color: #fff; text-align: center; padding: 95px 0 130px; position: relative; 
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 50% 100%, 0 calc(100% - 120px));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 50% 100%, 0 calc(100% - 120px));
	background: var(--gradation01); background-repeat: no-repeat; background-position: center; background-size: cover;margin: 0 calc(50% - 50vw);
  width: 100vw; }
main section.trouble:after {
    content: '';
    width: 100vw;
    height: 100%;
    background: url(../images/common/webp/bg01.webp) center/15rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
main section.trouble:before{ content: ""; width: 230px; height: 230px;
	background-image: url("../images/service/invisalign/trouble01.png"); background-repeat: no-repeat; background-position: center; background-size: contain;
	position: absolute; bottom: 10px; left: calc(50% + 200px); }
main section.trouble h2{
    background: rgb(0 0 0 / 0%)!important;
}
.implant_banner{
    border: solid 1px #000;
}

@media(min-width: 1240px){
	.trouble:before{ width: 16vw; height: 18vw; bottom: auto; bottom: 30px; }
}

main section.trouble h2{ font-size: 2.8rem; margin-bottom: 40px; }

main section.trouble ul{ display: flex; justify-content: center; margin-bottom: 35px; }
main section.trouble ul:not([class]) li + li {
    margin-top: 0rem;
}
main section.trouble ul li{ flex-basis: 160px; font-size: 2rem; font-weight: 700; padding: 5px 0 0; }
main section.trouble ul li:not(:last-child){ border-right: 1px solid rgba(255,255,255,.2); }
main section.trouble ul li:before{ content: ""; display: block; width: 200px; height: 100px; margin: 0 auto 15px;
	background-repeat: no-repeat; background-position: center; background-size: contain; position: inherit;}
main section.trouble ul li:nth-child(1):before{ background-image: url("../images/service/invisalign/feature005.png"); }
main section.trouble ul li:nth-child(2):before{ background-image: url("../images/service/invisalign/feature002.png"); }
main section.trouble ul li:nth-child(3):before{ background-image: url("../images/service/invisalign/feature003.png"); }
main section.trouble ul li:nth-child(4):before{ background-image: url("../images/service/invisalign/feature004.png"); }
main section.trouble ul li:nth-child(5):before{ background-image: url("../images/service/invisalign/feature006.png"); }
main section.trouble ul li:nth-child(6):before{ background-image: url("../images/service/invisalign/feature001.png"); }

main section.trouble ul li span{ color: #fcee46; }

main section.trouble p:last-child{ width: 645px; background: #fff; font-size: 2.6rem; font-weight: 800; color: var(--sub-color01); margin: auto; line-height: 1.53; padding: 20px 0; }

.form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    width: 300px;
    height: 50px;
    background: var(--sub-color01)!important;
    color: #fff;
    border-radius: 50px!important;
}
.error_messe{
	font-size: 1.5rem;
	color: red;
}

input[type="button"] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    width: 300px;
    height: 50px;
    background:#fff;
	border: 1px solid var(--sub-color01)!important;
    color: var(--sub-color01)!important;
    border-radius: 50px!important;
}

input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    width: 300px;
    height: 50px;
    background: var(--sub-color01)!important;
    color: #fff;
    border-radius: 50px!important;
	margin-bottom: 4rem;
}

.formTable.normal th, .formTable.normal td{
	font-size: 1.8rem;
}

input.textarea001{
    width: 100%!important;
    font-size: 2rem;
}
textarea.textarea001{
    width: 100%!important;
    font-size: 2rem;
}
label strong{
    font-size: 1.8rem;
}
select[name="希望医院"]{
    font-size: 1.8rem;
    width: 100%;
	height: 30px;
}
input.date{
    width: 100%!important;
    font-size: 2rem!important;
}
select.time{
    font-size: 2rem!important;
}
.treatment-form-list li{
    width: 100%!important;
    font-size: 2rem!important;
}
.worry-form-list li{
    width: 100%!important;
    font-size: 2rem!important;
}
.flex-time{
	display: flex;
	align-items: baseline;
}
	.flex-time h5{
		padding-right: 3rem;
	}


.grid-container {
    display: grid;
    grid-template-columns: repeat(3,2fr);
    grid-template-rows: repeat(3,1fr);
    height: 400px;
    margin-bottom: 25rem;
    max-width: 530px;
}

.grid-item {
    align-items: center;
    aspect-ratio: 2/1;
    background-color: #fff;
    display: flex;
    justify-content: center
}

.grid-item img {
    max-height: 200px;
    max-width: 100%;
    object-fit: contain
}

.grid-item:first-child,.grid-item:nth-child(3),.grid-item:nth-child(7),.grid-item:nth-child(9) {
    background-color: #fff
}


/*20240829企業歯科検診ページにグループ歯科セクション追加*/
.wrap.midium {
    width: 80rem;
}

.sec-group {
    padding: 11rem 0;
}

.sec-group:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/index/webp/dr-bg01.webp) repeat-x left bottom / 120rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

h2.general {
    font-size: 3rem;
    color: var(--sub-color01);
    text-align: center;
    position: relative;
    z-index: 0;
    padding-top: 7rem;
}

h2.general:before {
    content: attr(data-en);
    font-size: 15rem;
    font-family: var(--en-font);
    line-height: .7;
    letter-spacing: 0;
    color: #ece8e1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.sec-group .in {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}

.sec-group .in .box {
    flex-basis: 30rem;
    margin: 0 2.5rem;
}

.sec-group .photo {
    line-height: 0;
    margin-bottom: 3rem;
}

.sec-group .photo img {
    width: 100%;
    height: auto;
    border-radius: 2rem 2rem 0 0;
}

.sec-group h3 {
    background: var(--sub-color01);
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

main section.sec-group h3.mincho a:not([class]){
	text-decoration: none;
    color: #fff;
	font-size: 1.9rem;
}

.sec-group h3 a {
    display: block;
    position: relative;
    padding: 0.8rem 2rem;
}

.sec-group h3 a:before {
    content: "";
    width: 1.55rem;
    height: 1.55rem;
    background-image: url(../images/common/ico-tab.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}

.sec-group .add p:last-child {
    height: 9.6rem;
    padding: 1.5rem 0;
}

.btn.white {
    background: #fff;
    color: var(--sub-color01);
}

.btn.white:before {
    background-image: url(../images/common/arrow05.png);
}


section.sec-group .in .box a.btn span:before {
    background-image: url(./images/common/icon-tel01.png);
}

section.sec-group .in .box a.btn span.tf:after {
    background-image: url(./images/common/icon-tel02.png);
}

.btn.white:after {
    background-image: url(../images/common/arrow06.png);
}

.sec-group .btn + .btn {
    margin-top: 2rem;
}

.sec-group .box .btn span {
    font-size: 2rem;
    padding-left: 3.2rem;
    position: relative;
}

.sec-group .box .btn.resv span:before {
    background-image: url(../images/common/icon-resv01.png);
}

.sec-group .box .btn.resv span:after {
    background-image: url(../images/common/icon-resv02.png);
}


main section.sec-group h2.general:not(.no-style){
	background-color: #fff;
}

/*h2.general:after {
    content: '';
    width: 18rem;
    height: 6.2rem;
    background: url(../images/common/webp/item-ttl01.webp) no-repeat center / contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}*/

footer .wrap.midium {
    width: 100rem;
}
.small_center{ font-size: 90%; text-align: center; display: block;}

@media (max-width: 768px) {
	h2.general {
        font-size: 2.5rem;
       
        padding-top: 5.3rem;
    }
	.wrap.midium {
        width: 100%;
    }
	h2.general:before {
        font-size: 6.5rem;
    }
	h2.general:after {
        width: 12rem;
        height: 4.1rem;
    }
	 .sec-group .in {
        display: block;
    }
	.sec-group .in .box:not(:last-child) {
        margin-bottom: 7rem;
    }
	.sec-group .add {
        margin-bottom: 2rem;
    }
	.sec-group .photo {
    	line-height: 0;
    	margin-bottom: -3rem;
	}
	.sec-group .add p:first-child {
		border-bottom: 1px solid;
	}
	.sec-group .add p:last-child {
        height: auto;
    }
	.sec-group .box .btn span {
    font-size: 1.8rem;
    padding-left: 0rem;
    position: relative;
	}
}

/*ctaボタン*/
.cta_box.short {
    width: 800px;
    background: #e4ddcd;
    padding: 2rem 2rem 1.7rem;
    margin: 0 auto 6rem;
}
.cta_box.short .flex_wrap {
    margin: 0;
}
.cta_box .flex_wrap {
    display: flex
;
    justify-content: space-between;
}
.cta_box.short .flex_wrap .img {
    display: flex
;
    justify-content: center;
    width: 365px;
    height: 215px;
    overflow: hidden;
}
.cta_box.short .flex_wrap .text {
    width: 48%;
    padding: 0;
	margin-bottom: 0;}
.cta_box.short .yoyaku_wrap .point_text {
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
}
.cta_box.short .flex_wrap .text .l-header__phone {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
	position: relative;
}
.cta_box.short .flex_wrap .text .l-header__phone a{
	background: #fff;
    padding: 1.5rem 5rem;
	font-size: 2.4rem;
	
}
.cta_box.short .flex_wrap .text .l-header__phone a small {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1rem;
    background: #634d42;
    border: #FFF 1px solid;
    color: #FFF;
    width: 70%;
    border-radius: 1rem;
    margin: auto;
    line-height: 1.8;
}
.cta_box.short .flex_wrap .text .c-btn03{
	display: flex;
    justify-content: center;
    margin: 1.5rem 0;
	
}
.cta_box.short .flex_wrap .text .c-btn03 a{
	padding: 0 10rem 0 6.2rem;
	font-size: 2rem;
	
}
.cta_box.short .flex_wrap .text .c-btn03 a span{
	font-size: 2rem;
	
}
.cta_box.short .flex_wrap .text .l-header__phone a span:after {
    background-image: url(../images/common/icon-tel02.png);
}
.cta_box.short .flex_wrap .text .l-header__phone a span:before {
    background-image: url(../images/common/icon-tel01.png);
}
.cta_box.short .flex_wrap .text .c-btn03 a span:after {
    background-image: url("../images/common/icon-resv02.png");
}
.cta_box.short .flex_wrap .text .c-btn03 a span:before {
    background-image: url("../images/common/icon-resv01.png");
}
.cta_box.short .flex_wrap .text a span:before, .cta_box.short .flex_wrap .text a span:after {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background: no-repeat center left / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .5s;
}

.cta_box.short .flex_wrap .text .btn span {
    padding-left: 3.2rem;
    position: relative;
}
 .cta_box.short .flex_wrap .text .btn span:after {
    opacity: 0;
}
.cta_box.short .flex_wrap .text .btn.white:hover{
	background: #a8476f;
	color: #fff;
}
.cta_box.short .flex_wrap .text .btn:not(.white) {
    border-color: #a8476f;
}



.cta_wrap {
    position: relative;
    background: #e7e2d9 no-repeat center / cover;
    margin-top: 7rem;
		}
		.cta_box {
    width: 1000px;
    margin: 0 auto;
    padding: 3vw 10rem 0;
    box-sizing: border-box;
			background: #e7e2d9;
}
		.cta_box .flex_wrap {
    display: flex
;
    justify-content: space-between;
}
		.cta_box .flex_wrap .img {
    width: 40%;
}
		
		.cta_wrap span.text {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    position: absolute;
    top: -3.8vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 8vw;
    color: #c9bc9c;
    text-align: center;
    line-height: 1;
    z-index: 0;
}
		.cta_box .flex_wrap .text {
    width: 60%;
    padding-left: 2rem;
    padding-top: 0;
		}
		.cta_box h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 35px;
    text-align: center;
    padding: 2rem 0 1rem;
    margin-bottom: 2rem;
    border-bottom: #a8476f 2px solid;
			color: #634d42;
			height: 8rem;
			position: static;
}
		.point_list {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .8rem;
}
		.point_list li {
    width: 48%;
    margin-bottom: .7rem;
    background: #634d42;
    border-radius: 90px;
    text-align: center;
    padding: .4rem 0;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}
		.yoyaku_wrap {
    padding-top: 1.5rem;
}
		.yoyaku_wrap p {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
			font-weight: 200;
}
		.cta_box .yoyaku_wrap .l-header__phone {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
			position: relative;
}
.cta_box .yoyaku_wrap .l-header__phone a{
	background: #fff;
    padding: 1.5rem 8rem;
	font-size: 3rem;
	height: 6rem;
	
}
.cta_box .yoyaku_wrap .c-btn03{
	display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}
.cta_box .yoyaku_wrap .c-btn03 a span{
	font-size: 2.2rem;
}
		.cta_box .yoyaku_wrap .c-btn03 a{
			font-size: 3rem;
			    padding: 2.5rem 8rem;
			height: 6rem;
		}
.cta_box .yoyaku_wrap .l-header__phone a small {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
    background: #634d42;
    border: #FFF 1px solid;
    color: #FFF;
    width: 65%;
    border-radius: 1rem;
    margin: auto;
    line-height: 1.8;
}

.cta_box .yoyaku_wrap .l-header__phone a span:after {
    background-image: url(../images/common/icon-tel02.png);
}
.cta_box .yoyaku_wrap .l-header__phone a span:before {
    background-image: url(../images/common/icon-tel01.png);
}
.cta_box .yoyaku_wrap .c-btn03 a span:after {
    background-image: url("../images/common/icon-resv02.png");
}
.cta_box .yoyaku_wrap .c-btn03 a span:before {
    background-image: url("../images/common/icon-resv01.png");
}
.cta_box .yoyaku_wrap a span:before, .cta_box .yoyaku_wrap a span:after {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background: no-repeat center left / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .5s;
}

.cta_box .yoyaku_wrap .btn span {
    padding-left: 3.2rem;
    position: relative;
	font-size: 2.6rem;
}
.cta_box .yoyaku_wrap .btn span:after {
    opacity: 0;
}
.cta_box .yoyaku_wrap.btn.white:hover{
	background: #a8476f;
	color: #fff;
}
.cta_box .yoyaku_wrap .btn:not(.white) {
    border-color: #a8476f;
}


@media(max-width:768px){
	.side-parted-img{
		flex-direction: column-reverse;
		
	}
}




