@charset "UTF-8";
/* CSS Document */
.symptom .secCover {
  padding: 100px 0 0;
}
.secCover.ourClinic {
  background: url(../img/noise.svg) repeat rgb(255 255 255 / 26%);
  background-blend-mode: color-dodge;
}
.contact {
  margin-top: 50px;
}
/* symptomページだけの調整用style */
.contact.secCover {
  padding-bottom: 100px;
}
.symptom footer.secCover {
  padding-bottom: 28px;
}
.symptom .subPage_headerBox_inner::after {
  background: url("../img/subH_services.jpg") no-repeat center;
  background-size: cover;
}
.overbite .subPage_headerBox_inner::after {
  background: url("./img/subH_overbite.jpg") no-repeat center;
  background-size: cover;
}
.overbite-2 .subPage_headerBox_inner::after {
  background: url("./img/subH_overbite-2.jpg") no-repeat center;
  background-size: cover;
}
.gapteeth .subPage_headerBox_inner::after {
  background: url("./img/subH_gapteeth.jpg") no-repeat center;
  background-size: cover;
}
.bp .subPage_headerBox_inner::after {
  background: url("./img/subH_bp.jpg") no-repeat center;
  background-size: cover;
}
.crowded-teeth .subPage_headerBox_inner::after {
  background: url("./img/subH_crowdedteeth.jpg") no-repeat center;
  background-size: cover;
}
.double-tooth .subPage_headerBox_inner::after {
  background: url("./img/subH_doubletooth.jpg") no-repeat center;
  background-size: cover;
}
.deepbite .subPage_headerBox_inner::after {
  background: url("./img/subH_deepbite.jpg") no-repeat center;
  background-size: cover;
}
.underbite .subPage_headerBox_inner::after {
  background: url("./img/subH_underbite.jpg") no-repeat center;
  background-size: cover;
}
.openbite .subPage_headerBox_inner::after {
  background: url("./img/subH_openbite.webp") no-repeat center;
  background-size: cover;
}
/* ---------------------
  目次(contentNav)の追従サイドバー化
  ・十分に広い画面幅がある場合のみ、本文右側に固定して追従表示させる
  ・secInner(1200px)の外側の余白に収まる幅の画面でのみ有効
  ・それ以外の画面幅・スマホ表示は従来通り本文内に表示
--------------------- */
@media screen and (min-width: 1740px) {
  .contentNav {
    position: sticky;
    top: 110px;
    height: 0;
    overflow: visible;
    z-index: 2;
  }
  .contentNav .contentMenu {
    width: 240px;
    margin: 0 calc(50vw - 860px) 0 auto;
    padding: 20px 18px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
  }
  .contentNav .contentMenu>li {
    font-size: 13px;
    line-height: 1.9;
    margin-block-start: 10px;
  }
  .contentNav .cMenu_item>a {
    font-size: 13px;
    line-height: 1.9;
  }
  .contentNav .contentMenu>li>ul>li {
    font-size: 12px;
    line-height: 1.6;
    margin-block: 8px;
  }
}
.contentsBox.symptom_index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.symptom_index_item {
  width: 48%;
  display: block;
  /*padding: 0px 10px 0px 130px;*/
  border-radius: 5px;
}
.symptom_index_item img {
  width: 100%;
  display: inline-block;
}
.symptom_index_itemInner {
  padding: 10px 25px;
  background: #fbfcff;
}
.symptom_index_itemInner p {
  margin-block-end: 0;
}
.symptom_index_item:nth-child(n+3) {
  margin-top: 40px;
}
.contentsBox .symptom_index_item h3 {
  position: relative;
  margin: 12px 0 6px;
  font-size: 1.7rem;
  background: linear-gradient(0deg, #ffa79070 50%, transparent 50%);
}
.contentsBox .symptom_index_item h3::after {
  background: none;
}
.contentsBox .symptom_index_item h3::before {
  background: none;
}
.contentsBox .symptom_index_item p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.symptom_index_itemInner {
  position: relative;
  border: 1px dashed #4d7fc8;
  border-block-start: none;
}
.symptom_index_itemInner .contentsBox h3::before {
  display: none;
}
.symptom_index_itemInner::after {
  content: "";
  display: block;
  width: 70px;
  height: auto;
  aspect-ratio: 114 / 23;
  background: url("../img/more_img.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 12px;
  bottom: 0;
}

/* pc 3columns layout */
.typesBox_item {
  width: 30%;
  margin-bottom: 40px;
  text-align: center;
}
.typesBox_item.wide {
  width: 47%;
}
.typesBox_item img {
  display: inline-block;
  width: 92%;
}
.typesBox_item .types {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.typesBox_item .types>.sub {
  display: block;
  font-size: 13px;
  font-family: sans-serif;
  letter-spacing: 0.1em;
}
.typesBox_item>p {
  font-size: 14px;
  margin: 17px 0;
}

.img_center {
  display: block;
  width: 80%;
  margin: 30px auto;
}
p.comment {
  width: 80%;
  font-size: 14px;
  margin: 0 auto 30px;
}
.yellow-marker {
  background: #FFF290;
}
.more {
  position: relative;
  font-size: 12px;
  color: #b0922c;
  text-align: right;
  margin-left: 1rem;
}
.more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #b0922c;
  border-right: 1.5px solid #b0922c;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%) rotate(45deg);
}
.nextBtn_box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:620px) {
  .symptom .secCover {
    padding: 40px 0 0;
  }

  .symptom .subPage_headerBox_inner::after {
    background: url("../img/subH_services_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .overbite .subPage_headerBox_inner::after {
    background: url("./img/subH_overbite_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .overbite-2 .subPage_headerBox_inner::after {
    background: url("./img/subH_overbite-2_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .gapteeth .subPage_headerBox_inner::after {
    background: url("./img/subH_gapteeth_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .bp .subPage_headerBox_inner::after {
    background: url("./img/subH_bp_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .crowded-teeth .subPage_headerBox_inner::after {
    background: url("./img/subH_crowdedteeth_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .double-tooth .subPage_headerBox_inner::after {
    background: url("./img/subH_doubletooth_sp.jpg") no-repeat right;
    background-size: cover;
  }
  .deepbite .subPage_headerBox_inner::after {
    background: url("./img/subH_deepbite_sp.jpg") no-repeat right;
    background-size: cover;
  }
  .underbite .subPage_headerBox_inner::after {
    background: url("./img/subH_underbite_sp.jpg") no-repeat right;
    background-size: cover;
  }
  .openbite .subPage_headerBox_inner::after {
    background: url("./img/subH_openbite_sp.webp") no-repeat left -90px center;
    background-size: cover;
  }
  .symptom_index_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .symptom_index_item:nth-child(n+3) {
    margin-top: 0;
  }
  .contentsBox .symptom_index_item p {
    font-size: 3.73vw;
  }
  .contentsBox>.flexbox.typesBox {
    justify-content: center;
  }
  .typesBox_item,
  .typesBox_item.wide {
    width: 90%;
    margin-bottom: 40px;
    text-align: center;
  }
  .typesBox_item img {
    display: inline-block;
    width: 60%;
    margin-block-end: 20px;
  }
  /* 口ゴボページ限定 */
  .bp .typesBox_item,
  .typesBox_item.wide {
    margin-block-end: 0;
  }
  .bp .typesBox_item img {
    margin-block-end: 0;
    object-fit: cover;
    height: auto;
    aspect-ratio: 1.6 / 1.3;
  }
  .bp .typesBox_item>p {
    margin-block: 0.5em 0;
  }
  /* 口ゴボページ限定 */
  p.comment {
    width: 100%;
    font-size: 3.29vw;
  }
  .img_center {
    display: block;
    width: 100%;
    margin: 30px auto;
  }
  .typesBox_item .types {
    font-size: 18px;
    margin: 0 auto;
    background: none;
  }
}