@charset "UTF-8";

/* ========================================================
ベース設定
=========================================================*/
:root {
  /* カラー */
  --Text: #2a2a2a;
  --Text_blue: #1a0dab;
  --Main: #ef40a4;
  --Sub: #77cadd;
  --Accent: #d40000;
  --Back: #f6f6f6;
  --Back_strong: #e7f1f7;
  /* 文字サイズ */
  --FontSizeSP: 10px;
  /* 375px 〜 768px */
  --FontSizeSP2: 4.2666666667vw;
  /* 〜　374px */
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Noto_Sans_JP_Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto_Sans_JP_Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP_Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Zen Maru";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Zen_Maru_Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Zen Maru";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Zen_Maru_Bold.woff") format("woff");
  font-display: swap;
}

html {
  font-family: "Noto Sans JP";
  line-height: 1.5;
  color: var(--Text);
  font-size: var(--FontSizeSP);
}

body {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  background-color: #fff;
  color: var(--Text);
  padding: 0;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
  word-break: break-word;
  /* break-wordは非推奨のため、word-breakを使用 */
  font-feature-settings: "palt";
}

.forPC {
  display: none;
}

.forPC-inline {
  display: none;
}

.forSP {
  display: block;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: var(--Text_blue);
  transition: all ease 0.3s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
/* ========================================================
ステマ対策
=========================================================*/

.adTxt {
  text-align: right;
  max-width: 100%;
  padding: 2px 6px;
  /* 左右余白 LPに合わせて調整 */
  margin: 4px auto 6px;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
}

.result_page .adTxt {
  padding-top: 4px;
}

.adTxt span {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid var(--Text);
  /* 枠色 変数名がTextでない場合は変更 */
  padding: 2px 14px;
  background-color: #fff;
}

.txt--clinicfor {
  font-size: 12px;
  width: 100%;
  text-align: right;
}

.result_page .txt--clinicfor {
  margin-top: 20px;
}

.txt--clinicfor .notes--clinic {
  font-size: 10px;
  padding: 0 8px;
}

.entry .txt--clinicfor {
  margin-top: -50px;
}

.entry .txt--clinicfor .notes--clinic {
  padding: 0 15px;
}

.entry .adTxt {
  background: #fff;
  padding: 0 15px;
  margin-top: -40px;
}

.entry .txt--clinicfor + .adTxt {
  margin-top: 4px;
}

.entry .adTxt + .entry__inner {
  margin-top: -30px;
}
/* ========================================================
header ロゴ追加
=========================================================*/
.header__logo {
  height: 33px;
  width: 100%;
  background-color: #fff;
}
.header::before {
  position: absolute;
  content: "";
  background: url(../img/logo_medicallist_horizon.png) no-repeat center;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 94px;
  height: 33px;
  background-color: #fff;
  padding: 2px 4px;
  z-index: 100;
}
/* ========================================================
共通
=========================================================*/

.orange {
  color: #cc2d2c;
}

.bold {
  font-weight: bold;
}

.line-through {
  text-decoration: line-through;
}

.marker-yellow {
  background: linear-gradient(to bottom, transparent 60%, #ffffd7 60%);
}

.notes {
  font-size: 10px;
}

/* ========================================================
ヘッダー
=========================================================*/

.header {
  width: 100%;
  position: relative;
}
.header__logo {
  /* height: 20px;
	width: auto !important;
	padding: 0 10px;
	margin: 2px 0; */
}

.slider.clinicLogo {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  background: #fff;
  margin-top: 8px;
  height: 20px;
}
.slick-slide {
  width: auto !important;
}

/* ========================================================
SECTION CAUTION
=========================================================*/
.caution {
  background-color: #fff;
  margin-top: 8px;
}
.caution__txt {
  font-size: 14px;
  line-height: 1.7;
  padding: 0 14px;
  margin-top: 12px;
}

.caution__txt:not(:first-of-type) {
  margin-top: 14px;
}

/* ========================================================
SECTION MAP
=========================================================*/
.map {
  padding-top: 30px;
  background-color: #fff;
}
.map__txt {
  font-size: 14px;
  line-height: 1.7;
  padding: 0 14px;
  margin-top: 4px;
}
.map__txt:not(:first-of-type) {
  margin-top: 14px;
}

/* ========================================================
SECTION TYPE
=========================================================*/

.type {
  background-color: #fff;
}

.type_bnr {
  background-color: #fff;
  padding-top: 20px;
}

.gairai .type_bnr {
  padding-top: 0px;
}
.type.chiryo .type_bnr {
  padding-top: 10px;
}

.type.chiryo {
  padding-top: 24px;
}
.type-wrap {
  padding: 10px;
  display: grid;
  justify-content: center;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 6px;
}

.type.chiryo .type-wrap {
  padding: 10px 14px 10px;
  display: grid;
  justify-content: center;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 1fr;
  gap: 6px;
  margin-top: 14px;
}

.type__box {
  background-color: #eceef0;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid 1px #cccccc;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  position: relative;
}

.type__box:first-of-type {
  border: solid 1px #20a3af;
  background-color: #fff8d9;
}
.type.chiryo .type__box {
  display: unset;
  padding: 16px 0;
  background-color: #fff;
  position: relative;
}
.type.chiryo .type__box:not(:first-of-type) {
  margin-top: 32px;
}

.type.chiryo .type__box::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  background-color: #fff;
  right: 50%;
  top: -5px;
  transform: translateX(50%);
}
.type__crown {
  width: 60px;
  height: auto;
  display: block;
  margin: auto auto 0;
}

.type.chiryo .type__box:nth-of-type(1):after {
  position: absolute;
  content: "";
  right: 50%;
  transform: translateX(50%);
  top: -7%;
  background: url(../img/rank01.png) no-repeat;
  background-size: 100%;
  width: 65px;
  height: 46px;
}
.type.chiryo .type__box:nth-of-type(2):after {
  position: absolute;
  content: "";
  right: 50%;
  transform: translateX(50%);
  top: -7%;
  background: url(../img/rank02.png) no-repeat;
  background-size: 100%;
  width: 65px;
  height: 46px;
}
.type.chiryo .type__box:nth-of-type(3):after {
  position: absolute;
  content: "";
  right: 50%;
  transform: translateX(50%);
  top: -7%;
  background: url(../img/rank03.png) no-repeat;
  background-size: 100%;
  width: 65px;
  height: 46px;
}

.type__box:not(:first-of-type) .type__crown {
  width: 50px;
}

.type.chiryo .type__box:not(:first-of-type) .type__crown {
  width: 71px;
}

.type.chiryo .type__box__name {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 18px;
}

.type__box__head-wrap {
  background-color: #cccccc;
  padding: 6px 0;
  border-radius: 7px 7px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.type__box:first-of-type .type__box__head-wrap {
  background-color: #77cadd;
  border-radius: unset;
}

.type.chiryo .type__box:first-of-type {
  background-color: #fff8d9;
}

.type__box__head {
  position: relative;
}

.type__box__head-txt {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding-left: 11%;
  white-space: nowrap;
}

.type__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.type__logo {
  margin: 0px auto;
  width: calc(100% - 20px);
}

.type.chiryo .type__logo {
  width: 100%;
  height: auto;
}

.type__bnr {
  margin-top: 0px;
  padding: 0 1px;
  background-color: var(--Back_strong);
}

.type__box .type__bnr {
  width: calc(100% - 20px);
  padding: 0;
  margin: 4px auto 0;
  object-fit: contain;
}

.type.chiryo .type__box .type__bnr {
  margin: 8px auto 0;
}

.type__box:not(:first-of-type) > a {
  display: flex;
}

.type__txt-wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  align-items: center;
}

.type.chiryo .type__txt-wrap {
  margin-top: 10px;
}

.type__txt-wrap p {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  position: relative;
}

.type.chiryo .type__txt-wrap p {
  padding: 0 16px;
}

.type.chiryo .type__txt-wrap p::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 82%;
  background-color: #000;
  transform: rotate(-31deg);
  bottom: 0;
  left: 0;
}
.type.chiryo .type__txt-wrap p::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 82%;
  background-color: #000;
  transform: rotate(31deg);
  bottom: 0;
  right: 0;
}

.cta-btn {
  background-color: #e67940;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
  transition: all 0.3s;
}

.cta-btn:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.type.cta-btn {
  border-radius: 4px;
  margin: 0px 8px 0;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  position: relative;
}
.type.cta-btn::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 7%;
  transform: rotate(-45deg);
  top: 15px;
}

.type.chiryo .type.cta-btn {
  display: block;
  text-align: center;
  line-height: 1.3;
  margin-top: 4px;
  font-size: 16px;
}

.type.chiryo .type.cta-btn::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 4%;
  transform: rotate(-45deg) translateY(-50%);
  top: 48%;
}

.ico-arrow {
  width: 14px;
  height: 14px;
}
.type.chiryo .type__inside__table-wrap {
  margin-top: 14px;
}
.type.chiryo .type__inside__table {
  border-collapse: collapse;
  width: 100%;
}
.type.chiryo .type__inside__table th {
  border-top: solid 1px #cccccc;
  background-color: #d6eded;
  font-size: 12px;
  width: calc(100% / 3);
  padding: 2px 0;
}
.type.chiryo .type__inside__table th:not(:last-of-type),
.type.chiryo .type__inside__table td:not(:last-of-type) {
  border-right: solid 1px #cccccc;
}
.type.chiryo .type__inside__table td {
  border-bottom: solid 1px #cccccc;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  padding: 6px 0;
  vertical-align: top;
  text-align: center;
}
.type.chiryo .type__box:first-of-type .type__inside__table td,
.type.chiryo
  .type__box:first-of-type
  .type__inside__table
  th:not(:last-of-type),
.type.chiryo
  .type__box:first-of-type
  .type__inside__table
  td:not(:last-of-type),
.type.chiryo .type__box:first-of-type .type__inside__table th {
  border-color: #20a3af;
}
.type.chiryo .type__inside__icon {
  width: 45px;
  display: block;
  margin-inline: auto;
}

.type.chiryo .type__inside__txt {
  margin-top: 4px;
}

/* ========================================================
SECTION TREATMENT
=========================================================*/
.treatment {
  background-color: #fff;
  margin-top: 30px;
}

/* ========================================================
SECTION FORM
=========================================================*/
.Refine_Search_Box_Ttl {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 26px;
}

.Refine_Search_Box_Input {
  padding: 0px 20px 20px;
}

.Refine_Search_conditions_Area:not(:first-of-type) {
  margin-top: 26px;
}

.condition_ttl {
  font-size: 14px;
  font-weight: bold;
}

.multi-available {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border: solid 1px #000;
  padding: 4px 10px;
  border-radius: 80px;
  margin-left: 8px;
  background-color: #ecfcff;
}

.mokuteki__list,
.nayami__list,
.way__list,
.price__list,
.kodawari__list,
.kodawari02__list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 8px;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

.radiobtn_text,
.checkbox_text {
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  border: solid 1px #20a3af;
  background-color: #fff;
  width: calc((100% - 9px) / 2);
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 16px;
  position: relative;
}

.price__list .checkbox_text {
  width: calc((100% - 9px) / 2);
  padding: 12px 12px 12px 16px;
  display: flex;
}

.multi-item {
  width: calc((100% - 9px) / 2);
  margin: 0;
}

.radiobtn_text.on,
.radiobtn_text.on01,
.checkbox_text.selected {
  border-bottom: solid 4px #6cc4cd;
  background-color: #ecfcff;
  position: relative;
}

.radiobtn_text.on,
.radiobtn_text.on01 {
  width: calc((100% - 11px) / 2);
}

.checkbox {
  border-radius: 6px;
}

.price__list .radiobtn_text.on01 .radiobox::before {
  position: absolute;
  content: "";
  background: url(../img/checkbox.png) no-repeat center center;
  background-size: 34px;
  width: 34px;
  height: 34px;
  left: -6px;
  top: -2.5px;
}

.frequency {
  display: flex;
  flex-wrap: wrap;
}

.checkbox_text::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  left: 46px;
}

.price__list .checkbox_text:nth-of-type(1)::before {
  background: url(../img/ico_capsule.png) no-repeat center;
  background-size: 24px;
}

.price__list .checkbox_text:nth-of-type(2)::before {
  background: url(../img/ico_kanpo.png) no-repeat center;
  background-size: 24px;
}

.price__list .checkbox_text:nth-of-type(3)::before {
  background: url(../img/ico_question.png) no-repeat center;
  background-size: 24px;
}

.checkbox_text.selected {
  position: relative;
}

.nayami__list .checkbox_text:nth-of-type(3).selected::after,
.nayami__list .checkbox_text:nth-of-type(4).selected::after {
  top: 57%;
}

.kodawari__list .checkbox_text:nth-of-type(1)::before {
  background: url(../img/ico_19.png) no-repeat center;
  background-size: 24px;
}

.kodawari__list .checkbox_text:nth-of-type(2)::before {
  background: url(../img/ico_calendar.png) no-repeat center;
  background-size: 24px;
}

.kodawari__list .checkbox_text:nth-of-type(3)::before {
  background: url(../img/ico_day.png) no-repeat center;
  background-size: 24px;
}

.kodawari__list .checkbox_text:nth-of-type(4)::before {
  background: url(../img/ico_phone.png) no-repeat center;
  background-size: 24px;
}

.top .Refine_Search_submit {
  padding: 0 20px;
}

.Refine_Search_cta input,
.Refine_Search_cta .noSubmit,
.Refine_Search_submit input[type="submit"] {
  display: block;
  background-color: #e67940;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: calc(100% - 40px);
  margin: 0px auto;
  line-height: 50px;
  border: none;
  border-radius: 10px;
}

/* ========================================================
SECTION RANKING
=========================================================*/

section.ranking {
  background-color: #ecfbff;
  position: relative;
}
section.ranking::before {
  position: absolute;
  content: "";
  background: url(../img/w_base.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 89px;
  top: 0;
}

.ranking__wrap {
  padding: 8px 14px 30px;
  margin-top: 10px;
  background-color: #ecfbff;
}

.ranking__box {
  position: relative;
  padding-bottom: 24px;
  box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 15%) 0px 0px 8px;
  padding: 14px;
  background-color: #fff;
  border-radius: 15px;
}

.ranking__box:not(:first-of-type) {
  margin-top: 26px;
}
.ranking__ttl__bnr {
  padding: 38px 30px 0;
  z-index: 10;
  position: relative;
}

.ranking__head-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ranking__head {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  padding-left: 44px;
  line-height: 1.3;
}
.ranking__head::before {
  position: absolute;
  content: "";
  background: url(../img/rank-icon.png) no-repeat;
  background-size: 33px 41px;
  width: 33px;
  height: 41px;
  left: 0;
}
.ranking__box:nth-of-type(1) .ranking__head::before {
  position: absolute;
  content: "";
  background: url(../img/rank01.png) no-repeat;
  background-size: 39px 30px;
  width: 39px;
  height: 30px;
  left: 0;
}
.ranking__box:nth-of-type(2) .ranking__head::before {
  position: absolute;
  content: "";
  background: url(../img/rank02.png) no-repeat;
  background-size: 39px 30px;
  width: 39px;
  height: 30px;
  left: 0;
}
.ranking__box:nth-of-type(3) .ranking__head::before {
  position: absolute;
  content: "";
  background: url(../img/rank03.png) no-repeat;
  background-size: 39px 30px;
  width: 39px;
  height: 30px;
  left: 0;
}

.ranking__aco .ranking__box:nth-of-type(1) .ranking__head::before {
  position: absolute;
  content: "";
  background: url(../img/rank04.png) no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  left: 0;
}

.ranking__aco .ranking__box:nth-of-type(2) .ranking__head::before {
  position: absolute;
  content: "";
  background: url(../img/rank05.png) no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  left: 0;
}
.ranking__aco .ranking__head {
  padding-left: 40px;
}

.ranking__head-txt {
  font-size: 12px;
  font-weight: bold;
}

.ranking__head-ttl {
  font-size: 18px;
  font-weight: bold;
  color: var(--Text_blue);
}

a.ranking__bnr {
  text-decoration: none;
  border: solid 1px #000;
  display: block;
  margin-top: 12px;
}

.ranking__bnr__txt-wrap {
  display: flex;
  justify-content: center;
}

.ranking__bnr__txt-wrap {
  background-color: #ecfcff;
  padding: 8px;
}

.ranking__bnr__txt {
  color: #4d3c34;
  font-size: 11px;
  line-height: 1.3;
}

.ranking__box__table {
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.ranking__box-div {
  display: flex;
  align-items: center;
}
.razor_ico {
  width: 16px;
  height: 16px;
}

.ranking__box__table th,
.ranking__box__table td {
  width: calc(100% / 2);
  text-align: center;
  font-size: 12px;
}

.ranking__box__table th {
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 6px;
  width: 22%;
  vertical-align: middle;
  border-right: solid 1px #000;
}

.ranking__box__table tr:not(:last-of-type) th,
.ranking__box__table tr:not(:last-of-type) td {
  border-bottom: solid 1px #000;
}

.ranking__box__table td {
  font-size: 12px;
  background-color: #fff;
  padding: 10px;
  line-height: 1.3;
  min-height: 56px;
  text-align: left;
}

.trial__accent {
  background: linear-gradient(transparent 60%, #ffffd7 60%);
  font-weight: bold;
}

.ranking__box__table td ul li:not(:first-of-type) {
  margin-top: 2px;
}

.ranking__box__table li {
  text-indent: -1em;
  padding-left: 1em;
}

.tag__lists__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 14px;
}

.tag__lists__wrap li {
  background-color: #ecfcff;
  color: #20a3af;
  border: solid 1px #20a3af;
  border-radius: 2px;
  padding: 4px 4px;
  font-size: 12px;
  font-weight: bold;
}
.tag__lists__wrap li.off {
  background-color: #e9e9e9;
  color: #7e7e7e;
  border: solid 1px #7e7e7e;
}

.razor__content__head {
  background: linear-gradient(to right, #20a3af, #0e87b6);
  color: #fff;
  text-align: center;
  padding: 4px 0 8px;
  position: relative;
  position: relative;
}

.razor__content__head::before {
  position: absolute;
  content: "";
  background: url(../img/rank_razor_dot.svg) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 2%;
  transform: translateY(-45%);
}
.razor__content__head::after {
  position: absolute;
  content: "";
  background: url(../img/rank_razor_dot.svg) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 2%;
  transform: translateY(-45%);
}
.razor__content {
  margin-top: 10px;
  width: 100%;
  border: solid 1px #20a3af;
}

.razor__content__txt {
  display: inline-block;
}

.razor__content__txt.ttl {
  font-size: 12px;
}

.razor__content__txt.body {
  border: solid 1px #fff;
  padding: 2px 4px;
  position: relative;
  margin-top: 2px;
  font-size: 14px;
}
.razor__content__txt.body::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 12%;
  background-color: #1998b2;
  top: -1px;
  left: 9%;
}
.razor__content__txt.body::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 12%;
  background-color: #1592b4;
  bottom: -1px;
  right: 9%;
}
.razor__content__exp-body {
  display: flex;
  flex-direction: column;
}
.razor__content__exp {
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 10px;
  padding: 10px;
  align-items: center;
}
.razor__content__exp-ttl {
  text-align: center;
  font-size: 12px;
  border-left: solid 2px #4d3c34;
  padding: 0px 0px 0px 4px;
  text-align: left;
  font-weight: bold;
}
.razor__content__exp-txt {
  font-size: 12px;
}
.exp-price-wrap {
  display: flex;
  justify-content: left;
  margin-top: 4px;
}
body .razor__content__exp-price {
  font-size: 12px;
  text-align: right;
}

.razor__content__exp a {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.ranking___point-wrap {
  margin-top: 16px;
}

.ranking___point-wrap dl dt {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}

.ranking___point-wrap dl dd {
  font-size: 14px;
  position: relative;
  margin-top: 10px;
}

.ranking___point-wrap dl dt::before {
  position: absolute;
  content: "";
  background: url(../img/check_ico.svg) no-repeat center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
}
.ranking___location {
  margin-top: 20px;
}
.ranking___location__head {
  display: flex;
  justify-content: center;
}
.ranking___location__ttl {
  color: #4c3d34;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline;
  padding: 0 16px;
}

.ranking___location__ttl::before {
  position: absolute;
  content: "";
  background: url(../img/location_ico01.svg) no-repeat;
  background-size: 10px 26px;
  width: 10px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.ranking___location__ttl::after {
  position: absolute;
  content: "";
  background: url(../img/location_ico02.svg) no-repeat;
  background-size: 10px 26px;
  width: 10px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.ranking__price__table {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
}

.ranking__price__table,
.ranking__price__table th,
.ranking__price__table td {
  border: solid 1px #000;
  font-size: 12px;
}

.ranking__price__table th {
  background-color: #32939b;
  color: #fff;
  padding: 4px;
}

.ranking__price__table td {
  padding: 4px;
  text-align: center;
}

.ranking__price__table tr th:first-of-type {
  border-right: solid 1px #fff;
}

.ranking__price__table tr td:first-of-type {
  background-color: #ecfcff;
  width: 26%;
  min-width: 70px;
}

.ranking__price__table tr td.td__cut {
  background-color: #fff;
  width: unset;
}

.ranking__box__txt__area {
  margin-top: 20px;
}

.ranking__box__txt__area p {
  line-height: 1.6;
  font-size: 14px;
}

.ranking__box__txt__area p:not(:first-of-type) {
  margin-top: 14px;
}

.ranking__cta {
  margin-top: 24px;
}

.ranking__cta-wrap {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px #00000020;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
}

.ranking__cta-logo {
  max-height: 86px;
  width: auto;
  margin: 10px auto 0;
}

.ranking__ofiicial-wrap {
  width: 100%;
  margin-top: 8px;
  font-size: 15px;
  display: flex;
  justify-content: right;
}

.ranking__cta-ttl {
  font-size: 16px;
  font-weight: bold;
  color: var(--Main);
  text-align: center;
  background-color: var(--Back_strong);
  padding: 8px 0;
}

.cta-btn.ranking {
  font-size: 16px;
  padding: 10px 0px;
  position: relative;
  width: 100%;
  line-height: 1.6;
  margin: 10px auto 0;
  text-align: center;
  border-radius: 4px;
}

.cta-btn.ranking::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 4%;
  transform: rotate(-45deg) translateY(-50%);
  top: 47%;
}
.ranking__box__imgs {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sleep-medical-img {
}
.ranking__area-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 10px;
}
.ranking__area-item {
}
.ranking__area-ttl {
  position: relative;
  padding-block: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.ranking__area-ttl::before {
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  width: 2px;
  height: 18px;
  background-color: var(--Text);
  content: "";
  transition: opacity 0.3s;
}
.ranking__area-ttl.is-open::before {
  opacity: 0;
}
.ranking__area-ttl::after {
  position: absolute;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
  width: 18px;
  height: 2px;
  background-color: var(--Text);
  content: "";
}
.ranking__area-desc {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
}
.ranking__area-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
}

/* ========================================================
SECTION RANKING 4位以下
=========================================================*/
.ranking__more-btn {
  font-size: 14px;
  color: #000;
  border: solid 1px #000;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 78px;
  margin: 0px auto 0;
  position: relative;
  width: calc(85% - 30px);
}

.ranking__more-btn::before {
  position: absolute;
  content: "4位以下をもっと見る";
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.ranking__more-btn.on::before {
  position: absolute;
  content: "4位以下を閉じる";
}

.ranking__more-btn::after {
  position: absolute;
  content: "";
  background: url(../img/ranking_aco_btn.svg) no-repeat center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.ranking__more-btn.on::after {
  transform: rotate(180deg);
  top: 30%;
}

.ranking__aco {
  margin-top: 30px;
  display: none;
  padding: 20px 14px;
  background-color: #ecfbff;
}

/* ========================================================
SECTION HIKAKU
=========================================================*/

section.hikaku {
  margin-top: 14px;
}

.hikaku__ttl {
  margin-top: 40px;
}

.hikaku__table-wrap {
  overflow-x: scroll;
  width: 100%;
  margin-top: 12px;
}

.hikaku__table {
  border-collapse: collapse;
  width: 515px;
  border: solid 1px #c4c4c4;
  table-layout: fixed;
}

.hikaku__table th,
.hikaku__table td {
  border: solid 1px #c4c4c4;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.3;
  background-color: #fff;
  position: relative;
}

.hikaku__table th {
  width: 74px;
  height: 62px;
  padding: 0px 4px;
  z-index: 10;
  font-weight: normal;
  position: sticky;
  left: 0;
  background-color: #f8f6f4;
}

.gairai .hikaku__table {
  width: 715px;
}

.gairai .hikaku__table th {
  width: 74px;
}

.hikaku__table td {
  width: calc((515px - 78px) / 3);
  padding: 6px 4px;
  text-align: center;
  font-size: 12px;
}

.gairai .hikaku__table td {
  width: calc((715px - 74px) / 5);
}

.hikaku__table tr:first-of-type td {
  background-color: #fff;
  height: 100%;
  padding: 10px 4px 6px;
}
.hikaku__table tr:first-of-type td:first-of-type,
.hikaku__table tr:not(:nth-child(1)) td:nth-of-type(1) {
  background-color: #fff8d9;
}

body.chiryo .hikaku__table tr:first-of-type td:first-of-type,
body.chiryo .hikaku__table tr:not(:nth-child(1)) td:nth-of-type(1) {
  position: sticky;
  left: 74px;
  z-index: 10;
}
.hikaku__table .exam {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hikaku__table p {
  position: relative;
  margin-top: 4px;
}

.hikaku__table__logo {
  width: 90%;
  height: 43px;
  aspect-ratio: 2 / 1;
  margin: 0 auto 6px;
  object-fit: contain;
}

.hikaku__reserve__tx {
  font-size: 12px;
  display: block;
}

.hikaku__table .cta-btn {
  border-radius: 4px;
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  position: relative;
  width: 86%;
  margin: 0px auto;
}

.hikaku__table .cta-btn::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 7%;
  transform: rotate(-45deg);
  top: 15px;
}

.hikaku__detail__btn {
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 8px 10px;
  width: 86%;
  display: block;
  margin: 6px auto 0;
  border: solid 1px #000;
  position: relative;
}

.hikaku__detail__btn::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  right: 6%;
  top: 34%;
}

.hikaku__cta {
  margin-top: 16px;
}

.hikaku__cta__txt {
  text-align: center;
}

.hikaku__cta__bn {
  width: 80%;
  margin: 0 auto;
}

.hikaku__cta__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #77cadd transparent transparent transparent;
  margin: 24px auto 0;
}

.cta-btn.hikaku {
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 24px;
  position: relative;
  width: 100%;
  line-height: 1.2;
  margin: 4px auto 0;
  text-align: center;
  width: 80%;
}

.hikaku__recommend {
}

.hikaku__recommend img {
  width: 100%;
  height: auto;
}

.hikaku__table .hikaku__table__eva {
  width: 27px;
  height: auto;
  margin-inline: auto;
}

/* ========================================================
SECTION SUMMARY
=========================================================*/

.summary {
  margin-top: 30px;
}

.summary-wrap {
  padding: 0 20px;
  margin-top: 14px;
}

.summary__txt {
  font-size: 14px;
  line-height: 1.6;
}

.summary__txt:not(:first-of-type) {
  margin-top: 10px;
}

.summary__bnr {
  margin-top: 20px;
}

.summary__cta {
  margin-top: 14px;
  height: auto;
}

.summary__cta-wrap {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px #00000020;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
}

.summary__cta-ttl {
  font-size: 16px;
  font-weight: bold;
  color: var(--Main);
  text-align: center;
  background-color: var(--Back_strong);
  padding: 8px 0;
}

.summary__cta-logo {
  max-height: 86px;
  width: auto;
  margin: 10px auto 0;
}

.cta-btn.summary {
  border-radius: 4px;
  font-size: 18px;
  padding: 10px 48px;
  position: relative;
  width: 100%;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
}

.cta-btn.summary::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 5%;
  transform: rotate(-45deg) translateY(-50%);
  top: 47%;
}

/* ========================================================
FOOTER
=========================================================*/

.footer {
  margin: 20px auto 0;
  width: 100%;
  padding: 20px;
  border-top: solid 1px #cfcfcf;
  background-color: #fff;
}

.txt-lg {
  font-size: 14px;
}

dl:not(:first-of-type) {
  margin-top: 24px;
}

.txt-md {
  font-size: 14px;
  font-weight: bold;
}

.txt-md li {
  margin-top: 8px;
}

.footer__bottom .footer__links {
  margin-top: 24px;
  border-top: solid 1px #fff;
  gap: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer__bottom .footer__links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__bottom ul li span {
  padding-left: 15px;
  padding-right: 10px;
  color: #003e6e;
}

.footer__bottom .footer__links a {
  font-size: 14px;
  text-decoration: none;
}

.footer__copy {
  text-align: center;
  font-size: 10px;
  margin-top: 14px;
}

/* ========================================================
コラム
=========================================================*/
/* 見出し */
.article h1 {
  margin-top: 2em;
  font-size: 1.25rem;
  line-height: var(--Lh-S);
}

.article h2 {
  margin-top: 2em;
  font-size: 1.25em;
  line-height: var(--Lh-S);
}

.article h3 {
  font-size: 1.2rem;
  margin-top: 1.5em;
  line-height: var(--Lh-M);
}

.article h4 {
  margin-top: 1.5em;
  line-height: var(--Lh-M);
  font-size: 1rem;
}

/* ========================================================
検索結果ページ
=========================================================*/
.result_page #CONTENTS {
  background-color: #fff;
}

#PANKUZU {
  padding: 13px 0;
}

.imgttl_searchresult {
  margin-top: 8px;
}

.contents.clearfix {
  margin-top: 34px;
  padding: 0 20px;
}

.searchConditions {
  border: solid 2px #2092b6;
  border-radius: 8px;
  position: relative;
  text-align: center;
}

.searchConditions__ttl {
  font-size: 16px;
  color: var(--Text);
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  display: inline;
  padding: 4px 8px;
  position: absolute;
  top: -16px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.searchConditions__wrap {
  border-collapse: collapse;
  margin-top: 8px;
  text-align: left;
  padding: 14px 14px 20px;
  font-size: 16px;
  font-weight: bold;
}

.searchConditions__wrap dl {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
}

.searchConditions__wrap dt {
  color: #2092b6;
  text-align: center;
  position: relative;
  padding-right: 10px;
  width: 32%;
  white-space: nowrap;
}

.searchConditions__wrap dt::after {
  position: absolute;
  content: " :";
  top: 50%;
  transform: translateY(-50%);
}

.searchConditions__wrap dd {
  /* margin-top: 4px; */
  width: 68%;
}

.Refine_Result_Count {
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
  text-align: center;
  margin-top: 24px;
}

.result_page .ranking__wrap {
  margin-top: 44px;
}

.result__match__accent {
  color: #f75e2f;
  display: inline-block;
}

.result.ng-scope {
  margin-top: 40px;
  padding: 0 20px;
  position: relative;
}

.card__inner::after {
  position: absolute;
  content: "";
  background: url(../img/waveline.png) no-repeat center;
  background-size: 100vw 4px;
  width: 100vw;
  height: 4px;
  margin: 24px calc(50% - 50vw) 0;
  top: -44px;
  left: 0;
}

.card__rank__header p {
  font-size: 14px;
  color: #2a2a2a;
  font-weight: bold;
}

.noLink {
  display: block;
  margin-top: 8px;
}

.noLink a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}

.card__bnr-img.noLink {
  margin-top: 22px;
}

.result_page .ranking___point-wrap .result.ng-scope ::after {
  width: 0;
}

.result_page .ranking__box__table th {
  line-height: 1.4;
}

.result_page .ranking__box__table td {
  vertical-align: middle;
}

.result_page .cta-btn.ranking {
  width: auto;
  padding: 10px 45px;
}

.result_page small {
  font-size: smaller;
}

/* ========================================================
再検索フォーム
=========================================================*/
#re_form {
  margin-top: 24px;
}

.nayami_list,
.way__list,
.price__list,
.kodawari__list {
  margin-top: 10px;
}

#re_form .Refine_Search_Title {
  padding: 0 20px;
}

#re_form .Refine_Search_Title-txt {
  font-size: 20px;
  font-weight: bold;
  color: var(--Sub);
  border-bottom: dotted 3px var(--Sub);
  padding-bottom: 12px;
  text-align: center;
}

#re_form .Refine_Search_Box_Inner.Refine_Search_Box_Input {
  padding: 0;
}

#re_form .radiobtn_text {
  width: calc((100% - 64px) / 2);
  padding: 12px;
}

#re_form .checkbox_text {
  width: auto;
  padding-left: 75px;
}

#re_form .checkbox_text {
  width: calc((100% - 66px) / 2);
  padding: 12px;
  position: relative;
}

#re_form .checkbox_text::before {
  left: 39px;
}

#re_form .checkbox_text.selected::after {
  background-size: 26px;
  width: 26px;
  height: 26px;
  top: 28.5px;
  left: 9px;
}

#re_form .nayami__list .checkbox_text:nth-of-type(3).selected::after,
#re_form .nayami__list .checkbox_text:nth-of-type(4).selected::after {
  top: 25px;
}

#re_form .radiobox,
#re_form .checkbox {
  width: 18px;
  height: 18px;
}

#re_form .radiobox {
  width: 18px !important;
  height: 18px !important;
}

#re_form .nayami__list .radiobtn_text.on01::after,
#re_form .way__list .radiobtn_text.on::after {
  left: 16px;
}

#re_form .radiobtn_text.on01 .radiobox::before {
  background-size: 28px;
  width: 28px;
  height: 28px;
  left: -5px;
  top: -2px;
}

#re_form .radiobtn_text::before {
  left: 38px;
}

#re_form .multi-item::before {
  width: 18px !important;
  height: 18px !important;
}

#re_form .checkbox_text.selected::after {
  background-size: 28px;
  width: 28px;
  height: 28px;
  left: 8px;
}

#re_form .checkbox_icon::before {
  top: 86%;
}

#re_form .Refine_Search_submit {
  padding: 0 20px;
}

#re_form .Refine_Search_cta input {
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 26px;
  width: 100%;
}

#re_form .Refine_Search_cta .cta-btn {
  border-radius: 78px;
  font-size: 18px;
  /* padding: 20px 26px; */
  margin: 32px auto 0;
  position: relative;
  box-shadow: 0 6px 0px #540000;
  position: relative;
  width: 295px;
}

#re_form .Refine_Search_cta .cta-btn::after {
  background: url(../img/ico_arrow.svg) no-repeat center;
  background-size: 24px;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 20px;
}

/* ========================================================
運営者情報
=========================================================*/

.page-lower {
  padding-top: 5rem;
  background-color: #fff;
}

.page-lower .inner {
  padding-right: 15px;
  padding-left: 15px;
}

.pankuz ul {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: scroll;
}

.pankuz li {
  font-size: 14px;
  white-space: nowrap;
}

.pankuz ul a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  font-weight: normal;
}

.pankuz ul a img {
  width: 20px;
  height: 20px;
}

.page-lower .header {
  max-width: 100vw;
  margin-top: 16px;
}

.page-lower h1 {
  position: relative;
  text-align: center;
  max-width: 100vw;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-lower h1::before,
.page-lower h1::after {
  content: "";
  display: block;
  background-image: url(../img/icon_dot_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 26.25rem;
  height: 3.625rem;
  z-index: -1;
}

.page-lower h1::before,
.page-lower h1::after {
  width: 1.875rem;
  height: 3.625rem;
  background-image: url(../img/icon_dot_sp.png);
}

.page-lower h1::before {
  left: 0.9375rem;
}

.page-lower h1::after {
  right: 0.9375rem;
}
.page-lower h2 {
  background-color: #f7f6f2;
  width: 100%;
  text-align: center;
  position: relative;
  border-right: 3px solid #1ea7af;
  border-left: 3px solid #1ea7af;
  font-weight: bold;
  font-size: 18px;
  padding: 1rem 0;
  margin-top: 5rem;
}

.page-lower .inner {
  width: 100%;
  max-width: 1010px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.page-lower h3 {
  border-left: 4px solid #1ea7af;
  padding-left: 0.625rem;
  margin-top: 2.5rem;
  font-size: 1.6rem;
}

.page-lower .cm__box {
  margin-top: 1.5rem;
  border: 1px solid var(--Text);
  border-radius: 6px;
  padding: 0.9375rem;
}

.page-lower p {
  font-size: 1.3rem;
  margin-top: 1rem;
}

.page-lower footer {
  margin-top: 60px;
}

/* ==========================================================================
  entry 記事ページ
  =========================================================================== */

body.entry {
  margin: 30px auto 0;
  font-size: 1.4rem;
  font-feature-settings: unset;
}

.pankuzu {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  overflow-x: scroll;
  padding-right: 15px;
  padding-left: 15px;
}

.pankuzu ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pankuzu ul .pankuzu__item {
  font-size: 1rem;
  color: #505050;
  white-space: nowrap;
}

.pankuz ul .pankuzu__item a {
  color: inherit;
}

.pankuzu ul .pankuzu__item a img {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.pankuzu ul li.pankuzu__item::before {
  content: "＞";
  display: inline-block;
  margin: 0 5px;
}

.pankuzu ul li.pankuzu__item.pankuzu__item-home {
  margin-left: 0 !important;
}

.pankuzu ul li.pankuzu__item.pankuzu__item-home a {
  display: flex;
}

.pankuzu ul li.pankuzu__item.pankuzu__item-home::before {
  display: none;
}

.entry__header {
  margin: 40px auto 60px;
}

.entry__header h1 {
  position: relative;
  text-align: center;
  max-width: 100vw;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1.5;
}

.entry__header h1::before,
.entry__header h1::after {
  content: "";
  display: block;
  background-image: url(../img/cm_icon_dot_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.875rem;
  height: 3.625rem;
  z-index: -1;
}

.entry__header h1::before,
.entry__header h1::after {
  width: 1.875rem;
  height: 3.625rem;
  background-image: url(../img/cm_icon_dot_sp.png);
}

.entry__header h1::before {
  left: 0.9375rem;
}

.entry__header h1::after {
  right: 0.9375rem;
}

.entry h2 {
  border-top: 6px solid var(--Sub);
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #505050;
  margin: 50px auto 0;
  font-size: 1.8rem;
}

.entry h2::after {
  content: "";
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  background-color: var(--Main);
  height: 6px;
  position: absolute;
  top: -6px;
  left: 50%;
}

.entry h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 50px auto 0;
  border-left: 3px solid var(--Main);
  padding: 5px 10px;
  line-height: 1.5;
}

.entry__inner {
  width: 100%;
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.entry__img {
  margin: 30px auto 0;
}

.table {
  width: 100%;
  margin: 30px auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.table th,
.table td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #505050;
  line-height: 1.5;
}

.table th {
  background-color: #f5f7f9;
  font-weight: bold;
  min-width: 60px;
  width: 26%;
}

.enrty__point {
  margin: 30px auto 0;
  border-radius: 10px;
  overflow: hidden;
}

.entry p {
  margin-top: 1rem;
  line-height: 1.5;
}

.enrty__point-ttl {
  text-align: center;
  color: #fff;
  height: 50%;
  background-image: url(../img/ct_point_bg.png);
  background-size: 30px;
  min-height: 40px;
  font-size: 2.4rem;
  padding: 14px 0;
  box-sizing: border-box;
}

.enrty__point-list {
  background-color: #f5f7f9;
  padding: 15px 15px 30px;
  box-sizing: border-box;
}

.enrty__point-listItem {
  font-size: 1.6rem;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  margin: 15px auto 0;
}

.enrty__point-listItem::before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url(../img/ct_point_ico.svg);
  display: inline-block;
  position: absolute;
  left: 0;
}

.enrty__point-listTxt {
  margin: 10px auto 0;
  line-height: 1.5;
  font-weight: normal;
  position: relative;
  left: -25px;
}

.enrty__midashi {
  margin: 20px auto 15px;
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 36px;
  position: relative;
  line-height: 1.5;
}

.enrty__midashi01,
.enrty__midashi02,
.enrty__midashi03 {
  color: #52c3f2;
  font-weight: bold;
  border-bottom: 1px solid var(--Sub);
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  top: -1px;
}

.enrty__midashi01::before,
.enrty__midashi02::before,
.enrty__midashi03::before {
  display: inline-block;
  content: "0";
  color: var(--Main);
}

.underline,
.marker {
  font-weight: bold;
  display: inline;
  padding: 0;
}

.b {
  font-weight: bold;
  color: #f75d2f;
}

/* ========================================================
地域版
=========================================================*/
.area__name-wrap {
  position: absolute;
  width: 25%;
  height: 30px;
  top: 60.3%;
  right: 9.1%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area__name {
  font-size: 1.5rem;
  position: absolute;
  color: #4d3c34;
  letter-spacing: 3px;
  font-weight: 600;
}

/* ========================================================
SECTION SINDAN
=========================================================*/
.top section.sindan .type-wrap {
  background-color: #fff;
}

/* ========================================================
SECTION ONLINE
=========================================================*/
.top section.online .merit__container {
  background-color: #fff;
}

.area section.online {
  margin-top: 10px;
}
/* ========================================================
REASON
=========================================================*/
section.reason {
  padding-top: 22px;
  background-color: #fff;
}

.mukokyu section.reason {
  padding-top: 0px;
}

/* ========================================================
20240411 追加
=========================================================*/
/* 費用タブパーツ */
.cost {
  background: #fff;
  padding: 20px 0 24px;
  position: relative;
}

.mukokyu .cost {
  padding-bottom: 10px;
}

.chiryo .cost {
  padding-top: 4px;
}
.gairai .cost {
  padding-top: 4px;
}

.header + .cost {
  margin-top: 0;
}
.cost__inner {
  width: 100%;
}
.cost__inner > p {
  margin: 12px 0 0;
  /* padding: 0 16px; */
}
.cost-table .cost__inner > p {
  line-height: 1.75;
  margin-top: 16px;
}
.cost__ttl {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.cost-table .cost__ttl {
  width: 70%;
}
/* .cost::after {
	content: "";
	display: inline-block;
	border-top: 24px solid var(--Back);
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	position: absolute;
	bottom: -24px;
	left: 0;
	box-shadow: 0 -4px var(--Back);
  } */
.cost__catch {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.cost__tab {
  padding: 0 14px;
}
.cost-table .cost__tab {
  margin-top: 24px;
}
.cost__tab-btn {
  display: flex;
  justify-content: space-between;
  gap: 2px;
  margin: 16px 20px 0;
}
.cost__tab-btn li {
  border-bottom: 1px solid var(--Back);
  width: calc(94% / 2);
  height: 38px;
  z-index: 1;
}
.cost__tab-btn li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: block;
  background: #20a3af;
  border-radius: 3px 3px 0 0;
  height: 100%;
  padding-top: 10px;
}
.cost-table .cost__tab-btn li a {
  color: var(--Text);
  background: #fff;
  border: 1px solid var(--Text);
  border-bottom: none;
}
.cost__tab-btn li a:hover {
  opacity: 1;
}
.cost__tab-btn li.active a,
.cost__tab-btn li.active02 a {
  color: #20a3af;
  background: #fff;
  border: 1px solid #20a3af;
  border-bottom: none;
}
.cost__tab-btn li.active02 a .cost__tab-btn_active {
  background: linear-gradient(transparent 70%, #fcdcbc 0%);
  display: inline;
  font-weight: bold;
}
.cost__tab-btn li.active,
.cost__tab-btn li.active02 {
  position: relative;
  border-bottom: 1px solid var(--Text);
}
.cost__tab-btn li.active::after,
.cost__tab-btn li.active02::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: calc(100% - 2px);
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 1px;
}
.cost__tab-contents {
  background: #fff;
  border-top: 1px solid #20a3af;
  padding: 16px 15px 20px;
  box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
  display: none;
  opacity: 0;
}
.cost__tab-contents img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.cost__tab-contents.is-active,
.cost__tab-contents.is-active02 {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ========================================================
20240830 地域版
=========================================================*/
.mukokyu .area__name-wrap {
  top: 61.5%;
  right: 10%;
}
/* ========================================================
20241112 検索フォーム地域、ソート追加
=========================================================*/
.area_select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.selectbox--area,
.selectbox--city {
  -webkit-appearance: none;
  appearance: none;
  color: var(--Text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 47px;
  border: 1px solid #20a3af;
  border-radius: 8px;
  width: 100%;
  height: 47px;
  margin: 0;
  padding-left: 10px;
  background: url(../img/ct_icon_chevron_down.svg) no-repeat center right 12px /
      12px,
    #fff;
  cursor: pointer;
}
/* #smword {
  position: relative;
  margin: 0 0 -200px;
}
#smword select {
  display: none;
  position: absolute;
  top: 0;
} */
#smword select.on {
  display: block;
}
#smword select:disabled {
  background: #ddd;
  cursor: default;
}
.imgContent {
  display: block;
  width: 640px;
  height: auto;
  margin: 32px auto;
}
.options_accordion_ul {
  margin-bottom: 0;
}
.options_accordion_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  background-color: #ecfbff;
  text-align: center;
  padding: 10px;
  width: 100%;
  margin-top: 14px;
}
.options_accordion_ul li a {
  font-size: 12px;
  display: block;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  border-radius: 4px;
  /* height: 36px; */
  color: var(--Text);
  font-weight: normal;
}
.options_accordion_ul li.active a {
  background-color: #fff;
  font-weight: bold;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
.result_page .ranking__wrap {
  margin-top: 0;
}
.result_page .ranking__head::before {
  display: none;
}
/* スリープメディカル、カウンセリング非表示 */
.result__rank.id_1 > table > tbody > tr:nth-child(2) {
  display: none;
}
/* 2位以降、施術時間・痛み・診療時間を非表示 */
.result__rank.id_2 > table > tbody > tr:nth-child(n + 4):nth-child(-n + 6),
.result__rank.id_3 > table > tbody > tr:nth-child(n + 4):nth-child(-n + 6),
.result__rank.id_4 > table > tbody > tr:nth-child(n + 4):nth-child(-n + 6),
.result__rank.id_5 > table > tbody > tr:nth-child(n + 4):nth-child(-n + 6) {
  display: none;
}

/* ========================================================
20250515 コラムページ
=========================================================*/
.column__inner {
  margin-block: 32px 40px;
  padding-inline: 15px;
}
.column__bnr-link {
  display: block;
}
.column__bnr-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* パンくず */
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px 10px;
  background-color: #eceef0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  position: relative;
}
.breadcrumb__item:nth-child(n + 2) {
  padding-left: 15px;
}
.breadcrumb__item:nth-child(n + 2)::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  background-image: url(../img/cm_ico_arrow_right_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.breadcrumb__icon {
  display: block;
  width: 13px;
}
.breadcrumb__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.breadcrumb__link {
  color: #20a3af;
  font-size: 10px;
}
.breadcrumb__current {
  color: #20a3af;
  font-size: 10px;
}

/* タイトル */
.ttl1 {
  position: relative;
  background: linear-gradient(to right, #20a3af, #0d85b6);
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.ttl1::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  translate: -50% 0;
  width: 47px;
  height: 12px;
  background-color: #1893b2;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.ttl2 {
  position: relative;
  margin-block: 24px;
  padding-bottom: 8px;
  color: #4d3c34;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.ttl2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #20a3af;
  content: "";
}
.ttl2::after {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 25px);
  height: 2px;
  background-color: #c9c9c9;
  content: "";
}
.ttl3 {
  position: relative;
  margin-block: 24px;
  border: 1px solid #20a3af;
  border-radius: 4px;
  background-color: #ecfcff;
  font-size: 16px;
  font-weight: bold;
  color: #20a3af;
  padding: 5px 34px;
}
.ttl3::before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 20px;
  height: 20px;
  background-image: url(../img/cm_ico_dots_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

/* テキスト */
.txt1 {
  margin-block: 24px;
  color: #4d3c34;
  font-size: 14px;
  line-height: 1.5;
}

/* リスト */
.list1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-block: 24px;
  counter-reset: numlist;
}
.list1__item {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.list1__item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding: 2px;
  background-color: #20a3af;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  counter-increment: numlist;
  content: counter(numlist, decimal-leading-zero);
}

/* ポイント */
.point-box {
  margin-block: 24px;
  border: 1px solid #20a3af;
}
.point-box__ttl {
  position: relative;
  padding: 10px 30px 14px;
  background: linear-gradient(to right, #20a3af, #0d85b6);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.point-box__ttl::before {
  position: absolute;
  top: 50%;
  left: 6px;
  translate: 0 -50%;
  width: 23px;
  height: 30px;
  background-image: url(../img/cm_ico_dots_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.point-box__ttl::after {
  position: absolute;
  top: 50%;
  right: 6px;
  translate: 0 -50%;
  width: 23px;
  height: 30px;
  background-image: url(../img/cm_ico_dots_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.point-box__body {
  padding: 10px;
}
.point-box__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
/* テーブル */
.table1 {
  margin-block: 24px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.table1__ttl {
  border: 1px solid #2a2a2a;
  border-left: none;
  width: 110px;
  padding: 10px 4px;
  background-color: #f5f5f5;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}
.table1__data {
  border: 1px solid #2a2a2a;
  border-right: none;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.table2 {
  margin-block: 24px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.table2__ttl {
  border: 1px solid #2a2a2a;
  padding: 10px 4px;
  background-color: #f5f5f5;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}
.table2__ttl:first-of-type {
  border-left: none;
}
.table2__ttl:last-of-type {
  border-right: none;
}
.table2__data {
  border: 1px solid #2a2a2a;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.table2__data:first-of-type {
  border-left: none;
}
.table2__data:last-of-type {
  border-right: none;
}

/* ボタン */
.btn-wrap {
  margin-block: 24px;
}
.btn-wrap .cta-btn.summary {
  margin-top: 0;
}

/* コラムナビ */
.column-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  /* margin-top: 80px; */
  /* padding-inline: 20px; */
}
.column-nav__ttl {
  font-size: 14px;
  font-weight: bold;
}
.column-nav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
}
.column-nav__list--col2 {
  grid-template-columns: repeat(2, 1fr);
}
.column-nav__link {
  display: block;
  position: relative;
  padding-left: 18px;
  color: #4d3c34;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.column-nav__link::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../img/cm_ico_dots_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

/* ========================================================
20250520 コラムリスト
=========================================================*/
.columns {
  margin-inline: auto;
  max-width: 750px;
  width: 100%;
  padding: 24px 20px 0;
  background-color: #fff;
}
.columns__ttl {
  font-size: 14px;
  font-weight: bold;
}
.columns__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 4px;
  gap: 4px;
}
.columns__link {
  font-size: 14px;
  font-weight: bold;
}

/* ========================================================
# 20250726 女性いびき
======================================================== */
.woman-here {
  padding: 14px;
}
.woman-here__box {
  border-radius: 4px;
  border: 2px solid #20a3af;
  overflow: hidden;
}
.woman-here__ttl {
  padding: 3px;
  background-color: #20a3af;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
.woman-here__wrap {
  padding: 8px;
  background-color: #ecfbff;
}
.woman-here__body {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 8px 24px 8px 8px;
  background-color: #fff;
}
.woman-here__body img {
  aspect-ratio: 82 / 57;
  width: calc(82 / 273 * 100%);
  height: 100%;
  object-fit: cover;
}
.woman-here__content {
  width: calc(180 / 273 * 100%);
  height: 100%;
}
.woman-here__txt {
  font-size: 13px;
  line-height: 1.5;
}
.woman-here__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border-radius: 4px;
  width: 19px;
  height: calc(100% - 20px);
  background-color: #e67940;
}
.woman-here__btn img {
  width: 16px;
  height: 16px;
  object-fit: cover;
}
.woman-here__link {
  display: block;
  margin-top: 6px;
  color: var(--Text_blue);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: right;
}
