@charset "UTF-8";
/* ######################################################################################

　料金

###################################################################################### */
/* ====================================================
    取得できる項目
==================================================== */
.pagePrice .item .itemList .boldTilte:before{
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/contents/price/ico_list.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.pagePrice .item .itemList .attention{
    position: relative;
    padding-left: 1em;
}
.pagePrice .item .itemList .attention:before{
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.pagePrice .item .itemList .row li:before{
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
    background-image: url("../img/contents/price/ico_check.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

@media print, screen and (min-width: 768px) {
    .pagePrice .wallBelt.item{
        padding-top: 110px;
        padding-bottom: 80px;
    }
    .pagePrice .item .imgBox{
        float: left;
        margin-left: 80px;
    }
    .pagePrice .item .itemList{
        float: right;
        margin-right: 120px;
        width: 320px;
    }
    .pagePrice .item .itemList .boldTilte{
        margin-bottom: 0.85em;
        font-size: 2.0rem;
    }
    .pagePrice .item .itemList .boldTilte:before{
        width: 42px;
        height: 46px;
        margin-right: 0.75em;
    }
    .pagePrice .item .itemList .row{
        margin-right: -15px;
        margin-left: -15px;
    }
    .pagePrice .item .itemList .row li{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0.75em;
    }
    .pagePrice .item .itemList .row li:before{
        width: 16px;
        height: 16px;
    }
    .pagePrice .item .itemList .attention{
        margin-top: 0.75em;
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 767px) {
    .pagePrice .item .imgBox{
        margin-bottom: 20px;
    }
    .pagePrice .item .imgBox img{
        width: 100%;
        height: auto;
    }

    .pagePrice .wallBelt.item{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .pagePrice .item .itemList .boldTilte{
        margin-bottom: 0.85em;
        font-size: 1.5rem;
    }
    .pagePrice .item .itemList .boldTilte:before{
        width: 30px;
        height: 34px;
        margin-right: 0.5em;
    }
    .pagePrice .item .itemList .row li{
        margin-bottom: 0.75em;
        font-size: 1.4rem;
    }
    .pagePrice .item .itemList .row li:before{
        width: 12px;
        height: 12px;
    }
    .pagePrice .item .itemList .attention{
        margin-top: 0.75em;
        font-size: 1.3rem;
    }
}

/* end */