/* General Styles */
.main {
    position: relative;
    padding-bottom: 80px;
}

.main:after {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

/* Subscription Styles */
.subscription {
    margin-top: 36px;
    position: relative;
    z-index: 1;
}

.subscription_dot_bg {
    position: absolute;
    top: 116px;
    left: 0;
    width: 100%;
    height: 464px;
}

.subscription_green_top_box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.subscription_content {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
}

.subscription_content_inner {
    position: relative;
    padding: 0 40px 108px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.subscription_tab_list {
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: space-between; */
    padding: 0;
    margin: 0;
    list-style: none;
}

.subscription_tab_list li {
    flex: 1 1 calc(33.33% - 10px);
    margin-right: 20px;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.subscription_tab_list li:last-child {
    margin-right: 0;
}

.subscription_tab_list li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 100%;
    background-color: rgba(240, 240, 240, 0.2);
    box-sizing: border-box;
    transition: border-width 0.3s, border-color 0.3s, background-color 0.3s;
}

.subscription_tab_list li.subscription_tab_list_on::after {
    background-color: rgba(255, 105, 180, 0.5);
}

.subscription_tab_list_radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 24px auto 0;
    box-sizing: border-box;
    transition: border-width 0.3s, border-color 0.3s;
}

.subscription_tab_list li.subscription_tab_list_on .subscription_tab_list_radio {
    border: 6px solid #2196f3;
}

.subscription_tab_list li .subscription_tab_list_txt_small {
    font-size: 20px;
}

.subscription_tab_list p {
    line-height: 1.5;
}

.subscription_tab_list_ttl {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 56px;
}

.subscription_tab_list_txt {
    font-size: 20px;
    margin-top: 46px;
    text-align: center;
}

.subscription_tab_list_img_box {
    width: 236px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 23px;
}

.subscription_tab_list_img_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.subscription_time_limit_txt {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 40px;
}

.subscription_time_limit_txt2 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 40px;
}

.tab_content {
    display: none;
}

.tab_content.subscription_content_show {
    display: block;
}

@media (max-width: 750px) {
    .main {
        padding-bottom: 10.66vw;
    }

    .main:after {
        height: 38.533vw;
    }

    .subscription {
        margin-top: 8vw;
    }

    .subscription_content {
        margin-top: 5.33vw;
    }

    .subscription_dot_bg {
        top: 15.466vw;
        height: 101.066vw;
    }

    .subscription_content_inner {
        padding: 0 3.2vw 10.666vw;
        border-bottom-left-radius: 1.066vw;
        border-bottom-right-radius: 1.066vw;
    }

    .subscription_tab_list {
        display: block;
        margin-top: 8vw;
        padding-bottom: 5.333vw;
    }

    .subscription_tab_list li {
        width: 89.33vw;
        /* padding: 6.4vw 5.066vw; */
        font-size: 3.2vw;
        line-height: 1.75;
        margin: 0 auto;
    }

    .subscription_tab_list li .subscription_tab_list_txt_small {
        font-size: 3.2vw;
    }

    .subscription_time_limit_txt {
        font-size: 3.733vw;
        padding-bottom: 5.3333vw;
        border-bottom: 0.2666vw solid #ccc;
    }

    .subscription_tab_list_img_box {
        width: 100%;
        height: 42.66vw;
        margin: 0 auto 3.066vw;
    }

    .subscription_tab_list_ttl {
        font-size: 5.333vw;
        margin-top: 8vw;
    }

    .subscription_tab_list_radio {
        width: 3.2vw;
        height: 3.2vw;
        border: 0.266vw solid #ccc;
        margin: 3.2vw auto 0;
    }

    .subscription_tab_list li.subscription_tab_list_on .subscription_tab_list_radio {
        border: 0.8vw solid #2196f3;
    }

    .subscription_tab_list li:hover:after {
        border-width: 6px;
    }
}

/* section_list */
.section_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section_list li {
    width: 410px;
    text-align: center;
}

.section_list li:not(:first-child) {
    margin-left: 232px;
}

.section_list li:nth-child(2n) {
    padding-left: 116px;
    border-left: 1px solid #ccc;
    margin-left: 116px;
}

.no_center_line li:nth-child(2n) {
    padding-left: 0;
    border-left: none;
    margin-left: 232px;
}

@media (max-width: 750px) {
    .section_list li {
        width: 41.6vw;
    }

    .section_list li:not(:first-child) {
        margin-left: 6.1333vw;
    }

    .section_list li:nth-child(2n) {
        padding-left: 2.93vw;
        border-left: 0.27vw solid #ccc;
        margin-left: 2.93vw;
    }

    .no_center_line li:nth-child(2n) {
        padding-left: 0;
        border-left: none;
        margin-left: 6.1333vw;
    }
}

/* subscription_section_ttl */
.subscription_section_ttl {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    padding: 16px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: 0.14em;
}

.subscription_section_ttl_lineheight {
    line-height: 1.35;
}

.subscription_section_ttl sup {
    font-size: 20px;
}

.subscription_section_ttl .subscription_section_ttl_sub {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
}

@media (max-width: 750px) {
    .subscription_section_ttl {
        font-size: 5.333vw;
        padding: 2.1333vw 0;
        border-top: 0.26666vw solid #ccc;
        border-bottom: 0.26666vw solid #ccc;
        margin-bottom: 4.66666vw;
    }

    .subscription_section_ttl sup {
        font-size: 2.666vw;
    }

    .subscription_section_ttl .subscription_section_ttl_sub {
        font-size: 4vw;
    }
}

/* course */
.course {
    margin: 35px 0 78px;
}

.course_txt {
    font-size: 28px;
    line-height: 1.357;
    font-weight: 700;
    color: #ff0261;
    margin-bottom: 35px;
}

.course_name {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 38px;
}

.course_name_small {
    font-size: 34px;
    vertical-align: middle;
}

.course_btn_box {
    height: 72px;
    width: 410px;
    line-height: 0;
}

.course_btn_center_box {
    margin: 0 auto;
}

.course_btn {
    display: block;
    line-height: 1;
    height: 72px;
    width: 408px;
    border-radius: 12px;
    border: 2px solid #000;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 4px 11.04px 0.96px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    font: inherit;
}

.course_btn_txt_wrap {
    height: 64px;
    line-height: 64px;
    width: calc(100% - 4px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-right: 30px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    transition: color 0.3s;
    overflow: hidden;
}

.course_btn_txt_wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(253, 66, 132);
    background: -moz-linear-gradient(top, rgba(253, 66, 132, 1) 0%, rgba(255, 0, 96, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(253, 66, 132, 1) 0%, rgba(255, 0, 96, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 66, 132, 1) 0%, rgba(255, 0, 96, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4284', endColorstr='#ff0060', GradientType=0);
    transition: opacity 0.3s;
}

.course_btn_txt_wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgb(249, 248, 248);
    background: -moz-linear-gradient(top, rgba(249, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(249, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f8f8', endColorstr='#efefef', GradientType=0);
    opacity: 0;
    transition: opacity 0.3s;
}

.course_btn_txt {
    position: relative;
    z-index: 3;
}

.course_btn_txt_arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 13px solid #fff;
    border-right: 13px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    z-index: 3;
    margin: auto 0;
    transition: border-left 0.3s;
}

@media (min-width: 751px) {
    .course_btn:hover .course_btn_txt_wrap {
        color: #ff0261;
    }

    .course_btn:hover .course_btn_txt_wrap:before {
        opacity: 0;
    }

    .course_btn:hover .course_btn_txt_wrap:after {
        opacity: 1;
    }

    .course_btn:hover .course_btn_txt_arrow {
        border-left: 13px solid #ff0261;
    }
}

.course_btn_gift {
    width: 100%;
    height: 44px;
    display: block;
    position: relative;
    margin-top: 40px;
    font: inherit;
    cursor: pointer;
}

.course_btn_gift .btn_ellipse_pink_txt {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}

.course_btn_gift .btn_ellipse_pink_txt span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 24px;
}

.course_btn_gift sup {
    font-size: 10px;
}

@media (max-width: 750px) {
    .course {
        margin: 4.666vw 0 10.666vw;
    }

    .course_txt {
        font-size: 3.733vw;
        margin-bottom: 4vw;
    }

    .course_name {
        font-size: 7.4666vw;
        line-height: 1.1785;
        margin-bottom: 5.2vw;
    }

    .course_name_small {
        font-size: 4.5333vw;
    }

    .course_btn_box {
        height: 16vw;
        width: 41.6vw;
    }

    .course_btn {
        height: 16vw;
        width: 41.6vw;
        border-radius: 3.2vw;
        border: 0.5333vw solid #000;
        box-shadow: 0px 0.533vw 1.472vw 0.128vw rgba(0, 0, 0, 0.4);
    }

    .course_btn_txt_wrap {
        height: 13.86vw;
        line-height: 1.3125;
        padding: 1.466vw 0;
        width: calc(100% - 1.0666vw);
        font-size: 4.2666vw;
        padding-right: 3.86666vw;
        border-radius: 2.133vw;
    }

    .course_btn_txt_arrow {
        border-top: 1.4666vw solid transparent;
        border-left: 2.4vw solid #fff;
        border-right: 2.4vw solid transparent;
        border-bottom: 1.4666vw solid transparent;
        right: -0.2666vw;
    }

    .course_btn_gift {
        height: 16.8vw;
        margin-top: 5.3333vw;
        border-radius: 10.666vw;
    }

    .course_btn_gift .btn_ellipse_pink_txt {
        height: 14.4vw;
        line-height: 1;
        padding: 2.6666vw 0 1.9666vw;
        box-sizing: border-box;
        font-size: 3.2vw;
        border-radius: 10.666vw;
    }

    .course_btn_gift .btn_ellipse_pink_txt span {
        line-height: 1.5833;
    }

    .course_btn_gift sup {
        font-size: 1.6vw;
    }
}

/* price */
.price {
    margin-bottom: 80px;
}

.price_txt1 {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.price_txt2 {
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    text-decoration: line-through;
    margin-top: 18px;
}

.price_txt3 {
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    margin-top: 24px;
}

.price_txt3 .price_txt_red {
    font-size: 36px;
}

.price_txt4 {
    font-size: 48px;
    line-height: 1;
    font-weight: 500;
    margin-top: 32px;
}

.price_txt_arrow {
    width: 4px;
    background-color: #808080;
    height: 56px;
    position: relative;
    margin: 20px auto 0;
}

.price_txt_arrow:before,
.price_txt_arrow:after {
    content: '';
    display: block;
    height: 4px;
    width: 20px;
    background-color: #808080;
    position: absolute;
    bottom: -3px;
}

.price_txt_arrow:before {
    left: 1px;
    transform: rotate(-45deg);
    transform-origin: left center;
}

.price_txt_arrow:after {
    right: 1px;
    transform: rotate(45deg);
    transform-origin: right center;
}

.price_txt_red {
    color: #f00;
    font-weight: 700;
}

@media (max-width: 750px) {
    .price {
        margin-bottom: 10.666vw;
    }

    .price_txt1 {
        font-size: 3.2vw;
    }

    .price_txt2 {
        font-size: 4.2666vw;
        margin-top: 2.933vw;
    }

    .price_txt3 {
        font-size: 3.7333vw;
        margin-top: 3.7333vw;
    }

    .price_txt3 .price_txt_red {
        font-size: 4.2666vw;
    }

    .price_txt4 {
        font-size: 6.4vw;
        margin-top: 3.866vw;
    }

    .price_txt_arrow {
        width: 0.533vw;
        height: 7.4666vw;
        margin: 2.933vw auto 0;
    }

    .price_txt_arrow:before,
    .price_txt_arrow:after {
        height: 0.533vw;
        width: 2.666vw;
        bottom: -0.4vw;
    }

    .price_txt_arrow:before {
        left: 0.1333vw;
    }

    .price_txt_arrow:after {
        right: 0.1333vw;
    }
}

/* appendix */
.appendix {
    margin-bottom: 80px;
    text-align: center;
}

.appendix img {
    width: 320px;
}

.appendix_txt {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    text-align: left;
    width: 600px;
    margin: 40px auto 0;
}

@media (max-width: 750px) {
    .appendix {
        margin-bottom: 10.666vw;
    }

    .appendix img {
        width: 100%;
    }

    .appendix_txt {
        font-size: 3.7333vw;
        width: 100%;
    }
}

/* benefits */
.benefits {
    margin-bottom: 80px;
}

.benefits .section_list li {
    line-height: 0;
}

.benefits .section_list li:not(:first-child) {
    margin-left: 0;
}

.benefits .section_list li:nth-child(even) {
    margin-left: 116px;
}

.benefits .section_list li:nth-child(n + 3) {
    padding-top: 24px;
}

.benefits .section_list li img {
    width: 320px;
}

.benefits_txt {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
    margin: 40px auto 0;
}

@media (max-width: 750px) {
    .benefits {
        margin-bottom: 10.666vw;
    }

    .benefits .section_list li:not(:first-child) {
        margin-left: 0;
    }

    .benefits .section_list li:nth-child(even) {
        margin-left: 2.93vw;
    }

    .benefits .section_list li:nth-child(n + 3) {
        padding-top: 3.2vw;
    }

    .benefits .section_list li img {
        width: 41.6vw;
    }

    .benefits_txt {
        font-size: 3.7333vw;
        text-align: left;
    }
}

/* point */
.point {
    margin-bottom: 80px;
}

.point_txt1 {
    font-size: 28px;
    line-height: 500;
    line-height: 1;
    margin-bottom: 23px;
}

.point_txt1 sup {
    font-size: 14px;
}

.point_txt2 {
    color: #f00;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
}

.point_admin_txt {
    font-size: 16px;
    line-height: 1.3;
}

.point_admin_txt_m {
    font-size: 20px;
}

.point_admin_txt_l {
    font-size: 40px;
}

@media (max-width: 750px) {
    .point {
        margin-bottom: 10.666vw;
    }

    .point_txt1 {
        font-size: 4.26666vw;
        margin-bottom: 1.6vw;
    }

    .point_txt1 sup {
        font-size: 2.1333vw;
    }

    .point_txt2 {
        font-size: 5.3333vw;
        line-height: 1.4;
    }

    .point_admin_txt {
        font-size: 3.733vw;
    }

    .point_admin_txt_m {
        font-size: 5.333vw;
    }

    .point_admin_txt_l {
        font-size: 7.4666vw;
    }
}

/* payment */
.payment {
    margin-bottom: 80px;
}

.payment_list_txt {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
}

@media (max-width: 750px) {
    .payment {
        margin-bottom: 10.666vw;
    }

    .payment_list_txt {
        font-size: 3.733vw;
    }
}

.subscription_content_show {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
}

/* gift */
.gift {
    margin-bottom: 80px;
}

.gift_txt {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    width: 600px;
    margin: 0 auto 30px;
}

.gift_box {
    padding: 40px 70px;
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #ff0261;
}

.gift_box_ttl {
    font-size: 32px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin-bottom: 40px;
}

.gift .course_btn_gift {
    margin: 40px auto 0;
    height: 68px;
    width: 410px;
}

.gift .course_btn_gift .btn_ellipse_pink_txt {
    font-size: 28px;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    color: #ff0261;
    padding-right: 28px;
}

.gift .course_btn_gift .btn_ellipse_pink_txt span {
    line-height: 56px;
}

.gift .course_btn_gift .pink_arrow:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto 0;
}

@media (min-width: 751px) {
    .gift .course_btn_gift:hover .btn_ellipse_pink_txt {
        color: #fff;
    }
}

@media (max-width: 750px) {
    .gift {
        margin-bottom: 10.666vw;
    }

    .gift_txt {
        font-size: 3.733vw;
        width: 100%;
        margin: 0 auto 4.4vw;
    }

    .gift_box {
        padding: 5.3333vw 2.666vw;
        border: 0.533vw solid #ff0261;
    }

    .gift_box_ttl {
        font-size: 4.8vw;
        letter-spacing: 0;
        margin-bottom: 5.333vw;
    }

    .gift .section_list li {
        width: 38.4vw;
    }

    .gift .course_btn_gift {
        height: 16vw;
        border-radius: 100px;
        width: 74.66vw;
        margin: 6.66vw auto 0;
    }

    .gift .course_btn_gift .btn_ellipse_pink_txt {
        font-size: 4.266vw;
        height: 13.6vw;
        border-radius: 100px;
        padding: 1.1666vw 3.866vw 1.9666vw 0;
        line-height: 1;
    }

    .gift .course_btn_gift .pink_arrow:after {
        right: -0.666vw;
    }

    .gift .course_btn_gift .btn_ellipse_pink_txt span {
        line-height: 1.3125;
    }
}

/* introduction */
.introduction {
    margin-bottom: 80px;
}

.introduction_txt {
    font-size: 20px;
    line-height: 1.7;
    width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

@media (max-width: 750px) {
    .introduction {
        margin-bottom: 10.666vw;
    }

    .introduction_txt {
        font-size: 3.7333vw;
        width: 100%;
    }
}

/* introduction */
.cancellation_stop {
    margin-bottom: 80px;
}

.cancellation_stop_txt {
    font-size: 20px;
    line-height: 1.7;
    width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

.cancellation_stop_link {
    color: #1a0dab;
    text-decoration: underline;
}

@media (max-width: 750px) {
    .cancellation_stop {
        margin-bottom: 10.666vw;
        word-break: break-all;
    }

    .cancellation_stop_txt {
        font-size: 3.7333vw;
        width: 100%;
    }
}

/* three_book_course */
.three_book_course {
    margin-top: 72px;
}

.three_book_course_btn {
    width: 579px;
    height: 80px;
    display: block;
    position: relative;
    margin: 0 auto 13px;
    cursor: pointer;
}

.three_book_course_btn .btn_square_txt {
    height: 68px;
    line-height: 68px;
    font-size: 28px;
    font-weight: 700;
}

.three_book_course_btn .green_arrow:after {
    top: -8px;
    right: 26px;
    transform: rotate(90deg);
    transform-origin: left center;
}

.three_book_course_btn.three_book_course_content_open .green_arrow:after {
    top: 13px;
    transform: rotate(-90deg);
}

.three_book_course_content {
    padding: 40px;
    display: none;
}

.section_list .section_list_maxwidth {
    width: 100%;
}

.three_book_course_benefits_txt {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 750px) {
    .three_book_course {
        margin-top: 10.666vw;
    }

    .three_book_course_btn {
        width: 100%;
        height: 12.266vw;
        margin: 0 auto 3.2vw;
    }

    .three_book_course_btn .btn_square_txt {
        height: 9.0666vw;
        line-height: 8.9666vw;
        font-size: 4.266vw;
    }

    .three_book_course_btn .green_arrow:after {
        top: -2.133vw;
        right: 0.8vw;
    }

    .three_book_course_btn.three_book_course_content_open .green_arrow:after {
        top: 2.133vw;
    }

    .three_book_course_content {
        padding: 7.3333vw 3.2vw 10.666vw;
    }

    .three_book_course .course {
        margin: 0 0 10.666vw;
    }

    .three_book_course .section_list li {
        width: 62.9333vw;
    }

    .three_book_course .course_btn_txt_wrap {
        padding: 0;
        line-height: 8.433vw;
        height: 8.533vw;
        padding-right: 3.733vw;
    }

    .three_book_course .course_btn_box {
        width: 62.9333vw;
        height: 10.666vw;
    }

    .three_book_course .course_btn {
        width: 62.9333vw;
        height: 10.666vw;
    }

    .three_book_course_benefits_txt {
        font-size: 3.7333vw;
    }
}

/* system */
.system {
    margin-top: 40px;
}

.system_fukidashi_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.system_fukidashi {
    width: 467px;
    height: 176px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 26px 8px 0;
    box-sizing: border-box;
    background: url(../../images/subscription/system_fukidashi.svg) no-repeat bottom center / contain;
}

.system_fukidashi_txt {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.system_fukidashi_person {
    width: 144px;
}

.system_box {
    margin-top: 30px;
    border-radius: 8px;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}

.system_ttl_sub {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-align: center;
    font-weight: 700;
}

.system_ttl {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-align: center;
    font-weight: 700;
    margin-top: 22px;
}

.system_content {
    padding-top: 36px;
    margin-top: 32px;
    border-top: 2px solid #e7e7e7;
}

.system_content_gift_txt {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-align: center;
    font-weight: 700;
}

.system_content_gift_txt_sub {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-top: 15px;
}

.system_check_list {
    padding-left: 220px;
}

.system_check_list li {
    color: #ff0161;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.14em;
    padding: 4px 0 0 58px;
    background: url(../../images/subscription/system_check.png) no-repeat bottom left / auto 100%;
}

.system_check_list li+li {
    margin-top: 24px;
}

.system_txt {
    line-height: 1.5;
    font-size: 20px;
    margin-top: 35px;
}

.system_txt_bold {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    color: #000;
    text-decoration: none;
}

a.system_txt_bold::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 14px solid #a9c447;
    border-bottom: 9px solid transparent;
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translate(0, -50%);
}

@media (max-width: 750px) {
    .system {
        margin-top: 5.333vw;
    }

    .system_fukidashi_wrap {
        display: block;
    }

    .system_fukidashi {
        width: 64.66vw;
        height: 32.533vw;
        padding: 0 0 6.6vw;
        margin: 0 auto;
        background: url(../../images/subscription/system_fukidashi_sp.svg) no-repeat bottom center / contain;
    }

    .system_fukidashi_txt {
        font-size: 3.2vw;
    }

    .system_fukidashi_person {
        width: 21.33vw;
        margin: -6vw auto 0;
        display: block;
    }

    .system_box {
        margin-top: 5.33vw;
        border-radius: 1.066vw;
        padding: 5.33vw 3.2vw;
    }

    .system_ttl_sub {
        font-size: 4.266vw;
    }

    .system_ttl {
        font-size: 5.33vw;
        margin-top: 2.933vw;
    }

    .system_content {
        padding-top: 4.8vw;
        margin-top: 3.733vw;
        border-top: 1px solid #e7e7e7;
    }

    .system_content_gift_txt {
        font-size: 4.266vw;
        line-height: 1.5;
    }

    .system_content_gift_txt_sub {
        font-size: 4vw;
        line-height: 1.5;
        margin-top: 3.2vw;
        letter-spacing: -0.05em;
        text-align: left;
    }

    .system_check_list {
        padding-left: 8vw;
    }

    .system_check_list li {
        font-size: 5.33vw;
        padding: 0 0 0 7.733vw;
        background: url(../../images/subscription/system_check.png) no-repeat top left / 5.33vw auto;
        line-height: 1.4;
    }

    .system_check_list li+li {
        margin-top: 2vw;
    }

    .system_txt {
        font-size: 4vw;
        margin-top: 3.2vw;
    }

    .system_txt_bold {
        font-size: 4.8vw;
    }

    a.system_txt_bold::after {
        border-top: 1.466vw solid transparent;
        border-left: 2.533vw solid #a9c447;
        border-bottom: 1.466vw solid transparent;
        right: -5.33vw;
    }
}

/* important */
.important {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 40px;
}

.important_link_txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 40px;
}

.important_link_txt a {
    color: #1a0dab;
    text-decoration: underline;
}

.important_indent {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

.important_point {
    padding: 40px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.important_point_ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 27px;
    letter-spacing: 0.14em;
}

.important_point_txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

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

.important_link_list+.important_link_list {
    margin-top: 17px;
}

.important_link_list li+li {
    margin-left: 44px;
}

.important_link_list a {
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    line-height: 1;
    color: #000;
    text-decoration: none;
}

.important_link_list .green_arrow:after {
    position: absolute;
    top: 3px;
    left: 0;
}

@media (max-width: 750px) {
    .important {
        padding: 5.333vw 3.2vw;
        border-radius: 1.066vw;
        margin-top: 10.666vw;
    }

    .important_link_txt {
        font-size: 3.7333vw;
        padding-bottom: 5.333vw;
    }

    .important_point {
        padding: 5.333vw 0;
        border-top: 0.266vw solid #ccc;
        border-bottom: 0.266vw solid #ccc;
        margin-bottom: 5.333vw;
    }

    .important_point_ttl {
        font-size: 4.8vw;
        margin-bottom: 3.733vw;
    }

    .important_point_txt {
        font-size: 3.733vw;
    }

    .important_link_list {
        display: block;
    }

    .important_link_list+.important_link_list {
        margin-top: 6vw;
    }

    .important_link_list li+li {
        margin: 6vw 0 0;
    }

    .important_link_list a {
        font-size: 3.733vw;
        padding-left: 4.533vw;
    }

    .important_link_list .green_arrow:after {
        position: absolute;
        top: 0.833vw;
        left: 0;
    }
}

.course_btn {
    transition: opacity 0.3s;
}

.course_btn_fixed {
    position: fixed;
    z-index: 50;
    bottom: 83px;
}

.course_btn_fade {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 750px) {
    .course_btn_fixed {
        bottom: 40px;
    }
}

/* three_book_course_pop */
.pop_bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.three_book_course_pop .pop_content_scroll {
    width: 1280px;
    padding: 100px 0;
}

.three_book_course_pop_inner {
    background-color: #fff;
    padding: 80px 0;
    border-radius: 8px;
}

.three_book_course_pop_ttl {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 73px;
}

.three_book_course_pop_txt {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.three_book_course_pop_txt+.three_book_course_pop_txt {
    margin-top: 55px;
}

.three_book_course_pop_txt_red {
    font-size: 48px;
    font-weight: 700;
    color: #f00;
}

.three_book_course_pop .section_list {
    margin-top: 70px;
}

.three_book_course_pop .course_btn {
    width: 410px;
}

.three_book_course_pop .pop_close_btn {
    margin-top: 60px;
}

@media (max-width: 750px) {
    .three_book_course_pop .pop_content_scroll {
        width: 95.733vw;
        padding: 16vw 0;
    }

    .three_book_course_pop_inner {
        padding: 6.9333vw 0 8.5333vw;
        border-radius: 1.0666vw;
    }

    .three_book_course_pop_ttl {
        font-size: 6.4vw;
        line-height: 1.333;
        margin-bottom: 5.333vw;
    }

    .three_book_course_pop_txt {
        font-size: 4.8vw;
        line-height: 1.5416;
    }

    .three_book_course_pop_txt+.three_book_course_pop_txt {
        margin-top: 5.333vw;
    }

    .three_book_course_pop_txt_red {
        font-size: 6.4vw;
    }

    .three_book_course_pop .section_list {
        margin-top: 6.66vw;
    }

    .three_book_course_pop .course_btn {
        width: 41.6vw;
    }

    .three_book_course_pop .pop_close_btn {
        margin-top: 8.533vw;
    }

    .course_btn {
        width: 80%;
    }

    .once {
        padding-bottom: 10.666vw;
        border-bottom: 0.266vw solid #ccc;
        margin-bottom: 5.333vw;
        word-break: break-all;
    }

    .once_txt {
        font-size: 3.7333vw;
        width: 100%;
    }
}

/* once */
.once {
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.once_txt {
    font-size: 20px;
    line-height: 1.7;
    width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

.subscription_system_list {
    list-style: none;
    padding: 0;
}

.subscription_system_item {
    margin-bottom: 20px;
    padding: 5px;
}

.subscription_system_checkbox {
    margin-right: 10px;
}

.subscription_system_strong {
    font-size: 20px;
    color: #d80000;
    line-height: 1.5;
}

.subscription_system_text {
    font-size: 14px;
    color: #333;
    margin: 5px 0;
}

.subscription_system {
    border: 2px solid #f0e68c;
    border-radius: 10px;
}

.radio-button {
    display: block;
    margin-bottom: 10px;
    display: table;
}

.radio-button input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.radio-button label {
    display: table-cell;
    vertical-align: middle;

}

carousel {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.carousel img {
    display: block;
    margin: 0 auto;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.indicator {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.indicator.active {
    background-color: #333;
}

.subscription_content {
    display: flex;
    justify-content: space-between;
}

.subscription_content>div:first-child {
    flex: 0 0 40%;
    box-sizing: border-box;
}

.subscription_content .apply_form {
    flex: 0 0 60%;
    box-sizing: border-box;
    padding: 15px 30px;
}

@media (max-width: 768px) {
    .subscription_content {
        flex-direction: column;
    }

    .subscription_content>div:first-child,
    .subscription_content .apply_form {
        flex: 1 1 100%;
    }
}

.subscription_content img {
    object-fit: cover;
}

.subscription_time_limit_txt2 {
    display: flex;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.subscription_system {
    margin: 20px auto;
    padding: 20px 0px 0px 30px;
    background-color: #fff8dc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 75%;
}

.subscription_system_checkbox {
    display: inline-block;
    width: 20px;
    /* 画像の幅に合わせて調整 */
    height: 20px;
    /* 画像の高さに合わせて調整 */
    background-image: url('../../images/subscription/system_check.png');
    background-size: cover;
    margin-right: 10px;
    cursor: pointer;
    border: none;
    /* デフォルトのチェックボックスのスタイルを削除 */
    appearance: none;
    /* デフォルトのチェックボックスのスタイルを削除 */
}

.subscription_system_title {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    /* color: #d80000; */
    margin-bottom: 10px;
    /* text-align: center; */
}

.subscription_system_list {
    list-style: none;
    padding: 0;
}

.subscription_system_item {
    margin-bottom: 10px;
}

.subscription_system_checkbox {
    margin-right: 5px;
}

.subscription_tab_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.subscription_tab_list li {
    flex: 1;
    margin-right: 10px;
    box-sizing: border-box;
    text-align: center;
}

.subscription_tab_list li:last-child {
    margin-right: 0;
}

@media (max-width: 750px) {
    .subscription_tab_list {
        display: block;
    }

    .subscription_tab_list li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .subscription_tab_list li:last-child {
        margin-bottom: 0;
    }
}

.radio-button {
    display: inline-block;
    margin-right: 10px;
}

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

.radio-button label {
    display: inline-block;
    padding: 10px 40px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 200px;
}

.radio-button input[type="radio"]:checked+label {
    background-color: rgb(255, 105, 180, 0.5);
    border-color: rgb(255, 105, 180, 0.5);
}

.radio-button label:hover {
    background-color: #e0e0e0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}

::marker {
    content: none;
}

.subscription_tab_list li {
    flex: 1 1 calc(33.33% - 10px);
    margin-right: 15px;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
    list-style: none;
}

.subscription_button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 280px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.subscription_button.subscription_tab_list_on {
    background-color: #ff69b4;
    border-color: #ff69b4;
    color: #fff;
}

.subscription_button:hover {
    background-color: #e0e0e0;
}

ul.subscription_tab_list {
    display: flex;
    justify-content: center;
    width: 550px;
    margin: 0 auto;
}

@media (max-width: 750px) {
    ul.subscription_tab_list {
        /* width: 80%; */
        display: contents;
    }
}

.subscription-select {
    background-color: #fff;
    font-feature-settings: "palt";
}

.subscription-select .cont {
    position: relative;
    margin: 0 auto;
    width: 84.8vw;
    z-index: 1;
}

.subscription-select .carousel {
    padding: 6.933vw 0;
}

.subscription-select .carousel img {
    display: block;
    width: 100%;
    height: auto;
}

.subscription-select .form {
    background-color: #efefef;
    padding: 4.533vw 4.533vw 7.2vw 4.533vw;
}

.subscription-select .item {
    margin-bottom: 4.533vw;
}

.subscription-select .form .hed {
    margin-bottom: 1.6vw;
    font-weight: 700;
    font-size: 3.733vw;
    line-height: 1.3;
}

.subscription-select .form .hed span {
    display: inline-block;
    margin-top: 0.8vw;
    font-size: 2.667vw;
    line-height: 1.5;
}

.subscription-select .radio {
    display: flex;
    gap: 2.667vw;
}

.subscription-select .radio li {
    flex: 1;
}

.subscription-select input[type="radio"] {
    display: none;
}

.subscription-select input[type="radio"]+label {
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    background-color: #fff;
    border: 2px solid #d3d3d4;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 2.667vw;
    height: 15.467vw;
    font-weight: 700;
    font-size: 3.733vw;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
}

.subscription-select input[type="radio"]+label span {
    font-size: 2.667vw;
}

.subscription-select input[type="radio"]+label:hover,
.subscription-select input[type="radio"]:checked+label {
    background-color: #fdeff5;
    border: 2px solid #ee869a;
}

.subscription-select button[type="submit"] {
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 8.267vw auto 0 auto;
    padding-right: 6.933vw;
    background: linear-gradient(to bottom, #e95383, #f092ae, #c70057);
    border: none;
    border-radius: 26666.4vw;
    width: 57.067vw;
    height: 10.133vw;
    font-weight: 700;
    font-size: 4.8vw;
    color: #fff;
    cursor: pointer;
}

.subscription-select button[type="submit"]::after {
    transform: translateY(-50%);
    content: '';
    position: absolute;
    right: 6.933vw;
    top: 50%;
    display: block;
    background-color: #fff;
    width: 3.467vw;
    height: 4.267vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.subscription-select .link {
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 5.333vw auto 0 auto;
    background-color: #fff;
    border: solid 2px #d3d3d4;
    border-radius: 26666.4vw;
    width: 57.067vw;
    height: 10.133vw;
    font-weight: 700;
    font-size: 3.467vw;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
}

.subscription-select .link:hover {
    background-color: #fdeff5;
    border: 2px solid #ee869a;
}

.subscription-select .link a {
    text-decoration: none;
    color: #000;
}

.subscription-select .link a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.subscription-select .link strong {
    color: #e84572;
}

.subscription-select .explan {
    display: flex;
    flex-direction: column-reverse;
}

.subscription-select .notes {
    padding: 5.333vw 0;
}

.subscription-select .notes dt {
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 1.4;
}

.subscription-select .notes dd {
    font-size: 2.667vw;
    line-height: 1.4;
}

.subscription-select .feature {
    position: relative;
    background-image: linear-gradient(-45deg, #fedd78 25%, #fccd47 25%, #fccd47 50%, #fedd78 50%, #fedd78 75%, #fccd47 75%, #fccd47);
    background-size: 6.933vw 6.933vw;
    border-radius: 2.667vw;
    margin-bottom: 7.467vw;
    padding: 5.333vw 7.467vw;
}

.subscription-select .feature::before {
    content: '';
    display: block;
    position: absolute;
    left: 2.133vw;
    right: 2.133vw;
    top: 2.133vw;
    bottom: 2.133vw;
    background-color: #fffde8;
}

.subscription-select .feature h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 1.6vw;
    font-weight: 700;
    font-size: 4.267vw;
    line-height: 1.2;
    text-align: center;
}

.subscription-select .feature .pack {
    position: relative;
    z-index: 1;
    margin-bottom: 2.133vw;
}

.subscription-select .feature .pack:last-child {
    margin-bottom: 0;
}

.subscription-select .feature h4 {
    display: flex;
    align-items: center;
    margin-bottom: 0.8vw;
    font-weight: 700;
    font-size: 4.267vw;
    line-height: 1.2;
    color: #e84572;
}

.subscription-select .feature h4 img {
    margin-right: 0.533vw;
    width: auto;
    height: 4.533vw;
}

.subscription-select .feature p {
    font-size: 2.667vw;
    line-height: 1.5;
}

.subscription-select .gift {
    position: relative;
    border: solid 2px #ee869a;
    border-radius: 2.667vw;
    padding: 3.733vw 3.733vw 2vw 3.733vw;
}

.subscription-select .gift h3 {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    padding: 0 1.333vw;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.6;
    color: #e84572;
}

.subscription-select .gift img {
    position: absolute;
    left: 4.267vw;
    top: -3.2vw;
    width: 8.533vw;
    height: auto;
}

.subscription-select .gift p {
    font-weight: 700;
    font-size: 2.667vw;
    line-height: 1.6;
}

.subscription-select .gift p strong {
    font-size: 3.733vw;
    color: #e84572;
}

.subscription-select .gift p span {
    font-weight: 400;
}

.subscription-select button[type="submit"]:disabled {
    background: linear-gradient(to bottom, #999, #999, #999);
    color: #fff;
    cursor: not-allowed;
}

@media (min-width: 769px) {
    .subscription-select .cont {
        box-sizing: border-box;
        padding: 70px 75px;
        width: 1280px;
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 0 65px;
    }

    .subscription-select .carousel {
        margin-bottom: 30px;
        padding: 0;
        width: 520px;
        grid-column: 1;
        grid-row: 1;
    }

    .subscription-select .form {
        padding: 30px 30px 30px 30px;
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .subscription-select .item {
        margin-bottom: 47px;
    }

    .subscription-select .form .hed {
        margin-bottom: 11px;
        font-size: 24px;
    }

    .subscription-select .form .hed span {
        margin-top: 3px;
        font-size: 17px;
    }

    .subscription-select .radio {
        gap: 20px;
    }

    .subscription-select input[type="radio"]+label {
        border-radius: 10px;
        height: 100px;
        font-size: 24px;
    }

    .subscription-select input[type="radio"]+label span {
        font-size: 17px;
    }

    .subscription-select input[type="radio"]+label:hover,
    .subscription-select input[type="radio"]:checked+label {
        background-color: #fdeff5;
        border: 2px solid #ee869a;
    }

    .subscription-select button[type="submit"] {
        margin: 71px auto 0 auto;
        padding-right: 50px;
        width: 390px;
        height: 75px;
        font-size: 30px;
    }

    .subscription-select button[type="submit"]::after {
        right: 50px;
        width: 22px;
        height: 28px;
    }

    .subscription-select .link {
        margin: 40px auto 0 auto;
        width: 390px;
        height: 75px;
        font-size: 22px;
    }

    .subscription-select .explan {
        flex-direction: column;
        grid-column: 1;
        grid-row: 2;
    }

    .subscription-select .notes {
        padding: 0 0;
    }

    .subscription-select .notes dt {
        margin-bottom: 3px;
        font-size: 20px;
    }

    .subscription-select .notes dd {
        font-size: 17px;
    }

    .subscription-select .feature {
        background-image: linear-gradient(-45deg, #fedd78 25%, #fccd47 25%, #fccd47 50%, #fedd78 50%, #fedd78 75%, #fccd47 75%, #fccd47);
        background-size: 46px 46px;
        border-radius: 10px;
        margin-bottom: 40px;
        padding: 33px 40px;
    }

    .subscription-select .feature::before {
        left: 16px;
        right: 16px;
        top: 16px;
        bottom: 16px;
    }

    .subscription-select .feature h3 {
        margin-bottom: 8px;
        font-size: 26px;
    }

    .subscription-select .feature .pack {
        margin-bottom: 12px;
    }

    .subscription-select .feature h4 {
        margin-bottom: 5px;
        font-size: 26px;
    }

    .subscription-select .feature h4 img {
        height: 28px;
    }

    .subscription-select .feature p {
        font-size: 17px;
    }

    .subscription-select .gift {
        border: solid 3px #ee869a;
        border-radius: 10px;
        margin: 0 0 20px 0;
        padding: 22px 17px 12px 17px;
    }

    .subscription-select .gift h3 {
        padding: 0 10px;
        font-size: 24px;
    }

    .subscription-select .gift img {
        left: 26px;
        top: -19px;
        width: 50px;
    }

    .subscription-select .gift p {
        font-size: 16px;
    }

    .subscription-select .gift p strong {
        font-size: 19px;
    }
}


/* 既存のCSSの調整ここから */
.subscription-select .form {
    margin-bottom: 6.933vw;
}
.subscription-select .gift {
    margin-bottom: 7.467vw;
}
/* 既存のCSSの調整ここまで */
/* 追加分ここから */
.subscription-select .reco {
    position: relative;
    border: solid 2px #a9c447;
    border-radius: 2.667vw;
    margin-bottom: 7.467vw;
    padding: 3.733vw 3.733vw 2vw 3.733vw;
}
.subscription-select .reco h3 {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    padding: 0 1.333vw;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.6;
    color: #a9c447;
}
.subscription-select .reco p {
    font-weight: 700;
    font-size: 2.667vw;
    line-height: 1.6;
}

/* 追加分ここまで */
@media (min-width: 769px) {
    /* 既存のCSSの調整ここから */
    .subscription-select .form {
        background-color: inherit;
        margin-bottom: 0;
        padding: 0;
    }
    .subscription-select .form form {
        background-color: #efefef;
        padding: 30px;
    }
    .subscription-select button[type="submit"] {
        margin: 67px auto 0 auto;
    }
    .subscription-select .explan {
        position: relative;
    }
    .subscription-select .gift {
        box-sizing: border-box;
        margin-bottom: 0;
        position: absolute;
        left: 585px;
        bottom: 0;
        width: 545px;
    }
    /* 既存のCSSの調整ここまで */
    /* 追加分ここから */
    .subscription-select .reco {
        border: solid 3px #a9c447;
        border-radius: 10px;
        margin: 0;
        padding: 22px 17px 12px 17px;
    }
    .subscription-select .reco h3 {
        padding: 0 10px;
        font-size: 24px;
    }
    .subscription-select .reco p {
        font-size: 16px;
    }
    /* 追加分ここまで */
}