@charset "UTF-8";
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .intbmax_none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .intbmin_none {
    display: none;
  }
}

@media print, screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}

/* ===========================================
歯科ドック
=========================================== */
/* ------------------------
*	billboard
*/
.fv {
  background-image: url(../../images/child_doc/c_doc_billboard_img.jpg);
}

/* ------------------------
*	button
*/
.newcomer-btn {
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .newcomer-btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .newcomer-btn {
    width: 450px;
  }
}
@media print, screen and (min-width: 1025px) {
  .newcomer-btn {
    width: 600px;
  }
}
.newcomer-btn span {
  position: relative;
  z-index: 2;
  color: #4d4d4d;
}
.newcomer-btn .cal {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url(../../images/common/common_icon_calender.svg) no-repeat center;
  background-size: 24px 24px;
}
.newcomer-btn .tp {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  background: url(../../images/common/common_icon_calender.svg) no-repeat center;
  background-size: 24px 24px;
}

/* ------------------------
*	sec1
*/
@media print, screen and (min-width: 1025px) {
  .sec1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 120px;
  }
}
.sec1_content {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec1_content {
    width: 90%;
    margin: -43px auto 0;
    padding: 33px 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .sec1_content {
    padding: 35px 10% 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec1_content {
    width: 70%;
    margin-top: -60px;
    padding: 42px 60px 0;
  }
}
.sec1_content-head {
  font-weight: 500;
  color: #1b1464;
}
@media screen and (max-width: 767px) {
  .sec1_content-head {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .sec1_content-head {
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: 0.3em;
  }
}
.sec1_content-lead {
  font-weight: 500;
  color: #e54c0a;
}
@media screen and (max-width: 767px) {
  .sec1_content-lead {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .sec1_content-lead {
    font-size: 2rem;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .sec1_content-lead {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec1_content-lead {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sec1_content-txt {
    margin-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .sec1_content-txt {
    margin-top: 10px;
  }
  .sec1_content-txt ~ .sec1_content-txt {
    margin-top: 1.5em;
  }
}

/* ------------------------
*	flow
*/
.flow {
  padding-top: 40%;
  background: url(../../images/child_doc/sec2_back.jpg) no-repeat center 0;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    margin-top: 30px;
  }
}
.flow_content {
  max-width: 940px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow_content {
    padding: 33px 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .flow_content {
    padding: 15px 5% 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .flow_content {
    width: 70%;
    padding: 54px 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .flow_content-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .flow_content-step {
    margin-top: 25px;
  }
}
.flow_content-step dt {
  background-color: #efe5de;
}
@media screen and (min-width: 768px) {
  .flow_content-step dt {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 10.8rem;
    min-height: 80px;
    padding-bottom: 4px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flow_content-step dt {
    width: 14.4rem;
  }
}
@media screen and (max-width: 767px) {
  .flow_content-step dt {
    margin: 15px -5.5% 6px;
    padding: 10px 5.5%;
  }
}
.flow_content-step dd {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .flow_content-step dd {
    width: calc(100% - 10.8rem);
    padding: 5px 0 5px 20px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .flow_content-step dd {
    width: calc(100% - 14.4rem);
    padding-left: 40px;
  }
}
.flow_content-step--head {
  font-weight: 500;
  color: #e54c0a;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .flow_content-step--head {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .flow_content-step--head {
    font-size: 2rem;
    letter-spacing: 0.3em;
  }
}
.flow_content-step-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.flow_content-step-list li::before {
  content: "●";
  color: #e54c0a;
}
.flow_content-note {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .flow_content-note {
    margin-top: 34px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .flow_content-note {
    margin-top: 17px;
    font-size: 1.2rem;
  }
}

/* ------------------------
*	sec2
*   sec4
*/
@media screen and (max-width: 767px) {
  .sec2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec2 {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec2 {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec2-img {
    width: 70%;
  }
}
.sec2_content {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec2_content {
    width: 90%;
    margin: -43px auto 0;
    padding: 33px 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .sec2_content {
    width: 90%;
    margin: -20px auto 0;
    padding: 15px 5% 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec2_content {
    width: 70%;
    margin: -60px 0 0 auto;
    padding: 84px 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .sec2_content-txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec2_content-txt {
    margin-top: 10px;
  }
}
.sec2_content-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .sec2_content-dl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec2_content-dl {
    margin-bottom: 30px;
  }
}
.sec2_content-dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 8em;
  color: #944e20;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sec2_content-dl dt {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sec2_content-dl dt {
    margin-top: 10px;
  }
}
.sec2_content-dl dd {
  width: calc(100% - 8em);
}
@media screen and (max-width: 767px) {
  .sec2_content-dl dd {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sec2_content-dl dd {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .sec2_content .newcomer-btn {
    margin: 14px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec2_content .newcomer-btn {
    margin: 15px 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .sec2_content-list {
    margin-top: -10px;
  }
}
.sec2_content-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec2_content-list li::before {
  content: "●";
  color: #e54c0a;
}
.sec2_content-list li:nth-of-type(n + 2) {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .sec2_content-list + .sec2_content-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec2_content-list + .sec2_content-btn {
    margin-top: 20px;
  }
}
.sec2_content-btn .newcomer-btn {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sec2_content-btn .newcomer-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec2_content-btn .newcomer-btn {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sec4 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec4 {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec4 {
    margin-top: 80px;
  }
}

/* ------------------------
*	sec3
*/
.sec3 {
  background-color: #fef8ef;
}
@media screen and (max-width: 767px) {
  .sec3 {
    margin-top: 40px;
    padding: 40px 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec3 {
    margin-top: 60px;
    padding: 40px 5% 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec3 {
    margin-top: 85px;
    padding: 60px 0 80px;
  }
}
.sec3_content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.sec3_content-head {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  color: #1b1464;
}
@media screen and (min-width: 768px) {
  .sec3_content-head {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 2;
    font-size: 3rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec3_content-head {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .sec3_content-head {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.75;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .sec3_content-head:nth-of-type(n + 2) {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .sec3_content-head:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec3_content-caption {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec3_content-caption {
    margin-top: 15px;
  }
}

/* ------------------------
*	faq
*/
.faq {
  background-color: #fef8ef;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 50px;
    padding: 40px 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faq {
    margin-top: 90px;
    padding: 65px 8%;
  }
}
@media print, screen and (min-width: 1025px) {
  .faq {
    margin-top: 120px;
    padding: 85px calc(50% - 425px) 75px;
  }
}
.faq-head {
  line-height: 1.5;
  color: #1b1464;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .faq-head {
    margin-bottom: 35px;
    font-size: 3rem;
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .faq-head {
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.faq_list {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.faq_list-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  min-height: 70px;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .faq_list-title {
    min-height: 76px;
  }
}
@media screen and (min-width: 768px) {
  .faq_list-title {
    min-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .faq_list-title:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faq_list-title:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .faq_list-title:nth-of-type(n + 2) {
    margin-top: 70px;
  }
}
.faq_list-title.list-open .faq_list-title--icon::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_list-title--q {
  margin-bottom: auto;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #e54c0a;
}
@media screen and (max-width: 767px) {
  .faq_list-title--q {
    margin-right: 0.1em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .faq_list-title--q {
    margin-right: 0.2em;
    font-size: 3rem;
  }
}
.faq_list-title--txt {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .faq_list-title--txt {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .faq_list-title--txt {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .faq_list-title--txt {
    letter-spacing: 0.3em;
  }
}
.faq_list-title--icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .faq_list-title--icon {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 768px) {
  .faq_list-title--icon {
    width: 20px;
    height: 20px;
  }
}
.faq_list-title--icon::before, .faq_list-title--icon::after {
  position: absolute;
  left: 0;
  z-index: 2;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #e54c0a;
  content: "";
}
@media screen and (max-width: 767px) {
  .faq_list-title--icon::before, .faq_list-title--icon::after {
    top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .faq_list-title--icon::before, .faq_list-title--icon::after {
    top: 9px;
    width: 20px;
  }
}
.faq_list-title--icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq_list dd:nth-of-type(n + 2) {
  display: none;
}
.faq_list-ans {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #e54c0a;
}
@media screen and (max-width: 767px) {
  .faq_list-ans {
    margin-right: 0.1em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .faq_list-ans {
    margin-right: 0.2em;
    font-size: 3rem;
  }
}
.faq_list-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .faq_list-content {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .faq_list-content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq_list-content-txt {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .faq_list-content-txt {
    margin-top: 0.7em;
  }
}/*# sourceMappingURL=content.css.map */