@charset "UTF-8";
/*Google fonts*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*color*/
/*only*/
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.pc_smonly {
  display: block;
}
@media screen and (max-width: 576px) {
  .pc_smonly {
    display: none;
  }
}

.sp_smonly {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp_smonly {
    display: block;
  }
}

/*--------------診療メニュー---------------- */
.treatment_page img {
  max-width: 100%;
}
.treatment_page p, .treatment_page li, .treatment_page th, .treatment_page td, .treatment_page a, .treatment_page dt, .treatment_page dd {
  line-height: 2;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .treatment_page p, .treatment_page li, .treatment_page th, .treatment_page td, .treatment_page a, .treatment_page dt, .treatment_page dd {
    font-size: 13px;
  }
}
.treatment_page_ttl {
  text-align: center;
  font-size: 32px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Zen Old Mincho", serif;
  line-height: 1.5;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .treatment_page_ttl {
    font-size: 26px;
    line-height: 1.3;
    padding: 40px 0 30px;
  }
}
.treatment_page_ttl .small {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .treatment_page_ttl .small {
    font-size: 20px;
  }
}
.treatment_page_ttl .point {
  color: #FF7196;
}
.treatment_page_ttl:before {
  content: "";
  width: 35px;
  height: 25px;
  background: url("../image/common/ttl_embellishments.svg") no-repeat center center/contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .treatment_page_ttl:before {
    top: 5px;
    width: 28px;
  }
}
.treatment_page_contents {
  background: #fff;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents {
    padding: 40px 20px;
  }
}
.treatment_page_contents > section {
  max-width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section {
    margin: 0 auto 40px;
  }
}
.treatment_page_contents > section:last-child {
  margin-bottom: 0;
}
.treatment_page_contents > section h2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Zen Old Mincho", serif;
  font-size: 26px;
  color: #FF7196;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #FF7196;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section h2 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 2cqb;
  }
}
.treatment_page_contents > section h2 .en {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15rem;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section h2 .en {
    font-size: 11px;
  }
}
.treatment_page_contents > section p + img, .treatment_page_contents > section ul + img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section p + img, .treatment_page_contents > section ul + img {
    margin: 20px auto;
  }
}
.treatment_page_contents > section .check_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .check_list li {
    flex-flow: column;
    margin-bottom: 20px;
  }
}
.treatment_page_contents > section .check_list li h3 {
  width: 250px;
  font-size: 18px;
  padding-left: 35px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .check_list li h3 {
    width: 100%;
    font-size: 16px;
    padding-left: 26px;
  }
}
.treatment_page_contents > section .check_list li h3:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../image/common/check_gold.svg") no-repeat center center/contain;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .check_list li h3:before {
    width: 18px;
    height: 18px;
  }
}
.treatment_page_contents > section .check_list li p {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .check_list li p {
    width: 100%;
  }
}
.treatment_page_contents > section table th, .treatment_page_contents > section table td {
  padding: 12px 20px;
  border: solid 1px #ccc;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section table th, .treatment_page_contents > section table td {
    padding: 10px 15px;
  }
}
.treatment_page_contents > section table th {
  background: #F4F4F4;
}
.treatment_page_contents > section table th.w30 {
  width: 30%;
}
.treatment_page_contents > section .price {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Zen Old Mincho", serif;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .price {
    font-size: 20px;
  }
}
.treatment_page_contents > section .price span {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .price span {
    font-size: 24px;
  }
}
.treatment_page_contents > section .attention {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .attention {
    margin-top: 5px;
  }
}
.treatment_page_contents > section .faq_list dt, .treatment_page_contents > section .faq_list dd {
  font-size: 16px;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .faq_list dt, .treatment_page_contents > section .faq_list dd {
    font-size: 13px;
    padding-left: 30px;
  }
}
.treatment_page_contents > section .faq_list dt:before, .treatment_page_contents > section .faq_list dd:before {
  color: #D2B48C;
  font-size: 28px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Zen Old Mincho", serif;
  font-weight: normal;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .faq_list dt:before, .treatment_page_contents > section .faq_list dd:before {
    font-size: 22px;
    top: 2px;
  }
}
.treatment_page_contents > section .faq_list dt {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .faq_list dt {
    font-size: 15px;
    margin-top: 30px;
    line-height: 1.6;
  }
}
.treatment_page_contents > section .faq_list dt:before {
  content: "Q.";
}
.treatment_page_contents > section .faq_list dd {
  padding-bottom: 40px;
  border-bottom: dashed 1px #bcbcbc;
}
@media screen and (max-width: 768px) {
  .treatment_page_contents > section .faq_list dd {
    padding-bottom: 30px;
  }
}
.treatment_page_contents > section .faq_list dd:before {
  content: "A.";
}
.treatment_page .campaign {
  background: #fff;
  border: solid 2px #ff4b54;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .treatment_page .campaign {
    margin-bottom: 40px;
  }
}
.treatment_page .campaign h2 {
  text-align: center;
  font-size: 28px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Zen Old Mincho", serif;
  color: #fff;
  background: #ff4b54;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .treatment_page .campaign h2 {
    font-size: 22px;
    line-height: 1.3;
    padding: 14px 10px;
  }
}
.treatment_page .campaign_contents {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .treatment_page .campaign_contents {
    padding: 15px;
  }
}
.treatment_page .campaign_detail {
  margin: 20px auto 10px;
}
.treatment_page .campaign_detail th, .treatment_page .campaign_detail td {
  border: solid 1px #ccc;
  padding: 10px 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .treatment_page .campaign_detail th, .treatment_page .campaign_detail td {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
  }
}
.treatment_page .campaign_detail th {
  white-space: nowrap;
}
.treatment_page .campaign_detail .price .big {
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
  color: #ff4b54;
}
.treatment_page .campaign_detail .price .big span {
  font-size: 110%;
}/*# sourceMappingURL=org_style.css.map */