@charset "utf-8";

/*====================================================================================================

  1dayトリートメント

====================================================================================================*/

.about-hdline {
  padding-bottom:1.8rem;
}

@media print,screen and (min-width:641px) {
  .about-photo {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:0;
    order:0;
  }
  
  .about-txt {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
  }
}

@media screen and (max-width:640px) {
  .about-txt {
    padding-bottom:1.5em;
  }
  
  .about-txt .pc-view {
    display:none;
  }
}


/*----------------------------------------------------------------------------------------------------

  このような方におすすめ
  
----------------------------------------------------------------------------------------------------*/
  
@media print,screen and (min-width:641px) {
  .osusume {
    padding-top:72px;
    padding-bottom:80px;
  }
  
  .osusume .s-checkList {
    margin-top:2em;
    max-width:1080px;
    margin-left:auto;
    margin-right:auto;
  }
  
  .osusume p {
    line-height:2;
  }
}

@media screen and (max-width:640px) {
  .osusume {
    padding-top:1.5em;
    padding-bottom:2.5em;
    text-align:left;
  }
  
  .osusume .s-checkList {
    margin-top:1.5em;
  }
}


/*----------------------------------------------------------------------------------------------------

  治療例
  
----------------------------------------------------------------------------------------------------*/

.ex-before,
.ex-after {
  position:relative;
}

.ex-before:before,
.ex-after:before {
  display:inline-block;
  position:absolute;
  left:0;
  top:0;
  z-index:2;
  background-color:rgba(33,53,62,0.8);
  color:#fff;
  line-height:1;
  padding:0.5em;
}

.ex-before:before {
  content:"Before";
}

.ex-after:before {
  content:"After";
}

@media print,screen and (min-width:641px) {
  .ex {
    padding-bottom:96px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  
  .ex-block {
    width:-wevkit-calc(33.333333% - 20px);
    width:calc(33.333333% - 20px);
  }
  
  .ex-after {
    margin-top:18px;
  }
  
  .ex-before:after {
    content:"";
    width:32px;
    height:20px;
    background-color:#fcde48;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-8px;
  }
  
  .ex-after:after {
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width:24px 32px 0 32px;
    border-color:#fcde48 transparent transparent transparent;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:-10px;
  }
}

@media screen and (max-width:640px) {
  .ex {
    padding-bottom:2.5em;
  }

  .ex-block {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
  
  .ex-block:nth-child(n+2) {
    padding-top:1.5em;
  }
  
  .ex-before,
  .ex-after {
    width:48%;
  }
  
  .ex-before:after {
    content:"";
    width:-webkit-calc(22 / 640 * 100vw);
    height:-webkit-calc(28 / 640 * 100vw);
    width:calc(22 / 640 * 100vw);
    height:calc(28 / 640 * 100vw);
    background-color:#fcde48;
    position:absolute;
    right:-4.5%;
    top:50%;
    transform:translateY(-50%);
  }
  
  .ex-after:after {
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width:-webkit-calc(28 / 640 * 100vw) 0 -webkit-calc(28 / 640 * 100vw) -webkit-calc(28 / 640 * 100vw);
    border-width:calc(28 / 640 * 100vw) 0 calc(28 / 640 * 100vw) calc(28 / 640 * 100vw);
    border-color:transparent transparent transparent #fcde48;
    position:absolute;
    left:-4%;
    top:50%;
    transform:translateY(-50%);
  }
}


/*----------------------------------------------------------------------------------------------------

  特徴
  
----------------------------------------------------------------------------------------------------*/

.tokucho-hdline {
  color:inherit;
  letter-spacing:0;
}

.tokucho-box {
  border-radius:10px;
  background-color:#fff;
}

.tokucho-cnt .tokucho-box:not(:first-child) {
  margin-top:1.5em;
}

.tokucho-ttl {
  display:inline-block;
  font-weight:700;
  color:#ebb60f;
  line-height:1.4;
  margin-bottom:1rem;
}

@media print,screen and (min-width:641px) {
  .tokucho {
    padding-top:16px;
    padding-bottom:96px;
  }
  
  .tokucho-cnt {
    padding-top:72px;
  }
}

@media print,screen and (min-width:481px) {
  .tokucho-hdline .sp-view {
    display:none;
  }
  
  .tokucho-box {
    max-width:1080px;
    margin-left:auto;
    margin-right:auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
  
  .tokucho-icon {
    text-align:center;
  }
  
  .tokucho-txt {
    text-align:left;
  }
}

@media print,screen and (min-width:641px) {
  .tokucho-icon {
    width:220px;
    padding-top:40px;
    padding-bottom:40px;
  }
  
  .tokucho-icon img {
    max-width:120px;
  }
  
  .tokucho-txt {
    width:-webkit-calc(100% - 220px);
    width:calc(100% - 220px);
    padding:40px 40px 40px 0;
  }
}

@media print,screen and (min-width:481px) and (max-width:640px) {
  .tokucho-icon {
    width:-webkit-calc(160 / 640 * 100vw);
    width:calc(160 / 640 * 100vw);
    padding-top:1.5em;
    padding-bottom:1.5em;
  }
  
  .tokucho-icon img {
    max-width:100px;
    width:60%;
  }

  .tokucho-txt {
    width:-webkit-calc(100% - (160 / 640 * 100vw));
    width:calc(100% - (160 / 640 * 100vw));
    padding:1.75em 1.5em 1.75em 0;
  }
}

@media screen and (max-width:640px) {
  .tokucho {
    padding-bottom:2.5em;
  }
  
  .tokucho-cnt {
    padding-top:2em;
  }
}

@media screen and (max-width:480px) {
  .tokucho-hdline {
    line-height:1.5;
    font-size:1.66em;
  }
  
  .tokucho-box {
    padding:1.5em;
  }
  
  .tokucho-icon {
    padding-top:0.5em;
    padding-bottom:1em;
  }
  
  .tokucho-icon img {
    max-width:100px;
    width:25%;
  }
  
  .tokucho-txt {
    text-align:left;
    padding-bottom:0.25em;
  }
  
  .tokucho-ttl {
    text-align:center;
    width:100%;
  }
}


/*----------------------------------------------------------------------------------------------------

  治療の流れ
  
----------------------------------------------------------------------------------------------------*/

.chiryo {
  background-color:#d9f1f1;
}

.chiryo-hdline {
  letter-spacing:0;
}

.chiryo-box {
  border-radius:10px;
  background-color:#fff;
}

.chiryo-ttl {
  position:relative;
}

.chiryo-ttl .hdline {
  color:#12aaa5;
  font-weight:500;
  line-height:1.4;
  display:inline-block;
  margin-bottom:0.8rem;
}

.chiryo-ttl .no {
  line-height:1;
  font-weight:900;
  text-align:center;
  padding-bottom:0.3em;
  border-bottom:4px dotted #2fbfbb;
}

.chiryo-ttl .no svg {
  display:inline-block;
  width:1em;
  height:1em;
  overflow:visible;
}

.chiryo-ttl .no text {
  fill:#fff;
  stroke:#12aaa5;
  stroke-width:2;
  stroke-linejoin:round;
}
    
.chiryo-txt p {
  text-align:left;
}

@media print,screen and (min-width:641px) {
  .chiryo {
    padding-top:96px;
    padding-bottom:96px;
  }
  
  .chiryo-hdline .sp-view {
    display:none;
  }
  
  .chiryo-cnt {
    padding-top:72px;
    max-width:1140px;
    margin-left:auto;
    margin-right:auto;
  }
  
  .chiryo-cnt .chiryo-box:not(:first-child) {
    margin-top:64px;
  }

  .chiryo-box {
    display:grid;
    display:-ms-grid;
    grid-template-columns:calc(100% - 400px) 400px;
    grid-template-rows:auto auto;
    -ms-grid-columns:-webkit-calc(100% - 400px) 400px;
    -ms-grid-columns:calc(100% - 400px) 400px;
    -ms-grid-rows:auto auto;
  }
  
  .chiryo-ttl {
    grid-column:1 / 2;
    grid-row:1;
    -ms-grid-column:1;
    -ms-grid-row:1;
    text-align:left;
    padding:96px 72px 0 72px;
  }
  
  .chiryo-ttl .no {
    width:96px;
    position:absolute;
    left:40px;
    top:-0.4em;
  }
  
  .chiryo-txt {
    grid-column:1 / 2;
    grid-row:2;
    -ms-grid-column:1;
    -ms-grid-row:2;
    text-align:left;
    padding:0.2em 72px 72px 72px;
  }
  
  .chiryo-photo {
    grid-column:2 / 3;
    grid-row:1 / 4;
    -ms-grid-column:2;
    -ms-grid-row:1;
    -ms-grid-row-span:3;
    padding:56px 56px 56px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
  
  .chiryo-photo img {
    width:100%;
    border-radius:8px;
  }
}

@media screen and (max-width:640px) {
  .chiryo {
    padding-top:3em;
    padding-bottom:2.5em;
  }
  
  .chiryo-hdline {
    font-size:1.88em;
    line-height:1.5;
  }
  
  .chiryo-cnt {
    padding-top:3em;
  }
  
  .chiryo-cnt .chiryo-box:not(:first-child) {
    margin-top:2.5em;
  }

  .chiryo-box {
    padding:0 1.75em 2em 1.75em;
  }
  
  .chiryo-ttl {
    padding-top:3.75em;
    padding-bottom:0.75em;
  }
  
  .chiryo-ttl .hdline {
    font-size:1.55em;
  }
  
  .chiryo-ttl .no {
    font-size:2.4em;
    width:2.2em;
    background-size:auto 0.18em;
    position:absolute;
    left:50%;
    top:-0.4em;
    transform:translateX(-50%);
  }
  
  .chiryo-photo img {
    border-radius:5px;
    width:100%;
    max-width:400px;
    height:-webkit-calc(260 / 640 * 100vw);
    height:calc(260 / 640 * 100vw);
    object-fit:cover;
    font-family:"object-fit:cover;"
  }
  
  .chiryo-box--01 .chiryo-photo img,
  .chiryo-box--07 .chiryo-photo img {
    height:auto;
    object-fit:contain;
    font-family:"object-fit:contain;"
  }
  
  .chiryo-txt {
    padding-top:1.25em;
  }
}

@media screen and (max-width:560px) {
  .chiryo-box {
    padding-left:1.5em;
    padding-right:1.5em;
  }
}

@media screen and (max-width:480px) {
  .chiryo-hdline {
    font-size:1.66em;
  }
}


/*----------------------------------------------------------------------------------------------------

  相談・注釈
  
----------------------------------------------------------------------------------------------------*/

.annotList {
  border:2px dotted #f8a828;
  border-radius:10px;
  font-weight:500;
  padding:1.25em;
}

.annotList li:before {
  color:#f8a828 !important;
}

.annotList li b {
  margin-right:0.5rem;
}

@media print,screen and (min-width:641px) {
  .sodan {
    padding-top:72px;
    padding-bottom:80px;
  }
  
  .sodan p {
    line-height:2;
    font-size:1.1em;
  }
  
  .annotList {
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:1.1em;
  }
  
  .annotList li {
    margin-left:0.5em;
    margin-right:0.5em;
  }
  
  .annotList li:not(:first-child) {
    margin-top:0;
  }
}

@media screen and (max-width:640px) {
  .sodan {
    padding-top:2.5em;
    padding-bottom:2.5em;
    text-align:left;
  }
  
  .sodan p .pc-view {
    display:none;
  }
  
  .annotList {
    margin-top:1.5em;
  }
}
