@charset "UTF-8";

.page_top .container {
    background: url("../img/price/topback.jpg") no-repeat;
    background-size: cover;
    background-position-x: 35%;
}

.price {
    padding: 40px 0;
}

.price .container {
    max-width: 1060px;
    margin: 0 auto;
}

.price .container .price_box {
    max-width: 700px;
    margin: 20px auto;
}

.price .container .price_box .chart_tit {
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    padding: 20px 0;
    background: #006837;
    color: #fff;
    margin-bottom: 10px;
}

.price .container .price_box ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #9FA0A0;
}

.price .container .price_box ul.detail_tit {
    display: flex;
    background: #EFEFEF;
    font-size: 18px;
    line-height: 1.2em;
}

.price .container .price_box ul.detail {
    font-size: 16px;
}

.price .container .price_box ul.detail:nth-child(even) {
    background: #E5F0EB;
}

.price .container .price_box ul li {
    text-align: center;
    padding: 10px 0;
    width: 50%;
}

.price .container .price_box ul.detail_tit li {
    padding: 20px 0;
}

.price .container .price_box ul li:last-child {
    border-left: 1px dotted #000;
}

.price .container .link {
    margin-bottom: 100px;
}

.price .container .caution {
    background: #EFEFEF;
    margin: 50px auto;
    max-width: 700px;
    padding: 30px 50px;
    font-size: 16px;
    line-height: 1.5em;
}

.price .container .caution li {
    border-bottom: 1px dotted #000;
    padding: 20px 0 5px;
}

.price .container .link_l {
    margin: 100px auto;
}

.price .container .link_l .linkbtn {
    width: 600px;
}



/* スマートフォン用 */
@media screen and (max-width: 768px) {

    .price .container {
        padding: 0 20px;
    }

    .price .container .price_box ul.detail {
        font-size: 15px;
    }

    .price .container .link_l .linkbtn {
        width: 100%;
        max-width: 600px;
        line-height: 1.5em;
        padding: 20px 40px 20px 20px;
    }

    .price .container .link_l .linkbtn::after {
        top: 40%;
    }


}



















