@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
/* リンク画像 */
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: ""alpha(opacity=70)"";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
/*ブルーバック*/
.bg_blue {
  width: 100%;
  background-color: #0a8cce;
  top: 0;
  margin: 2em auto;
}
/*許諾エリア*/
.txt_copyright {
  width: 75%;
  padding: 0;
  margin: 1em auto 3em;
  background-color: #0a8cce;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
}
/*車両bg*/
.item_bg {
  position: relative;
}
/*ラインナップ２列*/
.item_container {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.item_container .item_box {
  /* 幅指定しない */
}
.item_container .item_box img {
  width: 80%;
  height: auto;
  margin: 25px auto;
  display: block;
}
/*インデント*/
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
/*セット画像など*/
.btn_item {
  width: 80%;
  margin: 1em auto;
  padding: 0 0 2.5em;
}