@charset "iso-8859-1";
/*------------------------------
 Charter
------------------------------*/
/*	bigTtl
------------------------------*/
/*-- structure --*/
.bigTtl {
  height: 270px;
  background: #cb0101;
  background: -webkit-linear-gradient(top, #cb0101 0%,#7e0001 100%);
  background: linear-gradient(to bottom, #cb0101 0%,#7e0001 100%);
}
.bigTtl.icon .inr{
  height: auto;
}
.bigTtl .category .en {
  margin-left:0;
}
.bigTtl .image::after {
  display: none;
}
.bigTtl.icon .heading {
  position: static;
  height: auto;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.6;
}
.bigTtl .inr {
  padding: 38px 0 81px;
}
.bigTtl .inr .category {
  padding: 0 0 15px 80px;
}
/* icon */
.bigTtl.icon.charter .inr .category {
  padding: 20px 0 15px 80px;
  background: url(/en/jalcargo/inter/charter/index_Y18/img/icon_charter_ttl.png) no-repeat 0 0;
}
.leadTxt{
  width: 950px;
  margin: 0 auto;
}
/*	orderMade
------------------------------*/
.orderMade {
  position: relative;
  width: 100%;
  min-width: 950px;
  margin-top: 117px;
  margin-bottom: 87px;
  padding-top: 17px;
  background: #e6e6e6;
}
.orderMadeTtl {
  position: absolute;
  max-width: 900px;
  /* transform: translateX(-100%); */
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  top: -63px;
  left: 50%;
  margin-left: -475px;
}
.orderMadeTtl::before {
  content: "";
  display: block;
  background: #808080;
  width: 200%;
  height: 100%;
  position: absolute;
  right: 0;
  margin-right: 50px;
}
.orderMadeTtl .ttlTxt {
  position: relative;
  background: #808080;
  text-align: right;
  display: table;
  height: 80px;
  min-width: 600px;
}
.orderMadeTtl .ttlTxt ::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 50px 0 0;
  border-color: #808080 transparent transparent transparent;
  line-height: 0px;
  _border-color: #808080 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.orderMadeTtl .ttlTxt::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5px;
  right: -35px;
  width: 20px;
  height: 80px;
  transform: skewX(-22deg);
  background: linear-gradient(to bottom, rgba(195,0,0,1) 0%,rgba(143,2,34,1) 44%,rgba(132,0,0,1) 100%);
}
.orderMadeTtl .ttlTxt span {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 40px 13px 0;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.orderMade .orderMadeArea {
  width: 950px;
  margin: 0 auto;
}
.orderMade .orderMadeArea > div {
  display: inline-block;
  vertical-align: top;
}
.orderMade .orderMadeArea .img {
  display: block;
  margin-top: -17px;
}
.orderMade .orderMadeArea .txt {
  display: block;
  padding: 20px 0;
}
.orderMade .orderMadeArea .meritList {
  letter-spacing: -0.4em;
}
.orderMade .orderMadeArea .meritList li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.orderMade .orderMadeArea .meritList li:nth-of-type(n+3) {
  margin-top: 10px;
}
.orderMade .orderMadeArea .meritList li img,
.orderMade .orderMadeArea .meritList li .meritTxt{
  display: inline-block;
  vertical-align: middle;
}
.orderMade .orderMadeArea .meritList li .meritTxt {
  margin-left: 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.2px;
}
.orderMade .orderMadeArea .txt .btn {
  margin-top: 20px;
}
.figureTtl {
  margin: 30px 0;
  color: #c00;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.figureTtl + .clm_2col.figure > .col.img {
  width: 305px;
  margin-right: 50px;
}
.charterTtl{
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 6px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #cc0000;
  transform: skew(-40deg);
}
.charterTtl > span{
  display: inline-block;
  transform: skew(40deg);
}
.contentsInr .charterTtl.w75P{
  margin: 60px auto 30px;
}
.sampleBox{
  margin: 10px 0;
  padding: 10px 40px;
  border: 1px solid #000;
}
.sampleBox > p{
  font-weight: bold;
}
.sampleBox .txtList > li {
  margin-top: 0;
}
.contactBox{
  margin-top: 60px;
  padding: 30px;
  background-color: #f5f5f5;
}