@charset "utf-8";
.eye{
	background-image: url(../img/company/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eye{
		background-image: none;
	}
	.eye .eye_inner{
		background-image: url(../img/company/eye01_sp.jpg);
		height: 91px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0 5%;
	}
	.eye .eye_inner h2{
		margin-bottom: 0;
	}
	.eye .eye02 {
		width: 100%;
		height: auto;
	}
	.eye .eye02 img{
		width: 100%;
		height: auto;
		display: block;
	}
}
.main_box{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	padding-top: 100px;
}
@media only screen and (max-width: 767px){
	.main_box{
		width: 100%;
		display: block;
		padding-top: 37px;
	}
}

/*.contents01ここから*/
.left{
	width: 730px;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.left{
		width: 100%;
		flex-shrink: initial;
	}
}
.contents01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01{
		width: 90%;
		max-width: 335px;
		margin: 0 auto;
	}
}
.contents01 .table01{
	width: 100%;
	height: auto;
	display: block;
	table-layout: fixed;
}
@media only screen and (max-width: 767px){
	.contents01 .table01 tbody{
		width: 100%;
		display: block;
	}	
}
.contents01 .table01 tr{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #131638;
}
@media only screen and (max-width: 767px){
	.contents01 .table01 tr{
		display: block;
		margin-bottom: 20px;
	}
}
.contents01 .table01 tr .th01{
	width: 175px;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 25px 0;
}
@media only screen and (max-width: 767px){
	.contents01 .table01 tr .th01{
		display: block;
		width: 100%;
		font-size: 15px;
		padding: 0;
	}
}
.contents01 .table01 tr .th01 .span01{
	font-size: 14px;
	line-height: 24px;
}
.contents01 .table01 tr .td01{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 25px 0;
}
@media only screen and (max-width: 767px){
	.contents01 .table01 tr .td01{
		display: block;
		width: auto;
		height: auto;
		font-size: 15px;
		padding: 0 0 20px;
	}
}

.contents01 .table02{
	width: 100%;
	height: auto;
	display: block;
	table-layout: fixed;
}
.contents01 .table02 tr{
	width: 100%;
	height: auto;
	border-bottom: 0px;
	padding-bottom: 5px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .table02 tr{
		margin-bottom: 0;
	}
}
.contents01 .table02 tr th{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 0;
}
.contents01 .table02 tr .th03{
		padding-top: 16px;
	}
@media only screen and (max-width: 767px){
	.contents01 .table02 tr th{
		width: auto;
		min-width: 70px;
		font-size: 14px;
	}
}
.contents01 .table02 tr td{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .table02 tr td{
		width: auto;
		height: auto;
		font-size: 14px;
	}
}
.contents01 .map{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 25px;
}
@media only screen and (max-width: 767px){
	.contents01 .map{
		margin-top: 20px;
	}
}
.contents01 .map h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 16px;
	line-height: 30px;
}
.contents01 .map img{
	width: 100%;
	height: auto;
	display: block;
}







