@charset "UTF-8";

/*--- 「ご利用料金」パーツ追加_251114 ---*/
#price_custom_text + section .inner_item_txt .price_box {
    padding: 1em;
    border: 5px solid var(--i_main_color);
    margin-bottom: 30px;
}
#price_custom_example + div .heading.block_header_3 {
    margin-bottom: 4px;
}
#price_custom_example + div .inner_item:nth-of-type(1):nth-last-of-type(2), 
#price_custom_example + div .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: calc(50% - 2px);
    margin-left: 4px;
    padding: 1em;
    border: 4px solid var(--i_sub2_color);
}
#price_custom_example + div .inner_item_txt table th {
    white-space: nowrap;
    vertical-align: top;
    padding-right: 1em;
    position: relative;
}
#price_custom_example + div .inner_item_txt table th::after {
    content: "：";
    position: absolute;
    right: 0;
    top: 0:
}
@media screen and (max-width: 900px){
    #price_custom_example + div .inner_item:nth-of-type(1):nth-last-of-type(2), 
    #price_custom_example + div .inner_item:nth-of-type(2):nth-last-of-type(1) {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 4px !important;
    }
}
@media screen and (max-width: 768px){
    #price_custom_example + .composite_box01.block_images_2:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2){
        margin-bottom: 4px !important;
    }
}