html {
  -webkit-text-size-adjust: 100%;
}

body {
  transition-duration: 0.1s;
  transition: all 0.1s ease-out;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #505050;
  font-weight: 300;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  position: relative;
}

a {
  border: none;
  text-decoration: none;
}

.icon {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  /*top: 62%;*/
  bottom: 15px;
  left: 97%;
}


/* プラスアイコン */


/* ２本の線を.icon-wrapの中央に並行に重ねる */

.icon:before, .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #A5A5A5;
  left: 30%;
  top: 0;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
}


/* そのうち1本を縦にする */

.off .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}


/* プラスアイコンクリック後、マイナスにする */

.icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

a {
  color: #323232;
  text-decoration: none;
  padding-bottom: 1px;
}

header {
  height: 50px;
  width: 100%;
  text-align: center;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 4;
  display: none;
}

header a {
  display: block;
  margin-top: 12px;
  text-decoration: none;
  padding: 0;
  border: none;
}

header svg {
  margin-top: 16px;
  width: auto;
  height: 18px;
  margin: 0 auto;
}

main {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  position: relative;
  background-color: #f0f0ee;
}

div.main_img {
position: absolute;
  width: 100%;
  height: calc( 100vh - 136px - 14vh );
  background: #f0f0ee url("../img/sp_top.jpg") top center no-repeat;
  background-size: cover;
z-index:0;
bottom:0;
margin: auto;
}

main div.ttl{
text-align:center;
font-size: 17px;
line-height: 28px;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
color: #CEB48B;
font-weight: 600;
position: absolute;
width: 100%;
max-width: 1010px;
  left: 0;
  right: 0;
  margin: auto;
}

main div.ttl p{
display: block;
padding: 9vh 0 6.6vh 0;
}

main div.ttl h1{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 68px;
}

main div.ttl h1 img{
display:block;
margin:0 auto;
width: 92%;
max-width: 360px;
}

main div.ttl h1 span.jp{
display:block;
font-size: 18px;
line-height: 18px;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-bottom: 1.5vh;
}


/* CEB48B*/


/* F5F0E8*/

section {
  width: 100%;
  text-align: center;
  background-color: #CEB48B;
}


/*モニター募集中！section01*/

section.section01 {
  padding: 20px 0 20px 0;
}

section.section01 h2 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 15px;
}

section.section01 div.monitor {
  width: 90%;
  max-width: 540px;
  margin: 0 auto;
}

section.section01 div.monitor div.monitor_ {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 15px 0;
}

section.section01 div.monitor div.monitor_ div.basic {
  font-size: 15px;
  line-height: 18px;
  color: #CEB48B;
  text-align: left;
  font-weight: 600;
  padding-right: 10px;
}

section.section01 div.monitor div.monitor_ div.price {
  font-size: 62px;
  line-height: 1;
  text-align: left;
  color: #CEB48B;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

section.section01 div.monitor div.monitor_ div.price span.min {
  font-size: 22px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

section.section01 div.monitor div.monitor_ div.price span.minmin {
  font-size: 14px;
}

section.section01 p.caution {
  padding-top: 10px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: left;
}


/*ラミネートべニアで奥歯までフルカバー全く新しい発想のセラミック治療ですsection02*/

section.section02 {
  background-color: #fff;
  padding: 48px 0;
}

section.section02 h2 {
  font-size: 25px;
  line-height: 39px;
}

section.section02 p.caution {
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

section.section02 div.img {
  width: 80%;
  max-width: 540px;
  margin: 0 auto;
}


/*こんな方におすすめsection03*/

section.section03 {
  padding: 38px 0;
  background-color: #F5F0E8;
}

section.section03 h2 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 34px
}

.balloon {
  width: 88%;
  max-width: 500px;
  margin: 0 auto;
}


/*バルーン*/

.balloon3.right-btm {
  position: relative;
  display: inline-block;
  margin: 0 0 21px 0;
  padding: 0 5px;
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  color: #505050;
  font-weight: bold;
  background: #fff;
  border-radius: 34px;
  box-sizing: border-box;
}

.balloon3.right-btm:before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -3px;
  border-right: 15px solid transparent;
  border-bottom: 36px solid #fff;
  border-left: 15px solid transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.balloon3.left-btm {
  position: relative;
  display: inline-block;
  margin: 0 0 21px 0;
  padding: 0 5px;
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  color: #505050;
  font-weight: bold;
  background: #fff;
  border-radius: 34px;
  box-sizing: border-box;
}

.balloon3.left-btm:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -3px;
  border-right: 15px solid transparent;
  border-bottom: 36px solid #fff;
  border-left: 15px solid transparent;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.balloon3 {
  font-size: 15px;
}


/*Habulousが選ばれる理由section04*/

section.section04 {
  padding: 50px 0;
  background-color: #fff;
}

section.section04 h2 {
  font-size: 27px;
  line-height: 27px;
  color: #505050;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

section.section04 h2 span {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 21px;
  display: block;
  color: #C7A67B;
  font-family: 'Open Sans', sans-serif;
}


section.section04 p.caution {
font-size: 12px;
}

th, td {
  border-bottom: solid 2px #fff;
  /* 枠線指定 */
  font-size: 15px;
  line-height: 21px;
  padding: 15px 10px;
}

tr.th td {
  padding: 10px 0;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
}

td.fr {
  background-color: #CEB48B;
  color: #fff;
  font-size: 20px;
}

td.sc {
  font-size: 20px;
}

table {
  width: 88%;
  margin: 40px auto 20px auto;
  max-width: 750px;
  border-collapse: collapse;
  /* セルの線を重ねる */
  background-color: #F0F0F0;
  font-weight: 600;
}

td.th {
  text-align: left;
  white-space: nowrap;
}


/*料金プランsection05*/

section.section05 {
  padding: 50px 0;
}

section.section05 h2{
  font-size: 27px;
  line-height: 27px;
  color: #fff;
padding-bottom: 40px;
}

section.section05 div.plan{
width: 88%;
max-width: 900px;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 auto 40px auto;
padding:40px 25px;
}

section.section05 div.plan h3{
font-size: 24px;
  line-height: 24px;
text-align: center;
}

section.section05 div.plan h3 span{
padding-top: 30px;
display:block;
padding-bottom: 15px;
}


section.section05 div.plan h3 span.shoulder{
padding-top: 0;
display:inline-block;
font-size: 21px;
  line-height: 21px;
text-align: center;
padding-bottom: 4px;
color: #CEB48B;
border-bottom: 2px solid #CEB48B;
}


section.section05 div.plan div.price {
  font-size: 62px;
  line-height: 1;
  text-align: center;
  color: #CEB48B;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
padding-bottom: 20px;
}

section.section05 div.plan div.price span.min {
  font-size: 22px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #505050;
}

section.section05 div.plan div.price span.minmin {
  font-size: 14px;
  color: #505050;
}

section.section05 div.plan div.lead {
font-size: 15px;
line-height: 23px;
text-align: left;
padding-bottom: 20px;
}


section.section05 div.plan div.lead.none {
padding-bottom: 0;
}

section.section05 div.plan div.hide p {
padding-top: 15px;
padding-bottom: 40px;
text-align: center;
font-size: 12px;
}



section.section05 div.plan div.orthodontics {
  width: 80%;
  max-width: 540px;
  margin: 0 auto;
}

section.section05 div.plan div.orthodontics p {
padding-top: 15px;
padding-bottom: 40px;
text-align: center;
font-size: 12px;
}

section.section05 div.plan.big div.orthodontics p {
    padding-bottom: 0;
}


section.section05 div.plan div.hide a {
border-bottom: 1px solid #505050;
display:inline-block;
text-align:center;
margin: 0 auto;
}

section.section05 div.plan a.detail {
display:inline-block;
width: 100%;
max-width: 540px;
background-color:#505050;
color:#fff;
text-align: center;
font-size: 15px;
font-weight: 600;
padding:13.5px 0;
margin:0 auto;
}

section.section05 div.monitor {
  width: 88%;
  max-width: 750px;
  margin: 0 auto;
}

section.section05 div.monitor h3{
  background-color: #fff;
color: #4492D5;
  border-radius: 5px 5px 0 0;
font-size: 16px;
line-height: 1;
padding: 7px 0;
}


section.section05 div.monitor div.monitor_ {
  width: 100%;
  background-color: #4492D5;
  border-radius: 0 0 5px 5px;
  padding: 15px 0 20px 0;
}

section.section05 div.monitor div.monitor_ div.basic {
  font-size: 15px;
  line-height: 18px;
  color: #CEB48B;
  text-align: left;
  font-weight: 600;
  padding-right: 10px;
}

section.section05 div.monitor div.monitor_ div.price {
  font-size: 52px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
}

section.section05 div.monitor div.monitor_ div.price span.min {
  font-size: 22px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

section.section05 div.monitor div.monitor_ div.price span.minmin {
  font-size: 14px;
}

section.section05 div.monitor div.monitor_ strong {
display: block;
text-align: center;
font-size: 14px;
color: #fff;
}

section.section05 div.monitor div.monitor_ p {
display:block;
text-align: left;
margin:0 auto;
width: 85%;
max-width: 540px;
color: #fff;
font-size: 12px;
line-height: 17px;
}




/* 症例section06*/

section.section06 {
  background-color: #fff;
}

section.section06 div.case {
width: 80%;
max-width: 540px;
margin:0 auto;
padding: 50px 0;
}

section.section06 div.case strong.case{
display:block;
width: 100%;
background-color: #CEB48B;
text-align: center;
font-size: 12px;
line-height: 1;
color: #fff;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
margin-top: 12px;
margin-bottom: 20px;
padding:9px 0;
border-radius: 15px;
}

section.section06 div.case h2{
  font-size: 27px;
  line-height: 27px;
  color: #505050;
}

section.section06 div.case h3{
padding-top: 40px;
  font-size: 20px;
  line-height: 20px;
  color: #CEB48B;
padding-bottom: 18px;
}

section.section06 div.case dl {
padding: 20px 0;
font-size: 20px;
line-height: 30px;
}

section.section06 div.case dl dt{
float: left;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 300;
text-align:left;
}

section.section06 div.case dl dd{
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 600;
text-align:left;
}

section.section06 div.case dl dd span.minmin{
font-size: 14px;
}

section.section06 div.case p {
font-size: 12px;
line-height: 17px;
text-align: left;
padding-bottom: 10px;
}

hr {
border-top: 1px solid #505050;
height: 0;
margin: 30px 0;
}


/* 治療の流れsection07*/

section.section07 {
  background-color: #F5F0E8;
}

section.section07 div.treatment {
width: 88%;
max-width: 900px;
margin:0 auto;
padding: 50px 0 25px 0;
}

section.section07 div.treatment h2{
  font-size: 27px;
  line-height: 27px;
  color: #505050;
padding-bottom: 14px;
}

section.section07 div.treatment div.step{
padding: 25px 0;
position: relative;
}


section.section07 div.treatment strong {
display:block;
width: 70px;
top:0;
left:0;
position: absolute;
font-size: 39px;
line-height: 0.9;
color:#CEB48B;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}

section.section07 div.treatment strong span{
display:block;
font-size: 14px;
}

section.section07 div.treatment div.step_box {
background-color: #fff;
  border-radius: 5px;
  padding: 35px 25px;
}

section.section07 div.treatment div.step_box h3{
font-size: 20px;
line-height: 28px;
padding-bottom: 20px;
}

section.section07 div.treatment div.step_box p{
font-size: 15px;
line-height: 23px;
text-align:left;
}

section.section07 div.treatment div.step_box p.caution{
padding-top: 10px;
font-size: 12px;
line-height: 17px;
}


/*提携クリニックsection08*/

section.section08 {
  background-color: #fff;
}

section.section08 div.clinic{
width: 84%;
max-width: 540px;
  margin: 0 auto;
  padding: 50px 0;
}

section.section08 div.clinic h2{
  font-size: 27px;
  line-height: 27px;
  color: #505050;
padding-bottom: 30px;
}

section.section08 div.clinic a{
padding-bottom: 3px;
border-bottom: 1px solid #505050;
color: #505050;
font-size: 18px;
font-weight: 600;
}

section.section08 div.clinic p{
padding-top: 10px;
font-size: 14px;
line-height: 22px;
}



/*よくあるご質問section09*/

section.section09 {
  background-color: #F8F8F8;
}

section.section09 div.faq{
width: 84%;
max-width: 540px;
  margin: 0 auto;
  padding: 50px 0;
}

section.section09 div.faq h2{
  font-size: 27px;
  line-height: 27px;
  color: #505050;
padding-bottom: 30px;
}

.faq-question {
    cursor: pointer;
    z-index: 1;
    padding: 30px 0;
    border-top: 1px solid #505050;
    text-align:left;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 1.5em;
   position:relative;
}

.faq-question:first-of-type{
    border-top: none;
}

.faq-question::before {
  content: "Q.";
    text-align:left;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    left:0;
  font-family: 'Open Sans', sans-serif;
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    text-align:left;
}

.faq-answer span{
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    padding-top: 15px;
    letter-spacing: 0.02em;
    display: block;
}


.question.is-active + .faq-answer {
    height: auto;
    padding-bottom: 30px;
}




sup {
  font-size: 50%; //お好きなサイズに
  vertical-align: top;
  position: relative;
  top: -0.1em; //お好きな位置に
}


/*overlay*/

.friend_overlay {
  position: fixed;
  background-color: rgba(206, 180, 139, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: none;
z-index: 3;
}

.friend_ {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 88%;
  max-width: 540px;
  max-height: 95vh;
  max-height: 95dvh;
  overflow-y: auto;
  background-color: #fff;
  padding: 6%;
}



.friend_ h2 {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 32px;
}

.friend_ h2 img{
  text-align: center;
  margin: 0 auto;
  width: 55vw;
  max-width: 210px;
}

.friend_ h2 span {
  display: block;
  font-size: 11px;
  line-height: 14px;
}

.friend_ p {
  font-size: 15px;
  line-height: 24px;
}

#friend_overlay2 .friend_ p strong{
  font-size: 14px;
  line-height: 25px;
}


#friend_overlay2 .friend_ p strong{
text-align: left;
display: inline;
}

a.friend {
  max-width: 250px;
  background-color: #42B95D;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
}

a.friend img{
display: inline;
vertical-align:middel;
}


div.friend {
  position: fixed;
  width: 100%;
  bottom: 4vh;
  z-index:2;
}

div.friend_ p{
display:block;
text-align:left;
padding-bottom: 35px;
}

div.friend a.friend {
  width: 84%;
  max-width: 270px;
}

.friend svg {
  vertical-align: sub;
  margin-right: 5px;
  height: 24px;
  display: inline;
}

.friend_ div.qr {
text-align: center;
width: 100%;
}

.friend_ div.qr img {
width: 30%;
margin:0 auto;
text-align: center;
}

.friend_ strong {
  display: block;
  margin: 0 auto;
  text-align: center;
padding-top: 20px;
}


footer {
padding: 40px 0 120px 0;
background-color: #fff;
text-align: center;
}

footer strong{
display:block;
text-align: center;
padding-bottom: 35px;
}

footer strong img{
margin: 0 auto;
width:46%;
max-width:225px;
text-align:center;
}


footer nav ul{
display:block;
text-align: center;
margin: 0;
padding:0 0 25px 0;
}

footer nav.sns ul li{
display:inline-block;
text-align: center;
width: 45px;
}

footer nav.sns ul li img{
margin:0 auto;
}


footer adress {
font-size: 13px;
line-height: 19px;
padding:0 0 35px 0;
display:block;
text-align:center;
}

footer a.privacy_open {
border-bottom: 1px solid #505050;
color: #505050;
font-size: 13px;
line-height: 19px;
cursor: pointer;
}

footer small {
font-size: 10px;
line-height: 19px;
padding: 25px 0 0 0;
display:block;
text-align:center;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}




.sp {
  display: inline-block;
}

.pc {
  display: none;
}


/*==================================tablet_PC======================================*/

@media screen and (min-width: 769px) {


div.main_img {
position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #f0f0ee url("../img/pc_top.jpg") center center no-repeat;
  background-size: cover;
z-index:0;
  left: 0;
  right: 0;
  margin: auto;
}


main div.ttl {
max-width: 50vw;
top: 20vh;
/*right: 4vw;*/
right: 3vw;
left: auto;
}

div.friend a.friend {
position: absolute;
bottom: 0;
right: 5vw;
}

section.section01 {
  padding: 30px 0 30px 0;
}

section.section01 div.monitor div.monitor_ div.basic {
  font-size: 19px;
  line-height: 22px;
}

section.section01 div.monitor div.monitor_ div.price {
  font-size: 80px;
}
section.section01 div.monitor div.monitor_ div.price span.min {
  font-size: 30px;
}
section.section01 div.monitor div.monitor_ div.price span.minmin {
  font-size: 15px;
}

section.section01 p.caution {
  padding-top: 10px;
  font-size: 13px;
  line-height: 18px;
}

section.section02 {
  padding: 80px 0;
}

section.section02 h2 {
  font-size: 29px;
  line-height: 44px;
}

section.section02 p.caution {
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

section.section03 {
  padding: 75px 0 80px 0;
  background-color: #F5F0E8;
}

section.section03 h2 {
  font-size: 27px;
  line-height: 27px;
  padding-bottom: 40px
}

.balloon3 {
  font-size: 21px;
}

section.section04 {
  padding: 80px 0;
}

section.section04 h2 {
  font-size: 38px;
  line-height: 38px;
}

section.section04 h2 span {
  font-size: 26px;
  line-height: 31px;
  padding-bottom: 20px;
}

section.section04 p.caution {
font-size: 13px;
}

th, td {
  font-size: 18px;
  line-height: 24px;
  padding: 26px 30px;
}

tr.th td {
  padding: 13px 0;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

td.fr {
  font-size: 35px;
  width: 170px;
}

td.sc {
  font-size: 35px;
  width: 170px;
}

table {
  margin: 50px auto 30px auto;
}

section.section05 {
  padding: 80px 0;
}

section.section05 h2{
  font-size: 38px;
  line-height: 38px;
  padding-bottom: 60px;
}

section.section05 div.plan{
padding:60px 75px;
}

section.section05 div.plan h3{
font-size: 32px;
line-height: 32px;
text-align: center;
}

section.section05 div.plan h3 span.shoulder{
padding-top: 0;
font-size: 29px;
line-height: 29px;
padding-bottom: 4px;
}

section.section05 div.plan.big h3{
font-size: 35px;
line-height: 35px;
text-align: center;
}

section.section05 div.plan.big h3 span{
padding-top: 40px;
    padding-bottom: 30px;
}

section.section05 div.plan.big h3 span.shoulder{
padding-top: 0;
font-size: 27px;
line-height: 27px;
padding-bottom: 4px;
}

section.section05 div.plan div.orthodontics p {
font-size: 13px;
}

section.section05 div.plan.big div.orthodontics p {
padding-top: 15px;
padding-bottom: 0;
text-align: center;
font-size: 13px;
}



section.section05 div.plan div.price {
  font-size: 78px;
}

section.section05 div.plan div.price span.min {
  font-size: 27px;
}

section.section05 div.plan div.price span.minmin {
  font-size: 15px;
}



section.section05 div.plan div.lead {
font-size: 16px;
line-height: 25px;
text-align: center;
padding-bottom: 40px;
}

section.section05 div.monitor div.monitor_ p {
text-align: left;
}

section.section05 div.plan{
padding: 60px 75px;
margin: 0 auto 50px auto;
}

section.section05 div.plan div.hide {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.section05 div.plan div.hide div{
width: 48%;
}

section.section05 div.monitor h3{
  background-color: #fff;
color: #4492D5;
  border-radius: 5px 5px 0 0;
font-size: 24px;
line-height: 1;
padding: 13px 0;
}

section.section05 div.monitor div.monitor_ div.price {
  font-size: 80px;
  padding-top: 10px;
  padding-bottom: 15px;
}

section.section05 div.monitor div.monitor_ div.price span.min {
  font-size: 30px;
}

section.section05 div.monitor div.monitor_ div.price span.minmin {
  font-size: 15px;
}

section.section05 div.monitor div.monitor_ strong {
font-size: 17px;
}

section.section05 div.monitor div.monitor_ p {
font-size: 13px;
line-height: 18px;
}

section.section06 div.case {
padding: 80px 0 60px 0;
}

section.section06 div.case strong.case{
margin-top: 30px;
margin-bottom: 40px;
font-size: 13px;
padding: 11px 0;
border-radius: 18px;
}


section.section06 div.case h2{
  font-size: 38px;
  line-height: 38px;
}

section.section06 div.case h3{
padding-top: 60px;
  font-size: 27px;
  line-height: 27px;
padding-bottom: 30px;
}

section.section06 div.case dl {
padding: 30px 0 20px 0;
font-size: 24px;
line-height: 37px;
}

section.section06 div.case p {
font-size: 13px;
line-height: 18px;
text-align: left;
padding-bottom: 20px;
}

section.section07 div.treatment {
padding: 80px 0 80px 0;
}

section.section07 div.treatment h2{
  font-size: 38px;
  line-height: 38px;
padding-bottom: 15px;
}

section.section07 div.treatment div.step{
padding: 45px 0 35px 0;
position: relative;
}

section.section07 div.treatment strong {
width: 130px;
font-size: 67px;
}

section.section07 div.treatment strong span{
display:block;
font-size: 23px;
}

section.section07 div.treatment div.step_box {
  padding: 40px 180px;
}

section.section07 div.treatment div.step_box h3{
font-size: 27px;
line-height: 37px;
padding-bottom: 25px;
}

section.section07 div.treatment div.step_box p{
font-size: 16px;
line-height: 25px;
text-align:left;
}

section.section07 div.treatment div.step_box p.caution{
padding-top: 10px;
font-size: 13px;
line-height: 18px;
}

section.section08 div.clinic{
  padding: 80px 0;
}

section.section08 div.clinic h2{
  font-size: 38px;
  line-height: 38px;
padding-bottom: 60px;
}

section.section08 div.clinic a{
font-size: 27px;
}

section.section08 div.clinic p{
padding-top: 0;
padding-bottom: 25px;
font-size: 16px;
line-height: 25px;
}

section.section08 div.clinic p.caution{
padding: 0;
}

section.section09 div.faq{
  padding: 80px 0;
}

section.section09 div.faq h2{
  font-size: 38px;
  line-height: 38px;
padding-bottom: 30px;
}

.faq-question {
    font-size: 24px;
    line-height: 27px;
}

.faq-question::before {
    font-size: 24px;
    line-height: 27px;
}

.faq-answer {
    font-size: 16px;
    line-height: 25px;
}

.faq-answer span{
    font-size: 13px;
    line-height: 18px;
}

footer {
padding: 80px 0 30px 0;
background-color: #fff;
text-align: center;
}

footer strong img{
width: 194px;
margin: 0 auto;
}

footer nav.sns ul li{
display:inline-block;
text-align: center;
width: 40px;
}

footer adress {
font-size: 14px;
line-height: 21px;
}

footer a.privacy_open {
font-size: 14px;
line-height: 21px;
}

footer small {
font-size: 12px;
}


.friend_ h2 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 32px;
}


#friend_overlay2 .friend_ {
  padding: 6% 3%;
}



  .sp {
    display: none;
  }

  .friend.sp {
    display: none;
  }


  .pc {
    display: inline-block;
  }
}



/*https://b-risk.jp/blog/2021/01/anim-reference/#link01-2*/

.plan {
    transform: translateY(40px) scale(1.0);
    opacity: 0;
}
.plan.fade_on {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

.monitor {
    transform: translateY(40px) scale(1.0);
    opacity: 0;
}
.monitor.fade_on {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

.balloon3 {
    transform: translateY(40px) scale(1.0);
    opacity: 0;
}
.balloon3.fade_on {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

div.step {
    transform: translateY(40px) scale(1.0);
    opacity: 0;
}
div.step.fade_on {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

div.case {
    transform: translateY(40px) scale(1.0);
    opacity: 0;
}
div.case.fade_on {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}


div.beforeAfter1 {
    transform: translateY(40px) scale(1.0);
    opacity: 0;
}
div.beforeAfter1.fade_on {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

div.beforeAfter2 {
    transform: translateY(40px) scale(1.0);
    opacity: 0;
}
div.beforeAfter2.fade_on {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

h2.fade {
    transform: translateY(40px) scale(1.0);
    opacity: 0;
}
h2.fade.fade_on {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}






h3 {
    transform: translateY(40px) scale(1.0);
    opacity: 0;
}
h3.fade_on {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}



@keyframes popup {
  0% {
    transform: translateY(40px) scale(1.0);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.beforeAfter1,
.beforeAfter2 {
width: 100%;
}

.beforeAfter1 img,
.beforeAfter2 img {
width: 100%;
max-width: none!important;
}

.bnr {
cursor: pointer;
}

