

.kv_area{
	margin: 0 auto 80px;
	padding: 0 0 0 0;
	width: 100%;
	height:320px;
	position:relative;
	text-align:center;
	background:url(../../images/company/kv.jpg) no-repeat center center ;
	background-size:cover;
}

.kv_inner{
	margin: 0 auto 0;
	padding: 0 0 0 0;
	width: 1020px;
	position:relative;
	text-align:center;
}

.kv_area h2{
	margin: 0 0 0 0;
	padding: 160px 0 0;
	position:relative;
	text-align:center;
}

.kv_area h2 img{
	width:auto;
	height:78px;
	vertical-align:top;
}







.section{
	margin: 0 0 50px 0;
	padding: 0 0;
	position:relative;
}

.section:after, .section:before {
	content: "";
	clear: both;
	display: block;
}

.section_img_left{
	margin: 0 0 0 0;
	padding: 0 0;
	position:relative;
	width:290px;
	float:left;
	display:inline;
	vertical-align:top;
	text-align:right;
}

.section_img_left img{margin-left:-290px;}



.section_block{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	position:relative;
	width:680px;
	display:inline;
	vertical-align:top;
}

.float_l{float:left;}
.float_r{float:right;}

h3.h3_style {
	margin: 0 0 50px 0;
	padding: 10px 0 10px 20px;
	position: relative;
	font-size: 18px;
	line-height:1.5;
	font-weight:bold;
	letter-spacing:2px;
	color:#555555;
	text-align:left;
	background:url(../../images/base/h3_line.svg) no-repeat left bottom 0px;
	background-size:auto 9px;
}

h3.h3_style span{
	display:block;
	position: absolute;
	left:260px;
	bottom:0px;
	font-size: 18px;
	line-height:1.4;
	font-weight:normal;
	letter-spacing:0px;
	color:#aaa;
	font-family: 'Shippori Mincho', serif;
}

h4.h4_style {
	margin: 0 0 30px 20px;
	padding: 0 0 0 0;
	position: relative;
}

h4.h4_style img{
	width:auto;
	height:82px;
	vertical-align:top;
}

h4.h4_style img.h4_size{
	width:auto;
	height:130px;
	vertical-align:top;
}

.section_txt {
	margin: 0 0 30px 20px;
	padding: 0 0 0 0;
	position: relative;
	font-size: 16px;
	line-height:2.0;
	font-weight:normal;
	letter-spacing:0px;
	color:#555555;
	text-align:left;
}

.section_txt span{
	margin: 0 0 30px 20px;
	padding: 0 0 0 0;
	position: relative;
	display:block;
	text-align:right;
}

.section_p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	text-align:left;
}

.section_p img{
	margin-left: 30px;
}

.section_img_right{
	margin: 0 0 0 0;
	padding: 0 0;
	position:relative;
	width:290px;
	float:right;
	display:inline;
	vertical-align:top;
	text-align:right;
}


h3.h3_style2 {
	margin: 0 0 50px 0;
	padding: 10px 0 10px 20px;
	position: relative;
	font-size: 18px;
	line-height:1.5;
	font-weight:bold;
	letter-spacing:2px;
	color:#555555;
	text-align:left;
	background:url(../../images/base/h3_line2.svg) no-repeat left bottom 0px;
	background-size:auto 9px;
}
h3.h3_style2.mb30 {
	margin: 0 0 30px 0;
}
h3.h3_style2 span{
	display:block;
	position: absolute;
	right:0px;
	bottom:0px;
	font-size: 18px;
	line-height:1.4;
	font-weight:normal;
	letter-spacing:0px;
	color:#aaa;
	font-family: 'Shippori Mincho', serif;
	background:#fff;
	padding-left: 5px;
}



.table_block{
	margin: 0 0 50px 20px;
	padding: 0 0 0 0;
	position: relative;
	text-align:left;
}


table.table_style{
	margin: 0 0 0px;
	padding: 0 0 0 0;
	position: relative;
	text-align:left;
	width:100%;
	border-top:1px solid #eeeeee;
}

table.table_style th{
	margin: 0 0 0 0;
	padding: 30px 0 30px 0px;
	font-size: 16px;
	line-height:1.5;
	font-weight:normal;
	letter-spacing:1px;
	color:#555555;
	text-align:left;
	width:140px;
	border-bottom:1px solid #eeeeee;
}

table.table_style td{
	margin: 0 0 0 0;
	padding: 30px 0 30px 0px;
	font-size: 16px;
	line-height:1.5;
	font-weight:normal;
	letter-spacing:1px;
	color:#555555;
	text-align:left;
	border-bottom:1px solid #eeeeee;
}



.map_block{
	margin: 0 auto 100px;
	padding: 0 0 0 0;
	position: relative;
	text-align:center;
	height:500px;
}

.google_map{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height:500px;
}

.google_map div{
	margin: 0 auto;
	width: 1000px;
	padding: 500px 0 0;
	position: relative;
	overflow: hidden;
}

.google_map div iframe{
  position: absolute;
  top: -250px;
  left: 0;
	width:100%;
	height:calc(500px + 250px + 250px);
	vertical-align:top;
}

