@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%;
  max-width: 800px;
  margin: 0 auto;
  background-image: url("../image/others/gradation_line.jpg");
  background-position: center;
  background-size: auto ;
  background-repeat: no-repeat;
  
}
.section-title h3{
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: 2.4rem;
  color: #f6f6f6;
}
/*=======================================================

画像

=======================================================*/
.truck-image{
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.truck-image img {
  width: 100%;
}
.background-box{
  background-color: #f6f6f6;
  max-width: 800px;
  margin: 0 auto;
}
.section-4ttruck,.section-low,.section-1def,.section-2def,.section-aori{
  margin-bottom: 40px;
}
.section-Paul{
  padding-bottom: 40px;
}
.section-paul__image-box{
  width: 100%;
  height: 120px;
  max-height: 250px;
  margin: 0 auto 20px;
  max-width: 800px;
  background-color: #a9a9a9;
}
.section-paul__message{
  padding-top: 50px;
  font-size: 2.4rem;
}
@media(min-width:800px){
  .section-paul__image-box{
    height: 250px;
  }
  .section-paul__message{
    padding-top: 100px;
    font-size: 4.8rem;
  }
}
/*=======================================================

テーブル

=======================================================*/
table{
  margin: 0 auto ;
  width: 315px;
}
table th{
  text-align: left;
  width: 140px;
  vertical-align: middle;
  border-bottom: solid 2px #c0c0c0;
}
table td{
  text-align: left;
  padding:10px 0 10px 130px;
  border-bottom: solid 2px #c0c0c0;
}

@media(min-width:800px){
  .section-job-description{
  padding-bottom: 40px;
}
  table{
 
    width: 720px;
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: left;
  }
  table tr{
    display: inline-block;
    padding-left: 20px;
    text-align: left;
  }
  table th{
    width: 150px;
    padding-left: 10px;
  }
  table td{
    padding:10px 0 10px 0px;
    width: 70px;
  }
}