@charset "UTF-8";

@media screen and (min-width: 769px) {
  /* ========================================================
ベース設定
=========================================================*/
  :root {
    /* カラー */
    --Text: #2a2a2a;
    --Text_blue: #1a0dab;
    --Main: #db499e;
    --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";
  }

  .forSP {
    display: none;
  }

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

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

  body {
    background-color: #f6f6f6;
  }

  section {
    width: 750px;
    margin: 0 auto;
  }
  /* 広告表記 */
  .adTxt {
    max-width: 750px;
    top: 8px;
    right: 1px;
  }
  .result_page .adTxt {
    max-width: 640px;
    padding-top: 10px;
  }
  .adTxt span {
    font-size: 18px;
  }

  /* ========================================================
ヘッダー、ヘッダーロゴ
=========================================================*/
  .header {
    width: 750px;
    margin: 0 auto;
  }
  .header__top {
    background-color: #fff;
    margin: 0;
    height: 42px;
  }
  .header::before {
    width: 195px;
    height: 42px;
  }

  /* ========================================================
SECTION KINDS
=========================================================*/

  section.kinds {
    margin-top: 0;
    padding: 0px 0 0;
  }
  .kinds-wrap {
    margin-top: 22px;
    padding: 0 30px 30px;
  }
  .kinds__table th {
    width: 19%;
    font-size: 14px;
  }
  .kinds__table td {
    font-size: 16px;
  }
  .kinds__table td:first-of-type {
    width: 46%;
  }
  .treatment__name {
    padding: 6px 0;
  }
  .kinds__treatment__icon {
    width: 120px;
  }

  .kinds__grid__box {
    gap: 12px 0px;
  }

  .kinds__grid__icon {
    width: 80px;
  }

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

  section.type {
    margin-top: 0;
    padding: 0;
  }

  .shihan .type {
    padding: 20px 0 0;
  }

  .area .type {
    padding: 24px 0 0;
  }

  .type__bnr.type {
    margin: 0 auto;
  }
  .type__box__head-ico {
    max-height: unset;
    width: auto;
    height: 55px;
  }
  .type__box__head-img {
    object-fit: cover;
    display: block;
    margin-inline: auto;
    width: 147px;
  }
  .fb .type__box__head-img {
    object-fit: contain;
  }
  .type__box:first-of-type .type__box__head-img {
    width: 147px;
  }

  .type-wrap {
    margin-top: 0px;
    padding: 24px 30px;
    gap: 10px;
    align-items: end;
  }

  .top .type-wrap {
    padding-top: 16px;
  }
  .type__box__head-wrap {
    padding: 0px;
    grid-template-rows: 55px 1fr;
  }

  .type__box__table {
    margin-top: 14px;
  }

  .type__box__list {
    font-size: 14px;
  }
  .type__crown-wrap {
    height: 63px;
  }

  .type__crown {
    width: 100px;
    height: auto;
  }

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

  .type__box:first-of-type .type__crown-wrap::after,
  .area .type__box:first-of-type .type__crown-wrap::after {
    background-size: 100px 57px;
    width: 100px;
    height: 57px;
  }

  .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: 58px 43px;
    width: 58px;
    height: 43px;
  }

  .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: 58px 43px;
    width: 58px;
    height: 43px;
  }

  .type__box__head-txt {
    font-size: 16px;
  }

  .type__box__head-img.clinic {
    left: -60px;
  }
  .type__box:nth-of-type(1) .type__box__head::before {
    background-size: 85px;
    width: 85px;
    height: 85px;
    top: -41px;
    left: -79px;
  }
  .type__box:nth-of-type(2) .type__box__head::before {
    background-size: 85px;
    width: 85px;
    height: 85px;
    top: -41px;
    left: -82px;
  }
  .type__box {
    padding: 24px;
  }

  .type__box:first-of-type {
    margin-top: 0;
  }

  .type__logo {
    margin-top: 14px;
  }

  /* .type__box:nth-of-type(2) .type__logo {
	max-width: 160px;
	margin-top: 14px;
}

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

  .area .type__box .type__logo-wrap {
    height: 28px;
    margin-top: 10px;
  }

  /* .type__box .type__bnr {
	width: calc(100% - 50px);
} */

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

.type__box:nth-of-type(1) .type__bnr {
	margin-top: 14px;
} */

  /* .type__box:nth-of-type(2) .type__bnr {
	margin-top: 36px;
}
*/
  /* .type__box:nth-of-type(3) .type__bnr {
	margin-top: 17px;
} */

  .type__txt-wrap {
    margin-top: 14px;
    height: 42px;
  }

  /* .type__box:nth-of-type(2) .type__txt-wrap {
	margin-top: 26px;
}

.type__box:nth-of-type(3) .type__txt-wrap {
	margin-top: 28px;
} */

  .type__txt-wrap p {
    font-size: 16px;
  }

  .type__txt-wrap small {
    font-size: smaller;
    transform: none;
  }
  .type__box__table th,
  .type__box__table td {
    font-size: 16px;
  }
  .type__box__table_ico {
    width: 60px;
    height: 60px;
  }
  .type__box__table__grid {
    grid-template-columns: 60px 1fr;
    padding: 0 40px;
  }
  .type__box__table__grid p {
    font-size: 14px;
  }

  .type__btn-wrap {
    display: grid;
    /*grid-template-rows: 61px 33px;*/
    /*240816_修正*/
    grid-template-rows: 1fr 33px;
    gap: 4px;
  }

  .type.cta-btn {
    margin: 0;
    /*padding: 0px 0 6px;*/
    /*240816_修正*/
    padding: 6px 0 6px;
    font-size: 20px;
    gap: 7px;
  }

  .type.cta-btn::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
    right: 4%;
  }

  .ico-arrow {
    margin: 2px 0 0;
  }

  /* ========================================================
SECTION EFFECT
=========================================================*/
  section.effect {
    padding-top: 48px;
    margin-top: 0px;
  }

  .effect__head {
    font-size: 20px;
    padding: 12px 0;
  }

  /* ========================================================
SECTION DIFFERENCE
=========================================================*/
  .difference {
    margin-top: 0px;
    background-color: #fff;
    padding: 30px 0 0px;
  }

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

  .difference > img {
    width: calc(100% - 100px);
    margin: 0 auto;
  }

  .difference__inner {
    padding: 12px 50px 12px;
    margin: 12px 50px 0;
    background-color: var(--Back_strong);
  }

  .difference__txt-wrap {
    margin: 20px 50px 0;
  }

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

  section.recommend {
    max-width: 750px;
    margin: 0px auto 0;
    background-color: #fff;
    padding: 60px 90px;
  }

  .cta-btn.recommend {
    width: calc(100% - 220px);
    margin: 20px auto 0;
  }

  /* ========================================================
SECTION ABOUT
=========================================================*/
  .about {
    margin-top: 0;
    padding-top: 24px;
  }

  .about__img {
    width: calc(100% - 60px);
    margin-top: 30px;
  }

  .about__table-wrap {
    padding: 0px 56px;
  }

  .about__txt__container {
    padding: 0;
    margin-top: 24px;
  }

  .about__ttl-wrap p {
    font-size: 20px;
  }

  .about__table {
    font-size: 14px;
  }

  .about__table th {
    padding: 26px 6px;
  }

  .about__eye__icon {
    width: 140px;
    height: 140px;
  }

  .merit__container {
    padding: 32px 34px;
    margin-top: 32px;
  }

  .merit__lists-wrap {
    padding: 0 120px;
  }

  .merit__summary-wrap {
    width: calc(100% - 240px);
    margin: 12px auto 0;
  }

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

  .form {
    margin-top: 0;
    padding-bottom: 54px;
    background-image: repeating-linear-gradient(
      to right,
      #f9f5f1,
      #f9f5f1 20px,
      #f3eee4 20px,
      #f3eee4 80px
    );
  }

  .top_medicine .form {
    margin-top: 0;
  }

  .Refine_Search_Box_Ttl {
    margin: 0 auto;
    width: 100%;
  }

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

  .form section {
    width: 100%;
  }

  .search__bnr {
    width: 100vw;
  }

  .nayami__list,
  .way__list,
  .futae__list,
  .price__list,
  .kodawari__list {
    gap: 8px;
  }

  .nayami__list .checkbox_text,
  .radiobtn_text,
  .price__list .checkbox_text,
  .kodawari__list .checkbox_text {
    width: calc((100% - 24px) / 4);
    padding: 16px 8px;
  }

  .kodawari__list .kodawari {
    padding-left: 30px;
  }

  .kodawari__list .checkbox_text:nth-of-type(1)::before,
  .kodawari__list .checkbox_text:nth-of-type(2)::before,
  .kodawari__list .checkbox_text:nth-of-type(3)::before,
  .kodawari__list .checkbox_text:nth-of-type(4)::before {
    width: 35px;
    height: 35px;
  }

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

  .nayami__list .radiobtn_text.on01::after,
  .way__list .radiobtn_text.on::after {
    left: 14px;
  }

  .price__list .radiobtn_text::before {
    left: 38px;
  }

  .price__list .checkbox_text::before {
    left: 38px;
  }

  .checkbox_icon::before {
    left: -30px;
  }

  .checkbox_text.selected::after,
  .price__list .checkbox_text.selected::after,
  .kodawari__list .checkbox_text.selected::after {
    left: 3px;
    top: 56%;
  }

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

  .top .Refine_Search_cta .cta-btn {
    width: 295px;
    margin: 24px auto 0;
  }

  /* ========================================================
20250519 form改修
=========================================================*/
  .nayami__list .radiobtn_text {
    padding: 16px 8px 16px 24px;
  }

  .nayami__list .radiobtn_text::before {
    width: 50px;
    height: 50px;
    left: 0;
  }

  .futae__list .radiobtn_text::before {
    width: 50px;
    height: 50px;
    left: 0;
  }

  .kodawari__list02 {
    gap: 8px;
  }

  .kodawari__list02 .checkbox_text {
    width: calc((100% - 24px) / 4);
  }

  /* ========================================================
SECTION CHOICE
=========================================================*/
  section.choice {
    margin-top: 0;
    background-color: #fff;
  }

  .choice__kinds__wrap {
    width: 100%;
    padding: 0 30px;
  }

  .grid__container {
    gap: 20px;
  }

  .choice__kinds__table tr {
    padding: 10px 0;
  }

  .choice__kinds__table th {
    font-size: 20px;
    padding: 6px 0px;
  }

  .choice__kinds__table td {
    font-size: 18px;
  }

  .choice > img {
    margin: 0 auto;
  }

  .choice__container {
    background-color: #fff;
    margin: 20px 0px 0;
  }

  .choice-wrap {
    width: 100%;
    padding: 0;
    gap: 10px;
    background-color: #fff;
  }

  .choice__txt-wrap {
    padding: 0 18px;
  }

  .choice__img {
    max-height: 200px;
  }

  .choice__box::before {
    width: 60px;
    height: 68px;
    left: 8px;
  }

  .choice__box:nth-of-type(1):before,
  .choice__box:nth-of-type(2):before,
  .choice__box:nth-of-type(3):before {
    background-size: 60px 68px;
  }

  .choice__box__table-wrap,
  .choice__box__table {
    width: 100%;
  }

  .choice__box__table-wrap {
    margin-top: 18px;
  }

  .choice__chushaku {
    font-size: 15px;
  }

  .choice__eye {
    max-width: 100px;
  }

  /* ========================================================
SECTION SURVEY
=========================================================*/
  .survey__contents__scroll {
    padding: 24px 0px;
  }
  .survey__content-wrap {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 14px;
  }

  .top .survey__content-wrap {
    padding: 0 20px;
  }
  #surveyDiv02 img,
  #surveyDiv03 img {
    /* padding: 0 13.5%; */
    width: auto;
    height: auto;
  }

  .top .survey__content-wrap {
    max-height: 460px;
  }
  .top .forPC {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .top .survey__content-wrap img {
    max-height: 460px;
    width: auto;
    margin-inline: auto;
  }

  /* ========================================================
SECTION RANKING
=========================================================*/
  section.ranking {
    padding: 0px 0px 0;
    background-color: #fff;
    margin-top: 0;
  }

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

  .ranking > img {
    margin: 0 auto;
  }

  .ranking__wrap {
    padding: 0;
  }
  .aco__below__back {
    width: 750px;
    margin: 0 auto;
    background-position-y: -28%;
  }

  .ranking__box > a {
    /* padding: 0 76px; */
    width: calc(100% - 152px);
    display: block;
    margin: 0 auto;
  }

  .ranking__head-wrap {
    margin: 20px auto 0;
    padding: 0 64px;
    width: calc(100% - 152px);
  }
  .ranking__wrap > .ranking__box:nth-of-type(1) .ranking__head-wrap::before,
  .ranking__wrap > .ranking__box:nth-of-type(2) .ranking__head-wrap::before,
  .ranking__wrap > .ranking__box:nth-of-type(3) .ranking__head-wrap::before {
    background-size: 58px;
    width: 58px;
    height: 58px;
  }
  .ranking__aco .ranking__head-wrap::before {
    background-size: 50px;
    width: 50px;
    height: 50px;
  }
  .ranking__head-ttl {
    font-size: 24px;
  }

  .ranking__head-txt {
    font-size: 16px;
  }

  .ranking__box__table {
    width: calc(100% - 152px);
    margin: 24px auto 0;
  }

  .ranking__box__table tbody {
    width: 100%;
  }

  .ranking__box__table.forSP {
    display: none;
  }

  .ranking__box__table.forPC {
    display: table;
  }

  .ranking__point-img-wrap {
    display: flex;
    gap: 14px;
  }

  /* .ranking___point-wrap {
    margin: 36px auto 0;
    width: calc(100% - 152px);
  } */

  .ranking___point-wrap dl dt::before {
    bottom: -8px;
  }

  .ranking_attention {
    margin: 4px auto 0;
    width: calc(100% - 152px);
  }

  .ranking__cta {
    margin: 24px auto 0;
    width: calc(100% - 152px);
  }

  .cta-btn.ranking {
    padding: 20px 64px;
  }

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

  .ranking__box::before {
    margin: 0;
    width: 50%;
  }

  .ranking__box::after {
    margin: 0;
    width: 50%;
  }

  .ranking__ofiicial-wrap {
    width: calc(100% - 152px);
    margin: 8px auto 0;
    font-size: 16px;
  }

  .ranking__price__table {
    width: calc(100% - 152px);
    margin: 24px auto 0;
  }

  .ranking__price__table th {
    padding: 12px 4px;
  }

  .ranking__price__table tr td:first-of-type {
    width: 24%;
  }

  .ranking__box__txt__area {
    width: calc(100% - 152px);
    margin: 24px auto 0;
  }

  /* .ranking__box__table th,
    .ranking__box__table td {
        width: calc(100% /3);
    } */

  .ranking__box__table th {
    width: 12%;
    padding: 16px 12px;
  }

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

  .ranking_review_top {
    font-size: 22px;
  }
  .ranking_review_box:first-of-type {
    margin-top: 18px;
  }
  .ranking_review_box:not(:first-of-type) {
    margin-top: 20px;
  }
  .ranking_review_wrap {
    width: calc(100% - 152px);
    margin: 30px auto 0;
  }
  .ranking_review_head {
    grid-template-columns: 65px 1fr;
  }

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

  section.hikaku {
    background-color: #fff;
    margin-top: 0;
    padding-top: 24px;
  }

  .top_medicine section.hikaku {
    margin-top: 0;
    padding-top: 4px;
  }

  section.hikaku > img {
    margin: 0px auto;
  }

  .hikaku__table-wrap {
    width: calc(100% - 60px);
    margin: 0 auto;
  }

  .hikaku__table {
    width: 900px;
    margin: 24px auto 0;
  }

  .hikaku__table th,
  .hikaku__table td {
    font-size: 13px;
  }

  .hikaku__table th {
    width: 13%;
    height: 67px;
  }

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

  .hikaku__table td {
    /* width: calc(87% /3); */
    /* padding: 18px 4px; */
  }

  /* .hikaku__table tr:nth-of-type(6) td {
		padding: 18px 4px;
	} */

  /* .hikaku__table__logo {
		height: 140px;
	} */

  .hikaku__table tr:nth-of-type(1) td .hikaku__reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 95px;
  }

  .hikaku__table tr td:nth-of-type(2) .hikaku__table__logo,
  .hikaku__table tr td:nth-of-type(3) .hikaku__table__logo {
    width: 150px;
  }

  .hikaku__table .cta-btn {
    width: 68%;
    justify-content: center;
  }

  .hikaku__table .cta-btn::after {
    right: 7px;
  }

  .hikaku__annotation {
    width: 665px;
    margin: 6px auto 0;
  }

  .hikaku__cta__bn {
    margin: 4px auto;
  }

  .hikaku__chushaku {
    margin-left: 30px;
  }

  .hikaku__cta__arrow-wrap {
    width: 750px;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 0;
  }

  .hikaku__cta__arrow {
    margin-top: 0;
  }

  .cta-btn.hikaku {
    margin: 10px auto 0;
  }

  /* 20240414 比較表調整 */
  .hikaku__table {
    width: 100%;
  }

  .difference__table,
  .difference__table th,
  .difference__table td {
    border-collapse: collapse;
    font-size: 12px;
  }

  .difference__table th {
    background-color: var(--Back);
    border: solid 1px var(--Text);
    width: 80px;
    text-align: left;
    padding: 0 8px;
  }

  .difference__table tbody tr:nth-of-type(1) th {
    border: none;
    background-color: unset;
  }

  .difference__table td {
    background-color: #fff;
    border: solid 1px var(--Text);
    width: calc((100% - 80px) / 3);
    padding: 14px;
    vertical-align: baseline;
  }

  .difference__table tbody tr:nth-of-type(1) td {
    border-radius: 8px 8px 0 0;
    border: none;
    background-color: var(--Main);
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-right: solid 4px var(--Back);
    border-left: solid 4px var(--Back);
    vertical-align: middle;
  }

  .difference__table tbody tr:nth-of-type(1) td:nth-of-type(1) {
    border: none;
  }

  .difference__table tbody tr:nth-of-type(1) td:nth-of-type(3) {
    border: none;
  }

  .difference__table tbody tr:nth-of-type(4) td {
    vertical-align: baseline;
  }

  .meds_flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .difference__table img {
    margin: 0 auto;
  }

  .difference__table img.meds {
    width: 42.4%;
  }

  .difference__table img.kanpo {
    width: 46%;
  }

  .difference__table img.supplement {
    width: 64%;
  }

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

  /* ========================================================
SECTION SUMMARY
=========================================================*/
  section.summary {
    background-color: #fff;
    margin-top: 0;
    padding: 0px 0 0;
  }

  .summary > img {
    margin: 0 auto;
  }

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

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

  .summary__bnr {
    max-width: 400px;
    margin: 20px auto 0;
  }

  .summary__cta-wrap {
    height: 284px;
  }

  .summary__cta {
    width: 100%;
    padding: 30px 88px 40px;
  }

  .cta-btn.summary {
    background-color: #da4a9f;
    padding: 20px 60px;
  }

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

  .footer {
    width: 750px;
    margin-top: 0;
  }

  .single-post .footer {
    background-color: unset;
  }

  .top .footer,
  .result_page .footer {
    margin-top: 0;
  }

  .footer__links-wrapper {
    margin: 0 auto;
  }

  /* .inner.footer__links-inner {
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
		padding-left: 50px;
	}

	.inner.footer__links-inner dl {
		width: 45%;
		margin-top: 0;
	} */
  .txt-md {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* ========================================================
検索結果ページ
=========================================================*/
  body.result_page {
    background-color: var(--Back);
  }

  .result_page #CONTENTS {
    width: 750px;
    margin: 0 auto;
    /* padding: 0 54px; */
  }

  .result_page .ranking__head-wrap::before {
    background-size: 58px;
    width: 58px;
    height: 58px;
  }

  #PANKUZU {
    padding: 13px 0;
    background-color: var(--Back);
  }

  .contents.clearfix {
    margin-top: 40px;
  }

  .searchConditions__wrap dl {
    gap: 16px;
  }

  .searchConditions__wrap dt {
    width: 27%;
  }

  .searchConditions__wrap {
    padding: 24px 50px 30px;
  }

  .card__inner::after {
    width: 100%;
    height: 4px;
    top: -33px;
    left: 0;
    margin: 0;
  }

  .result.ng-scope {
    margin-top: 50px;
    padding: 0;
  }

  .imgttl_searchresult,
  .contents.clearfix,
  .card__rank,
  .card__bnr,
  .card__table-container {
    padding: 0 55px;
  }

  .contents.clearfix:last-of-type {
    padding-bottom: 70px;
  }

  .result_page .ranking__cta {
    padding: 10px 0px;
    margin-top: 40px;
  }

  .result_page .ranking__cta-logo {
    width: auto;
    margin: 24px auto 0;
    display: block;
  }

  .result_page section.ng-scope {
    width: auto;
  }
  .Refine_Search_Box_Ttl {
    margin: 0 auto;
    width: 100%;
  }

  /* ========================================================
再検索フォーム
=========================================================*/

  #re_form .radiobtn_text,
  #re_form .checkbox_text {
    width: calc((100% - 136px) / 4);
  }

  .nayami__list,
  .way__list,
  .price__list,
  .kodawari__list {
    margin-top: 14px;
  }

  #re_form .price__list .checkbox_text.selected::after {
    top: 28.5px;
  }

  #re_form .checkbox_text.selected::after {
    left: 8px;
  }

  #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: 28.5px;
  }

  /* ========================================================
運営者情報
=========================================================*/
  .page-lower .header {
    width: 100%;
  }

  .page-lower h1 {
    font-size: 3.4rem;
  }

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

  .page-lower h1::after {
    right: 0;
  }

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

  .page-lower h1::before {
    left: 0;
  }

  .page-lower h3 {
    margin-top: 4rem;
    font-size: 1.9rem;
  }

  .page-lower .cm__box {
    margin-top: 2.6rem;
  }

  .page-lower p {
    font-size: unset;
    margin-top: 2rem;
  }

  /* ==========================================================================
entry 記事ページ
=========================================================================== */
  .entry__header h1 {
    font-size: 3.6rem;
  }

  .entry__header {
    margin: 70px auto 100px;
  }

  .pankuzu ul .pankuzu__item {
    line-height: 1;
  }

  .entry h2 {
    border-top: 6px solid #52c3f2;
    position: relative;
    padding: 32px;
    box-sizing: border-box;
    border-bottom: 1px solid #505050;
    margin: 50px auto 0;
    font-size: 2.4rem;
    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: 26.25rem;
    height: 3.625rem;
    z-index: -1;
  }

  .entry__header h1::before {
    left: 0;
  }

  .entry__header h1::after {
    right: 0;
  }

  .pankuzu ul .pankuzu__item {
    font-size: 1.4rem;
  }

  .table th {
    width: 18%;
  }

  /* ========================================================
地域版
=========================================================*/
  .area__name-wrap {
    width: 189px;
    height: 60px;
    top: 18.5%;
    right: 53%;
  }

  .area__name {
    font-size: 3.1rem;
  }

  /* ========================================================
SECTION ONLINE
=========================================================*/
  .top section.online .merit__container {
    background-color: #fff;
    margin-top: 0;
    padding-top: 32px;
  }

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

  /* ========================================================
ステマ対策
=========================================================*/
  .entry .adTxt {
    max-width: 870px;
    /* 横幅 LPに合わせて調整 */
    padding: 0;
  }

  .txt--clinicfor {
    text-align: right;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .result_page .txt--clinicfor {
    max-width: 640px;
    padding: 0;
  }

  .entry__header + .txt--clinicfor {
    background-color: transparent;
  }

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

  .entry .adTxt,
  .entry .txt--clinicfor {
    background: transparent;
  }

  .entry.clinicfor .entry__header + .adTxt {
    display: none;
  }

  .entry .txt--clinicfor {
    max-width: 870px;
    padding: 0;
  }

  .entry .txt--clinicfor .notes--clinic {
    padding: 0;
  }
  /* ========================================================
20240305 追加 fb用
=========================================================*/
  .summary__txt.pr {
    font-size: 16px;
  }
  .summary__txt_wrap.pr {
    width: calc(100% - 435px);
    margin: 0 auto;
  }
  /* ========================================================
20240305 追加　地域別クリニックアクセス
=========================================================*/
  .clinic__location__wrap {
    margin-top: 34px;
  }
  .clinic__location__table {
    width: calc(100% - 152px);
    margin: 18px auto 0;
  }
  .clinic__location__table tr th {
    padding: 14px 0;
  }
  .clinic__location__table tr td {
    padding: 14px 6px;
  }
  .clinic__location__ttl {
    font-size: 22px;
  }
  .clinic__location__ttl::before,
  .clinic__location__ttl::after {
    background-size: 9px 27px;
    width: 9px;
    height: 27px;
  }
  .clinic__more-btn {
    width: calc(100% - 152px);
    margin: 18px auto 0;
    padding: 22px 0;
  }
  .clinic__location__table.more {
    margin-top: 18px;
  }
  /* 20240415 検索余白調整 */
  .Refine_Search_Box_Input {
    padding: 40px 36px 30px;
  }
  .form {
    padding-bottom: 30px;
  }
  /* ========================================================
症例コンテンツ
=========================================================*/
  .case__section-wrap {
    width: calc(100% - 152px);
    margin: 30px auto 0;
  }
  .slider-wrap {
    margin-top: 20px;
    position: relative;
  }
  .ranking_shorei_top {
    font-size: 22px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -27px !important;
  }
  /* 20240723 追記 */
  .swiper-slide {
    padding: 30px 20px 20px;
  }
  .sample-slider img,
  .sample-slider02 img,
  .sample-slider03 img {
    width: calc(100% - 250px);
  }

  /* ========================================================
20240703 TCB PR追加
=========================================================*/
  .tcb__pr {
    margin-top: 0;
    padding-bottom: 0px;
  }
  .ranking__box .tcb__pr {
    background-color: unset;
    width: calc(100% - 152px);
  }

  .tcb__pr__wrap {
    padding: 30px 50px 24px;
  }
  .ranking__box .tcb__pr__wrap {
    margin-top: 30px;
  }
  .tcb__pr__bn {
    width: 558px;
    margin-inline: auto;
  }
  .ranking__box .tcb__pr__bn {
    width: 100%;
    margin-inline: auto;
  }
  .tcb__pr__ttl {
    font-size: 22px;
    padding: 10px 0;
  }
  .tcb__pr__bnr {
    margin-top: 16px;
  }
  .tcb__pr__txt {
    font-size: 18px;
  }
  .tcb__pr__tx {
    margin-top: 8px;
    font-size: 19px;
  }
  .tcb__pr__catch {
    font-size: 18px;
    margin-top: 10px;
  }
  .tcb__pr .accent {
    font-size: 20px;
  }

  /* ========================================================
選び方
=========================================================*/
  .choice__wrap {
    width: 100%;
    padding: 0 30px 30px;
    gap: 14px;
  }
  .choice__ttl {
    font-size: 15px;
  }

  .choice__txt {
    font-size: 14px;
  }
  /* ========================================================
20240806 追記
=========================================================*/
  .type-wrap {
    margin-top: 30px;
  }
  .type__box {
    padding: 12px 24px 24px;
  }
  .type__box__head-ico {
    top: -60px;
    height: 60px;
  }

  /* ========================================================
240816_追加　ミニランキング修正
=========================================================*/
  .type__box__list dl {
    margin-bottom: 6px;
  }

  /* ========================================================
20240918 比較表記号修正
=========================================================*/
  .hikaku__table .verygood,
  .hikaku__table .good,
  .hikaku__table .bad {
    background-size: 35px 35px;
  }
  .hikaku__table .exam {
    width: 35px;
    height: 35px;
  }
  /* ========================================================
20240919 症例スライダー追加
=========================================================*/
  .shorei .case__section {
    margin-top: 0;
  }
  .shorei .case__section-wrap {
    margin: 10px auto 0;
  }
  .shorei .slider-wrap {
    max-width: none;
    margin: 0 20px;
  }
  .shorei .swiper-slide {
    padding: 20px 0;
  }
  .shorei .slider__inside__ttl {
    font-size: 18px;
  }
  .shorei .slider__inside__txt {
    font-size: 14px;
  }
  .shorei .sample-slider03 img {
    width: 400px;
  }
  /* キャンペーン調整 */
  .tcb__pr__bnr {
    width: 90%;
  }
  /* ========================================================
  20250603 店舗情報追加
=========================================================*/
  .ranking__shop {
    margin: 30px auto 0;
    width: calc(100% - 152px);
  }

  .ranking__shop-ttl {
    font-size: 20px;
    line-height: calc(30 / 20);
  }

  .ranking__shop-list {
    gap: 10px;
  }

  .ranking__shop-item {
    font-size: 16px;
    line-height: calc(24 / 16);
  }

  /* ========================================================
20250604 湘南美容クリニックの特徴　修正
=========================================================*/

  .ranking___point-wrap dl dl dt:nth-of-type(1)::before {
    content: "";
    position: absolute;
    background: url(../img/point_icon_01.svg) no-repeat center;
    background-size: 90px 90px;
    width: 90px;
    height: 90px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .ranking___point-wrap dl dl dt:nth-of-type(2)::before {
    content: "";
    position: absolute;
    background: url(../img/point_icon_02.svg) no-repeat center;
    background-size: 90px 90px;
    width: 90px;
    height: 90px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .ranking___point-wrap dl dl dt:nth-of-type(3)::before {
    content: "";
    position: absolute;
    background: url(../img/point_icon_03.svg) no-repeat center;
    background-size: 90px 90px;
    width: 90px;
    height: 90px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ranking___point-wrap dl dl dt {
    padding: 0 0 0 96px;
  }
  .header__btn {
    display: none;
  }

  .header__btn {
    display: none;
  }
}
