@charset "UTF-8";

/*============================
 price__contents
============================*/
.price__contents {
    padding-bottom: 0;
}

.pct__atc {
    margin-bottom: 100px;
    padding: 60px 5%;
    border-radius: 5px;
    background: url(../img/price/price_bg01.png) no-repeat center center/cover;

    &:nth-child(2),
    &:nth-child(3) {
        background: url(../img/price/price_bg02.png) no-repeat center center/cover;
    }

    &:nth-child(4),
    &:nth-child(5),
    &:nth-child(6) {
        background: url(../img/price/price_bg03.png) no-repeat center center/cover;
    }

    &:last-child {
        margin-bottom: 0;
    }
}

.pcont__pop {
    width: 126px;
    left: -30px;
    top: 0;
    transform: translate(0, -50%);
}

.pcont__tbl {
    width: 100%;
    border: solid 1px #464D83;

    & th {
        padding: 1em;
        background: #EEF1F4;
        text-align: left;
        font-size: 1.8rem;
        white-space: nowrap;
        font-weight: bold;
        color: #464D83;
        border: solid 1px #464D83;
    }

    & td {
        padding: 1em;
        background: #fff;
        text-align: left;
        font-weight: 500;
        border: solid 1px #464D83;
        line-height: 1.5;
    }

    &.small {
        max-width: 730px;
    }
}


@media screen and (max-width:1024px) {

    .pct__atc {
        margin-bottom: 60px;
        padding: 50px 5%;
    }

    .pcont__pop {
        width: 90px;
        left: -10px;
        top: 0;
    }

    .pcont__tbl {


        & th {
            padding: 1em;
            font-size: 1.6rem;
        }

        & td {
            padding: 1em;
        }
    }

}

@media screen and (max-width:767px) {

    .pct__atc {
        margin-bottom: 60px;
        padding: 50px 5% 40px;
    }

    .pcont__pop {
        width: 80px;
        left: -10px;
        top: 0;
    }

    .pcont__tbl {


        & th {
            padding: 1em .5em;
            font-size: 1.4rem;
        }

        & td {
            padding: 1em .5em;
            font-size: 1.2rem;
            letter-spacing: 0;
        }
    }

}