@import url("/common/css/cssreset.css");
@import url("/common/css/base.css");
@import url("/common/css/header.css");
@import url("/common/css/contents.css");
@import url("/common/css/print.css") print;


/* business style.css */
/*--------------------------------------*/

#contents p.main-image {
    margin:0 auto 80px;
    text-align:center;
}

#contents h2 {
    position:relative;
    overflow:hidden;
    margin-bottom:2.5em;
    padding-bottom:0;
}
#contents h2#warehouse {background-color:#aaeb65;}
#contents h2#transport {background-color:#0a83da;}
#contents h2#manufacturing {background-color:#f68a2e;}

#contents h2 span {
    display:inline-block;
    height:100%;
    background-color:#ffffff;
    padding-right:2em;
    padding-bottom:0.5em;
}
#contents h2:after {
    position:absolute;
    top:-5em;
    left:6em;
    width:2em;
    height:8em;
    background-color:#ffffff;
    content:"";
    transform-origin:left center;
    transform:rotate(35deg);
}

/* block */
.block {
    margin-bottom:40px;
}
.block.bottom {
    margin-bottom:120px;
}
.block .text {
    float:left;
    width:47.5%;
}
.block .image {
    float:right;
    width:47.5%;
}
.block .image img {
    vertical-align:bottom;
}

#contents h3 {
    margin-bottom:0.5em;
}
#contents p {
    margin-bottom:1.5em;
}


/* G mark */
.gmark {
    background-color:#ececec;
    padding:2%;
}
.gmark .gmark-image {
    float:left;
    width:30%;
}
.gmark .gmark-text {
    float:right;
    width:65%;
    font-size:0.95em;
}



/* - 1100px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 1100px) {






}
/* - 1100px end */



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






}
/* - 768px end */



/* - 750px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 750px) {



/* block */
.block .text,
.block .image {
    float:none;
    width:100%;
}



/* G mark */
.gmark {
    padding:4%;
}


}
/* - 750px end */



/* - 420px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 420px) {




}
/* - 420px end */