@charset "UTF-8";

.news dl {
   border:1px solid #5B7DBB;
   padding:2rem;
}

.news dd {
padding-left:1rem;
}

@media screen and (max-width: 600px){
.news dd {
padding-left:0;
}
}



.block_table_3 table th, .block_table_7 table th {
    background-color: #b8c9e7!important;
}

.block_table_2 table thead, .block_table_2 table thead th, .block_table_2 table thead td, .block_table_5 table thead, .block_table_5 table thead th, .block_table_5 table thead td, .block_table_6 table thead, .block_table_6 table thead th, .block_table_6 table thead td {
    background-color:  #b8c9e7!important;
}

.menu-table th {
border: 1px solid var(--i_border_color);
}

.menu-table td {
border: 1px solid var(--i_border_color);
padding:1rem;
}
.menu-table td:first-child {
background-color: #b8c9e7!important;
text-align:center;
font-weight:600;
width: 20%;
}
.menu-table td:last-child {
width: 40%;
}

@media screen and (max-width: 600px){
.menu-table td{
display:block;
width:100% !important;
}
}
