@charset "utf-8";
.visitor {
  background-color: var(--light-beige);
}
.visitor .header-kv {
  margin-bottom: 80px;
}

.visitor .ttl {
  font-size: 24px;
  margin-bottom: 16px;
}

.visitor .des {
  font-size: 17px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .visitor .des {
    font-size: 13px;
    line-height: 1.5em;
  }
  .visitor .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* flow　ご予約から診察まで
---------------------------------------------- */
.visitor .flow {
  margin-bottom: 80px;
}

.visitor .flow .ttl {
  margin-bottom: 40px;
}

.visitor .flow .list li .num {
  margin-right: 8px;
  font-size: 24px;
}

.visitor .flow .list li + li {
  margin-top: 40px;
}

.visitor .flow .list li .txt {
  width: calc(100% - 40px - 30px);
}

.visitor .flow .list .txt .ttl {
  margin-bottom: 10px;
  font-size: 24px;
}

.flow .list li .txt .des {
  text-align: justify;
  text-justify: inter-ideograph;
}
.visitor .flow .list li .txt .des a {
  border-bottom: 1px solid var(--redbrown);
  font-weight: 400;
}

.visitor .flow .list img {
  max-width: 400px;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .visitor .header-kv {
    margin-bottom: 35px;
  }
  .visitor .flow {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .visitor .flow .list li + li {
    margin-top: 30px;
  }
  .visitor .flow .list li .num {
    margin-right: 8px;
    font-size: 18px;
    width: 20px;
    line-height: 1.2em;
  }
  .visitor .flow .list .txt .ttl {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.2em;
  }
  .visitor .flow .list li .txt {
    width: calc(100% - 20px - 10px);
  }
  .visitor .flow .list img {
    margin: 4px 0;
  }
}

/* bg-wh 未成年の方へ・キャンセルポリシー
---------------------------------------------- */
.visitor .bg-wh {
  margin-bottom: 64px;
}

.visitor .bg-wh + .bg-wh {
  margin-bottom: 160px;
}

.visitor .bg-wh .bg-wh-inner {
  margin: 0 auto;
  padding: 40px 32px;
  background-color: var(--white);
}

.visitor .bg-wh ul li {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.6em;
  padding-left: 19px;
  text-indent: -20px;
}

.visitor .bg-wh ul li::before {
  content: "●";
  padding-right: 4px;
  color: var(--beige);
}

/* テーブル */
.table-cancel {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 938px;
  margin: 28px auto 0;
  text-align: center;
  font-size: 17px;
}
.table-cancel th,
.table-cancel td {
  border: 0.5px solid #656363;
  padding: 1em;
  vertical-align: middle;
}
.table-cancel thead th {
  background-color: var(--beige);
  color: #fff;
  border: 0.5px solid #656363;
  border-right: 0.5px solid #656363;
  border-bottom: 0.5px solid #656363;
  font-weight: 300;
}
.table-cancel tbody th {
  background-color: #ded5be;
  color: #656363;
  font-weight: 300;
  text-align: center;
}

.visitor .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .visitor .bg-wh {
    margin-bottom: 30px;
  }
  .visitor .bg-wh + .bg-wh {
    margin-bottom: 60px;
  }
  .visitor .bg-wh .ttl {
    margin-bottom: 4px;
  }
  .visitor .bg-wh .bg-wh-inner {
    padding: 24px 16px;
  }

  .visitor .bg-wh ul li {
    margin-top: 16px;
    font-size: 13px;
  }
  .visitor .sp {
    display: block;
  }
  .table-cancel.pc {
    display: none;
  }
  .table-cancel {
    font-size: 14px;
    line-height: 1.2em;
  }
  .table-cancel .br-sp {
    display: block;
  }
}

@media screen and (max-width: 488px) {
  .table-cancel {
    font-size: 12px;
  }
  .table-cancel th,
  .table-cancel td {
    padding: 6px 3px;
  }
}
