@charset "utf-8";

/* h2 */
.lx_top_h2 .title2.style1 {
  font-size: 36px;
  border-bottom: none;
  padding-bottom: 0;
}

.lx_top_h2 .title2.style1::before {
  content: none;
}


@media screen and (max-width: 767px) {
  .lx_top_h2 .title2.style1 {
    font-size: 26px;
  }
}

/* h3 */
.lx_top_h3 .title3.style1 {
  color: #0065b1;
  padding-left: 0;
  padding-bottom: 5px;
  font-size: 26px;
  margin-top: 55px;
  margin-bottom: 45px;
  border: none;
  text-align: center;
}

.lx_top_h3 .title3.style1::before {
  left: calc(50% - 25px);
  top: auto;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #0065b1;
}

/* バナー */
.lx_top_teaser .teaser.no-img.style3 ,
.lx_top_teaser .external-teaser.no-img.style3 {
  max-width: 180px;
  margin-left: 0;
}

.lx_top_teaser .teaser.no-img.style3 h2 a ,
.lx_top_teaser .external-teaser.no-img.style3 h2 a {
  min-height: 50px;
  font-size: 16px;
}


/* === 貨物追跡 === */
.lx_top_kamotsu {
	background: rgb(88,183,255);
	background: linear-gradient(90deg, rgba(88,183,255,1) 0%, rgba(0,101,178,1) 100%);
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: center;
}

.lx_top_kamotsu .column1 {
	border: 1px solid rgba(255, 255, 255, .6);
  padding: 16px 10px;
  display: flex;
  align-items: center;
}

.mgnlEditorBar ~ .lx_top_kamotsu .column1 {
  display: block;
}

.lx_top_kamotsu .column1 .title2.style1 {
  text-align: center;
  padding: 5px;
  font-size: 18px;
  color: #fff;
  border: none;
  margin-top: 0;
}

.lx_top_kamotsu .column1 .title2.style1::before {
  content: none;
}

.lx_top_kamotsu .column1 .teaser:not(.no-img).style1 ,
.lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: inherit;
  margin-top: 0;
  padding: 10px;
  min-height: 50px;
}

.lx_top_kamotsu .column1 .teaser:not(.no-img).style1 h2 a:before ,
.lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 h2 a:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lx_top_kamotsu .column1 .teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
  content: none;
}

.lx_top_kamotsu .column1 .teaser:not(.no-img).style1 > h2 ,
.lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 > h2 {
  display: inline-block;
  margin: 0;
  position: static;
}

.lx_top_kamotsu .column1 .teaser:not(.no-img).style1 > h2 a ,
.lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 > h2 a {
  font-size: 16px;
  color: #222;
  padding: 0;
}

.lx_top_kamotsu .column1 .teaser:not(.no-img).style1 > h2 a:hover ,
.lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 > h2 a:hover {
  text-decoration: none;
}

.lx_top_kamotsu .column1 .teaser:not(.no-img).style1 > a ,
.lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 > a {
  width: 16px;
  height: 19px;
  display: inline-block;
  margin-right: 10px;
}

.lx_top_kamotsu .column1 .teaser:not(.no-img).style1 > a img ,
.lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 > a img {
  width: 16px;
  height: 19px;
}

@media print, screen and (min-width: 768px) {
  .lx_top_kamotsu .column1 .title2.style1 {
    width: 120px
  }

  .lx_top_kamotsu .column1 .teaser:not(.no-img).style1 ,
  .lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 {
    width: calc(((100% - 120px) / 2) - 3px);
    margin-left: 2px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1050px) {
  .lx_top_kamotsu .column1 {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lx_top_kamotsu .column1 .title2.style1 {
    width: 100%; 
  }

  .lx_top_kamotsu .column1 .teaser:not(.no-img).style1 ,
  .lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 {
    width: calc((100% - 3px) / 2);
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .lx_top_kamotsu .column1 {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .lx_top_kamotsu .column1 .title2.style1 {
    width: 100%; 
    margin-top: 0 !important;
    padding-bottom: 10px;
  }

  .lx_top_kamotsu .column1 .teaser:not(.no-img).style1 ,
  .lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 {
    padding: 47px 10px 10px;
    width: calc((100% - 4px) / 2);
  
  }

  .lx_top_kamotsu .column1 .teaser:not(.no-img).style1 > a ,
  .lx_top_kamotsu .column1 .external-teaser:not(.no-img).style1 > a {
    margin-right: 0;
    position: absolute;
    top: 19px;
    left: calc(50% - 8px);

  }

}

.lx_top_kamotsu .column2 .link-list:not(.highlight) ul {
  margin-top: 0;
  padding-bottom: 5px;
}

.lx_top_kamotsu .column2 .link-list:not(.highlight) ul li {
  display: inline-block;
  margin-right: 28px;
}

.lx_top_kamotsu .column2 .link-list:not(.highlight) ul li:last-child {
  margin-right: 0;
}

.lx_top_kamotsu .column2 .link-list:not(.highlight) li:not(.highlight)::before {
  background-image: url("../../resources/sw_img/icon/icon_arr01_white.svg");
}

.lx_top_kamotsu .column2 .link-list:not(.highlight) ul li > a:not(.d_icon) {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lx_top_kamotsu .column2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lx_top_kamotsu .column2 .link-list:not(.highlight) ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .lx_top_kamotsu .column2 .link-list:not(.highlight) ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
  }
}


/* === CM === */
.lx_top_cm {
  background-color: #f3f3f3;
}

.lx_top_cm .column1 {
  padding-top: 40px;
}

.lx_top_cm .teaser:not(.no-img).style1 ,
.lx_top_cm .external-teaser:not(.no-img).style1 {
  position: relative;
  margin-top: 0;
}

.lx_top_cm .teaser:not(.no-img).style1 h2 ,
.lx_top_cm .external-teaser:not(.no-img).style1 h2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
}

.lx_top_cm .teaser:not(.no-img).style1 h2 a ,
.lx_top_cm .external-teaser:not(.no-img).style1 h2 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding-right: 12%;
}

.lx_top_cm .teaser:not(.no-img).style1 h2 a::before ,
.lx_top_cm .external-teaser:not(.no-img).style1 h2 a::before {
  content: '';
  display: inline-block;
  width: 37px;
  height: 26px;
  margin-right: 15px;
  background: url("../../resources/sw_img/default/icon_youtube_white.svg") center center no-repeat;
  background-size: contain;
}

.lx_top_cm .teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.lx_top_cm .external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
  content: none;
}

.lx_top_cm .teaser:not(.no-img).style1:hover ,
.lx_top_cm .external-teaser:not(.no-img).style1:hover {
  opacity: .7;
}

.lx_top_cm .teaser:not(.no-img).style1 h2 a:hover ,
.lx_top_cm .external-teaser:not(.no-img).style1 h2 a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .lx_top_cm .text-section {
    display: none;
  }

  .mgnlEditorBar ~ .lx_top_cm .text-section {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .lx_top_cm .column1 {
    position: relative;
    margin-top: 10px;
  }

  .lx_top_cm .teaser:not(.no-img).style1 ,
  .lx_top_cm .external-teaser:not(.no-img).style1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .lx_top_cm .teaser:not(.no-img).style1 > a ,
  .lx_top_cm .external-teaser:not(.no-img).style1 > a {
    display: none;
  }

  .lx_top_cm .teaser:not(.no-img).style1 h2 a ,
  .lx_top_cm .external-teaser:not(.no-img).style1 h2 a {
    font-size: 24px;
  }

  .lx_top_cm .teaser:not(.no-img).style1 h2 a::before ,
  .lx_top_cm .external-teaser:not(.no-img).style1 h2 a::before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 23px;
    margin-right: 10px;
  }

  .lx_top_cm .text-section {
    margin-top: 0;
  }
}

/* === ニュース === */
.lx_top_news {
  background-color: #f3f3f3;
  padding-bottom: 30px;
}

.lx_top_news .title2.style1 {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .lx_top_news {
    padding-top: 30px;
  }

  .lx_top_news .column1 {
    max-width: 260px;
    width: calc(22.88% - 10px);
  }

  .lx_top_news .column2 {
    max-width: 900px;
    width: calc(77.11% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .lx_top_news {
    padding-bottom: 40px;
  }

  .lx_top_news .column1 {
    position: relative;
  }

  .lx_top_news .teaser ,
  .lx_top_news .external-teaser {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
  }
}

/* === ロジネットジャパンとは === */
.lx_top_about {
  margin-top: 24px;
}

.lx_top_about .title2.style1 ,
.lx_top_about .text-section p {
  color: #fff;
  margin-top: 0;
}

.lx_top_about .column1 {
  position: relative;
	background: rgb(88,183,255);
	background: linear-gradient(90deg, rgba(88,183,255,1) 0%, rgba(0,101,178,1) 100%);
  padding: 40px 175px 40px 40px;

}

.lx_top_about .column1:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 100%;
  background: url("../../resources/sw_img/top/bg_about_01.png") center center no-repeat;
  background-size: 100% 100%;
}

.lx_top_about .column2 {
  margin: 0;
}

.lx_top_about .column1 .teaser.no-img.style3 h2 a:not(:hover) ,
.lx_top_about .column1 .external-teaser.no-img.style3 h2 a:not(:hover) {
  box-shadow: 0 0 1px 1px #fff inset;
  background-color: transparent;
  color: #fff;
}

.lx_top_about .column1 .teaser.no-img.style3 h2 a:not(:hover)::before ,
.lx_top_about .column1 .external-teaser.no-img.style3 h2 a:not(:hover)::before {
	background-color: #fff;
}

.lx_top_about .column2 .text-section {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  
  .lx_top_about.multiColumn2 {
    align-items: center;
    justify-content: flex-end;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .lx_top_about .column1 {
    width: calc(((100% * var(--width-content-base) - 2 * var(--width-content-margin)) / 2) + 100px);
    max-width: calc(((var(--width-content-area) - 2 * var(--width-content-margin)) / 2) + 100px);

    /* margin-right: -100px; */
    min-height: 500px;
    margin-right: 0;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;;
  }
  
  .lx_top_about .column2 {
    /* width: calc((100% * var(--width-content-base) - 2 * var(--width-content-margin)) / 2); */
    width: calc(50% + 75px);
    max-width: inherit;
    margin-left: -175px;
    margin-left: -165px;
  }

  .lx_top_about .column2 .text-section + .text-section {
    display: none;
  }

  .lx_top_about .column2 .text-section img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lx_top_about {
    margin-top: 40px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lx_top_about .column1 {
    position: relative;
    padding: 50px 45px 100px 22px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .lx_top_about .column1:after {
    width: 30px;
    height: 50%;
  }

  .lx_top_about .column2 {
    margin-top: -80px;
    width: calc(100% - 10px);
    margin-left: 10px;
  }
  
  .lx_top_about .column2 .text-section {
    display: none;
  }

  .lx_top_about .column2 .text-section + .text-section {
    display: block
  }
  
}

/* === サービス === */
.lx_top_service-area {
  background-color: #f3f3f3;
  margin-top: 30px;
  padding-bottom: 80px;
}

.lx_top_service .teaser:not(.no-img).style1 ,
.lx_top_service .external-teaser:not(.no-img).style1 {
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
}

.lx_top_service .teaser:not(.no-img).style1 h2 ,
.lx_top_service .external-teaser:not(.no-img).style1 h2 {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;;
}

.lx_top_service .teaser:not(.no-img).style1 h2 a ,
.lx_top_service .external-teaser:not(.no-img).style1 h2 a {
  padding: 15px 10px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background-color: rgba(34,43,54,.8);
}

.lx_top_service .teaser:not(.no-img).style1 h2 a:hover ,
.lx_top_service .external-teaser:not(.no-img).style1 h2 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {

  .lx_top_service .teaser:not(.no-img).style1 h2 a ,
  .lx_top_service .external-teaser:not(.no-img).style1 h2 a {
    padding: 8px 10px;
    font-size: 18px;
  }

  .lx_top_service.lx_top_service_col1sp .teaser:not(.no-img).style1 ,
  .lx_top_service.lx_top_service_col1sp .external-teaser:not(.no-img).style1 {
    overflow: hidden;
    margin-top: 10px;
  }

  .lx_top_service.lx_top_service_col1sp .teaser:not(.no-img).style1 h2 ,
  .lx_top_service.lx_top_service_col1sp .external-teaser:not(.no-img).style1 h2 {
    width: 50%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .lx_top_service.lx_top_service_col1sp .teaser:not(.no-img).style1 h2 a ,
  .lx_top_service.lx_top_service_col1sp .external-teaser:not(.no-img).style1 h2 a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  .lx_top_service.lx_top_service_col1sp .teaser:not(.no-img).style1 > a ,
  .lx_top_service.lx_top_service_col1sp .external-teaser:not(.no-img).style1 > a {
    height: 125px;
    overflow: hidden; 
  } 

  .lx_top_service.lx_top_service_col1sp .teaser:not(.no-img).style1 h2 + a img ,
  .lx_top_service.lx_top_service_col1sp .external-teaser:not(.no-img).style1 h2 + a img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.lx_top_service-slide .reuse-main-area {

}


.lx_top_service-slide .reuse-main-area .multiColumn2 .column1 {
  background-color: #fff;
  padding: 30px 60px 60px;
}

.lx_top_service-slide .reuse-main-area .multiColumn2 .column2 .text-section {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .lx_top_service-slide .reuse-main-area .multiColumn2 {
    display: flex !important;
    align-items: inherit;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
  }

  .lx_top_service-slide .reuse-main-area .multiColumn2 .column1 ,
  .lx_top_service-slide .reuse-main-area .multiColumn2 .column2 {
    margin: 0;
    max-width: inherit;
    width: 50%;
  }

  .lx_top_service-slide .reuse-main-area .multiColumn2 .column1 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .lx_top_service-slide .reuse-main-area .multiColumn2 .column1 {
    width: calc(100% - 25px);
    margin-right: 25px;
    padding: 0 30px 30px;
  }
  .lx_top_service-slide .reuse-main-area .multiColumn2 .column2 {
    width: calc(100% - 25px);
    margin-left: 25px;
  }
}

.lx_top_service-link {
  align-items: inherit;
}

.lx_top_service-link > .column1 ,
.lx_top_service-link > .column2 ,
.lx_top_service-link > .column3 ,
.lx_top_service-link > .column4 {
  display: flex;
  border-bottom: 1px #ccc solid;
  position: relative;
}

.lx_top_service-link > .column2 ,
.lx_top_service-link > .column3 ,
.lx_top_service-link > .column4 {
  border-left: 1px #ccc solid;
}

.lx_top_service-link .teaser:not(.no-img).style1 ,
.lx_top_service-link .external-teaser:not(.no-img).style1 {
  padding-bottom: 65px;
}

.lx_top_service-link .teaser:not(.no-img).style1 h2 ,
.lx_top_service-link .external-teaser:not(.no-img).style1 h2 {
}

.lx_top_service-link .teaser:not(.no-img).style1 h2 a ,
.lx_top_service-link .external-teaser:not(.no-img).style1 h2 a {
  font-size: 22px;
  color: #222;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
}

.lx_top_service-link .teaser:not(.no-img).style1 h2 a:hover ,
.lx_top_service-link .external-teaser:not(.no-img).style1 h2 a:hover {
  text-decoration: none;
}

.lx_top_service-link .teaser:not(.no-img).style1 > h2 + a::before ,
.lx_top_service-link .external-teaser:not(.no-img).style1 > h2 + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lx_top_service-link .teaser:not(.no-img).style1 > h2 + a::after ,
.lx_top_service-link .external-teaser:not(.no-img).style1 > h2 + a::after {
  content: "";
  position: absolute;
  left: calc(50% - 37px);
  bottom: -37px;
  width: 75px;
  height: 75px;
  background: url("../../resources/sw_img/top/icon_service_link.png") center center no-repeat;
  background-size: 100% 100%;
}

.lx_top_service-link .teaser:not(.no-img).style1 > p ,
.lx_top_service-link .teaser:not(.no-img).style1 > p {
  padding-right: 50px;
  padding-left: 50px;
}


@media screen and (max-width: 1180px) {

  .lx_top_service-link .teaser:not(.no-img).style1:nth-child(1) ,
  .lx_top_service-link .external-teaser:not(.no-img).style1:nth-child(2)  {
    z-index: 2;
  }

  .lx_top_service-link .teaser:not(.no-img).style1 h2 a ,
  .lx_top_service-link .external-teaser:not(.no-img).style1 h2 a ,
  .lx_top_service-link .teaser:not(.no-img).style1 > p ,
  .lx_top_service-link .teaser:not(.no-img).style1 > p {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lx_top_service-link .teaser:not(.no-img).style1 > h2 + a::after ,
  .lx_top_service-link .external-teaser:not(.no-img).style1 > h2 + a::after {
    left: calc(50% - 18.5px);
    bottom: -18.5px;
    width: 37px;
    height: 37px;
  }
}


/* === 関連リンク === */
.lx_top_related-links_titile {
  padding-top: 20px;
}


/* === JS === */
#sharewithmain .ux_top_service-slide .slick-prev ,
#sharewithmain .ux_top_service-slide .slick-next {
  width: 50px;
  height: 50px;
  background-color: #0065b2;
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
  z-index: 3;
}

#sharewithmain .ux_top_service-slide .slick-prev {
  right: 52px !important;
}

#sharewithmain .ux_top_service-slide .slick-prev::before ,
#sharewithmain .ux_top_service-slide .slick-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px #fff solid;
  border-right: 3px #fff solid;
        transform: translate(-50%, -50%) rotate(45deg);
}

#sharewithmain .ux_top_service-slide .slick-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

@media screen and (max-width: 767px) {
  #sharewithmain .ux_top_service-slide .slick-prev ,
  #sharewithmain .ux_top_service-slide .slick-next {
    width: 37px;
    height: 37px;
  }

  #sharewithmain .ux_top_service-slide .slick-prev {
    right: 39px !important;
  }

  #sharewithmain .ux_top_service-slide .slick-prev::before ,
  #sharewithmain .ux_top_service-slide .slick-next::before {
    width: 10px;
    height: 10px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
  }
}

.lx_top_link {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .lx_top_link {
    padding-bottom: 35px;
  }
}