@charset "UTF-8";
/* Table */

table {
	border-collapse:collapse;
	box-sizing: border-box;
}
table th,
table td {
	box-sizing: border-box;
}

/* 会社概要 */
.tbl_outline table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
}
.tbl_outline table th,
.tbl_outline table td {
	padding-bottom: 0.5em;
}
.tbl_outline table th {
	width: 8em;
	font-weight: 500;
	white-space: nowrap;
}







@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */



/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}


@media handheld, print, screen and (min-width: 481px) {



/* end of media query */	
}

@media handheld, print, screen and (min-width: 621px) {
/* iPad */




/* end of media query(iPad) */	
}




@media handheld, print, screen and (min-width: 801px) {






/* end of media query */
}