@charset "UTF-8";

/*初期化の設定
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr{
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}

body{
	line-height: 1;
}

ol, ul{
	list-style: none;
}

input, textarea, select, button{
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4{
	line-height: 1.4em;
}

p{
	line-height: 1.8em;
}

img{
	vertical-align: bottom;
}

img:focus,
picture:focus{
	outline: none;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

a:focus, *:focus{
	outline: none;
}

/*LAYOUT
------------------------------------------------------------------------------*/
body{
	background: #fff;
	color: #000000;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
	body{
		background: #fff;
		color: #000000;
		font-family: "Hiragino Kaku Gothic Pro", "Original Yu Gothic", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
	}
}

body > header,
body > #container,
body > footer{
	min-width: 1200px;
}

.hover{
	cursor: pointer;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.hover:hover{
	opacity: 0.6;
	text-decoration: none;
}

.inner{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 1200px;
}

.section{
	margin-bottom: 60px;
}

.sp{
	display: none;
}

a[href^="tel:"]{
	pointer-events: none;
}

/*IMAGE + TEXT*/
.flag{
	display: flex;
	justify-content: space-between;
}

.flag.img-2 .txt{
	width: 482px;
}

.flag.img-3 .txt{
	width: 420px;
}

.flag .figure img,
.flag .figure figure{
	display: inline-block;
	margin-left: 18px;
}

.flag .figure figure img{
	margin-left: 0;
}

/*MODIFIER
------------------------------------------------------------------------------*/
strong{
	font-weight: bold;
}

.center{
	text-align: center;
}

.information{
	border: 4px solid #44a585;
	color: #44a585;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 15px;
}

.table{
	width: 100%;
}

.table th,
.table td{
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	line-height: 1.4em;
	padding: 15px 0;
	text-align: left;
}

.table tr:last-child th,
.table tr:last-child td{
	border-bottom: none;
}

.table tr .none{
	border-bottom: none;
}

.co-green{
	color: #44a585;
}

/*TITLE
------------------------------------------------------------------------------*/
.heading{
	font-size: 45px;
	font-weight: bold;
	margin: 15px 0 60px 0;
	text-align: center;
}

.heading.lp{
	letter-spacing: 0.1em;
	width: 500px;
}

.heading.company{
	letter-spacing: 0.1em;
	width: 300px;
}

.heading.top{
	letter-spacing: normal;
	margin: 70px 0 30px 0;
	text-align: left;
	width: auto;
}

.lead{
	font-size: 38px;
	font-weight: bold;
	line-height: 53px;
	margin-bottom: 35px;
}

.description{
	font-size: 16px;
	line-height: 30px;
}

.title{
	color: #44a585;
	font-size: 20px;
	font-weight: bold;
}

.outline{
	font-size: 14px;
}

.caption{
	font-size: 14px;
}

figcaption.caption{
	margin-top: 10px;
}

.note{
	font-size: 12px;
}

.section-title{
	color: #44a585;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 31px;
}

.section-title span{
	color: #000;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 19px;
	margin-bottom: 4px;
	margin-left: 15px;
	vertical-align: middle;
}

.title-line{
	border-bottom: 1px solid #44a585;
	color: #44a585;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 35px;
	padding-bottom: 10px;
}

.title-line.black{
	border-bottom: 1px solid #000;
	color: #000;
}

.title-box{
	border: 1px solid #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 15px 15px 13px 15px;
}

/*HEADER
------------------------------------------------------------------------------*/
header{
	background: #fff;
	border-bottom: 3px solid #44a585;
	box-shadow: 0 10px 12px -3px rgba(0, 0, 0, 0.2);
	height: 77px;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

header h1{
	padding-top: 20px;
}

header h1 img{
	height: 50px;
}

header .inner{
	position: relative;
}

header #nav-toggler,
header label[for="nav-toggler"]{
	display: none;
}

header nav{
	position: absolute;
	right: 4px;
	top: 22px;
}

header nav ul{
	display: flex;
}

header nav li{
	display: block;
	margin-right: 9px;
}

header nav li:last-child{
	margin-right: 0;
}

header nav li a{
	background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(68, 165, 133, 1) 50%);
	background-position: 0 0;
	background-size: auto 200%;
	display: block;
	height: 43px;
	padding: 14px 15px 0 16px;
	transition: .3s;
}

header nav li:nth-child(1) a img{
	height: 18px;
	width: 247px;
}

header nav li:nth-child(2) a img{
	height: 18px;
	width: 88px;
}

header nav li:nth-child(3) a img{
	height: 18px;
	width: 65px;
}

header nav li:nth-child(4) a img{
	height: 18px;
	width: 84px;
}

header nav li:nth-child(5) a img{
	height: 18px;
	width: 113px;
}

header nav li a:hover{
	background-position: 0 100%;
	text-decoration: none;
}

/*FOOTER
------------------------------------------------------------------------------*/
footer{
	border-top: 1px solid #ededed;
	margin-top: 140px;
}

footer a#footer-logo{
	display: inline-block;
	height: 45px;
	padding-top: 20px;
}

footer .globalnavi{
	background: #ededed;
}

footer nav{
	box-sizing: border-box;
	padding: 35px 20px 45px;
}

footer nav ul{
	display: inline-block;
	margin-right: 116px;
	vertical-align: top;
}

footer nav ul:last-child{
	margin-right: 0;
}

footer nav ul li{
	font-size: 14px;
	margin-bottom: 20px;
}

footer nav ul li:first-child,
footer nav ul li.menu-toggler + li{
	font-weight: bold;
}

footer nav ul li.menu-toggler{
	display: none;
}

footer .bottom{
	height: 80px;
	padding-top: 20px;
}

footer .bottom .inner{
	overflow: hidden;
	position: relative;
}

footer .bottom p{
	font-size: 12px;
}

footer .bottom .privacypolicy{
	float: left;
}

footer .bottom .copyright{
	float: right;
}

/*CONTAINER
------------------------------------------------------------------------------*/
#container{
	padding-top: 77px;
}

/*LOCAL NAVI
------------------------------------------------------------------------------*/
#local-nav{
}

#local-nav .wrap{
	display: flex;
	justify-content: space-between;
}

#local-nav h1{
	padding-top: 3px;
}

#local-nav #local-nav-toggler,
#local-nav #local-nav-toggler + label{
	display: none;
}

#local-nav nav{
	margin-top: 35px;
}

#local-nav nav ul li{
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
}

.company-home #local-nav nav ul li{
	letter-spacing: 0.1em;
}

#local-nav nav ul li span{
	border-bottom: 3px solid #44a585;
	padding-bottom: 6px;
}

#local-nav nav ul li a:hover{
	border-bottom: 3px solid #44a585;
	padding-bottom: 6px;
	text-decoration: none;
}

#local-nav .btn-menu,
#local-nav .btn-menu-close{
	display: none;
}

/*TOP PAGE
------------------------------------------------------------------------------*/
#home-carousel{
	position: relative;
}

#home-carousel ul.carousel-items{
	overflow: hidden;
	width: 100%;
}

#home-carousel ul.carousel-items li{
}

#home-carousel ul.carousel-items li a{
	display: block;
}

#home-carousel ul.carousel-items li:focus{
	outline: none;
}

#home-carousel ul.carousel-items li picture{
}

#home-carousel img,
#home-carousel source{
	width: 100%;
}

#home-carousel .slick-dotted.slick-slider{
	margin-bottom: 0;
}

#home-carousel .slick-dots{
	bottom: 0;
}

#home-carousel .slick-dots li{
}

#home-carousel .slick-dots li button{
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #44a585;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 8px;
	width: 8px;
}

#home-carousel .slick-dots li.slick-active button{
	background: #44a585;
}

#home-carousel .slick-dots li button:before{
	display: none;
}

#home-carousel .slick-prev,
#home-carousel .slick-next{
	height: 100%;
	opacity: 0;
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	width: 100px;
	z-index: 2;
}

#home-carousel .slick-prev:hover,
#home-carousel .slick-next:hover{
	opacity: 1;
}

#home-carousel .slick-prev.over:hover,
#home-carousel .slick-next.over:hover{
}

#home-carousel .slick-prev:before,
#home-carousel .slick-next:before{
	display: none;
}

#home-carousel .slick-prev{
	background: url("/wp/wp-content/themes/isuzu-linex/img/carousel-arrow-l.png") no-repeat 50% 50%;
	left: 0;
}

#home-carousel .slick-prev.over:hover{
	background: url("/wp/wp-content/themes/isuzu-linex/img/carousel-arrow-l-over.png") no-repeat 50% 50%;
}

#home-carousel .slick-next{
	background: url("/wp/wp-content/themes/isuzu-linex/img/carousel-arrow-r.png") no-repeat 50% 50%;
	right: 0;
}

#home-carousel .slick-next.over:hover{
	background: url("/wp/wp-content/themes/isuzu-linex/img/carousel-arrow-r-over.png") no-repeat 50% 50%;
}

@media screen and (max-width: 1400px){
}

.home-section{
	border-top: 2px solid #44a585;
}

.home-section.section-network{
	border-bottom: 4px solid #44a585;
}

.home-section > figure img{
	width: 100%;
}

/*.home-section:after{
	content: "";
	display: block;
	height: 180px;
	width: 100%;
}
.home-section.section-logisticssolution:after{
	background: url("img/home-log-bottom.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.home-section.section-company:after{
	background: url("img/home-company-bottom.jpg") no-repeat 50% 0;
	background-size: cover;
}
.home-section.section-network:after{
	background: url("img/home-network-bottom.jpg") no-repeat 50% 50%;
	background-size: cover;
}*/

.home-section h1{
	margin: -2px auto 60px;
	text-align: center;
}

.home-section .wrap{
	display: flex;
	justify-content: space-between;
}

.home-section .wrap > div{
	display: inline-block;
}

.home-section .wrap h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 35px;
	margin-top: -10px;
}

.home-section .wrap p{
	font-size: 18px;
	width: 550px;
}

.home-section .wrap a.thumbs-link{
	display: block;
}

.home-section .wrap a.thumbs-link ul{
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 480px;
}

.home-section .link{
	display: block;
	margin-left: 60px;
	margin-top: -50px;
	text-align: center;
}

.home-section .link.sp{
	display: none;
}

.home-news{
	margin-top: 110px;
}

.home-news h1{
	border-bottom: 1px solid #44a585;
	margin-bottom: 18px;
	padding-bottom: 20px;
}

.home-news ul li{
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 85px;
	position: relative;
}

.home-news ul li time{
	left: 0;
	line-height: 1.8em;
	margin-right: 10px;
	position: absolute;
	top: 0;
	width: 6em;
}

.home-news ul li p{
	display: inline-block;
}

.home-news ul li:last-child{
	margin-bottom: 0;
}

/*ROW PAGE
------------------------------------------------------------------------------*/
/*LOGISTICS SOLUTION:TOP*/
#ls-top-chart{
	background: linear-gradient(#005093, #498bcb);
	margin-bottom: 60px;
	height: 1090px;
}

#ls-top-chart > .wrap{
	background: url("img/ls-top-chart-pic_pc.jpg") no-repeat 942px 392px, url("img/ls-top-chart-illust_pc.svg") no-repeat 0 284px;
	background-size: 101px 90px, 1200px 272px;
	position: relative;
	height: 1090px;
}

#ls-top-chart > .wrap > ul.solutions{
}

#ls-top-chart > .wrap > ul.solutions > li{
	position: absolute;
	width: 355px;
}

#ls-top-chart > .wrap > ul.solutions > li:nth-child(1){
	background: url("img/ls-top-chart-balloon-1_pc.png") no-repeat 0 0;
	height: 279px;
	left: 40px;
	top: 30px;
}

#ls-top-chart > .wrap > ul.solutions > li:nth-child(2){
	background: url("img/ls-top-chart-balloon-2_pc.png") no-repeat 0 0;
	height: 279px;
	left: 423px;
	top: 30px;
}

#ls-top-chart > .wrap > ul.solutions > li:nth-child(3){
	background: url("img/ls-top-chart-balloon-3_pc.png") no-repeat 0 0;
	height: 279px;
	left: 805px;
	top: 30px;
}

#ls-top-chart > .wrap > ul.solutions > li:nth-child(4){
	background: url("img/ls-top-chart-balloon-4_pc.png") no-repeat 0 0;
	height: 303px;
	left: 40px;
	top: 531px;
}

#ls-top-chart > .wrap > ul.solutions > li:nth-child(5){
	background: url("img/ls-top-chart-balloon-5_pc.png") no-repeat 0 0;
	height: 303px;
	left: 423px;
	top: 531px;
}

#ls-top-chart > .wrap > ul.solutions > li:nth-child(6){
	background: url("img/ls-top-chart-balloon-6_pc.png") no-repeat 0 0;
	height: 303px;
	left: 805px;
	top: 531px;
}

#ls-top-chart > .wrap > ul.solutions > li > dl{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 224px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px 20px 20px;
	width: 355px;
}

#ls-top-chart > .wrap > ul.solutions > li:nth-child(4) > dl,
#ls-top-chart > .wrap > ul.solutions > li:nth-child(5) > dl,
#ls-top-chart > .wrap > ul.solutions > li:nth-child(6) > dl{
	padding-top: 75px;
}

#ls-top-chart > .wrap > ul.solutions > li > dl > dt{
	border-bottom: 1px solid #44a585;
	color: #44a585;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
	padding-bottom: 11px;
}

#ls-top-chart > .wrap > ul.solutions > li > dl > dd{
	font-size: 14px;
	line-height: 24px;
}

#ls-top-chart > .wrap > ul.solutions > li:nth-child(2) > dl > dt,
#ls-top-chart > .wrap > ul.solutions > li:nth-child(3) > dl > dt,
#ls-top-chart > .wrap > ul.solutions > li:nth-child(5) > dl > dt{
	padding-bottom: 12px;
}

#ls-top-chart > .wrap > ul.solutions > li:nth-child(2) > dl > dd,
#ls-top-chart > .wrap > ul.solutions > li:nth-child(3) > dl > dd,
#ls-top-chart > .wrap > ul.solutions > li:nth-child(5) > dl > dd{
}

#ls-top-chart > .wrap > ul.link-buttons{
}

#ls-top-chart > .wrap > ul.link-buttons > li{
	position: absolute;
}

#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(1){
	left: 174px;
	top: 427px;
}

#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(2){
	left: 518px;
	top: 368px;
}

#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(3){
	left: 511px;
	top: 485px;
}

#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(4){
	left: 791px;
	top: 369px;
}

#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(5){
	left: 1069px;
	top: 454px;
}

#ls-top-chart > .wrap > ul.link-buttons > li > a{
	display: block;
	height: 41px;
	overflow: hidden;
}

#ls-top-chart > .wrap > ul.link-buttons > li > a > picture{
	display: block;
}

#ls-top-chart > .wrap > ul.link-buttons > li > a:hover > picture{
	/*
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
	opacity: 0.6;
}

#ls-top-chart > .wrap > .solution-flow{
	display: flex;
	justify-content: space-between;
	left: 20px;
	position: absolute;
	top: 874px;
	width: 1160px;
}

#ls-top-chart > .wrap > .solution-flow > h2{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

#ls-top-chart > .wrap > .solution-flow > ul{
	background: #659ccf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 185px;
	width: 820px;

	display: flex;
	justify-content: space-around;
	padding-top: 20px;
}

#ls-top-chart > .wrap > .solution-flow > ul > li{
	color: #fff;
	font-size: 14px;
	position: relative;
	width: 175px;
}

#ls-top-chart > .wrap > .solution-flow > ul > li:nth-child(1):after,
#ls-top-chart > .wrap > .solution-flow > ul > li:nth-child(2):after,
#ls-top-chart > .wrap > .solution-flow > ul > li:nth-child(3):after{
	content: "";
	background: url("img/ls-top-chart-flow-arrow_pc.png") no-repeat 0 0;
	background-size: contain;
	height: 20px;
	position: absolute;
	right: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 11px;
}

#ls-top-chart > .wrap > .solution-flow > ul > li > figure{
	display: block;
	margin-top: 10px;
}

#ls-top-menu h2{
	background: #44a585;
	display: flex;
	font-size: 24px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin-bottom: 34px;
	padding-left: 16px;
}

#ls-top-menu h2:before{
	background: url("img/ls-top-menu-line.png") no-repeat 0 0;
	content: "";
	display: inline-block;
	height: 44px;
	margin-right: 5px;
	width: 30px;
}

#ls-top-menu ul{
	overflow: hidden;
	position: relative;
}

#ls-top-menu ul li{
	float: left;
	margin-right: 22px;
	width: 175px;
}

#ls-top-menu ul li a{
	display: block;
	padding-bottom: 24px;
	position: relative;
}

#ls-top-menu ul li a:after{
	background: url("img/ls-top-menu-link.png") no-repeat 0 0;
	bottom: 4px;
	content: "";
	display: inline-block;
	height: 35px;
	position: absolute;
	right: 0;
	width: 17px;
}

#ls-top-menu ul li:last-child{
	margin-right: 0;
}

#ls-top-menu ul li h3{
	color: #44a585;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 11px;
}

#ls-top-menu ul li figure{
	border: 2px solid #44a585;
	margin-bottom: 12px;
}

#ls-top-menu ul li p{
	font-size: 14px;
	line-height: 20px;
}

/*LOGISTICS SOLUTION:生産部品物流*/
.productionparts .chart-2{
	margin-top: -45px;
}

.productionparts .chart-3{
	margin-bottom: 115px;
	margin-top: 35px;
}

.productionparts .flag .txt h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*LOGISTICS SOLUTION:サービスパーツ物流*/
.serviceparts .chart-1{
	margin-bottom: 58px;
}

.serviceparts .list{
	display: flex;
	justify-content: space-between;
}

.serviceparts .list li{
	width: 275px;
}

.serviceparts .list li h4{
	line-height: 1.0em;
	margin-bottom: 10px;
}

.serviceparts .list li img{
	margin-bottom: 16px;
}

.serviceparts .section-2 .list li:last-child{
	width: 245px;
}

.serviceparts .section-3 .flag div:first-child{
	margin-right: 30px;
}

.serviceparts .section-3 .description{
	margin-bottom: 20px;
}

.serviceparts .section-3 .flag div:last-child picture{
	margin-right: 11px;
}

.serviceparts .section-3 .flag div:last-child picture:last-child{
	margin-right: 0;
}

/*LOGISTICS SOLUTION:車両輸送*/
.vehicle .section-1{
	margin-bottom: 66px;
}

.vehicle .section-1 li{
	margin-right: 31px;
}

.vehicle .section-1 li:last-child{
	margin-right: 0;
}

.vehicle .section-1 .title-box{
	font-size: 20px;
}

.vehicle .section-1 .box{
	border: 1px solid #44a585;
	margin-top: 23px;
}

.vehicle .section-1 .box h4{
	background: #44a585;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 10px 0;
	text-align: center;
}

.vehicle .section-1 .box .flag{
	padding: 30px 25px 30px 29px;
}

.vehicle .section-1 .box li{
	margin-right: 20px;
	width: 350px;
}

.vehicle .section-1 .box li:last-child{
	margin-right: 0;
}

.vehicle .section-1 .box h5{
	margin-bottom: 15px;
}

.vehicle .section-2 .chart-1{
	margin-bottom: 45px;
	margin-top: -90px;
	text-align: right;
}

.vehicle .section-2 .list{
	display: flex;
	margin-bottom: 60px;
}

.vehicle .section-2 .title-box{
	font-size: 18px;
	padding: 8px 15px 5px;
}

.vehicle .section-2 .list-1{
	margin-right: 20px;
	width: 275px;
}

.vehicle .section-2 .list-2{
	margin-right: 20px;
	width: 570px;
}

.vehicle .section-2 .list-2 ul{
	display: inline-block;
	width: 280px;
}

.vehicle .section-2 .list-3{
	width: 275px;
}

.vehicle .section-2 .list li{
	font-size: 16px;
	margin-bottom: 10px;
}

.vehicle .section-2 li:before{
	content: "●";
	display: inline-block;
	margin-right: 5px;
}

.vehicle .section-2 .list-1 li:before{
	color: #cc5520;
}

.vehicle .section-2 .list-2 li:before{
	color: #dbdf1a;
}

.vehicle .section-2 .list-3 li:before{
	color: #e7b53e;
}

.vehicle .section-2 .information{
	line-height: 1.7em;
	padding-bottom: 25px;
	padding-top: 25px;
}

/*LOGISTICS SOLUTION:輸出入物流*/
.importandexport .section-1 .list{
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.importandexport .section-1 .list li{
	float: left;
	margin-right: 30px;
	width: 565px;
}

.importandexport .section-1 .list li:nth-child(2n){
	margin-right: 0;
}

.importandexport .list li h4{
	display: inline-block;
	font-size: 20px;
	height: 38px;
	letter-spacing: 0.1em;
	line-height: 38px;
	margin-bottom: 10px;
	margin-right: 12px;
	padding: 0 9px;
	vertical-align: top;
	width: 162px;
}

.importandexport .section-1 .list li p{
	display: inline-block;
	line-height: 1.4em;
	width: 365px;
}

.importandexport .section-1 .unit{
	display: flex;
	margin-bottom: -20px;
}

.importandexport .section-1 .unit .unit-1{
	border: 2px solid #44a585;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 20px;
	padding: 0 25px;
	height: 217px;
	width: 130px;
}

.importandexport .section-1 .unit .unit-1 p{
	color: #44a585;
	font-size: 14px;
}

.importandexport .section-1 .unit .unit-1 p strong{
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
}

.importandexport .section-1 .unit .unit-2,
.importandexport .section-1 .unit .unit-3{
	border: 1px solid #44a585;
	height: 199px;
	padding: 20px 18px 0;
	width: 434px;
}

.importandexport .section-1 .unit .unit-2{
	margin-right: 20px;
}

.importandexport .section-1 .unit .unit-2 h4,
.importandexport .section-1 .unit .unit-3 h4{
	color: #44a585;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.importandexport .section-1 .unit .unit-2 div,
.importandexport .section-1 .unit .unit-3 div{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.importandexport .section-1 .unit .unit-2 span,
.importandexport .section-1 .unit .unit-3 span{
	line-height: 135px;
}

.importandexport .section-1 .unit .unit-2 img.first,
.importandexport .section-1 .unit .unit-3 img.first{
	border: 3px solid #44a585;
}

.importandexport .section-1 .unit .unit-2 img,
.importandexport .section-1 .unit .unit-3 img{
	display: inline-block;
	vertical-align: middle;
}

.importandexport #importandexport-chart{
	position: relative;
}

.importandexport #importandexport-chart .chart-1{
	margin-bottom: 40px;
	height: 845px;
}

.importandexport #importandexport-chart a{
	display: block;
	position: absolute;
	left: 207px;
	top: 360px;
	width: 350px;
}

.importandexport #importandexport-chart a:hover{
	background: url("img/importandexport-btn_over.png") no-repeat 0 0;
	background-size: cover;
}

.importandexport #importandexport-chart a img{
	width: 350px;
}

.importandexport #importandexport-chart a:hover img{
	visibility: hidden;
}

.importandexport .section-2{
	background: #f5faf9;
	border: 4px solid #44a585;
	padding: 25px;
}

.importandexport .section-2 h3{
	margin-bottom: 25px;
}

.importandexport .section-2 .list{
	display: flex;
	margin-bottom: 15px;
}

.importandexport .section-2 .list ul{
	margin-right: 40px;
	width: 662px;
}

.importandexport .section-2 .list ul li{
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding-left: 1.6em;
}

.importandexport .section-2 .list ul li:before{
	color: #44a585;
	content: "●";
	display: inline-block;
	float: left;
	margin-left: -1.4em;
	margin-right: 10px;
	width: 1em;
}

.importandexport .section-2 .flag > div{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	padding: 20px 20px 10px 20px;
	width: 500px;
}

.importandexport .section-2 .flag > div:first-child{
	background: #3e6eb3;
	margin-right: 20px;
}

.importandexport .section-2 .flag > div:last-child{
	background: #a33543;
}

.importandexport .section-2 .flag > div figcaption{
	color: #fff;
	letter-spacing: normal;
}

/*COMPANY:TOP*/
#container.company-home{
	background: url("img/company-top-img01.jpg") no-repeat 50% 77px;
	background-size: 1400px 1126px;
	margin: 0 auto;
	min-height: 1203px;
	max-width: 1400px;
}

#container.company-home .content nav{
	margin-top: 405px;
}

#container.company-home .content nav ul{
	overflow: hidden;
	position: relative;
}

#container.company-home .content nav ul li{
	float: left;
	margin-right: 20px;
}

#container.company-home .content nav ul li a{
	background: #44a585;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	width: 165px;
}

/*COMPANY:メッセージ*/
#content-company.message .wrap h2{
	letter-spacing: 0.2em;
}

#content-company.message .wrap div{
	width: 682px;
}

#content-company.message .wrap div p{
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	margin-bottom: 20px;
}

#content-company.message .wrap div p sub{
	font-size: 12px;
}

#content-company.message .wrap div .name{
	margin-top: 65px;
	text-align: right;
}

#content-company.message .wrap div .name p,
#content-company.message .wrap div .name img{
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

#content-company.message .wrap div .name span{
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 20px;
	position: relative;
}

#content-company.message .wrap div .name strong{
	display: block;
}

/*COMPANY:企業理念*/
#content-company.philosophy .wrap h2{
	letter-spacing: 0.2em;
}

#content-company.philosophy .wrap div{
	width: 682px;
}

#content-company.philosophy .wrap div p{
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	margin-bottom: 20px;
}

#content-company.philosophy .wrap div p:last-child{
	margin-bottom: 0;
}

/*COMPANY:会社概要*/
#content-company.profile .table{
	margin-bottom: 75px;
}

#content-company.profile .table th,
#content-company.profile .table td{
	padding: 8px 0 10px;
}

#content-company.profile .table th{
	letter-spacing: 0.5em;
	line-height: 1.8em;
	width: 145px;
}

#content-company.profile .table td{
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

#content-company.profile figure{
	margin-top: 40px;
	text-align: center;
}

/*COMPANY:沿革*/
#content-company.history .table td,
#content-company.history .table th{
	letter-spacing: 0.1em;
}

#content-company.history .table .year{
	width: 85px;
}

#content-company.history .table .date{
	padding-right: 60px;
	text-align: right;
	width: 45px;
}

/*COMPANY:安全・品質*/
#content-company.safetyandquality ul{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#content-company.safetyandquality ul li{
	margin-bottom: 30px;
	margin-right: 40px;
	vertical-align: top;
	width: 560px;
}

#content-company.safetyandquality ul li:nth-child(2n){
	margin-right: 0;
}

#content-company.safetyandquality ul li h3{
	color: #44a585;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 25px;
}

#content-company.safetyandquality ul li p{
	margin-right: 30px;
}

#content-company.safetyandquality ul li figure{
	margin-top: 5px;
}

#content-company.safetyandquality ul li figure + figure{
	margin-left: 10px;
}

/*COMPANY:環境・CSR*/
#content-company.environmentandcsr .section-title sub{
	font-size: 16px;
}

#content-company.environmentandcsr .section-1{
	margin-bottom: 60px;
}

#content-company.environmentandcsr .section-1 p{
	font-size: 16px;
	margin-bottom: 15px;
}

#content-company.environmentandcsr .section-1 p sub{
	font-size: 12px;
}

#content-company.environmentandcsr .section-1 h2{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content-company.environmentandcsr .section-1 li{
	font-size: 14px;
	margin-bottom: 8px;
}

#content-company.environmentandcsr .section-1 .flag .figure img{
	margin-left: 0;
}

#content-company.environmentandcsr .section-2 p{
	color: #44a585;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 23px;
	padding-left: 3em;
	text-indent: -3em;
}

#content-company.environmentandcsr .section-2 .box{
	border: 1px solid #44a585;
	padding: 20px;
}

#content-company.environmentandcsr .section-2 .box li{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 1.3em;
	text-indent: -1.3em;
	margin-bottom: 10px;
}

#content-company.environmentandcsr .section-2 .box li:last-child{
	margin-bottom: 0;
}

#content-company.environmentandcsr .section-2 .box li.ten{
	padding-left: 2em;
	text-indent: -2em;
}

/*OFFICE:事業所*/
.office-home{
	background: url("img/office-img-bg.jpg") no-repeat 0 77px;
	background-size: contain;
	margin: 0 auto;
	min-height: 680px;
	max-width: 1400px;
}

#content-office{
	margin-top: 430px;
}

#content-office table{
	width: 100%;
}

#content-office table th,
#content-office table td{
	padding-bottom: 40px;
}

#content-office table .name{
	color: #44a585;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
	width: 185px;
}

#content-office table .pic{
	text-align: left;
	vertical-align: top;
	width: 250px;
}

#content-office table .address{
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 30px 0 20px;
	text-align: left;
	vertical-align: top;
	width: 485px;
}

#content-office p {
    text-decoration: none;
}

#content-office table .address.address-2{
	height: 150px;
}

#content-office table .map a{
	border: 1px solid #44a585;
	display: inline-block;
	height: 33px;
	text-align: center;
	width: 118px;
}

#content-office table .map a img{
	padding-top: 11px;
}

#content-office table .map a + a{
	margin-top: 33px;
}

/*EMPLOYMENT:リクルート*/
.content-employment{
	background: url("img/employment-bg.jpg") no-repeat 100% 100%;
	background-size: cover;
	min-height: 1250px;
}

.content-employment ul{
	margin-left: 230px;
}

.content-employment li figure{
	border: 5px solid #44a585;
	display: inline-block;
	margin-top: 20px;
}

.content-employment h2.title-line{
	font-size: 38px;
	letter-spacing: 0.05em;
}

/*CONTACT US*/
#content-contactus{
	margin-top: 75px;
}

#content-contactus .contact-lead{
	margin: 50px 0 30px;
}

#content-contactus .section-1 > h2,
#content-contactus .section-2 > h2{
	border-bottom: 1px solid #44a585;
	color: #44a585;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#content-contactus .section-1{
	margin-bottom: 60px;
}

#content-contactus .section-1 div{
	display: flex;
	justify-content: space-between;
}

#content-contactus .section-1 h3{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}

#content-contactus .section-1 p,
#content-contactus .section-1 p a{
	color: #44a585;
	font-size: 38px;
	font-weight: bold;
}

#content-contactus table.form{
	margin-bottom: 40px;
	width: 100%;
}

#content-contactus table.form th{
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 1.0em;
	margin-bottom: 15px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 12px;
	position: relative;
	vertical-align: middle;
	width: 220px;
}

#content-contactus table.form td{
	font-size: 20px;
	vertical-align: middle;
	position: relative;
}

#content-contactus table.form tr:nth-child(8) th,
#content-contactus table.form tr:nth-child(9) th{
	vertical-align: top;
}

#content-contactus table.form tr:nth-child(8) td{
	padding-top: 10px;
}

#content-contactus table.form tr:nth-child(9) td{
	line-height: 1.6em;
	padding-top: 6px;
	vertical-align: top;
}

#content-contactus table.form .required{
	background: #f25830;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 18px;
	line-height: 100%;
	margin-top: 0;
	padding-top: 4px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 43px;
}

#content-contactus table.form .half{
	background: #bfbfbf;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 18px;
	line-height: 100%;
	margin-top: 0;
	padding-top: 4px;
	position: absolute;
	right: 51px;
	text-align: center;
	width: 43px;
}

#content-contactus table.form td{
	/*padding-bottom: 15px;*/
	padding-left: 30px;
}

table.form input[type='text'],
table.form input[type='password'],
table.form input[type='tel'],
table.form input[type='email'],
table.form select{
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	padding: 0 8px;
}

table.form input[type='text'],
table.form input[type='password'],
table.form input[type='tel'],
table.form input[type='email']{
	font-size: 20px;
	height: 46px;
	line-height: 48px;
	width: 100%;
}

input[type="button"], input[type="submit"]{
	-webkit-appearance: none;
	border-radius: 0;
}

table.form textarea{
	font-size: 20px;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	height: 260px;
	padding: 8px;
	width: 100%;
}

.text-name{
	margin-right: 20px;
	padding: 0 8px;
	width: 332px !important;
}

::-webkit-input-placeholder{
	color: #bfbfbf;
	opacity: 1;
}

::-moz-placeholder{
	color: #bfbfbf;
	opacity: 1;
}

:-ms-input-placeholder{
	color: #bfbfbf;
}

:placeholder-shown{
	color: #bfbfbf;
}

table.form input[type='text']:focus,
table.form input[type='password']:focus,
table.form input[type='tel']:focus,
table.form input[type='email']:focus,
table.form select:focus,
table.form textarea:focus{
	box-shadow: 0 0 4px 2px rgba(161, 210, 194, 1);
	outline: 0;
}

#content-contactus table.form td h3{
	color: #44a585;
	font-size: 20px;
	margin-bottom: 10px;
}

#content-contactus table.form td > div{
	margin-bottom: 20px;
}

#content-contactus table.form .checkbox-input{
	/*display: none; validationEngine機能しないため*/
	position: absolute;
}

#content-contactus table.form .checkbox-parts{
	font-size: 18px;
	margin-right: 20px;
	padding-left: 30px;
	position: relative;
}

#content-contactus table.form .checkbox-parts:hover{
	cursor: pointer;
}

.checkbox-parts::before{
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	height: 20px;
	width: 20px;
}

.checkbox-input:checked + .checkbox-parts::before{
	background: #bfbfbf;
}

.checkbox-input:checked + .checkbox-parts::after{
	border-bottom: 3px solid #f4f4f4;
	border-right: 3px solid #f4f4f4;
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 7px;
	width: 5px;
	height: 12px;
	transform: rotate(40deg);
}

#content-contactus #form-box{
	position: relative;
}

#content-contactus .attention{
	border: 1px solid #bfbfbf;
	margin-bottom: 40px;
	padding: 20px 25px 10px;
	/*width: 100%;*/
}

#content-contactus .attention h3{
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	text-align: center;
}

#content-contactus .attention li{
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

#content-contactus .ssl{
	bottom: 0;
	height: 35px;
	position: absolute;
	right: 0;
	width: 90px;
}

#content-contactus.complete .h2{
	margin-top: 140px;
}

#content-contactus.complete h3{
	color: #44a585;
	font-size: 24px;
	line-height: 42px;
	margin: 130px 0 40px 150px;
}

#content-contactus.complete p.description{
	margin-bottom: 40px;
	margin-left: 150px;
}

#content-contactus.complete p.link{
	font-size: 16px;
	text-align: center;
}

#content-contactus.complete a{
	display: inline-block;
	margin-top: 30px;
	text-decoration: underline;
}

#content-contactus.complete a:hover{
	text-decoration: none;
}

ul.form-btns{
	text-align: center;
}

ul.form-btns li:first-child{
	margin-right: 10px;
}

ul.form-btns li:last-child{
	margin-left: 10px;
}

.form-btns li{
	display: inline-block;
}

.form-btns .form-btn{
	display: block;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	text-align: center;
	width: 240px;
}

.form-btns .form-btn.form-btn-main{
	border: none;
	/*background: #44a585;*/
	color: #000 !important;
	font-size: 22px;
	font-weight: bold;
}

.form-btns .form-btn.form-btn-sub{
	border: none;
	/*background: #ffffff;
	border: 2px solid #44a585;*/
	color: #000 !important;
	font-size: 22px;
	font-weight: bold;
}

.form-btns .form-btn:hover{
	cursor: pointer;
}

.form-btn-confirm{
	background: url("img/contact-btn1.png") no-repeat 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
}

.form-btn-edit{
	background: url("img/contact-btn2.png") no-repeat 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
}

.form-btn-sent{
	background: url("img/contact-btn3.png") no-repeat 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
}

/* Z-INDEX */
.formError{
	z-index: 990;
}

.formError .formErrorContent{
	z-index: 991;
}

.formError .formErrorArrow{
	z-index: 996;
}

.ui-dialog .formError{
	z-index: 5000;
}

.ui-dialog .formError .formErrorContent{
	z-index: 5001;
}

.ui-dialog .formError .formErrorArrow{
	z-index: 5006;
}

.inputContainer{
	position: relative;
	float: left;
}

.formError{
	position: absolute;
	display: block;
	cursor: pointer;
	left: 300px;
	text-align: left;
	top: 300px;
}

.formError.fCompanyformError,
.formError.fTelformError,
.formError.fMailformError,
.formError.fMail2formError,
.formError.fMotiveformError{
	left: 680px !important;
}

.formError.inline{
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit{
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent{
	background: #f25830;
	color: #000;
	font-size: 14px;
	line-height: 1.6em;
	min-width: 120px;
	padding: 10px;
	position: relative;
	width: 100%;
}

.formError.inline .formErrorContent{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent{
	background: #cb0f0f;
}

.blackPopup .formErrorContent{
	background: #cb0f0f;
	color: #FFF;
}

.formError .formErrorArrow{
	width: 15px;
	margin: -2px 0 0 20px;
	position: relative;
	opacity: 0.75;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow{
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top: 2px;
}

.formError .formErrorArrow div{
	font-size: 0px;
	height: 1px;
	background: #cb0f0f;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div{
	background: #33be40;
}

.blackPopup .formErrorArrow div{
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10{
	width: 0px;
	border: none;
}

.formError .formErrorArrow .line9{
	width: 0px;
	border: none;
}

.formError .formErrorArrow .line8{
	width: 11px;
}

.formError .formErrorArrow .line7{
	width: 9px;
}

.formError .formErrorArrow .line6{
	width: 7px;
}

.formError .formErrorArrow .line5{
	width: 5px;
}

.formError .formErrorArrow .line4{
	width: 3px;
}

.formError .formErrorArrow .line3{
	width: 1px;
}

.formError .formErrorArrow .line2{
	width: 0px;
	border: none;
}

.formError .formErrorArrow .line1{
	width: 0px;
	border: none;
}

/*PRIVACYPOLICY*/
#content-privacypolicy > p{
	font-size: 18px;
	margin: 60px 0 80px;
}

#content-privacypolicy > div{
	margin: 0 auto;
	max-width: 1040px;
}

#content-privacypolicy > div > h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 45px;
}

#content-privacypolicy > div > h3{
	font-size: 16px;
	margin-bottom: 10px;
}

#content-privacypolicy > div ol{
	margin-bottom: 40px;
}

#content-privacypolicy > div ol li{
	font-size: 16px;
	line-height: 1.8em;
	list-style-type: decimal;
	margin-bottom: 3px;
	margin-left: 1.3em;
}

#content-privacypolicy > div .date{
	margin-bottom: 35px;
	text-align: right;
}

#content-privacypolicy > div .name{
	margin-bottom: 85px;
	text-align: right;
}

#content-privacypolicy > div .contact h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

#content-privacypolicy > div .contact p strong{
	font-weight: bold;
}

#content-privacypolicy > div .contact p a{
	text-decoration: underline;
}

/*404ページ*/
#container.container-404 > .inner > div{
	margin: 94px auto 100px;
	text-align: center;
}

#container.container-404 > .inner > a{
	color: #000;
	display: block;
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
}

#container.container-404 > .inner > a:hover{
	text-decoration: none;
}

@media screen and (max-width: 750px){
	/*初期化の設定
	------------------------------------------------------------------------------*/
	a:hover{
		text-decoration: none;
	}

	a[href^="tel:"]{
		pointer-events: auto;
	}

	/*LAYOUT
	------------------------------------------------------------------------------*/
	body > header,
	body > #container,
	body > footer{
		min-width: 100%;
	}

	.section{
		margin-bottom: 40px;
	}

	.pc{
		display: none !important;
	}

	.sp{
		display: block;
	}

	.wrap{
		padding-right: 10px;
		padding-left: 10px;
	}

	/*IMAGE + TEXT*/
	.flag{
		display: block;
	}

	.flag.img-2 .txt{
		margin-bottom: 10px;
		width: 100%;
	}

	.flag.img-3 .txt{
		margin-bottom: 10px;
		width: 100%;
	}

	.flag .figure img,
	.flag .figure figure{
		display: block;
		margin-left: 0;
	}

	.flag .figure{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.flag.img-2 .figure span{
		width: 48%;
	}

	.flag.img-3 .figure span{
		width: 32%;
	}

	.flag.img-2 .figure span img,
	.flag.img-3 .figure span img{
		width: 100%;
	}

	.flag .figure figure img{
		margin-left: 0;
	}

	/*MODIFIER
	------------------------------------------------------------------------------*/
	.information{
		border: 2px solid #44a585;
		box-sizing: border-box;
		font-size: 17px;
		padding: 0 10px;
	}

	.table{
		width: 100%;
	}

	.table th,
	.table td{
		border-bottom: 1px solid #ededed;
		font-size: 16px;
		padding: 15px 0;
		text-align: left;
	}

	.table tr:last-child th,
	.table tr:last-child td{
		border-bottom: none;
	}

	.table tr .none{
		border-bottom: none;
	}

	.co-green{
		color: #44a585;
	}

	/*TITLE
	------------------------------------------------------------------------------*/
	.heading{
		font-size: 28px;
		margin: 15px 0 25px 0;
	}

	.heading.lp{
		width: 100%;
	}

	.heading.company{
		width: 100%;
	}

	.heading.top{
		margin: 20px 0 24px 0;
	}

	.lead{
		font-size: 27px;
		line-height: 34px;
		margin-bottom: 18px;
	}

	.description{
		font-size: 15px;
		line-height: 24px;
	}

	.title{
		font-size: 16px;
		line-height: 1.2em;
		margin-bottom: 5px;
	}

	.outline{
		font-size: 12px;
		line-height: 1.4em;
	}

	.caption{
		font-size: 12px;
		line-height: 1.4em;
	}

	figcaption.caption{
		margin-top: 6px;
	}

	.note{
		font-size: 12px;
	}

	.section-title{
		font-size: 27px;
		letter-spacing: 0.025em;
		margin-bottom: 10px;
	}

	.section-title span{
		display: block;
		font-size: 11px;
		letter-spacing: 0.05em;
		line-height: 15px;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.title-line{
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 30px;
	}

	.title-line.black{
		border-bottom: 1px solid #000;
		color: #000;
	}

	.title-box{
		font-size: 14px;
		margin-bottom: 8px;
		padding: 10px;
	}

	/*HEADER
	------------------------------------------------------------------------------*/
	header{
		border-bottom: 1px solid #44a585;
		box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2);
		height: auto;
	}

	header h1{
		height: 35px;
		padding-top: 15px;
		text-align: center;
	}

	header h1 img{
		margin-top: 1px;
		height: auto;
		width: 150px;
	}

	header label[for="nav-toggler"]{
		background: url("img/sp/icon-menu.png") no-repeat 50% 50%;
		background-size: 27.5px 19.5px;
		display: block;
		height: 28px;
		position: absolute;
		right: 15px;
		top: 12px;
		width: 28px;
	}

	header #nav-toggler:checked + label[for="nav-toggler"]{
		background: url("img/sp/icon-menu-close.png") no-repeat 50% 50%;
		background-size: 27.5px 22px;
	}

	header nav{
		display: none;
		position: static;
	}

	header #nav-toggler:checked ~ nav{
		display: block;
	}

	header nav ul{
		display: block;
	}

	header nav li{
		background: #44a585;
		border-bottom: 1px solid #000;
		display: block;
		font-size: 17px;
		font-weight: bold;
		margin-right: 0;
		width: 100%;
	}

	header nav li:last-child{
		border-bottom: none;
	}

	header nav li a{
		background: url("img/sp/header-nav-line.png") no-repeat 10px 0;
		background-size: 27px 37px;
		display: block;
		height: 50px;
		line-height: 50px;
		padding: 0 0 0 40px;
	}

	header nav li a:hover{
		background-position: 10px 0;
	}

	/*
	header .btn-menu,
	header .btn-menu-close{
		display: block;
		position: absolute;
		right: 15px;
		top: 8px;
	}
	header .btn-menu img,
	header .btn-menu-close img{
		height: 20px;
		width: 28px;
	}
	*/
	/*FOOTER
	------------------------------------------------------------------------------*/
	footer{
		margin-top: 100px;
	}

	footer a#footer-logo{
		display: block;
		height: 35px;
		margin: 0 auto;
		padding-top: 15px;
		text-align: center;
		width: 205px;
	}

	footer a#footer-logo img{
		width: 205px;
	}

	footer nav{
		padding: 0;
	}

	footer nav ul{
		border-bottom: 1px solid #fff;
		display: block;
		margin-right: 0;
	}

	footer nav ul:first-child{
		display: none;
	}

	footer nav ul li{
		background: #bfbfbf;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
		font-weight: bold;
		height: 0;
		margin-bottom: 0;
		overflow: hidden;
		position: relative;
		-webkit-transition: height .3s;
		-moz-transition: height .3s;
		-ms-transition: height .3s;
		-o-transition: height .3s;
		transition: height .3s;
	}

	footer nav ul li:first-child{
		background: transparent;
		height: 40px;
	}

	footer nav ul li.menu-toggler{
		display: block;
	}

	footer nav ul li.menu-toggler.open ~ li{
		height: 40px;
	}

	footer nav ul li.menu-toggler.open + li{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	footer nav ul li a,
	footer nav ul li span{
		display: block;
		height: 40px;
		line-height: 40px;
		/*text-align: center;*/
		position: absolute;
	}

	footer nav ul li a{
		width: 100%;
	}

	footer nav ul > li:first-child > a{
		text-align: center;
	}

	footer nav ul li span{
	}

	footer nav ul li.menu-toggler + li a{
		font-weight: normal;
	}

	footer nav ul li.menu-toggler + li a:after{
		content: " トップ";
	}

	footer .bottom{
		height: 75px;
		padding-top: 0;
	}

	footer .bottom p{
		font-size: 10px;
	}

	footer .bottom .privacypolicy{
		float: none;
	}

	footer .bottom .privacypolicy a{
		display: block;
		height: 38px;
		line-height: 38px;
		text-align: center;
	}

	footer .bottom .copyright{
		float: none;
		font-size: 8px;
		padding: 20px 0 10px;
		text-align: center;
	}

	/*CONTAINER
	------------------------------------------------------------------------------*/
	#container{
		padding-top: 50px;
	}

	/*LOCAL NAVI
	------------------------------------------------------------------------------*/
	#local-nav{
		position: relative;
	}

	#local-nav .wrap{
		display: block;
	}

	#local-nav h1{
		margin-left: -10px;
		margin-right: -10px;
		padding-top: 0;
		position: relative;
	}

	#local-nav h1 img{
		width: 100%;
	}

	#local-nav #local-nav-toggler + label{
		background: url("img/sp/local-nav-icon-open.png") no-repeat 50% 50%;
		background-size: 12.5px 7.5px;
		display: block;
		height: 25px;
		position: absolute;
		right: 10px;
		top: 6.6vw;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		/*
		-webkit-transition: transform .3s;
		-moz-transition: transform .3s;
		-ms-transition: transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		*/
		width: 25px;
	}

	#local-nav #local-nav-toggler:checked + label{
		-webkit-transform: rotate(180deg) translateY(50%);
		-moz-transform: rotate(180deg) translateY(50%);
		-ms-transform: rotate(180deg) translateY(50%);
		-o-transform: rotate(180deg) translateY(50%);
		transform: rotate(180deg) translateY(50%);
	}

	#local-nav nav{
		/*display: none;*/
		height: 0;
		margin-top: 0;
		left: 0;
		position: absolute;
		top: 12vw;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		/*-webkit-transition: transform .3s;
		-moz-transition: transform .3s;
		-ms-transition: transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;*/
		width: 100%;
		overflow: hidden;
		z-index: 1;
	}

	#local-nav #local-nav-toggler:checked ~ nav{
		/*display: block;*/
		height: auto;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	#local-nav nav ul li{
		background: #44a585;
		border-top: 1px solid #fff;
		display: block;
		font-size: 14px;
		font-weight: bold;
		margin: 0 -10px;
	}

	#local-nav nav ul li a,
	#local-nav nav ul li span{
		box-sizing: border-box;
		display: block;
		height: 50px;
		line-height: 50px;
		padding-left: 35px;
		width: 100%;
	}

	/*TOP PAGE
	------------------------------------------------------------------------------*/
	#home-carousel .slick-prev,
	#home-carousel .slick-next{
		display: none !important;
	}

	.home-section.section-network{
		border-bottom: 4px solid #44a585;
	}

	.home-section h1{
		margin: -2px auto 20px;
	}

	.home-section h1 img{
		width: 310px;
	}

	.home-section .wrap{
		display: block;
	}

	.home-section > figure img{
		height: 90px;
		width: 100%;
	}

	.home-section .wrap > div{
		display: inline-block;
	}

	.home-section .wrap h2{
		font-size: 27px;
		line-height: 1.4em;
		margin-bottom: 25px;
		margin-top: 0;
	}

	.home-section .wrap p{
		font-size: 15px;
		margin-bottom: 15px;
		width: 100%;
	}

	.home-section .wrap a.thumbs-link{
		display: block;
		margin: 0 auto 15px;
		width: 263px;
	}

	.home-section .link{
		display: block;
		margin: 0 auto 10px;
	}

	.home-section .link img{
		display: block;
		margin: 0 auto;
		width: 29px;
	}

	.home-section figure img{
		width: 100%;
	}

	.home-news{
		margin-top: 65px;
	}

	.home-news h1{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.home-news h1 img{
		width: 95px;
	}

	.home-news ul li{
		display: flex;
		font-size: 11px;
		margin-bottom: 8px;
		padding-left: 0;
		width: 100%;
	}

	.home-news ul li time{
		display: inline-block;
		margin-right: 0;
		position: relative;
		width: 80px;
	}

	.home-news ul li p{
		line-height: 1.4em;
		width: calc(100% - 80px);
	}
	.home-section .link.sp{
		display: block;
	}

	/*ROW PAGE
	------------------------------------------------------------------------------*/
	/*LOGISTICS SOLUTION:TOP*/
	#ls-top-chart{
		height: auto;
		margin-bottom: 30px;
	}

	#ls-top-chart > .wrap{
		background: none;
		height: 484vw;
		padding: 2.7vw;
	}

	#ls-top-chart > .wrap > ul.solutions{
		background: url("img/sp/ls-top-chart-illust.svg") no-repeat 50% 0;
		background-size: cover;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		height: 379.3vw;
		padding-left: 47.4vw;
		padding-top: 1.2vw;
		position: relative;
		width: 94.6vw;
	}

	#ls-top-chart > .wrap > ul.solutions > li:nth-child(1),
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(2),
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(3),
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(4),
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(5),
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(6){
		background-image: none;
		left: 0;
		margin-bottom: 2.6vw;
		position: relative;
		top: 0;
		width: 47.3vw;
	}

	#ls-top-chart > .wrap > ul.solutions > li:nth-child(1){
		height: 58.6vw;
		order: 1;
	}

	#ls-top-chart > .wrap > ul.solutions > li:nth-child(2){
		height: 53.3vw;
		order: 4;
	}

	#ls-top-chart > .wrap > ul.solutions > li:nth-child(3){
		height: 53.3vw;
		order: 5;
	}

	#ls-top-chart > .wrap > ul.solutions > li:nth-child(4){
		height: 58.6vw;
		order: 2;
	}

	#ls-top-chart > .wrap > ul.solutions > li:nth-child(5){
		height: 58vw;
		order: 3;
	}

	#ls-top-chart > .wrap > ul.solutions > li:nth-child(6){
		height: 72vw;
		order: 6;
	}

	#ls-top-chart > .wrap > ul.solutions > li > dl{
		height: auto;
		padding: 2.3vw 2.6vw 2.4vw 2.6vw;
		width: 100%;
	}

	#ls-top-chart > .wrap > ul.solutions > li:nth-child(3) > dl,
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(4) > dl,
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(5) > dl,
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(6) > dl{
		padding-top: 2.7vw;
	}

	#ls-top-chart > .wrap > ul.solutions > li > dl > dt{
		font-size: 3.73vw;
		line-height: 1.35;
		padding-bottom: 1.8vw;
		margin-bottom: 1.8vw;
	}

	#ls-top-chart > .wrap > ul.solutions > li:nth-child(2) > dl > dt,
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(3) > dl > dt,
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(5) > dl > dt{
		padding-bottom: 1.8vw;
		margin-bottom: 1.9vw;
	}

	#ls-top-chart > .wrap > ul.solutions > li:nth-child(2) > dl > dd,
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(3) > dl > dd,
	#ls-top-chart > .wrap > ul.solutions > li:nth-child(5) > dl > dd{
		padding-top: 0;
	}

	#ls #ls-top-chart > .wrap > ul.solutions > li > dl > dt br{
		display: none;
	}

	#ls-top-chart > .wrap > ul.solutions > li > dl > dd{
		font-size: 3.2vw;
		line-height: 1.45;
	}

	#ls-top-chart > .wrap > ul.link-buttons{
		left: 0;
		position: absolute;
		top: 0;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li{
		left: 0;
		top: 0;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(1){
		left: 35.3vw;
		top: 47vw;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(2){
		left: 5.6vw;
		top: 168.9vw;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(3){
		left: 38.7vw;
		top: 222.2vw;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(4){
		left: 5.4vw;
		top: 279.2vw;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(5){
		left: 12vw;
		top: 368vw;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(1) > a{
		height: 26.6vw;
		width: 9.8vw;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(2) > a{
		height: 30.6vw;
		width: 6.5vw;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(3) > a{
		height: 38.2vw;
		width: 6.5vw;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(4) > a{
		height: 30.4vw;
		width: 6.5vw;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li:nth-child(5) > a{
		height: 10vw;
		width: 26.6vw;
	}

	#ls-top-chart > .wrap > ul.link-buttons > li > a > picture{
		display: none;
	}

	#ls-top-chart > .wrap > .solution-flow{
		display: block;
		left: 0;
		margin-top: 4.6vw;
		position: relative;
		top: 0;
		width: 100%;
	}

	#ls-top-chart > .wrap > .solution-flow > h2{
		font-size: 4.3vw;
		line-height: 1.3;
	}

	#ls-top-chart > .wrap > .solution-flow > h2 br{
		display: none;
	}

	#ls-top-chart > .wrap > .solution-flow > ul{
		flex-wrap: wrap;
		height: auto;
		margin-top: 2.6vw;
		padding-right: 3.4vw;
		width: auto;
	}

	#ls-top-chart > .wrap > .solution-flow > ul > li{
		font-size: 3.2vw;
		margin-bottom: 2vw;
		width: 40vw;
	}

	#ls-top-chart > .wrap > .solution-flow > ul > li:nth-child(1):after,
	#ls-top-chart > .wrap > .solution-flow > ul > li:nth-child(2):after,
	#ls-top-chart > .wrap > .solution-flow > ul > li:nth-child(3):after{
		right: -4.2vw;
	}

	#ls-top-chart > .wrap > .solution-flow > ul > li > figure{
		margin-top: 1vw;
	}

	#ls-top-chart > .wrap > .solution-flow > ul > li > figure img{
		width: 100%;
	}

	#ls-top-menu h2{
		font-size: 16px;
		height: auto;
		line-height: 19px;
		margin-bottom: 11px;
		padding: 4px 8px 5px 30px;
		position: relative;
	}

	#ls-top-menu h2:before{
		background: url("img/sp/ls-top-menu-line.png") no-repeat 0 0;
		background-size: 18px 26px;
		height: 26px;
		left: 8px;
		margin-right: 0;
		position: absolute;
		top: 0;
		width: 18px;
	}

	#ls-top-menu ul{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#ls-top-menu ul li{
		float: none;
		letter-spacing: normal;
		margin-right: 0;
		width: 48%;
	}

	#ls-top-menu ul li a{
		display: block;
		padding-bottom: 24px;
		position: relative;
	}

	#ls-top-menu ul li a:after{
		background: url("img/sp/ls-top-menu-link.png") no-repeat 0 0;
		background-size: 13px 25px;
		bottom: 12px;
		content: "";
		height: 25px;
		width: 13px;
	}

	#ls-top-menu ul li h3{
		font-size: 14px;
		margin-bottom: 7px;
	}

	#ls-top-menu ul li figure{
		background: #44a585;
		margin-bottom: 7px;
	}

	#ls-top-menu ul li figure img{
		width: 100%;
	}

	#ls-top-menu ul li p{
		font-size: 12px;
		line-height: 17px;
	}

	/*LOGISTICS SOLUTION:生産部品物流*/
	.productionparts .chart-1{
		margin: 0 auto;
		width: 280px;
	}

	.productionparts .chart-1 img{
		width: 100%;
	}

	.productionparts .chart-2{
		margin-top: 0;
	}

	.productionparts .chart-2 img,
	.productionparts .chart-3 img{
		width: 100%;
	}

	.productionparts .chart-3{
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.productionparts .flag.info .txt h4{
		font-size: 18px;
		margin-bottom: 15px;
	}

	.productionparts .flag.info .txt{
		margin-bottom: 15px;
	}

	.productionparts .flag.info img{
		width: 100%;
	}

	/*LOGISTICS SOLUTION:サービスパーツ物流*/
	.serviceparts .chart-1{
		margin-bottom: 30px;
	}

	.serviceparts .chart-1 img{
		width: 100%;
	}

	.serviceparts .list{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.serviceparts .list{
		margin-bottom: -15px;
	}

	.serviceparts .list li{
		margin-bottom: 15px;
		width: 48%;
	}

	.serviceparts .list li h4{
		line-height: 1.2em;
		margin-bottom: 10px;
	}

	.serviceparts .list li img{
		margin-bottom: 8px;
		width: 100%;
	}

	.serviceparts .section-2 .list li:last-child{
		width: 48%;
	}

	.serviceparts .section-3 .flag div:first-child{
		margin-right: 0;
	}

	.serviceparts .section-3 .description{
		margin-bottom: 20px;
	}

	.serviceparts .section-3 .flag div:last-child{
		overflow: hidden;
		position: relative;
	}

	.serviceparts .section-3 .flag div:last-child picture:nth-child(1){
		float: left;
		margin-right: 0;
		width: 66%;
	}

	.serviceparts .section-3 .flag div:last-child picture:nth-child(2){
		margin-right: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 30%;
	}

	.serviceparts .section-3 .flag div:last-child picture:nth-child(3){
		bottom: 0;
		position: absolute;
		right: 0;
		width: 30%;
	}

	.serviceparts .section-3 .flag img{
		width: 100%;
	}

	/*LOGISTICS SOLUTION:車両輸送*/
	.vehicle .section-1{
		margin-bottom: 30px;
	}

	.vehicle .section-1 li{
		margin-bottom: 10px;
		margin-right: 0;
	}

	.vehicle .section-1 .title-box{
		font-size: 16px;
	}

	.vehicle .section-1 .box{
		margin-top: 0;
	}

	.vehicle .section-1 .box h4{
		font-size: 20px;
	}

	.vehicle .section-1 .box .flag{
		padding: 12px 12px 2px 12px;
	}

	.vehicle .section-1 .box li{
		margin-right: 0;
		width: auto;
	}

	.vehicle .section-1 .box h5{
		margin-bottom: 8px;
	}

	.vehicle .section-2 .chart-1{
		margin-bottom: 20px;
		margin-top: -20px;
	}

	.vehicle .section-2 .chart-1 img{
		width: 100%;
	}

	.vehicle .section-2 .title-box{
		font-size: 15px;
		padding: 10px;
	}

	.vehicle .section-2 .list{
		display: block;
		margin-bottom: 15px;
		overflow: hidden;
		position: relative;
	}

	.vehicle .section-2 .list-1{
		float: left;
		margin-bottom: 10px;
		margin-right: 2%;
		width: 48%;
	}

	.vehicle .section-2 .list-2{
		float: right;
		margin-bottom: 15px;
		margin-right: 2%;
		width: 48%;
	}

	.vehicle .section-2 .list-2 ul{
		width: 100%;
	}

	.vehicle .section-2 .list-3{
		float: left;
		margin-bottom: 15px;
		width: 48%;
	}

	.vehicle .section-2 .list li{
		display: block;
		font-size: 14px;
		margin-bottom: 6px;
		padding-left: 1.3em;
	}

	.vehicle .section-2 li:before{
		content: "●";
		display: block;
		float: left;
		margin-left: -1.3em;
		width: 1em;
		text-align: center;
	}

	.vehicle .section-2 .list-1 li:before{
		color: #cc5520;
	}

	.vehicle .section-2 .list-2 li:before{
		color: #dbdf1a;
	}

	.vehicle .section-2 .list-3 li:before{
		color: #e7b53e;
	}

	.vehicle .section-2 .list-3 + figure{
		margin: 0 auto;
		width: 90%;
	}

	.vehicle .section-2 .list-3 + figure img{
		width: 100%;
	}

	.vehicle .section-2 .information{
		padding-bottom: 10px;
		padding-top: 10px;
	}

	/*LOGISTICS SOLUTION:輸出入物流*/
	.importandexport .section-1 .list{
		margin-bottom: 10px;
	}

	.importandexport .section-1 .list li{
		display: table;
		float: none;
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}

	.importandexport .list li h4{
		box-sizing: border-box;
		display: table-cell;
		font-size: 16px;
		height: auto;
		line-height: 100%;
		margin-right: 0;
		padding: 6px 10px;
		vertical-align: middle;
		width: 146px;
	}

	.importandexport .section-1 .list li p{
		display: table-cell;
		padding-left: 10px;
		vertical-align: middle;
		width: calc(100% - 162px);
	}

	.importandexport .section-1 .unit{
		display: block;
		margin-bottom: -5px;
	}

	.importandexport .section-1 .unit .unit-1{
		border: 1px solid #44a585;
		box-sizing: border-box;
		margin-bottom: 10px;
		margin-right: 0;
		padding: 12px 15px;
		height: auto;
		width: 100%;
	}

	.importandexport .section-1 .unit .unit-1 p{
		font-size: 12px;
		width: 100%;
	}

	.importandexport .section-1 .unit .unit-1 p strong{
		display: inline-block;
		margin-bottom: 0;
		margin-right: 5px;
		vertical-align: top;
	}

	.importandexport .section-1 .unit .unit-1 p span{
		display: inline-block;
		margin-right: 5px;
	}

	.importandexport .section-1 .unit .unit-2 img.first,
	.importandexport .section-1 .unit .unit-3 img.first{
		border: 1px solid #44a585;
	}

	.importandexport .section-1 .unit .unit-2,
	.importandexport .section-1 .unit .unit-3{
		box-sizing: border-box;
		border: 1px solid #44a585;
		height: auto;
		padding: 10px 12px;
		width: 100%;
	}

	.importandexport .section-1 .unit .unit-2{
		margin-bottom: 10px;
		margin-right: 0;
	}

	.importandexport .section-1 .unit .unit-2 div,
	.importandexport .section-1 .unit .unit-3 div{
		display: table;
	}

	.importandexport .section-1 .unit .unit-2 span,
	.importandexport .section-1 .unit .unit-3 span{
		display: table-cell;
		line-height: 1.0em;
	}

	.importandexport .section-1 .unit .unit-2 span:nth-child(1),
	.importandexport .section-1 .unit .unit-2 span:nth-child(3),
	.importandexport .section-1 .unit .unit-3 span:nth-child(1),
	.importandexport .section-1 .unit .unit-3 span:nth-child(3){
		width: 47%;
	}

	.importandexport .section-1 .unit .unit-2 span:nth-child(2),
	.importandexport .section-1 .unit .unit-3 span:nth-child(2){
		width: 6%;
	}

	.importandexport .section-1 .unit .unit-2 span img,
	.importandexport .section-1 .unit .unit-3 span img{
		width: 100%;
	}

	.importandexport .section-1 .unit .unit-2 h4,
	.importandexport .section-1 .unit .unit-3 h4{
		font-size: 12px;
	}

	.importandexport #importandexport-chart .chart-1{
		margin-bottom: 30px;
		height: auto;
	}

	.importandexport #importandexport-chart .chart-1 img{
		width: 100%;
	}

	.importandexport #importandexport-chart a{
		height: 15.2vw;
		left: 39.3vw;
		top: 30.4vw;
		width: 21.3vw;
	}

	.importandexport #importandexport-chart a:hover{
		background: none;
	}

	.importandexport #importandexport-chart a img{
		display: none;
	}

	.importandexport .section-2{
		border: 2px solid #44a585;
		padding: 12px;
	}

	.importandexport .section-2 h3{
		margin-bottom: 20px;
	}

	.importandexport .section-2 .list{
		display: block;
		margin-bottom: 30px;
	}

	.importandexport .section-2 .list ul{
		box-sizing: border-box;
		margin-right: 0;
		padding: 0 0 0 12px;
		width: 100%;
	}

	.importandexport .section-2 .list ul li{
		font-size: 18px;
		margin-bottom: 10px;
		padding-left: 1.0em;
	}

	.importandexport .section-2 .list ul li:before{
		margin-left: -1.6em;
	}

	.importandexport .section-2 .list ul + figure img{
		width: 100%;
	}

	.importandexport .section-2 .flag > div{
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 12px;
		width: 100%;
	}

	.importandexport .section-2 .flag > div:first-child{
		margin-right: 0;
	}

	.importandexport .section-2 .flag > div figure:first-child{
		width: 52%;
	}

	.importandexport .section-2 .flag > div figure:last-child{
		width: 48%;
	}

	.importandexport .section-2 .flag > div figure:first-child img,
	.importandexport .section-2 .flag > div figure:last-child img{
		width: 100%;
	}

	.machineryandmaterials .figure{
		letter-spacing: -3em;
		width: 100%;
	}

	.machineryandmaterials .figure figure{
		display: inline-block;
		letter-spacing: normal;
		margin-right: 2%;
		width: 48%;
	}

	.machineryandmaterials .figure figure:last-child{
		margin-right: 0;
	}

	.system figure span{
		width: 48%;
	}

	.system figure img,
	.system .figure img,
	.machineryandmaterials figure img{
		width: 100%;
	}

	.system .section-3 .figure{
		display: block;
	}

	.system .section-3 .figure img{
		margin: 0 auto;
	}

	/*COMPANY:TOP*/
	#container.company-home{
		background: url("img/sp/company-top-img01.jpg") no-repeat 50% 50px;
		background-size: 100% auto;
		min-height: 100%;
	}

	#container.company-home .content nav{
		margin: 280px 20px 0 20px;
	}

	#container.company-home .content nav ul{
		width: 100%;
	}

	#container.company-home .content nav ul li{
		margin-bottom: 10px;
		margin-right: 3%;
		width: 31.333%;
	}

	#container.company-home .content nav ul li:nth-child(3n){
		margin-right: 0;
	}

	#container.company-home .content nav ul li a{
		font-size: 15px;
		height: 50px;
		line-height: 50px;
		width: 100%;
	}

	/*COMPANY:メッセージ*/
	#content-company.message .wrap h2{
		letter-spacing: 0.1em;
		margin-bottom: 28px;
	}

	#content-company.message .wrap div{
		width: 100%;
	}

	#content-company.message .wrap div p{
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 32px;
		margin-bottom: 12px;
	}

	#content-company.message .wrap div p sub{
		font-size: 12px;
	}

	#content-company.message .wrap div .name{
		margin-top: 50px;
	}

	#content-company.message .wrap div .name span{
		display: block;
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 12px;
		position: relative;
	}

	#content-company.message .wrap div .name strong{
		display: block;
		font-size: 28px;
		position: relative;
	}

	#content-company.message .wrap div .name strong img{
		width: 249px;
	}

	/*COMPANY:企業理念*/
	#content-company.philosophy .wrap h2{
		letter-spacing: 0.1em;
		margin-bottom: 28px;
	}

	#content-company.philosophy .wrap div{
		width: 100%;
	}

	#content-company.philosophy .wrap div p{
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 32px;
		margin-bottom: 12px;
	}

	/*COMPANY:会社概要*/
	#content-company.profile .table{
		margin-bottom: 35px;
	}

	#content-company.profile .table th{
		width: 100px;
	}

	#content-company.profile .table th, #content-company.profile .table td,
	#content-company.history .table th, #content-company.history .table td{
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 24px;
		padding: 6px 0;
	}

	#content-company.profile figure{
		margin-top: 40px;
		text-align: center;
	}

	#content-company.profile figure img{
		width: 100%;
	}

	/*COMPANY:沿革*/
	#content-company.history .table .year{
		width: 65px;
	}

	#content-company.history .table .date{
		padding-right: 20px;
		width: 40px;
	}

	/*COMPANY:安全・品質*/
	#content-company.safetyandquality ul{
		margin-top: 45px;
		letter-spacing: -3em;
	}

	#content-company.safetyandquality ul li{
		display: inline-block;
		letter-spacing: normal;
		margin-bottom: 30px;
		margin-right: 0;
		vertical-align: top;
		width: 100%;
	}

	#content-company.safetyandquality ul li:nth-child(2n){
		margin-right: 0;
	}

	#content-company.safetyandquality ul li:nth-child(2n) .caption{
		text-align: left;
	}

	#content-company.safetyandquality ul li h3{
		font-size: 26px;
		margin-bottom: 12px;
	}

	#content-company.safetyandquality ul li p{
		font-size: 14px;
		margin-bottom: 10px;
		margin-right: 0;
	}

	#content-company.safetyandquality ul li figure{
		margin-top: 0;
	}

	#content-company.safetyandquality ul li:nth-child(1) figure{
		display: inline-block;
		width: 48%;
	}

	#content-company.safetyandquality ul li:nth-child(1) figure img,
	#content-company.safetyandquality ul li:nth-child(3) figure img,
	#content-company.safetyandquality ul li:nth-child(4) figure img{
		width: 100%;
	}

	#content-company.safetyandquality ul li:nth-child(1) figure + figure{
		margin-left: 2%;
	}

	#content-company.safetyandquality ul li:nth-child(2) figure{
		display: block;
		margin: 0 auto;
		width: 150px;
	}

	/*COMPANY:環境・CSR*/
	#content-company.environmentandcsr .section-title sub{
		font-size: 16px;
	}

	#content-company.environmentandcsr .section-1{
		margin-bottom: 30px;
	}

	#content-company.environmentandcsr .section-1 p{
		font-size: 16px;
		margin-bottom: 15px;
	}

	#content-company.environmentandcsr .section-1 p{
		font-size: 14px;
		margin-bottom: 10px;
	}

	#content-company.environmentandcsr .section-1 h2{
		font-size: 12px;
		margin-bottom: 10px;
	}

	#content-company.environmentandcsr .section-1 li{
		font-size: 12px;
		margin-bottom: 8px;
	}

	#content-company.environmentandcsr .section-1 .flag .figure{
		display: inline-block;
		width: 48%;
	}

	#content-company.environmentandcsr .section-1 .flag .figure + .figure{
		margin-left: 2%;
	}

	#content-company.environmentandcsr .section-1 .flag .figure figcaption{
		letter-spacing: normal;
	}

	#content-company.environmentandcsr .section-1 .flag .figure img{
		margin-left: 0;
		width: 100%;
	}

	#content-company.environmentandcsr .section-2 h2{
		margin-top: 0;
	}

	#content-company.environmentandcsr .section-2 p{
		font-size: 15px;
		margin-bottom: 20px;
		padding-left: 2em;
		text-indent: -2em;
	}

	#content-company.environmentandcsr .section-2 .box{
		margin-bottom: 25px;
		padding: 15px;
	}

	#content-company.environmentandcsr .section-2 .box li{
		font-size: 14px;
	}

	/*OFFICE:事業所*/
	.office-home{
		background: url("img/sp/office-img-bg.jpg") no-repeat 50% 0;
		background-size: 100% auto;
	}

	#content-office{
		margin-top: 33vh;
	}

	#content-office table th,
	#content-office table td{
		display: block;
		padding-bottom: 0;
		width: 100%;
	}

	#content-office table tr:first-child .name{
		margin-top: 0;
	}

	#content-office table .name{
		font-size: 16px;
		font-weight: bold;
		margin: 15px 0 20px;
		width: 100%;
	}

	#content-office table .pic{
		margin-bottom: 8px;
		width: 100%;
	}

	#content-office table .pic img{
		width: 100%;
	}

	#content-office table .address{
		font-size: 14px;
		padding: 0 0 13px 0;
		width: 100%;
	}

	#content-office table .address.address-2{
		height: auto;
	}

	#content-office table .map{
		padding-bottom: 15px;
	}

	/*EMPLOYMENT:リクルート*/
	.content-employment{
		background: url("img/sp/employment-bg.jpg") no-repeat 50% 90px;
		background-size: 100% auto;
		min-height: 100%;
	}

	.content-employment ul{
		margin-left: 0;
	}

	.content-employment li figure{
		border: 3px solid #44a585;
		margin-top: 10px;
	}

	.content-employment li figure img{
		width: 194px;
	}

	.content-employment h2.title-line{
		font-size: 27px;
	}

	/*CONTACT US*/
	#content-contactus{
		margin-top: 25px;
	}

	#content-contactus .contact-lead{
		margin: 0 0 10px;
	}

	#content-contactus .section-1 > h2,
	#content-contactus .section-2 > h2{
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	#content-contactus .section-1{
		margin-bottom: 30px;
	}

	#content-contactus .section-1 div{
		display: block;
		justify-content: space-between;
	}

	#content-contactus .section-1 h3{
		display: block;
		font-size: 15px;
		margin-bottom: 15px;
		text-align: left;
	}

	#content-contactus .section-1 p span,
	#content-contactus .section-1 p span a{
		font-size: 32px;
	}

	#content-contactus .section-1 p small,
	#content-contactus .section-1 p small a{
		font-size: 22px;
	}

	#content-contactus .section-1 p{
		font-size: 20px;
	}

	#content-contactus table.form{
		margin-bottom: 25px;
	}

	#content-contactus table.form th{
		display: block;
		font-size: 16px;
		height: auto;
		margin-bottom: 10px;
		padding-bottom: 0;
		width: 100%;
	}

	#content-contactus table.form td{
		display: block;
		width: 100%;
	}

	#content-contactus table.form .required{
		font-size: 12px;
		height: 15px;
		margin-left: 10px;
		padding-top: 3px;
		position: static;
		width: 30px;
	}

	#content-contactus table.form .half{
		font-size: 12px;
		height: 15px;
		margin-left: 10px;
		padding-top: 3px;
		position: static;
		width: 30px;
	}

	#content-contactus table.form td{
		font-size: 16px;
		padding-bottom: 20px;
		padding-left: 0;
	}

	::-webkit-input-placeholder{
		line-height: 1.4;
	}

	table.form input[type='text'],
	table.form input[type='password'],
	table.form input[type='tel'],
	table.form input[type='email'],
	table.form select{
		-webkit-appearance: none;
		border-radius: 0;
		box-sizing: border-box;
		border: 1px solid #bfbfbf;
		padding: 0 8px;
	}

	table.form input[type='text'],
	table.form input[type='password'],
	table.form input[type='tel'],
	table.form input[type='email']{
		font-size: 16px;
		height: 40px;
		line-height: 1;
		width: 100%;
	}

	table.form textarea{
		font-size: 16px;
		-webkit-appearance: none;
		border-radius: 0;
		height: 130px;
	}

	.text-name{
		display: inline-block;
		margin-right: 0;
		padding: 0 8px;
		width: 49% !important;
	}

	.text-name:first-child{
		margin-right: 2%;
	}

	#content-contactus table.form td h3{
		font-size: 16px;
	}

	#content-contactus table.form td label{
		display: inline-block;
		margin-bottom: 15px;
	}

	#content-contactus table.form td > div{
		margin-bottom: 15px;
	}

	#content-contactus table.form .checkbox-input{
		/*display: none; validationEngine機能しないため*/
		height: 10px;
		position: absolute;
		width: 10px;
	}

	#content-contactus table.form .checkbox-parts{
		font-size: 15px;
		margin-right: 10px;
		padding-left: 28px;
	}

	.checkbox-parts::before{
		top: -2px;
	}

	.checkbox-input:checked + .checkbox-parts::after{
		top: 0;
		left: 7px;
	}

	#content-contactus .attention{
		box-sizing: border-box;
		display: block;
		margin-bottom: 30px;
		padding: 11px 15px 8px 15px;
		width: 100%;
	}

	#content-contactus .attention h3{
		font-size: 14px;
		letter-spacing: 0.05em;
		margin-bottom: 12px;
	}

	#content-contactus .attention li{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 2px;
	}

	#content-contactus .ssl{
		display: block;
		margin: 0 auto 30px;
		position: static;
	}

	#content-contactus.complete .h2{
		margin-top: 140px;
	}

	#content-contactus.complete h3{
		font-size: 20px;
		line-height: 35px;
		margin: 0 0 25px 0;
	}

	#content-contactus.complete p.description{
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px;
		margin-left: 0;
	}

	#content-contactus.complete p.link{
		font-size: 14px;
	}

	#content-contactus.complete a{
		margin-top: 15px;
	}

	ul.form-btns{
		text-align: center;
	}

	ul.form-btns li:first-child{
		margin-right: 10px;
	}

	ul.form-btns li:last-child{
		margin-left: 10px;
	}

	.form-btns li{
		display: inline-block;
		width: 45%;
	}

	.form-btns .form-btn{
		height: 45px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}

	.form-btns .form-btn.form-btn-main{
		font-size: 18px;
	}

	.form-btns .form-btn.form-btn-sub{
		font-size: 18px;
	}

	.form-btn-confirm{
		background: #44a585;
		overflow: auto;
		white-space: normal;
		width: 150px !important;
	}

	.form-btn-edit{
		background: #ffffff;
		border: 2px solid #44a585 !important;
		overflow: auto;
		white-space: normal;
		width: 100% !important;
	}

	.form-btn-sent{
		background: #44a585;
		overflow: auto;
		white-space: normal;
		width: 100% !important;
	}

	/*PRIVACYPOLICY*/
	#privacy-title img{
		width: 294px;
	}

	#content-privacypolicy > p{
		font-size: 15px;
		margin: 40px 0 20px;
	}

	#content-privacypolicy > div > h2{
		font-size: 15px;
		margin-bottom: 20px;
	}

	#content-privacypolicy > div > h3{
		font-size: 14px;
		margin-bottom: 10px;
	}

	#content-privacypolicy > div ol{
		margin-bottom: 30px;
	}

	#content-privacypolicy > div ol li{
		font-size: 14px;
		line-height: 2.0em;
		margin-bottom: 2px;
	}

	#content-privacypolicy > div .date{
		font-size: 14px;
		margin-bottom: 40px;
	}

	#content-privacypolicy > div .name{
		font-size: 14px;
		margin-bottom: 60px;
	}

	#content-privacypolicy > div .contact h2{
		font-size: 15px;
		margin-bottom: 10px;
	}

	#content-privacypolicy > div .contact p{
		font-size: 14px;
	}

	/*404ページ*/
	#container.container-404 > .inner > div{
		margin: 45px auto 50px;
	}

	#container.container-404 > .inner > div img{
		width: 100%;
	}

	#container.container-404 > .inner > a{
		font-size: 14px;
	}

	/* Contact */
	.formError.fCompanyformError,
	.formError.fTelformError,
	.formError.fMailformError,
	.formError.fMail2formError,
	.formError.fMotiveformError{
		left: 0 !important;
	}
}

/* =============================================================================
   Print Styles
   ========================================================================== */
@page{
	size: A4;
	margin: 12.7mm 9.7mm;
}

@media print{
	html,
	body,
	body > header,
	body > #container,
	body > footer{
		width: 1200px;
	}

	header{
		position: relative;
	}

	#container{
		padding-top: 0;
	}

	#home-carousel img,
	#home-carousel source{
		width: 1200px;
	}

	/*COMPANY:TOP*/
	#container.company-home{
		background-position: 50% 0;
	}
}

@media print and (-ms-high-contrast: none){

}