@charset "UTF-8";



/*--  /// Outline Style /// --*/


/* Style */
.t_align_l{
text-align: left;
}
.t_align_r{
text-align: right;
}
.t_align_c{
text-align: center;
}

/* main ----------------------- */

/* .viewer
------------------------- */
.middle_viewer{
	background: url(../../images/logistics/middle_viewer.jpg) no-repeat top center;
	position: relative;
	z-index: -1;
	border-bottom: 4px solid #39628E;
/*  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
*/
-webkit-background-size: cover;
		 -moz-background-size: cover;
			 -o-background-size: cover;
					background-size: cover;
}


#company .middle_viewer{
	background: url(../../images/company/middle_viewer.jpg) no-repeat top center;
	-webkit-background-size: cover;
	     -moz-background-size: cover;
	       -o-background-size: cover;
	          background-size: cover;
}

#mcd .middle_viewer{
	background: url(../../images/mcd/middle_viewer.jpg) no-repeat top center;
	-webkit-background-size: cover;
	     -moz-background-size: cover;
	       -o-background-size: cover;
	          background-size: cover;
}

#recruit .middle_viewer{
	background: url(../../images/recruit/middle_viewer.jpg) no-repeat top center;
	-webkit-background-size: cover;
	     -moz-background-size: cover;
	       -o-background-size: cover;
	          background-size: cover;
}


#sitepolicy .middle_viewer,#link .middle_viewer,#sitemap .middle_viewer{
	background: url(../../images/mid/middle_viewer.jpg) no-repeat top center;
	-webkit-background-size: cover;
	     -moz-background-size: cover;
	       -o-background-size: cover;
	          background-size: cover;
}



.middle_viewer h2{
	color: #fff;
	font-weight: normal;
  text-shadow: 0px 1px 9px #000000;
	letter-spacing: 0.2em;
    margin: 0 auto;
}

.middle_viewer h2 span{
	display: block;
	font-size: 14px;
	letter-spacing:normal;
}


/* footer_banner */
#footer_contact{
position: relative;
padding: 12% 0;
background: url("../img/bn_contact_bg.jpg") no-repeat;
-webkit-background-size: 100% auto;           /* Safari 3.0 */
		-moz-background-size: 100% auto;           /* Gecko 1.9.2 (Firefox 3.6) */
			-o-background-size: 100% auto;           /* Opera 9.5 */
				 background-size: 100% auto;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
max-width: 827px;
width: 100%;
margin: 0 auto 4%;
}
#footer_contact a{
	position: absolute;
	left: 48%;
	top: 64%;
	width: 30%;
}

#footer_banner ul{
	overflow: hidden;
	max-width: 839px;
	margin: 0 auto;
}

#footer_banner li{
    float: left;
		margin: 0 0 0.4% 0.4%;
}

#footer_banner li:first-child,#footer_banner li:nth-child(5){
	margin: 0;
}

/* aside ----------------------- */

.container h3{
	padding: 0px 0 0px 20px;
	color: #11223e;
	font-weight: 500;
	position: relative;
  margin: 3% auto 5%;
}
.container h3::before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	background: url(../img/h3_bg.gif) repeat left;
	position: absolute;
	left: 0;
	top:0;
}
.container h3 span{
	display: block;
	color: #A8B4CA;
}

.container .lead{
	margin: 0 auto 4%;
}

.container p{
	font-size: 95%;
	line-height: 1.8em;
}
/* table
----------------------- */

.table_layout01 th{
	text-align: left;
	background: #E4E4E4;
	vertical-align: top;
}

.caution{
	color: #d00606;
}

#submit input{
color: #fff;
background: #193251;
border: 0;
padding: 20px 0;
font-size: 20px;
font-weight: 600;
width: 300px;
margin: 0 auto;
display: block;
}
#backbtn input{
color: #fff;
background: #396193;
border: 0;
padding: 20px 0;
font-size: 20px;
font-weight: 600;
width: 300px;
margin: 0 auto;
display: block;
}

#submitlist {
overflow: hidden;
margin: 0 auto 14%;
}
#submitlist li{
	float: left;
}

#submitlist li + li{
	float: right;
}

#main p.content_img img{
	max-width: 100%;
	height: auto;
}

/* aside
----------------------- */

body.middle aside dl dt{
	background: url(../../images/logistics/icon_aside.jpg) no-repeat 3% 49%;
    padding: 30px 0 30px 90px;
}

#company aside dl dt{
	background: url(../../images/company/icon_aside.jpg) no-repeat 3% 49%;
}

#recruit aside dl dt{
	background: url(../../images/recruit/icon_aside.jpg) no-repeat 3% 49%;
}

#sitemap aside dl dt,#link aside dl dt,#sitepolicy aside dl dt{
	background: url(../../images/mid/icon_aside.jpg) no-repeat 3% 49%;
}

#mcd aside dl dd li a{
	padding: 6% 7% 6% 0%;
}

#mcd aside dl dt{
	background: url(../../images/mcd/icon_aside.jpg) no-repeat 3% 49%;
}

/* link
----------------------- */

#link #main dl{
	width: 100%;
	margin: 0 auto;
}

#link #main dt{
	padding: 1% 0 0 0;
}

#link #main dt a{
	font-weight: 600;
	color: #033276;
}

#link #main dd {
	margin: 1% auto 0;
	border-bottom: 1px dotted #ccc;
}

#link #main dd p{
	margin: 0 auto 2%;
}


/* sitemap
----------------------- */

#sitemap #main ul{
	width: 100%;
	padding: 0;
	margin: 0;
}


#sitemap #main ul > li::before{
	content: "";
	width: 10px;
	height: 10px;
	background: #d9242b;
	display: inline-block;
	margin: 0 0.6% 0 0;
}

#sitemap #main ul ul{
	padding: 0 0 0 4%;
	margin: 0 auto 2%;
}

#sitemap #main ul ul > li::before{
	width: 5px;
	height: 5px;
}
#sitemap #main ul li li{
	border-bottom: none;
}
#sitemap #main ul li p{
color: #484848;
}

#sitemap #main ol{
	margin: 0 auto 2%;
}

#sitemap #main ol li{
	line-height: 1.1em;
}

#sitemap #main a{
	font-weight: 600;
	color: #033276;
}

#sitemap #main li{
	margin: 1% auto 0;
	border-bottom: 1px dotted #ccc;
}

#sitemap  #main dd p{
	margin: 0 auto 2%;
}



/*ASP
_____________________________________________*/


#asp #main .asp_system{
	background: #EFEFEF;
}
#asp #main .asp_system h4{
	text-indent: -9999px;
	display:block;
	background: url(../../images/asp/content_text_01.png) no-repeat center;
	border-bottom: 2px solid #CDCDCD;
	margin: 0;
}

#asp #main .asp_system p.content_img01 img{
	width: 100%;
	height: auto;
}

#asp #main .asp_system p.content_img01,
#asp #main .asp_system p.content_img02,
#asp #main .asp_system p.content_img03{
	margin: 0 auto;
}
#asp #main .asp_system ul li:before{
	content:"●";
	float: left;
	margin-top: 1%;
	padding-right: 1%;
}
#asp #main .asp_system ul h5{
	color: #000;
	margin: 0;
}
#asp #main .asp_system ul p{
	color: #787878;
	margin: 1% 0;
}
#asp #main .asp_system ul li.graph01{
	color:#CD95D3;
}
#asp #main .asp_system ul li.graph02{
	color:#4DB3E3;
}
#asp #main .asp_system ul li.graph03{
	color:#9FD55F;
}
#asp #main .asp_system ul li.graph04{
	color:#FFAB09;
}
#asp #main .asp_system ul li.graph05{
	color:#F56779;
}
#asp #main .asp_system .coment{
	text-align: center;
	border: 1px solid #CDCDCD;
	  border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
	background-color: #fff;
	background-image:
    linear-gradient(
      transparent 95%,
      rgba(228, 228, 228, 0.8) 5%
    ),
    linear-gradient(
      90deg,
      transparent 95%,
      rgba(228, 228, 228, 0.8) 5%
    );
  background-size: 11px 11px;
  background-repeat: repeat;
}
#asp #main .asp_system .coment p:first-child{
	border-bottom: 2px solid #CDCDCD;
	padding-bottom: 10px;
}
#asp #main .ul_3list li{
	position: relative;
}
#asp #main .ul_3list li .asp_list{
	border: 1px solid #AEAEAE;
	background:	#F5F5F5;
}
#asp #main .ul_3list li .asp_list span.number{
	position: absolute;
	background: #D9232D;
	color: #fff;
	font-weight: bold;
text-indent: 2.4%;
}
#asp #main .ul_3list li .asp_list h4{
	text-align: center;
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
	padding: 3% 0;
	border-bottom: 2px solid #051327;
}
#asp #main .ul_3list li .asp_list h4 span{
	display:block;
	font-size: 6px;
	font-weight: normal;
}
#asp #main .ul_3list li .asp_list p{
	padding: 0 3%;
	font-size: 80%;
}


/*company
_____________________________________________*/


#company p.t_align_c img{
	margin: 0 auto;
}

/*recruit2018
_____________________________________________*/

#main .h4frame h4{
	padding: 10px 0;
    font-size: 138%;
	text-align: center;
	margin: 0;
	background: #EEEEEE;
	/* box-shadow */
box-shadow:0px 0px 0px 1px #CFD0CA;
-moz-box-shadow:0px 0px 0px 1px #CFD0CA;
-webkit-box-shadow:0px 0px 0px 1px #CFD0CA;
/* border */
border:2px solid #ffffff;
    color: #193251;
    font-weight: 500;
}

.recruit2018  #main .box{
	border: 1px solid #CDCDCD;
	padding: 5% 6%;
	width: 85%;
	margin: 0 auto 4%;
}

.recruit2018  #main .t_align_c{
	text-align: center;
	color:#003172;
  font-size: 178%;
	font-weight: 600;
}

.recruit2018 #main .f_right{
	text-align: left;
	margin: 0;
}

.recruit2018 #main .recruit_talk .f_right{
	width: 70%;
	float: right;
	padding: 4% 0 0 0;
}
.recruit2018 #main .recruit_talk .f_left{
	width: 26%;

}
.recruit2018 #main .talk_name{
color:#1985aa;
	font-size: 26px;
	border-bottom: 1px dotted #ddd;
}

.recruit2018 .recruit_talk{
	border: 1px solid #ccc;
	background: #E9FCFC;
  padding: 1.6% 1%;
	margin: 30px 0px;
	clear: both;
}

.recruit2018 .recruit_talk dl{
	clear: both;
	border: 1px solid #ccc;
  padding: 1% 3% 4% 3%;
	margin-bottom: 50px;
	background: #fff;
}
.recruit2018 .recruit_talk dl dd{
margin-left: 0;
	margin-top: 15px;
}

.recruit2018 .recruit_talk dl dt{
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border-bottom: 2px solid #111;
	font-size: 24px;
	font-weight: bold;
}
.recruit2018 .recruit_talk dl dt::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background: url(../../images/mcd/red_bg.gif) repeat left;
	/*border-radius: 4px;*/
}

.recruit2018 .list{
	list-style-type: disc;
    padding-left: 5%;
}
.recruit2018 .small{
	font-size: 0.8em;
}


/*--  /// Outline Style End /// --*/


/*--  /// PC Style /// --*/
@media print,screen and (min-width: 769px) {

	br.sp_only{
		display: none;
	}

/* .viewer
------------------------- */
.middle_viewer{
	height: 430px;
    margin: 0 auto 24px;
}

.middle_viewer h2{
    font-size: 30px;
    max-width: 1230px;
    padding: 238px 0 0 0;
	width: 96%;
}


.container h3{
	font-size: 28px;
}

.container h3 span{
	font-size: 10px;
}



/* .liststyle
------------------------- */
.ul_3list{
	overflow: hidden;
    margin: 0 auto 38px;
}
.ul_3list li{
	float: left;
    margin: 0 0 0 34px;

}

.ul_3list li:first-child{
margin: 0 0 0 10px;
}

/* table
----------------------- */

.table_layout01 {
	width: 100%;
	border: 1px solid #aaa;
	margin: 0 auto 7%;
}
.table_layout01 th{
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
    padding: 16px 0 16px 20px;
    width: 30%;
}

.table_layout01 td{
	border-bottom: 1px solid #aaa;
    padding: 16px 0 16px 20px;
}


/* asp
----------------------- */
#asp #main img{
	width: 100%;
	height: auto;
}

#asp #main .asp_system{
	padding-bottom: 20px;
}
#asp #main .asp_system ul{
	position: relative;
  padding: 52% 0 0 0;
}
#asp #main .asp_system h4{
	width: 100%;
	height: 33px;
	padding: 30px 0 20px;
	margin-bottom: 40px;
}
#asp #main .asp_system p.content_img01{
	max-width: 423px;
    width: 45%;
	    margin: -50% auto 0px;
}
#asp #main .asp_system p.content_img02{
	max-width:443px;
  margin: 6% auto 3%;
}
#asp #main .asp_system p.content_img03{
	max-width: 713px;
	margin-bottom: 10px;
width: 100%;
}
#asp #main .asp_system ul h5{
	font-size: 18px;
}
#asp #main .asp_system ul li{
	max-width: 200px;
}
#asp #main .asp_system ul li.graph01{
	position:absolute;
	top:0%;
	right:4%;
}
#asp #main .asp_system ul li.graph02{
	position:absolute;
	top:72%;
	right:2%;
}
#asp #main .asp_system ul li.graph03{
	position:absolute;
	top:72%;
	left:4%;
}
#asp #main .asp_system ul li.graph04{
	position:absolute;
	top:36%;
	left:4%;
}
#asp #main .asp_system ul li.graph05{
	position:absolute;
	top:0%;
	left:4%;
	width:220px;
}
#asp #main .asp_system .coment{
	max-width: 700px;
	width: 86%;
	padding: 10px 4%;
	margin: 0 auto;
}
#asp #main .asp_system .coment p{
	font-size: 16px;
}
#asp #main .ul_3list li{
	max-width:287px;
	width: 29%;
	margin: 0 0 0 4%;
}
#asp #main .ul_3list li .asp_list{
	padding: 5%;
	min-height: 132px;
}
#asp #main .ul_3list li .asp_list span.number{
	top: 28px;
	left: -8px;

	padding: 3px 4% 4px 1%;
	font-size: 13px;
}







}/*--  /// PC Style End /// --*/


/*--  /// SP Style /// --*/
@media only screen and (max-width: 768px) and (min-width: 0px){

.container p{
		font-size: 84%;
}



/* .viewer
------------------------- */
.middle_viewer{
	height: 190px;
	margin: 0 auto 10%;
	-webkit-background-size: cover;
			 -moz-background-size: cover;
				 -o-background-size: cover;
						background-size: cover;
}

.middle_viewer h2{
	font-size: 0.8em;
    width: 96%;
    padding: 130px 0 0 4%;
	    text-shadow: 0 0px 3px #000000;
}
	.middle_viewer h2 span{
		font-size: 10px;
	}
#sitepolicy .middle_viewer h2{
	letter-spacing: normal;
	font-size: 18px;
}
.container h3{
	font-size: 18px;
	margin: 0 auto 10%;
}

.container h3 span{
	font-size: 10px;

}

.container p{
	width: 96%;
	margin: 0 auto;
}

/* .liststyle
------------------------- */
.ul_3list{
    margin: 0 auto 10%;
width: 96%;
}
.ul_3list li{
    margin: 0 auto 6%;
}

/* table
----------------------- */
	.table_layout01{
		width: 96%;
		margin: 4% auto 7%;
		display: block;
	}
.table_layout01 tbody,.table_layout01 th,.table_layout01 td,.table_layout01 tr{
		width: 100%;
		display: block;
	}

.table_layout01 td input,.table_layout01 td textarea{
	width: 98%;
	margin: 0 auto;
}


.table_layout01 th{
	width: 96%;
	padding: 2% 0 2% 2%;
	margin: 0 auto 2%;
}

.table_layout01 td{
	width: 96%;
	padding: 2% 0 10% 2%;
	font-size: 14px;
}

.table_layout01 input{
	font-size: 24px;
	height: 28px;
	margin: 0 auto 2%;
}

#submit input{
font-size: 18px;
width: 90%;
}

#backbtn input{
font-size: 18px;
width: 90%;
}

/* footer_banner */
#footer_contact{
	background: url(../img/bn_contact_bg_sp.jpg) no-repeat;
	-webkit-background-size: 100% auto;           /* Safari 3.0 */
			-moz-background-size: 100% auto;           /* Gecko 1.9.2 (Firefox 3.6) */
				-o-background-size: 100% auto;           /* Opera 9.5 */
					 background-size: 100% auto;
					 max-width: 100%;
					    padding: 27% 0;
}

#footer_contact a{
	width: 45%;
	top: 76%;
	left: 5%;
	background: #eb440d;
	padding: 0 7%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#footer_banner li{
	width: 49.6%;
	margin: 0 0 0.4% 0.4%;
}

#footer_banner li:first-child,#footer_banner li:nth-child(5){
	margin: 0 0 0.4% 0.4%;
}


/* link
----------------------- */

#link #wrapper dt {
    padding: 1% 0 0 2%;
    width: 98%;
}

/* sitemap
----------------------- */

#sitemap #main ul {
	padding: 1% 2% 0 2%;
	width: 96%;
}

#sitemap #main li{
	padding: 0 0 2% 0;
}

#sitemap #main ul ul > li{
	font-size: 13px;
	margin: 0;
	width: 90%;
}

#sitemap #main ul ul{
	padding: 0;
}

#sitemap #main ol {
	padding: 0 0 0 8%;
	margin: 0;
}

#sitemap #main ol li{
	font-size: 13px;
}

/* sitepolicy
----------------------- */
#sitepolicy #main ol {
	padding: 0 0 0 8%;
	margin: 0;
}

#sitepolicy #main ol li{
	font-size: 13px;
}


/* asp
----------------------- */

#asp .asp_system{
	padding-bottom: 2%;
}
#asp .asp_system .box{
display: -webkit-flex; /* Safari */
display: flex;
-webkit-flex-direction: column; /* Safari */
flex-direction:         column;
margin: 0 auto 4%;
}


#asp .asp_system .box ul{
-webkit-order: 2; /* Safari */
order:         2;
}
#asp .asp_system .box .content_img01{
	-webkit-order: 1; /* Safari */
	order:         1;
	padding: 6% 0;
	}


#asp .asp_system h4{
	width: 100%;
	background-size:90%;
	padding: 3% 0 2%;
	margin-bottom: 4%;
}
#asp .asp_system p.content_img01{
	width: 80%;
}
#asp .asp_system p.content_img02{
	width: 80%;
	margin:4% auto;
}
#asp .asp_system p.content_img03{
	width: 100%;
	padding: 4% 0;
	margin: 2% auto;
}
#asp .asp_system ul{
	width: 94%;
	margin:0 auto;
}

#asp #main .asp_system ul h5{
    font-size: 96%;
}

#asp .asp_system .coment{
	width: 95%;
	padding: 2% 2% 1%;
    margin: 4% auto;
}
#asp .asp_system .coment p{
	font-size: 12px;
}
#asp #main .ul_3list li .asp_list{
	padding: 2.2%;
}
#asp #main .ul_3list li .asp_list span.number{
	top: 18%;
	left: -1%;
	width: 67px;
	font-size: 13px;
}
#asp #main .ul_3list li .asp_list p{
	width: 94%;
	padding: 3%;
}
#asp #main .asp_system h4{
background: url(../../images/asp/content_text_01.png) no-repeat center;
-webkit-background-size: 100% auto;           /* Safari 3.0 */
	-moz-background-size: 100% auto;           /* Gecko 1.9.2 (Firefox 3.6) */
		-o-background-size: 100% auto;           /* Opera 9.5 */
			 background-size: 100% auto;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
			 width: 98%;
		     margin: 0 auto;
}

#asp #main .asp_system ul li:before{
	margin-top: 0;
	    font-size: 90%;
}

#asp #main .ul_3list li .asp_list h4{
	    font-size: 98%;
}
#asp #main .ul_3list li .asp_list p{
    font-size: 64%;
}

/* recruit entry
----------------------- */

#recruit .form_age input{
	width: 80%;
}
#recruit .form_gender input{
	width: 30%;
}

#recruit .form_gender label,#recruit .form_gender input{
display: inline;
vertical-align: middle;
}

/* recruit recruit2018
----------------------- */

#main .h4frame h4{
	font-size: 100%;
}

.recruit2018 #main .t_align_c {
    font-size: 138%;
	  margin: 4% 0;
}

.recruit2018 #main .box {
	padding: 5% 2%;
	width: 93%;
}
.recruit2018 #main .talk_name{
	font-size: 18px;
	margin: 0 auto 4%;
}
.recruit2018 .recruit_talk{
	font-size: 90%;
}

.recruit2018 .recruit_talk dl dt{
	font-size: 120%;
}
.recruit2018 #main .recruit_talk .f_right{
	font-size: 60%;
  margin: 0 auto 8%;
}
.recruit2018 #main .f_right{
	font-size: 80%;
}

.recruit2018 #main .t_align_c{
	font-size: 100%;
}


}/*--  /// SP Style End /// --*/



/*--  /// tablet Style /// --*/

@media only screen and (max-width: 1500px) and (min-width: 769px){

	.container p{
		font-size: 95%;
		line-height: 1.8em;
	}

	/* asp
	----------------------- */

#asp #main .asp_system ul p{
	font-size: 73%;
}
#asp #main .asp_system ul li br{
	display: none;
}

#asp #main .asp_system ul li {
	max-width: 23%;
}
#asp #main .asp_system h4{
-webkit-background-size: 90% auto;
-moz-background-size: 90% auto;
-o-background-size: 90% auto;
background-size: 90% auto;
}


#footer_banner li{
    width: 24.6%;
}

#footer_banner li img{
	width: 100%;
	height: auto;
}

}

@media only screen and (max-width: 1015px) and (min-width: 769px){

#main .container img,#main p img,#main .content_img03 img{
    width: 100%;
	height: auto;
}
#asp #main .ul_3list li .asp_list p{
    font-size: 68%;
}

#asp #main .ul_3list li .asp_list span.number{
	font-size: 60%;
}

}
/*--  /// tablet Style End /// --*/
