@charset "utf-8";

/* reset
--------------------------------------- */
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{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* clearfix 
--------------------------------------- */
.cf:before,
.cf:after{
  content:" ";
  display:table;
}
.cf:after{clear:both;}
.cf{*zoom:1;}
*{zoom:1;}

/* common
--------------------------------------- */
body{
  width:100%;
  background-color:#fff;
  color:#231815;
  font-size:14px;
  line-height:1.0;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  -webkit-text-size-adjust:100%;
     -moz-text-size-adjust:100%;
      -ms-text-size-adjust:100%;
       -o-text-size-adjust:100%;
          text-size-adjust:100%;
}
.ming{
  font-family:"游明朝","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight:bold;
}
a{outline:none;text-decoration:none;color:#231815;}
a[href^="tel:"]{cursor:default;text-decoration:underline!important;color:#231815;}
img{max-width:100%;height:auto;vertical-align:bottom;}
#header,#footer,#pc-head-navi,#splash,.section{
  width:100%;
  min-width:1024px;
  margin:auto;
  /*overflow:hidden;*/
}
.inner{
  width:1000px;
  margin:auto;
  /*overflow:hidden;*/
}
.pc{display:block;}
.sp{display:none;}
.ov:hover{opacity:0.6;}
.ov{transition:opacity 0.3s ease-out;cursor:pointer;}

@media screen and (max-width:640px){
  body{font-size:24px;}
  #header,#footer,#splash,.section{
    width:640px;
    min-width:initial;
    min-width:auto;
    overflow:hidden;
  }
  .inner{
    width:560px;
  }
  .pc{display:none;}
  .sp{display:block;}
  .ov:hover{opacity:1.0;}
  .ov{transition:none;}
}

/* header
--------------------------------------- */
#header{
  padding-top:36px;
padding-top:26px;
  padding-bottom:20px;
}
#header h1{
  float:left;
  width:272px;
}
#header .info{
  float:right;
  margin-top:13px;
}
#header .info p.mail{color:#515151;line-height:20px;}
#header .info p.mail img{width:30px;margin-left:10px;}

@media screen and (max-width:640px){
  #header .info{margin-top:0;}
  #header .info #toggle{cursor:pointer;}
}


/* footer
--------------------------------------- */
#footer{}
#footer .inner{
  padding-top:72px;
  padding-bottom:54px;
}
#footer .logo{background:#0f0;
  float:left;
  width:205px;
  margin-left:0px;
}
#footer .info{
  float:right;
}
#footer .info .policy{
  margin-bottom:0px;
  font-size:12px;
  text-align:right;
}
#footer .info .policy a:hover{text-decoration:underline;}
#footer .info .copy{
  margin-top:16px;
  font-size:12px;
}
@media screen and (max-width:640px){
#footer{}
  #footer .inner{
    padding-top:86px;
    padding-bottom:54px;
  }
  #footer .contact{
    text-align:center;
  }
  #footer .contact img{width:87px;}
  #footer .contact p{
    margin-top:20px;
    font-size:24px;
  }
  #footer .logo{
    float:none;
    width:287px;
    margin:0 auto 80px;
  }
  #footer .info{
    float:none;
  }
  #footer .info .policy{
    margin-bottom:32px;
    font-size:18px;
    text-align:center;
  }
  #footer .info .copy{
    margin-top:0;
    font-size:18px;
    text-align:center;
  }
}

#pagetop{
  display:none;
  width:58px;
  position:fixed;
  bottom:120px;
  right:30px;
  cursor:pointer;
  opacity:0.6;
}
#pagetop:hover{opacity:1.0;}
@media screen and (max-width:640px){
  #pagetop{
    width:58px;
    bottom:120px;
    right:20px;
    opacity:1.0;
  }
}

/* navigate
--------------------------------------- */
#pc-head-navi{margin-top:0px;}
#pc-foot-navi{margin-top:68px;}
.pc-navi{}
.pc-navi .inner{}
.pc-navi ul{}
.pc-navi ul li{
  float:left;
  width:200px;
  font-size:18px;
  font-weight:bold;
  line-height:40px;
  text-align:center;
  white-space:nowrap;
  cursor:pointer;
}
.pc-navi ul li a{
  display:block;
  line-height:40px;
}
.pc-navi ul li.select{
  position:relative;
  z-index:100;
}
.pc-navi ul li.select ul.drop-down{
  display:none;
  position:absolute;
  top:40px;
  left:0;
}
.pc-navi ul li.select ul.drop-down li{
  float:none;
}

/* default color */
.pc-navi,
.pc-navi ul li{background-color:#161b62;}
.pc-navi ul li,
.pc-navi ul li a,
.pc-navi ul li.select ul.drop-down li,
.pc-navi ul li.select ul.drop-down li a{color:#fff;}
/* hover color */
.pc-navi ul li.current,
.pc-navi ul li:hover{background-color:#fff;}
.pc-navi ul li.current,
.pc-navi ul li:hover,
.pc-navi ul li.current a,
.pc-navi ul li:hover a,
.pc-navi ul li.select ul.drop-down li.current a,
.pc-navi ul li.select ul.drop-down li:hover a{color:#161b62;}
/* hover effects */
.pc-navi ul li:hover,
.pc-navi ul li.select ul.drop-down li:hover{transition:background-color 0.3s ease-out;}

@media screen and (max-width:640px){
  #sp-head-navi{display:none;margin-top:0px;}
  #sp-foot-navi{margin-top:30px;}
  .sp-navi{
    width:640px;
    overflow:hidden;
    padding-top:0;
  }
  .sp-navi .inner{width:640px;}
  .sp-navi dl{
    border-top:1px solid #c7c8c8;
  }
  .sp-navi dl dt,
  .sp-navi dl dd{
    border-bottom:1px solid #c7c8c8;
    padding-top:28px;
    padding-bottom:28px;
    font-size:36px;
  }
  .sp-navi dl dt{
    padding-left:40px;
    background-color:#efefef;
  }
  .sp-navi dl dt.link{
    background-color:#fff;
  }
  .sp-navi dl dd{
    padding-left:50px;
    background-color:#fff;
  }
}

/*
  .sp-navi dl dt.current,
  .sp-navi dl dd.current{background-color:#fcfcfc;}
*/
  .sp-navi dl dd.ic1 a:before{color:#161b62;content:'\025b6';}
  .sp-navi dl dd.ic2 a:before{color:#00a0cb;content:'\025b6';}
  .sp-navi dl dd.ic3 a:before{color:#a9cb06;content:'\025b6';}
  .sp-navi dl dd.ic4 a:before{color:#e89200;content:'\025b6';}
  .sp-navi dl dd.ic5 a:before{color:#e79591;content:'\025b6';}
  .sp-navi dl dd.ic6 a:before{color:#d8de00;content:'\025b6';}
  .sp-navi dl dd.ic7 a:before{color:#f19500;content:'\025b6';}
}

/* home&lower 共通
--------------------------------------- */
#home,.lower{}
@media screen and (max-width:640px){}

/* 
--------------------------------------- */
.link-area{}
.link-area .inner{
  overflow:hidden;
  padding:60px 0 100px;
}
.link-area h2{
  margin-bottom:100px;
  font-size:24px;
  font-weight:bold;
  color:#161b62;
  text-align:center;
}
.link-area .col3 .box{
  float:left;
  width:320px;
  margin-right:20px;
}
.link-area .col3 .box:last-of-type{margin-right:0;}
.link-area .box p.title{
  font-size:18px;
  font-weight:bold;
  text-align:center;
}
.link-area .box .arrow{
  width:36px;
  margin:10px auto 15px;
}
.link-area .col3 .box .banner{
  width:360px;
}
.link-area .box .detail{
  margin-top:10px;
  font-size:12px;
  line-height:1.5;
}

.link-area .col4 .box{
  float:left;
  width:235px;
  margin-right:20px;
}
.link-area .col4 .box:last-of-type{margin-right:0;}
.link-area .col4 .box .banner{
  width:235px;
}

.link-area .col2{
  width:840px;
  margin:auto;
}
.link-area .col2 .box:nth-of-type(odd){
  float:left;
  width:400px;
}
.link-area .col2 .box:nth-of-type(even){
  float:right;
  width:400px;
}
.link-area .col2 .box .banner{
  width:400px;
}

@media screen and (max-width:640px){
  .link-area{}
  .link-area .inner{
    padding:30px 0;
  }
  .link-area h2{
    margin-bottom:50px;
    font-size:36px;
  }
  .link-area .col3 .box{
    width:180px;
    margin-right:10px;
  }
  .link-area .box p.title{
    font-size:24px;
    white-space:nowrap;
  }
  .link-area .box p.over:last-of-type{margin-left:-0.8em;}
  .link-area .box .arrow{
    margin:8px auto;
  }
  .link-area .col3 .box .banner{
    width:180px;
  }

  .link-area .col4{
    width:520px;
    margin:auto;
  }
  .link-area .col4 .box:nth-of-type(odd){
    float:left;
    width:235px;
  }
  .link-area .col4 .box:nth-of-type(even){
    float:right;
    width:235px;
  }
  .link-area .col4 .box{margin-bottom:40px;}
  .link-area .col4 .box .banner{
    width:235px;
  }

  .link-area .col2{
    width:510px;
  }
  .link-area .col2 .box:nth-of-type(odd){
    width:240px;
  }
  .link-area .col2 .box:nth-of-type(even){
    width:240px;
  }
  .link-area .col2 .box .banner{
    width:240px;
  }
}

/* 会社案内
--------------------------------------- */
#link-about{
  background:url(../images/common/bg.png) #dbdbdb center top no-repeat;
}

@media screen and (max-width:640px){
  #link-about{
    background-size:96%;
  }
}

/* 物流のしくみ
--------------------------------------- */
#link-distribution{}
@media screen and (max-width:640px){}

/* 事業紹介
--------------------------------------- */
#link-enterprise{
  background-color:#efefef;
}
@media screen and (max-width:640px){}

/* 採用情報
--------------------------------------- */
#link-recruit{}
@media screen and (max-width:640px){}

/* 汎用
--------------------------------------- */
.disable{display:none;}

/* align */
.left{text-align:left !important;}
.right{text-align:right !important;}
.center{text-align:center !important;}
.top{vertical-align:top !important;}
.middle{vertical-align:middle !important;}
.bottom{vertical-align:bottom !important;}
.bold{font-weight:bold !important;}
.normal{font-weight:normal !important;}
.img-left{text-align:left !important;}
.img-right{text-align:right !important;}
.fl,.fl-spc{float:left;}
.fr,.fr-spc{float:right;}
.relate{position:relative;}
.abs{position:absolute;}
.static{position:static;}
@media screen and (max-width:640px){
  .img-left,.img-right{text-align:center !important;}
  .fl-spc{float:none;margin:0 auto;}
  .fr-spc{float:none;margin:0 auto;}
}

/* font */
.fs12{font-size:12px !important;}
.fs14{font-size:14px !important;}
.fs16{font-size:16px !important;}
.fs18{font-size:18px !important;}
.fs20{font-size:20px !important;}
.fs22{font-size:22px !important;}
.fs24{font-size:24px !important;}
.fs26{font-size:26px !important;}
.fs28{font-size:28px !important;}
.fs32{font-size:32px !important;}
.fs36{font-size:36px !important;}
.fs42{font-size:42px !important;}
.fs48{font-size:48px !important;}
@media screen and (max-width:640px){
  .fs12{font-size:18px !important;}
  .fs14,.fs16{font-size:24px !important;}
  .fs18,.fs20{font-size:28px !important;}
  .fs22,.fs24{font-size:32px !important;}
  .fs26,.fs28{font-size:36px !important;}
  .fs32,.fs36{font-size:44px !important;}
  .fs42,.fs48{font-size:48px !important;}
}
/* color */
.dark-black{color:#231815;}
.dark-blue{color:#161b62;}



/* indent */
.push5{text-indent:0.5em;}
.push10{text-indent:1.0em;}
.push12{text-indent:1.2em;}
.push15{text-indent:1.5em;}
.push18{text-indent:1.8em;}
.push68{text-indent:6.8em;}
.pull5{text-indent:-0.5em;}
.pull10{text-indent:-1.0em;}
.pull12{text-indent:-1.2em;}
.pull15{text-indent:-1.5em;}
.pull18{text-indent:-1.8em;}
.indent5{padding-left:0.5em;text-indentent:-0.5em;}
.indent10{padding-left:1.0em;text-indentent:-1.0em;}
.indent12{padding-left:1.2em;text-indentent:-1.2em;}
.indent15{padding-left:1.5em;text-indentent:-1.5em;}
.indent18{padding-left:1.8em;text-indentent:-1.8em;}
.indent20{padding-left:2.0em;text-indentent:-2.0em;}
.indent25{padding-left:2.5em;text-indentent:-2.5em;}
.indent30{padding-left:3.0em;text-indentent:-3.0em;}
.indent35{padding-left:3.5em;text-indentent:-3.5em;}
.indent40{padding-left:4.0em;text-indentent:-4.0em;}
.indent45{padding-left:4.5em;text-indentent:-4.5em;}
.indent50{padding-left:5.0em;text-indentent:-5.0em;}
.underline{text-decoration:underline;}
sup{font-size:0.6em !important;vertical-align:top;position:relative;top:-0.1em;}

/* margin */
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt12{margin-top:12px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt2{margin-top:2px !important;}
.mt3{margin-top:3px !important;}
.mt4{margin-top:4px !important;}
.mt8{margin-top:8px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mt100{margin-top:100px !important;}
.mt120{margin-top:120px !important;}

.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb12{margin-bottom:12px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb2{margin-bottom:2px !important;}
.mb3{margin-bottom:3px !important;}
.mb4{margin-bottom:4px !important;}
.mb8{margin-bottom:8px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb100{margin-bottom:100px !important;}
.mb120{margin-bottom:120px !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml12{margin-left:12px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr12{margin-right:12px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !important;}

/* padding */
.p0{padding:0 !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p12{padding:12px !important;}
.p15{padding:15px !important;}
.p20{padding:20px !important;}
.p25{padding:25px !important;}
.p30{padding:30px !important;}
.p35{padding:35px !important;}
.p40{padding:40px !important;}
.p45{padding:45px !important;}
.p50{padding:50px !important;}

.pt0{padding-top:0 !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}

.pr0{padding-right:0 !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr12{padding-right:12px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}
.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}
.pr50{padding-right:50px !important;}

.pb0{padding-bottom:0 !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb12{padding-bottom:12px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0 !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl12{padding-left:12px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}
.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}
.pl50{padding-left:50px !important;}
