
@charset "UTF-8";

/*-その他の負担-*/
#burden + section .heading.block_header_6 {
    background: none;
}
#burden + section .heading.block_header_6:after {
    content: '+';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 5rem;
    line-height: 1;
}
@media screen and (max-width: 900px) {
    #burden + section .heading.block_header_6:after {
        font-size: 3.8rem;
    }
}


/*-月額利用料パーツ-*/
#price2 + .widget_menu01 li:last-child{
     border-top:2px solid var(--i_txt_color);
     border-bottom: none;
}
#price2 + .widget_menu01 li:last-child .inner_item_txt {
     justify-content: flex-end;
     font-size: 2rem;
     font-weight: bold;
}
#price2 + .widget_menu01 li:last-child .inner_item_txt dl dd{
    padding-left: 12px;
}