@charset "UTF-8";

#price_table + div li p{
    text-align: right;
}

.bnr{
    padding: 3rem;
    text-align: center;
}
.bnr_title{
    font-size: 300%;
    border-bottom: 5px dotted var(--i_main_color);
}
.bnr_text-bg{
    background: var(--i_main_color);
    color: #fff;
    padding: 1rem;
    border-radius: 30px;
    font-size: 130%;
    margin-top: 3rem;
}
.bnr_price{
    font-size: 200%;
}
.large{
    font-size: 300%;
}
.small{
    font-size: 75%;
}
@media screen and (max-width: 1100px){
.bnr_title{
    font-size: 200%;
}
.bnr_price{
    font-size: 160%;
}
.large{
    font-size: 160%;
}
}
@media screen and (max-width: 768px){
.bnr{
    padding: 1rem;
}
.bnr_title{
    font-size: 160%;
}
.bnr_text-bg{
    font-size: 85%;
}
.bnr_price{
    font-size: 150%;
}
.large{
    font-size: 150%;
}
}

.about_wrap{
    background: var(--i_sub2_color);
    padding: 3rem;
}
.about_title{
    font-size: 2.4rem;
    color: var(--i_main_color);
}
.about_text01{
    font-weight: bold;
}