.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: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; }


/*** 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; }
.history-row .inner table tr + tr > *{ padding-top: .5em; }
.history-row .inner ul li{ padding-left: 1em; position: relative; font-size: 1.6rem; }
.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;flex-wrap: wrap;}
.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;}

/*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%;
}
.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;
}

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;
}