 @charset "UTF-8";

/* ========================================================
ベース設定
=========================================================*/
:root {
  /* カラー */
  --Text: #2A2A2A;
  --Text_blue: #1A0DAB;
  --Main: #028AB5;
  --Sub: #87C4E8;
  --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: 10px;
}

body {
  font-family: "Noto Sans JP";
  font-size: 10px;
  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;
}

/* ========================================================
共通
=========================================================*/

.accent {
  color: #f75e2f;
}

.bold {
  font-weight: bold;
}

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

.header {
  width: 100%;
  position: relative;
}

/* ========================================================
SECTION KINDS
=========================================================*/
.kinds {
  margin-top: 24px;
}

.med_kinds-wrap {
  overflow: hidden;
}

.name .med_kinds-wrap{
  background-color: #fff;
}
.med_kinds {
  width: calc(100% + 42px);
  margin: 0 -18px;
  max-width: unset;
}

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

.type {
  margin-top: 30px;
  background-color: #fff;
}

.scroll-wrap {
  overflow-x: scroll;
}

.area .type {
  margin-top: 10px;
}

.type__bnr {
  background-color: #fff;
}

.type-wrap {
  background-color: var(--Back_strong);
  /* margin-top: 16px; */
  padding: 10px 10px 18px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 8px;
}

.top_medicine .type-wrap,
.shihan .type-wrap{
  padding: 10px 20px 18px;
  gap: 16px;
  width: 780px;
}

.area .type-wrap {
  background-color: var(--Back_strong);
  width: 100%;
  gap: 8px;
  padding: 10px 10px 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

body.area  .type__crown-wrap{
  height: unset;
}
body.area .type__box,
body.area .type__box:first-of-type{
  width: 100%;
}
body.area .type__box{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 2px;
}
body.top_medicine .area .type__box .type__logo,
.type__box:nth-of-type(2) .type__logo{
  margin-top: 0;
}
body.area .type__box .type__bnr{
  margin-top: 0;
  height: 100%;
}
body.area .type__box .type__txt-wrap{
  height: unset;
  margin-top: 0;
}
body.area .type.cta-btn{
  margin-top: 0;
}

.type__box {
  width: 31%;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 240px; */
}
.top_medicine .type__box,
.shihan .type__box{
  width: calc(100% / 3);
}

.type__box:first-of-type {
  border: solid 1px #ed9591;
  background-color: #fffac7;
  padding: 8px 0 12px;
  width: 38%;
}

 .top_medicine .type__box:first-of-type,
 .shihan .type__box:first-of-type {
  width: calc(100% / 3);
}


/* 40 30 30 */

.type__crown-wrap {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}

.type__crown-wrap::after,
.area .type__crown-wrap::after {
  position: absolute;
  content: "";
  margin: 0 auto;
  height: auto;
}

.top_medicine .type__crown-wrap::after {
  position: unset;
}


.type__box:first-of-type .type__crown-wrap::after,
.area .type__box:first-of-type .type__crown-wrap::after {
  background: url(../img/type_crown01.png)no-repeat center;
  background-size: 52px 29px;
  width: 52px;
  height: 29px;
}

.type__box:nth-of-type(2) .type__crown-wrap::after,
.area .type__box:nth-of-type(2) .type__crown-wrap::after {
  background: url(../img/type_crown02.png)no-repeat center;
  background-size: 30px 22px;
  width: 30px;
  height: 22px;
}

.type__box:nth-of-type(3) .type__crown-wrap::after,
.area .type__box:nth-of-type(3) .type__crown-wrap::after {
  background: url(../img/type_crown03.png)no-repeat center;
  background-size: 30px 22px;
  width: 30px;
  height: 22px;
}


.type__crown {
  width: 52px;
  height: auto;
  margin: 0 auto;
}

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

.type__logo {
  margin: 8px auto 0;
}

.type__box:nth-of-type(1) .type__logo {
  height: auto;
  max-height: 141px;
  width: 91%;
}

.type__box:nth-of-type(2) .type__logo {
  height: auto;
  width: 87.9%;
  max-width: 91px;
  margin-top: 15px;
}

.top_medicine .type__box:nth-of-type(2) .type__logo,
.shihan .type__box:nth-of-type(2) .type__logo{
  max-width: unset;
  width: 91.9%;
  margin-top: 12px;
}
.type__box:nth-of-type(3) .type__logo {
  height: auto;
  width: 71.2%;
  max-width: 90.6px;
  margin-top: 8px;
}
.top_medicine .type__box:nth-of-type(3) .type__logo,
.shihan .type__box:nth-of-type(3) .type__logo{
  max-width: unset;
  width: 55.2%;
}
.top_medicine.area .type__box:nth-of-type(3) .type__logo{
  width: 72%;
}

/* 
.top_medicine .type__box:nth-of-type(3) .type__logo {
  max-width: 101.6px;
  margin-top: 10px;
} */


.type__bnr {
  margin-top: 0px;
  padding: 0 1px;
}

.type__box .type__bnr {
  width: calc(100% - 20px);
  padding: 0;
  margin: 0 auto;
  aspect-ratio: 105/68;
  border: solid 0.5px var(--Text);
}

.type__box:nth-of-type(1) .type__bnr {
  margin-top: 8px;
  height: 86%;
  object-fit: cover;
  object-position: top;
}

.type__box:not(:nth-of-type(1)) .type__bnr {
  min-height: 66px;
}


.type__box:nth-of-type(2) .type__bnr {
  margin-top: 8px;
}

.type__box:nth-of-type(3) .type__bnr {
  margin-top: 10px;
}

.type__txt-wrap {
  /* padding: 0 8px; */
  margin-top: 12px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_medicine .type__txt-wrap,
.shihan .type__txt-wrap{
  height: 81px;
}

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

.type__txt-wrap small {
  font-size: 10px;
  transform: scale(0.9);
  display: inline-block;
}

.cta-btn {
  background-color: #f75e2f;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.cta-btn:hover {
  opacity: .6;
  transition: all .3s;
}

.type.cta-btn {
  border-radius: 4px;
  margin: 8px 6px 0;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}

.type.cta-btn::after{
  position: absolute;
  content: "";
  background: url(../img/ico_arrow.svg)no-repeat center;
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.type__box:first-of-type .type.cta-btn::after {
  right: 5%;
}

.type__box:not(:first-of-type) .type.cta-btn::after{
  right: 2%;
}

.type__cta__txt {
  line-height: 0.6;
  text-align: center;  
  padding-right: 6%;
}

.type__cta__name {
  font-size: 11px;
}

/* ========================================================
SECTION EFFECT
=========================================================*/
section.effect {
  margin-top: 26px;
  background-color: #fff;
}

.top section.effect {
  margin-top: 8px;
}


.shihan section.effect {
  margin-top: 0px;
  padding: 0px 0 12px;
  background-color: #fff;
}

.effect__head-wrap {
  background-color: #83bfe3;
  border-bottom: solid 4px #3de999;
  text-align: center;
}

.effect__head {
  color: #273d45;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0 14px;
}

.top_medicine .effect__head,
.area .effect__head {
  color: #fff;
  padding: 5px 0;
}


.effect__underline {
  color: #fff;
  padding: 0 8px;
  text-shadow: 1px 1px 2px #000;
}
/* ========================================================
SECTION TYPE_TABLE
=========================================================*/
.type__table{
  margin-top: 14px;
}
.type__table-table{
  border: solid 1px var(--Text);
  border-collapse: collapse;
  width: 470px;
}

.type__table-table .grid{
  display: grid;
}
.type__table-table tr:first-of-type td{
  text-align: center;
}

.type__table-table tr:first-of-type td div{
  margin-top: 4px;
}
.type__table-table th,
.type__table-table td{
  border: solid 1px var(--Text);
  padding: 10px 4px;
  background-clip: padding-box;
  position: relative;
}

.type__table-table th{
  width: 8%;
  position: sticky;
  left: 0;
  z-index: 10;
  background-color:#fff;
  font-size: 10px;
}
.type__table-table td{
  width: calc(82% / 3);
  background-color: #fff;
  text-align: center;
  font-size: 12px;
}
.type__table-table td:first-of-type{
  background-color: #fffac7;
}

.type__table-table .type__table-top{
  vertical-align: top;
  text-align: center;
}
.type__table-logo{
  width: auto;
  height: 27px;
  margin-inline: auto;
  object-fit: contain;
}

.type__table-table .cta-btn{
  border-radius: 4px;
  padding: 8px 9% 8px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 1.3rem;
  position: relative;
  width: 80%;
  margin: 4px auto 0;
}

.type__table-table .cta-btn::after {
  background: url(../img/ico_arrow.svg)no-repeat center;
  background-size: 13px;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  /* z-index: 1; */
}

.type__table-table p{
  text-align: center;
}
/* ========================================================
SECTION DIFFERENCE
=========================================================*/

.difference {
  margin-top: 34px;
}

.shihan .difference {
  margin-top: 38px;
}

.difference__tab-btn {
  display: flex;
  justify-content: space-between;
  gap: 2px;
  margin: 16px 20px 0;
}

.difference__tab-btn li {
  border-bottom: 1px solid var(--Back);
  width: calc(100% / 3);
  height: 40px;
  z-index: 1;
}

.difference__tab-btn li a {
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: block;
  background: var(--Main);
  border-radius: 8px 8px 0 0;
  height: 100%;
}

.difference__tab-btn li a div {
  padding-top: 6px;
  line-height: 15px;
}

.difference__tab-btn li a:hover {
  opacity: 1;
}

.difference__tab-btn li.active a,
.difference__tab-btn li.active02 a {
  color: var(--Text);
  background: var(--Back_strong);
  border: 1px solid var(--Text);
  border-bottom: none;
}

.difference__tab-btn li.active,
.difference__tab-btn li.active02 {
  position: relative;
  border-bottom: 1px solid var(--Text);
}

.difference__tab-btn li.active::after,
.difference__tab-btn li.active02::after {
  content: "";
  display: inline-block;
  background: var(--Back_strong);
  width: calc(100% - 2px);
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 1px;
}

.difference__tab-contents {
  background: #fff;
  border-top: 1px solid var(--Text);
  padding: 14px 18px;
  display: none;
  opacity: 0;
}

.difference__tab-contents table {
  border-collapse: collapse;
  height: 262px;
}

.difference__tab-contents th {
  font-size: 12px;
  width: calc(100%/3);
  background-color: var(--Back);
  border: solid 1px var(--Text);
  font-weight: normal;
  padding: 4px 0;
}

.difference__tab-contents td {
  background-color: #fff;
  font-size: 14px;
  padding: 10px 12px;
  border: solid 1px var(--Text);
  line-height: 1.4;
  vertical-align: baseline;
}

.difference__tab-contents td:nth-of-type(3) {
  vertical-align: baseline;
}

.difference__tab-contents td .catch {
  color: var(--Main);
  font-weight: bold;
}

.difference__tab-contents img {
  display: block;
  margin: 10px auto 0;
  height: auto;
}

.difference__tab-contents img.meds {
  width: 64.4%;
}

.difference__tab-contents img.kanpo {
  width: 73.4%;
}

.difference__tab-contents img.supplement {
  width: 92%;
}

.difference__tab-contents.is-active,
.difference__tab-contents.is-active02 {
  display: block;
  background-color: var(--Back_strong);
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.difference__txt-wrap {
  padding: 0 18px;
  margin-top: 16px;
}

.shihan .difference__txt-wrap {
  margin-top: 4px;
}

.difference__txt-wrap p {
  font-size: 14px;
  line-height: 1.5;
}

/* ========================================================
SECTION RECOMMEND
=========================================================*/

section.recommend {
  background: url(../img/recommend_back.png)no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  padding: 60px 20px;
}

.recommend-wrap {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 10px #00000025;
  padding: 22px 14px;
}

.recommend__head-ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.recommend__txt {
  font-size: 16px;
  color: var(--Main);
  background-color: var(--Back_strong);
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
  padding: 8px 12px;
}

.recommend__logo {
  margin-top: 28px;
}

.cta-btn.recommend {
  border-radius: 78px;
  font-size: 18px;
  padding: 20px 26px;
  margin-top: 20px;
  position: relative;
  box-shadow: 0 6px 0px #540000;
}

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

/* ========================================================
SECTION ABOUT
=========================================================*/

.about {
  margin-top: 30px;
}

.about__txt__container {
  padding: 24px 20px;
  background-color: #fff;
}

.about__ttl-wrap {
  background-color: var(--Main);
  padding: 16px 24px 14px;
  border: solid 1px var(--Main);
  border-radius: 18px 18px 0 0;
}

.about__underline {
  border-bottom: solid 4px #f75e2f;
}


.about__ttl-wrap p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.about__txt-wrap {
  background-color: #fff;
  border: solid 1px var(--Main);
  padding: 20px 24px;
  border-radius: 0 0 18px 18px;
}

.about__txt {
  font-size: 14px;
  line-height: 1.5;
}

.merit__container {
  background-color: var(--Back);
  padding: 32px 20px;
}

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

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

.merit__list {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  list-style-type: none;
  padding-left: 32px;
}

.merit__list:not(:first-of-type) {
  margin-top: 12px;
}

.merit__list::before {
  position: absolute;
  content: "";
  background: url(../img/icon_check.svg)no-repeat center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  left: 0;
}

.merit__arrow-down {
  width: 28px;
  height: 16px;
  margin: 12px auto 0;
}

.merit__summary-wrap {
  margin-top: 12px;
  background-color: var(--Back_strong);
  padding: 14px 0;
  border-radius: 60px;
  border: solid 2px var(--Main);
}

.merit__summary {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: var(--Main);
}

/* ========================================================
SECTION FORM
=========================================================*/

.form {
  margin-top: 6px;
}

.top_medicine .form {
  margin-top: 24px;
}

.Refine_Search_Box_Ttl {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.Refine_Search_Box_Input {
  margin-top: 20px;
  padding: 0px 20px 40px;
}

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

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

.multi-available {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: var(--Main);
  padding: 4px 10px;
  border-radius: 80px;
  margin-left: 8px;
}

.nayami__list,
.way__list,
.price__list,
.kodawari__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 var(--Sub);
  background-color: #fff;
  width: calc((100% - 9px)/2);
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 16px;
  position: relative;
}

/* 
.checkbox_text {
  width: 100%;
  display: block;
  padding-left: 78px;
} */

.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: solid 2px var(--Sub);
  background-color: var(--Back_strong);
  position: relative;
}

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

.nayami__list .radiobtn_text.on01::after,
.way__list .radiobtn_text.on::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--Main);
  border-radius: 50%;
  left: 22px;
}

.radiobox,
.checkbox {
  width: 24px;
  height: 24px;
  display: block;
  border: solid 1px var(--Sub);
  margin-right: 8px;
  position: relative;
}

.top .price__list .checkbox {
  width: 24px;
  height: 24px;
}

.nayami__list .radiobox,
.way__list .radiobox {
  border-radius: 50%;
}

.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;
}

.medicine,
.kodawari {
  position: relative;
  padding-left: 27px;
}

.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;
}

.checkbox_text.selected::after {
  position: absolute;
  content: "";
  background: url(../img/checkbox.png)no-repeat center center;
  background-size: 34px;
  width: 34px;
  height: 34px;
  left: 11px;
  top: 55%;
  transform: translateY(-50%);
}

.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;
}

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

.top .Refine_Search_cta .cta-btn {
  border-radius: 78px;
  font-size: 18px;
  /* padding: 20px 26px; */
  margin-top: 32px;
  position: relative;
  position: relative;
}

.top .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;
}

/* ========================================================
SECTION CHOICE
=========================================================*/
section.choice {
  margin-top: 40px;
}

.choice__container {
  overflow-x: scroll;
  margin-top: 16px;
  padding-bottom: 10px;
}

.choice-wrap {
  display: flex;
  width: 940px;
  gap: 20px;
  padding: 0 20px;
}

.choice__box {
  background-color: #fff;
  border: solid 1px var(--Sub);
  border-radius: 8px;
  padding: 26px 20px;
  position: relative;
  width: 300px;
  height: 380px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px #00000020;
}

.choice__box::before {
  position: absolute;
  content: "";
  width: 76px;
  height: 83px;
  top: 0;
  left: 11px;
}

.choice__box:nth-of-type(1):before {
  background: url(../img/choice_point01.png)no-repeat center;
  background-size: 76px 83px;
}

.choice__box:nth-of-type(2):before {
  background: url(../img/choice_point02.png)no-repeat center;
  background-size: 76px 83px;
}

.choice__box:nth-of-type(3):before {
  background: url(../img/choice_point03.png)no-repeat center;
  background-size: 76px 83px;
}

.choice__ttl-wrap {
  display: flex;
  justify-content: right;
}

.choice__ttl {
  font-size: 18px;
  font-weight: bold;
  color: var(--Main);
  width: calc(100% - 80px);
  margin-right: 0;
}

.choice__img {
  padding: 0 40px;
  margin-top: auto;
}

.choice__txt-wrap {
  margin-top: auto;
  display: inline;
  vertical-align: bottom;
}

.choice__txt {
  font-size: 16px;
}

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

section.ranking {
  margin-top: 0px;
}

.area section.ranking {
  margin-top: 36px;
}

.ranking__box {
  position: relative;
  padding-bottom: 32px;
}

.ranking__box::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;
  bottom: 0;
}

.ranking__box:not(:first-of-type) {
  margin-top: 32px;
}

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

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

.ranking__head-wrap::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 58px;
}

.ranking__box:nth-of-type(1) .ranking__head-wrap::before {
  background: url(../img/icon_no1.png)no-repeat center;
  background-size: 48px 58px;
}

.ranking__box:nth-of-type(2) .ranking__head-wrap::before {
  background: url(../img/icon_no2.png)no-repeat center;
  background-size: 48px 58px;
}

.ranking__box:nth-of-type(3) .ranking__head-wrap::before {
  background: url(../img/icon_no3.png)no-repeat center;
  background-size: 48px 58px;
}

.ranking__head {
  width: calc(100% - 60px);
  height: 58px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.ranking__head-txt {
  font-size: 14px;
  font-weight: bold;
  color: var(--Main);
}

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

.ranking__box__bnr {
  margin-top: 18px;
}

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

.ranking__box__table.forSP {
  display: table;
}

.ranking__box__table th,
.ranking__box__table td {
  border: solid 1px #5B5B5B;
  width: calc(100% /2);
  text-align: center;
}

.ranking__box__table th {
  font-size: 14px;
  font-weight: bold;
  background-color: var(--Back_strong);
  padding: 6px 12px;
  width: 14%;
  vertical-align: middle;
}

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

.ranking__box__table.forPC {
  display: none;
}

.ranking__box__table tr:nth-of-type(4) td,
.ranking__box__table tr:nth-of-type(6) td {
  padding: 20px 12px;
}

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

.ranking___point-wrap dl {
  margin-top: 20px;
}

.ranking___point-wrap dl dt {
  font-size: 16px;
  font-weight: bold;
  color: var(--Main);
  border-bottom: dotted 3px var(--Sub);
  position: relative;
  padding-left: 30px;
  padding-bottom: 4px;
}

.ranking___point-wrap dl dt::before {
  position: absolute;
  content: "";
  background: url(../img/icon_check.svg)no-repeat center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}

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

.ranking___point-wrap dl dd {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 8px;
}

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

/* .ranking___point-wrap dd.ranking__point-img:nth-of-type(2) {
  margin-top: 8px;
} */

.ranking__cta {
  margin-top: 24px;
  background: url(../img/recommend_back.png)no-repeat center;
  background-size: 100% 100%;
  width: 100vw;
  height: 100%;
  padding: 60px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.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: 56px;
  width: auto;
  margin: 24px auto 0;
}

.ranking__box:first-of-type .ranking__cta-logo {
  max-height: unset;
  margin-top: 0;
}


.ranking__cta-logo.cf {
  padding: 10px 0 0;
  margin-top: 12px;
}

.ranking__ofiicial-wrap {
  width: 100%;
  margin-top: 24px;
  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 {
  border-radius: 78px;
  font-size: 18px;
  padding: 10px 44px;
  position: relative;
  width: 100%;
  line-height: 1.2;
  margin-top: 24px;
  text-align: center;
}

.cta-btn.ranking::after {
  background: url(../img/ico_arrow.svg)no-repeat center;
  background-size: 24px;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ranking__box:first-of-type .cta-btn.ranking {
  margin-top: 0;
}

/* ========================================================
SECTION RANKING 4位以下
=========================================================*/
.ranking__more-btn {
  font-size: 16px;
  font-weight: bold;
  color: var(--Main);
  border: solid 1px var(--Main);
  padding: 32px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 78px;
  margin-top: 32px;
  position: relative;
}

.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: 32px;
  display: none;
}

.ranking__wrap .ranking__aco .ranking__box .ranking__head-wrap::before {
  width: 54px;
  height: 70px;
}

.ranking__wrap .ranking__aco .ranking__box:nth-of-type(1) .ranking__head-wrap::before {
  background: url(../img/ico_no4.png)no-repeat center center;
  background-size: 49px 44px;
}

.ranking__wrap .ranking__aco .ranking__box:nth-of-type(2) .ranking__head-wrap::before {
  background: url(../img/ico_no5.png)no-repeat center center;
  background-size: 49px 44px;
}



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

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

.top_medicine section.hikaku {
  margin-top: 10px;
}

.area section.hikaku {
  margin-top: 0px;
}

.hikaku__table-wrap {
  /* overflow-x: scroll; */
  width: 100%;
}

.hikaku__table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px var(--Text);
}

.hikaku__table th,
.hikaku__table td {
  border: solid 1px var(--Text);
  border-collapse: collapse;
  font-size: 10px;
  line-height: 1.3;
  background-color: #fff;
  position: relative;
  background-clip: padding-box;
}

.hikaku__table tr:nth-last-of-type(1) th,
.hikaku__table tr:nth-last-of-type(2) th,
.hikaku__table tr:nth-last-of-type(3) th,
.hikaku__table tr:nth-last-of-type(4) th {
  height: 80px;
}

.hikaku__table th {
  width: 46px;
  padding: 0px 4px;
  z-index: 10;
}

.hikaku__table tr:nth-of-type(1) th {
  padding: 10px 4px;
}

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

.hikaku__table tr:not(:first-of-type) td {
  vertical-align: top;
}

.top .hikaku__table tr:nth-of-type(6) td,
.top_medicine .hikaku__table tr:nth-of-type(5) td {
  padding: 6px 2px;
  vertical-align: middle;
}

.top_medicine .hikaku__table tr:nth-of-type(6) td {
  padding: 6px 2px;
}

.hikaku .hikaku__table .hikaku__cta__td {
  padding: 6px 2px;
  vertical-align: middle;
}


.hikaku__table .verygood,
.hikaku__table .good,
.hikaku__table .bad {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 6px;
}

.hikaku__table .verygood {
  background: url(../img/cm_ico_doublecircle.svg)no-repeat center center;
  background-size: 36px;
}

.hikaku__table .good {
  background: url(../img/cm_ico_circle.svg)no-repeat center center;
  background-size: 36px;
}

.hikaku__table .bad {
  background: url(../img/cm_ico_tri.svg)no-repeat center center;
  background-size: 36px;
}

.hikaku__table .none {
  background: url(../img/ranking_hyphen.svg)no-repeat center center;
  background-size: 36px;
}

.hikaku__table td:first-of-type {
  background-color: #fffac7;
}

.hikaku__table__logo {
  width: auto;
  height: 80px;
  margin: 0 auto;
  object-fit: contain;
}

.hikaku__reserve {
  font-size: 14px;
  display: block;
}

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

.hikaku__table .cta-btn::after {
  background: url(../img/ico_arrow.svg)no-repeat center;
  background-size: 13px;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  /* z-index: 1; */
}

.hikaku__annotation {
  color: #939292;
}

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

.summary {
  margin-top: 30px;
}

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

.summary__txt {
  font-size: 16px;
  line-height: 1.75;
}

.summary__bnr {
  margin-top: 20px;
}

.summary__cta {
  margin-top: 24px;
  background: url(../img/recommend_back.png)no-repeat center;
  background-size: 100% 100%;
  width: 100vw;
  height: 100%;
  padding: 60px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

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

.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 {
  width: auto;
  margin: auto auto 0;
}

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

.cta-btn.summary::after {
  background: url(../img/ico_arrow.svg)no-repeat center;
  background-size: 24px;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  /* z-index: 1; */
}

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

.footer {
  margin-top: 80px;
  background-color: var(--Back_strong);
  padding: 20px;
}

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

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

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

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

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

.footer__bottom .footer__links a {
  font-size: 14px;
  font-weight: bold;
}

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

/* ========================================================
コラム
=========================================================*/
/* 見出し */
.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 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.result_page #CONTENTS {
  background-color: #fff;
}

#PANKUZU {
  padding: 13px 0;
}

.imgttl_searchresult {
  margin-top: 0px;
}

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

.searchConditions {
  border: solid 2px var(--Sub);
  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: 10px 14px 10px;
  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: #038ab5;
  text-align: center;
  position: relative;
  padding-right: 10px;
  width: 32%;
  white-space: nowrap;
}

.searchConditions__wrap dt::after {
  position: absolute;
  content: " :";
  right: 0;
  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: 8px;
}

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

.result.ng-scope {
  margin-top: 22px;
  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: -35px;
  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: 14px;
}

.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 .ranking__cta {
  width: 100%;
}

.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/cm_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/cm_icon_dot_sp.png);
}

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

.page-lower h1::after {
  right: 0.9375rem;
}


.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 var(--Sub);
  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;
  background-color: #fff;
}

.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: 1.0rem;
  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;
  background: linear-gradient(transparent 75%, #F75D2F 75%);
  padding: 0;
}

.b {
  font-weight: bold;
  color: #F75D2F;
}
.cta-btn.column {
  border-radius: 78px;
  font-size: 18px;
  padding: 10px 44px;
  position: relative;
  width: 100%;
  line-height: 1.2;
  margin-top: 24px;
  text-align: center;
}
.cta-btn.column::after {
  background: url(../img/ico_arrow.svg)no-repeat center;
  background-size: 24px;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

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

.area__name {
  font-size: 1.9rem;
  font-family: Zen Maru;
  position: absolute;
  color: #fff;
  letter-spacing: 7px;
  font-weight: 700;
}

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

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

.area section.online {
  margin-top: 10px;
  background-color: #fff;
}

/* ========================================================
ステマ対策
=========================================================*/
.adTxt {
  text-align: right;
  max-width: 100%;
  padding: 2px 8px;
  /* 左右余白 LPに合わせて調整 */
  margin: 4px auto;
  background: #fff;
}

body:not(.result_page) .adTxt {
  text-align: right;
  max-width: 100%;
  padding: 2px 4px;
  margin: 4px auto;
  background: #fff;
  position: absolute;
  right: 0;
  top: 15px;
}
.result_page .adTxt {
  padding-top: 4px;
}

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

.txt--clinicfor {
  width: 100%;
  text-align: right;
  position: absolute;
  content: "";
  top: 0;
  right: 4px;
}

.result_page .txt--clinicfor {
  margin-top: 8px;
  position: relative;
  right: 8px;
}

.txt--clinicfor .notes--clinic {
  font-size: 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;
}
/* ========================================================
ポジショニングマップ
=========================================================*/
.positioningMap {
	margin-top: 16px;
}
.positioningMap__top {
	padding: 0 20px;
}
.positioningMap__top .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.positioningMap__top-subTtl {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.positioningMap__top-notes {
	font-size: 1rem;
	text-align: right;
	margin-top: 2px;
}
.positioningMap__top-ttl {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
	text-align: center;
	background: var(--Main);
	border-bottom: 4px solid var(--Sub);
	height: 36px;
}
.positioningMap__inner {
	background: repeating-linear-gradient(90deg, var(--Back), var(--Back) 1px, transparent 1px, transparent 32px),
		repeating-linear-gradient(0deg, var(--Back), var(--Back) 1px, #fff 1px, #fff 32px);
	background-size: 32px 32px;
	background-position: 50% 50%;
	width: 100%;
	aspect-ratio: 3 / 3.5;
	position: relative;
}
.positioningMap__inner::before {
	content: "";
	display: inline-block;
	background: #fffac7;
	border-radius: 50%;
	width: 38%;
	aspect-ratio: 1 / 1;
	position: absolute;
  top: 8%;
  right: 3.5%;
}
.positioningMap__inner::after {
	content: "";
	display: inline-block;
  background: url(../img/positioningmap_bg.png) no-repeat center / 100% 79%;
  width: 68%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 48.5%;
  transform: translateX(-50%);
}
.positioningMap__label,
.positioningMap__subLabel {
	position: absolute;
	z-index: 2;
}
.positioningMap__subLabel {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	top: 3%;
	left: 50%;
	transform: translateX(-50%);
}
.positioningMap__label-01{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 32px;
	height: 32px;
}
.positioningMap__label-01 {
	background: var(--Main);
  top: 7.5%;
  left: 50%;
	transform: translateX(-50%);
}
/* .positioningMap__label-02 {
	background: var(--Grey);
	top: 89%;
	left: 50%;
	transform: translateX(-50%);
} */
.positioningMap__label-02 {
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.17;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 8px;
}
.positioningMap__label-03,
.positioningMap__label-04 {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.17;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 8px;
}
.positioningMap__label-02 {
  color: var(--Text);
  top: 53.8%;
  transform: translateY(-50%);
  right: 0.5%;
}
.positioningMap__label-03 {
	background: var(--Main);
	top: 58.8%;
	transform: translateY(-50%);
	right: 13px;
}
.positioningMap__label-04 {
	background: var(--Grey);
	top: 54.8%;
	transform: translateY(-50%);
	left: 20px;
}
.positioningMap__item-logo {
	width: auto;
	height: 17px;
  margin: 0 auto;
}
.positioningMap__item-02 .positioningMap__item-logo {
	height: 15px;
}

.positioningMap__item {
	display: inline-block;
	background: #fff;
	border: 1px solid #707F89;
	border-radius: 4px;
	box-shadow: 0 4px #707F89;
	padding: 6px 8px;
	position: absolute;
	z-index: 1;
}
a.positioningMap__item {
	text-decoration: none;
}
.positioningMap__item-catch {
	font-size: 1rem;
	/* margin: 6px 0 0; */
	color: var(--Text);
  text-align: center;
  font-weight: normal;
}

.positioningMap__item-01 .positioningMap__item-catch {
  font-weight: bold;
}
.positioningMap__item-02 .positioningMap__item-catch{
  margin-top: 4px;
}

.positioningMap__item-01 {
	padding: 6px 6px 6px;
	z-index: 1;
  top: 17%;
  right: 2%;
}
.positioningMap__item-01::before {
	content: "";
	display: inline-block;
	background: url(../img/ico_crown.svg) no-repeat center / auto 24px;
	width: 30px;
	height: 24px;
	position: absolute;
	top: -48%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.positioningMap__item-01 img {
	width: auto;
	height: 34px;
}
.positioningMap__item-02 {
  top: 40%;
  left: 48%;
}
.positioningMap__item-03 {
  left: 48%;
  bottom: 23%;
}
.positioningMap__item-04 {
  bottom: 14%;
  left: 14%;
}
.positioningMap__item-05 {
  left: 11.5%;
  top: 61%;
}

.positioningMap__item-link {
	display: block;
}
.map__chushaku{
  color: #939292;
  padding-left: 20px;
}

/* ========================================================
header ロゴ追加
=========================================================*/
.header__logo{
  height: 46px;
  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: 145px;
  height: 46px;
  background-color: #fff;
  padding: 2px 4px;
  z-index: 100;
}