@charset "UTF-8";
/* CSS Document */

/*-----------------------

料金ページ

-----------------------*/
#price .pconly{
    display: inline-block;
}
#price .mainview{
    background-color: transparent;
}
#price .content{
    background: #fff0f3;
    padding: 40px 0;
}
#price .content .wrap{

}
#price .content .box{
    margin: 60px 0;
    background: #fff;
}
#price .content .img{
    text-align: center;
}
#price .content .secttl{
    background: #ff0033;
    padding: 15px 0;
    color: #fff;
    margin: 0;
}
#price .content .item{
    padding: 30px 60px;

}
#price .content .img{
    margin: 30px 0;
}
#price .content .item h3{
    text-align: center;
    font-size: 4rem;
    line-height: 1.4;
}
#price .content .item h3 span{
    font-size: 3rem;
    color: #ff0033;
}
#price .item h4{
    border-left: 6px #ff0000 solid;
    padding-left: 12px;
    font-size: 2.4rem;
    margin-bottom: 10px;
}
#price .item h5{
    font-size: 2rem;
    margin: 30px 0 0;
}
#price .content .item p{
    margin-bottom: 5px;
    font-size: 1.4rem;
}
#price .content .item p.subtxt{
    font-size: 1.6rem;
    margin-top: 30px;
}
@media screen and (max-width:1024px){
    #price .content .wrap{
        margin: 0 60px;
    }
    #price .content .secttl{
        font-size: 3.6rem;
    }
}
@media screen and (max-width:768px){
    #price .content .item{
        padding: 30px;
    }
    #price .content .wrap{
        margin: 0 30px;
    }
    #price .pconly{
        display: none;
    }
    #price .price-table {
        overflow-x: scroll;
    }
    #price .price-table img {
        width: 170%;
        max-width: none;
    }
    .table-ann{
        text-align: right;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:479px){
    #price .content .wrap{
        margin: 0 15px;
    }
    #price .item h4{
        font-size: 2.6rem;
    }
    #price .mainview .wrap{
        padding: 0;
        margin: 0;
    }
    #price .content .box{
        margin: 0 0 30px;
    }
    #price .content .secttl{
        font-size: 2.4rem;
    }
    #price .content .item{
        padding: 15px;
    }
    #price .content .img{
        margin: 15px 0;
    }
    #price .content .item h3 span{
        font-size: 2rem;
    }
    #price .content .item h3{
        font-size: 2.2rem;
    }
    #price .item h4{
        font-size: 2.2rem;
    }
    #price .item h5{
        margin: 20px 0 0;
        line-height: 1.4;
    }
    #price table {
        margin: 10px 0;
    }
}
@media screen and (max-width:375px){
    #price .content .secttl,
    #price .item h4{
        font-size: 2rem;
    }
    #price .item h5{
        font-size: 1.8rem;
    }
}