.tr .mainHero {
  background-image: url(/service/img/tr_hero_bg.jpg);
}
.tr .mainArea > li:first-child {
  padding: 20px 0 0 0;
}
.tr .mainArea > li:first-child h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .tr .mainArea > li:first-child h2 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 3%;
  }
}

.mapBg {
  background-image: url(/service/img/tr_map_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 540px;
}
.mapBg .mapConts {
  width: 40%;
  margin: 0 0 0 auto;
}
.mapBg .mapConts .tel {
  color: #206cc2;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .mapBg {
    background-image: url(/service/img/tr_map_bg_sp.jpg);
    background-size: 100% auto;
    min-height: 300px;
    padding-bottom: 30%;
  }
  .mapBg .mapConts {
    width: 100%;
  }
}

.neesArea .leadCopy {
  margin-bottom: 40px;
}
.neesArea .neesBox0 {
  margin-bottom: 30px;
}
.neesArea .neesBox0 li {
  position: relative;
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .neesArea .neesBox0 {
    margin: 0 auto 20px;
    width: 94%;
  }
  .neesArea .neesBox0 li {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
.neesArea .neesBox1 {
  margin-bottom: 30px;
}
.neesArea .neesBox1 li {
  position: relative;
  width: 50%;
  float: left;
}
.neesArea .neesBox1 li:nth-child(1) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .neesArea .neesBox1 {
    margin: 0 auto 20px;
    width: 94%;
  }
  .neesArea .neesBox1 li {
    width: 100%;
    float: none;
  }
}
.neesArea .neesBox2 li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .neesArea .neesBox2 li.cont50 {
    margin-bottom: 20px;
  }
}

.recBox .contArea {
  background-color: #ffffff;
  background-image: url(/service/img/tr_rec_bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  min-height: 330px;
}
.recBox .contArea h2 {
  display: table;
  height: 40px;
  width: 150px;
  margin: 0 auto 20px;
  background-color: #ea0000;
}
.recBox .contArea h2 em {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
}
.recBox .contArea .boxR {
  width: 37%;
  margin: 0 3% 0 auto;
}
.recBox .contArea .boxR h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.recBox .contArea .boxR .btnBox {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .recBox .contArea {
    min-height: 400px;
    background-image: url(/index/img/recarea_img_bg.png);
    background-size: 100% auto;
  }
  .recBox .contArea .boxR {
    float: none;
    width: 96%;
    margin: 0 2% 20px;
  }
}

.redTag {
  position: absolute;
  display: table;
  left: 90px;
  top: 0;
  /*height: 40px;*/
  text-align: center;
  background-color: #ea0000;
}
.redTag em {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
}
.redTag em span {
  font-size: 14px;
  display: block;
  line-height: 1.4;
}
.redTag em.ss {
  font-size: 16px;
}
.redTag em.ss span {
  font-size: 12px;
}
.redTag.wdt240 {
  width: 240px;
  padding: 10px 5px;
}
.redTag.wdt150 {
  width: 150px;
  padding: 10px 5px;
}
@media screen and (max-width: 640px) {
  .redTag {
    left: 10px;
    top: -10px;
  }
  .redTag em {
    font-size: 15px;
  }
  .redTag em span {
    font-size: 12px;
  }
  .redTag em.ss {
    font-size: 13px;
  }
  .redTag em.ss span {
    font-size: 11px;
  }
  .redTag.wdt240 {
    width: 200px;
    padding: 5px 5px;
  }
  .redTag.wdt150 {
    width: 140px;
    padding: 5px 5px;
  }
}/*# sourceMappingURL=transportation.css.map */