.section__title {
    font-weight: 500 !important;
}

/* overwrite */
.price>tbody>tr:nth-child(1)>td {
    background-color: #fff;
}

table:not(.mail-srv):not(.plan) th {
    width: 50%;
}

/*  */


div.mail-table.pc {
    position: relative;
    height: 530px;
    overflow-y: scroll;
    border-bottom: 1.9px solid #D0D0D1;
    border-top: 1.9px solid #D0D0D1;
}
    /* div.mail-table::-webkit-scrollbar {
        height: 10px;
        width: 10px;
    }
    div.mail-table::-webkit-scrollbar-thumb {
        background-color: #6a6a6a;
        border-radius: 10px
    } */

table.mail-srv.pc.pc {
    table-layout: fixed;
    border-collapse: collapse;    
    margin-bottom: 0;
}
    table.mail-srv.pc.pc thead tr {
        position: sticky;
        top: 0;
        left: 0;
    }
    table.mail-srv.pc.pc thead tr th:first-child {
        width: 30%;
    }

    table.mail-srv.pc.pc thead tr th:nth-child(2),
    table.mail-srv.pc.pc thead tr th:nth-child(3) {
        position: relative;
    }

    table.mail-srv.pc.pc thead tr th:nth-child(3)::after, 
    table.mail-srv.pc.pc thead tr th:nth-child(2)::after {
        content: '';
        width: 1px;
        position: absolute;
        background-color: #D0D0D1;
        height: 56px;
        right: -1px;
        top: 0px;
    }
    table.mail-srv.pc.pc thead tr th:nth-child(3)::after {
        left: -1px;
    }
    table.mail-srv.pc.pc thead tr th:nth-child(2)::before,
    table.mail-srv.pc.pc thead tr th:nth-child(3)::before {
        content : '';
        width: 100%;
        height: 1px;
        position: absolute;
        background-color: #D0D0D1;
        bottom: -1px;
        left: 0;
    }

    table.mail-srv.pc.pc thead tr th span.border-sticky-top { 
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        border-top: 5px solid #4159A1;
        top: -5px;
        left: 0;
    }
    table.mail-srv.pc.pc thead tr th:nth-child(2) span.border-sticky-top {
        width: 102%;
    }
    
    table.mail-srv.pc.pc thead tr th {
        color: #4159A1;
        width: 35.3333333%;
    }
    table.mail-srv.pc.pc tr td,
    table.mail-srv.pc.pc tr th {
        padding: 15px 0;
    }
    table.mail-srv.pc.pc tbody tr.common td span {
        color: #666;
        font-size: 12px;
    }
    table.mail-srv.pc.pc tbody tr:not(.common) td {
        padding-left: 9px;
        padding-right: 9px;
    }
    table.mail-srv.pc.pc tbody tr:not(.common) td p {
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0;
    }
    table.mail-srv.pc.pc tbody tr:not(.common) td:nth-child(2), 
    table.mail-srv.pc.pc thead tr th:nth-child(2) {
        background-color: #e9f3ff;
    }
    table.mail-srv.pc.pc tbody tr:not(.common) td:last-child, 
    table.mail-srv.pc.pc thead tr th:last-child {
        background-color: #e2ebfb;
    }

    table.mail-srv.pc.pc tbody tr th:first-child {
        background-color: #E9F3F7;
        font-size: 15px;
        font-weight: 400;
    }
    
div.mail-table.sp {
    overflow-x: scroll;
    position: relative;
    border-left: 1.9px solid #D0D0D1;
    border-right: 1.9px solid #D0D0D1;
}

table.mail-srv.sp {
    table-layout: fixed !important;
}
    table.mail-srv.sp tbody tr th {
        position: sticky;
        left: 0;
        padding: 0 !important;
    }
    table.mail-srv.sp tbody tr th::before,
    table.mail-srv.sp tbody tr th::after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #D0D0D1;
        top: 0;
    }
    table.mail-srv.sp tbody tr th::before {
        left: -1px;
    }
    table.mail-srv.sp tbody tr th::after {
        right: -1px;
    }
    table.mail-srv.sp tbody tr th span.border-sticky {
        display: block;
        position: absolute;
        width: 43px;
        height: 1px;
        background-color: #D0D0D1;
        left: -2px;
    }
    table.mail-srv.sp tbody tr th.basic span.border-sticky {
        bottom: -1px;
    }
    table.mail-srv.sp tbody tr th.next span.border-sticky {
        top: -1px;
    }

    table.mail-srv.sp thead tr th:not(.empty) {
        background-color: #E9F3F7;
        width: 160px;
    }
    table.mail-srv.sp thead tr th.empty {
        width: 40px;
        background-color: #fff;
    }
    table.mail-srv.sp tbody tr th span:not(.border-sticky){
        /*↓縦書きの記述*/
        writing-mode: vertical-rl;
        /*↓縦書きの記述を改行させないための記述*/
        white-space: pre;
        /*↓いるかどうかわからない*/
        display:inline-block;
        color: #4159A1;
        letter-spacing: 6px;
    }

    table.mail-srv.sp tbody tr td {
        padding-left: 9px !important;
        padding-right: 9px !important;

    }
    table.mail-srv.sp tbody tr td p {
        text-align: left;
    }
    table.mail-srv.sp tbody tr th.basic,
    table.mail-srv.sp tbody tr td.basic {
        background-color: #e9f3ff;
    }
    table.mail-srv.sp tbody tr th.next,
    table.mail-srv.sp tbody tr td.next {
        background-color: #e2ebfb;
    }
    table.mail-srv.sp tbody tr td p,
    table.mail-srv.sp tbody tr td span {
        font-weight: 300;
        color: #666;
        font-size: 13px;
    }


@media (max-width: 575px) {
    box {
        width: 45.55555% !important;
    }
}
@media (max-width: 416px) {
    .intro p {
        font-size: 1.5rem;
    }
}
@media (max-width: 400px) {

    .intro p {
        font-size: 1.2rem !important;
    }
}