/*==================================================
pages price
===================================*/
.price {
    padding-top: 5rem;
    padding-bottom: 6rem;
    background: #FFFCF0;
}

@media screen and (max-width: 480px) {
    .price {
        padding: 4rem 0;
    }
}

.price__head {
    display: grid;
    place-items: center;
    min-height: 5rem;
    margin-top: 2.6rem;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    background: #073061;
    color: #FFF;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
}

.price__container {
    margin: 3rem 0 0;
}

.price {
    background-color: #FFFCF0;
    padding: 4rem 0 7rem;
}

.price_table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.price_head th:first-of-type {
    border: unset;
}

.price_head th:first-of-type {
    background-color: unset;
}

.price_tbody td {
    width: 14.5%;
    text-align: right;
    background-color: #fff;
    font-weight: 500;
    vertical-align: middle;
    border: solid 1px #707070;
    padding: 2rem 2.5rem;
}

td.price_table_name {
    width: 8%;
    background-color: #FF8612;
    color: #fff;
    padding: 2rem 2.5rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: left;
    border: solid 1px #FF8612;
    border-bottom: solid 1px #fff;
}

@media screen and (max-width: 480px) {
    td.price_table_name {
        font-size: 1.2rem;
        padding: 0.8rem 1.5rem;
        line-height: 1.8rem;
    }
}

td.price_table_name--first {
    border-top: solid 1px #FF8612;
}

td.price_table_name--last {
    border-bottom: solid 1px #FF8612;
}

.price_table_item {
    font-size: 2rem;
}

@media screen and (max-width: 480px) {
    .price_table_item {
        font-size: 1.6rem;
    }
}

.price_sp .compare_table:first-child {
    margin-bottom: 3rem;
}

.price_tables_title {
    background-color: #896440;
    color: #fff;
    font-weight: 400;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.16rem;
    padding: 1rem 1.5rem;
}

@media screen and (max-width: 480px) {
    .price_tables_title {
        font-size: 1.8rem;
    }
}

.price_menu .price__container {
    margin-top: 2rem;
}

@media screen and (max-width: 480px) {
    .price_menu .price__container {
        margin-top: 1rem;
    }
}

.price_menu_block {
    margin-bottom: 4rem;
}

@media screen and (max-width: 480px) {
    .price_menu_block {
        margin-bottom: 3rem;
    }
}

.price_menu_block:last-of-type {
    margin-bottom: 0;
}

/*==================================================
p-service2 END
===================================*/