@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

/* Logistics Outsourcing（物流代行）
-----------------------------------*/
/* Common */
#logistics-campaign01{
	color: #232D3E;
}
#logistics-campaign01 .inner{
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

/* MainVisual */
#logistics-campaign01 #mainvisual{
	background-image: url(../../images/pages/logistics-campaign01/bg_mainvisual.jpg);
	background-position: center;
	height: 847px;
	color: #022256;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#logistics-campaign01 #mainvisual .box{
	max-width: 730px;
	width: 100%;
	margin: 0 auto 75px auto;
}
#logistics-campaign01 #mainvisual .box .txt01{
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	text-align: center;
}
#logistics-campaign01 #mainvisual .box h1{
	font-size: 60px;
	font-weight: 900;
	line-height: 80px;
	letter-spacing: -0.03em;
	margin-bottom: 20px;
	text-align: center;
}
#logistics-campaign01 #mainvisual .box h1 span{
	display: block;
	color: #FC7701;
}
#logistics-campaign01 #mainvisual .box .campaign{
	font-size: 24px;
	font-weight: bold;
	line-height: 70px;
	background: #E1F700;
	border-radius: 35px;
	margin-bottom: 30px;
	text-align: center;
}
#logistics-campaign01 #mainvisual .box .txt02{
	font-size: 26px;
	line-height: 40px;
	letter-spacing: -0.03em;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
#logistics-campaign01 #mainvisual .box ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#logistics-campaign01 #mainvisual .box ul li{
	max-width: 360px;
	width: 100%;
	padding: 12px 29px;
	background: #FFF;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.03em;
	display: flex;
	align-items: center;
}
#logistics-campaign01 #mainvisual .box ul li span{
	margin-right: 10px;
}

/* Lead */
#logistics-campaign01 #lead{
	padding: 150px 0 100px 0;
}
#logistics-campaign01 #lead h2{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 58px;
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}
#logistics-campaign01 #lead h2 span{
	font-size: 130px;
	line-height: 188px;
	letter-spacing: -0.03em;
	color: #ECECEC;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#logistics-campaign01 #lead ul{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
	gap: 20px 1.6666%;
	margin-bottom: 100px;
}
#logistics-campaign01 #lead ul li{
	max-width: 49.1667%;
	width: 100%;
	padding: 35px 50px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.35);
}
#logistics-campaign01 #lead ul li .image{
	margin-bottom: 10px;
}
#logistics-campaign01 #lead ul li p{
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
}
#logistics-campaign01 #lead .txt01{
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#logistics-campaign01 #lead .txt01 span{
	flex-shrink: 0;
	padding: 0 3px;
}

/* Resolved */
#logistics-campaign01 #resolved{
	padding: 150px 0;
	background: #F0F2F5;
}
#logistics-campaign01 #resolved h2{
	text-align: center;
	line-height: 60px;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 60px;
}
#logistics-campaign01 #resolved ul li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 70px;
}
#logistics-campaign01 #resolved ul li:last-child{
	margin-bottom: 0;
}
#logistics-campaign01 #resolved ul li .image{
	max-width: 31.6667%;
	width: 100%;
}
#logistics-campaign01 #resolved ul li .txt{
	max-width: 750px;
	width: 100%;
	margin-left: 20px;
}
#logistics-campaign01 #resolved ul li .txt h3{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
#logistics-campaign01 #resolved ul li .txt p{
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
}

/* Campaign */
#logistics-campaign01 #campaign{
	padding: 150px 0;
}
#logistics-campaign01 #campaign .box{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	border: 10px solid #fc7710;
	border-radius: 20px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#logistics-campaign01 #campaign .box h2{
	font-size: 50px;
	line-height: 72px;
	font-weight: bold;
	color: #FC7701;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#logistics-campaign01 #campaign .box .txt{
	max-width: 750px;
	width: 100%;
	margin: 0 auto 30px auto;
	font-size: 24px;
	line-height: 40px;
}
#logistics-campaign01 #campaign .box ul{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
	position: relative;
	gap: 0 20px;
	margin-bottom: 20px;
}
#logistics-campaign01 #campaign .box ul:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 26px 0 26px;
	border-color: #62738E transparent transparent transparent;
}
#logistics-campaign01 #campaign .box ul li{
	width: 150px;
	height: 150px;
	border-radius: 10px;
	background: #62738E;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#logistics-campaign01 #campaign .box .btn{
	max-width: 550px;
	width: 100%;
	margin: 0 auto 30px auto;
}
#logistics-campaign01 #campaign .box .btn a{
	width: 100%;
	line-height: 100px;
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.02em;
	color: #FFF;
	background: #FC7701;
	border-radius: 50px;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.57);
	transition: opacity 0.2s;
}
#logistics-campaign01 #campaign .box .btn a:hover{
	opacity: 0.6;
}
#logistics-campaign01 #campaign .box .notice{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

/* Why */
#logistics-campaign01 #why{
	background: #F0F2F5;
	padding: 150px 0;
}
#logistics-campaign01 #why h2{
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 40px;
}
#logistics-campaign01 #why .photo{
	max-width: 550px;
	width: 100%;
	margin: 0 auto 40px auto;
}
#logistics-campaign01 #why .txt{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
}

/* Service */
#logistics-campaign01 #service{
	padding: 150px 0 75px 0;
}
#logistics-campaign01 #service h2{
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 10px;
	text-align: center;
}
#logistics-campaign01 #service .txt01{
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 40px;
}
#logistics-campaign01 #service ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 1.6666%;
	margin-bottom: 60px;
}
#logistics-campaign01 #service ul li{
	max-width: 49.1667%;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.36);
	border-radius: 20px;
	min-height: 320px;
	overflow: hidden;
}
#logistics-campaign01 #service ul li h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
	background: #6E83A7;
	color: #fff;
	text-align: center;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#logistics-campaign01 #service ul li p{
	padding: 30px 20px;
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
#logistics-campaign01 #service .images{
	display: flex;
	margin-bottom: 50px;
}
#logistics-campaign01 #service .images p{
	width: 100%;
}
#logistics-campaign01 #service .txt02{
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
}

/* Voices */
#logistics-campaign01 #voices{
	padding: 75px 0 150px 0;
}
#logistics-campaign01 #voices h2{
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}
#logistics-campaign01 #voices .box{
	display: flex;
	align-items: center;
	background: #F5F5F5;
}
#logistics-campaign01 #voices .box .image{
	max-width: 570px;
	width: 100%;
}
#logistics-campaign01 #voices .box .txt{
	max-width: 630px;
	width: 100%;
	padding: 45px;
	flex-shrink: 0;
}
#logistics-campaign01 #voices .box .txt h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 44px;
	margin-bottom: 20px;
}
#logistics-campaign01 #voices .box .txt p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

/* Price */
#logistics-campaign01 #price{
	background: #F0F2F5;
	padding: 150px 0;
}
#logistics-campaign01 #price h2{
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 50px;
	font-weight: bold;
}
#logistics-campaign01 #price .bloc{
	display: flex;
	justify-content: space-between;
	gap: 0 2.5%;
	margin-bottom: 40px;
}
#logistics-campaign01 #price .bloc .box{
	max-width: 31.66667%;
	width: 100%;
	border-radius: 20px;
	background: #FFF;
	position: relative;
	padding: 30px 40px 40px 40px;
}
#logistics-campaign01 #price .bloc .box .ico{
	position: absolute;
	top: -28px;
	right: -15px;
	aspect-ratio: 1 / 1;;
	background: #FC7701;
	color: #fff;
	width: 100%;
	max-width: 129px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.04em;
	border-radius: 50%;
	text-align: center;
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#logistics-campaign01 #price .bloc .box h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 44px;
	margin-bottom: 5px;
	text-align: center;
}
#logistics-campaign01 #price .bloc .box .p01{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	color: #FC7701;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
#logistics-campaign01 #price .bloc .box .p01 span{
	font-size: 100px;
	line-height: 60px;
	font-family: "Roboto", sans-serif;
}
#logistics-campaign01 #price .bloc .box .p02{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #FC7701;
}
#logistics-campaign01 #price .bloc .box .txt01{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
#logistics-campaign01 #price h4{
	font-size: 30px;
	line-height: 44px;
	margin-bottom: 20px;
	font-weight: bold;
}
#logistics-campaign01 #price ul{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
#logistics-campaign01 #price ul li{
	padding-left: 1em;
	text-indent: -1em;
}
#logistics-campaign01 #price ul li:before{
	content: "・";
}

/* Comparison */
#logistics-campaign01 #comparison{
	padding: 150px 0 75px 0;
}
#logistics-campaign01 #comparison h2{
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 50px;
	font-weight: bold;
}
#logistics-campaign01 #comparison table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}
#logistics-campaign01 #comparison table thead tr th{
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	padding: 10px;
	border: 1px solid #022256;
	font-weight: 500;
	width: 38%;
}
#logistics-campaign01 #comparison table thead tr th.none{
	border: none;
	width: auto;
}
#logistics-campaign01 #comparison table thead tr th.asnr_cel{
	font-weight: bold;
	border: none;
	background: #FF7A00;
	color: #fff;
}
#logistics-campaign01 #comparison table tbody th,
#logistics-campaign01 #comparison table tbody td{
	background: #F3F3F3;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
#logistics-campaign01 #comparison table tbody td.asnr_cel{
	background: #FFF0C1;
}
#logistics-campaign01 #comparison table tbody .tr01 th{
	font-size: 30px;
	font-weight: bold;
	padding: 20px;
}
#logistics-campaign01 #comparison table tbody .tr01 td{
	font-size: 30px;
	font-weight: bold;
	padding: 13px;
}

/* Flow */
#logistics-campaign01 #flow{
	padding: 75px 0 150px 0;
}
#logistics-campaign01 #flow h2{
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: bold;
}
#logistics-campaign01 #flow h3{
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 50px;
	color: #FC7701;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#logistics-campaign01 #flow h3 span{
	padding: 0 3px;
}
#logistics-campaign01 #flow ul{
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#logistics-campaign01 #flow ul:after{
	content: "";
	width: 4px;
	height: 100%;
	background-image: url(../../images/pages/logistics-campaign01/bg_flow.png);
	background-repeat: repeat-y;
	position: absolute;
	left: 138px;
	top: 0;
	z-index: -1;
}
#logistics-campaign01 #flow ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}
#logistics-campaign01 #flow ul li .image{
	max-width: 280px;
	width: 100%;
}
#logistics-campaign01 #flow ul li .right{
	max-width: 660px;
	width: 100%;
	margin-left: 30px;
}
#logistics-campaign01 #flow ul li .right .step{
	max-width: 140px;
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background: #022256;
	border-radius: 20px;
	margin-bottom: 10px;
}
#logistics-campaign01 #flow ul li .right h4{
	font-size: 30px;
	line-height: 44px;
	margin-bottom: 10px;
	font-weight: bold;
}
#logistics-campaign01 #flow ul li .right .txt{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

/* FAQ */
#logistics-campaign01 #faq{
	padding: 150px 0;
	background: #F0F2F5;
}
#logistics-campaign01 #faq h2{
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 50px;
	font-weight: bold;
}
#logistics-campaign01 #faq ul{
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}
#logistics-campaign01 #faq ul li{
	margin-bottom: 10px;
	border-radius: 10px;
	background: #FFF;
	padding: 40px 80px;
}
#logistics-campaign01 #faq ul li:last-child{
	margin-bottom: 0;
}
#logistics-campaign01 #faq ul li h3{
	padding: 0 50px 20px 50px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px dotted #232d3e;
}
#logistics-campaign01 #faq ul li p{
	padding: 0 50px;
	font-size: 16px;
	line-height: 26px;
}

/* 1140px以下の場合 */
@media screen and (max-width: 1140px) {
	#logistics-campaign01 #price .bloc .box .ico{
		max-width: 60px;
		font-size: 16px;
		line-height: 20px;
	}
}

/* 768px以下の場合 */
@media screen and (max-width: 768px) {
	/* Logistics Outsourcing（物流代行）
	-----------------------------------*/
	/* Common */
	#logistics-campaign01 img{
		width: 100%;
	}
	#logistics-campaign01 .inner{
		max-width: 100%;
		padding: 0 24px;
	}

	/* MainVisual */
	#logistics-campaign01 #mainvisual{
		height: 847px;
	}
	#logistics-campaign01 #mainvisual .box{
		max-width: 100%;
		margin: 0 auto 75px auto;
		padding: 0 24px;
	}
	#logistics-campaign01 #mainvisual .box .txt01{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	#logistics-campaign01 #mainvisual .box h1{
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 20px;
	}
	#logistics-campaign01 #mainvisual .box .campaign{
		font-size: 14px;
		line-height: 48px;
		background: #E1F700;
		border-radius: 35px;
		margin-bottom: 20px;
	}
	#logistics-campaign01 #mainvisual .box .txt02{
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 50px;
	}
	#logistics-campaign01 #mainvisual .box ul{
		gap: 10px;
	}
	#logistics-campaign01 #mainvisual .box ul li{
		max-width: 100%;
		padding: 10px 15px;
		border-radius: 10px;
		font-size: 16px;
	}
	#logistics-campaign01 #mainvisual .box ul li span{
		max-width: 25px;
		margin-right: 5px;
	}

	/* Lead */
	#logistics-campaign01 #lead{
		padding: 80px 0 60px 0;
	}
	#logistics-campaign01 #lead h2{
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 40px;
	}
	#logistics-campaign01 #lead h2 span{
		font-size: 80px;
		line-height: 80px;
		bottom: 40px;
	}
	#logistics-campaign01 #lead ul{
		display: block;
		margin-bottom: 60px;
	}
	#logistics-campaign01 #lead ul li{
		max-width: 100%;
		padding: 35px;
		margin-bottom: 20px;
		border-radius: 20px;
		box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.35);
	}
	#logistics-campaign01 #lead ul li:last-child{
		margin-bottom: 0;
	}
	#logistics-campaign01 #lead ul li .image{
		max-width: 120px;
		margin: 0 auto 10px auto;
	}
	#logistics-campaign01 #lead ul li p{
		font-size: 22px;
		line-height: 36px;
	}
	#logistics-campaign01 #lead .txt01{
		font-size: 30px;
		line-height: 48px;
	}
	#logistics-campaign01 #lead .txt01 span{
		font-size: 20px;
		flex-shrink: 0;
		line-height: 38px;
	}

	/* Resolved */
	#logistics-campaign01 #resolved{
		padding: 80px 0;
	}
	#logistics-campaign01 #resolved h2{
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 60px;
	}
	#logistics-campaign01 #resolved ul li{
		display: block;
		margin-bottom: 40px;
	}
	#logistics-campaign01 #resolved ul li .image{
		max-width: 100%;
	}
	#logistics-campaign01 #resolved ul li .txt{
		max-width: 100%;
		margin-left: 0;
	}
	#logistics-campaign01 #resolved ul li .txt h3{
		font-size: 24px;
		margin-bottom: 15px;
	}
	#logistics-campaign01 #resolved ul li .txt .image{
		margin-bottom: 20px;
	}
	#logistics-campaign01 #resolved ul li .txt p{
		font-size: 16px;
		line-height: 28px;
	}

	/* Campaign */
	#logistics-campaign01 #campaign{
		padding: 80px 0;
	}
	#logistics-campaign01 #campaign .box{
		max-width: 100%;
		border: 5px solid #fc7710;
		border-radius: 20px;
		padding: 35px;
	}
	#logistics-campaign01 #campaign .box h2{
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	#logistics-campaign01 #campaign .box .txt{
		max-width: 100%;
		margin: 0 auto 30px auto;
		font-size: 16px;
		line-height: 28px;
	}
	#logistics-campaign01 #campaign .box ul{
		padding-bottom: 40px;
		gap: 15px 4%;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	#logistics-campaign01 #campaign .box ul:after{
		border-width: 14px 22px 0 22px;
	}
	#logistics-campaign01 #campaign .box ul li{
		width: 48%;
		height: 80px;
		border-radius: 10px;
		font-size: 15px;
		line-height: 22px;
	}
	#logistics-campaign01 #campaign .box .btn{
		max-width: 100%;
		margin: 0 auto 20px auto;
	}
	#logistics-campaign01 #campaign .box .btn a{
		line-height: 70px;
		font-size: 20px;
		border-radius: 50px;
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.57);
	}
	#logistics-campaign01 #campaign .box .notice{
		font-size: 14px;
		line-height: 22px;
	}

	/* Why */
	#logistics-campaign01 #why{
		padding: 80px 0;
	}
	#logistics-campaign01 #why h2{
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 40px;
	}
	#logistics-campaign01 #why .photo{
		max-width: 100%;
		margin: 0 auto 30px auto;
	}
	#logistics-campaign01 #why .txt{
		max-width: 100%;
		font-size: 16px;
		line-height: 28px;
	}

	/* Service */
	#logistics-campaign01 #service{
		padding: 80px 0 40px 0;
	}
	#logistics-campaign01 #service h2{
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 20px;
	}
	#logistics-campaign01 #service .txt01{
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	#logistics-campaign01 #service ul{
		display: block;
		margin-bottom: 80px;
	}
	#logistics-campaign01 #service ul li{
		max-width: 100%;
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.36);
		border-radius: 20px;
		margin-bottom: 40px;
		min-height: auto;
	}
	#logistics-campaign01 #service ul li:last-child{
		margin-bottom: 0;
	}
	#logistics-campaign01 #service ul li h3{
		font-size: 24px;
		line-height: 60px;
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	}
	#logistics-campaign01 #service ul li p{
		padding: 25px;
		max-width: 100%;
		font-size: 16px;
		line-height: 28px;
	}
	#logistics-campaign01 #service .images{
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	#logistics-campaign01 #service .images p{
		width: 50%;
	}
	#logistics-campaign01 #service .txt02{
		font-size: 24px;
		line-height: 38px;
	}

	/* Voices */
	#logistics-campaign01 #voices{
		padding: 40px 0 80px 0;
	}
	#logistics-campaign01 #voices h2{
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 30px;
	}
	#logistics-campaign01 #voices .box{
		display: block;
	}
	#logistics-campaign01 #voices .box .image{
		max-width: 100%;
	}
	#logistics-campaign01 #voices .box .txt{
		max-width: 100%;
		padding: 25px;
	}
	#logistics-campaign01 #voices .box .txt h3{
		font-size: 24px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	#logistics-campaign01 #voices .box .txt .image{
		margin-bottom: 20px;
	}
	#logistics-campaign01 #voices .box .txt p{
		font-size: 16px;
		line-height: 28px;
	}

	/* Price */
	#logistics-campaign01 #price{
		padding: 80px 0;
	}
	#logistics-campaign01 #price h2{
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 40px;
	}
	#logistics-campaign01 #price .bloc{
		margin-bottom: 60px;
		display: block;
	}
	#logistics-campaign01 #price .bloc .box{
		max-width: 100%;
		border-radius: 20px;
		padding: 20px 25px 25px 25px;
		margin-bottom: 40px;
	}
	#logistics-campaign01 #price .bloc .box:last-child{
		margin-bottom: 0;
	}
	#logistics-campaign01 #price .bloc .box .ico{
		top: -28px;
		right: -15px;
		max-width: 90px;
		font-size: 16px;
		line-height: 20px;
	}
	#logistics-campaign01 #price .bloc .box h3{
		font-size: 24px;
		line-height: 38px;
		margin-bottom: 5px;
	}
	#logistics-campaign01 #price .bloc .box .p01{
		height: 100px;
		font-size: 26px;
		line-height: 30px;
	}
	#logistics-campaign01 #price .bloc .box .p01 span{
		font-size: 80px;
		line-height: 60px;
	}
	#logistics-campaign01 #price .bloc .box .p02{
		height: 100px;
		font-size: 26px;
		line-height: 30px;
	}
	#logistics-campaign01 #price .bloc .box .txt01{
		font-size: 16px;
		line-height: 28px;
	}
	#logistics-campaign01 #price h4{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	#logistics-campaign01 #price ul{
		font-size: 14px;
		line-height: 26px;
	}

	/* Comparison */
	#logistics-campaign01 #comparison{
		padding: 80px 0 40px 0;
	}
	#logistics-campaign01 #comparison h2{
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 40px;
	}
	#logistics-campaign01 #comparison .table{
		padding-bottom: 10px;
		overflow-x: scroll;
	}
	#logistics-campaign01 #comparison table{
		border-spacing: 5px;
		width: 760px;
	}
	#logistics-campaign01 #comparison table thead tr th{
		font-size: 18px;
		line-height: 22px;
		padding: 5px;
		width: 280px;
	}
	#logistics-campaign01 #comparison table tbody th,
	#logistics-campaign01 #comparison table tbody td{
		padding: 15px;
		font-size: 15px;
		line-height: 22px;
	}
	#logistics-campaign01 #comparison table tbody .tr01 th{
		font-size: 20px;
		padding: 15px;
	}
	#logistics-campaign01 #comparison table tbody .tr01 td{
		font-size: 20px;
		padding: 10px;
	}

	/* Flow */
	#logistics-campaign01 #flow{
		padding: 40px 0 80px 0;
	}
	#logistics-campaign01 #flow h2{
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 10px;
	}
	#logistics-campaign01 #flow h3{
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 60px;
	}
	#logistics-campaign01 #flow ul{
		max-width: 100%;
	}
	#logistics-campaign01 #flow ul:after{
		display: none;
	}
	#logistics-campaign01 #flow ul li{
		display: block;
		margin-bottom: 60px;
	}
	#logistics-campaign01 #flow ul li:last-child{
		margin-bottom: 0;
	}
	#logistics-campaign01 #flow ul li .image{
		max-width: 100%;
	}
	#logistics-campaign01 #flow ul li .right{
		max-width: 100%;
		margin-left: 0;
	}
	#logistics-campaign01 #flow ul li .right .step{
		max-width: 120px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 20px;
		margin-bottom: 5px;
	}
	#logistics-campaign01 #flow ul li .right h4{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	#logistics-campaign01 #flow ul li .right .image{
		margin-bottom: 20px;
	}
	#logistics-campaign01 #flow ul li .right .txt{
		font-size: 16px;
		line-height: 28px;
	}

	/* FAQ */
	#logistics-campaign01 #faq{
		padding: 80px 0;
	}
	#logistics-campaign01 #faq h2{
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 40px;
	}
	#logistics-campaign01 #faq ul{
		max-width: 100%;
	}
	#logistics-campaign01 #faq ul li{
		margin-bottom: 30px;
		border-radius: 10px;
		padding: 30px;
	}
	#logistics-campaign01 #faq ul li h3{
		padding: 0 0 15px 0;
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	#logistics-campaign01 #faq ul li p{
		padding: 0;
		font-size: 16px;
		line-height: 28px;
	}
}
