@charset "UTF-8";
/***********************共通設定************************/
main {
  background: #fff;
}

/* ==========================================================================//
//
//　共通
//
// ========================================================================== */
section {
  padding-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section {
    padding-top: 50px;
  }
}

h1 {
  margin: 20px 0 14px;
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h1 {
    margin: 30px 0 18px;
    font-size: 24px;
  }
}

h2 {
  margin-bottom: 20px;
  padding-left: 15px;
  text-align: left;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h2 {
    margin-bottom: 38px;
    padding-left: 20px;
    font-size: 24px;
  }
}
h2::before {
  position: absolute;
  content: "";
  background: #D8EDC6;
  border-radius: 10px;
  width: 5px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h2::before {
    width: 10px;
    height: 40px;
  }
}

.caption {
  padding-top: 5px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .caption {
    padding-top: 9px;
  }
}

.texts p:not(:first-child) {
  padding-top: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .texts p:not(:first-child) {
    padding-top: 50px;
  }
}

p {
  text-align: left;
  line-height: 2;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  p {
    line-height: 2.1;
  }
}
p a {
  position: relative;
  color: #303030;
}
p a::after {
  position: absolute;
  content: "";
  background: #303030;
  width: 0;
  height: 1px;
  bottom: 3px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  p a:hover::after {
    width: 100%;
  }
}

/* タイトル直下のサブタイトル
---------------------------------------------------------- */
.sub_ttl {
  margin-bottom: 35px;
  text-align: center;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sub_ttl {
    margin-bottom: 45px;
  }
}

/* ==========================================================================//
//
//　診療の流れ
//
// ========================================================================== */
.intro {
  margin-inline: auto;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .intro {
    width: min(900px, 100%);
  }
}
.intro p {
  padding: 20px 30px;
  display: block;
  background: #F6FFEE;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .intro p {
    padding: 40px 68px;
  }
}

.example {
  margin: 44px auto 35px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .example {
    margin: 74px auto 65px;
    width: min(710px, 100%);
  }
}
.example p.bg_green {
  margin-bottom: 25px;
  padding: 2px 10px;
  display: inline-block;
  background: #62CC93;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .example p.bg_green {
    margin-bottom: 45px;
    padding: 3px 20px;
    font-size: 20px;
  }
}
.example p:nth-child(2) {
  padding-bottom: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .example p:nth-child(2) {
    padding-bottom: 50px;
  }
}

/* ==========================================================================//
//
//　プログラムご案内
//
// ========================================================================== */
.sec_guidance .schedule {
  margin-top: 10px;
  overflow-x: auto;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_guidance .schedule {
    margin-top: 19px;
  }
}
@media all and (max-width: 889px) {
  .sec_guidance .schedule::-webkit-scrollbar {
    height: 15px;
  }
  .sec_guidance .schedule::-webkit-scrollbar-track {
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #EFEFEF;
    border-radius: 10px;
  }
  .sec_guidance .schedule::-webkit-scrollbar-thumb {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    background-clip: padding-box;
    background: #CCCCCC;
    border-radius: 10px;
  }
}
.sec_guidance .schedule table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.sec_guidance .schedule table tbody {
  display: table;
}
.sec_guidance .schedule table th, .sec_guidance .schedule table td {
  padding: 20px 10px;
  border: 1px solid #303030;
  width: 6%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_guidance .schedule table th, .sec_guidance .schedule table td {
    padding: 20px 10px;
    width: 6%;
  }
}
.sec_guidance .schedule table th {
  font-weight: 400;
  background: #FBFFC4;
}
.sec_guidance .schedule table td:first-child {
  background: #FBFFC4;
}
@media screen and (min-width: 751px) and (max-width: 1032px) {
  .sec_guidance .schedule table td:first-child {
    width: 8.5%;
  }
}

/* ==========================================================================//
//
//　相談の料金（税別）
//
// ========================================================================== */
.sec_price .price_table {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_price .price_table {
    overflow-x: scroll;
  }
}
.sec_price .price_table table {
  border-collapse: collapse;
  text-align: left;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_price .price_table table {
    width: 100%;
    min-width: 600px;
  }
}
.sec_price .price_table table td {
  border: 1px solid #303030;
  padding: 5px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_price .price_table table td {
    padding: 10px;
  }
}
.sec_price .price_table table td span.price_left {
  width: 90px;
  display: inline-block;
}
.sec_price .price_table table .border_none_r {
  border-right: none;
}
.sec_price .price_table table .border_none_l {
  border-left: none;
}

/* ==========================================================================//
//
//　お問合せ先
//
// ========================================================================== */
.sec_contact {
  margin-bottom: 74px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_contact {
    margin-bottom: 94px;
  }
}
.sec_contact .texts p span {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.sec_contact .texts p span::before {
  position: absolute;
  content: "";
  background: #FFFBC5;
  width: 100%;
  height: 13px;
  bottom: 0;
  left: 0;
  z-index: -1;
}