@charset "UTF-8";

.u-mb0 {
	margin-bottom: 0 !important;
}

/*------ table ------*/
.tb_style tbody tr:first-of-type th:first-of-type,
.tb_style tbody tr:not(:first-of-type) td:first-of-type {
	width: 30%;
}

.tb_style tbody tr:first-of-type th:last-of-type,
.tb_style tbody tr:not(:first-of-type) td:last-of-type {
	width: 70%;
}

/*-------------------------------------------------
---- media screen for index page
------------------------------------------------- */
@media screen and (max-width:414px){

/*------ table ------*/
.tb_style tbody tr:first-of-type th:first-of-type,
.tb_style tbody tr:not(:first-of-type) td:first-of-type {
	width: 40%;
}

.tb_style tbody tr:first-of-type th:last-of-type,
.tb_style tbody tr:not(:first-of-type) td:last-of-type {
	width: 60%;
}


} /* End Media 414px */
