@charset "utf-8";
.eyecatch_inc.else{
	background-image: url(../img/warehouse/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.else{
	}
}
.eyecatch_inc.else .eyecatch_inc01 h2{
	width: 320px;
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 850px;
	height: auto;
	padding: 70px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 335px;
		padding: 42px 0 0;
	}
}
.contents01 .contents01_01 h2{
	width: 100%;
	height: auto;
	margin: 0 auto 38px;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #36B772;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
	}
}
.contents01 .contents01_01 img{
	width: 850px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 img{
		width: 100%;
	}
}
.contents01 .contents02_01{
	width: 850px;
	height: auto;
	padding: 60px 0 70px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents02_01{
		width: 90%;
		max-width: 335px;
		padding: 42px 0 0;
	}
}
.contents01 .contents02_01 .contents02_01_01{
	width: 100%;
	height: 365px;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;
}
.contents01 .contents03_01{
	width: 850px;
	height: auto;
	padding: 50px 0 150px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents03_01{
		width: 90%;
		max-width: 335px;
		padding: 42px 0 50px;
	}
}
.contents01 .contents03_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
}
.contents01 .contents03_01 table tr th{
	width: 220px;
	height: auto;
	padding: 18px 16px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.5px;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents01 .contents03_01 table tr th{
		width: 100px;
		padding: 23px 18px;
	}
}
.contents01 .contents03_01 table tr td{
	width: auto;
	height: auto;
	padding: 18px 15px 18px 0;
	border-bottom: 1px solid #DDDDDD;
	font-size: 15px;
	line-height: 25px;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents01 .contents03_01 table tr td{
		padding: 23px 18px;
	}
}
.contents03_01 table tr:nth-of-type(1) th,
.contents03_01 table tr:nth-of-type(1) td{
	border-top: 1px solid #DDDDDD;
}
.contents01 .contents03_01 table tr td a{
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.2px;
	display: inline-block;
	pointer-events: none;
}
.contents01 .contents03_01 table tr td .target{
	pointer-events: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents03_01 table tr td a{
		pointer-events: auto;
	}
}
.contents01 .contents03_01 .map{
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 50px;
}
.contents01 .contents03_01 .map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contents01 .contents03_01 .idv{
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 50px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents03_01 .idv{
		width: 100%;
		height: 200px;
		position: relative;
		margin-top: 50px;
	}
	.contents01 .contents03_01 .idv:nth-of-type(2){
		margin-top: 30px;
	}
}
.contents01 .contents03_01 .idv iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contents01 .contents03_01 .btn01{
	width: 200px;
	height: auto;
	padding: 10px 0;
	background-color: #36b772;
	margin: 50px auto 0;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	text-align: center;
}
/*.contents01ここまで*/