@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #f3f3ee;
}
/*=======================================================

ページタイトル・ロゴ

=======================================================*/
.section-top__title {
  width: 170px;
  margin: 0 auto ;
  padding: 60px 0;
}
.section-top__subtitle{
  font-family: 'Arial', 'Helvetica', sans-serif;
  text-align: right;
  margin-right: 20px;
}
.section-top__title h2{
  font-family: 'M PLUS 1p', sans-serif;
  color: #0c3388;
  letter-spacing: 0.07em;
  text-align: right;
  border-bottom: 2px solid #0c3388;
  padding: 10px 0 ;
  margin-right: 20px;
}
@media(min-width:800px){
  .section-top__title {
    width: 320px;
  }
  .section-top__title h2 {
    font-size: 6rem;
    margin-right: 14px;
    padding-bottom: 30px;
    
  }
  .section-top__subtitle{
    margin-bottom: 10px;
  }
}
/*=======================================================

項目タイトル・ライン

=======================================================*/
.section-title{
  position: relative;
  height: 40px;
  width: 100%;
  background-image: url("../image/others/gradation_line.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  max-width: 800px;
  margin: 0 auto;
}
.section-title h3{
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: 2.4rem;
  color: #f6f6f6;
}
.section-title h3 span{
  font-size: 1.4rem;
}
/*=======================================================

一般貨物運送事業

=======================================================*/
.section-truck{
  max-width: 800px;
  background-color: #f6f6f6;
  margin: 0 auto 40px ;
  padding-bottom: 40px;
}
.section-truck__image{
  width: 100%;
  max-width: 800px;
}
.section-truck__wrap{
  text-align: left;
  width: 300px;
  margin: 40px auto 0;
}
.section-truck__image2{
  display: none;
}
@media(min-width:800px){
  .section-truck__image2{
    display: none;
  }
  .section-truck__image2{
    display: block;
    width: 250px;
    height: 250px;
  }
  .section-truck__wrap{
    display: flex;
    width: 800px;
    padding-left: 36px;
    margin: 40px auto 0;
  }
  .section-truck__description{
    width: 480px;
    padding-left: 40px;
    line-height: 2rem;
  }
}
/*=======================================================

屋外中継ヤード

=======================================================*/
.section-warehous{
  max-width: 800px;
  background-color: #f6f6f6;
  margin: 0 auto 0px;
}
.section-warehous__image{
  width: 100%;
}
.section-warehous__image2{
  display: none;
}
.section-warehous__wrap{
  text-align: left;
  width: 310px;
  margin: 40px auto 0;
  padding-bottom: 40px;
}
.section-warehous__area {
  list-style: none;
  font-weight: 900;
  padding-top: 30px;
}
@media(min-width:800px){
  .section-warehous__image2{
    display: block;
    width: 250px;
    height: 250px;
  }
  .section-warehous__wrap{
    display: flex;
    width: 800px;
    padding-left: 36px;
    margin: 40px auto 0;
  }
  .section-warehous__description{
    width: 480px;
    padding-left: 40px;
  }
  .section-warehous__detail{
    line-height: 2rem;
  }
  .section-warehous__area {
    font-size: 1.8rem;
  }
}