@charset "UTF-8";

/*-----------テーブル装飾------------*/
#flow_box ~ section.contents_box01 .content_wrapper > .heading.block_header_2 {
    display: none;
}

.table_wrap {
    margin-top: 2rem;
}
.table_wrap table {
    width: 100%;
    text-align: center;
}
.table_wrap table th {
    border: 1px solid var(--i_border_color);
}
.table_wrap table td {
    border: 1px solid var(--i_border_color);
}
.table_symbol td {
    font-size: 3rem;
    line-height: 1;
}
th.green{
    background: #73AE96;
    color: #fff;
}
th.red{
    background: #D7544E;
    color: #fff;
}
th.orange {
    background: #FCAE5F;
    color: #fff;
}
td.green{
    color: #73AE96;
}
td.red{
    color: #D7544E;
}
td.orange {
    color: #FCAE5F;
}

@media screen and (max-width: 900px) {
#flow_box ~ section.contents_box01 .content_wrapper > .heading.block_header_2 {
    display: block;
}
#flow_box ~ section.contents_box01 .content_wrapper .inner_item_txt .heading.block_header_2 {
    display: none;
}
}

@media screen and (max-width: 400px) {
.table_wrap table th {
    font-size: 1.4rem;
}
.table_wrap table td {
    font-size: 1.4rem;
}
.table_symbol td {
    font-size: 2.4rem!important;
}
}