@charset "UTF-8";

.block_table_1 table th {
    text-align: left;
}
.heading.block_header_2 .h {
    border-top: 3px solid #04b909;
    border-bottom: 3px solid #04b909;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: relative;
    min-width: 450px;
    margin: 30px auto;
    padding: 5px 20px;
}
.heading.block_header_2 {
    color: #000000;
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}
.heading.block_header_2 .h:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 8px;
    border: none;
    border-radius: 0;
    border-left: 3px solid #04b909;
    border-right: 3px solid #04b909;
    display: block;
    width: calc(100% - 20px);
    height: 58px;
}
.widget_menu01 li {
    align-items: flex-start;
}
.widget_menu01 li .inner_item_txt {
    align-items: flex-end;
}
@media screen and (max-width: 900px) {
.heading.block_header_2 .h {
    box-sizing: border-box;
    min-width: 100%;
}
}