@charset "UTF-8";

main {
    margin-bottom: 0;
}

.price_body {
    padding-bottom: 170px;
    background: url(/img/price/bg-price_body.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.price_body::before {
    content: '';
    position: absolute;
    background: url(/img/cost/bg-price_body02.png);
    background-size: contain;
    background-position: center bottom;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
}

.price_intro {
    width: 580px;
    margin: 0 auto 20px;
    text-align: center;
}

.anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.anchor a {
    padding: 0 45px;
    position: relative;
}

.anchor a:first-child {
    border-right: solid 1px #B1B1B1;
}

.anchor a::after {
    content: '';
    width: 10px;
    height: 6px;
    background: url(/img/cmn/icon-anchor.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateY(50%);
    bottom: 50%;
    right: 30px;
}


/* price_list */

.price_list {
    background: #fff;
    max-width: 960px;
    margin: 0 auto 50px;
    padding: 80px 45px;
}

.price_list_ttl {
    font-size: 23px;
    margin-bottom: 20px;
}

.price_list_ttl span {
    font-size: 16px;
    display: block;
}

.price_list_ttl span {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
}

.price_list_txt {
    font-size: 13px;
    color: #B1B1B1;
    margin-bottom: 20px;
    text-align: center;
}

.price_list_item {
    margin-bottom: 45px;
}

.price_list_item_ttl {
    font-size: 18px;
    margin-bottom: 20px;
}

.price_list_item_ttl span {
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
}

.price_list_item_ttl em {
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
}

.price_list_item dl {
    display: flex;
    border-bottom: solid 1px #CBCBCB;
}

.price_list_item dl.mb {
    margin-top: 20px;
    border-top: solid 1px #CBCBCB;
}

.price_list_item dl.-first {
    border-top: solid 1px #CBCBCB;
}

.price_list_item dl dt {
    padding: 13px 20px;
    background: #F8F8F5;
    width: 100%;
    max-width: 675px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}

.price_list_item dl dd {
    padding: 13px 20px;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: right;
    flex: 1;
}

.price_list_item dl .comment {
    text-align: left;
}

.count {
    background: #F8F8F5;
    padding: 20px;
    margin: 10px 0;
    max-width: 440px;
}

.price_note p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}

.price_list_item table {
    width: 100%;
}

.price_list_item table tbody tr {
    border-bottom: solid 1px #CBCBCB;
}

.price_list_item table tbody tr:first-child {
    border-top: solid 1px #CBCBCB;
}

.price_list_item table tbody tr th {
    padding: 13px 20px;
    background: #F8F8F5;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    width: 434px;
    vertical-align: middle;
}

.price_list_item table tbody tr td {
    padding: 13px 20px;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: right;
}

.price_list_item table tbody tr td.-br {
    text-align: left;
    border-right: solid 1px #CBCBCB;
    width: 242px;
}

.price_list_item.-calculation dl dd {
    text-align: left;
}

.price_list_item.-calculation dl.-first dd {
    background: #F8F8F5;
    text-align: left;
}

.price_list_item.-calculation dl dt {
    background: #fff;
    border-right: solid 1px #CBCBCB;
    width: 631px;
}

.price_list_item.-calculation dl.-first dt {
    background: #F8F8F5;
}

.price_list_item .note {
    font-size: 13px;
    color: #B1B1B1;
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
}

.about.mb {
    margin-bottom: 70px;
}

.about_ttl {
    font-size: 18px;
    margin-bottom: 10px;
}

.about_txt {
    font-family: 'Noto Sans JP', sans-serif;
}

.contact p {
    text-align: center;
    font-size: 18px;
}

.contact .tel {
    display: block;
    font-family: 'Marcellus', serif;
    font-size: 42px;
    width: fit-content;
    margin: 0 auto;
}

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

    .price_intro {
        width: 100%;
    }

    .anchor {
        margin-bottom: 40px;
    }

    .price_list_ttl {
        line-height: 30px;
    }


    /* price */

    .price_body {
        padding-bottom: 50px;
    }

    .price_list {
        padding: 25px 15px;
    }

    .price_list_item dl dt {
        width: 180px;
        padding: 10px 15px;
    }

    .price_list_item dl dt,
    .price_list_item dl dd {
        width: 190px;
        padding: 10px 15px;
    }

    .price_list_item table tbody tr th {
        width: 170px;
    }

    .price_list_item table tbody tr th,
    .price_list_item table tbody tr td {
        padding: 10px 15px;
    }

    .price_list_item.-calculation dl dt {
        width: 130px;
    }

    .contact {
        margin-bottom: 0;
    }

    .contact p {
        text-align: left;
    }

    .contact .tel {
        font-size: 30px;
    }

}