@charset "UTF-8";
 
 .tbl li{ padding-left: 1.2em; text-indent: -1.2em; }

@media screen and (min-width: 917px){
/* ▼▼--- */
.company_tbl .tb_box {
	border-collapse: collapse; width: 90%; margin: 30px auto 50px auto; } 
.company_tbl .tb_box th, .tb_box td {
	border: 1px solid #dbe1e8; padding: 8px; }
.company_tbl .tb_box th {
	background: #f9fafc; text-align: left; width: 210px; }

/* ▼▼--- */
.tbl_3box td:first-child {
	background: #eeeeee; }
.tbl_3box .thead {
	background:#d4d4d4; }
.tbl_3box{
	width: 90%; border-collapse: collapse; border:1px solid #333; margin: 0px auto 50px auto; }
.tbl_3box td,.tbl_3box th{
    border-collapse: collapse; border:1px solid #333; padding: 0.5em; }
.tbl_title_space{
	margin: 50px 0 20px 0; }

/* -- min-width: 917px -- */
}


/* ▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 916px) {
/* ▼▼--- */
.company_tbl .tb_box {
	border-collapse: collapse; width: 90%; margin: 30px auto 50px auto; }
.company_tbl .tb_box th, .tb_box td {
	border: 1px solid #dbe1e8; padding: 8px; }
.company_tbl .tb_box tr, .tb_box th, .tb_box td {
	display: block; width: auto; }
.company_tbl .tb_box tr:first-child {
	border-top: 1px solid #ddd; }
.company_tbl .tb_box th {
	background: #f9fafc; text-align: left; }
.company_tbl .tb_box th, .tb_box td {
	border-top: none; }

/* ▼▼--- */
.tbl_3box {
	width: 90%; margin: 0px auto; }
.tbl_3box .thead {
	 display: none; }
.tbl_3box tr {
	 width: 100%; }
.tbl_3box td {
	display: block; text-align: right; padding: 0.5em; }
.tbl_3box td:nth-child(n+2){
	border-bottom: 1px dashed #cccccc; }
.tbl_3box td:first-child {
	background: #e9727e; color: #fff; font-weight: bold;
	text-align: center; margin-top: 1em; }
.tbl_3box td:last-child {
	margin-bottom: 50px; }
.tbl_3box td:before {
	content: attr(data-label); float: left; font-weight: bold; margin-right: 10px; }
.tbl_title_space{
	margin-top: 50px; }

/* -- max-width: 916px -- */
}
