/* LESS Document */
main.main .kv {
  background: url(/logistics/img/bg_kv_01.jpg) no-repeat center center;
  background-size: cover;
}
.read {
  margin: 0 0 50px;
}
.read::after {
  content: '';
  display: block;
  clear: both;
}
.read .imgL {
  margin: 0 35px 0 0;
}
@media screen and (max-width: 767px) {
  .read .imgL {
    width: 70%;
    display: block;
    margin: 0 auto 10px;
  }
}
.read dt {
  line-height: 1.2;
  font-size: 2.6rem;
  font-weight: 500;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .read dt {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 2;
  }
}
.section_01 .box_02,
.section_01 .box_01 {
  width: 900px;
  margin: 0 auto 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .section_01 .box_02,
  .section_01 .box_01 {
    width: 100%;
  }
}
.section_01 .box_02 ul li,
.section_01 .box_01 ul li {
  font-size: 1.6rem;
  text-indent: -19px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .section_01 .box_02 ul li,
  .section_01 .box_01 ul li {
    font-size: 1.4rem;
  }
}
.section_01 .box_02 ul li:not(:last-child),
.section_01 .box_01 ul li:not(:last-child) {
  margin-bottom: 10px;
}
.section_01 .box_02 ul li::before,
.section_01 .box_01 ul li::before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 0;
}
.section_01 .box_01 {
  margin: 20px auto 30px;
}
.section_01 .box_01 ul li {
  color: #8b0000;
  font-weight: bold;
}
.section_01 .box_01 ul li::before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #8b0000;
}
.section_01 .arrow {
  display: table-cell;
  width: 1000px;
  height: 117px;
  vertical-align: middle;
  text-align: center;
  background: url(/logistics/img/arrow_bottom_01.jpg) no-repeat center center;
  background-size: contain;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
