.modal-body .option-price{
    display: inline-block;
}
.PC_BLOCK {
    display: block;
}
.SMP_BLOCK {
    display: none;
}
/*モーダル内のコンテンツの指定*/
@media (max-width: 414px){
    .modal-body {
        width: 98%;
    }
    .modal-body .option-price{
/*        display: block; */
    }
}

/* スマホ対応：楕円を防ぐ */
@media (max-width: 768px) {
    .cart {
        font-size: 1.3rem !important;
        width: 80%;
        margin: 1em 0em !important;
    }

    .plans_table .option_desc {
        width: auto !important;
        margin: 1em 3em !important;
        font-size: 0.9rem !important;
    }
}

/* main.product-top {
    font-size: 1.7vh;
} */

html,
body {
    font-size: 1rem;
    color: #333;
    background-color: #fff;
}

/* header */
.relative-container {
    position: relative;
    margin: 0 auto;
    width: 96%;
    /* padding-top: 8rem; */
    padding-bottom: 3rem;
    max-width: 660px;
    /* PCでの最大幅 */
}

.relative-container .absolute-element {
    position: absolute;
    top: -6rem;
    /* デフォルト位置 */
    left: 0;
    width: 5rem;
    /* デフォルトサイズ */
    height: auto;
}


.headline__image--wrapper {
    margin: 0 auto;
}

.headline__circle-logo {
    position: relative;
    left: -10em;
    top: 2em;
    width: 25%;
}

.headline__title-logo {
    margin: 0 auto;
}


.to_dr {
    font-size: 1.1em;
}

.to_dr::after {
    content: "\f0a9";
    font-family: fontawesome;
    display: inline-block;
    margin-left: 0.1em;
}

/* プランを確認するボタン */
.to-plans-product {
    display: block;
    width: 18em;
    margin: auto;
    text-align: center;
    border: 3px solid #FDA238;
    background-color: #FDA238;
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.6em 1.5em;
    border-radius: 6px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    box-shadow: 4px 3px #DB8E35;
    max-width: 90%;
}

.to-plans-product:hover {
    opacity: 0.8;
}

.senryaku::before {
    content: "\f0d7";
    font-family: fontawesome;
    display: block;
    color: #126234;
    font-weight: 200;
    font-size: 5rem;
    height: 0.7em;
}

#link_dr span {
    font-size: 1.5rem;
}

#link_dr .to_dr:hover {
    opacity: 0.6;
}

/* whats */
#whats h3 {
    font-size: 1.3em;
    font-weight: 700;
    display: flex;
    /* 必要に応じて適用 */
    align-items: center;
    /* テキストと線を中央揃え */
    gap: 10px;
    /* テキストと線の間の余白 */
}

#whats h3::after {
    content: "";
    flex: 1;
    /* 残りの幅を埋める */
    border-bottom: 1px solid #000;
    /* 線のスタイル */
}

#whats .point img {
    width: 95%;
    margin: 0 auto;
}

#whats .first {
    display: flex;
    flex-direction: row;
    /* 横並び */
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.whats_reasons--wrapper {
    display: flex;
    gap: 1.5em;
    padding-top: 2.5em;
    padding-bottom: 1em;
}

.whats_reason_point--wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1em;
}

#whats .whats__point--title {
    font-size: 1em;
    width: 11em;
}

#whats .whats_point--headline {
    font-weight: 900;
    text-align: center;
    font-size: 2em;
    line-height: 1.3em;
    padding: 0.5em 0;
}

.whats_point--img-wrapper {
    width: 19em;
    padding-bottom: 1.1em;
}

.whats_point--img {
    margin: auto;
    width: 100%;
}


@media (max-width: 768px) {
    .PC_BLOCK {
        display: none;
    }
    .SMP_BLOCK {
        display: block;
    }
    
    #whats .first {
        flex-direction: column;
        /* 縦並び */
    }

    #whats .first>div {
        max-width: 100%;
        /* コンテンツ幅を100%に調整 */
    }
}

/* eycatch */
.thumb_item {
    width: 6rem;
    height: 6rem;
    border: 2px solid #333;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb_item>.bg-cover {
    width: 100%;
    height: 100%;
}

/* スマホ対応：楕円を防ぐ */
@media (max-width: 768px) {
    .thumbs {
        flex-wrap: wrap;
        /* 折り返して配置 */
    }

    .thumb_item {
        width: 4.5rem;
        height: 4.5rem;
        margin: 0.5rem;
    }
}

/* whats */
#whats p {
    font-size: 0.9rem;
    line-height: 1.6em;
    text-align: left;
}

#whats p.watsAttention {
    font-size: 0.7em;
}


/* voice */
#voice {
    padding: 3rem 0;
}

@media (max-width: 768px) {
    #voice {
        padding: 3rem 0.7rem;
    }
}

.maincolor {
    color: #126234;
}

.section_inner h2>em {
    font-size: inherit;
    line-height: 1.5em;
    font-style: normal;
}

.black {
    font-weight: 900 !important;
}

.section_inner h2>span {
    display: inline-block;
    background: #126234;
    color: #fff;
    font-size: 0.6em;
    line-height: 1.8em;
    padding: 0 1em;
    letter-spacing: 0.15em;
    margin-bottom: 0.3em;
}

.section_inner h2>small {
    display: block;
    font-size: 0.3em;
    letter-spacing: 0.2em;
    line-height: 1.4em;
}

#voice .section_inner h2 {
    font-size: 2.3rem;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    text-align: center;
}

@media (max-width: 768px) {
    #voice .section_inner h2 {
        font-size: 1.6rem;
        font-size: 7.25vw;
        line-height: 1.3em;
        padding-bottom: 1.6rem;
    }
}

#voice .voices_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#voice .voices_wrapper>dl {
    width: 32%;
    text-align: left;
    margin-top: 3rem;
}

#voice .voices_wrapper>dl dt {
    position: relative;
    padding-right: 5.5rem;
    margin-bottom: 0.7rem;
}

#voice .voices_wrapper>dl dt .heading {
    display: block;
    margin-bottom: 1em;
    font-size: 0.9rem;
}

#voice .voices_wrapper>dl dt .heading span {
    font-weight: 900;
    position: relative;
    font-size: 1.28rem;
    line-height: 1.4em;
    background: linear-gradient(transparent 70%, rgba(34, 146, 71, 0.2) 0%);
}

#voice .voices_wrapper>dl dt .heading span.voice1 {
    font-size: 1.26rem;

}

#voice .voices_wrapper>dl dt .info {
    margin-bottom: 0.6em;
}

#voice .voices_wrapper>dl dt .info .clinic {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    font-size: 0.84rem;
    margin-right: 1em;
    line-height: 1.2em;
    margin-bottom: 0.3em;
    min-height: 2em;
    font-style: normal;
    font-weight: 600;
}

#voice .voices_wrapper>dl dt .info .clinic small {
    font-size: 0.75em;
    display: inline-block;
    margin-right: 0.5em;
}

#voice .voices_wrapper>dl dt .info .person {
    display: block;
    font-size: 0.85rem;
    line-height: 1.2em;
    font-weight: 600;
}

#voice .voices_wrapper>dl dt .info .person small {
    font-size: 0.7em;
}

#voice .voices_wrapper>dl .jisseki {
    font-size: 0.85em;
    border-top: 0.1em solid #333;
    border-bottom: 0.1em solid #333;
    padding: 0.5em 0.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: visible;
    white-space: nowrap;
    margin-bottom: 1em;
}

#voice .voices_wrapper>dl .jisseki,
#voice .voices_wrapper>dl .jisseki * {
    vertical-align: middle;
}

#voice .voices_wrapper>dl .jisseki small {
    font-size: 0.8em;
    font-weight: 600;
}

#voice .voices_wrapper>dl .jisseki strong {
    display: inline-block;
    font-size: 1.5em;
    padding: 0 0.2em;
}

#voice .voices_wrapper>dl dt .thumb {
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 0;
    top: 0;
}

#voice .voices_wrapper>dl dt .thumb span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px dashed #333;
}

#voice .voices_wrapper>dl dt .thumb span i {
    display: block;
    width: 92%;
    height: 92%;
    margin: 4%;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#voice .voices_wrapper>dl.voice1 dt .thumb span i {
    background-image: url("/images/dr2026st/voice1.jpg");
}

#voice .voices_wrapper>dl.voice2 dt .thumb span i {
    background-image: url("/images/dr2026st/voice2.jpg");
}

#voice .voices_wrapper>dl.voice3 dt .thumb span i {
    background-image: url("/images/dr2026st/voice3.jpg");
}

#voice .voices_wrapper>dl dt .thumb em {
    background: #333;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.3em 0;
    border-radius: 1.6em;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: -0.9em;
    text-align: center;
    font-style: normal;
}

#voice .voices_wrapper>dl dd p {
    font-size: 0.84rem;
    line-height: 1.6em;
}


@media (min-width: 1024px) {

    /* PC版 */
    .relative-container .absolute-element {
        width: 9rem;
    }
}


.custom-dt {
    font-size: 1.7em;
    line-height: 2em;
    border-bottom: 0.1em solid #fff;
    margin-bottom: 0.8em;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: 900;
}

/* points */

em.inherit {
    font-style: normal;
}

.star-number::before {
    content: "";
    background-image: url('/images/shohin/star.svg');
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0.4em;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0;
}

/* 共通のthumbスタイル */
.list .thumb {
    display: block;
    width: 90%;
    height: 0;
    padding-top: 50%;
    /* 16:9比率などに合わせる */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 0.6rem;
}

/* 各divに異なる背景画像を適用 */
.list div:nth-child(1) .thumb {
    background-image: url('/images/shohin/point_image1.png');
}

.list div:nth-child(2) .thumb {
    background-image: url('/images/shohin/point_image2.png');
}

.list div:nth-child(3) .thumb {
    background-image: url('/images/shohin/point_image3.png');
}

.list div:nth-child(4) .thumb {
    background-image: url('/images/shohin/point_image4.png');
}

.list div:nth-child(5) .thumb {
    background-image: url('/images/shohin/point_image5.svg');
}

.list div:nth-child(6) .thumb {
    background-image: url('/images/shohin/point_image6.png');
}

.list div:nth-child(7) .thumb {
    background-image: url('/images/shohin/point_image7.png');
}

.heading_em {
    position: absolute;
    display: inline-block;
    transform: rotate(-4deg);
    background: #126234;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.8em 1.4em;
    font-weight: 200;
    text-align: center;
    left: -2rem;
    top: -1rem;
    z-index: 1;
}

/* scenario */
.scenario_header {
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
}

.scenario_header h2 {
    font-size: 2.4em;
}

.scenario_header::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2em 3em 0 3em;
    border-color: #126234 transparent transparent transparent;
    position: absolute;
    bottom: -1.9em;
    left: 0;
    right: 0;
    margin: auto;
}

/* scenario detaile */
#scenario dt.noto.black {
    line-height: 1.3em;
    font-size: 1.2em;
}

#scenario .section_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    /* 横並びを均等配置 */
    gap: 1.5rem;
    /* 要素間の隙間 */
}

#scenario .section_inner dl {
    width: 45%;
    /* 横並びで2列 */
    margin-top: 1rem;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    #scenario .section_inner dl {
        width: 100%;
        /* 縦一列 */
    }
}

#scenario dl dt>strong {
    display: block;
    font-size: 1.8em;
    margin-bottom: 0.4em;
}

#scenario dl .desc {
    font-size: 0.85rem;
    line-height: 1.5em;
}

#scenario .section_inner dl:nth-child(even) {
    margin-left: 6%;
}

#scenario dl dt {
    margin-bottom: 1rem;
    border-left: 0.3em solid #126234;
    padding-left: 0.5em;
}

#scenario dl dt>small {
    font-size: 1em;
    display: block;
    margin-bottom: 0.2em;
}

#scenario dl dt>i {
    font-style: normal;
    display: inline-block;
    font-size: 0.7em;
    line-height: 1.6em;
    padding: 0 0.6em;
    border-radius: 0.2em;
    margin-right: 0.4em;
    color: #fff;
    font-weight: 500 !important;
}

#scenario dl dt>i.ptn1 {
    background: #93bf8f;
}

#scenario dl dt>i.ptn2 {
    background: #54a266;
}

#scenario dl dt>i.ptn3 {
    background: #1f6739;
}

#scenario .dl1 figure {
    position: relative;
    margin: 2rem 0;
}

#scenario .dl1 figure img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

#scenario .dl1 figure div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #126234;
    /* 吹き出しの三角形の色 */
}

#scenario .dl1 figcaption {
    position: relative;
    background: white;
    /* 白地の背景 */
    color: #333;
    /* テキスト色 */
    padding: 1rem;
    border-radius: 10px;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 1.5rem;
    text-align: left;
    border: 2px solid #126234;
    /* #ff4747色の線 */
}

#scenario .dl1 figcaption span {
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #126234;
    /* 強調文字色 */
}

#scenario .dl1 figcaption::after {
    content: '注目';
    position: absolute;
    top: -1.5rem;
    left: 1rem;
    background: #126234;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scenario dl .desc ul {
    background: #eeefef;
    border: 1px solid #444;
    padding: 0.4rem 0.8rem;
    clear: both;
}

#scenario dl .desc ul li {
    line-height: 1em;
    font-size: 0.9rem;
    color: #444;
    padding: 0.4rem 0;
    font-weight: 500;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.25em;
}

#scenario dl .desc ul li::before {
    content: "\f14a";
    font-family: fontawesome;
    font-size: 1.1em;
    line-height: 1em;
    margin-right: 0.3em;
}

#scenario .subtitle {
    font-size: 1.4em;
}

#scenario dl .subtitle {
    padding-bottom: 0.3em;
}

/* 共通の横並びスタイル */
.dl2 .flex-container,
.dl3 .flex-container,
.dl4 .flex-container {
    display: flex;
    align-items: flex-start;
    /* 上揃え */
    gap: 1rem;
    /* 要素間の隙間 */
    flex-wrap: nowrap;
    /* 横並びを強制 */
}

/* テキスト部分 */
.dl2 .text-content,
.dl3 .text-content,
.dl4 .text-content {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* 画像部分 */
.dl2 .image-content img,
.dl3 .image-content img,
.dl4 .image-content img {
    max-width: 150px;
    height: auto;
    object-fit: contain;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    #scenario .section_inner dl:nth-child(even) {
        margin-left: 0;
    }

    #scenario .subtitle {
        font-size: 4vw;
    }

    .dl2 .flex-container,
    .dl3 .flex-container,
    .dl4 .flex-container {
        gap: 0.5rem;
        /* 隙間を縮小 */
    }

    .dl2 .text-content,
    .dl3 .text-content,
    .dl4 .text-content {
        font-size: 0.8rem;
        /* スマホ用フォントサイズ */
    }

    .dl2 .image-content img,
    .dl3 .image-content img,
    .dl4 .image-content img {
        max-width: 120px;
        /* スマホ用画像サイズ */
    }
}

/* 最後の子要素をセンタリング */
#scenario .section_inner dl:last-child {
    margin-left: auto;
    /* 左側の自動調整 */
    margin-right: auto;
    /* 右側の自動調整 */
    width: 47%;
    /* 他の要素と同じ幅 */
}

/* スマホ版でセンタリングを維持 */
@media screen and (max-width: 768px) {
    #scenario .section_inner dl:last-child {
        width: 100%;
        /* 縦一列でも中央揃え */
    }
}

/* Options */
#options {
    padding-top: 3em;
    padding-bottom: 3em;
}
#options p {
    font-size: 0.9rem;
}

#options .scout_mail p,
#options .setsumeikai p {
    font-size: 0.8rem;
}

#options h3 {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

#options .option__section-headline {
    max-width: 500px;
}

#options .option__wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 2.5em;
}

.option__inner-wrapper {
    display: flex;
    justify-content: center;
    gap: 2em;
}

.option__content-wrapper img {
    width: 100%;
}

@media (max-width: 1023px) {
    #options .options_contents {
        margin: 1rem 0.7rem;
    }

    #options .scout_mail h3,
    #options .setsumeikai h3 {
        font-size: 1.2rem;
    }

    img.option1_price {
        padding-bottom: 1rem;
    }

    img.option1_flag {
        width: 300px;
        left: -0.5rem;
    }

}

#detail {
    margin-bottom: 2rem;
}

#detail p {
    font-size: 0.9rem;
    margin-bottom: 1em;
}

#detail p img {
    display: inline-block;
    height: 1.2em;
    width: auto;
    margin-right: 0.3em;
    vertical-align: middle;
}

/* plans */
.accordion_menu {
    text-align: left;
}

.accordion_menu dt {
    cursor: pointer;
    padding: 15px;
    background: #f4f4f4;
    border: 1px solid #ddd;
}

.accordion_menu dt.active {
    background: #126234;
    border: 1px solid #126234;
    color: white;
}

/* .accordion_menu dd {
                                                                                                                overflow: hidden;
                                                                                                            } */

.accordion_menu>dt {
    cursor: pointer;
    font-size: 1.2rem;
    color: #5f4632;
    padding: 0;
    font-weight: 900;
    position: relative;
    background: rgb(255, 253, 247);
    background: -moz-linear-gradient(top, rgba(255, 253, 247, 1) 0%, rgba(221, 205, 179, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 253, 247, 1) 0%, rgba(221, 205, 179, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 253, 247, 1) 0%, rgba(221, 205, 179, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdf7', endColorstr='#ddcdb3', GradientType=0);
    border: 1px solid #bea58f;
    position: relative;
}

.accordion_menu>dt span {
    display: block;
    padding: 1.5rem 1rem 1.5rem 1rem;
    position: relative;
}

.accordion_menu>dt span::before {
    content: "\f107";
    font-family: fontawesome;
    font-size: 1.2rem;
    width: 1em;
    height: 1em;
    left: 1em;
    top: 0;
    bottom: 0;
}

.accordion_menu>dt span::after {
    content: "\f13a";
    font-family: fontawesome;
    font-size: 1.2rem;
    width: 1em;
    height: 1em;
    text-align: center;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
}

.accordion_menu>dt.active span::after {
    content: "\f139";
}

.accordion_menu>dt span strong {
    display: inline-block;
    font-size: 1.2em;
    vertical-align: baseline;
    line-height: 1em;
    margin-left: 0.1em;
}

.accordion_menu>dt .caution {
    display: inline-block;
    background: #fff099;
    color: #111;
    line-height: 1.6em;
    height: 1.6em;
    padding: 0 0.6em;
    position: absolute;
    right: 4em;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0.2em;
}

/* アコーディオン内容 */
.plans_table .pc_table {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: collapse;
}

.plans_table .pc_table tr th,
.plans_table .pc_table tr td {
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    line-height: 1.3em;
    vertical-align: middle;
}

.plans_table h4 {
    color: #126234;
    font-size: 1.3rem;
    margin-bottom: 1em;
    padding-top: 0.6em;
    text-align: center;
}

.plans_table .pc_table th {
    background: #126234;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    padding: 1rem 0.5rem;
}

/* プラン内容から */
.plans_table .pc_table tr:nth-child(odd) {
    background: #eeece7;
}

.plans_table .pc_table .th_inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    font-size: inherit;
    padding: 0;
    padding: 0.5em;
}

.plans_table .pc_table .th_inner .rcbox {
    color: #fff;
    font-size: 0.8rem;
    width: 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: stretch;
    text-align: center;
    font-weight: 500;
    flex-wrap: nowrap;
}

.plans_table .pc_table .th_inner .rbox,
.plans_table .pc_table .th_inner .cbox {
    background: rgba(134, 106, 88, 0.8);
    font-size: 0.8rem;
    color: #fff;
    border-radius: 0.3em;
}

.plans_table .pc_table .th_inner div {
    /* width: calc(100% - 5em); */
    font-size: inherit;
    padding: 0.5em;
    font-weight: 900;
}

.plans_table .pc_table tr td small {
    display: block;
    font-size: 0.6rem;
    line-height: 1.5em;
    margin-top: 0.4em;
    font-weight: 600;
}

.plans_table .pc_table .th_inner small {
    font-size: 0.7rem;
}

.plans_table .pc_table tr:not(:first-child) td:not(:first-child),
.plans_table .pc_table tr.sub_row td {
    vertical-align: middle;
    text-align: center;
    font-size: 0.85rem;
    padding: 0.2rem;
}

.plan_name {
    border-left: 2px solid transparent;
    font-weight: 700;
    font-size: 0.85em !important;
    text-align: left !important;
}

.plans_table .pc_table tr.sub_row_white td {
    background: #fff !important;
    border-top: 1px dashed #ccc;
}

.plans_table .pc_table tr.sub_row td {
    background: #eeece7;
    border-top: 1px dashed #ccc;
}

.plans_table .pc_table tr td hr {
    border: 0;
    border-top: 1px dashed #bbb;
    margin: 0.5em 0;
}

.plans_table .keikou {
    display: inline-block;
    font-size: 1.25em;
    font-weight: 900;
    background: #fff099;
    margin-top: 0.2em;
    letter-spacing: 0.05em;
}

/* 合計系 */
.plans_table .pc_table th>div {
    padding: 0.5em;
    font-size: inherit;
}

.plans_table .pc_table tr.special_price_row td {
    background: #fffcd8;
}

.plans_table .pc_table tr.tax_price_row td {
    background: #fffabd;
}

/* normal_price_row */
.normal_price_row td div {
    vertical-align: middle;
    font-weight: 900;
    font-size: 0.85rem;
    padding: 0.8rem 1rem;
}

.normal_price {
    position: relative;
    /* 基準点を設定 */
    display: inline-block;
    /* インライン要素の高さを維持 */
}

.normal_price::before {
    content: "";
    position: absolute;
    background-image: url('/images/shohin/batten.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1.5rem;
    left: 0;
    top: 50%;
    /* 親要素の中央に */
    transform: translateY(-50%);
    /* 縦方向の中央配置 */
}

.normal_price::after {
    content: "";
    position: absolute;
    background-image: url('/images/shohin/yajirushi.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1.2rem;
}

.normal_price_row td div {
    vertical-align: middle;
    font-weight: 900;
    font-size: 0.85rem;
    padding: 0.8rem 1rem;
}

/* special_price_row */
.special_price_row td div {
    vertical-align: middle;
    font-weight: 900;
    font-size: 1rem;
    padding: 1rem;
}

.special_price_row td div {
    vertical-align: middle;
    font-weight: 900;
    font-size: 1rem;
    padding: 1rem;
}

span.special_price {
    font-weight: 900;
    font-size: 1.1rem;
    color: #e03651;
}

/* tax_price_row */
.tax_price_row td div {
    vertical-align: middle;
    font-weight: 900;
    font-size: 0.85rem;
    padding: 0.8rem 1rem;
}

/* 高反響 */


/* カート */
tr.cart_row {
    background: #fff !important;
}

tr.cart_row td {
    vertical-align: top !important;
}

.plans_table .pc_table tr.cart_row td:first-child {
    vertical-align: top;
    padding-top: 1em;
    padding-left: 1em;
    font-weight: 900;
    font-size: 0.85rem;
}

.cart,
.cart_nohover {
    margin: 0.5rem 0;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    cursor: default;
    padding: 0.4em 0.5em;
    box-sizing: border-box;
    background: #006fdb;
    color: #fff;
    font-size: 0.85em;
    font-weight: 900;
    border-radius: 0.2em;
}

.cart:hover {
    opacity: 0.7;
}

.cart:disabled {
    background: #888;
    overflow: hidden;
}

.cart_nohover:before {
    content: "\f07a";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 0.1em;
}

/* カート吹き出し */
.plans_table .option_desc {
    width: 98%;
    margin: 0 auto 1em;
    font-size: 0.75em;
    text-align: left;
    box-sizing: border-box;
    background: #ffdcd7;
    padding: 0.8em;
    margin-top: 1em;
    position: relative;
    line-height: 1.6em;
}

.plans_table .option_desc::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1em solid #ffdcd7;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -0.8em;
}

.plans_table .option_desc strong {
    font-weight: 900;
}

/* plan注意書き */
.plan_caution {
    display: block;
    padding: 1rem 0;
    font-size: 0.7rem;
    line-height: 1.4em;
}

/* E_EXプラン */
.accordion_menu>dt.menu2 span::before {
    background-image: url('/images/shohin/kouhankyou.svg');
}

/* web限定プラン */
.plan__web-inner-headline-notes {
    text-align: center;
    margin-bottom: 1em;
}

.plan__web-inner-headline-notes strong {
    background: #fff099;
}

/* finally */
.for_failer {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 2em;
    line-height: 1.6em;
    color: #e51e3f;
    padding: 1em;
    border: 0.1em dashed #e51e3f;
    font-weight: 900;
    border-radius: 0.2em;
    margin-bottom: 4rem;
}

.for_failer a {
    font-size: 1.1em;
    color: #3480b9;
    text-decoration: none;
}


@media screen and (max-width:1024px) {

    .headline__circle-logo {
        left: 0;
        top: 0;
    }

    .headline__title-logo {
        width: 85%;
    }

    .to_dr {
        font-size: 0.8rem;
    }

    #link_dr span {
        font-size: 1rem;
    }

    #dh_headline {
        overflow: hidden;
    }

    .smp_dh_headline {
        margin-left: 50%;
        transform: translateX(-50%);
        width: 32em;
        max-width: inherit;
        margin-bottom: -2em;
    }

    .smp_dh_headline_point {
        margin-bottom: 1em;
    }

    .smp_dh_rate {
        width: 27em;
        max-width: inherit;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #introduction h2 {
        font-size: 1.7rem;
        line-height: 1.4em;
        margin-bottom: 0.7em;
        font-weight: 900;
    }

    #introduction .senryaku {
        font-size: 1.3em;
        padding-bottom: 0;
        font-weight: 900;
    }

    .section_inner {
        width: 100%;
    }

    #voice .voices_wrapper {
        display: block;
    }

    #voice .voices_wrapper>dl {
        width: 100%;
        margin: 0 auto 1.5rem;
        padding: 0 0 1.5rem;
        border-bottom: 1px dashed #333;
    }

    #voice .voices_wrapper>dl dt .jisseki {
        font-size: 0.9em;
    }

    #voice .voices_wrapper>dl dt .info,
    #voice .voices_wrapper>dl dt .info>* {
        display: block;
    }

    #voice .voices_wrapper>dl dt .info em.clinic {
        margin-bottom: 0.5em;
    }

    #voice .voices_wrapper>dl dt .info span.person {
        font-size: 0.95rem;
    }

    #voice .voices_wrapper>dl dt .info span.person small {
        display: inline-block;
        margin-right: 0.3em;
    }

    #voice .voices_wrapper>dl dt .info .clinic {
        display: block;
        min-height: 0;
    }

  
    #voice .voices_wrapper > dl .jisseki small {
        font-size: 3.25vw;
    }


    main.flex-grow.product-top {
        border-bottom: 1px solid #e5e7eb;
    }

    section#whats {
        padding: 3em 0.7em;
    }

    section#introduction,
    section#credibility,
    section#scenario,
    section#plansExplanation,
    section#finally,
    section#plansDetaile {
        margin: 0 0.7em;
    }

    .scenario_header h2 big strong {
        font-size: 1.6rem;
    }

    .swiper-container {
        width: auto;
    }

    /* whats */
    #whats .inner .second {
        padding-top: 1em;
    }

    .whats_reasons--wrapper {
        display: flex;
        flex-direction: column;
        font-size: 4vw;
        gap: 3em;
    }

    

    /* Points */
    #points .list {
        width: 94%;
        margin: 0 auto;
    }

    .star-number {
        padding-left: 0.5em;
    }

    .star-number::before {
        left: 0.8em;

    }

    #options {
        padding: 0 1em;
        padding-top: 2em;
    }

    /* 吹き出し */
    #options .flex>div:nth-child(1) h4 img {
        left: -3em;
    }

    #options .flex>div:nth-child(2) h4 img {
        left: 7em;
    }

    #options .flex>div h4 img {
        width: 3em;
        top: -2.5em;
    }

    #options .option__section-headline {
        max-width: 80vw;
    }

    .option__inner-wrapper {
        flex-direction: column;
    }

    #options .option__wrapper {
        padding-top: 2em;
        padding-bottom: 2em;
    }


    /* プラン表記 */
    .accordion_menu>dt span {
        justify-content: center;
        padding: 1rem 1rem 1rem 4rem;
        line-height: 1.3em;
        position: relative;
    }

    .accordion_menu>dt span::before {
        content: "\f107";
        /* FontAwesomeの矢印アイコン */
        font-family: FontAwesome;
        font-size: 1.5rem;
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .accordion_menu>dt span strong {
        display: block;
        margin-top: 0.2em;
        margin-left: 1rem;
        /* アイコンとテキストの間隔調整 */
    }

    .accordion_menu>dt .caution {
        position: static;
        margin-top: 0.3em;
    }

    .accordion_menu>dt span small {
        display: block;
        margin-left: 0;
    }

    /* プランメニュー */
    .plans_table .smp_table .menulist {
        display: flex;
        flex-wrap: nowrap;
        border-left: 1px solid #126234;
    }

    .plans_table .smp_table .menulist li {
        color: #126234;
        background: #f4f2eb;
        text-align: center;
        font-weight: 900;
        font-size: 1.5rem;
        line-height: 1em;
        padding: 0.6em 0;
        flex: 1;
        border: 1px solid #126234;
        border-left: 0;
    }

    .plans_table .smp_table .menulist li.active {
        background: #126234;
        color: #fff;
    }

    .smp_table hr {
        margin: 1rem 0;
    }

    /* プラン詳細 */
    .smp_table dd {
        display: block !important;
        font-size: 3.5vw;
    }

    .detaillist dt {
        background: #fff;
    }

    .detaillist li {
        display: none;
    }

    .detaillist li.active {
        display: block;
    }

    .plans_table .smp_table .detaillist {
        text-align: center;
    }

    .plans_table .smp_table .detaillist li {
        border: 1px solid #126234;
        border-top: 0;
        padding: 0.6rem;
    }

    .plans_table .smp_table .detaillist li dl {
        padding: 1rem 0;
        /* border 0; */
    }

    .plans_table .smp_table .detaillist li dl dt:first-of-type {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }

    .plans_table .smp_table .detaillist li dl dt {
        font-weight: 900;
        font-size: 1.1rem;
        line-height: 1.4em;
        border: 0;
        border-top: 1px dashed #444;
        margin-top: 1rem;
        padding-top: 1rem;
        margin-bottom: 0.7rem;
    }

    .plans_table .smp_table .detaillist li dl dt span {
        display: block;
        font-weight: 400;
        margin-bottom: 0.4em;
    }

    .plans_table .smp_table .detaillist li dl dt small,
    .plans_table .smp_table .detaillist li dl dd small {
        display: block;
        font-size: 0.8em;
        line-height: 1.4em;
        margin-top: 0.6em;
    }

    .plans_table .smp_table .detaillist li dl dt span em {
        display: inline-block;
        font-size: 0.85rem;
        line-height: 1em;
        padding: 0.4em 1em;
        margin: 0 0.2em;
        color: #fff;
        background: #126234;
        font-style: normal;
    }

    .plans_table .smp_table .detaillist li dl dt small {
        font-weight: 400 !important;
    }

    .plans_table .smp_table .detaillist li dl dt small,
    .plans_table .smp_table .detaillist li dl dd small {
        display: block;
        /* font-size: 0.8em; */
        font-size: 3.4vw;
        line-height: 1.4em;
        margin-top: 0.6em;
    }

    /* 金額 */
    span.normal_price {
        font-size: 1em;
    }

    span.special_price {
        font-size: 1.1em;
    }
    dd.subtitle.black {
        font-size: 1.3em;
    }

    .scenario_header h2 {
        font-size: 4.5vw;
    }
    
    #scenario dl dt>i {
        font-size: 1.1em;
    
    }
    
    #scenario dl dt>strong {
        font-size: 2.5em;
    }
    
    #scenario dt.noto.black {
        line-height: 1.8em;
    }    

}

@media (max-width: 768px) {

    #scenario dl dt>strong {
        font-size: 8vw;
        line-height: 1em;
    }

    #scenario dl dt>i {
        font-size: 3.8vw;
    }

    #scenario dt.noto.black {
        line-height: inherit;
    }    

    .scenario_header {
        padding-top: 2em;
        padding-bottom: 2em;   
    }
    
    .scenario_header::after {
        font-size: 0.7em;
    }


    #voice .voices_wrapper>dl .jisseki {
        font-size: 4vw;
    }
    
    /* 金額 */
    span.normal_price {
        margin-top: -1em;
        font-size: 1.5em;
        font-weight: 500;
    }

    span.special_price {
        font-size: 1.8em;
    }
}

@media (max-width: 425px) {
    .to-plans-product {
        font-size: 4.5vw;
    }
}