@charset 'utf-8';
/* 鉄道ヘッダー
*****************************************/
/* .tetsudo_header .nav_toggle {
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
}
 */
/* 共通
*****************************************/
/* .btn {
  border-radius: 100vh;
  padding: 30px 15%;
  display: block;
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.6s;
}
.btn_arrow {
  position: absolute;
  display: block;
  width: 1em;
  height: 100%;
  top: 50%;
  right: 6.5%;
  transform: translateY(-50%);
}
a.btn:hover {
  background: #999999;
}
a.btn:hover .btn_txt {
  color: #fff;
}
a.btn:hover .btn_arrow {
  fill: #fff;
}
.arrow_circle {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  text-align: center;
  margin-right: 0.5em;
  flex-shrink: 0;
  transition: all 0.6s;
}
.arrow_circle::before,
.arrow_circle::after {
  display: none;
}
.arrow_in_circle {
  width: 45%;
  height: 100%;
}
.red_txt {
  color: #c30d23;
} */

/* main
*****************************************/
.tetsudo {
  /* padding: 65px 0 100px; */
  padding-top: 65px;
}
.main_ttl {
  max-width: 600px;
  width: 90%;
  margin: auto;
}
.mv {
  margin-top: 80px;
}
.catchcopy_box {
  padding: 90px 0 50px;
  text-align: center;
}
.catchcopy_txt {
  font-size: 2.8rem;
  font-weight: 500;
}

/* キャンペーンバナー
*****************************************/
.cpbnr_inner {
  max-width: 1220px;
  margin: auto;
  position: relative;
}
.cpbnr_img {
  display: block;
  position: absolute;
  transition: 0.4s;
  z-index: 5;
}
.cpbnr_inner__bnr {
  max-width: 260px;
  width: 18vw;
  margin-right: 3%;
  top: 14%;
  right: 0;
}
/* PC（769px以上）hover */
@media screen and (min-width: 769px) {
  .cpbnr_img:hover {
    transform: scale(1.1);
  }
}
/* （1023px以下） */
@media screen and (max-width: 1023px) {
  .cpbnr_img {
    position: relative;
  }
  .cpbnr_inner__bnr {
    margin: 60px auto 0;
    width: 75%;
    max-width: 300px;
  }
}
/* （767px以下） */
@media screen and (max-width: 767px) {
  .cpbnr_inner__bnr {
    margin-top: 40px;
  }
}

/* section
*****************************************/
/* section {
  position: relative;
}
.first_sec {
  margin-top: 12%;
}
.wave_sec {
  padding-bottom: 12%;
}
.wave_sec.wave_bottom {
  padding-bottom: 0;
}
.wave_bottom_next_sec {
  padding-top: 12%;
}
.wave_sec:nth-of-type(even) .wave_shape_top,
.wave_sec:nth-of-type(even) .wave_shape_top_sp {
  transform: scale(-1, 1);
}
.wave_shape_top {
  margin-top: -12%;
}
.wave_shape_bottom {
  margin-top: -1px;
  z-index: -1;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wave_shape_top,
  .wave_shape_bottom {
    display: none;
  }
} */

.sec_inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
.sec_vertical_inner {
  padding: 70px 0;
}
.sec_inner_2 {
  padding: 0 70px;
}
.sec_ttl {
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
}
.desc_txt {
  font-size: 1.8rem;
  text-align: center;
}
.btn_box {
  margin: 70px auto 0;
  max-width: 460px;
}
.lead_txt {
  margin-top: 50px;
}
.mid_ttl {
  margin-top: 110px;
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
}
.img_cont_main {
  margin: 40px auto 40px;
}

/* ニュース
*****************************************/
.sub_ttl_txt {
  margin-top: 20px;
  text-align: center;
}
.news_box {
  max-width: 760px;
  margin: 70px auto 0;
}
.news_box li {
  display: flex;
}
.news_box li + li {
  margin-top: 15px;
}
.news_txt {
  /* text-decoration: underline; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  flex: 1;
}
.news_category {
  border: 1px solid #fff;
  font-size: 0.8em;
  padding: 1px 0;
  margin-right: 15px;
  width: 11em;
  text-align: center;
}

/* 鉄道コンテナコンシェルジュ
*****************************************/
.list_detail_cont {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  padding: 0 35px;
}
.list_detail_cont li {
  flex: 0 1 26.5%;
  text-align: center;
}
.list_detail_cont_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 35px;
}
.list_detail_cont_txt {
  margin-top: 30px;
}
.list_detail_cont_img {
  padding: 0 5px;
}

/* 全国主要貨物駅ネットワーク
*****************************************/
.img_kamotsu {
  max-width: 560px;
}

/* テキストリンク_レイアウト
*****************************************/
.list_txt_cont {
  margin-top: 90px;
}
.list_txt_cont li {
  font-size: 2.4rem;
  padding: 1.2em 0;
}
.list_txt_cont li + li {
  border-top: 1px solid;
  border-color: inherit;
}
.list_txt_box {
  display: flex;
}
.link_txt_box {
  display: block;
}
.main_list_txt {
  font-weight: 500;
}
.sub_list_txt {
  font-size: 1.6rem;
  margin-top: 1em;
}
.list_txt_cont_2 li {
  padding: 1.4em 0;
}
/* .link_txt_box:hover .arrow_circle {
	animation: swingHorizontal 1s ease;
	animation-iteration-count: 1;
	background: #A2A2A2;
}
.link_txt_box:hover .arrow_in_circle {
	fill: #fff;
} */
/* @keyframes swingHorizontal {
	15% {
	  transform: translateX(5px);
	}
	30% {
	  transform: translateX(-5px);
	}
	50% {
	  transform: translateX(3px);
	}
	65% {
	  transform: translateX(-3px);
	}
	80% {
	  transform: translateX(2px);
	}
	100% {
	  transform: translateX(0);
	}
} */

/* コンテナヴァリエーション
*****************************************/
.img_contena_1 {
  max-width: 420px;
}

/* 「環境ラベル」エコレールマーク
*****************************************/
.img_ecorail {
  max-width: 270px;
}

/* 31ftコンテナ輸送サービス
*****************************************/
.img_contena_2 {
  max-width: 560px;
}

/* ページ下 gotsu-news、gotsu-watch
*****************************************/
/* .t_common_item_wrap {
	display: flex;
	justify-content: space-between;
}
.t_common_item_wrap.t_top {
	margin-top: 50px;
}
.gotsu_watch {
	margin-left: 6%;
} */
.t_common_item_area.tetsudo_top {
  margin-top: 50px;
}
.t_common_item_area.tetsudo_top .sec_inner {
  border-top: 1px solid #898989;
  padding-top: 120px;
}
.t_common_item_area {
  padding-bottom: 100px;
}
.news_archive {
  width: 80%;
  max-width: 400px;
  margin: auto;
}

/* SP
---------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* 共通
	*****************************************/
  /* .btn {
    font-size: 1.5rem;
    padding: 22px 15%;
  } */
  /* main
	*****************************************/
  .tetsudo {
    /* padding-bottom: 18%; */
  }
  .mv {
    margin-top: 30px;
  }
  .catchcopy_box {
    padding: 30px 0 35px;
  }
  .catchcopy_txt {
    font-size: 2.2rem;
  }
  /* section
	*****************************************/
  /* .first_sec {
    margin-top: 19%;
  }
  .wave_sec {
    padding-bottom: 19%;
  }
  .wave_bottom_next_sec {
    padding-top: 19%;
  }
  .wave_shape_top_sp {
    margin-top: -19%;
  } */
  .sec_inner {
    width: 82%;
  }
  .sec_inner_2 {
    padding: 0;
  }
  .sec_vertical_inner {
    padding: 35px 0 45px;
  }
  .sec_ttl {
    font-size: 3rem;
  }
  .mid_ttl {
    font-size: 3rem;
    margin-top: 75px;
  }
  .desc_txt {
    font-size: 1.5rem;
  }
  .lead_txt {
    margin-top: 30px;
  }
  .btn_box {
    width: 70%;
    margin-top: 45px;
    max-width: 300px;
  }
  .txt_left_wrap .sec_ttl,
  .txt_left_wrap .desc_txt {
    text-align: left;
  }
  .txt_left {
    text-align: left;
  }
  .img_cont_main {
    margin: 35px auto 35px;
  }
  /* ニュース
	*****************************************/
  .sub_ttl_txt {
    font-size: 1.4rem;
  }
  .news_box {
    margin: 38px auto 0;
  }
  .news_box li {
    display: block;
  }
  .news_box li + li {
    margin-top: 28px;
  }
  .news_category {
    display: block;
    margin-bottom: 4px;
    padding: 0px;
  }
  /* 鉄道コンテナコンシェルジュ
	*****************************************/
  .list_detail_cont {
    display: block;
    padding: 0;
    margin: 45px 0;
  }
  .list_detail_cont li + li {
    margin-top: 60px;
  }
  .list_detail_cont_ttl {
    font-size: 2.3rem;
    margin-top: 15px;
  }
  .list_detail_cont_txt {
    margin-top: 20px;
  }
  .list_detail_cont_img {
    padding: 0;
    width: 60%;
    margin: auto;
    max-width: 300px;
  }
  /* テキストリンク_レイアウト
	*****************************************/
  .list_txt_cont {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
    padding-left: 9%;
  }
  .list_txt_cont li {
    font-size: 2rem;
  }
  .list_txt_cont li + li {
    border-top: 1.5px solid;
  }
  .sub_list_txt {
    font-size: 1.4rem;
  }
  .list_txt_box {
    padding-right: 5%;
  }
  .list_txt_wrap {
    padding-right: 1.5em;
  }
  /* コンテナヴァリエーション
	*****************************************/
  .img_contena_1 {
    max-width: 400px;
    width: 62%;
  }
  /* 「環境ラベル」エコレールマーク
	*****************************************/
  .img_ecorail {
    max-width: 260px;
    width: 50%;
  }
  /* 31ftコンテナ輸送サービス
	*****************************************/
  .img_contena_2 {
    max-width: 560px;
    width: 80%;
  }
  /* ページ下 gotsu-news、gotsu-watch
	*****************************************/
  /* .t_common_item_wrap {
		display: block;
	}
	.t_common_item_wrap.t_top {
		margin-top: 6%;
	}
	.gotsu_watch {
		margin-left: 0;
	}
	.t_common_item + .t_common_item {
		margin-top: 14%;
	} */
  .t_common_item_area.tetsudo_top {
    margin-top: 6%;
  }
  .t_common_item_area {
    padding-bottom: 18%;
  }
  .t_common_item_area.tetsudo_top .sec_inner {
    border-top: 1px solid #898989;
    padding-top: calc(35px + 6%);
  }
}
