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

	company_block

-----------------------------------*/
#lower_img {
	background: url(../img/company/lower_img.jpg) no-repeat;
	background-position: center right;
	background-size: cover;
}
#message_block {
	padding: 95px 0 70px;
}
#message_block h2 {
	margin-bottom: 80px;
}
#message_block .text_box {
	/*width: 600px;*/
}
#message_block .text_box h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #89bd25;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #89bd25;
	display: inline-block;
}
#message_block .text_box p {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 1.8rem;
}
#message_block .text_box span {
	display: block;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}
#message_block .img_box {
	width: 400px;
}
#outline_block {
	padding: 80px 0 150px;
	background: #fffeed;
}
#outline_block h2 {
	margin-bottom: 60px;
}
#outline_block .company_box {
	margin-bottom: 30px;
	padding: 20px 15px 25px;
}
#outline_block .company_box h3 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	background: #a5a26d;
	margin-bottom: 25px;
	padding: 10px 0 10px 25px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}
#outline_block .company_box h3:before {
	content: "";
	display: block;
	width: 6px;
	height: 30px;
	background: #dfe676;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	left: 8px;
	top: 8px;
}
#outline_block .company_box table {
	width: 360px;
	border-spacing: 6px;
	border-collapse: separate;
}
#outline_block .company_box table th {
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	color: #8cb73a;
	padding: 2px 5px;
	border-bottom: 1px dotted #d0cfc0;
}
#outline_block .company_box table td {
	padding-left: 10px;
	border-bottom: 1px dotted #d0cfc0;
}
#outline_block .company_box .img_box img {
	margin-right: 20px;
}


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

	#message_block {
		padding-top: 15px;
		padding-bottom:15px;
	}
	#message_block h2 {
		margin-bottom: 40px;
	}
	#message_block .img_box {
		width: 40%;
		margin: 0 auto;
		float: none !important;
	}
	#message_block .text_box {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 60px;
		float: none !important;
	}
	#outline_block {
		padding-bottom: 70px;
	}
	#outline_block .company_box table {
		width: 100%;
		border-spacing: 0;
		margin-bottom: 25px;
	}
	#outline_block .company_box table th {
		width: 80px;
		padding: 8px 0 8px 10px;
	}
	#outline_block .company_box table td {
		padding: 8px 0 8px 10px;
	}
	#outline_block .company_box .img_box {
		width: 100%;
	}
	#outline_block .company_box .img_box img {
		width: 48%;
		float: left;
	}
	#outline_block .company_box .img_box iframe {
		width: 48%;
		height: 225px;
		float: right;
	}

}

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

	#company_block {
		padding: 0;
	}
	#message_block .img_box {
		width: 60%;
	}
	#message_block .text_box {
		padding-bottom: 30px;
	}
	#message_block .text_box p {
		font-size: 13px;
	}
	#message_block .text_box span {
		font-size: 15px;
	}
	#outline_block {
		padding: 30px 0 40px;
	}
	#outline_block h2 {
		margin-bottom: 25px;
	}
	#outline_block .company_box h3 {
		font-size: 14px;
		padding: 5px 0 5px 20px;
		margin-bottom: 10px;
	}
	#outline_block .company_box h3:before {
		width: 5px;
		height: 20px;
		top: 5px;
	}
	#outline_block .company_box {
		margin-bottom: 0;
	}
	#outline_block .company_box th {
		padding: 8px 0;
	}
	#outline_block .company_box .img_box img {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	#outline_block .company_box .img_box iframe {
		width: 100%;
		height: 230px;
		float: none;
	}

}