@charset "UTF-8";
/* CSS Document */
.qaBox {
  width: 80%;
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px;
  margin-bottom: 50px;
  box-shadow: 2px 2px 8px -1px #ccc;
}
.qaBox img {
  width: 100%;
  display: inline-block;
  height: auto;
}
a.qaIndexLink {
  font-size: 20px;
  width: 45%;
  padding: 19px 20px;
  background: #eff2f7;
  margin-bottom: 21px;
  display: block;
  letter-spacing: 0.05em;
  border-radius: 5px;
  position: relative;
  transition: .6s ease;
}
a.qaIndexLink:hover {
  background: #b5c4dd;
  transition: .6s ease;
}

a.qaIndexLink.link-lingual {
  background: url("./img/qaIndexLinkbg_01.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink.link-rabial {
  background: url("./img/qaIndexLinkbg_03.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink.link-invisa {
  background: url("./img/qaIndexLinkbg_02.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink.link-app {
  background: url("./img/qaIndexLinkbg_04.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink.link-retention {
  background: url("./img/qaIndexLinkbg_05.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink.link-retreatment {
  background: url("./img/qaIndexLinkbg_06.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
/*a.qaIndexLink.link-other {
  background: url("./img/qaIndexLinkbg_07.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}*/
a.qaIndexLink.link-life {
  background: url("./img/qaIndexLinkbg_08.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink.link-crooked {
  background: url("./img/qaIndexLinkbg_09.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink.link-malocclution {
  background: url("./img/qaIndexLinkbg_10.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink.link-changes {
  background: url("./img/qaIndexLinkbg_11.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink.link-price {
  background: url("./img/qaIndexLinkbg_12.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink.link-clinic {
  background: url("./img/qaIndexLinkbg_13.png") no-repeat right #eff2f7;
  background-size: auto 100%;
}
a.qaIndexLink::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/btn_arrow.svg") no-repeat;
  width: 30px;
  height: 6.5px;
  background-size: 100% auto;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: ease .6s;
}
a.qaIndexLink:hover::after {
  right: 5px;
}
a.qaIndexLink.subIndexLink {
  width: 100%;
  font-size: 17px;
  padding: 19px 70px 19px 70px;
  position: relative;
}
a.qaIndexLink.subIndexLink::before {
  content: "Q";
  display: block;
  position: absolute;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #7795c2;
  z-index: 0;
    width: auto;
    height: auto;
    opacity: 1;
    right: unset;
}
.qaBox .flexbox {
  justify-content: space-around;
}
.col_3 {
  width: 30%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0px 10px;
  border: 1px solid #ccc;
}
.col_3 p {
  font-size: 14px;
  line-height: 1.8;
}
.col_3 img {
  width: 75%;
  margin-bottom: 10px;
}
.col_3:nth-child(n+4) {
  margin-top: 30px;
}
span.smallTxt {
    font-size: 12px;
    font-weight: bold;
}
.qaBox .secHeader.entry {
  text-align: left;
  width: 860px;
  position: relative;
  display: flex;
  align-items: center;
}
.qaBox .secHeader.entry::before {
    content: "Q.";
    display: block;
    font-size: 44px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #7795c2;
    z-index: 0;
    opacity: 1;
  flex: 0 0 56px;
  margin-inline-end: 1rem;
  white-space: nowrap;
}
.questionTxt {
  text-align: left;
  width: 860px;
  margin-inline: auto;
  margin-block: 1.5rem;
  padding: 2.5rem 3rem;
  border-radius: 8px;
  border: 5px solid #d6dfe8;
}
.questionTxt p:last-child {
  margin-block-end: 0;
} 
.contentsBox .faq_subHeader {
  border-top: 1px solid #444;
  display: inline-block;
  border-bottom: 1px solid #444;
  padding: 10px 7px;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  font-size: 17px !important;
}
.contentsBox .faq_entry_subHeader {
  font-size: 16px !important;
  background: #eefaa5;
  display: inline-block;
  margin: 20px 0 14px;
  padding: 10px 8px;
}
.contentsBox h3.faq_entry_subHeader::before {
  display: none;
}
.faq_subHeader .smallTxt {
  font-size: 14px;
}
.center_img {
  width: 80%;
  margin: 0 auto 30px;
}
.center_img img {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}

.duration {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}
.duration span {
  font-size: 18px;
}
.apdx {
    border: 1px solid #4d7abc;
    border-radius: 7px;
    padding: 10px 20px;
  margin-block-end: 20px;
}

.apdx_ttl {
  border-bottom: 2px dotted #7795c1;
}
.apdx p {
  font-size: 14px;
  margin-block-end: 10px;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .faq .breadcrumb + .secCover {
    padding: 20px 0;
  }
  
  .qaBox .secHeader.entry {
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
    width: 100%;
  }
  a.qaIndexLink {
    width: 100%;
  }
  .questionTxt {
    width: 100%;
    padding: 4vw 3vw;
  }
  .qaBox .secHeader.entry::before {
    font-size: 20px;
    flex: 0 0 7vw;
  }
}
@media screen and (max-width:620px) {
  .col_3 {
    width: 100%;
    margin-bottom: 30px;
  }
.col_3:nth-child(n+4) {
  margin-top: 0;
}
  .qaBox {
    width: 91%;
    padding: 14px 4.5vw 50px;
  }
  .qaBox .secHeader.entry {
    text-align: left;
    font-size: clamp( 17px, calc( 13.8px + 1vw ), 20px );
    line-height: 1.5;
  }
  .qaBox .secHeaderBox {
    margin-bottom: 20px;
  }
  a.qaIndexLink {
    font-size: 4.53vw;
    padding: 19px 12vw 19px 4vw;
  }
  
  a.qaIndexLink::after {
    right: 2vw;
  }
  a.qaIndexLink:hover::after {
    right: -10px;
  }
  a.qaIndexLink.subIndexLink {
    padding: 19px 12vw 19px 10.6vw;
    font-size: clamp(15px, 3vw, 17px);
  }
  a.qaIndexLink.subIndexLink::before {
    left: 7px;
    font-size: 8vw;
  }
  .center_img {
  width: 100%;
  margin: 0 auto 30px;
  }
}
.bottomBtnBox {
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
a.backBtn {
  display: block;
  background: #e0e0e0;
  width: 200px;
  padding: 19px 20px 19px 69px;
  text-align: center;
}
a.goNextBtn {
  display: block;
  background: #dae2f0;
  width: auto;
  border-radius: 5px;
  padding: 19px 20px 19px 20px;
  text-align: center;
}
a.toQAlink {
  padding: 1rem 3rem 1rem 4.5rem;
  background: #e5eaf4;
  border-radius: 4px;
  position: relative;
  /*overflow: hidden;*/
  font-size: 1.3rem;
  transition: .6s ease;
  margin-block: 1rem;
    display: inline-block;
}
a.toQAlink:hover {
  background: #d0daee;
  transition: .6s ease;
}
a.toQAlink::before {
  content: "?";
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  background: #4d7abc;
  width: 3.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
}
a.toQAlink:hover::before {
  background: #94accf;
  transition: .6s ease;
}
a.toQAlink::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/btn_arrow.svg) no-repeat;
    width: 30px;
    height: 6.5px;
    background-size: 100% auto;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    transition: ease .6s;
}
  iframe.shortMovie {
      aspect-ratio: 9 / 16;
    width: 200px;
    height: auto;
    border-radius: 8px;
  }
@media screen and (max-width:620px) {
  .bottomBtnBox {
    justify-content: center;
    flex-direction: column;
  }
  a.goNextBtn {
    width: auto;
    margin-bottom: 20px;
    text-align: left;
  }
  a.backBtn {
    width: auto;
    margin: 0 auto;
  }
  .movie {
    display: flex;
    justify-content: center;
  }
}