@charset "utf-8";

/* common */

/* table */
.res_table_1 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -10px;
    border: solid 5px rgb(0,0,0,0.4);
}

.res_table_1 th {
    height: 40px;
    padding: 10px;
    background: #FFA07A;
    text-align: center;
    color: #FFFFFF;
    border: solid 1px rgb(0,0,0,0.4);
}

.tab1_th1 {
    width: 20%;
}

.tab1_th2 {
    width: 40%;
}

.tab1_th3 {
    width: 40%;
}

.res_table_1 td {
    height: 80px;
    text-align: center;
    border: solid 1px rgb(0,0,0,0.4);
    padding: 10px;
}

/* .res_table_1 td:first-child {
    font-weight: bold;
    padding-top: 18px;
} */

/* .res_table td:second-child {
    width: 10%;
}

.res_table td:third-child {
    width: 50%;
}

.res_table td:forth-child {
    width: 10%;
} */




.res_table_2 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -10px;
    border: solid 5px rgb(0,0,0,0.4);
}

.res_table_2 th {
    height: 40px;
    padding: 10px;
    background: #FFA07A;
    text-align: center;
    color: #FFFFFF;
    border: solid 1px rgb(0,0,0,0.4);
}
.tab2_th1 {
    width: 25%;
}

.tab2_th2 {
    width: 45%;
}

.tab2_th3 {
    width: 30%;
}

.res_table_2 td {
    height: 80px;
    text-align: center;
    border: solid 1px rgb(0,0,0,0.4);
    padding: 10px;
}

/* .res_table_2 td:first-child {
    font-weight: bold;
    padding-top: 18px;
} */




.res_table_3 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -10px;
    border: solid 5px rgb(0,0,0,0.4);
}

.res_table_3 th {
    height: 40px;
    padding: 10px;
    background: #FFA07A;
    text-align: center;
    color: #FFFFFF;
    border: solid 1px rgb(0,0,0,0.4);
}
.tab3_th1 {
    width: 50%;
}

.tab3_th2 {
    width: 50%;
}

.res_table_3 td {
    height: 80px;
    text-align: center;
    border: solid 1px rgb(0,0,0,0.4);
    padding: 10px;
}

/* .res_table_3 td:first-child {
    font-weight: bold;
    padding-top: 18px;
} */





/* responsive table */
@media (max-width: 700px) {
    .res_table_1,
    .res_table_2,
    .res_table_3 {
        width: 100%;
        margin-top: 0;
    }

    .res_table_1,
    .res_table_2,
    .res_table_3 tr {
        width: 100%;
    }

    .res_table_1,
    .res_table_2,
    .res_table_3 td {
    }
}



/* for responsive */

/*@media (max-width: 479px)
@media (max-width: 767px) col-xs
@media (max-width: 991px) col-sm
@media (max-widht: 1199px) col-md
col-lg*/

/*common for pc large*/
@media (min-width: 1217px) {
}


/*common for pc*/
@media (max-width: 1216px) {
}


/*common for tablet*/
@media (max-width: 959px) {
}


/*common for smart phone*/
@media (max-width: 479px) {
}
