@charset "utf-8";

/*==================================================================== logistics
*/

.img_flow {
	text-align: center;
	padding: 40px 20px;
}

.img_flow img {
	width: 100%;
	max-width: 910px;
}

.logistics_flow_lnk {
	background-color: #ffd4be;
}

.logistics_flow_lnk ul {
	width: 1060px;
	text-align: center;
	font-size: 26px;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
}

.logistics_flow_lnk li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	width: 25%;
	float: left;
	padding: 0 35px;
}

.logistics_flow_lnk li:after {
	position: absolute;
	top: 50%;
	right: -24px;
	width: 48px;
	height: 8px;
	content: "";
	background: url(../img/ico_dot_w.png) repeat-x 0 50%;
	margin-top: -4px;
}

.logistics_flow_lnk li:last-child:after {
	display: none;
}

.logistics_flow_lnk li a {
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 1.2;
	padding: 15px 0 10px;
}

.logistics_flow_lnk li a:hover {
	color: #d45b01;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(212, 91, 1, 0.2);
}

.logistics_flow_lnk li a:after {
	display: block;
	content: "\f107";
	color: #d45b01;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: middle;
}

.logistics_flow .hl6 span {
	min-width: 6em;
}

.logistics_area {
	position: relative;
	padding: 80px 0;
	margin: 40px 0 80px;
	overflow: hidden;
}

.logistics_area:before {
	position: absolute;
	top: 0;
	display: block;
	width: 68%;
	height: 100%;
	content: "";
	background: no-repeat 50% 50% / cover;
	-webkit-background-size: cover;
	z-index: 1;
}

.logistics_area.area1:before {
	background-image: url(../img/logistics/logistics_bg1.jpg);
	right: 0;
}

.logistics_area.area2:before {
	background-image: url(../img/logistics/logistics_bg2.jpg);
	left: 0;
}

.logistics_area.area3:before {
	background-image: url(../img/logistics/logistics_bg3.jpg);
	right: 0;
}

.logistics_area.area4:before {
	background-image: url(../img/logistics/logistics_bg4.jpg);
	left: 0;
}

.logistics_box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	width: 65%;
	background-color: #fff;
	border: 1px solid #d45b01;
	padding: 30px;
	z-index: 2;
}

.area2 .logistics_box,
.area4 .logistics_box {
	float: right;
}

.logistics_box h5 {
	font-size: 14px;
	font-weight: normal;
	padding: 1em 0 0;
}

.movie_area {
	margin: 0 -10px;
	overflow: hidden;
}

.movie_box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 10px 10px 0;
}

.movie_box>div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 1300px) {
	.logistics_flow_lnk ul {
		width: auto;
	}
}

@media screen and (max-width: 768px) {
	.img_flow {
		padding: 20px 0;
	}

	.logistics_flow_lnk ul {
		font-size: 20px;
		padding: 10px 0;
	}

	.logistics_flow_lnk li {
		padding: 0 20px;
	}

	.logistics_flow_lnk li:after {
		right: -12px;
		width: 24px;
		background-size: auto 4px;
		-webkit-background-size: auto 4px;
	}

	.logistics_area {
		padding: 0;
		margin: 20px 0 20px
	}

	.logistics_area:before {
		position: static;
		width: 100%;
		height: 280px;
	}

	.logistics_box {
		width: auto;
		margin-top: 20px;
	}

	.area2 .logistics_box,
	.area4 .logistics_box {
		float: none;
	}
}

@media screen and (max-width: 480px) {
	.movie_box {
		width: 100%;
		float: none;
		padding: 10px 10px 0;
	}

	.logistics_flow_lnk ul {
		font-size: 16px;
	}

	.logistics_flow_lnk li {
		padding: 0 10px;
	}

	.logistics_flow_lnk li:after {
		right: -9px;
		width: 18px;
		background-size: auto 3px;
		-webkit-background-size: auto 3px;
	}

	.logistics_flow_lnk li a {
		padding: 10px 0 0;
	}

	.logistics_area {
		margin-top: 10px;
	}

	.logistics_box {
		padding: 20px;
		margin-top: 10px;
	}
}

/* 2025/06/02 追加 */

.logistics_area:before {
	background: no-repeat 20% 50% / cover;
}

.logistics_box {
	position: relative;
}

.logistics_box img {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 100%;
	max-width: 250px;
}

@media screen and (max-width: 1300px) {
	.logistics_box img {
		max-width: 200px;
	}
}

@media screen and (max-width: 768px) {
	.logistics_box img {
		position: static;
		max-width: none;
	}

	.logistics_area:before {
		background: no-repeat 50% 50% / cover;
	}
}