@charset "utf-8";

/*
  File Name   : plan.css
  Description : ご利用料金
*/

.header-nav-list__item a.plan:before {
    left: 0;
    width: 100%;
}

/*
----------------------------------------------------------- */
/* index
----------------------------------------------------------- */
.kv {
    background: url(../img/plan/bg-kv-01.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.initial-cost {
    margin-bottom: 120px;
}

.initial-cost table {
    margin: 0 0 40px;
}

.initial-cost th {
    padding: 30px 45px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
    background: #52ba90;
}

.initial-cost td {
    padding: 30px 45px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    background: #f1f1f1;
}

.initial-cost tr:nth-child(1) td {
    line-height: 1.1;
    font-size: 46px;
    font-weight: 700;
}

.initial-cost tr:nth-child(1) td span {
    font-size: 20px;
    font-weight: 500;
}

.initial-cost td b {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 20px;
}

.monthly-cost {
    margin-bottom: 120px;
}

.monthly-cost table {
    margin: 0 0 40px;
}

.monthly-cost th {
    padding: 30px 20px;
    box-sizing: border-box;
}

.monthly-cost td {
    padding: 30px 15px;
    text-align: center;
    box-sizing: border-box;
}

.monthly-cost th br,
.monthly-cost td br {
    display: none;
}

.monthly-cost tr:nth-child(even) td:nth-child(2) {
    background: #edfafc;
}

.monthly-cost tr:nth-child(even) td:nth-child(3) {
    background: #ecf5fa;
}

.monthly-cost tr:nth-child(even) td:nth-child(4) {
    background: #e8f1f7;
}

.monthly-cost tr:nth-child(even) td:nth-child(5) {
    background: #e9ebf8;
}

.monthly-cost tr:nth-child(odd) td:nth-child(odd) {
    background: #fdfdfd;
}

.monthly-cost tr:nth-child(even) th:nth-child(1) {
    background: #ededed;
}

.monthly-cost tr:nth-child(odd) th:nth-child(1) {
    background: #f6f6f6;
}

.monthly-cost th:nth-child(1) {
    width: 24%;
    font-size: 18px;
    font-weight: 300;
}

.monthly-cost tr:nth-child(1) th:nth-child(2) {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: #666;
}

.monthly-cost tr:nth-child(1) th:nth-child(3) {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: #444;
}

.monthly-cost tr:nth-child(2) td {
    font-size: 28px;
    font-weight: 500;
}

.monthly-cost tr:nth-child(2) td:nth-child(2) {
    color: #fff;
    background: #53d1e1;
}

.monthly-cost tr:nth-child(2) td:nth-child(3) {
    color: #fff;
    background: #439fd0;
}

.monthly-cost tr:nth-child(2) td:nth-child(4) {
    color: #fff;
    background: #2571b2;
}

.monthly-cost tr:nth-child(2) td:nth-child(5) {
    color: #fff;
    background: #263bb2;
}

.monthly-cost tr:nth-child(2) td span {
    font-size: 14px;
}

.monthly-cost tr:nth-child(3) td {
    font-size: 28px;
    font-weight: 500;
}

.monthly-cost tr:nth-child(3) td:nth-child(2) {
    background: #fdfdfd;
}

.monthly-cost tr:nth-child(3) td:nth-child(3) {
    background: #f5f4f4;
}

.monthly-cost tr:nth-child(3) td span {
    font-size: 14px;
}

.monthly-cost-notes {
    margin: 0 0 40px;
    font-size: 14px;
}

.monthly-cost-notes__item {
    margin: 0 0 20px;
    font-weight: 500;
}

.monthly-cost-notes__item ul {
    margin: 0 0 0 20px;
}

.monthly-cost-notes__item ul li {
    list-style: disc;
    margin: 0 0 0 1.5em;
}

.monthly-cost-notes__item--update li {
    padding-left: 9em;
}

.monthly-cost-notes__item--update li span {
    display: inline-block;
    width: 9em;
    margin: 0 0 0 -9em;
}

.monthly-cost-btn p:nth-child(1) {
    width: 60.363636%;
    margin: 0 auto;
}

.monthly-cost-btn p:nth-child(2) {
    float: right;
    width: 36.909091%;
}

.option {
    margin-bottom: 60px;
}

.option table {
    margin: 0 0 40px;
}

.option th {
    font-size: 18px;
}

.option td {
    position: relative;
    font-size: 18px;
    text-align: center;
}

.option td span {
    font-size: 14px;
}

.option td a {
    position: absolute;
    top: 50%;
    right: 30px;
    display: inline-block;
    margin: -13px 0 0;
    padding: 0 15px 0 0;
    font-size: 14px;
    background: url(../img/plan/icon-plan-03.png) no-repeat 100% 50%;
}

@media screen and (max-width: 1024px) {
    .initial-cost {
        margin-bottom: 30px;
        font-size: 13px;
    }

    .initial-cost table {
        margin: 0 0 20px;
    }

    .initial-cost th {
        padding: 10px;
        font-size: 13px;
        white-space: inherit;
    }

    .initial-cost td {
        padding: 10px;
        font-size: 13px;
    }

    .initial-cost tr:nth-child(1) td {
        font-size: 20px;
    }

    .initial-cost tr:nth-child(1) td span {
        font-size: 13px;
    }

    .initial-cost td b {
        font-size: 14px;
    }

    .monthly-cost-wrap {
        overflow: auto;
    }

    .monthly-cost {
        margin-bottom: 30px;
    }

    .monthly-cost table {
        margin: 0 0 20px;
    }

    .monthly-cost th {
        padding: 10px;
    }

    .monthly-cost td {
        padding: 10px;
        white-space: nowrap;
    }

    .monthly-cost th br,
    .monthly-cost td br {
        display: block;
    }

    .monthly-cost th:nth-child(1) {
        white-space: nowrap;
        font-size: 12px;
    }

    .monthly-cost tr:nth-child(1) th:nth-child(2) {
        font-size: 14px;
    }

    .monthly-cost tr:nth-child(1) th:nth-child(3) {
        font-size: 14px;
    }

    .monthly-cost tr:nth-child(2) td {
        font-size: 14px;
    }

    .monthly-cost tr:nth-child(2) td span {
        font-size: 11px;
    }

    .monthly-cost tr:nth-child(3) td {
        font-size: 14px;
    }

    .monthly-cost tr:nth-child(3) td span {
        font-size: 11px;
    }

    .monthly-cost td img {
        width: 17px;
        vertical-align: middle;
    }

    .monthly-cost-notes {
        margin: 0 0 20px;
        font-size: 13px;
    }

    .monthly-cost-notes__item {
        margin: 0 0 10px;
    }

    .monthly-cost-notes__item ul {
        margin: 0 0 0 10px;
    }

    .monthly-cost-btn p:nth-child(1) {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .monthly-cost-btn p:nth-child(2) {
        float: none;
        width: auto;
    }

    .option {
        margin-bottom: 30px;
    }

    .option table {
        margin: 0 0 20px;
    }

    .option th {
        font-size: 13px;
    }

    .option td {
        font-size: 13px;
    }

    .option td span {
        font-size: 13px;
    }

    .option td a {
        position: static;
        margin: 0;
        font-size: 13px;
    }
}