@charset "UTF-8";

/* モバイルファースト
-------------------------------------*/
h1 {
    color: var(--black, #333);
    font-size: 28px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    margin-bottom: 48px;
}

.flexbox {
    display: flex;
}

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

@media (min-width:768px) {
    .main {
        gap: 32px;
    }
}
.main .annotation {
    font-size: 12px;
}
.sec_warp {
    max-width: 672px;
    width: 100%;
    display: flex;
    padding: var(--40, 40px) var(--16, 16px);
    flex-direction: column;
    gap: var(--24, 24px);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0px 0px 32px 0px rgba(0, 148, 255, 0.08);
}

h2 {
    color: var(--black, #333);
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}

.sec_warp p {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN";
    line-height: 170%;
}

p span.red {
    color: var(--secondary);
    font-weight: bold;
}

.fs_l {
    font-size: large;
}

#mnp.sec_warp h3 {
    font-size: 18px;
}

#mnp.sec_warp ul li {
    list-style: disc;
    margin-left: 16px;
}

@media (min-width:768px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    .sec_warp {
        padding: 48px;
    }

    .sec_warp p {
        font-size: 16px;
    }
}

/* footer
-------------------------------------*/

.footer_wrapper #footer {
    padding-bottom: 0;
}

@media (max-width: 500px) {
    .footer_wrapper #footer {
        padding-bottom: 0;
    }
}

/* アコーディオン
-------------------------------------*/

.accordion_container>div {
    overflow-y: scroll;
}

.sec_warp .accordion_container>button.accordion_button {
    padding: 16px 40px 16px 16px;
    font-size: 14px;
}

.sec_warp .accordion_container>button.accordion_button::after {
    right: 19px;
    font-size: 26px;
}

@media (min-width: 768px) {
    .sec_warp .accordion_container>button.accordion_button {
        padding: 24px 56px 24px 32px;
        font-size: 16px;
    }
}

/* double
-------------------------------------*/
#double h2 {
    word-break: keep-all;
}
#double .notice {
    gap: 8px;
}
#double .notice p{
width: 100%;
}
/* usage
-------------------------------------*/

.card_flexbox {
    max-width: fit-content;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 12px;
    margin: auto;
}

.card_flexbox img {
    max-width: 50px;
    width: 100%;
}

@media (min-width: 768px) {
    .card_flexbox {
        gap: 16px;
    }

    .card_flexbox img {
        max-width: 68px;
    }

    .card_flexbox img:last-of-type {
        max-width: 60px;
    }
}

/* document
-------------------------------------*/

.document_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--16, 16px);
    align-self: stretch;
}

.documet_imgbox img {
    max-width: 200px;
    width: 48%;
}

.documet_imgbox {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.document_ac_box {
    display: flex;
    padding: var(--24, 24px) var(--16, 16px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--16, 16px);
    align-self: stretch;
    border-radius: 8px;
    background: var(--background-gray);
}

.document_ac_box li:not(:last-of-type) {
    margin-bottom: 20px;
}

.document_notice li:not(:last-of-type) {
    margin-bottom: 24px;
}

#document.sec_warp .accordion_container>div {
    padding: 0;
}

.document_notice {
    padding: 24px 16px;
}

@media (min-width: 768px) {
    .document_ac_box {
        padding: 32px 40px;
    }

    .document_notice {
        padding: 32px 40px;
    }
}

/* notice
-------------------------------------*/
.notice {
    display: flex;
    padding: var(--24, 24px) var(--16, 16px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--16, 16px);
    align-self: stretch;
    border-radius: 8px;
    background: var(--Secondary-25, #FFF3F1);
}

@media (min-width: 768px) {
    .notice {
        padding: 32px 40px;
    }
}


/* device
-------------------------------------*/
#device .accordion_container>div {
    width: 100%;
    padding: 0 32px;
    height: 400px;
}

#device .accordion_container>div {
    padding: 0 32px;
    height: 400px;
}

#device .accordion_container #confirmed_operation_device .device_select_box {
    padding: 16px 16px 48px;
}

#device .accordion_container #confirmed_operation_device .device_select_box {
    padding: 16px 0 48px;
}

#device.accordion_container #confirmed_operation_device #smartphoneList {
    background: transparent;
    padding: 0;
    text-align: left;
}

#device .accordion_container #confirmed_operation_device #smartphoneList .carrier-section {
    box-shadow: none;
}

@media (max-width: 767px) {
    #device .accordion_container>div {
        padding: 0 16px;
    }

    #device #confirmed_operation_device #smartphoneList ul.smartphone-list li.smartphone-list-item {
        font-size: 14px;
        padding: 8px 16px 8px 28px;
    }
}

/* mnp
-------------------------------------*/
.mnp_illust {
    display: block;
    margin: auto;
    max-width: 180px;
    width: 100%;
}


/* point
-------------------------------------*/
.point_box_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
    word-break: keep-all;
    text-align: center;
    line-height: 1.3;
}

.point_box_ttl::after,
.point_box_ttl::before {
    content: "";
    background: no-repeat url(/contract/change/img/device_comment.png);
    background-size: cover;
    width: 17px;
    height: 25px;
    display: block;
}

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

.point_box_ttl_img {
    justify-content: center;
    gap: 16px;
}

.point_box_ttl_img img {
    max-width: 66px;
    width: 50%;
}


/* 表 */

th {
    padding: 20px 0;
    font-size: 16px;
}

.thead th {
    position: relative;
    width: 200px;
    padding: 20px 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    border-top: 1px solid var(--gray10, #D9D9D9);
    border-left: 1px solid var(--gray10, #D9D9D9);
}

.thead th::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: #CC0F31;
}

.thead th:last-of-type:after {
    background: #004097;
}

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

.th_box img {
    max-width: 36px;
    width: 100%;
}

table {
    border-collapse: initial;
    text-indent: initial;
    border-spacing: 0px;
}

.tbl_wrap {
    overflow: auto;
}

.tbl {
    min-width: 512px;
    border-collapse: collapse;
}

.tbl th,
.tbl td {
    background-color: var(--white);
}

.tbl tr:first-child th:first-of-type {
    background: none;
}

.tbl tr.thead th:first-child {
    border-top: none;
    border-left: none;
}

.tbl th:last-child {
    border-right: 2px solid var(--gray10, #D9D9D9);
}

.tbl th:first-child {
    opacity: 0;
}

.tbl tr:nth-child(2) td:first-child {
    border-top: 1px solid var(--gray10, #D9D9D9);
    border-left: 1px solid var(--gray10, #D9D9D9);
}

.tbl td {
    border-top: 1px solid var(--gray10, #D9D9D9);
    border-left: 1px solid var(--gray10, #D9D9D9);
    padding: 12px;
    background: var(--white);
    font-size: 12px;
}

.tbl tr td:nth-child(2) {
    color: #CC0F31;
}

.tbl tr td:last-of-type {
    color: #004097;
}

.tbl td:first-child {
    padding: 15px 8px;
    border-top: 1px solid var(--gray10, #D9D9D9);
    border-left: 1px solid var(--gray10, #D9D9D9);
    font-weight: bold;
    text-align: center;
}

.tbl td span,
th span {
    position: relative;
}

.tbl td span.dp-block {
    display: block;
}

.tbl td .cmt {
    position: absolute;
    bottom: -5px;
    right: -30px;
    font-size: 11px;
}

.tbl td:last-child {
    border-right: 1px solid var(--gray10, #D9D9D9);
}

.tbl .last td {
    border-bottom: 1px solid var(--gray10, #D9D9D9);
}

@media screen and (min-width:869px) {
    .tbl {
        min-width: auto;
    }

    .th_box {
        flex-direction: row;
        gap: 10px;
    }

    .thead th {
        font-size: 16px;
    }

    .th_box img {
        max-width: 40px;
    }


}

/* header, footer 一部非表示
-------------------------------------*/
#header-nav,
.underNav,
.skip-link,
#footer-navs,
footer .border,
#footer-navs-sp {
    display: none !important;
}

#footer {
    padding-bottom: 0 !important;
    background: var(--background-blue) !important;
}
