@charset "UTF-8";

.block_table_7 table th,
.block_table_7 table td {
border: none;
border-top: 1px solid #ADB3A3;
background-color: #FCFBF7 !important;
font-weight: 400;
padding: 8px;
}

table {
    width: 100%;
    background-color: #FCFBF7;
}
th,
td {
    border-top: 1px solid #ADB3A3;
    padding: 10px 0;
    font-weight: 400;
}
dd .ttl_logo {
    width: 100%;
}
/*dl:last-child dt {
   display: none;
}*/
@media screen and (max-width: 768px){
td{
    padding-right: 5px;
}
th{
    text-align: left;
    padding-left: 8px;
}
}