@charset "UTF-8";

html,
body {
    scroll-behavior: smooth;
    font-family: "LINE Seed JP", sans-serif;
    font-size: clamp(14px, 3.5vw, 16px);
}

body {
  background-color: #f7f4f9;
}

sup {
  font-size: 0.75em;
  vertical-align: top;
}
.small-div small {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
}
.small-div {
  margin-top: 1em;
}
.small-div.pad {
  padding-inline: 1.25rem;
}

#wrapper {
  background-color: #fff;
}

/* ▼▼▼ トップ
======================================================*/
/* ▼ mainVisual
----------------------------------------*/
#mainVisual {
    background: rgb(244, 237, 229);
    background: linear-gradient(
        180deg,
        rgba(244, 237, 229, 1) 0%,
        rgba(244, 227, 188, 1) 100%
    );
}


/* ▼ pickup
----------------------------------------*/
#pickup {
    background: #eef8ff;
    border: 2px solid #295698;
    border-radius: 10px;
    margin-top: 3%;
    padding: 3% 5% 3%;
    margin-bottom: 5%;
}
#pickup h2 {
    max-width: 300px;
    background: #295698;
    border-radius: 20px;
    padding: 0 0 5px;
    margin: -6% auto 3%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
}
#pickup h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #295698;
    border-bottom: 0;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -9px;
}
#pickup h2 span {
    font-size: 26px;
}
#pickup p {
    font-size: 16px;
    text-align: center;
}
#pickup ol p {
    text-align: left;
}
#pickup a {
    color: #295698;
    font-size: 20px !important;
    text-decoration: underline;
    font-weight: bold;
}

/* 2024/04/25 一時的な対応 ここから */
/* ※SP版にも記述あり */
/* #pickup p{
        font-size: 20px;
    }
    #pickup img:nth-child(1) {
        width: 35%;
        margin-top: 20px;
        margin-right: 5%;
    }
    #pickup img:nth-child(2) {
        width: 60%;
    } */
#pickup .flex_box .pickup_img {
    max-width: 230px;
    margin-right: 24px;
}
#pickup .flex_box .pickup_txt {
    width: calc(100% - 254px);
}
#pickup .flex_box .pickup_txt li {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #c1c1c1;
}
#pickup .annotation {
    display: flex;
    justify-content: flex-end;
}
#pickup .annotation p {
    font-size: 12px;
    text-align: left;
}
/* ▲ 2024/04/25 一時的な対応 ここまで */

/* ▼ point
----------------------------------------*/
#point {
    background: #f4ede5;
    padding: 3%;
    margin-bottom: 5%;
}
#point h2 {
    color: #63513b;
    font-size: 28px;
    text-align: center;
    position: relative;
}
#point h2::after,
#point h2::before {
    content: "";
    display: block;
    width: 100px;
    height: 27px;
    background: url(../img/point_title_bg.png) center center / cover no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#point h2::before {
    left: 0;
}
#point h2::after {
    right: 0;
}
#point h3 {
    background: rgb(99, 81, 59);
    background: linear-gradient(
        100deg,
        rgba(99, 81, 59, 1) 0%,
        rgba(191, 162, 117, 1) 100%
    );
    padding: 10px 20px;
    margin: 25px auto 10px;
    font-size: 18px;
    color: #fff;
}

/* ▼ voice
----------------------------------------*/
#voice {
    background: #bfa275;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 7%;
}
#voice span {
    color: #f3c11c;
}
#voice .sub_title {
    padding: 4% 7% 4% 4%;
    background: url(../img/voice_title_bg_pc.png) no-repeat center/contain;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#voice h2 {
    display: table;
    background:
        -webkit-linear-gradient(45deg, transparent 8px, #000 8px),
        -webkit-linear-gradient(135deg, transparent 8px, #000 8px),
        -webkit-linear-gradient(225deg, transparent 8px, #000 8px),
        -webkit-linear-gradient(315deg, transparent 8px, #000 8px);
    background:
        -moz-linear-gradient(45deg, transparent 8px, #000 8px),
        -moz-linear-gradient(135deg, transparent 8px, #000 8px),
        -moz-linear-gradient(225deg, transparent 8px, #000 8px),
        -moz-linear-gradient(315deg, transparent 8px, #000 8px);
    background:
        -o-linear-gradient(45deg, transparent 8px, #000 8px),
        -o-linear-gradient(135deg, transparent 8px, #000 8px),
        -o-linear-gradient(225deg, transparent 8px, #000 8px),
        -o-linear-gradient(315deg, transparent 8px, #000 8px);
    background:
        -ms-linear-gradient(45deg, transparent 8px, #000 8px),
        -ms-linear-gradient(135deg, transparent 8px, #000 8px),
        -ms-linear-gradient(225deg, transparent 8px, #000 8px),
        -ms-linear-gradient(315deg, transparent 8px, #000 8px);
    background-position:
        bottom left,
        bottom right,
        top right,
        top left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
    padding: 5px 4%;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    position: relative;
}
#voice .voice_rank li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
#voice ul.voice_rank li:last-child {
    margin-bottom: 0;
}
#voice .voice_rank li > div {
    width: calc(100% - 75px);
    padding: 0 5%;
    position: relative;
}
#voice .voice_rank li > div::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -60px;
    bottom: 0;
}
#voice .voice_rank li:nth-child(1) > div::before {
    background: url(../img/voice_icon01.png) no-repeat center/cover;
}
#voice .voice_rank li:nth-child(2) > div::before {
    background: url(../img/voice_icon02.png) no-repeat center/cover;
}
#voice .voice_rank li:nth-child(3) > div::before {
    background: url(../img/voice_icon03.png) no-repeat center/cover;
}
#voice ul.voice_rank li h3 {
    color: #295698;
    font-size: 20px;
}
#voice ul.voice_rank li h3 a {
    text-decoration: underline;
    text-decoration-color: #295698;
}

#voice ul.voice_rank table {
    width: 100%;
    margin-top: 25px;
}
#voice ul.voice_rank table th,
#voice ul.voice_rank table td {
    width: 33.33%;
    border: 2px solid #fff;
    text-align: center;
}
#voice ul.voice_rank table th {
    background: #bfa275;
    color: #fff;
}
#voice ul.voice_rank table td {
    padding: 12px;
    background: #f4ede5;
    line-height: 1em;
}
#voice ul.voice_rank table td img {
    margin: auto;
    width: 33px;
    display: block;
    padding-bottom: 4px;
}

#voice ul.voice_rank li .btn a {
    width: 136px;
    height: 56px;
}

/* ▼ rank_box
----------------------------------------*/

.rank_list li {
    margin-bottom: 50px;
}
.rank_list li:last-child {
    margin-bottom: 0;
}
.rank_list li::before {
    content: "";
    display: block;
    width: 95px;
    height: 116px;
    position: absolute;
    top: -20px;
    left: 15px;
}
.rank_list li.rank01::before {
    background: url(../img/rank01_icon.png) no-repeat center/cover;
}
.rank_list li.rank02::before {
    background: url(../img/rank02_icon.png) no-repeat center/cover;
}
.rank_list li.rank03::before {
    background: url(../img/rank03_icon.png) no-repeat center/cover;
}
.rank_list h2 {
    font-size: 28px;
    text-align: center;
    margin: 5% 0;
}
.rank_list .container h2 span {
    padding: 0 15px 5px;
    /* background:linear-gradient(transparent 60%, #FFEF87 60%); */
    text-decoration: underline;
    position: relative;
    text-decoration-color: #295698;
    color: #295698;
}
.arrow::after {
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em; /* arrow size */
    height: 0.4em; /* arrow size */
    border-top: 2px solid #808080; /* thickness, color */
    border-right: 2px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rank_list .recommendation {
    background: #fff;
    padding: 20px;
    margin-bottom: 7%;
}
.rank_list .recommendation h3 {
    background: #bfa275;
    border-radius: 10px 10px 0 0;
    padding: 4px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.recommendation > div {
    padding: 0 0 15px 45px;
    margin: 20px 0;
    position: relative;
}
.recommendation > div:not(:last-child) {
    border-bottom: 2px dotted #bfa275;
}
.recommendation > div:last-child {
    margin-bottom: 0;
}
.recommendation > div::before {
    content: "";
    display: block;
    width: 26px;
    height: 28.5px;
    background: url(../img/icon_note.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
}
.recommendation > div p:first-child {
    margin-bottom: 10px;
    color: #723b26;
    font-size: 20px;
    font-weight: bold;
}

/* ▼ 2024/04/25 一時的な対応 ここから */
/* ※SP版にも記述あり */
.recommendation img {
    width: 50%;
}
.recommendation > div p img {
    margin-top: 15px;
}
/* ▲ 2024/04/25 一時的な対応 ここまで */

/* ▼ 2024/04/25 一時的な対応 ボタン光る ここから */
/* .rank_list .btn a{
        position: relative;
        overflow: hidden;
    }
    .rank_list .btn a::before {
        position: absolute;
        content: '';
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        animation: shiny 3s ease-in-out infinite;
    }
    @-webkit-keyframes shiny {
        0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
        80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
        81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
        100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
    } */
.rank_list .btn a {
    overflow: hidden;
}
.rank_list .btn a::before {
    animation: 4s 0s shine linear infinite;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
}
@keyframes shine {
    20% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
}
/* ▲ 2024/04/25 一時的な対応 ボタン光る ここまで */

.rank_list .btn {
    margin-bottom: 7%;
    text-align: center;
}
.rank_list .btn a::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/icon_link.png) no-repeat center/contain;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
}
.rank_list table {
    width: 100%;
    margin-bottom: 30px;
}
.rank_list table th,
.rank_list table td {
    width: 33.33%;
    border: 2px solid #f4ede5;
    text-align: center;
}
.rank_list table th {
    background: #bfa275;
    color: #fff;
}
.rank_list table td {
    padding: 7px;
    background: #fff;
}
.rank_list table td img {
    margin: auto;
    width: 33px;
    display: block;
    background: #fff;
}
/* reviews*/
.reviews .slider {
    /* max-width: 500px; */
    margin: 0 auto 40px;
}
.slick-slide {
    background: #fff;
}
.slick-track {
    display: flex;
}
.slick-slide {
    height: auto !important;
}


.slick-prev {
    left: -55px;
}
.slick-next {
    right: -55px;
}
.slick-next:before {
    content: url(../img/slide_arrow_next.png) !important;
}
.slick-prev:before {
    content: url(../img/slide_arrow_prev.png) !important;
}
.slick-prev:before,
.slick-next:before {
    opacity: 1;
}

.reviews .google_review {
    margin: 0 auto 40px;
}

.google_review .lede {
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
    justify-content: center; /* 文字を中央寄せ */
    color: #e6290f;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}
.google_review .lede::before,
.google_review .lede::after {
    background-color: #e6290f; /* 横線の色 */
    content: "";
    height: 2px;
    width: 31px;
}
.google_review .lede::before {
    margin-right: 5px;
    transform: rotate(70deg);
}
.google_review .lede::after {
    margin-left: 5px;
    transform: rotate(-70deg);
}

.google_review_image_box {
    margin: auto;
    max-width: 500px;
}
.google_review img {
    /* margin: auto; */
    width: 100%;
    /* display: block; */
}

.google_review .caption {
    font-size: 10px;
    text-align: right;
}

/* comment*/
.comment {
    margin-bottom: 60px;
}

/* ▼ search
----------------------------------------*/
#search {
    padding: 30px 20px;
}
@media screen and (max-width: 350px) {
    #search {
        padding: 30px 16px;
    }
}
#search h2 {
    font-size: 20px;
    background-color: #FFE7F4;
    border: 5px solid #FFCEE8;
    box-shadow: 0px 0px 10px 0px rgba(16, 55, 82, 0.25);
    color: #FF66B7;
    padding: 20px 25px;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
}
#search h2::after {
    content: "";
    background: url(../img/top/icon_arrow_right_up_circlePink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    aspect-ratio: 1 / 1;
    transform: scaleY(1);
}

#search h2.open::after {
    transform: scaleY(-1);
}

#search > div {
    background: #fff;
    margin-top: 25px;
}

#search .check_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#search .check_list li {
    width: 47%;
    margin: 2% 0;
}
#search .check_list li.select {
    width: 100%;
}
#search select {
    /* width: 100%; */
    max-width: 225px;
    border: 3px solid #ccc !important;
    border-radius: 5px;
    padding: 10px 35px 10px 10px;
    color: #333;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

#search .check_list .checkbox01-parts {
    position: relative;
    cursor: pointer;
    font-size: clamp(10px, 3.589vw, 14px);
    white-space: nowrap;
}

#search .check_list .checkbox01-parts.emphasis {
    font-size: clamp(10px, 4.1vw, 16px);
}

#search .check_list .checkbox01-parts::before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 25px;
    height: 25px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    vertical-align: middle;
}
#search .check_list input[type="checkbox"]:checked + .checkbox01-parts::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 5px;
    height: 11px;
    transform: rotate(40deg);
    border-bottom: 2px solid #e6290f;
    border-right: 2px solid #e6290f;
}

#search .check_list_btn > a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #FF66B7;
    border: 3.5px solid #FFCEE8;
    border-radius: 10px;
    max-width: 240px;
    margin-inline: auto;
    padding: 12px 24px;
    min-height: 54px;
    display: flex;
    column-gap: 10px;
    letter-spacing: -0.02em;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

#search .check_list_btn > a::after {
    content: "";
    background-image: url("../img/top/icon_arrow_right_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 14px;
    min-width: 14px;
    aspect-ratio: 14/ 17;
    display: inline-block;
}

/* チェックボックス */
input[type="checkbox"] {
    display: none;
}
.checkbox01-parts {
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}
.checkbox01-parts::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    border: 3px solid #ccc;
    border-radius: 5px;
    vertical-align: middle;
}
input[type="checkbox"]:checked + .checkbox01-parts::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 23%;
    left: 7%;
    width: 5px;
    height: 11px;
    transform: rotate(40deg);
    border-bottom: 2px solid #e6290f;
    border-right: 2px solid #e6290f;
}

/* ▼▼▼ 検索結果
------------------------------------------------------*/
.search_results {
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 25px;
    margin-bottom: 30px;
}
.search_results_txt {
    margin-bottom: 10px;
    color: #FF66B7;
    font-size: 18px;
    font-weight: bold;
}
.search_results_txt::before {
    content: "検索結果：";
}
.search_results_txt::after {
    content: "件";
}
.search_conditions_txt::before {
    content: "検索条件：";
}
.search_results > div {
    width: calc(100% - 220px);
}
.search_results p.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF66B7;
    box-shadow: 0 4px 0 #C24788;
    border-radius: 5px;
    width: 200px;
    height: 60px;
    margin-left: 20px;
    padding: 15px 15px 15px 55px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
}
.search_results p.btn:hover {
    cursor: pointer;
}
.search_results p.btn::before {
    content: "";
    display: block;
    width: 30px;
    height: 33px;
    background: url(../img/icon_search.png) no-repeat center / cover;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}
.sort {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}
.sort select {
    width: 100%;
    max-width: 225px;
    border: 3px solid #ccc !important;
    border-radius: 5px;
    padding: 10px 35px 10px 10px;
    color: #333;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.sort::after {
    content: "";
    width: 12px;
    height: 6px;
    background: url(../img/sort_arrow.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}
.sort::before {
    content: "並び替え：";
    margin-right: 5px;
}
#search_results #search {
    display: none;
    margin-bottom: 50px;
}


/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {
    /* ▼ mainVisual
	----------------------------------------*/
    #mainVisual .container {
        padding: 0;
    }

    /* ▼ pickup
	----------------------------------------*/
    #pickup {
        padding: 2% 20px 20px;
        margin-bottom: 5%;
    }
    #pickup h2 {
        max-width: 260px;
        margin: -9% auto 3%;
    }
    #pickup h2::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #295698;
        border-bottom: 0;
        position: absolute;
        margin: auto;
        right: 0;
        left: 0;
        bottom: -9px;
    }
    #pickup h2 span {
        font-size: 26px;
    }
    #pickup p {
        text-align: center;
    }

    /* ▼ 2024/04/25 一時的な対応 ここから */
    /* #pickup img:nth-child(1) {
            width: 100%;
            margin-right: 0%;
            margin-bottom: 5%;
        }
        #pickup img:nth-child(2) {
            width: 100%;
            margin-bottom: 5%;
        } */
    /* ▲ 2024/04/25 一時的な対応 ここまで */

    #pickup .flex_box .pickup_img {
        max-width: 100%;
        margin: 0 auto 20px;
    }
    #pickup .flex_box .pickup_txt {
        width: 100%;
    }
    #pickup .flex_box .pickup_txt li {
        font-size: 16px;
    }

    /* ▼ point
	----------------------------------------*/
    #point {
        padding: 20px 0 20px;
        position: relative;
    }
    #point::before {
        content: "";
        display: block;
        width: 115%;
        height: 100%;
        background: #f4ede5;
        position: absolute;
        top: 0;
        left: -20px;
        z-index: -1;
    }
    #point h2 {
        font-size: 24px;
    }
    #point h2::after,
    #point h2::before {
        display: none;
        height: 27px;
        background: url(../img/point_title_bg.png) center center / cover
            no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    #point h2::before {
        left: 0;
    }
    #point h2::after {
        right: 0;
    }
    #point h3 {
        padding: 15px;
    }

    /* ▼ voice
	----------------------------------------*/
    #voice {
        padding: 15px;
    }
    #voice span {
        font-size: 25px;
    }
    #voice .sub_title {
        background: none;
        padding: 0;
    }
    #voice h2 {
        padding: 10px 4%;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.3;
    }
    #voice .voice_rank li {
        display: block;
        padding: 20px 15px;
        margin-bottom: 15px;
        line-height: 1.5;
        position: relative;
    }
    #voice ul.voice_rank li:last-child {
        margin-bottom: 0;
    }
    #voice .voice_rank li > div {
        width: 100%;
        padding: 0 0 10px 0;
    }
    #voice .voice_rank li > div::before {
        width: 40px;
        height: 40px;
        left: -3px;
        top: -7px;
        bottom: auto;
    }
    #voice ul.voice_rank li h3 {
        font-size: 18px;
        padding-left: 50px;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    #voice ul.voice_rank li p {
        padding-right: 70px;
    }
    #voice ul.voice_rank table td {
        font-size: 70%;
    }
    #voice ul.voice_rank li .btn a {
        width: 60px;
        height: 45px;
        padding: 10px;
        font-size: 13px;
        text-align: center;
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

    /* ▼ rank_box
	----------------------------------------*/
    .rank_list li {
        margin-bottom: 40px;
    }
    .rank_list li::before {
        content: "";
        display: block;
        width: 50px;
        height: 60px;
        top: -20px;
        left: 9px;
    }
    .rank_list h2 {
        font-size: 20px;
    }
    .rank_list .recommendation {
        margin-bottom: 7%;
    }

    .recommendation > div {
        padding: 0 0 15px 0;
    }
    .recommendation > div:not(:last-child) {
        border-bottom: 2px dotted #bfa275;
    }
    .recommendation > div:last-child {
        margin-bottom: 0;
    }
    .recommendation > div::before {
        width: 21px;
        height: 22.5px;
        top: 5px;
    }
    .recommendation > div p:first-child {
        padding-left: 32px;
        font-size: 17px;
        line-height: 1.4;
    }
    /* ▼ 2024/04/25 一時的な対応 ここから */
    .recommendation img {
        width: 100%;
    }
    .recommendation > div p img:not(:first-child) {
        margin-top: 0;
    }
    /* ▲ 2024/04/25 一時的な対応 ここまで */
    .rank_list .btn {
        margin-bottom: 7%;
        text-align: center;
    }

    /* reviews*/
    .reviews .slider {
        /* width: 80%; */
        margin: 0 auto 40px;
    }
    .slick-prev {
        left: -35px;
    }
    .slick-next {
        right: -35px;
    }
    .slick-next:before {
        content: url(../img/slide_arrow_next.png) !important;
    }
    .slick-prev:before {
        content: url(../img/slide_arrow_prev.png) !important;
    }
    .slick-prev:before,
    .slick-next:before {
        opacity: 1;
    }

    .reviews .google_review {
        margin: 0 auto 40px;
    }

    .google_review .lede {
        color: #e6290f;
    }

    /* comment*/
    .comment {
        margin-bottom: 60px;
    }

    /* ▼ search
	----------------------------------------*/
    #search .check_list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    #search .check_list li {
        width: 50%;
        margin: 2% 0;
    }
    /* ▼▼▼ 検索結果
	------------------------------------------------------*/
    .search_results {
        padding: 15px;
        margin-bottom: 20px;
        position: relative;
    }
    .search_results::before {
        content: "";
        display: block;
        width: 120%;
        height: 100%;
        background: #f7f7f7;
        position: absolute;
        top: 0;
        left: -20px;
        z-index: -1;
    }
    .search_results > div {
        width: calc(100% - 140px);
    }
    .search_results_txt {
        font-size: 15px;
    }
    .search_results p.btn {
        margin-left: 15px;
        padding: 15px 15px 15px 45px;
        font-size: 14px;
    }
    .search_results p.btn::before {
        width: 25px;
        height: 28px;
        left: 11px;
    }
    .sort {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 25px;
    }
    .sort select {
        width: 100%;
        max-width: 150px;
    }
    .sort::before {
        content: "並び替え：";
        margin-right: 5px;
    }
}

.rank_list li table p {
    text-align: center;
}

/* 比較表 */
.table_title {
    background: url('../img/top/midashi.png') center center / cover no-repeat;
    border: none;
    border-radius: 0;
    color: #6b2040;
    text-shadow: 0 1px 3px rgba(255,255,255,0.8);
    -webkit-text-stroke: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
    display: block;
    text-align: center;
    margin: 0 0 32px 0;
    padding: 16px 0;
    position: relative;
}
.table_title::before {
    content: none;
}
.table_title span {
    font-size: 20px;
}

.table_title .em {
    font-size: 1.55em;
    color: #e0308a;
    text-shadow: none;
    -webkit-text-stroke: 0;
    display: inline-block;
}
.clinic_table {
    padding: 0 0 2rem;
    background: #fff;
    margin-top: 20px;
}

.contentsWrap {
    padding-inline: 20px;
    width: 100%;
}

/* 比較表内は左右 padding なし（テーブルを全幅に） */
.clinic_table .contentsWrap {
    padding-inline: 0;
    padding: 0;
    max-width: 100%;
}

/* TOP3 比較表テーブルは全幅 */
.clinic_table > .contentsWrap > table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.clinic_table th {
    background: #eeeeee;
    border: 2px solid #dbdbdb;
    vertical-align: middle;
    color: #000;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    padding: 6px 1px;
}

.clinic_table .clinic_td {
    padding: 12px 4px 16px;
    border: 2px solid #dbdbdb;
    background: #fff;
    vertical-align: top;
}

.clinic_table td a {
    white-space: nowrap!important;
    text-decoration: underline;
    color: #0000ee;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    width: 100%;
}

.clinic_table td a>p {
    text-align: center;
}

.clinic_table tr {
    vertical-align: middle;
}

.clinic_table_item_img {
    max-width: 44px;
    width: 100%;
    margin-inline: auto;
    display: block;
}

.clinic_table_item_number {
    background-color: grey;
    color: white;
    border-radius: 999px;
    aspect-ratio: 1/1;
    width: auto;
    max-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.clinic_table_point {
    text-align: center;
    padding: 14px 8px;
    border: 2px solid #dbdbdb;
    vertical-align: middle;
}

.clinic_table_point p {
    text-align: center;
    margin-top: 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
.clinic_table_point p span.ttl {
    display: block;
    text-align: center;
}
.clinic_table_point p span.ttl:not(:nth-of-type(1)) {
    margin-top: 0.6em;
}
.clinic_table tr:nth-of-type(2) td.clinic_table_point:first-of-type p,
.clinic_table td.clinic_table_point:first-of-type p span.ttl + span {
    color: #e74c3c!important;
    font-weight: 800!important;
}

.clinic_table_point img {
    width: 37px;
}

.clinic_table h2 {
    text-align: center;
    width: 85%;
    height: auto;
    margin-inline: auto;
}

.clinic_table_logo_img {
    width: 80%;
    max-width: 120px;
    height: 36px;
    margin-inline: auto;
    display: block;
    margin-top: 10px;
    object-fit: contain;
    object-position: center;
}

.table_clinic {
    width: 100%;
    margin-top: 3px;
}

.table_clinic p {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    line-height: 1.4;
    color: #5050f3;
    font-size: 11px;
}

/* 五位まで表示するテーブル：横スクロールでランク4・5をちら見せ */

.clinic__table5 {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 0;
}

.clinic__table5 .contentsWrap {
    padding-inline: 0;
}


.clinic__table5 table {
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto;
    width: 688px;
}

/* ラベル列を左固定 */
.clinic__table5 th {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 88px;
    min-width: 88px;
    white-space: normal;
    word-break: keep-all;
    background: #eeeeee;
}

/* ヘッダー行の空 th（左上角）も固定 */
.clinic__table5 tr:first-child th {
    background: #fff;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.clinic__table5 .clinic_td {
    width: 120px;
    min-width: 120px;
}

.clinic__table5 .clinic_table_point,
.clinic_table > .contentsWrap > table .clinic_table_point {
    vertical-align: middle;
    padding-top: 12px;
}

.clinic__table5 .clinic_table_point img,
.clinic_table > .contentsWrap > table .clinic_table_point img {
    display: block;
    margin: 0 auto 4px;
}

/* フッター */

footer {
    background-color: #FF66B7;
    color: #fff;
    padding-block: 30px;
}

footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

footer .footer_nav {
    padding: 0;
}

footer .container > a {
    border-right: none !important;
    margin-inline: 0 !important;
    text-decoration: underline !important;
    font-size: 14px;
}

footer .container > a + a {
    margin-top: 18px;
}

footer #copyright {
    font-size: 10px;
    line-height: 1.4;
    padding-inline: 16px;
    padding-block: 0;
    margin-top: 50px;
}

/* 人気ランキング */


.clinic_rankHeading {
    max-width: calc(100% - 32px);
    display: block;
    margin-inline: auto;
    text-align: center;
}

.clinic_rankList {
    padding-inline: 1.25rem;
    padding-bottom: 1.25rem;
}

.clinic_rankList:not(:first-of-type) {
    padding-top: 1.25rem;
}

.clinic_rankListWrap {
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.09);
    border: 1px solid #f0f0f0;
}

.clinic_rank_title {
    display: grid;
    column-gap: 16px;
    grid-template-columns: 44px 1fr;
    align-items: center;
}

.clinic_rank_img {
  width: 100%;
  margin: 1rem 0;
}

.clinic_rank_titleText p {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}

.clinic_rank_titleText a {
    text-decoration: underline;
    color: #0000ee;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
}

.clinic_rank_logo {
    height: 36px;
    max-width: 200px;
    width: auto;
    display: block;
    object-fit: contain;
    object-position: left center;
}

.clinic_rank_card {
    margin-top: 15px;
}

.clinic_rank_cardSub {
    margin-top: 8px;
}

.pointList {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 24px;
    list-style: none;
    padding: 0;
}

.pointList__item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #f0e6f6;
}

.pointList__header {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #FF66B7 0%, #ff9dd1 100%);
    padding: 14px 18px;
}

.pointList__num {
    font-size: 28px;
    font-weight: 900;
    color: rgba(255,255,255,0.35);
    line-height: 1;
    font-style: italic;
    letter-spacing: -1px;
    flex-shrink: 0;
}

.pointList__title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    background: none;
    padding: 0;
}

.pointList__body {
    padding: 16px 18px;
    background: #fff;
}

.pointList__detail {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}

.pointList__image {
    margin-top: 14px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.clinic_case,
.comparisonTable {
    margin-top: 40px;
}

.pointList__link {
    display: block;
    text-decoration: none !important;
    color: #c45890 !important;
    font-weight: bold;
    font-size: 14px;
    margin-top: 16px;
    padding: 10px 36px 10px 16px;
    background: #fff;
    border: 2px solid #F1AECA;
    border-radius: 50px;
    position: relative;
    text-align: center;
    transition: background 0.2s, color 0.2s;
}

.pointList__link:hover {
    background: #F1AECA;
    color: #fff !important;
}

.pointList__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #c45890;
    border-right: 2px solid #c45890;
    transition: border-color 0.2s;
}

.pointList__link:hover::after {
    border-color: #fff;
}

.osusume_point {
    margin-top: 25px;
}

.osusume_pointHeading {
    width: calc(77% - 26px);
    display: block;
    margin-inline: auto;
    background-color: #FF66B7;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 6px;
    position: relative;
    height: 32px;
    line-height: 1.3;
    text-align: center;
    min-width: 220px;
}

.osusume_pointHeading::before {
    position: absolute;
    top: 0;
    left: -12px;
    width: 0px;
    height: 0px;
    border-color: #FF66B7 transparent;
    border-width: 16px 0px 16px 13px;
    border-style: solid;
    content: "";
}

.osusume_pointHeading::after {
    position: absolute;
    top: 0;
    right: -12px;
    width: 0px;
    height: 0px;
    border-color: #FF66B7 transparent;
    border-width: 16px 13px 16px 0;
    border-style: solid;
    content: "";
}

.osusume_point_card > div {
    display: grid;
    grid-template-columns: 26px 1fr;
    column-gap: 8px;
}

.osusume_point_card > div + div {
    margin-top: 10px;
}
.osusume_point_card > div .osusume_point_card_title {
    font-size: 18px !important;
    background-color: transparent !important;
    color: #FF6BBA !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    overflow-wrap: anywhere;
}
.osusume_point_card > div .osusume_point_card_title + p {
    font-size: 18px;
    color: #70b2ea;
    font-weight: bold;
    line-height: 1.5;
}

.osusume_point_card > div .osusume_point_card_title br {
    display: none;
}
@media screen and (max-width: 768px) {
    body#home
        #clinic_rank
        .osusume_point_card
        > div
        .osusume_point_card_title
        br {
        display: block;
    }
}

body#home
    #clinic_rank
    .osusume_point_card
    > div
    .osusume_point_card_title
    + p
    > strong
    > span {
    line-height: 1.5;
    font-size: 20px !important;
    background-color: transparent !important;
}

body#home
    #clinic_rank
    .osusume_point_card
    > div
    .osusume_point_card_title
    + p
    > strong
    > span
    > span {
    background-color: transparent !important;
}

.osusume_point_card > div .osusume_point_card_detail {
    margin-top: 5px;
}

.osusume_point_card > div .osusume_point_card_detail p,
.osusume_point_card > div .osusume_point_card_detail p > span {
    font-size: 1.1rem !important;
    line-height: 1.5;
    overflow-wrap: anywhere;
}



.clinic_rank_card .clinic_price {
    margin-top: 25px;
}

.clinic_price .clinic_priceTable {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

.clinic_price .clinic_priceTable th {
    text-align: center;
    background: #FFE7F4;
    color: #333333;
    width: 30%;
    vertical-align: middle;
    border: solid 2px #dbdbdb;
    padding-block: 6px;
}

.clinic_price .clinic_priceTable td {
    border: solid 2px #dbdbdb;
    padding: 12px 16px;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

.clinic_price .clinic_priceTable td img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}


.clinic_priceTableText {
    text-align: center;
}

.clinic_rank_card_cta,
.choice .clinic_rank_card_cta {
    background: linear-gradient(to right, #258955, #93E382);
    border-radius: 999px;
    box-shadow: 0px 0px 10px 0px rgba(16, 55, 82, 0.35);
    color: #fff !important;
    padding: 12px 23px;
    display: grid;
    grid-template-columns: 1fr 25px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-top: 25px;
    align-items: center;
    position: relative;
    overflow: hidden;
    animation: shake 2s infinite;
}

.clinic_rank_card_cta::before {
    animation: 4s 0s shine linear infinite;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
}

@keyframes shake {
    0%,
    10%,
    100% {
        transform: translateX(0);
    }
    2% {
        transform: translateX(-3px) rotate(-1deg);
    }
    4% {
        transform: translateX(3px) rotate(1deg);
    }
    6% {
        transform: translateX(-3px) rotate(-1deg);
    }
    8% {
        transform: translateX(3px) rotate(1deg);
    }
}

.clinic_rank_card_cta::after,
.choice .clinic_rank_card_cta::after {
    min-width: 25px;
    max-width: 25px;
    aspect-ratio: 1 / 1;
    background-image: url("../img/top/icon_arrow_right_circleGreen.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
}

.clinic_reviews {
    margin-top: 25px;
}

.clinic_review {
    margin-top: 20px;
}
.clinic_review .review_item {
    padding: 15px 20px;
    border-bottom: 1px solid #d9d7d7;
}

.clinic_review .review_item .star {
    display: flex;
    align-items: center;
    color: #f5c518;
}
.clinic_review .review_item .star .star_score {
    color: #333;
    font-size: 13px;
    margin-left: 4px;
}

.clinic_review .review_item .star img {
    max-width: 131px;
}

.clinic_review .review_item .starYear {
    margin-top: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.clinic_review .review_item .txt .txt_information {
    display: flex;
    gap: 3%;
    align-items: center;
}

body#home
    #clinic_rank
    .clinic_review
    .review_item
    .txt
    .txt_information
    > p
    > img {
    max-width: 61px;
}

.clinic_review .review_item .txt_content pre {
    width: 100%;
    overflow-wrap: break-word;
    margin-top: 12px;
    white-space: normal;
    font-size: 16px !important;
    line-height: 1.5;
}

.clinic_review .review_item .txt_content p:first-child {
    margin-top: 12px;
}

.clinic_review .review_item .txt_content div {
    margin-top: 12px;
    font-size: 16px !important;
    line-height: 1.5;
    display: inline;
}

.clinic_review .review_item .txt_content p span {
    margin-top: 12px;
    font-size: 16px !important;
    line-height: 1.5;
}

body#home
    #clinic_rank
    .clinic_review
    .review_item
    .txt_content
    pre
    strong
    > span,
.clinic_review .review_item .txt_content p strong > span,
body#home
    #clinic_rank
    .clinic_review
    .review_item
    .txt_content
    div
    strong
    > span,
body#home
    #clinic_rank
    .clinic_review
    .review_item
    .txt_content
    p
    strong
    > span
    > span {
    background-color: transparent !important;
    color: #e74c3c !important;
    font-size: 16px !important;
    line-height: 1.5;
}

.clinic_review .review_item .txt_content p + p {
    margin-top: 16px;
}

.review_item.review_moreTop {
    background-color: #c2bfbf;
    border: 3.5px solid #dbdbdb;
    border-radius: 10px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    min-height: 54px;
    width: 71.7%;
    margin-inline: auto;
}

.review_item.review_moreTop img {
    max-width: 14px;
    height: auto;
    margin-left: 12px;
}

.clinic_maps {
    margin-top: 25px;
}

.clinic_mapsAccordion {
    margin-top: 20px;
}

.clinic_area {
    border-radius: 15px;
    background-color: #c3e3ff;
    border: 5px solid #afdaff;
    box-shadow: 0px 0px 10px 0px rgba(16, 55, 82, 0.25);
    color: #0062a0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    padding: 16px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    min-height: 82px;
}

.clinic_area::after {
    content: "";
    background: url(../img/top/icon_arrow_right_up_circlePink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    aspect-ratio: 1 / 1;
    transform: scaleY(1);
}

.clinic_area.open::after {
    transform: scaleY(-1);
}

.clinic_pref {
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 15px;
    letter-spacing: -0.02em;
    padding: 13px 25px;
    justify-content: space-between;
    margin-top: 10px;
    background-color: #1593ff;
}

.clinic_pref::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    aspect-ratio: 1 / 1;
    background: url(../img/top/icon_arrow_right_up_circleWhite.svg);
}

.clinic_pref.open {
    background-color: #70b2ea;
}
.clinic_pref.open::after {
    background: url(../img/top/icon_arrow_right_down_circleBlue.svg);
}

.clinic_item {
    margin-top: 25px;
}

.clinic_item h4 {
    text-align: center;
    font-weight: 700;
    color: #1593ff;
    font-size: 20px;
}

.clinic_item_detail_th {
    max-width: 27px;
}

.clinic_item_detail_img {
    margin-top: 10px;
}

.clinic_item_detail_img img {
    width: 100%;
}

.clinic_item_detail {
    padding-block: 10px;
    border-bottom: solid 1px #d9d7d7;
    display: flex;
    column-gap: 10px;
}

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

/* キャンペーン情報 */

.campaignHeading {
    width: calc(77% - 26px);
    display: block;
    margin-inline: auto;
    background-color: #bfa275;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 6px;
    position: relative;
    height: 32px;
    line-height: 1.3;
    text-align: center;
    min-width: 220px;
}

.campaignHeading::before {
    position: absolute;
    top: 0;
    left: -12px;
    width: 0px;
    height: 0px;
    border-color: #bfa275 transparent;
    border-width: 16px 0px 16px 13px;
    border-style: solid;
    content: "";
}

.campaignHeading::after {
    position: absolute;
    top: 0;
    right: -12px;
    width: 0px;
    height: 0px;
    border-color: #bfa275 transparent;
    border-width: 16px 13px 16px 0;
    border-style: solid;
    content: "";
}

.campaign {
    margin-top: 25px;
}

.campaign div.mb20 p {
    margin-top: 20px;
}


.aga-limits {
    color: #ffffff;
    background-color: #70B2EA;
    overflow: hidden;
    padding: 1.75rem 1.25rem 1.75rem;
}

.aga-limits__intro {
    text-align: center;
}

.aga-limits__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: #ffffff;
    text-align: center;
}

.aga-limits__lead {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    text-align: center;
}

.aga-limits__lead em {
    font-style: normal;
}

.aga-limits__body {
    background-color: #DFF0FF;
    border-radius: 1rem;
    margin: 1.75rem 0;
    padding: 1.75rem 1.75rem;
}

.aga-limits__heading {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 1rem;
    color: #103752;
}

.limit-card {
    background-color: #ffffff;
    border-radius: 0.625rem;
    overflow: hidden;
    color: #333333;
    margin-bottom: 1.5rem;
}
.limit-card:last-child {
    margin-bottom: 0;
}

.limit-card__head {
    background-color: #103752;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.625rem 1rem;
}

.limit-card__icon {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.limit-card__icon svg {
    width: 100%;
    height: 100%;
}

.limit-card__title {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
}

.limit-card__body {
    padding: 1rem;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #333333;
    margin: 0;
}

.aga-notes {
    margin-top: 1.5rem;
    padding: 0 4px;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: #333333;
}
.aga-notes p {
    margin: 0 0 4px;
}
.aga-notes p:last-child {
    margin-bottom: 0;
}

.aga-basics {
    background-color: #FFE7F4;
    padding: 1.75rem 1.25rem 2rem;
    line-height: 1.7;
}

.aga-basics__title {
    width: calc(100% - 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 auto 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid;
}

.aga-basics__title-icon {
    flex: 0 0 2.5rem;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aga-basics__lead {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    margin: 0 0 1.75rem;
    color: #103752;
}

/* --- アコーディオン --- */
.drug-accordion {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.drug-accordion:last-of-type {
    margin-bottom: 0;
}

.drug-accordion__trigger {
    width: 100%;
    background-color: #FF66B7;
    color: #ffffff;
    border: none;
    padding: 0.625rem 2.8rem 0.625rem 1rem;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-family: inherit;
    text-align: center;
}

.drug-accordion__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.drug-accordion__badge {
    display: inline-block;
    background-color: #ffffff;
    color: #103752;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 2px 12px;
    border-radius: 999px;
    white-space: nowrap;
    line-height: 1.5;
}

.drug-accordion__label {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
    text-align: center;
}

.drug-accordion__arrow {
    position: absolute;
    right: 1rem;
    flex: 0 0 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #ffffff;
    color: #103752;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.drug-accordion__arrow svg {
    width: 0.8125rem;
    height: 0.8125rem;
}

.drug-accordion.is-open .drug-accordion__arrow {
    transform: rotate(0);
}

.drug-accordion__panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
}

.drug-accordion.is-open > .drug-accordion__panel {
    max-height: 3000px;
}

.drug-accordion__panel-inner {
    padding: 1rem;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #333333;
}
.drug-accordion__panel-inner p {
    margin: 0 0 16px;
}
.drug-accordion__panel-inner p:last-child {
    margin-bottom: 0;
}

/* --- 注意喚起アラート --- */
.aga-alert {
    margin-top: 1.75rem;
    background-color: #ffffff;
    border: 2px solid #ee655b;
    border-radius: 12px;
    padding: 1rem 1rem 1.75rem;
    text-align: center;
}

.aga-alert__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: #ee655b;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 0.625rem 1.5rem;
    border-radius: 10px;
    margin: 0 0 1.5rem;
    width: 100%;
}
.aga-alert__badge svg {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
}

.aga-alert__title {
    font-size: 1.65rem;
    margin: 0 0 1rem;
    text-align: center;
    font-weight: 800;
    line-height: 2rem;
}
.aga-alert__text {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    color: #333333;
    margin: 0;
}


/* タブ切り替えコンテンツ */

.tab-container {
  max-width: 100%;
  margin-top: 20px;
  width: 100%;
}

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

.tab-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.tab-label {
  display: block;
  flex: 1;
  padding: 12px;
  text-align: center;
  background: #f4f4f4;
  color: #333;
  cursor: pointer;
  user-select: none;
}

.tab-content {
  display: none;
  padding-top: 20px;
  border-top: none;
}
.tab-content dl {
  margin: 14px 0;
  display: grid;
  grid-template-columns: 85px 1fr;
}
.tab-content dl dt {
  grid-column: 1/2;
}
.tab-content dl dd {
  grid-column: 2/3;
}
.tab-content p {
  line-height: 1.4;
}
.tab-content small,
.tab-small small {
  font-size: 12px;
  line-height: 1.4;
  color: #555;
}

.tab-container:has(> input[type="radio"]:nth-of-type(1):checked) .tab-buttons .tab-label:nth-child(1),
.tab-container:has(> input[type="radio"]:nth-of-type(2):checked) .tab-buttons .tab-label:nth-child(2),
.tab-container:has(> input[type="radio"]:nth-of-type(3):checked) .tab-buttons .tab-label:nth-child(3) {
  background: #F1AECA;
  color: white;
  font-weight: bold;
}
.tab-container:has(> input[type="radio"]:nth-of-type(1):checked) .tab-contents .tab-content:nth-child(1),
.tab-container:has(> input[type="radio"]:nth-of-type(2):checked) .tab-contents .tab-content:nth-child(2),
.tab-container:has(> input[type="radio"]:nth-of-type(3):checked) .tab-contents .tab-content:nth-child(3) {
  display: block;
}

.comparisonTable .contentsWrap {
    padding-inline: 0;
}

.comparisonTable {
    table {
        width: 100%;
        margin-top: 20px;
        border-collapse: collapse;
        tr th:first-child {
            width: 90px;
            white-space: nowrap;
        }
        th {
            background-color: #eeeeee;
        }
        tr th:not(:first-child) {
            width: calc((100% - 90px) / 2);
        }
        td, th {
            border: 2px solid #dbdbdb;
            padding: 10px 12px;
            text-align: center;
            vertical-align: middle;
            line-height: 1.6;
            font-size: 12px;
        }
        p {
            text-align: center;
            line-height: 1.6;
        }
        thead>tr>th:first-child,
        tbody>tr:first-child>th:first-child {
            border: none;
            background-color: transparent;
        }
    }
}

.choicePoint,
.clinic_special,
.conclusion,
.clinic_flow {
    margin-top: 40px;
}

.choicePoint .table_title {
  margin-bottom: 0;
}

.clinic_flow .mySwiper {
    padding-bottom: 40px;
}

.clinic_flow .swiper-pagination {
    position: absolute;
    bottom: 8px;
}

.clinic_flow .swiper-pagination-bullet {
    background: #DBB9AE;
    opacity: 1;
}

.clinic_flow .swiper-pagination-bullet-active {
    background: #975D3F;
    opacity: 1;
}

.conclusionWrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-inline: 20px;
}

.conclusionItem {
    display: grid;
    grid-template-columns: 26px 1fr;
    column-gap: 8px;
    font-size: 18px;
    background-color: transparent;
    color: #FF6BBA;
    font-weight: bold;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.clinic_specialWrap {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-items: center;
    margin-top: 20px;
}

.accordionPanel__image {
    display: block;
    margin-inline: auto;
    max-width: 100%;
    height: auto;
}

.accordionPanelTable {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    margin-top: 16px;
    th,
    td {
        border: 1px solid #e0e0e0;
        padding: 10px 12px;
        text-align: center;
        vertical-align: middle;
        width: 50%;
    }
    /* 左列（おすすめ）*/
    th:nth-child(1) {
        background: #fce8f3;
        color: #c45890;
        border-top: 4px solid #F1AECA;
        font-weight: bold;
    }
    td:nth-child(1) {
        background: #fff8fc;
    }
    /* 右列（非推奨） */
    th:nth-child(2) {
        background: #f2f2f2;
        color: #888;
        border-top: 4px solid #bbb;
        font-weight: bold;
    }
    td:nth-child(2) {
        background: #fafafa;
        opacity: 0.7;
    }
    img {
        max-height: 28px;
        width: auto;
        display: inline-block;
        margin: 4px;
    }
}

/* ---- 比較表 CTAボタン ---- */
.clinic_td--btns {
    padding: 12px 6px !important;
    vertical-align: middle !important;
}

.table-cta-btn {
    display: block;
    background: linear-gradient(135deg, #FF66B7, #ff3d9a);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 8px 4px;
    border-radius: 6px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 2px 6px rgba(255,60,150,0.35);
}

.table-cta-btn + .table-cta-btn {
    margin-top: 6px;
    background: linear-gradient(135deg, #4a90d9, #2563eb);
    box-shadow: 0 2px 6px rgba(37,99,235,0.3);
}

/* ---- 比較表 星評価 ---- */
.table-star-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
}

.table-star-rating .merchant-stars-wrap {
    font-size: 16px;
    letter-spacing: 1px;
}

.table-star-rating .merchant-star-num {
    font-size: 13px;
}

/* ---- SVG 星評価 ---- */
.merchant-star-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    margin-bottom: 6px;
}

.merchant-stars-wrap {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 2px;
}

.merchant-stars-bg {
    color: #ddd;
}

.merchant-stars-fg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FFB800;
}

.merchant-star-num {
    font-size: 18px;
    font-weight: 700;
    color: #FFB800;
    letter-spacing: 0;
}

/* ---- カード背景 ---- */
#clinic_rank {
    background: #fff;
    padding:0;
    border-radius: 0;
}


/* ---- PC レイアウト（769px以上） ---- */
@media screen and (min-width: 769px) {
    .main_flex {
        background-color: #fff;
    }

    .main_contentst {
        padding-inline: 0;
    }

    /* セクションにデフォルトのpadding */
    .main_contentst > section {
        padding-inline: 48px;
    }

    /* 背景色ありのセクションはpadding不要（全幅） */
    .main_contentst > section.choicePoint,
    .main_contentst > #pickup {
        padding-inline: 0;
    }

    /* clinic_rankは白背景・padding あり */
    .main_contentst > section#clinic_rank {
        background: #fff;
    }

    /* padding不要セクション内のtable_titleははみ出さない */
    .main_contentst > section#clinic_rank .table_title,
    .main_contentst > section.choicePoint .table_title {
        margin-inline: 0;
    }

    /* table_titleはsectionのpaddingを無視して全幅 */
    .main_contentst section > .table_title,
    .main_contentst section > h2.table_title {
        margin-inline: -48px;
    }

    .contentsWrap {
        padding-inline: 0;
    }
    .text-center img {
      max-width: 540px;
      margin: 0 auto;
    }

    .clinic_rankListWrap {
        padding: 32px;
    }

    .clinic_rank_title {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .clinic_rank_title > img {
        height: 40px;
        width: auto;
    }

    .clinic_table > .contentsWrap > table {
      table-layout: fixed;
    }

    /* TOP5: PC では横スクロール不要・全幅表示 */
    .clinic__table5 {
        overflow-x: visible;
        margin-inline: -48px;
    }
    .clinic__table5 table {
        width: 100%;
        table-layout: fixed;
    }
    .clinic__table5 th {
        width: 80px;
        min-width: unset;
        position: static;
    }
    .clinic__table5 .clinic_td {
        width: calc((100% - 80px) / 5);
        min-width: unset;
        position: static;
    }


    .aga-alert__title {
        font-size: 1.05rem;
        line-height: 1.65;
    }
    .aga-alert__text {
        font-size: 0.95rem;
        line-height: 1.75;
    }
}

/* ==================================================================
   パステルピンク ずらし文字テーマ
================================================================== */

/* おすすめポイント：カード背景のみ */
.osusume_point {
    background: #fef9ec;
    border-radius: 20px;
    padding: 4px 20px 24px;
    margin-top: 25px;
}

/* おすすめポイントヘッダー（シャドウなし・シンプル） */
.osusume_pointHeading {
    background-color: #F1AECA;
    color: #fff;
    -webkit-text-stroke: unset;
    text-shadow: none;
}

.osusume_point .osusume_pointHeading,
.clinic_special .osusume_pointHeading {
    position: relative;
    top: -1rem;
}
.osusume_pointHeading::before {
    border-color: #F1AECA transparent;
}
.osusume_pointHeading::after {
    border-color: #F1AECA transparent;
}

/* ドラッグアコーディオン */
.drug-accordion__trigger {
    background-color: #F1AECA;
}
.drug-accordion__badge {
    color: #9b3060;
}
.drug-accordion__label {
    color: #fff;
    -webkit-text-stroke: unset;
    text-shadow: none;
}

/* ポイントリストヘッダー */
.pointList__header {
    background: linear-gradient(135deg, #e8609a 0%, #c94a82 100%);
}

/* ランキングカード */
.clinic_rankListWrap {
    border-color: #ffd6ec;
    box-shadow: 0 4px 24px rgba(255, 100, 180, 0.12);
}
/* 結論内のランキングカード余白 */
.conclusion .clinic_rankListWrap {
    margin: 1.25rem 0 0;
}




.text-center {
    text-align: center;
}

/* strong */
strong {
    color: #e05070;
}

/* 症例見出し（カード直下）の上余白 */
.clinic_rank_card > h3.osusume_pointHeading {
    margin-top: 40px;
}

/* 症例セクション */
.clinic_case {
    border: 2px solid #F1AECA;
    border-radius: 20px;
    padding: 4px 16px 24px;
    margin-top: 25px;
}

/* タブラベル */
.tab-label {
    border-radius: 20px;
    border: 2px solid #F1AECA;
    background: #fff;
    color: #c45890;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 4px;
    transition: background 0.2s, color 0.2s;
}

/* アクティブタブ：テーマカラーに統一 */
.tab-container:has(> input[type="radio"]:nth-of-type(1):checked) .tab-buttons .tab-label:nth-child(1),
.tab-container:has(> input[type="radio"]:nth-of-type(2):checked) .tab-buttons .tab-label:nth-child(2),
.tab-container:has(> input[type="radio"]:nth-of-type(3):checked) .tab-buttons .tab-label:nth-child(3) {
    background: #F1AECA;
    color: #fff;
}

/* 症例画像 */
.tab-content img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* 症例テキスト */
.tab-content p {
    font-size: 13px;
    color: #555;
}

/* キャンペーン情報：カード背景 */
.clinic_special {
    background: #fef9ec;
    border-radius: 20px;
    padding: 4px 20px 24px;
}

/* レビューセクション */
.reviews {
    margin-top: 32px;
}
.reviews > .osusume_pointHeading {
    margin-top: 0;
}
.clinic_review {
    padding: 0 4px;
}
.clinic_review .review_item {
    padding: 15px 40px;
}
.review_hide {
    display: none;
}
.review_item.review_more {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    padding: 10px 0 4px;
    cursor: pointer;
}
.review_item.review_more p {
    margin: 0;
    font-size: 13px;
    color: #aaa;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}
.review_item.review_more p::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    transform: rotate(45deg);
    margin-top: -3px;
}
.review_item.review_more:hover p {
    color: #c45890;
}
.review_item.review_more:hover p::after {
    border-color: #c45890;
}

/* レビューカード */
.review_header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.review_avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #F1AECA;
}
.review_meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.review_label {
    font-size: 13px;
    font-weight: 700;
    color: #555;
    margin: 0;
}
.review_detail {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}
