@charset "UTF-8";

/*  Mobilityページ=============================== */
/* メイン画像 */
.mobility .main {
  /* background: url(/solution/img/mobility/main.png)no-repeat center center; */
  background-size: cover;
}

.read img.logo {
  width: 60%;
  margin-bottom: 30px;
}

/* ランディングページ用----------------- */
.mobility.electric_vehicle .main {
  background: #000 url(/solution/img/mobility/electric_vehicle/main.jpg)no-repeat center right;
  background-size: 30%;
  background-position-x: 80%;
}

.mobility.light_weight .main {
  background: #000 url(/solution/img/mobility/light_weight/main.jpg)no-repeat center right;
  background-size: 30%;
  background-position-x: 80%;
}

.mobility.AD_ADAS .main {
  background: #000 url(/solution/img/mobility/AD_ADAS/main.jpg)no-repeat center right;
  background-size: 30%;
  background-position-x: 80%;
}

.mobility .main .wrap div {
  justify-content: flex-start;
  color: #fff;
}

.main_read {
  font-size: 150%;
}

.menu-tab p .active {
  border-bottom: 5px solid blue;
}

.movie_pickup {
  width: 87%;
  margin: 0 auto;
}

.movie_pickup .pick_movie {
  width: 52% !important;
}

.movie_pickup .pick_txt {
  width: 42% !important;
  text-align: left;
}

.movie_pickup h3 {
  font-size: 24px;
}

.movie_pickup p {
  font-size: 120%;
  margin-top: 10px;
  line-height: 1.6em;
}

.menu li.active a,
.menu li a:hover {
  background: linear-gradient(to right, #00b8ff, #6666ff);
}

.electric_vehicle .menu li:nth-child(1) a {
  background: linear-gradient(to right, #00b8ff, #6666ff);
}

.light_weight .menu li:nth-child(2) a {
  background: linear-gradient(to right, #00b8ff, #6666ff);
}

.AD_ADAS .menu li:nth-child(3) a {
  background: linear-gradient(to right, #00b8ff, #6666ff);
}

.foot2 {
  background: linear-gradient(to right, #00b8ff, #6666ff);
  padding: 60px 0;
  margin: 0;
}

h3 {
  margin-bottom: 20px;
}

ul.txt_list li {
  text-indent: -1em;
  margin-left: 1em;
}

body .btn a {
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  width: 100%;
  background: linear-gradient(to right, #00b8ff, #6666ff);
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .foot2 .btn a {
  width: 30%;
  background: #fff;
  color: #0f779f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .foot2 .btn a:hover {
  background: #6666ff;
  color: #fff;
}

.foot2 p {
  font-size: 15px;
  line-height: 2em;
  color: #fff;
  margin-bottom: 20px;
}

body footer {
  margin-top: 0;
  width: 100%;
  background: #000;
  padding: 20px 0;
  font-size: 12px;
  margin-top: 0px;
  color: skyblue;
}

.foot2 .btn2 img {
  width: 10%;
}

body .foot2 .btn.index_btn a,
body .foot2 .btn2 a {
  width: 100%;
}

.foot2 .col2 {
  margin: 0 auto;
}

body .btn.btn2 a {
  color: #fff;
  background: #ffb300;
  position: relative;
}

body .btn.btn2 a img {
  width: 13px;
}

body .foot2 .btn2 a:hover {
  background: #cc8f00;
}

.ico4::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f35a ';
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .mobility .main {
    /* background: url(/solution/img/top/mobility.png)no-repeat center center; */
    background-size: cover;
  }

  .col2.revers {
    flex-wrap: wrap-reverse;
  }

  /* ランディングページ用----------------- */
  .mobility.electric_vehicle .main {
    background: #000 url(/solution/img/mobility/electric_vehicle/main.jpg)no-repeat;
    background-size: 100%;
    background-position-x: 100%;
    background-position-y: 60%;
    min-height: 610px;
  }

  .mobility.light_weight .main {
    background: #000 url(/solution/img/mobility/light_weight/main.jpg)no-repeat center right;
    background-size: 100%;
    background-position-x: 100%;
    background-position-y: 60%;
    min-height: 610px;
  }

  .mobility.AD_ADAS .main {
    background: #000 url(/solution/img/mobility/AD_ADAS/main.jpg)no-repeat center right;
    background-size: 100%;
    background-position-x: 100%;
    background-position-y: 60%;
    min-height: 610px;
  }

  .movie_pickup {
    width: 100%;
    border-bottom: 1px solid #666;
    margin-bottom: 40px;
  }

  .movie_pickup .pick_movie {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .movie_pickup .pick_txt {
    width: 100% !important;
    margin-bottom: 30px;
  }

  body .foot2 .btn a {
    width: 100%;
    margin: 0 0 20px 0;
  }

  body .foot2 .btn.btn2 a {
    margin: 0;
  }

  .read img.logo {
    width: 100%;
    margin: 20px 0;
  }
}