@charset "utf-8";

header,
footer {
  display: none;
}

.mv {
  text-align: center;
  margin: auto;
}

.c-heading-type1--border::before {
  border-top: 1px solid #f36f21 !important;
}

.search-button {
  max-width: 600px;
  margin-inline: auto
}

.first-experience {
  max-width: 600px;
  /*font-family: "Zen Kaku Gothic New",    sans-serif;
  */
  font-family: 'YakuHanJP', "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: bold;
  font-feature-settings: "palt";
  color: #ffff6a;
  background: #f36f21;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1;
  padding: 1rem 0;
  margin: 0 auto 10px auto;
  border-radius: 100vw;
  -webkit-border-radius: 100vw;
  -moz-border-radius: 100vw;
  -ms-border-radius: 100vw;
  -o-border-radius: 100vw;
}


@media print,
screen and (min-width: 769px) {

  .pc-center {
    text-align: center;
  }
}


.first-experience b {
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
  line-height: 0;
  vertical-align: -1px;
}

.first-experience small {
  font-size: clamp(.9rem, 1.6vw, 1.6rem);
}

.img-lead-txt {
  text-align: center;
  max-width: 424px;
  margin: auto;
}

.doctor-wrap {
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

.doctor-wrap .doctor-box {
  display: flex;
  justify-content: space-between;
  gap: 3vh;
}

.doctor-wrap .doctor-box figure {
  width: 33%;
}

.doctor-wrap .doctor-box .doctor-txt {
  width: 64%;
}

.doctor-wrap .doctor-box .doctor-txt h3 {
  font-size: clamp(.8rem, 1vw, 1rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.doctor-wrap .doctor-box .doctor-txt h3 .name {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}

.doctor-wrap .doctor-box .doctor-txt p {
  line-height: 1.6;
  font-size: clamp(.8rem, 1vw, 1rem);
}

.l-contents .c-table--price-massage-chart .c-table-item:nth-child(n+2) td {
  background-color: #fff;
}

/* KEiROWプラスと訪問リハビリの5つの違い */

/* 表全体のコンテナ */
.table-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px auto;
}


/* スマホ用のスクロール案内テキスト（デフォルトは非表示） */
.scroll-hint {
  display: none;
  text-align: right;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  padding-right: 5px;
}

.scroll-hint .arrow {
  display: inline-block;
  animation: pointer-move 1s infinite alternate;
}

@keyframes pointer-move {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(4px);
  }
}


@media print,
screen and (min-width: 769px) {
  .table-pc {
    margin-inline: -30px;
  }
}

.table-wrap {
  margin-bottom: 10px;
}

.table-wrap table tr th {
  vertical-align: middle;
  line-height: 1.4;
  padding: 16px 0;
}

/* はみ出した場合に横スクロールさせるラッパー */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  /* スクロールバーの見た目を少し整える（Webkit系） */
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}

.table-wrapper::-webkit-scrollbar {
  height: 6px;
}

.table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* グリッドレイアウト（表の骨格） */
.comparison-table {
  display: grid;
  grid-template-columns: auto minmax(220px, 1.5fr) minmax(160px, 1fr);
  column-gap: 15px;
  row-gap: 0;
  width: 100%;
  min-width: 500px;
  /* PC/タブレット時の基本幅 */
}

/* 各セルの共通スタイル */
.cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  line-height: 1.6;
  font-size: 15px;
}

.cell sup {
  font-size: .5rem;
  vertical-align: .4em;
}

/* 左側のラベル（項目名） */
.label {
  justify-content: flex-start;
  position: relative;
  font-weight: bold;
  padding-left: 0;
  padding-right: 15px;
  font-size: 16px;
}

.label-content {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.label::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px dashed #015fae;
}

.label.no-border::after {
  display: none;
}

/* ヘッダーセルの共通スタイル */
.header-box {
  padding: 10px 0 0;
  align-items: flex-end;
}

/* === 中央カラム：KEiROWプラス === */
.KEiROW-bg {
  background-color: #015fae;
  color: #ffff6a;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: bold;
}

.KEiROW-border {
  border-left: 10px solid #015fae;
  border-right: 10px solid #015fae;
  background-color: #fff;
  position: relative;
}

.KEiROW-top-radius {
  border-top: 10px solid #015fae;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.KEiROW-bottom-radius {
  border-bottom: 10px solid #015fae;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.KEiROW-dashed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  border-top: 2px dashed #015fae;
}

/* === 右側カラム：訪問リハビリ === */
.rehab-bg {
  background-color: #85b2d8;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
}

.rehab-border {
  border-left: 10px solid #85b2d8;
  border-right: 10px solid #85b2d8;
  background-color: #fff;
  position: relative;
}

.rehab-top-radius {
  border-top: 10px solid #85b2d8;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rehab-bottom-radius {
  border-bottom: 10px solid #85b2d8;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rehab-dashed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  border-top: 2px dashed #85b2d8;
}


@media screen and (max-width: 768px) {

  .feature-wrap .feature-box .feature-box-inner figure {
    margin-bottom: 16px;
  }

  .voice-wrap .voice-box .voice-box-inner {
    margin-top: 10px;
  }

  .voice-wrap .voice-box .voice-box-inner .c-avatar {
    width: 75px;
    margin: 0 auto 10px auto;
  }

  .scroll-hint {
    display: block;
    /* スマホ時のみスクロール案内を表示 */
  }

  .comparison-table {
    min-width: 400px;
    /* スマホ画面に収まる最小幅に調整 */
    grid-template-columns: auto minmax(160px, 1.5fr) minmax(110px, 1fr);
    column-gap: 6px;
  }

  .cell {
    padding: 12px 6px;
    /* 余白を詰める */
    font-size: 11px;
    /* 文字を小さく */
  }

  .label {
    font-size: 12px;
    padding-right: 8px;
  }

  .header-box {
    padding: 15px 5px 10px;
  }

  .KEiROW-bg {
    font-size: 16px;
  }

  .rehab-bg {
    font-size: 13px;
  }

  /* 枠線の太さや角丸もスマホサイズに縮小 */
  .KEiROW-border {
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .KEiROW-top-radius {
    border-top-width: 5px;
  }

  .KEiROW-bottom-radius {
    border-bottom-width: 5px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .rehab-border {
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .rehab-top-radius {
    border-top-width: 5px;
  }

  .rehab-bottom-radius {
    border-bottom-width: 5px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .KEiROW-dashed::before,
  .rehab-dashed::before {
    left: 6px;
    right: 6px;
    /* 破線の幅を調整 */
  }
}

@media print,
screen and (min-width: 769px) {

  .cell sup {
    vertical-align: .7em;
  }

  .c-heading-type1--border {
    justify-content: center;
  }

  .feature-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 3vh;
  }

  .feature-wrap .feature-box {
    width: 48.5%;
  }

  .feature-wrap .feature-box .feature-box-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 3vh;
  }

  .feature-wrap .feature-box .feature-box-inner figure {
    width: 37%;
  }

  .feature-wrap .feature-box .feature-box-inner .feature-txt {
    width: 60%;
  }

  .voice-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 3vh;
  }

  .voice-wrap .voice-box {
    width: 100%;
  }

  .voice-wrap .voice-box .voice-box-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3vh;
    margin-top: 24px;
  }

  .voice-wrap .voice-box .voice-box-inner .c-avatar {
    width: 20%;
    max-width: 192px;
    margin-bottom: 0;
  }

  .voice-wrap .voice-box .voice-box-inner .voice-txt {
    width: 80%;
  }

  .doctor-wrap {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3vh;
  }

  .doctor-wrap .doctor-box {
    width: 48.5%;
  }

  .table-wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 3vh;
  }

  .table-wrap table {
    width: 48.5%;

  }
}


.mail-address-txt {

  text-align: center;
}

.mail-address-txt .mail-address {
  font-size: 1.05rem;
}

.mail-address-txt .mail-address:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/icon/mail_black.svg);
  background-size: contain;
  vertical-align: text-bottom;
  margin-right: .5em;
}

@media print,
screen and (min-width: 769px) {
  .mail-address-txt {
    text-align: left;
  }
}


.c-collapse-group--question .voice-txt .c-collapse-heading {
  cursor: inherit;
  padding: 0;
}

.annotation li {
  font-size: .8rem;
  padding-left: 1em;
  text-indent: -1em;
}

.plus-footrer {
  background-color: #464646;
  text-align: center;
  font-size: .8rem;
  padding: 1em 0;
}

.plus-footrer a {
  color: #fff;
}

.plus-footrer a:hover {
  text-decoration: underline;
}