@charset "utf-8";

/************************************************
 company
************************************************ */

/* 会社概要 */
#section_2 .frame {
	padding: 3.571% 3.571% 5.357% 3.571%;
	background: #FFFFFF;
}
/* タイトル */
#section_2 #main_ttl {
	width: 100%;
	max-width: 1000px;
	background: url(../img/ttl-h1_sp.png) no-repeat;
	background-size: 100%;
	height: 8.928vw;
	margin-bottom: 20px;
}

/* content */
#section_2 table {
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 36px;
}
#section_2 th {
	float: left;
	width: 20%;
	text-align: right;
	padding: 10px 4% 10px 0;
}
#section_2 td {
	float: left;
	width: 80%;
	padding: 10px 0 10px 4%;
	border-left: 1px #B2001E dotted;
	//	border-left: 1px #B2001E dashed;
}
@media all and (min-width: 1024px) {
	#section_2 #main_ttl {
		background: url(../img/ttl-h1.png);
		height: 39px;
	}
	#section_2 .frame {
		padding: 20px 20px 30px 20px;
	}
	#section_2 td {
		padding: 10px 30px;
	}
	#section_2 th {
		padding: 10px 30px;
	}
}
