@charset "UTF-8";

.inner_item_txt ol li:before {

    font-size: 2.4rem;
}


.suppliers{
    display: flex;
    flex-wrap: wrap;
}


.suppliers li{
   width:33.3333%;
    list-style: none!important;
    margin-bottom: 10px;
}

.block_table_3.w30 table tr:nth-of-type(1)>td:first-child, .block_table_3.w30 table tr:nth-of-type(1)>th:first-child, .block_table_7.w30 table tr:nth-of-type(1)>td:first-child, .block_table_7.w30 table tr:nth-of-type(1)>th:first-child {
    width: 25%!important;
}


.block_table_3 table th, .block_table_7 table th {
    text-align: left;
    padding-left: 24px;
}



@media screen and (max-width: 500px){

.block_table_3.w30 table tr:nth-of-type(1)>td:first-child, .block_table_3.w30 table tr:nth-of-type(1)>th:first-child, .block_table_7.w30 table tr:nth-of-type(1)>td:first-child, .block_table_7.w30 table tr:nth-of-type(1)>th:first-child {
    width: auto!important;
}

.suppliers {
    display: block;
    flex-wrap: wrap;
}

.suppliers li {
    width: 100%;
    list-style: none!important;
    margin-bottom: 10px;
}

/* 20240708_修正
---------------------------*/

.block_table_1 table th {
display:block;
width:auto !important;
}
.block_table_1 table td {
display:block;
width:auto !important;
}

}