@charset "UTF-8";
.section-common-treatment .treatment-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.7);
}
.section-common-treatment .treatment-heading {
  background-color: #00b1c4;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
.section-common-treatment .list-common-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
}
.section-common-treatment .title-common-primary {
  margin-bottom: 0.15rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-treatment .treatment-list {
    margin: 0 -0.2rem;
    padding: 0.28rem 0.2rem;
  }
  .section-common-treatment .treatment-heading {
    margin-bottom: 0.11rem;
    padding: 0.06rem 0.2rem;
    font-size: 0.2rem;
  }
  .section-common-treatment .treatment-item {
    margin-bottom: 0.29rem;
  }
  .section-common-treatment .list-common-dot .dot-item {
    margin-right: 0.13rem;
    margin-bottom: 0.05rem;
    padding-left: 0.18rem;
  }
  .section-common-treatment .list-common-dot .dot-item::before {
    top: 0.07rem;
  }
  .section-common-treatment .list-common-dot .item-text.is-link {
    font-size: 0.16rem;
    text-underline-offset: 0.02rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-treatment .wrapper {
    max-width: 1200px;
  }
  .section-common-treatment .treatment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 46px 31.5px 0;
  }
  .section-common-treatment .treatment-item {
    width: 33.3333333333%;
    padding: 0 18.5px 52px;
  }
  .section-common-treatment .treatment-heading {
    min-height: 77px;
    margin-bottom: 18px;
    padding: 16px 20px;
    font-size: 0.22rem;
  }
  .section-common-treatment .list-common-dot .dot-item {
    margin-right: 14px;
    margin-bottom: 6px;
    padding-left: 17px;
    font-size: 0.17rem;
  }
  .section-common-treatment .list-common-dot .dot-item::before {
    top: 8px;
  }
  .section-common-treatment .list-common-dot .item-text.is-link {
    line-height: 1.5;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-info-consultation {
    padding: 0.59rem 0 0.3rem;
  }
  .section-info-consultation .title-common-primary {
    margin-bottom: 0.21rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-info-consultation {
    padding: 101px 0 10px;
  }
  .section-info-consultation .calendar-common {
    width: 1000px;
    margin: 0 auto;
    font-size: 0.18rem;
  }
  .section-info-consultation .calendar-common th:first-child {
    width: 135px;
  }
  .section-info-consultation .calendar-common thead th:first-child {
    padding: 6px 15px 6px 22px;
  }
  .section-info-consultation .calendar-common thead th:last-child {
    padding-right: 7px;
  }
  .section-info-consultation .calendar-common tbody th {
    padding: 37px 10px 37px 17px;
    font-size: 0.2rem;
    text-align: center;
  }
  .section-info-consultation .calendar-common .circle img {
    width: 26px;
    height: 26px;
  }
  .section-info-consultation .calendar-common .reference-mark img {
    width: 26px;
  }
  .section-info-consultation .calendar-common .dash {
    right: 3px;
  }
  .section-info-consultation .calendar-common .dash img {
    width: 22px;
  }
  .section-info-consultation .calendar-common .calendar-notes {
    margin: 18px 0 0 10px;
  }
  .section-info-consultation .title-common-primary {
    margin-bottom: 37px;
  }
}
.section-info-patients {
  position: relative;
}
.section-info-patients::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 13.29rem;
}
.section-info-patients .title-common-secondary {
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-info-patients {
    padding-top: 0.41rem;
  }
  .section-info-patients::before {
    top: 6.32rem;
    background: url("../img/info/sp/patients_bg.png") no-repeat center center/cover;
  }
  .section-info-patients .title-common-primary {
    margin-bottom: 0.2rem;
  }
  .section-info-patients .title-common-secondary {
    font-size: 0.2rem;
  }
  .section-info-patients .title-common-secondary .title-wrapper {
    padding-bottom: 0.04rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-info-patients {
    padding: 76px 0 16px;
  }
  .section-info-patients::before {
    top: 99px;
    background: url("../img/info/patients_bg.png") no-repeat center center/cover;
  }
}
.patients-notice .notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.patients-notice .notice-icon {
  overflow: hidden;
  border-radius: 100%;
}
.patients-notice .notice-heading {
  color: #333;
  font-weight: 700;
  line-height: 1.6;
}
.patients-notice .notice-text {
  letter-spacing: 0.03em;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .patients-notice .notice-item {
    margin-bottom: 0.3rem;
  }
  .patients-notice .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.15rem;
    padding-left: 1px;
  }
  .patients-notice .notice-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.11rem;
  }
  .patients-notice .notice-heading {
    margin-top: 0.02rem;
    margin-bottom: 0;
    font-size: 0.2rem;
    letter-spacing: 0.03em;
  }
  .patients-notice .title-common-secondary {
    margin-bottom: 0.35rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .patients-notice {
    margin-bottom: 54px;
  }
  .patients-notice .title-common-secondary {
    margin-bottom: 36px;
    font-size: 0.25rem;
  }
  .patients-notice .notice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .patients-notice .notice-item {
    width: 33.3333333333%;
    padding: 0 49px;
  }
  .patients-notice .notice-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 13px;
    opacity: 0.8;
  }
  .patients-notice .notice-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 70px;
    margin-bottom: 14px;
    font-size: 0.22rem;
    text-align: center;
  }
}
.patients-reservation .button-common-primary {
  margin: 0 auto;
}
.patients-reservation .reservation-text {
  letter-spacing: 0.03em;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .patients-reservation {
    margin-bottom: 0.44rem;
    padding-top: 0.37rem;
  }
  .patients-reservation .title-common-secondary {
    margin-bottom: 0.21rem;
  }
  .patients-reservation .reservation-text {
    margin-bottom: 0.26rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .patients-reservation {
    margin-bottom: 77px;
  }
  .patients-reservation .title-common-secondary {
    margin-bottom: 26px;
  }
  .patients-reservation .reservation-text {
    margin-bottom: 28px;
    text-align: center;
  }
}
.patients-medical {
  opacity: 0.9;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), #f4f8fb;
  background: linear-gradient(0deg, #fff, #fff), #f4f8fb;
}
.patients-medical ul,
.patients-medical ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.patients-medical .medical-heading {
  position: relative;
}
.patients-medical .medical-heading::before, .patients-medical .medical-heading::after {
  content: "";
  position: absolute;
  height: 0.02rem;
  background-color: #b79949;
}
.patients-medical .medical-heading::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.patients-medical .title-common-quaternary {
  margin-bottom: 0;
  border-color: #b79949;
  color: #333;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.patients-medical .item-heading {
  position: relative;
  padding-left: 0.25rem;
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7777777778;
}
.patients-medical .item-heading::before {
  content: "";
  position: absolute;
  top: 0.08rem;
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid #b79949;
  border-radius: 100%;
}
.patients-medical .item-number-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.patients-medical .number-ordinal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  padding-bottom: 0.02rem;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #00b1c4;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
}
.patients-medical .service-item:last-child {
  margin-bottom: 0;
}
.patients-medical .medical-content {
  display: none;
  letter-spacing: 0.03em;
}
.patients-medical .medical-content p {
  margin-bottom: 0;
}
.patients-medical .medical-item.is-active .medical-heading::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .patients-medical {
    margin: 0 -0.2rem;
    padding: 0.37rem 0.2rem 0.3rem;
  }
  .patients-medical .title-common-quaternary {
    margin-right: 0;
    padding: 0.11rem 0.3rem 0.1rem 0.03rem;
  }
  .patients-medical .medical-item {
    margin-bottom: 0.17rem;
  }
  .patients-medical .medical-content {
    padding: 0.22rem 0.02rem 0.61rem;
  }
  .patients-medical .medical-heading::before, .patients-medical .medical-heading::after {
    top: 0.28rem;
    right: 0.05rem;
    width: 0.19rem;
  }
  .patients-medical .service-item {
    margin-bottom: 0.3rem;
  }
  .patients-medical .item-heading {
    margin-bottom: 0.17rem;
    letter-spacing: 0.005rem;
  }
  .patients-medical .item-wrapper {
    margin-right: -0.03rem;
  }
  .patients-medical .number-ordinal {
    margin: 0.02rem 0.1rem 0 0;
    line-height: 1;
  }
  .patients-medical .item-number-list {
    margin: 0.11rem 0;
  }
  .patients-medical .item-number-list > li {
    margin-bottom: 0.1rem;
    line-height: 1.85;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .patients-medical {
    padding: 36px 0 63px;
  }
  .patients-medical .medical-heading {
    padding: 0 50px;
  }
  .patients-medical .medical-heading::before, .patients-medical .medical-heading::after {
    top: 29px;
    right: 75px;
    width: 22px;
  }
  .patients-medical .item-number-list {
    margin: 10px 0;
  }
  .patients-medical .item-number-list li {
    margin-bottom: 8px;
  }
  .patients-medical .item-heading {
    margin-bottom: 18px;
  }
  .patients-medical .item-wrapper {
    padding-left: 25px;
  }
  .patients-medical .number-ordinal {
    margin: 5px 11px 0 0;
  }
  .patients-medical .service-item {
    margin-bottom: 50px;
  }
  .patients-medical .title-common-quaternary {
    padding: 12px 0 11px 25px;
  }
  .patients-medical .medical-content {
    padding: 38px 102px 33px 85px;
  }
}
.section-info-affiliated .list-common-tags .tags-link {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.17rem;
  font-weight: 500;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-info-affiliated {
    padding: 0.47rem 0 0.46rem;
    background-color: #fff;
  }
  .section-info-affiliated .title-common-primary {
    margin-bottom: 0.13rem;
  }
  .section-info-affiliated .list-common-tags {
    margin: 0 -0.03rem 0 -0.02rem;
  }
  .section-info-affiliated .list-common-tags .tags-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.08rem;
  }
  .section-info-affiliated .list-common-tags .tags-link {
    padding-top: 0.06rem;
    padding-bottom: 0.06rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-info-affiliated {
    padding: 58px 0 134px;
  }
  .section-info-affiliated .title-common-primary {
    margin-bottom: 56px;
  }
  .section-info-affiliated .list-common-tags {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-info-affiliated .list-common-tags .tags-item {
    margin-right: 10px;
    margin-bottom: 25px;
  }
  .section-info-affiliated .list-common-tags .tags-link {
    padding: 8px 35px;
  }
}
.section-common-treatment {
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f8fb), to(#f4f8fb)), #f2f6f8;
  background: linear-gradient(0deg, #f4f8fb, #f4f8fb), #f2f6f8;
}
.section-common-treatment .treatment-item {
  position: relative;
}
.section-common-treatment .treatment-anchor {
  position: absolute;
  top: -0.5rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-treatment {
    padding: 0.38rem 0 0.86rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-treatment {
    margin-bottom: 61px;
    padding: 91px 0 148px;
  }
  .section-common-treatment .treatment-list {
    padding-bottom: 5px;
  }
}
/*# sourceMappingURL=info.css.map */