@charset "UTF-8";

@media(max-width: 768px){
#img-pc + .block_image_1{
display: none;
}
}

#img-sp + .block_image_1{
display: none;
}

@media(max-width: 768px){
#img-sp + .block_image_1{
display: block;
}
}

#table-center + .block_table_5 table td{
    text-align: center;
}

#table-center + .block_table_5 table{
width: 1000px;
}

#table-center + .block_table_5 .outer{
    overflow: scroll;
}

.sec-table td{
padding: 10px;
}

.sec-table .row-title{
min-width: 100px;
}

.sec-table th{
padding: 10px;
background-color: #F3F3F3;
}

#sec-table + .block_text_1 .content_wrapper .wrapper_item .inner_item_txt{
overflow: scroll;
}