@charset "iso-8859-1";
/*------------------------------
	index
------------------------------*/
.bigTtl {
  background: linear-gradient(to right, rgba(191,180,169,1) 1%,rgba(191,180,169,1) 48%,rgba(191,180,169,1) 48%,rgba(240,239,235,1) 51%,rgba(240,239,235,1) 100%);
}
.bigTtl .image::after {
  display: none;
}
.bigTtl .inr {
  padding: 65px 0 0;
  z-index: 1;
}

.ttlPoint {
  padding-top: 30px;
  margin-bottom: 15px;
}
.ttlPoint .heading {
  display: inline-block;
  padding: 12px 15px 0 32px;
  background: url("/en/jalcargo/commonY18/img/icon_point.png") no-repeat left center;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px dotted #cc0000;
}

.ttlFlow {
  padding-top: 40px;
  margin-bottom: 25px;
}
.ttlFlow .heading {
  min-height: 55px;
  padding: 18px 0 10px 70px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.6rem;
  font-weight: bold;
}
.ttlFlow.dom .heading {
  background-image: url("../img/icon_flow_dom.png");
}
.ttlFlow.inter .heading {
  background-image: url("../img/icon_flow_inter.png");
}

.imgList {
  letter-spacing: -0.4em;
  width: 648px;
}
.imgList > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 152px;
  margin: 0 10px 15px 0;
}
.imgList > li .name {
  margin-top: 5px;
  font-size: 1.2rem;
}