@charset "UTF-8";
/* --------------------------------------------------------
 共通
----------------------------------------------------------- */
body {
  word-break: normal;
}

.bold {
  font-weight: bold;
}

.header-logo {
  margin: -16px 0 0 0;
}

.pc_nav h1 img {
  max-width: 300px;
  width: 100%;
}

.hnav {
  max-width: 838px;
}

li.japanese_edition {
  color: #727272;
  font-weight: normal;
}
li.japanese_edition a {
  color: #fff;
}

li.english_edition {
  color: #000;
  font-weight: bold;
}

.top_main_visual {
  height: calc(100vh - 78px);
  min-height: 670px;
}

.top_main_visual .fv-slide-layout {
  top: 4%;
  height: calc(75% - 53px - 0%);
}

.top_main_visual .btn_list {
  margin: 2.5% 0 0 0;
}

.top_main_visual .btn_list li div,
.information .main_column .lixxi_btn div {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  font-size: 12.5px;
}

.top_business_guide h3 {
  line-height: 1.4;
}

.top_business_guide ul li:first-child h4 {
  line-height: 1.5;
}

.top_business_guide ul li:nth-child(1) a,
.top_business_guide ul li:nth-child(2) a {
  padding: 37.5px 0;
}

.top_business_guide ul li:nth-child(7) a,
.top_business_guide ul li:nth-child(8) a {
  padding: 34px 0;
}

.top_business_guide ul li:nth-child(7) div span,
.top_business_guide ul li:nth-child(8) div span {
  margin: 0 0 17px;
}

.top_company_profile li h3 {
  padding: 10px 16px;
  min-height: 56px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.underlayer.business .pick_up_flame {
  min-height: 516px;
}

.pick_up .pick_up_inner_wrapper .half {
  min-height: 550px;
}

.pick_up .pick_up_inner_wrapper h3 span + span {
  margin-top: 20px;
}

.pick_up .pick_up_inner_wrapper h3 {
  margin-top: 0;
}

.storage .main_column .storage_map_box .right li {
  white-space: inherit;
}

.bread ul {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.bread li + li {
  overflow: inherit;
}

.main_column .mission_vijon .message-box02 span + p {
  white-space: inherit;
}

.overseas .main_column .common_country .equipment_overview li {
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.summary .main_column .company_access .inner_left p {
  margin-right: 1em;
}

.sitemap .main_column h3 {
  margin: 0 0 24px 0;
  padding-left: 1.5em;
  background-position: left -3.5% center;
}

.map-window .maplink a:after {
  right: -40%;
}

.all-list .main_column .special-bb {
  border-bottom: 1px solid #727272;
}

.gm-ui-hover-effect::before {
  content: "";
}

.side_column h5 + ul {
  background: inherit;
}

.underlayer.company:not(.message):not(.csr) .side_column {
  margin-top: -65px;
}

li.hnav-item + li {
  margin-left: 14px;
}

.network_parent .main_column .cyushikoku_area,
.network_parent .main_column .cyubu_area,
.network_parent .main_column .kansai_area,
.network_parent .main_column .kyushu_area,
.network_parent .main_column .hokkaido_area,
.network_parent .main_column .tohoku_area,
.network_parent .main_column .kanto_area {
  background-size: 0.7em;
  background-position: center right 1em;
}

@media screen and (max-width: 1280px) {
  .sitemap .main_column h3 {
    padding-left: 4.5em;
    background-position: left 4.5% center;
  }

  .terms.privacy .main_column .inner_wrapper_inner h4,
.terms .main_column .inner_wrapper_inner h4 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 1170px) {
  .top_business_guide ul li:first-child h4,
.top_business_guide ul li h4 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1090px) {
  .underlayer_main_visual {
    margin-top: 52px;
  }

  .top_main_visual h2 {
    margin-top: calc(var(--vh2, 1vh) * 28);
  }

  .header_nav_box {
    position: fixed;
    z-index: 999;
    top: 0;
  }

  .mobile_header {
    background: #727272;
    position: fixed;
    top: 0;
    left: 0;
    height: 53px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    z-index: 999;
  }

  .mobile_header_inner {
    height: 53px;
    background: #e9eaee;
    width: 100%;
    padding-left: 18px;
  }
  .mobile_header_inner h1 {
    position: relative;
    top: 37%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
  .mobile_header_inner h1 img {
    width: 100%;
    max-width: 70%;
  }

  div.open {
    height: 100%;
  }

  div.hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .mobile_nav_flame {
    display: block;
  }

  #menu {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 53px;
    right: 0;
    margin: auto;
  }

  .open #menu {
    opacity: 1;
    width: 100%;
    margin: 0;
  }

  #menu .menu {
    margin: 0;
  }

  #menu li {
    border-bottom: 1px solid #fff;
  }

  #menu li:last-child {
    border-bottom: none;
  }

  #menu li.lang_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #menu li.lang_item a {
    width: 50%;
  }
  #menu li.lang_item a:first-of-type {
    border-right: 1px solid #fff;
    pointer-events: inherit;
  }
  #menu li.lang_item a:last-of-type {
    pointer-events: none;
  }

  #menu li + li {
    margin-left: 0;
  }

  #menu li a {
    display: block;
  }

  #openbtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  #openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 2px;
    background-color: #7D7F86;
    border-radius: 2px;
  }

  #openbtn span:nth-child(1) {
    top: 18px;
  }

  #openbtn span:nth-child(2) {
    top: 25px;
  }

  #openbtn span:nth-child(3) {
    bottom: 26px;
  }

  #openbtn.active span {
    background: #7D7F86;
    width: 50%;
  }

  #openbtn.active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }

  #openbtn.active span:nth-child(2) {
    opacity: 0;
  }

  #openbtn.active span:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
            transform: translateY(-4px) rotate(45deg);
  }

  /* アコーディオン */
  .menu__item {
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    position: relative;
  }

  .menu__item__link {
    display: block;
    line-height: 42px;
    padding: 0 7% 0 7%;
    font-size: 13px;
    position: relative;
  }

  .mobile_aco .menu__item__link.on::before {
    top: 93%;
  }

  .mobile_aco .menu__item__link.on::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }

  .submenu {
    display: none;
    border-top: 1px solid #fff;
    position: relative;
    padding: 25px 0;
  }

  #menu li .submenu__item {
    border-bottom: none;
    color: #727272;
    font-size: 13px;
  }

  #menu li .submenu__item + .submenu__item {
    margin-top: 18px;
  }

  #menu li .submenu__item a {
    font-weight: normal;
    padding-left: calc(9% + 3em);
  }

  .mobile_header .logo {
    top: 3.5vw;
  }

  .mobile_aco .submenu::before {
    content: "";
    color: #727272;
    font-size: 13px;
    padding-left: 9%;
    margin-bottom: 13px;
    display: block;
  }

  .mobile_aco .submenu_business::before {
    content: "Our businesses";
  }

  .mobile_aco .submenu_company::before {
    content: "Company information";
  }

  .mobile_aco li a {
    position: relative;
  }

  .mobile_aco li a::before {
    position: absolute;
    content: "";
    top: -29%;
    margin-left: -2rem;
    display: block;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 999px) {
  footer li:nth-last-child(-n+1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .top_main_visual .fv-slide-layout {
    top: inherit;
    height: auto;
  }
}
@media screen and (max-width: 919px) {
  .sitemap .main_column h3 {
    padding-left: 2em;
    background-position: left -6% center;
  }

  .bread li + li {
    overflow: hidden;
  }
}
@media screen and (max-width: 880px) {
  footer .footer_nav ul li {
    width: 25%;
    text-align: center;
  }
  footer .footer_nav ul li:nth-child(-n+4) {
    margin-bottom: 1rem;
  }

  footer li:nth-last-child(-n+2),
footer li:nth-last-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 863px) {
  .top_main_visual .btn_list li a {
    padding: 6px 80px;
  }
}
@media screen and (max-width: 768px) {
  .top_main_visual h2 {
    margin-top: calc(var(--vh2, 1vh) * 7);
  }
}
@media screen and (max-width: 561px) {
  footer .footer_nav ul {
    margin: 0 0 12%;
  }
  footer .footer_nav ul li {
    width: 45%;
    text-align: left;
  }
  footer .footer_nav ul li:nth-child(-n+6) {
    margin-bottom: 1.5rem;
  }

  footer li:nth-last-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 521px) {
  .top_main_visual .btn_list {
    width: 79%;
    margin: 0;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .footer_nav li:last-child {
    margin-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .top_company_profile li h3 {
    min-height: 46px;
  }
}
@media screen and (max-width: 480px) {
  .top_business_guide ul li:first-child h4 {
    margin: 0 5% 0 9%;
    white-space: inherit;
  }

  .top_business_guide ul li:nth-child(1) a,
.top_business_guide ul li:nth-child(2) a {
    padding: 11.5px 0;
  }

  .top_business_guide ul li:nth-child(7) a,
.top_business_guide ul li:nth-child(8) a {
    padding: 9px 0;
  }

  .top_business_guide ul li:nth-child(7) div span, .top_business_guide ul li:nth-child(8) div span {
    margin: 0 0 5px;
  }
}
/* 下層共通 */
.main_column .pick_up .pick_up_inner_wrapper {
  padding-bottom: 3rem;
}

.underlayer_main_visual .handwritten_box .white_bord {
  min-width: 382px;
}

.underlayer_main_visual .handwritten_box .white_bord {
  min-width: inherit;
}

.underlayer_main_visual .handwritten_box #TextTyping {
  min-height: 33px;
}

@media screen and (max-width: 1150px) {
  .main_column .pick_up .pick_up_inner_wrapper .half,
.business .pick_up .pick_up_inner_wrapper .half,
.company .pick_up .pick_up_inner_wrapper .half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .underlayer.business .pick_up .pick_up_inner_wrapper,
.underlayer.compny .pick_up .pick_up_inner_wrapper {
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .pick_up .pick_up_inner_wrapper h3 {
    margin-top: 39px;
  }
}
@media screen and (max-width: 480px) {
  .underlayer_main_visual .handwritten_box #TextTyping {
    min-height: auto;
  }
}
/* storageページ */
.storage .underlayer_main_visual .handwritten_move #move {
  max-width: 43%;
}

.storage .pick_up .pick_up_inner_wrapper .half {
  min-height: 392px;
}

.underlayer.storage .side_column {
  margin-top: -458px;
}

.storage .main_column .storage_map_box .right li {
  white-space: inherit;
}

.storage .main_column .one_stop_box li .inner_left h4 {
  padding: 1.1rem 0.5rem;
}

.storage .main_column .storage_map_box .left .bg {
  background-image: url(../images/storage/storage_map.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .storage .main_column .storage_map_box .left .bg {
    background: url(../images/storage/storage_map@2x.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}

@media screen and (max-width: 1150px) {
  .storage .pick_up .pick_up_inner_wrapper .half {
    margin-top: inherit;
  }

  .underlayer.business.storage .side_column {
    margin-top: -52%;
  }
}
/* transportページ */
.delivery .underlayer_main_visual .handwritten_box .handwritten_box_inner .u_chara_box .underlayer_left_chara {
  left: 4%;
}

.delivery .underlayer_main_visual .handwritten_box .handwritten_box_inner .u_chara_box .underlayer_right_chara {
  right: -1%;
}

.delivery .pick_up .pick_up_inner_wrapper .half {
  margin-top: -13px;
}

.underlayer.business.delivery .side_column {
  margin-top: -539px;
}

.delivery .main_column .pick_up .pick_up_inner_wrapper h3 span {
  white-space: nowrap;
}

.delivery .main_column .merit_box .left li,
.delivery .main_column .merit_box .right li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1150px) {
  .delivery .pick_up .pick_up_inner_wrapper .half {
    margin-top: inherit;
  }

  .underlayer.business.delivery .side_column {
    margin-top: -69%;
  }

  .delivery .main_column h4 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .delivery .underlayer_main_visual .handwritten_box .handwritten_box_inner .u_chara_box .underlayer_left_chara {
    left: -7%;
  }

  .delivery .underlayer_main_visual .handwritten_box .handwritten_box_inner .u_chara_box .underlayer_right_chara {
    right: -14%;
  }
}
/* tcページ */
.transfer .underlayer_main_visual .handwritten_move #move {
  max-width: 71%;
}

.transfer .pick_up .pick_up_inner_wrapper .half {
  margin-top: -15px;
}

.underlayer.business.transfer .side_column {
  margin-top: -537px;
}

.transfer .main_column .pick_up .pick_up_inner_wrapper h3 span {
  white-space: nowrap;
}

.transfer .main_column h4 {
  line-height: 1.5;
}

@media screen and (max-width: 1150px) {
  .transfer .pick_up .pick_up_inner_wrapper .half {
    margin-top: inherit;
  }

  .underlayer.business.transfer .side_column {
    margin-top: -62%;
  }
}
@media screen and (max-width: 480px) {
  .transfer .main_column .tc_merit .recruitment_record {
    padding: 23px 13px 23px 13px;
  }
}
/* 3PLページ */
.third_party .underlayer_main_visual .handwritten_move #move {
  max-width: 90%;
}

.third_party .pick_up .pick_up_inner_wrapper .half {
  margin-top: -29px;
}

.underlayer.business.third_party .side_column {
  margin-top: -523px;
}

.third_party .main_column .pick_up .pick_up_inner_wrapper h3 span {
  white-space: nowrap;
}

.third_party .main_column .introduction_merit .merit_list h4 {
  line-height: 1.4;
}

.third_party .main_column .introduction_merit .merit_list:last-child h4 {
  min-height: 64px;
}

.third_party .main_column .introduction_merit .merit_list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
}

.third_party .main_column .llp .progress li p {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1213px) {
  .third_party .main_column .introduction_merit .merit_list:last-child h4 {
    min-height: 92px;
  }
}
@media screen and (max-width: 1150px) {
  .third_party .pick_up .pick_up_inner_wrapper .half {
    margin-top: inherit;
  }

  .underlayer.business.third_party .side_column {
    margin-top: -59%;
  }
}
@media screen and (max-width: 750px) {
  .third_party .main_column .introduction_merit .merit_list:last-child h4 {
    min-height: auto;
  }
}
/* engineeringページ */
.engineering .underlayer_main_visual .handwritten_move #move {
  max-width: 86%;
}

.engineering .pick_up .pick_up_inner_wrapper .half {
  margin-top: -29px;
}

.underlayer.business.engineering .side_column {
  margin-top: -523px;
}

.engineering .main_column .pick_up .pick_up_inner_wrapper h3 span {
  white-space: nowrap;
}

.engineering .main_column .engineering_common_list .flex {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.engineering .main_column .engineering_common_list h4 {
  width: 170px;
  height: 170px;
  text-align: center;
  line-height: 1.2;
}

.engineering .main_column .engineering_common_list p {
  margin: 0 18px 0 0;
}

@media screen and (max-width: 1200px) {
  .engineering .main_column .engineering_common_list h4 {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .engineering .main_column .engineering_common_list p {
    width: 100%;
    max-width: none;
    margin: 0;
    margin-bottom: 20px;
  }

  .engineering .main_column .engineering_common_list img,
.engineering .main_column .engineering_common_list .whole {
    width: 60%;
    margin: 0 auto;
  }

  .engineering .main_column .engineering_common_list .whole img {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .engineering .pick_up .pick_up_inner_wrapper .half {
    margin-top: inherit;
  }

  .underlayer.business.engineering .side_column {
    margin-top: -71.5%;
  }
}
@media screen and (max-width: 1119px) {
  .engineering .main_column .engineering_common_list p {
    margin: 0 0 18px 0;
  }
}
@media screen and (max-width: 480px) {
  .engineering .main_column .pick_up .pick_up_inner_wrapper h3 span {
    white-space: inherit;
  }
}
/* overseasページ */
.overseas .underlayer_main_visual .handwritten_move #move {
  max-width: 62%;
}

.overseas .underlayer_main_visual .u_chara_box .underlayer_left_chara {
  left: 2%;
}

.overseas .pick_up .pick_up_inner_wrapper .half {
  margin-top: -66px;
}

.underlayer.business.overseas .side_column {
  margin-top: -488px;
}

.overseas .main_column .common_country .equipment_overview li:first-child {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1150px) {
  .overseas .pick_up .pick_up_inner_wrapper .half {
    margin-top: inherit;
  }

  .underlayer.business.overseas .side_column {
    margin-top: -61%;
  }
}
@media screen and (max-width: 480px) {
  .overseas .underlayer_main_visual .handwritten_box .handwritten_box_inner .u_chara_box .underlayer_left_chara {
    left: -5vw;
  }

  .overseas .underlayer_main_visual .handwritten_box .handwritten_box_inner .u_chara_box .underlayer_right_chara {
    right: 5vw;
  }

  .overseas .main_column .common_country .equipment_overview li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.2;
  }

  .overseas .main_column .europe h4 {
    line-height: 1.2;
  }
}
/* ststemページ */
.information .underlayer_main_visual .u_chara_box .underlayer_right_chara {
  right: 1%;
}

.information .underlayer_main_visual .handwritten_move #move {
  max-width: 57%;
}

.underlayer.business.information .side_column {
  margin-top: -552px;
}

@media screen and (max-width: 1150px) {
  .underlayer.business.information .side_column {
    margin-top: -68%;
  }
}
@media screen and (max-width: 480px) {
  .information .underlayer_main_visual .handwritten_box .handwritten_box_inner .u_chara_box .underlayer_right_chara {
    right: -6vw;
  }

  .information .underlayer_main_visual .handwritten_box .handwritten_box_inner .u_chara_box .underlayer_left_chara {
    left: -1vw;
  }
}
/* Top messageページ */
.message .pick_up h3 {
  color: #000;
  margin: 0 0 28px;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.1rem;
  text-indent: -0.1rem;
}

.message .pick_up h4 {
  color: #000;
  margin: 0;
  font-size: 41px;
  font-weight: normal;
  padding-left: 16px;
}

.message .pick_up .pick_up_inner_wrapper h3 span {
  white-space: inherit;
}

.underlayer.message .side_column {
  margin-top: -749px;
}

@media screen and (max-width: 1150px) {
  .underlayer.message .side_column {
    margin-top: -76%;
  }
}
@media screen and (max-width: 1142px) {
  .message .pick_up h3 span {
    padding-left: 0;
  }

  .message .pick_up .pick_up_inner_wrapper h3 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .message .main_column .pick_up h3 {
    font-size: 19px;
  }
}
/* summaryページ */
.summary .main_column .company_access .inner_left h4 {
  letter-spacing: -0.03rem;
}

.summary .main_column .company-info .inner_right {
  line-height: 1.2;
}

.summary .main_column .company_access .inner_right .bg {
  background: url(../images/company/summary/company_logo_en.gif);
}

@media screen and (max-width: 640px) {
  .summary .main_column .company-info dl dd.inner_right {
    padding: 11px;
  }
}
/* historyページ */
.history .main_column .company-info .inner_right {
  white-space: inherit;
}

/* organizationページ */
.organization .main_column .gorup_wrapper .top li a, .organization .main_column .gorup_wrapper .center_top a, .organization .main_column .gorup_wrapper .bottom li a,
.organization .main_column .gorup_wrapper .bottom li h6 {
  letter-spacing: inherit;
}

/* networkページ */
.underlayer.company.network_parent .handwritten_box .handwritten_box_inner h1,
.underlayer.company.all-list .handwritten_box .handwritten_box_inner h1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.network_parent .main_column .japan_map_flame {
  position: relative;
}

.network_parent .main_column .japan_map {
  position: inherit;
}

.network_parent .main_column .cyushikoku_area a {
  padding: 16px 54px 16px 20px;
}

.network_parent .main_column .world_map .inner_right .asia_btn_group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.network_parent .main_column .world_map .inner_right .asia_btn_group a {
  padding: 17px 33px 17px 19px;
  line-height: 1.1;
}

.network_child .main_column .network_child_content li .inner_left dt {
  min-width: 81px;
}

.network_child .main_column .network_child_content li .inner_left table td,
.network_child .main_column .network_child_content li .inner_left table th {
  white-space: inherit;
}

.network_child .main_column .network_child_content li .inner_left table th {
  line-height: 1.2;
}

.network_child .main_column .network_child_content li .inner_left table td:nth-of-type(2) {
  text-indent: 0em;
}

.network_child .main_column .network_child_content li .inner_left dl.fax_dl dt {
  min-width: 35px;
}

.network_child .main_column .network_child_content li .inner_left dl.fax_dl dd::before {
  content: "：";
}

.all-list .main_column .btn_area ul li a,
.all-list .main_column .btn_area ul li:nth-child(12) a {
  letter-spacing: inherit;
}

.all-list .main_column td:nth-child(3) span {
  height: auto;
}

.network_parent .main_column .world_map .inner_left .bg {
  height: 368px;
  display: block;
  border: 1px solid #727272;
  background: url(../images/company/network/europe_map@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.network_parent .main_column .world_map .inner_right .bg {
  height: 368px;
  display: block;
  border: 1px solid #727272;
  background: url(../images/company/network/asia_map@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.network_child .main_column .network_child_content li .inner_left table th span {
  display: block;
}

.pallets_type,
.pallets_type2,
.pallets,
.pallets2 {
  display: none;
}

.in_pallets .pallets_type,
.in_pallets .pallets,
.in_china_pallets .pallets_type2,
.in_china_pallets .pallets {
  display: table-cell;
}

.in_pallets .map-window td,
.in_pallets .map-window th {
  padding: 6px;
}

.in_china_pallets .pallets2 {
  display: block;
}

@media screen and (max-width: 1253px) {
  .network_parent .main_column .cyubu_area,
.network_parent .main_column .kansai_area,
.network_parent .main_column .cyushikoku_area,
.network_parent .main_column .kyushu_area {
    left: 2%;
  }

  .network_parent .main_column .hokkaido_area,
.network_parent .main_column .tohoku_area,
.network_parent .main_column .kanto_area {
    right: 2%;
  }
}
@media screen and (max-width: 1124px) {
  .network_parent .main_column .area_btn {
    position: inherit;
  }

  .network_parent .main_column .japan_map_flame ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .network_parent .main_column .area_btn {
    width: 48%;
  }

  .network_parent .main_column .japan_map_flame ul li:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 791px) {
  .network_child .main_column .network_child_content li .inner_left table th span {
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  .network_parent .main_column .japan_map {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .network_child .main_column .network_child_content li .inner_left table {
    border-top: 1px solid #C9CACA;
    border-bottom: 1px solid #C9CACA;
    line-height: 1.2;
  }

  .network_child .main_column .network_child_content li .inner_left table tr:first-child,
.network_child .main_column .network_child_content li .inner_left table tr {
    border: none;
  }

  .network_child .main_column .network_child_content li .inner_left table td, .network_child .main_column .network_child_content li .inner_left table th {
    height: auto;
  }

  .network_child .main_column .network_child_content li {
    padding: 30px 25px 29px 3em;
    background-position: top 13.5em left 0.5em;
  }

  .network_child .main_column .network_child_content li .inner_left table th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 418px) {
  .network_child .main_column .network_child_content li .inner_left dl.fax_dl dt {
    min-width: 81px;
  }
}
/* csrページ */
.promise_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 58px;
  margin-bottom: 0;
}

.promise_list li {
  border: 1px solid #727272;
}

.promise_list li + li {
  margin-top: 48px;
}

.promise_list li:first-child {
  width: 100%;
  background: #FDEBEB;
}

.promise_list li:nth-child(n+6) {
  width: 100%;
}

.promise_list li:nth-child(2),
.promise_list li:nth-child(3),
.promise_list li:nth-child(4),
.promise_list li:nth-child(5) {
  width: 48%;
  background: #FFEFE9;
}

.promise_list li:nth-child(6) {
  background: #FFEFE9;
}

.promise_list li:nth-child(n+7) {
  background: #ECF6ED;
}

.csr .main_column .odd_top .inner_wrapper h3 {
  font-size: 35px;
}

.main_column .promise_list h4 {
  text-align: center;
  font-size: 20px;
  background: #FD6724;
  border-radius: 20px;
  margin: -1em auto 0;
  width: 60%;
  padding: 7px 15px;
  color: #fff;
  line-height: 1.2;
}

.promise_list li:first-child h4 {
  background: #E83E37;
}

.promise_list li:nth-child(n+7) h4 {
  background: #42A54B;
}

.main_column .promise_list p {
  padding: 40px 1rem;
  line-height: 32px;
}

.csr .main_column .csr_list .inner_right span {
  line-height: 1.2;
}

.underlayer.company.csr .side_column {
  margin-top: -583px;
}

@media screen and (max-width: 1150px) {
  .csr .pick_up .pick_up_inner_wrapper .half {
    margin-top: inherit;
  }

  .underlayer.company.csr .side_column {
    margin-top: -70%;
  }
}
@media screen and (max-width: 640px) {
  .promise_list li:nth-child(2),
.promise_list li:nth-child(3),
.promise_list li:nth-child(4),
.promise_list li:nth-child(5) {
    width: 100%;
  }

  .main_column .promise_list h4 {
    font-size: 18px;
  }

  .csr .main_column .csr_list h4 {
    line-height: 1.2;
  }
}
/* sitemapページ */
.sitemap .main_column .inner_wrapper_inner {
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sitemap .main_column .inner_wrapper_inner .sitemap-info {
  width: 49.5%;
  margin-right: 0;
}

.sitemap .main_column .inner_wrapper_inner .sitemap-info-under {
  width: 70%;
}

.sitemap .main_column .inner_wrapper_inner .sitemap-info-under h4 {
  font-weight: normal;
}

.sitemap .main_column .inner_wrapper_inner .sitemap-info ul.sitemap-list li {
  width: 200px;
}

.sitemap .main_column .inner_wrapper_inner .sitemap-info ul.sitemap-list-company li:nth-child(5) a {
  display: inline-block;
  white-space: inherit;
  line-height: 2;
}

@media screen and (max-width: 1290px) {
  .sitemap .main_column .inner_wrapper_inner .sitemap-info ul.sitemap-list-business li:nth-child(5) a,
.sitemap .main_column .inner_wrapper_inner .sitemap-info-under ul.sitemap-list-others li:nth-child(2) a {
    display: inline-block;
    white-space: inherit;
    line-height: 2;
  }
}
@media screen and (max-width: 1260px) {
  .sitemap .main_column .inner_wrapper_inner .sitemap-info ul.sitemap-list-business li:nth-child(5) a,
.sitemap .main_column .inner_wrapper_inner .sitemap-info ul.sitemap-list-company li:nth-child(5) a {
    line-height: 37px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 884px) {
  .sitemap .main_column .inner_wrapper_inner .sitemap-info-under {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 835px) {
  .sitemap .main_column .inner_wrapper_inner .sitemap-info ul.sitemap-list-company li:nth-child(5) a {
    white-space: inherit;
    line-height: 2;
  }
}
@media screen and (max-width: 664px) {
  .sitemap .main_column .inner_wrapper_inner .sitemap-info h4 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 650px) {
  .sitemap .main_column .inner_wrapper_inner .sitemap-info {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sitemap .main_column .inner_wrapper_inner .sitemap-info ul.sitemap-list li {
    width: 100%;
  }
}
/* サイドバー共通調整 */
@media screen and (max-width: 919px) {
  .underlayer.business.information .side_column,
.underlayer.business.overseas .side_column,
.underlayer.business.engineering .side_column,
.underlayer.business.third_party .side_column,
.underlayer.business.transfer .side_column,
.underlayer.business.delivery .side_column,
.underlayer.business.storage .side_column,
.underlayer.message .side_column,
.underlayer.company:not(.message):not(.csr) .side_column,
.underlayer.company.csr .side_column {
    margin-top: inherit;
  }

  .underlayer.business.delivery .side_column,
.underlayer.company.history .side_column {
    margin-top: 60px;
  }
}
/* recruitページ */
.recruit .main_column .recruit_list h4 {
  line-height: 1.3;
  max-width: 434px;
}

/* --------------------------------------------------------
 共通
----------------------------------------------------------- */
/*# sourceMappingURL=english.css.map */