@charset "utf-8";
/* CSS Document */
/* ================================================
 * 共通
 * ================================================*/
main {
	overflow: hidden;
}
.box1 {
	padding-top: 100px;
}
.box2 {
	margin-top: 50px;
}
.box1_1,
.box1_2 {
	clear: both;
}
.main_box {
	max-width: 1000px;
	margin: 0 auto;
	width: auto;
	padding: 0 10px;
}
.main_box .float_l,
.main_box .float_r {
	float: none;
}
.clear {
	clear: both;
}
#under_consulting p,
#under_about p {
	line-height: normal;
}
/* ================================================
 * 会社概要
 * ================================================*/
#under_contact h2 {
	color: #002a4e;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'Cambria','MS Serif','Congo','Andalus',"Times New Roman", "HG明朝B", "Sawarabi Mincho","ＭＳ Ｐ明朝", "ＭＳ 明朝" , serif;
	line-height: 35px;
	border-bottom: 1px solid;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 3%;
	font-weight: bold;
}
#under_contact h2 span {
	font-size: 26px;
	line-height: 50px;
	font-weight: normal;
}
@media screen and (min-width:768px){
	.main_box .float_l {
		float: left;
		width: 50%;
	}
	.main_box .float_r {
		float: right;
		width: calc(50% - 1px);
	}
}