@charset "utf-8";
/* CSS Document */

@import url(cmn.css);
@import url(base.css);

#main {
    height: 500px;
    background: url("../images/subcontracting-images/page-title.jpg") 50% 50% no-repeat;
}

/* ==========================================================================
	CONTENT
========================================================================== */
.top-box{
position: relative;
top: -100px;
margin-bottom: -30px;
}

#logistics .box2{
background: url("../images/subcontracting-images/logi.jpg") 50% 50%;
background-size: cover;
}
#logistics .box2 .txt{
width: 50%;
box-sizing: border-box;
background-color: rgba(255,255,255,0.8);
padding: 50px;
}

#merit dl{
overflow: hidden;
margin-bottom: 50px;
}
#merit dl dt{
float: left;
width: 30%;
}
#merit dl dd{
float: right;
width: 65%;
}
#merit dl dd h3{
color: #194244;
font-size: 2.8rem;
border-bottom: 1px solid #000;
padding-bottom: 10px;
margin-bottom: 20px;
}
#merit dl dd h3 span{
color: #f6b37f;
padding-right: 5px;
}



/* ------------------------------------------------------------
	 PC   1100px -
   ------------------------------------------------------------ */
@media screen and (min-width: 1000px) {


}

/* ------------------------------------------------------------
	 TABLET   for - 1099px
   ------------------------------------------------------------ */
@media screen and (max-width:999px) {

}

/* ------------------------------------------------------------
	 SP　699pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 699px) {
#main {
height: 180px;
background-position:50% 100%;
    background-size: 100% auto;
}
#main2 {
height: 150px;
background-position:50% 100%;
    background-size: 100% auto;
}
.top-box{
position: relative;
top: 0px;
margin-bottom: 0px;
}

#logistics .box2{
background: url("../images/subcontracting-images/logi.jpg") 100% 0% no-repeat;
background-color: #fff;
background-size: auto 200px;
padding-top: 200px;
}
#logistics .box2 .txt{
width: 100%;
box-sizing: border-box;
background-color: rgba(255,255,255,0.8);
padding: 15px;
}

#merit dl{
overflow: hidden;
margin-bottom: 20px;
}
#merit dl dt{
float: left;
width: 100%;
margin-bottom: 10px;
}
#merit dl dd{
float: right;
width: 100%;
}
#merit dl dd h3{
font-size: 1.5rem;
border-bottom: 1px solid #000;
padding-bottom: 5px;
margin-bottom: 10px;
}





}
