@charset "UTF-8";

#cost_table + .contents_box01 .inner_item_txt .outer {
    border: 1px solid #000;
}
#cost_table + .contents_box01 .inner_item_txt table {
    min-width: 100%;
    max-width: 100%;
}
#cost_table + .contents_box01 .inner_item_txt table,
#cost_table + .contents_box01 .inner_item_txt table tr,
#cost_table + .contents_box01 .inner_item_txt table th,
#cost_table + .contents_box01 .inner_item_txt table td {
    border-collapse: collapse;
    border: 1px solid;
    border-color: var(--i_border_color);
}
#cost_table + .contents_box01 .inner_item_txt table th {
    background-color: var(--i_sub2_color);
}
@media screen and (max-width: 700px) {
    #cost_table + .contents_box01 .inner_item_txt table th,
    #cost_table + .contents_box01 .inner_item_txt table td {
        /*width: 100%;*/
        display: block;
    }
#cost_table + .contents_box01 .inner_item_txt table td {
        width: 100%;
}
}