@charset "UTF-8";

/* SLIT（舌下免疫療法）ページ - 独自スタイルのみ / 共通スタイルは surgery.css / sleepapnea.css を使用 */

/* ページ全体の横スクロール防止 */
html,
body {
  overflow-x: hidden;
}

/* MV */
.slit__mv-main {
  letter-spacing: 0.08em;
}

.slit__mv-below {
  margin-top: 22px;
  letter-spacing: 0.08em;
}

/* sec01 */
.slit-about01 {
  padding-top: 46px;
  padding-bottom: 62px;
}

.slit__ttl + .slit__text {
  margin-top: 32px;
}

.slit__ttl {
  letter-spacing: 0.042em;
}

.slit__text {
  letter-spacing: 0.047em;
}

.slit__lead {
  margin-top: 27px;
  line-height: 1.9;
  letter-spacing: 0.073em;
}
/* sec02 */
.slit__catheter {
  padding-top: 56px;
  padding-bottom: 95px;
}

.slit__check-icon {
  font-size: 13px;
  color: #007e63;
}

.slit__desc {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 14px;
  text-align: center;
  letter-spacing: 0.74px;
}

.slit__desc + .slit__desc {
  margin-top: 0px;
}

.slit__condition-cards {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  max-width: 1000px;
  margin-inline: auto;
}

.slit__condition-card {
  flex: 1;
  background-color: #fff;
  padding: 24px 40px 35px;
}

.slit__condition-card--cedar {
  background-color: #e8f5f2;
}

.slit__condition-card-header {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  border-radius: 40px;
  margin-bottom: 17px;
}

.slit__condition-card--cedar .slit__condition-card-header {
  background-color: #007e63;
}

.slit__condition-card--mite .slit__condition-card-header {
  background-color: #82553c;
}

.slit__condition-card-body {
  padding: 0;
}

.slit__condition-card-period {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 9px;
}

.slit__condition-card--cedar .slit__condition-card-period {
  color: #007e63;
}

.slit__condition-card--mite .slit__condition-card-period {
  color: #82553c;
}

.slit__condition-card-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

/* sec03 */
.slit-difference {
  padding-top: 68px;
  padding-bottom: 54px;
}

.slit__desc--accent {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(35 / 15);
  letter-spacing: 1.5px;
  margin-top: 17px;
}

.slit__table-wrap {
  overflow-x: auto;
  margin-top: 44px;
}

.slit__comparison-table {
  width: 100%;
  min-width: 838px;
  max-width: 838px;
  border-collapse: separate;
  border-spacing: 0;
  margin-inline: auto;
  table-layout: fixed;
}

.slit__comparison-table thead th:first-child {
  border-radius: 4px 0 0 0;
}

.slit__comparison-table thead th:last-child {
  border-radius: 0 4px 0 0;
}

.slit__comparison-th {
  background-color: #007e63;
  color: rgba(255, 255, 255, 0.8);
  padding-block: 10px;
  text-align: left;
  font-weight: 900;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  line-height: 1.6923;
  letter-spacing: 0;
  border-top: 1px solid #e2e2e3;
  border-bottom: 1px solid #e2e2e3;
  border-right: 1px solid #007e63;
}

.slit__comparison-th--label {
  width: 21.84%;
}

.slit__comparison-table th:nth-child(2) {
  width: 25.78%;
}

.slit__comparison-table th:nth-child(3) {
  width: 21.21%;
}

.slit__comparison-table th:nth-child(4) {
  width: 31.17%;
}

.slit__comparison-th--highlight {
  background-color: #007e63;
  border-top: 1px solid #fc2d75;
  border-left: 1px solid #fc2d75;
  border-right: 1px solid #fc2d75;
  text-align: center;
}

.slit__comparison-th--highlight span,
.slit__comparison-td--highlight span {
  display: inline-block;
  text-align: left;
  width: 60%;
  white-space: nowrap;
}

.slit__check-mark {
  margin-left: 5px;
}

.slit__comparison-label {
  padding: 10px 16px 7px 16px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  text-align: left;
  border-left: 1px solid #e2e2e3;
  border-bottom: 1px solid #e2e2e3;
  line-height: calc(24 / 14);
  letter-spacing: 0;
}

.slit__comparison-td {
  padding-block: 10px 7px;
  text-align: left;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  border-top: none;
  border-bottom: 1px solid #e2e2e3;
  background-color: #fff;
}

.slit__comparison-td--highlight {
  border-left: 1px solid #fc2d75;
  border-right: 1px solid #fc2d75;
  border-bottom: 1px solid #e2e2e3;
  background-color: #fff;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.slit__comparison-table tbody tr:last-child .slit__comparison-td--highlight {
  border-bottom: 1px solid #fc2d75;
}

.slit__comparison-table tbody tr:nth-child(even) .slit__comparison-label,
.slit__comparison-table tbody tr:nth-child(even) .slit__comparison-td {
  background-color: #fafafa;
}

/* sec04 */
.slit__period {
  padding-top: 57px;
}

.slit__timeline {
  display: flex;
  gap: 55px;
  margin-top: 64px;
  justify-content: center;
}

.slit__timeline-item {
  flex: 1;
  max-width: 200px;
  background-color: #e8f5f2;
  text-align: center;
  padding: 24px 16px;
}

.slit__timeline-label {
  display: block;
  width: fit-content;
  margin: 0 auto 28px;
  background-color: #007e63;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-inline: 34px;
  border-radius: 40px;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}

.slit__timeline-text {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-right: -9px;
}

/* 毎日の使い方ボックス */
.slit__usage-box {
  margin-top: 51px;
  border: 1px solid #007e63;
  padding: 40px 54px 55px 54px;
  background-color: #fff;
}

.slit__usage-ttl {
  font-size: 20px;
  font-weight: 400;
  color: #007e63;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 21px;
  letter-spacing: 0.085em;
}

.slit__usage-ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #007e63;
  margin: 15px auto 0;
}

.slit__usage-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #333;
}

/* sec05 */
.slit__side-effects {
  background-color: #fff;
  padding-top: 67px;
}

.slit__side-effects-box {
  margin-top: 35px;
  background-color: #f5f2f0;
  padding: 11px 36px 26px 36px;
  max-width: 900px;
  margin-inline: auto;
}

.slit__side-effects-box-ttl {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

.slit__side-effects-list {
  display: grid;
  grid-template-columns: 278px 1fr;
  justify-items: start;
  gap: 5px 24px;
  list-style: none;
  padding: 0;
  margin-top: 2px;
}

.slit__side-effects-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #000000;
  padding-left: 15px;
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.027em;
}

.slit__side-effects-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  background-color: #007e63;
  border-radius: 50%;
}

/* sec06 */
.slit__price {
  padding-top: 78px;
}

.slit__price .slit__table-wrap {
  margin-top: 52px;
}

.slit__price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 838px;
  max-width: 838px;
  margin-inline: auto;
  table-layout: fixed;
  border: 1px solid #e2e2e3;
  border-radius: 4px;
}

.slit__price-table thead th:first-child {
  border-radius: 4px 0 0 0;
}

.slit__price-table thead th:last-child {
  border-radius: 0 4px 0 0;
}

.slit__price-th {
  background-color: #007e63;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px 10px 13px;
  text-align: left;
  font-weight: 900;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 1.6923;
  letter-spacing: 0.079em;
  border: none;
  border-right: 1px solid #007e63;
}

.slit__price-th--label {
  width: 251px;
  text-align: left;
}

.slit__price-table th:nth-child(2) {
  width: 272px;
}

.slit__price-table th:nth-child(3) {
  width: 297px;
}

.slit__price-label {
  padding: 10px 15px 6px;
  background-color: #fff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid #e2e2e3;
}

.slit__price-td {
  padding: 10px 14px 6px;
  text-align: left;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid #e2e2e3;
  background-color: #fff;
}

.slit__price-table tbody tr:last-child .slit__price-label,
.slit__price-table tbody tr:last-child .slit__price-td {
  border-bottom: none;
}

.slit__price-table tbody tr:nth-child(even) .slit__price-label,
.slit__price-table tbody tr:nth-child(even) .slit__price-td {
  background-color: #fafafa;
}

.slit__price-note {
  font-size: 15px;
  color: #000;
  letter-spacing: 0.04em;
  margin-top: 13px;
  margin-inline: auto;
  max-width: 838px;
  text-align: left;
}

/* contact */
.slit-contact.sleepapnea-contact {
  padding: 34px 0;
}

.slit-contact .sleepapnea-contact__description-box {
  justify-content: center;
  gap: 80px;
  align-items: flex-end;
  padding-bottom: 17px;
}

.slit-contact .sleepapnea-contact__description-text {
  font-family: "Noto Sans JP", sans-serif;
}

.slit-contact .sleepapnea-contact__description-text--brown {
  white-space: nowrap;
  line-height: calc(20 / 16);
}

.slit-contact .sleepapnea-contact__description-text--right {
  position: relative;
  top: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .slit__condition-cards {
    flex-direction: column;
    gap: 20px;
  }

  .slit__timeline {
    flex-wrap: wrap;
    gap: 12px;
  }

  .slit__timeline-item {
    max-width: calc(50% - 6px);
    flex: none;
    width: calc(50% - 6px);
  }

  .slit__usage-box {
    padding: 24px 20px;
  }

  .slit__side-effects-box {
    padding: 20px;
  }

  .slit__side-effects-box-ttl {
    text-align: center;
  }

  .slit__side-effects-list {
    grid-template-columns: 1fr;
    width: fit-content;
    margin-inline: auto;
  }

  .slit__period,
  .slit__side-effects,
  .slit__price {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .slit-contact .sleepapnea-contact__description-box {
    gap: 0;
    align-items: center;
    padding-top: 17px;
  }
}
