@charset "UTF-8";

/* ==========================================
	lower_img
========================================== */

#lower_img {
	background: url(../img/company/main_img.jpg) no-repeat;
	background-position: center bottom;
}

/* ==========================================
	company_block
========================================== */

#company_block h3 {
	margin: 60px 0 70px;
}
#company_block table {
	width: 100%;
	margin-top: 40px;
}
#company_block table th {
	width: 140px;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 20px 0 20px 20px;
	background: #f7f7f7;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: top;
}
#company_block table td {
	font-size: 15px;
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #e8e8e8;
}
#company_block table tr:first-child th,
#company_block table tr:first-child td {
	border-top: 1px solid #e8e8e8;
}
#company_block td .td_left_box {
	width: 400px;
	float: left;
}
#company_block td .td_right_box {
	width: 400px;
	float: right;
}
#company_block td .td_right_box img {
	border: 8px solid #f3f3f3;
}
#company_block td iframe {
	margin-top: 30px;
	width: 100%;
	height: 300px;
}

/* ==========================================
	access_block	
========================================== */

#access_block {
	margin-top: 100px;
}
#access_block .access_box {
	margin-top: 80px;
}
#access_block .access_box h4 {
	margin-bottom: 30px;
}
#access_block .access_box iframe {
	width: 100%;
	height: 250px;
	margin-top: 30px;
}
#access_block .access_box table {
	border-collapse: separate;
	border-spacing: 5px;
	margin-top: -5px;
	margin-left: 40px;
}
#access_block .access_box table th {
	width: 50px;
	font-size: 14px;
	font-weight: normal;
	background: #444444;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#access_block .access_box table td {
	font-size: 14px;
	line-height: 140%;
	padding: 5px 15px;
}

/* ==========================================
	philosophy_block
========================================== */

#philosophy_block {
	margin: 80px auto 150px;
}
#philosophy_block h3 {
	margin: 60px 0 80px;
}
#philosophy_block ul {
	margin: 20px 0 40px;
	padding: 15px 20px;
	border: 2px solid #c52016;
}
#philosophy_block ul li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: 0.3em;
	position: relative;
}
#philosophy_block ul li:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #c52016;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
}
#philosophy_block ul li:last-child {
	margin-bottom: 0;
}
#philosophy_block .text_box p {
	font-size: 16px;
	line-height: 200%;
	margin-bottom: 20px;
}

/* ==========================================

	sp

========================================== */

@media screen and (max-width:640px) {

/* ==========================================
	company_block
========================================== */

	#company_block h3 {
		margin: 30px 0 20px;
	}
	#company_block table th {
		border: none;
		padding: 5px 0;
		text-align: center;
		border-left: 1px solid #e8e8e8;
		border-right: 1px solid #e8e8e8;
	}
	#company_block table td {
		padding: 10px;
		border-top: 1px solid #e8e8e8;
	}
	#company_block table th,
	#company_block table td {
		display: block;
		width: 100%;
		font-size: 14px;
	}

/* ==========================================
	access_block
========================================== */

	#access_block {
		margin-top: 50px;
	}
	#access_block .access_box {
		margin-top: 30px;
	}
	#access_block .access_box h4 {
		margin-bottom: 25px;
	}
	#access_block .access_box .left {
		float: none !important;
	}
	#access_block .access_box img {
		display: block;
		margin: 0 auto;
	}
	#access_block .access_box table {
		margin-top: 15px;
		margin-left: -5px;
	}
	#access_block .access_box table td {
		font-size: 13px;
	}
	#access_block .access_box table td {
		padding: 5px;
		font-size: 13px;
	}
	#access_block .access_box iframe {
		margin-top: 20px;
	}

/* ==========================================
	philosophy_block
========================================== */

	#philosophy_block {
		margin: 50px auto 60px;
	}
	#philosophy_block h3 {
		margin: 30px 0 20px;
	}
	#philosophy_block ul {
		margin: 35px 0 30px;
		padding: 10px;
	}
	#philosophy_block ul li {
		font-size: 14px;
	}
	#philosophy_block ul li:before {
		width: 10px;
		height: 10px;
		margin-top: 4px;
	}
	#philosophy_block .text_box p {
		font-size: 13px;
	}

}