@charset "utf-8";

.content_area.price {
    padding-bottom: 158px;
}

/*------------ 一覧 ------------*/
.price_list {
    padding: 0;
    margin: 0;
}

.price_item {
    list-style: none !important;
    line-height: 2;
    margin-bottom: 47px;
}

.price_date {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1px;
}

.price_title {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.price_content {
    padding: 15px 0 34px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.price_content p {
    line-height: 2;
}

.price_content>*:last-child {
    margin-bottom: 0;
}

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

    /*------------ 一覧 ------------*/
    .price_item {
        margin-bottom: 45px;
    }

    .price_date {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .price_title {
        font-size: 2.4rem;
        line-height: 1.55;
        /* margin-bottom: 10px; */
    }

    .price_content {
        padding: 12px 0 20px;
        /* border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    }

    /* .price_content p {
        line-height: 2;
    } */

    /* .price_content>*:last-child {
        margin-bottom: 0;
    } */

}