@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --primary: #F32214;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h2 {
    line-height: 1.5;
}

.underNav .navButtons {
    display: none;
}

.link_arw {
    text-align: center;
    margin: auto;
}

.link_arw a {
    position: relative;
    text-decoration: underline;
    color: var(--primary);
}

.link_arw a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6em;
    font-weight: normal;
    height: fit-content;
    transition: 0.3s ease;
    color: var(--primary);
    content: "\f105";
    font-family: "FontAwesome";
}

.cvButton_ballon {
    margin-bottom: 8px;
}

.cvButton.dontClick a {
    pointer-events: none;
    cursor: none;
    opacity: 0.5;
}

ul.annotation_box {
    width: 100%;
}

/* header */
.body_inner {
    header#SP-header {
        position: sticky;
        display: block;
        max-width: 375px;
        width: 100%;
        top: 30px;
        background: var(--white);
        z-index: 1000;
    }

    .header_login {
        position: static;
    }

    #SP-header #tlsTop {
        position: relative;
        max-width: 375px;
        width: 100%;
    }

    /*SPヘッダーボタン*/
    .header_login {
        position: absolute;
    }

    .header_btn-box {
        position: absolute;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        width: 56px;
        height: 56px;
    }

    #tlsTop .header_btn-menu {
        background-color: var(--primary) !important;
    }

    #SP-header #header_mytone_btn,
    #SP-header .header_btn-menu {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 9px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    #SP-header #header_mytone_btn img,
    #SP-header .header_btn-menu img {
        width: 30px;
        height: 30px;
    }

    #tlsTop .header_btn-menu {
        background-color: var(--primary) !important;
    }

    .header_menuIcon,
    .header_closeIcon {
        display: block;
        height: 2px;
        background-color: #fff;
        margin: 8px auto 0;
        position: relative;
    }

    .header_menuIcon {
        width: 23px;
    }

    .header_menuIcon::before,
    .header_menuIcon::after,
    .header_closeIcon::after {
        display: inline-block;
        content: "";
        width: 23px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -50%;
    }

    .header_menuIcon::before {
        top: 8px;
    }

    .header_menuIcon::after {
        top: 16px;
    }

    .header_closeIcon {
        transform: rotate(45deg);
    }

    .header_closeIcon::after {
        transform: rotate(90deg);
    }

    #SP-header .header_btn-close {
        padding: 16px;
        top: 0;
        right: 0;
    }

    /* / SPヘッダーボタン*/
    /* ドロワー */
    #tlsMenu.header_nav-wrap {
        padding: 0 16px;
        background-color: #fff;
    }

    #tlsMenu .header_closeIcon {
        margin: 12px 0 0 -10px;
    }

    .header_nav-wrap {
        display: none;
        clear: both;
        box-sizing: border-box;
        position: fixed;
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 40px;
        top: 0;
        right: 0;
        left: 0px;
        overflow: scroll;
        z-index: 999999;
    }

    .menuTop .tone_logo {
        margin-left: 10px;
    }

    .menuTop #logo {
        width: 100px;
    }

    .menuTop {
        position: relative;
        background-color: #fff;
        text-align: center;
        padding-top: 20px;
        height: 63px;
        box-sizing: border-box;
    }

    #tlsMenu .header_closeIcon {
        width: 30px;
        background-color: var(--primary);
        margin: 12px 0 0 -2px;
    }

    #tlsMenu .header_closeIcon::after {
        background-color: var(--primary);
        width: 30px;
    }

    .navButtons {
        display: flex;
        margin: 0 16px 16px;
    }

    .navButtons li {
        flex: auto !important;
    }

    .navButtons_link:link,
    .navButtons_link:visited {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 10px;
    }

    .navButtons_link.menu {
        display: block;
        border-radius: 5px;
        text-align: center;
        padding: 14px 0 14px;
        max-width: 600px;
        width: 100%;
        margin: auto;
        background: var(--primary) url(/assets/img/commons/icon-12.svg) no-repeat left 10px center / 20px auto;
        background-size: 20px;
    }

    .navLists {
        display: block;
        margin: auto;
        padding: 0 4%;
        background-color: #f6f6f6;
    }

    .navLists_list {
        padding: 16px 0 16px 30px;
        background: url(/assets/img/commons/icon-01.svg) no-repeat left top 20px / 20px auto;
    }

    .navLists_list:nth-of-type(2n) {
        margin-top: 0;
    }

    .navLists_list+.navLists_list {
        margin-left: 0;
    }

    .navLists_list+.navLists_list {
        border-top: 1px solid #a5a5a5;
    }

    .navLists_list.about {
        background: url(/assets/img/commons/icon-02.svg) no-repeat left top 20px / 20px auto;
    }

    .navLists_list.navPlan {
        background: url(/assets/img/commons/icon-03.svg) no-repeat left top 20px / 20px auto;
    }

    .navLists_list.product {
        background: url(/assets/img/commons/icon-04.svg) no-repeat left top 20px / 20px auto;
    }

    .navLists_list.nav-support {
        background: url(/assets/img/commons/icon-05.svg) no-repeat left top 20px / 20px auto;
    }

    .navLists_title {
        position: relative;
        pointer-events: all;
    }

    .navLists_title a {
        color: var(--black);
    }

    .navLists_title::after {
        position: absolute;
        right: 0;
        bottom: -10px;
        padding: 0 16px;
        font-family: "FontAwesome";
        content: "\f105";
        color: #a5a5a5;
        font-size: 1.7em;
        font-weight: normal;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: .2s;
    }

    .navLists_toggle {
        display: none;
        background-color: #fff;
        margin-top: 16px;
        margin-left: -16px;
        padding: 16px;
        font-size: 12px;
        border-radius: 5px;
        text-align: left;
    }

    .navLists_toggle.active {
        display: block;
    }

    .navLists_toggle a {
        display: block;
        font-size: 12px;
        font-weight: normal;
        color: var(--black);
        text-decoration: none;
        text-align: left;
        cursor: pointer;
        line-height: 2;
        padding: 4px 0 4px 16px;
        background: url(/d/images/arrow.svg) no-repeat left center / 6px auto;
    }

    .active.navLists_title::after {
        transform: rotate(-90deg);
    }

    /* スクロールで固定 */
    #SP-header.is-fixed {
        position: fixed;
        top: 30px;
    }
}

/* 背景画像 */
.wrapper {
    position: relative;
    z-index: 0;
}

.main_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/special/cp/img/apd2402/main_bg_img@2x.jpg) center/cover no-repeat;
    z-index: -1;
}

/* 外のフレーム */
.frame_lines>div {
    position: fixed;
    background: none no-repeat center center var(--white);
    z-index: 999;
}

.frame_lines>div:nth-child(1),
.frame_lines>div:nth-child(3) {
    background-size: 11px auto;
    background-repeat: repeat-y
}

.frame_lines>div:nth-child(2),
.frame_lines>div:nth-child(4) {
    background-size: auto 11px;
    background-repeat: repeat-x
}

.frame_lines>div:nth-child(1) {
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-image: url(/special/cp/img/apd2402/fixed-txt-frame-left.svg);
    animation: marquee-1 13s linear infinite;
}

.frame_lines>div:nth-child(2) {
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(/special/cp/img/apd2402/fixed-txt-frame-top.svg);
    animation: marquee-2 13s linear infinite reverse;
}

.frame_lines>div:nth-child(3) {
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-image: url(/special/cp/img/apd2402/fixed-txt-frame-right.svg);
    animation: marquee-1 13s linear infinite reverse;
}

.frame_lines>div:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 999;
    background-image: url(/special/cp/img/apd2402/fixed-txt-frame-bottom.svg);
    animation: marquee-2 13s linear infinite;
}

@keyframes marquee-1 {
    0% {
        background-position: center 0
    }

    100% {
        background-position: center -364px
    }
}

@keyframes marquee-2 {
    0% {
        background-position: 0 center
    }

    100% {
        background-position: -364px center
    }
}

/* body */
.body_inner {
    max-width: 375px;
    width: 100%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}

/* 終了 */
.end {
    background: var(--white);
    padding: 24px;

    h2 {
        padding: 24px;
        background: var(--background-yellow);
        color: var(--primary);
        text-align: center;
        font-size: 32px;
        border: 4px solid var(--primary);
        border-radius: 8px;
        line-height: 1.3;
        @media screen and (max-width: 768px) {
            font-size: 24px;
        }
    }
}

/* fv */
.fv {
    position: relative;
    width: 100%;
    background: url(/special/cp/img/apd2402/fv_bg.png) center/cover no-repeat;
}

.fv img {
    display: block;
    margin: auto;
}

.fv .fv_ribbon {
    height: 74px;
}

.fv .fv_h1_subttl {
    margin-bottom: 8px;
}

.fv_chance_txt_wrap {
    position: relative;
    background: rgb(131, 0, 0);
    background: linear-gradient(0deg, rgba(131, 0, 0, 1) 0%, rgba(131, 0, 0, 0.4405344202898551) 73%, rgba(131, 0, 0, 0) 100%);
}

.fv.second {
    padding-top: 24px;
}

.pd_img {
    box-sizing: border-box;
    color: var(--white);
    padding: 0 16px 20px;
}

/* AndroidPlan */
.AndroidPlan {
    position: relative;
    padding: 60px 16px;
    z-index: 0;
    background-color: var(--white);
}

.androidPlan_flag_l {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.androidPlan_flag_r {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.confetti_bg_l {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.confetti_bg_r {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.AndroidPlan_contents {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.AndroidPlan_contents img {
    display: block;
    margin: auto;
}

.AndroidPlan_ttl_wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 80px;
}

.AndroidPlan_txtbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.AndroidPlan_device_box {
    position: relative;
}

.AndroidPlan_device_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}

.AndroidPlan_txt {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
}

.AndroidPlan_txt .red {
    color: var(--primary);
}

.AndroidPlan_txt span {
    font-size: 24px;
    font-weight: 900;
    line-height: 140%;
}

.gift {
    .gift_flexbox {
        position: relative;
        display: flex;
        justify-content: space-between;
        z-index: 1;
    }

    .gift_plus {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .gift_triangle {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: auto;
        z-index: -1;
    }

    .tsunagaru_6320_ttl {
        margin: 16px auto 0;
    }
}

/* worries */
.worries {
    display: flex;
    padding: 40px 16px 56px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background: #E6F0F4;
    box-sizing: border-box;
}

.worries h2 {
    color: #464646;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.tsukaisugiCP_illust img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.worries_txt01,
.worries_txt02,
.worries_txt03 {
    margin-bottom: 12px;
}

.worries_solution_txt {
    color: var(--black);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.4px;
}

.toneFamily {
    display: flex;
    padding: 56px 16px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background: var(--Yellow-Yellow_50, #FFFDE5);
    box-sizing: border-box;
}

.toneFamily h2 {
    font-size: 32px;
    text-align: center;
}

.toneFamily .h2_ttl_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.toneFamily_box01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.toneFamily_student_box {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background-color: var(--white);
}

.toneFamily_student_box h3 {
    font-size: 22px;
}

.toneFamily_student_box p {
    text-align: center;
    font-size: 16px;
}

.toneFamily_student_box h3 span big {
    font-size: 29px;
}

.toneFamily_student_box span.red {
    color: var(--primary);
}

.hikitsuzuki {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;

    .hikitsuzuki_txt {
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    }

    .hikitsuzuki_txt span {
        font-size: 80%;
    }
}

/* accordion */
.accordion_wrap {
    width: 100%;
}

.accordion_btn {
    position: relative;
    display: flex;
    padding: 16px 32px 16px 16px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid var(--Neutral-Neutral_900, #333);
    border-bottom: 2px solid var(--Neutral-Neutral_900, #333);
    color: var(--Neutral-Neutral_900, #333);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    cursor: pointer;
    box-sizing: border-box;
}

.accordion_btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 27px;
    font-size: 1.6em;
    font-weight: normal;
    height: fit-content;
    color: var(--black);
    content: "\f105";
    font-family: "FontAwesome";
    transform: rotate(90deg);
    transition: 0.3s ease-in-out;
}

.accordion_btn.open::after {
    transform: rotate(-90deg);
}

.accordion_contents {
    display: none;
}

.newDevice_bnr_content {
    text-align: center;
    margin: 16px auto 0;
}

.newDevice_bnr_content .balloon {
    margin-bottom: 12px;
}

@media (hover:hover) {
    .accordion_btn:hover {
        opacity: 0.6;
    }
}

.pran_possible {
    display: none;
}

.pran_possible .table_box {
    position: relative;
    max-width: 90vw;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 32px;
    line-height: 1.3;
}

.pran_possible table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid var(--black);
}

.pran_possible th,
td {
    vertical-align: middle;
    padding: 16px 0;
    border: 1px solid var(--black);
    color: var(--black);
    text-align: center;
}

.pran_possible td {
    background: var(--white);
}

.pran_possible .sticky_row {
    width: 150px;
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
    padding: 8px 16px;
    font-size: 12px;
    background: var(--white);
    text-align: left;
}

.pran_possible .sticky_row span,
.pran_possible .sticky_col span {
    font-size: 10px;
}

.pran_possible .sticky_row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: -1;
}

.pran_possible .sticky_row .new {
    color: #F86A88;
    font-size: 12px;
}

.pran_possible .sticky_cross,
.pran_possible .sticky_col {
    width: 120px;
    position: sticky;
    top: -20px;
    left: 0;
    z-index: 1;
    font-size: 12px;
    padding: 16px 8px;
    background: var();
}

.pran_possible .sticky_cros {
    width: 150px;
}

.pran_possible .sticky_cross::before,
.pran_possible .sticky_col::before {
    border-bottom: 1px solid var(--black);
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--black);
    background: var(--white);
    z-index: -1;
}

.pran_possible td.original,
.pran_possible .original::before {
    background: #f1f1f1;
}

.pran_possible td.android,
.pran_possible .android::before {
    background: #B3E6FF;
}

.pran_possible td.iphone,
.pran_possible .iphone::before {
    background: #ffebfc;
}

.pran_possible th::before,
.pran_possible td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (min-width: 601px) {
    .pran_possible::before {
        border-top: 56px solid var(--white);
        border-right: 300px solid transparent;
        border-left: 300px solid transparent;
    }

    .pran_possible .pran_possible {
        padding: 0 5%;
    }

    .pran_possible .pran_possible ol.annotation {
        width: 100%;
    }
}

/* coupon */
.coupon_top.coupon_bg {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 32px 0;
    background: url(/special/cp/img/apd2402/fv_bg.png) center / cover no-repeat;
}

.coupon_top img {
    display: block;
    margin: auto;
}

.coupon_code_wrap {
    margin-top: 10px;
    position: relative;
}

.coupon_code {
    position: absolute;
    top: 50%;
    right: 37px;
    transform: translate(0, -50%);
    height: fit-content;
    margin: auto;
    font-size: 25px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 1.767px;
}

.coupon_contents {
    display: flex;
    padding: 48px 16px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-bottom: 9px solid var(--primary, #F32214);
    background: url(/special/cp/img/apd2402/graph-paper.png) repeat, #FFF6F6;
}

.coupon_contents h2 {
    text-align: center;
    font-size: 26px;
    line-height: 130%;
}

.coupon_contents h2 span {
    font-size: 16px;
}

.coupon_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.coupon_box h3 {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}

.coupon_box p {
    width: 100%;
    line-height: 1.7;
}

/* summary */
.summary {
    display: flex;
    padding: 56px 16px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background: var(--Primary-Primary_50, #ECF9FF);
}

.summary h2 {
    text-align: center;
    font-size: 28px;
}

.summary_contents {
    padding: 24px 16px;
    align-self: stretch;
    line-height: 170%;
    border: 1px solid var(--Primary-Primary_400, #3BF);
    background: var(--white, #FFF);
}

.summary_contents h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.summary_contents h3:not(:first-of-type) {
    margin-top: 24px;
}

.summary_contents a {
    text-decoration: underline;
}

/* device */
.device {
    display: flex;
    padding: 56px 24px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: var(--Yellow-Yellow_50, #FFFDE5);
}

.dot_balloon {
    position: relative;
    text-align: center;
    padding-left: 27px;
    padding-right: 27px;
}

.device .h2_ttl_box .dot_balloon {
    margin-bottom: 6px;
}

.device .h2_ttl_box {
    width: 100%;
}

.dot_balloon::after,
.dot_balloon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/special/cp/img/apd2402/dot_balloon.png) center / cover no-repeat;
    width: 18px;
    height: 27px;
}

.dot_balloon::before {
    left: 0;
}

.dot_balloon::after {
    transform: scale(-1, 1);
    right: 0;
}

.device h2 {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
}

.yasasisa {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);

    h3 {
        font-weight: normal;
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
    }

    h3 span {
        font-size: 18px;
    }

    .yasasisa_flexbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }

    .yasasisa_box {
        text-align: center;
    }

    .yasasisa_box_ttl {
        font-size: 16px;
        margin-bottom: 12px;

        span {
            font-size: 80%;
        }
    }
}

.sec {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    background: #bbe8ff;
    padding: 24px 16px;
    border-radius: 8px;
    gap: 16px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);

    .text {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        letter-spacing: 1px;
        word-break: keep-all;
        text-align: center;
        line-height: 1.3;

        &::after,
        &::before {
            content: "";
            background: no-repeat url(/special/cp/img/apd2402/dot_balloon2.png);
            background-size: cover;
            width: 27px;
            height: 40px;
            display: block;
        }

        &::after {
            transform: scale(-1, 1);
        }
    }

    .attention {
        width: 100%;
        max-width: 400px;
        flex-direction: column;
        padding: 24px 16px;
        text-align: center;
        background: #fff;
        border-radius: 8px;
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: center;

        h3 {
            color: #FF6043;
            font-size: 20px;
            line-height: 1.4;

            span {
                font-size: 14px;
                margin-bottom: 4px;
                color: var(--black);
                font-weight: normal;
            }
        }
    }

}

.deviceList {
    width: 100%;

    #confirmed_operation_device {
        height: 400px;
        overflow: scroll;

        #smartphoneList {
            background: transparent;

            .brand-section {
                background: #ECF9FF;
                padding: 24px 0 0;
            }
        }

        @container (max-width: 400px) {
            #smartphoneList .carrier-section {
                padding: 24px 16px;
            }
        }
    }

    #confirmed_operation_device {
        @container (max-width: 600px) {
            & #smartphoneList {
                padding: 32px 0 0;

                h2.brand-title {
                    font-size: 16px;
                    margin-bottom: 0;
                    color: var(--black);
                }
            }

            & .device_select_box {

                h2,
                label {
                    width: 100%;
                    font-size: 16px;
                }
            }
        }
    }
}

.device_box {
    display: flex;
    padding: 32px 24px;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    align-self: stretch;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.device_box_txtbox h3 {
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
}

.device_box_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    box-sizing: border-box;
}

.device_cv_area {
    width: 100%;
}

.device_cv_area h3 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
}

.device_cv_area .cvButton {
    max-width: 100%;
}

/* cvArea */
.cvArea {
    display: flex;
    padding: 48px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background: var(--Yellow-Yellow_50, #FFFDE5);
}

.cvArea h2 {
    color: var(--primary, #F32214);
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.cvArea h2 span {
    font-weight: normal;
    font-size: 20px;
}

.cvButton_gray {
    display: flex;
    padding: 16px 56px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 81px;
    color: var(--white);
    background: var(--Neutral-Neutral_900, #333);
    opacity: 0.14;
}

.cvButton_gray.cvButton_gray_sub {
    color: var(--black);
    border-radius: 81px;
    border: 2px solid var(--Neutral-Neutral_900, #333);
    background-color: transparent;
}

/* footer */
.wrapper #footer {
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .frame {
        display: none;
    }

    .body_inner {
        margin-top: 24px;
    }

    .body_inner {
        header#SP-header {
            top: 0;
        }
    }
}

@media screen and (max-width: 375px) {
    .main_bg {
        background: none;
    }

    .body_inner {
        box-shadow: none;
        margin-top: 0;
    }
}
