@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/adult/adult_billboard_img.jpg);
}

/* ------------------------
*	lead
*/
.lead_content {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead_content {
    width: 90%;
    margin: -43px auto 0;
    padding: 33px 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .lead_content {
    padding: 35px 10% 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .lead_content {
    width: 70%;
    margin-top: -90px;
    margin-left: auto;
    padding: 72px 5% 0 60px;
  }
}
.lead_content-head {
  font-weight: 500;
  color: #1b1464;
}
@media screen and (max-width: 767px) {
  .lead_content-head {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .lead_content-head {
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .lead_content-txt {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .lead_content-txt {
    margin-top: 10px;
  }
}
.lead_content-txt ~ .lead_content-txt {
  margin-top: 1.5em;
}

/* ------------------------
*	sec2
*/
@media screen and (max-width: 1024px) {
  .adult {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .adult {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .adult {
    margin-top: 90px;
  }
}
@media print, screen and (min-width: 1025px) {
  .adult {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 135px;
  }
}
.adult_header {
  width: min(100%, 840px);
  margin: 0 auto;
  color: #1b1464;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .adult_header {
    padding: 33px 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .adult_header {
    padding: 15px 5% 0;
  }
}
.adult-head {
  font-weight: 500;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .adult-head {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .adult-head {
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .adult-head {
    text-indent: -1.25em;
    padding-left: 1.25em;
    letter-spacing: 0.25em;
  }
}
@media screen and (max-width: 767px) {
  .adult-head {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.adult-head2 {
  font-weight: 500;
  margin: 0 0 26px;
}
@media screen and (max-width: 767px) {
  .adult-head2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .adult-head2 {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
.adult img {
  margin-top: 40px;
}
img + .adult-head2, p + .adult-head2 {
  margin: 100px 0 26px;
}
.adult_content {
  position: relative;
  background-color: #fff;
  width: min(100%, 840px);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .adult_content {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 20px 5% 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .adult_content {
    padding: 54px 0 0 0;
  }
}
.adult_content-head {
  font-weight: 500;
  color: #1b1464;
}
@media screen and (max-width: 767px) {
  .adult_content-head {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .adult_content-head {
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .adult_content-txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .adult_content-txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .adult_content-dl {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .adult_content-dl {
    margin-top: 27px;
  }
}
.adult_content-dl dt {
  color: #944e20;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .adult_content-dl dt {
    float: left;
    /*width: 15.4em;*/
    /*margin-right: .5em*/
  }
}
@media screen and (min-width: 768px) {
  .adult_content-dl dd {
    /*margin-left: 15.4em;*/
  }
}
.adult_content .accent {
  color: #e54c0a;
  font-weight: 700;
}
.adult_content .adult_table_wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 40px;
}
.adult_content .adult_table_wrap .adult_table {
  display: block;
  width: 100%;
}
.adult_content .adult_table_wrap .adult_table thead {
  display: block;
  width: 100%;
}
.adult_content .adult_table_wrap .adult_table thead tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.adult_content .adult_table_wrap .adult_table thead tr th {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em;
  font-weight: 300;
  text-align: center;
  border-right: solid 1px #d2d2d2;
}
.adult_content .adult_table_wrap .adult_table thead tr th:last-child {
  border-right: none;
}
.adult_content .adult_table_wrap .adult_table tbody {
  display: block;
  width: 100%;
}
.adult_content .adult_table_wrap .adult_table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.adult_content .adult_table_wrap .adult_table tbody tr th,
.adult_content .adult_table_wrap .adult_table tbody tr td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  padding: 1em;
  font-weight: 300;
  text-align: left;
  border-top: solid 1px #d2d2d2;
  border-right: solid 1px #d2d2d2;
}
.adult_content .adult_table_wrap .adult_table tbody tr th:last-child,
.adult_content .adult_table_wrap .adult_table tbody tr td:last-child {
  border-right: none;
}
.adult_content .adult_table_wrap .adult_table .adult_table_accent {
  color: #e54c0a;
}/*# sourceMappingURL=content.css.map */