@charset "UTF-8";
/*
Theme Name: kotologi
Template: twentytwelve
*/
/*@import url("../twentytwelve/style.css");*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

.f1 {
  font-family: 'Open Sans Condensed', sans-serif;
}

.f2 {
  font-family: 'Prata', serif;
}

/*---
  COMMON
  ---*/
* {
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

/*ボタンを固定する*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

/*ボタンをデザインする*/
#page-top a {
  width: 60px;
  height: 60px;
  display: block;
  background: url(./images/pagetop.png) no-repeat;
  background-size: cover;
  z-index: 9999;
}

img {
  /* max-width: 100%; */
  height: auto;
  /* width: 100%; */
}

ul, ol {
  padding: 0;
  margin: 0;
}

.bo0 {
  border: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
  background-color: inherit;
  color: #ccc;
  outline: none;
}


iframe{
width: 100%;
height: 330px;
border: 0;
}

/* ----------------------------------------------------
font
---------------------------------------------------- */
.serif {
  font-family: serif !important;
}

.white {
  color: #fff !important;
}

.block {
  display: block;
  width: 100%;
  height: 100%;
}

.bgcolor1 {
  background: #F5F5F5;
}

.bgcolor2 {
  background: #1C4192;
}

.bgcolor3 {
  background: #eb4e77;
}

.color2 {
  color: #1C4192 !important;
}


/* ----------------------------------------------------
text
---------------------------------------------------- */
.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.font10 {
  font-size: 10px !important;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font20 {
  font-size: 20px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
}

.font23 {
  font-size: 23px !important;
}

.font24 {
  font-size: 24px !important;
}

/* ----------------------------------------------------
float
---------------------------------------------------- */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.flex.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align_center {
  align-items: center;
}

.evenly {
  justify-content: space-evenly;
}

.between {
  justify-content: space-between;
}

.center {
  justify-content: center;
}

.f_wrap {
  flex-wrap: wrap;
}

.f_nowrap {
  flex-wrap: nowrap;
}

.table {
  display: table;
}

.cell {
  display: table-cell;
}

.middle {
  vertical-align: middle;
}

/* ----------------------------------------------------
table
---------------------------------------------------- */
table {
  border: 1px solid #dddddd;
}

table.noframe {
  border: none;
}

th {
  background: #efefef;
  border-right: 1px solid #dddddd;
  white-space: nowrap;
}

td {
  border-right: 1px solid #dddddd;
}

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !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;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !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;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !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;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !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;
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  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;
}

.pt60 {
  padding-top: 60px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !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;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !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;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !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;
}


/*-------------------------------------------------------------------
base-other
-------------------------------------------------------------------*/

.w100p {
  width: 100%;
}

.w50p {
  width: 50%;
}
.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.h100p {
  height: 100%;
}

.retina {
  width: 50%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*-------------------------------------------------------------------
base
-------------------------------------------------------------------*/
body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #333;
  line-height: 2;
  background: #fff;
  font-size: 16px;
}

img {
  outline: none;
  border-style: none;
}

a, a:hover, a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover img {
  opacity: .7;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

footer a:hover, footer a:visited {
  color: #fff;
}

section {
  margin-top: 60px;
  width: 100%;
}

h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-bottom: 60px;
  /*セクションタイトルの下に余白をつくる*/
}

h1 small {
  font-size: 16px;
  display: block;
}

h1 span {
  font-size: 20px;
}

.logo h1{
margin: 0;
padding: 0;
line-height: 1;
}

h2 {
  /* margin-bottom: 0; */
  line-height: 1.4;
  position: relative;
  font-size: 34px;
}

h2 {
  color: #1C4192;
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  letter-spacing: 3px;
  padding-left: 38px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-feature-settings: "palt";
  position: relative;
}

h2::before {
  content: "";
  background: url(./images/common/i_tit1@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 32px;
  position: absolute;
  top: 7px;
  margin-left: -48px;
  /* left: 0px; */
}


h2 div.name {position: absolute;width: 100%;padding: 0px 20px;top: calc((100% + 0px) / 2);right: 50%;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);z-index: 9;}



small {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  color: #193d94;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -20px;
}

h2.white::before {
  content: "";
  background: url(./images/common/i_tit2@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
}

h3 {
  line-height: 1.5;
  font-size: 25px;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}

h4 {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 18px !important;
  border-left: 4px solid #1c4192;
  padding-left: 10px;
  font-feature-settings: "palt";
}

#service h4 {
  border-left: 0;
  padding-left: 0px;
  font-size: 14px;
}

h5 {}

h6 {}

p {
  margin-bottom: 15px !important;
  font-size: 14px;
  line-height: 1.8;
}

.pageHeader-title {
  margin-top: 120px;
}

section.small {
  width: 50%;
  margin: 60px auto 0;
}

/*-------------------------------------------------------------------
button
-------------------------------------------------------------------*/
.btn {
  display: table;
  margin: auto;
  border: #1C4192 solid 1px;
  margin-top: 60px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #1C4192;
  width: 100%;
  max-width: 320px;
  background: #fff;
}

.btn:hover {
  border: #1C4192 1px solid;
}

.btn a {
  display: block;
  text-align: center;
  color: #1C4192;
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  min-width: 160px;
}

.btn a::after {
  content: url(images/common/i_arrow1.png);
  position: absolute;
  right: 5px;
  bottom: 15px;
  width: 10px;
  height: 10px;
  display: block;
}

.btn2 {
  display: table;
  margin: auto;
  background: #fff;
  margin-top: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #1C4192;
	width: 100%;
	max-width: 320px;
}

.btn2:hover {
  background: #c5d7ff;
}

.btn2 a {
  display: block;
  text-align: center;
  color: #1C4192;
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
	min-width: 160px;
}

.btn2 a::after {
  content: url(images/common/i_arrow1.png);
  position: absolute;
  right: 5px;
  bottom: 15px;
  width: 10px;
  height: 10px;
  display: block;
}

.btn3 {
  display: table;
  margin: auto;
  border: #fff solid 1px;
  margin-top: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.btn3:hover {
  border: #1C4192 1px solid;
}

.btn3 a {
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 10px 80px;
  font-size: 16px;
}

.btn3 a::after {
  content: url(images/common/i_arrow2.png);
  position: absolute;
  right: 5px;
  bottom: 15px;
  width: 10px;
  height: 10px;
  display: block;
}

.btn3_s {
  display: table;
  margin: auto;
  border: #fff solid 1px;
  margin-top: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.btn3_s {
  /* display: block; */
  text-align: center;
  color: #fff;
  position: relative;
  padding: 5px 40px;
  font-size: 13px;
  /* width: 140px; */
}

.btn3_s::after {
  content: url(images/common/i_arrow2.png);
  position: absolute;
  right: 5px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  display: block;
}

/*-------------------------------------------------------------------
汎用
-------------------------------------------------------------------*/

/* セクション間の隙間
----------------------------------------------- */
/* セクションごとの大きい隙間 */
.com-mt-01 {
	margin-top: 70px;
}
@media (min-width: 960px) {
  .com-mt-01 {
    margin-top: 95px;
  }
}

/* オブジェクト同士の隙間 */
.com-mt-02 {
	margin-top: 30px;
}
@media (min-width: 960px) {
  .com-mt-02 {
    margin-top: 40px;
  }
}

/* オブジェクト同士の隙間 */
.com-mt-1em {
	margin-top: 1em;
}

/* link
----------------------------------------------- */
.com-link-01{
	text-decoration: underline;
}

.com-link-01:hover{
	text-decoration: underline;
}





/*-------------------------------------------------------------------
header
-------------------------------------------------------------------*/
header {
  width: 100%;
  margin: auto;
  background: #fff;
  position: relative;
  z-index: 1;
}

header .logo {
  position: absolute;
  left: 30px;
  top: 17px;
  width: 13%;
}

header .logo a {}

#midashi_hd {
  position: relative;
  margin-top: 74px;
  height: auto;
  min-height: 240px;
  max-height: 240px;
  margin-bottom: 0;
  background: #1c4192;
}

#midashi_hd .txt {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 142px;
}

#midashi_hd h1 {
  font-size: 44px;
  font-weight: 200;
  letter-spacing: 2px;
  margin: auto;
}

#midashi_hd small {
  font-size: 1rem;
  margin-top: 10px;
  padding-top: 0px;
}

#midashi_hd .border {
  border-top: 1px solid #fff;
  width: 100px;
  margin: 10px auto 0;
}

#midashi_hd p {
  font-size: 16px;
}

#midashi_hd .cover {
  background: url(./images/common/hd_cover.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}

#midashi_hd .hd_img {
  position: absolute;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
  display: block;
}

/*-------------------------------------------------------------------
nav
-------------------------------------------------------------------*/
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
  display: flex;
  justify-content: space-evenly;
}

.uk-navbar {
  background: inherit;
  color: inherit;
  border: 0;
}

.uk-navbar-nav>li {
  float: none;
  position: relative;
}

.uk-navbar-nav>li>a {
  box-sizing: border-box;
  height: auto;
  color: #444;
  font-size: 16px;
  font-family: inherit;
  font-weight: normal;
  text-shadow: none;
  border: none;
}

#header {
  padding: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(255, 255, 255, 1);
  /* overflow: hidden; */
}

.header-nav_btn {
  display: none;
}

.header-nav {
  float: right;
}

#header-nav-list li {
  position: relative;
  float: left;
  line-height: 1;
  padding: 10px 0;
  list-style-type: none;
}

/* #header-nav-list li:first-child{margin-left: 0;} */
#header-nav-list li a {
  display: block;
  position: relative;
  padding: 17px 28px 18px 14px;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
  z-index: 9999;
}

#header-nav-list li a svg {
  display: block;
  -webkit-transform: skewX(23deg);
  -ms-transform: skewX(23deg);
  transform: skewX(23deg);
}

#header-nav-list li a::after, a#nav-c::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #1c4192;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  transform: skewX(-23deg);
}

#header-nav-list li a:hover {
  color: #fff;
}

#header-nav-list li a:hover::after {
  width: 100%;
}

#header-nav-list li a:hover .gnavi path {
  color: #fff;
  fill: currentColor;
  -ms-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#nav-c {
  width: 10%;
  padding: 25px 0;
  line-height: 24px;
  float: right;
  background-color: #1c4192;
  color: #fff;
  text-align: center;
  position: relative;
  margin-left: 21px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a#nav-c::after {
  width: 100%;
  left: 0;
  -webkit-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  transform: skewX(-23deg);
}

#nav-c:hover, a#nav-c:hover::after {
  background-color: #00354C;
}

.uk-dropdown {
  padding: 10px 15px;
  background: #ffffff;
  color: #444444;
  font-size: 1rem;
  vertical-align: top;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.uk-dropdown, .uk-dropdown-blank {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  width: 200px;
  top: 60px !important;
}

#header-nav-list li ul li {
  position: relative;
  float: none;
  line-height: 1;
  padding: 10px 0;
  list-style-type: none;
  border-bottom: 1px solid #eee;
}

#header-nav-list li ul li:last-child {
  border-bottom: 0;
}

#header-nav-list li ul li a {
  display: block;
  position: relative;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
  z-index: 9999;
}

#header-nav-list li ul li a svg {
  display: block;
  -webkit-transform: skewX(23deg);
  -ms-transform: skewX(23deg);
  transform: skewX(23deg);
}

#header-nav-list li ul li a::after {
  content: "";
  background: url(./images/common/i_a_r@2x.png) no-repeat;
  background-color: #fff;
  width: 9px;
  height: 15px;
  transform: none;
  background-size: contain;
  position: absolute;
  right: 0;
  left: inherit;
}

#header-nav-list li ul li a:hover {
  transform: none;
  color: #666;
}

#header-nav-list li ul li a:hover::after {
  transform: none;
  content: "";
  background: url(./images/common/i_a_r@2x.png) no-repeat;
  background-color: #fff;
  width: 9px;
  height: 15px;
  transform: none;
  background-size: contain;
  position: absolute;
  right: 0;
  left: inherit;
}

/*-------------------------------------------------------------------
home
-------------------------------------------------------------------*/
#slide {
  height: 100%;
  max-height: 663px;
}

.midashi {
  z-index: 9;
}

.keyvisual {
  margin: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  /* max-height: 700px; */
}

.keyvisual video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  /* max-width: 1600px; */
  transform: translate(-50%, -50%);
}

.keyvisual img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}

.keyvisual2 {
  margin: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 540px;
}

.keyvisual2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  /* max-width: 1600px; */
  transform: translate(-50%, -50%);
}

.top100 {
  margin-top: 74px;
}

.scroll {
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  width: 61px;
  z-index: 9;
}

.warehouse1 {}

.warehouse1 .box,
.warehouse2 .box {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* height: 20px; */
  z-index: 2;
}

.warehouse2 {}

#vehicle .box {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 270px;
}

.info_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px !important;
}

.info_top .date {
  font-size: 1rem;
  line-height: 20px;
  margin-right: 20px;
  color: #888;
}

.info_top h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  margin-right: 20px;
}

.date{
font-size: 1rem;
}

.home-btn {
  display: block;
  border: 1px solid #1C4192;
  max-width: 600px;
  box-sizing: border-box;
  padding: .5em;
  color: #1C4192 !important;
  position: relative;
  margin: auto;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}
.home-btn::after {
  content: url(images/common/i_arrow1.png);
  position: absolute;
  right: 5px;
  bottom: 20px;
  width: 13px;
  height: 13px;
  display: block;
}




/*-------------------------------------------------------------------
secondpage
-------------------------------------------------------------------*/
#a,
#b,
#c,
#d,
#e {
  margin-top: -46px;
  padding-top: 106px;
}

/*-------------------------------------------------------------------
サービス概要
-------------------------------------------------------------------*/
#system .cont {
  display: block;
}
/*
#system .box {
  position: absolute;
  width: 100%;
  height: 20px;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
*/
#system h3 {
  font-weight: normal;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-left: 24px;
  letter-spacing: 3px;
  position: relative;
  display: table;
  margin: auto;
  z-index: 2;
}

#system h3::before {
  content: "";
  background: url(./images/common/i_tit2@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
}


#system .box {position: absolute;width: 100%;padding: 0px 20px;top: calc((100% + 0px) / 2);right: 50%;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);z-index: 9;}



#system .mt30 h3::before {
  margin-top: 30px;
}

#system .btn3_s {}

#system a {
  display: block;
  position: relative;
  /* width: 100%; */
  /* height: 100%; */
}

#system h4 {
  background: #1C4192;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 50px;
  padding: 10px;
}

/*-------------------------------------------------------------------
倉庫・設備
-------------------------------------------------------------------*/
#soko h5 {
  font-weight: normal;
  line-height: 1.7;
  position: relative;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-left: 24px;
  letter-spacing: 3px;
  margin: auto;
  display: table;
  z-index: 2;
}

#soko h5::before {
  content: "";
  background: url(./images/common/i_tit2@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

#soko a {
  display: block;
  position: relative;
}


#soko a div.name {position: absolute;width: 100%;padding: 0px 20px;top: calc((100% + 0px) / 2);right: 50%;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);z-index: 9;}

#soko img{
width: 100%;
}
/*-------------------------------------------------------------------
会社案内
-------------------------------------------------------------------*/
#company {}
#company a{
  display: block;
}
#company .box {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: relative;
}

#company .txt {position: absolute;width: 100%;padding: 0px 20px;top: calc((100% + 0px) / 2);right: 50%;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);z-index: 9;}

#company .box h3 {
  color: #fff;
}


#company h3 {
  font-weight: normal;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-left: 30px;
  letter-spacing: 3px;
  margin: auto;
  display: table;
  position: relative;
  z-index: 2;
}

#company h3::before {
  content: "";
  background: url(./images/common/i_tit2@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#company .box p {}


#warehouse h3 {
  font-weight: normal;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-left: 24px;
  letter-spacing: 3px;
  margin: auto;
  z-index: 2;
  display: table;
  position: relative;
}

#warehouse h3::before {
  content: "";
  background: url(./images/common/i_tit2@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
}


#warehouse div.name {position: absolute;width: 100%;padding: 0px 20px;top: calc((100% + 0px) / 2);right: 50%;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);z-index: 9;}

/*-------------------------------------------------------------------
contact
-------------------------------------------------------------------*/
.form_btn {
  color: #fff !important;
  padding: 10px 40px !important;
  border-radius: 5px !important;
  width: 60%;
  margin-top: 40px !important;
  margin-bottom: 80px !important;
}
input.back {
  color: #333 !important;
  padding: 10px 40px !important;
  border-radius: 5px !important;
  width: 30%;
  margin-top: 40px !important;
  margin-bottom: 80px !important;
}

.uk-form span.required {
  background: #ff2929;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 11px;
  line-height: 1;
  margin-left: 8px;
  vertical-align: middle;
}

.uk-description-list-horizontal>dt {
  width: 180px
}
.uk-description-list-horizontal {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.uk-button:disabled {
    background-color: #ccc;
}
/*-------------------------------------------------------------------
footer
-------------------------------------------------------------------*/
footer {
  background: url(./images/common/footer_bg.png) no-repeat;
  background-size: cover;
  padding-top: 60px;
  /* padding-bottom: 40px; */
  color: #fff;
  width: 100%;
  font-size: 12px;
  line-height: 2.2;
}

footer h4 {
  font-size: 18px;
}

footer .menu div {
  width: 160px;
}

footer ul li {
  margin-left: 14px;
}

footer ul li a {
  font-size: 12px;
  line-height: 2.4;
}

footer .uk-navbar-nav>li>a {
  color: #fff;
}

footer a {
  color: #fff;
}

footer .copy {
  padding: 10px 0;
  font-size: 12px;
  margin-top: 40px;
}














/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* ----------------------------------------------------
clearfix
---------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}

/* ----------------------------------------------------
clearfix の代用
---------------------------------------------------- */
div.hr {
  clear: both;
}

div.hr hr {
  display: none;
}














































@media screen and (max-width: 767px) {
  img {
    /* width: 100%; */
    max-width: 100%;
    height: auto;
  }

  /*-------------------------------------------------------------------
table
-------------------------------------------------------------------*/
  table {
    border: 1px solid #dddddd;
  }

  table.noframe {
    border: none;
  }

  th {
    background: #efefef;
    border-right: 1px solid #dddddd;
    font-size: 1rem;
    white-space: nowrap;
  }

  td {
    border-right: 1px solid #dddddd;
    font-size: 1rem;
  }

  /* ----------------------------------------------------
margin
---------------------------------------------------- */
  .mt00 {
    margin-top: 0px !important;
  }

  .mt05 {
    margin-top: 5px !important;
  }

  .mt10 {
    margin-top: 10px !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;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mt80 {
    margin-top: 80px !important;
  }

  .mr00 {
    margin-right: 0px !important;
  }

  .mr05 {
    margin-right: 5px !important;
  }

  .mr10 {
    margin-right: 10px !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;
  }

  .mb00 {
    margin-bottom: 0px !important;
  }

  .mb05 {
    margin-bottom: 5px !important;
  }

  .mb10 {
    margin-bottom: 10px !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;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }

  .ml00 {
    margin-left: 0px !important;
  }

  .ml05 {
    margin-left: 5px !important;
  }

  .ml10 {
    margin-left: 10px !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;
  }

  /* ----------------------------------------------------
padding
---------------------------------------------------- */
  .pt00 {
    padding-top: 0px !important;
  }

  .pt05 {
    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;
  }

  .pt60 {
    padding-top: 60px !important;
  }

  .pr00 {
    padding-right: 0px !important;
  }

  .pr05 {
    padding-right: 5px !important;
  }

  .pr10 {
    padding-right: 10px !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;
  }

  .pb00 {
    padding-bottom: 0px !important;
  }

  .pb05 {
    padding-bottom: 5px !important;
  }

  .pb10 {
    padding-bottom: 10px !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;
  }

  .pb60 {
    padding-bottom: 60px !important;
  }

  .pl00 {
    padding-left: 0px !important;
  }

  .pl05 {
    padding-left: 5px !important;
  }

  .pl10 {
    padding-left: 10px !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;
  }

  .w100p {
    width: 100%;
  }

  .w50p {
    width: 50%;
  }

  .h100p {
    height: 100%;
  }

  .retina {
    width: auto;
  }

  .relative {
    position: relative;
  }

  .absolute {
    position: absolute;
  }

  /*-------------------------------------------------------------------
base
-------------------------------------------------------------------*/
  body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #333;
    line-height: 2;
    background: #fff;
    font-size: 16px;
  }

  img {
    outline: none;
    border-style: none;
  }

  a, a:hover, a:visited {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }

  a:hover img {
    opacity: .7;
    z-index: 0;
  }

  footer a:hover, footer a:visited {
    color: #fff;
  }

  section {
    margin-top: 30px;
    width: 100%;
  }

  h1 {
    margin-bottom: 60px;
    /*セクションタイトルの下に余白をつくる*/
  }

  h1 small {
    font-size: 16px;
    display: block;
  }

  h1 span {
    font-size: 20px;
  }

  h2 {
    /* margin-bottom: 0; */
    line-height: 1.7;
    position: relative;
    font-size: 32px;
  }

  h2 {
    color: #1C4192;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 15px; */
    letter-spacing: 1px;
    padding-left: 24px;
    font-size: 24px;
    font-feature-settings: "palt";
  }

  h2::before {
    content: "";
    background: url(./images/common/i_tit1@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 0 10px; */
    width: 27px;
    height: 22px;
    position: absolute;
    /* left: -43px; */
    top: 9px;
    margin-left: -32px;
  }

  h2 small {
    display: block;
    font-size: 13px;
    /* margin-top: 0; */
    margin-left: -30px;
  }

  h2.white::before {
    content: "";
    background: url(./images/common/i_tit2@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 0 10px; */
    width: 24px;
    height: 20px;
    position: absolute;
    /* left: -43px; */
    top: 10px;
  }

  h3 {
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 10px;
    /* font-weight: 600; */
  }

  h4 {
    font-size: 14px;
    margin-bottom: 10px !important;
    margin-top: 10px;
  }

  h5 {}

  h6 {}

  p {
    margin-bottom: 30px !important;
    margin-top: 15px;
    font-size: 14px;
  }

  .pageHeader-title {
    margin-top: 120px;
  }

  section.small {
    width: 100%;
    margin: 30px auto 0;
  }

  /*-------------------------------------------------------------------
button
-------------------------------------------------------------------*/
  .btn {
    display: table;
    margin: auto;
    border: #1C4192 solid 1px;
    margin-top: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #1C4192;
    width: 100%;
  }

  .btn:hover {
    border: #1C4192 1px solid;
  }

  .btn a {
    display: block;
    text-align: center;
    color: #1C4192;
    position: relative;
    padding: 10px;
    font-size: 15px;
  }

  .btn a::after {
    content: url(images/common/i_arrow1.png);
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: 10px;
    height: 10px;
    display: block;
  }

  .btn2 {
    display: table;
    margin: auto;
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #1C4192;
		width: 100%;
  }

  .btn2:hover {
    background: #c5d7ff;
  }

  .btn2 a {
    display: block;
    text-align: center;
    color: #1C4192 !important;
    position: relative;
    padding: 10px;
    font-size: 15px;
  }

  .btn2 a::after {
    content: url(images/common/i_arrow1.png);
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: 10px;
    height: 10px;
    display: block;
  }

  .btn3 {
    display: table;
    margin: auto;
    border: #fff solid 1px;
    margin-top: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
  }

  .btn3:hover {
    border: #1C4192 1px solid;
  }

  .btn3 a {
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 10px 80px;
    font-size: 16px;
  }

  .btn3 a::after {
    content: url(images/common/i_arrow2.png);
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: 10px;
    height: 10px;
    display: block;
  }

  .btn3_s {
    display: table;
    margin: auto;
    border: #fff solid 1px;
    margin-top: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
  }

  .btn3_s {
    /* display: block; */
    text-align: center;
    color: #fff;
    position: relative;
    padding: 5px 40px;
    font-size: 13px;
    /* width: 140px; */
  }

  .btn3_s::after {
    content: url(images/common/i_arrow2.png);
    position: absolute;
    right: 5px;
    bottom: 9px;
    width: 10px;
    height: 10px;
    display: block;
  }

  /*-------------------------------------------------------------------
header
-------------------------------------------------------------------*/
  header {
    width: 100%;
    margin: auto;
    background: #fff;
    position: relative;
    z-index: 1;
  }

  header .logo {
    position: relative;
    left: 20px;
    top: inherit;
    width: 180px;
    padding: 20px 0;
  }

  header .logo a {}

  #midashi_hd {
    position: relative;
    margin-top: 0;
    height: auto;
    min-height: 150px;
    max-height: 150px;
    margin-bottom: 0;
    background: #1c4192;
  }

  #midashi_hd .txt {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 114px;
  }

  #midashi_hd h1 {
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 2px;
    margin: auto;
  }

  #midashi_hd small {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    line-height: 36px;
  }

  #midashi_hd .border {
    border-top: 1px solid #fff;
    width: 100px;
    margin: 3px auto 0;
  }

  #midashi_hd p {
    font-size: 12px;
    margin: 0 !important;
    padding: 0;
    line-height: 1.8;
  }

  #midashi_hd .cover {
    background: url(./images/common/hd_cover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 42% center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
  }

  #midashi_hd .hd_img {
    position: absolute;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    display: block;
  }

  /*-------------------------------------------------------------------
nav
-------------------------------------------------------------------*/
  .uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    display: flex;
    justify-content: space-evenly;
  }

  .uk-navbar {
    background: inherit;
    color: inherit;
    border: 0;
  }

  .uk-navbar-nav>li {
    float: none;
    position: relative;
  }

  .uk-navbar-nav>li>a {
    box-sizing: border-box;
    height: auto;
    color: #444;
    font-size: 16px;
    font-family: inherit;
    font-weight: normal;
    text-shadow: none;
    border: none;
  }

  #header {
    padding: 0;
    width: 85%;
    position: relative;
    z-index: 99999;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: rgba(255, 255, 255, 1);
    /* overflow: hidden; */
  }

  .header-nav_btn {
    display: none;
  }

  .header-nav {
    float: right;
    display: none;
  }

  #header-nav-list li {
    position: relative;
    float: left;
    line-height: 1;
    padding: 25px 0;
    list-style-type: none;
  }

  /* #header-nav-list li:first-child{margin-left: 0;} */
  #header-nav-list li a {
    display: block;
    position: relative;
    padding: 17px 28px 18px 14px;
    line-height: 1;
    text-decoration: none;
    font-size: 16px;
    z-index: 9999;
  }

  #header-nav-list li a svg {
    display: block;
    -webkit-transform: skewX(23deg);
    -ms-transform: skewX(23deg);
    transform: skewX(23deg);
  }

  #header-nav-list li a::after, a#nav-c::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #1c4192;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewX(-23deg);
    -ms-transform: skewX(-23deg);
    transform: skewX(-23deg);
  }

  #header-nav-list li a:hover {
    color: #fff;
  }

  #header-nav-list li a:hover::after {
    width: 100%;
  }

  #header-nav-list li a:hover .gnavi path {
    color: #fff;
    fill: currentColor;
    -ms-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }

  #nav-c {
    width: 10%;
    line-height: 105px;
    float: right;
    background-color: #1c4192;
    color: #fff;
    text-align: center;
    position: relative;
    margin-left: 21px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }

  a#nav-c::after {
    width: 100%;
    left: 0;
    -webkit-transform: skewX(-23deg);
    -ms-transform: skewX(-23deg);
    transform: skewX(-23deg);
  }

  #nav-c:hover, a#nav-c:hover::after {
    background-color: #00354C;
  }

  /*-------------------------------------------------------------------
home
-------------------------------------------------------------------*/
  #slide {
    height: 100%;
    max-height: 663px;
  }

  .midashi {
    z-index: 9;
  }

  .keyvisual {
    margin: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    /* min-height: 700px; */
  }

  .keyvisual video {
    position: absolute;
    top: 225px;
    left: 50%;
    width: 100%;
    min-width: 800px;
    max-width: 1600px;
    transform: translate(-50%, -50%);
  }

  .keyvisual img {
    position: relative;
    z-index: 1;
    max-width: 247%;
    left: -70px;
    width: auto;
  }

  .keyvisual2 {
    margin: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 210px;
  }

  .keyvisual2 video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1600px;
    transform: translate(-50%, -50%);
  }

  .top100 {
    margin-top: 0px;
  }

  .scroll {
    right: 0;
    left: 0;
    bottom: 20px;
    margin: auto;
    width: 61px;
    z-index: 9;
    display: none;
  }

  .warehouse1 {}

  .warehouse1 .box,
  .warehouse2 .box {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* height: 100px; */
    z-index: 2;
  }

  .warehouse2 {}

  #vehicle .box {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 260px;
		padding: 0 10px;
  }

  #vehicle .h {
    height: 350px;
  }

  .home-btn {
    font-size: 19px;
  }

  /*-------------------------------------------------------------------
secondpage
-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
サービス概要
-------------------------------------------------------------------*/
  #system .cont {
    display: block;
  }

  #system .box {
    /* position: absolute; */
    width: 100%;
    /* height: 94px; */
    z-index: 2;
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto; */
  }

  #system h3 {
    font-weight: normal;
    line-height: 1.7;
    /* position: absolute; */
    font-size: 18px;
    color: #fff;
    text-align: center;
    /* left: 37%; */
    /* right: 50%; */
    /* top: 0; */
    /* bottom: 0; */
    letter-spacing: 3px;
    margin: auto;
    /* display: table; */
    z-index: 2;
  }

  #system h3::before {
    content: "";
    background: url(./images/common/i_tit2@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: 0 10px; */
    width: 24px;
    height: 24px;
    position: absolute;
    /* left: -43px; */
    top: 6px;
    /* margin-left: -29px; */
  }

  #system .btn3_s {}

  #system a {
    display: block;
    /* position: relative; */
    /* width: 100%; */
    /* height: 100%; */
  }

  #system h4 {
    background: #1C4192;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    padding: 10px;
  }

  /*-------------------------------------------------------------------
倉庫・設備
-------------------------------------------------------------------*/
  #soko h5 {
    font-weight: normal;
    line-height: 1.7;
    /* position: absolute; */
    font-size: 18px;
    color: #fff;
    /* text-align: center; */
    /* left: 32%; */
    /* right: 50%; */
    /* top: 0; */
    /* bottom: 0; */
    letter-spacing: 1px;
    /* margin: auto; */
    display: table;
    z-index: 2;
  }

  #soko h5::before {
    content: "";
    background: url(./images/common/i_tit2@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: 0 10px; */
    width: 24px;
    height: 24px;
    position: absolute;
    /* left: -43px; */
    top: 6px;
    /* margin-left: -29px; */
  }

  #soko a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }

  /*-------------------------------------------------------------------
会社案内
-------------------------------------------------------------------*/
  #company {}

  #company .box {
    position: relative;
  }

  #company .txt {
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    color: #fff;
    text-align: center;
    width: 80%;
    /* height: 90px; */
    z-index: 2;
  }

  #company .box h3 {
    color: #fff;
  }

  #company .box p {}

  /*-------------------------------------------------------------------
footer
-------------------------------------------------------------------*/
  footer {
    background: url(./images/common/footer_bg.png) no-repeat;
    background-size: cover;
    padding-top: 60px;
    /* padding-bottom: 40px; */
    color: #fff;
    width: 100%;
    font-size: 12px;
    line-height: 2.2;
  }

  footer h4 {
    font-size: 18px;
  }

  footer .menu div {
    width: 160px;
  }

  footer ul li a {
    font-size: 12px;
    line-height: 3;
  }

  footer .uk-navbar-nav>li>a {
    color: #fff;
  }

  footer a {
    color: #fff;
  }

  footer .copy {
    padding: 10px 0;
    font-size: 12px;
    margin-top: 40px;
  }











  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
