@charset "UTF-8";

/* ==========================================================
  モビリティ
========================================================== */
/* パンくず */
.c-breadcrumb {
  margin-bottom: 0;
}

/* 見出し */
.mobility-headline01 {
  text-align: center;
  margin: 3rem 0 1.5rem;
}
.mobility-headline01 span {
  display: block;
  padding: 0 1rem 1.2rem;
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: solid 4px #B2E0FF;
}
@media all and (min-width: 769px) {
  .mobility-headline01 {
    margin: 5rem 0 4rem;
    padding: 0 1rem .5rem;
  }
  .mobility-headline01 span {
    display: inline-block;
    font-size: 4.8rem
  }
}

.mobility-headline02 {
  text-align: center;
  margin: 3rem 0 1.5rem;
}
.mobility-headline02 span {
  display: block;
  padding: 0 2rem .5rem;
  font-size: 2.4rem;
  border-bottom: solid 4px #B2E0FF;
  font-weight: 600;
}
@media all and (min-width: 769px) {
  .mobility-headline02 {
    padding: 0 4rem .5rem;
    margin: 5rem 0 4rem;
  }
  .mobility-headline02 span {
    display: inline-block;
    font-size: 3.6rem
  }
}

.mobility-index {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: .3s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.mobility-index .inner {
  max-width: 1160px;
  margin: 1rem auto 0;
  padding: 0 2rem;
}

/* メインビジュアル */
.mobility-index .hero {
  position: relative;
  height: 80vh;
  padding: 2rem 0;
  background: url(/fileadmin/templates2020/images/products/automotive/main_sp.jpg) no-repeat;
  background-size: cover;
}
.page-ttl {
  margin: 0;
  font-size: 3.2rem;
  color: #0099FF;
  line-height: 1;
  font-family: "Helvetica Neue",Helvetica,Roboto,sans-serif !important;
}
.page-ttl span {
  display: inline-block;
  background: rgba(255,255,255,.7);
  padding: 5px 10px 10px;
}
.hero-news {
  position: absolute;
  bottom: 0;
  background: rgba(0,153,255,.8);
  padding: 13px 0;
  color: #fff;
  width: 100%;
}
.hero-news-ttl {
  display: inline-block;
  padding: .2rem 1rem;
  margin: 0 0 .5rem;
  border: solid 1px #fff;
}
.hero-news .news-item {
  border: none;
  margin: 0;
}
.hero-news .news-item a {
  color: #fff;
  text-decoration: underline;
}
.hero-news .news-item a:hover {
  text-decoration: none;
}
.hero-news .news-item .date {
  margin: 0;
}

@media all and (min-width: 769px) {
  .mobility-index .hero {
    height: 640px;
    padding: 10vw 0 0;
    background: url(/fileadmin/templates2020/images/products/automotive/main.jpg) no-repeat;
    background-size: cover;
  }
  .mobility-index .hero .inner {
    position: relative;
    padding: 0;
  }
  .page-ttl {
    margin: 1.1rem 0 0;
    font-size: 6.0rem;
    line-height: .9;
  }
  .page-ttl span {
    padding: 11px 28px 14px 18px;
  }
  .hero-news {
    padding: 1.3rem 0 2.5rem;
  }
  .hero-news > .inner {
    padding: 0 0 0 110px!important;
  }
  .hero-news-ttl {
   margin: 0 2.3rem 0 -110px;
  }
  .hero-news .hero-news-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
    margin-top: -4px;
  }
  .hero-news .news-item {
    display: flex;
  }
  .hero-news .hero-news-ttl + .news-item {
    margin-top: -3.2rem;
  }
}

/* contents */
.contents {
  width: 100%;
  overflow: hidden;
  padding: 2rem 0 0;
}
.contents-bg01 {
  padding: 0 0 7rem;
  position: relative;
  background: rgb(156,214,253);
  background: linear-gradient(0deg, rgba(156,214,253,1) 0%, rgba(222,240,253,1) 10%, rgba(222,240,253,1) 88%, rgba(255,255,255,1) 91%);
}
.contents-bg01::after {
  content: "";
  display: block;
  background: url(/fileadmin/templates2020/images/products/automotive/wave02.png) no-repeat center bottom;
  background-size: 100%;
  width: 100%;
  height: 30vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.contents-bg02 {
  padding: 2rem 0 5rem;
  background: #DEF0FD;
}
@media all and (min-width: 769px) {
  .contents-bg02 {
    padding: 3rem 0 12rem;
    background: rgb(222,240,253);
    background: linear-gradient(180deg, rgba(222,240,253,1) 95%, rgba(255,255,255,1) 100%);
  }
}

/* intro */
.intro {
  padding: 0 2rem 2rem;
  margin: 0 0 7rem;
  background: url(/fileadmin/templates2020/images/products/automotive/wave01_sp.png) no-repeat center bottom;
  background-size: 100%;
}
@media all and (min-width: 769px) {
  .intro {
    margin: 0 0 15rem;
    padding: 0;
    background: url(/fileadmin/templates2020/images/products/automotive/wave01.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media all and (max-width: 768px) {
  .intro .inner {
    padding: 0;
  }
}

/* ã‚¢ãƒ³ã‚«ãƒ¼ */
.anchor-list {
}
.anchor-list-item a {
  display: block;
  padding: 1.5rem 1.5rem 2.8rem;
  margin: 1.5rem 0;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica Neue",Helvetica,Roboto,sans-serif !important;
  font-size: 3.0rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,.3);
  position: relative;
  transition: opacity .2s ease;
  background: rgb(0,84,199);
  background: linear-gradient(0deg, rgba(0,84,199,1) 0%, rgba(0,63,152,1) 100%);
}
.anchor-list-item a .sub-txt {
  font-size: 1.6rem;
  display: block;
  font-weight: 400;
}
.anchor-list-item a::before, .anchor-list-item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #0099FF;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  transform: rotate(140deg);
  transform-origin:calc(100% - 0px) 50%;
}
.anchor-list-item a::after {
  transform: rotate(40deg);
}
.anchor-list-item a:hover {
  text-decoration: none;
  opacity: .7;
}

@media all and (min-width: 769px) {
  .anchor-list {
    display: flex;
    justify-content: center;
    padding: 0 2rem;
  }
  .anchor-list-item {
    flex: 1 1 33%;
    max-width: 360px;
    margin: 0 1rem;
  }
  .anchor-list-item a {
    margin: 6rem 0 3.5rem;
    padding: 2.8rem 1.5rem 3.9rem;
  }
  .anchor-list-item a::before, .anchor-list-item a::after {
    width: 17px;
    bottom: 1.5rem;
  }
}

.network-btn {
  text-align: center;
}
.network-btn a {
  display: inline-block;
  color: #003F98;
  background: rgba(255,255,255,.75);
  box-shadow: 0 1px 6px rgb(0 0 0 / 30%);
  border-radius: 30px;
  margin: 2rem 0 0;
  padding: 2rem 5rem;
  position: relative;
  transition: opacity .2s ease;
}
.network-btn a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: solid 1px transparent;
  border-right: solid 1px #003F98;
  border-bottom: solid 1px #003F98;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  transform: rotate(-45deg);
}
.network-btn a:hover {
  text-decoration: none;
  opacity: .7;
}

@media all and (min-width: 769px) {
  .network-btn {
    text-align: right;
    padding: 0 2rem;
    max-width: 1170px;
    margin: 0 auto;
  }
  .network-btn a {
    text-align: left;
    padding: 1.3rem 3rem;
    min-width: 240px;
    margin: 0;
  }
}

/* mobility-products */
.mobility-products {
  position: relative;
  margin: 0 0 7rem;
}
.mobility-products::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  opacity: .2;
}
@media all and (min-width: 769px) {
  .mobility-products {
    margin: 0 0 12rem;
  }
  .mobility-products::before {
    opacity: 1;
    left: inherit;
  }
}

.mobility-products#drivetrain::before {
  height: 100%;
  top: 5.5rem;
  background: url(/fileadmin/templates2020/images/products/automotive/board_bg01.png) no-repeat;
  background-position: center top;
  background-size: 86%;
}
@media all and (min-width: 769px) {
  .mobility-products#drivetrain::before {
    top: -6rem;
    right: 0;
    max-width: 480px;
    background-size: 100%;
    background-position: right top;
  }
}

.mobility-products#personal::before {
  height: 100%;
  top: 5.5rem;
  background: url(/fileadmin/templates2020/images/products/automotive/board_bg02.png) no-repeat;
  background-position: center top;
  background-size: 86%;
}
@media all and (min-width: 769px) {
  .mobility-products#personal::before {
    top: 6rem;
    right: -7rem;
    max-width: 780px;
    background-size: 100%;
    background-position: right top;
  }
}

.mobility-products#comfort::before {
  height: 100%;
  top: 13rem;
  background: url(/fileadmin/templates2020/images/products/automotive/board_bg03.png) no-repeat;
  background-position: center top;
  background-size: 90%;
}
@media all and (min-width: 769px) {
  .mobility-products#comfort::before {
    top: -13rem;
    right: -43rem;
    max-width: 1200px;
    background-size: 100%;
    background-position: right top;
  }
}

.mobility-products-head {
  display: flex;
  justify-content: space-between;
  padding: revert;
  z-index: 2;
}
.mobility-products-head-ttl {
  flex: 1 1 auto;
  font-family: "Helvetica Neue",Helvetica,Roboto,sans-serif !important;
  font-size: 3.3rem;
  font-weight: 600;
  color: #0099FF;
  margin: 0 0 1.5rem;
  position: relative;
  z-index: 2;
  line-height: 1.2;
}
.mobility-products-head-ttl .sub-txt {
  display: block;
  margin: 1.5rem 0 0;
  color: #000000;
  font-size: 1.8rem;
}
.mobility-products-head-icon {
  flex: 0 0 auto;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 1rem;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  z-index: 0;
}
.mobility-products-head-icon::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  border: solid 3px #fff;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
}
.mobility-products-outline {
  position: relative;

  z-index: 2;
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .mobility-products-head {
  justify-content: flex-start;
  }
  .mobility-products-head-ttl {
    flex: 0 0 auto;
    padding: 0 4rem 0 0;
    font-size: 6.4rem;
    line-height: 1.5;
  }
  .mobility-products-head-ttl .sub-txt {
    font-size: 2.4rem;
    margin: 0;
  }
  .mobility-products-head-icon {
    width: 120px;
    height: 120px;
    padding: 2rem;
    margin: -2rem 0 0;
  }
  .mobility-products-head-icon::before {
    width: 142px;
    height: 142px;
    top: -14px;
    left: -14px;
  }
  .mobility-products-outline {
    width: 52vw;
  }
}

/* mobility-products-ttl */
.mobility-products-ttl {
  font-family: "Helvetica Neue",Helvetica,Roboto,sans-serif !important;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  padding: .8rem 1.5rem;
  background: rgb(148,212,255);
  background: linear-gradient(90deg, rgba(148,212,255,1) 0%, rgba(0,153,255,1) 50%, rgba(148,212,255,1) 100%);
}

@media all and (min-width: 769px) {
  .mobility-products-ttl {
    font-size: 2.8rem;
  }
}

/* mobility-products-container */
.mobility-products-container {
  width: auto;
  max-width: 1360px;
  margin: 2rem 0 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.mobility-products-container-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}
.mobility-products-list {
  padding: 3rem 3rem 4rem;
  background: #fff;
}
.mobility-products-list-item + .mobility-products-list-item {
  margin-top: 6rem;
}
.products-img {
  margin: 0 0 1.2rem;
}
.products-img a {
  transition: opacity .2s ease;
}
.products-img a:hover {
  opacity: .7;
}
.products-name,
.products-name a {
  color: #003F98;
  font-weight: 600;
  font-size: 1.8rem;
}
.products-desc {
  margin: .5rem 0 1rem;
}

.products-btn-box {
  margin: auto 0 0;
  padding: 1.5rem 0 0;
}
.products-btn {
  display: block;
  width: calc(100% - 20px);
  position: relative;
  margin: 0 0 .5rem;
  padding: .5rem;
  font-size: 1.4rem;
  text-align: center;
  z-index: 1;
  border: 1px solid #000000;
  border-right: none;
  transition: opacity .2s ease;
  font-feature-settings: "palt";
  max-width: 330px;
}
.products-btn:after{
  content: "";
  width: 20px;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  right: -20px;
}

.products-btn.more:after {
  background: linear-gradient(to bottom left, transparent 48%,#000 52%, transparent calc(48% + 2px)) top left/ 100% 50% no-repeat,
  linear-gradient(to top left, transparent 48%,#000 52%, transparent calc(48% + 2px)) bottom left / 100% 50% no-repeat;
}
.products-btn.download {
  border-color: #707070;
  background: #707070 ;
  color: #fff;
}
.products-btn.download:after {
  background:linear-gradient(to bottom left, transparent 48%, #707070 50%) top left/ 100% 51% no-repeat,
  linear-gradient(to top left, transparent 48%, #707070 50%) bottom left / 100% 51% no-repeat;
}

.products-btn.video {
  border-color: #268CC4;
  background: #268CC4 ;
  color: #fff;
}
.products-btn.video:after {
  background:linear-gradient(to bottom left, transparent 48%, #268CC4 50%) top left/ 100% 51% no-repeat,
  linear-gradient(to top left, transparent 48%, #268CC4 50%) bottom left / 100% 51% no-repeat;
}

.products-btn:hover {
  opacity: .7;
}

@media (min-width: 769px) {
  .mobility-products-container {
    margin: 4rem auto;
  }
  .mobility-products-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 6rem 10rem 1rem;
    gap: 1%;
  }
  .mobility-products-list-item {
    flex: 0 1 32%;
    max-width: 345px;
    margin: 0 0 7rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .mobility-products-list-item + .mobility-products-list-item {
    margin-top: 0;
  }
  .mobility-products-list::after {
    content: '';
    flex: 0 1 30%;
  }
  .products-desc {
    /* min-height: 120px; */
  }
  .products-name,
  .products-name a {
    font-size: 2.3rem;
  }
}

/* columns */
@media all and (min-width: 769px) {
  .mobility-products-container-inner.two-columns {
    width: 75%;
    max-width: 966px;
  }
  .mobility-products-container-inner.two-columns .mobility-products-list-item {
    flex: 0 1 48%;
  }

  .mobility-products-container-inner.one-column {
    width: 47%;
    max-width: 544px;
  }
  .mobility-products-container-inner.one-column .mobility-products-list-item {
    flex: 0 1 100%;
  }
}


/* video-list */
.mobility-video {
  position: relative;
  z-index: 2;
}
.video-list {
  padding: 0 1rem;
}
.video-list-item {
  margin: 3rem 0 3rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
  background: #000;
}
.video-box {
  margin-bottom: 0;
}
.video-ttl {
  padding: .5rem 1rem 1.3rem;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
@media all and (min-width: 769px) {
  .video-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 8rem 0 0;
  }
  .video-list::after {
    content: '';
    flex: 0 1 33%;
  }
  .video-list-item {
    flex: 0 1 32%;
    max-width: 360px;
    margin: 0 0 4rem;
  }
  .video-ttl {
    font-size: 1.7rem;
    margin-top: -.7rem !important;
  }
  .p-solution-mv-row-item .video-ttl {
    margin-top: 0 !important;
  }
}

.p-single-overview-img .video-list-item {
  max-width: 100%;
}

/* network */
.network-container {
  position: relative;
}
.network-map {
  position: relative;
  z-index: 0;
  margin: 4rem 0 0;
}
.network-legend {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 30vw;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.network-legend-box {
  flex: 0 0 auto;
  padding: 1rem 1rem  ;
  background: rgba(255,255,255,.8);
}
.network-legend p {
  display: block;
  vertical-align: middle;
  padding: .1rem 1rem;
  color: #666666;
  font-family: "Helvetica Neue",Helvetica,Roboto,sans-serif !important;
  font-size: 1.3rem;
}
.network-legend p::before {
  content: '';
  display: inline-block;
  margin: 0 .5rem .05em 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.network-legend p.hp::before {
  background: #0099FF;
}
.network-legend p.pp::before {
  background: #003B94;
}
.network-legend p.se::before {
  background: #3BA100;
}

@media all and (min-width: 769px) {
  .network-legend {
    margin-top: -1rem;
    top: 42rem;
  }
  .network-legend-box {
    padding: .5rem 0.5rem;
  }
  .network-legend p {
    display: inline-block;
  }

}

.network-region-row {
  background: rgba(255,255,255,.8);
  position: relative;
  z-index: 2;
  margin: 3rem 0 0;
  padding: .5rem 3rem 3rem;
  clear: both;
}
.network-region {
}
.network-region-ttl {
  margin: 3rem 0 2rem;
  padding: 0 0 .5rem;
  font-size: 1.8rem;
  color: #1A6BA1;
  border-bottom: solid 1px #CAEAFE;
}
.network-region-list {
  font-size: 1.6rem;
  font-family: "Helvetica Neue",Helvetica,Roboto,sans-serif !important;
}
.network-region-list li {
  margin: 0 0 1.2rem;
  padding: 0 0 0 3rem;
  position: relative;
  font-size: 1.5rem;
}
.network-region-list li.ho {
  font-family: "segoe ui", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.network-region-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.network-region-list li.ho::before {
  background: #0099FF;
}
.network-region-list li.pp::before {
  background: #003B94;
}
.network-region-list li.se::before {
  background: #3BA100;
}
.network-region-list li.group {
  padding-left: 0;
}

@media all and (min-width: 769px) {
  .network-region-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: -16rem 0 0;
    padding: 1.5rem 5rem 5rem;
  }
  .network-region {
    flex: 0 0 auto;
    min-width: 220px;
    max-width: 360px;
    padding: 0;
  }
}

/* news */
.mobility-news {
  padding: 0 1rem 3rem;
}
.mobility-news-container {
  margin: 2rem 0 0;
}
.news-item {
  margin: 2rem 0 2rem;
  padding: .5rem 0 1rem;
  border-bottom: solid 1px #BFE5FF;
}
.news-item .date {
  display: block;
}
.news-item .txt {
  display: block;
}
.news-item a {
  display: inline-block;
  color: #003F98;
  text-decoration: underline;
}
.news-item a:hover {
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .mobility-news-container {
    margin: 5rem 0 0;
  }
  .mobility-news h2 {
    margin-top: 0;
  }
  .news-item {
    display: flex;
    margin: 1rem 0 1rem;
    padding: .5rem 0 .1rem;
  }
  .news-item .date {
    flex: 0 0 130px;
    font-size: 1.6rem;
  }
  .news-item .txt {
    flex: 1 1 auto;
    font-size: 1.6rem;
  }
}

/* mobility-solutions-bnr */
.mobility-solutions-bnr a {
  display: block;
  width: 96%;
  max-width: 720px;
  margin: 3rem auto 6rem;
  padding: 2rem 3rem 2rem 28vw;
  border: solid 1px #666867;
  background: url(/fileadmin/templates2020/images/products/automotive/bnr_mobility-solutions-de_sp_bg.jpg) no-repeat center;
  background-size: 101%;
  transition: opacity .2s ease;
}
.mobility-solutions-bnr a:hover {
  text-decoration: none;
  opacity: .7;
}

@media all and (min-width: 769px) {
  .mobility-solutions-bnr a {
    margin: 4rem auto 0;
    padding: 3.9rem 3rem 3.5rem 26rem;
    background: url(/fileadmin/templates2020/images/products/automotive/bnr_mobility-solutions-de_bg.jpg) no-repeat center;
    background-size: cover;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* モビリティ 製品インデックス
---------------------------------- */
.mb-products-index-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10rem 8%;
}
.mb-products-index-list-item {
  flex: 0 1 46%;
  margin: 0 0 40px;
}
.mb-products-index-list-item .ttl {
  font-weight: 700;
  font-size: 2.5rem;
  margin: 1.6rem 0 .8rem;
}
.mb-products-index-list-item .ttl a {
  color: #003F98;
}
.mb-products-index-list-item .child-ttl {
  text-align: center;
  position: relative;
  margin: 2rem 0 1.5rem;
}
.mb-products-index-list-item .child-ttl::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.mb-products-index-list-item .child-ttl > span {
  display: inline-block;
  background: #ffffff;
  padding: 0 .5rem;
  position: relative;
  z-index: 1;
}
.mb-products-index-list-item .child-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.mb-products-index-list-item .child-box {
  flex: 1 1 auto;
}
.mb-products-index-list-item .child-sub-ttl {
  text-align: center;
  font-weight: 700;
  padding: .7rem 1rem .5rem;
  margin: 0 auto .3rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 4px;
}
.mb-products-index-list-item .selectable .child-sub-ttl {
  color: #0099FF;
  background: #d3e8f2;
}
.mb-products-index-list-item .oneway .child-sub-ttl {
  color: #42b800;
  background: #def2d2;
}

.mb-products-index-list-item .child-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .3rem;
}
.mb-products-index-list-item .child-list li {
  flex: 1 1 auto;
  max-width: 185px;
  /* width: calc((100% - .6rem) / 3); */
  min-width: 172px;
}
.mb-products-index-list-item .child-list a {
  display: block;
  background: #0099FF;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  padding: 1.3rem 1rem;
  height: 100%;
}
.mb-products-index-list-item .oneway .child-list a {
  background: #42b800;
}
.mb-products-index-list-item .more {
  margin: 2.2rem auto 0;
}
.mb-products-index-list-item .more a {
  display: block;
  /* border: solid 1px #000000; */
  text-align: center;
  padding: .9rem 1rem;
  background-color: #0099FF;
  color: #fff;
}
.mb-products-index-list-item .more a:hover {
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  .mb-products-index-list {
    display: block;
  }
  .mb-products-index-list-item .ttl {
    font-size: 2.0rem;
  }
  .mb-products-index-list-item .child-row {
    display: block;
  }
  .mb-products-index-list-item .child-box {
    margin: 0 0 1.5rem;
  }
  .mb-products-index-list-item .child-list li {
    /* width: calc((100% - .3rem) / 2); */
    min-width: inherit;
  }
  .mb-products-index-list-item .more {
    width: 80%;
  }
}


/* モビリティ 詳細ページ
---------------------------------- */
.mb-single-overview {
  padding: 5rem 0 3rem;
  margin: 0 0 6rem;
  background: rgb(251,251,251);
  background: linear-gradient(180deg, rgba(251,251,251,1) 0%, rgba(255,255,255,1) 70%, rgba(234,241,246,1) 90%, rgba(209,228,238,1) 100%);
}
.mb-single-overview .l-sec-cmn-01 {
  margin-bottom: 0;
}
.mb-single-overview-row {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
.mb-single-overview-txt {
  flex: 0 1 550px;
}
.mb-single-overview .p-ttl-heading-01 {
  margin-bottom: 0;
  margin-top: 0;
}
.mb-single-overview-txt .caution-mark {
  display: inline-block;
  color: #ea2424;
  border: solid 1px #ea2424;
  text-align: center;
  margin: .5rem 0 1rem 1rem;
  padding: .2rem 1rem;
  border-radius: 2px;
  font-size: 1.3rem;
  vertical-align: middle;
  line-height: 1.6;
}
.mb-single-overview-index {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin: .5rem 0 3rem;
}
.mb-single-overview-index li {
  flex: 0 1 auto;
  color: #0099FF;
  border: solid 1px #0099FF;
  border-radius: 2px;
  text-align: center;
  padding: .3rem 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.p-single-overview-desc {
  margin: 1.5rem 0 3rem;
}
.mb-single-overview-img {
  flex: 0 1 570px
}
.mb-single-overview-img img {
  box-shadow: 0 3px 12px rgba(0, 0, 0, .16);
}

@media all and (max-width: 768px) {
  .mb-single-overview-row {
    display: block;
  }
  .mb-single-overview-txt .caution-mark {
    margin: 1rem 0;
  }
  .mb-single-overview-img {
    margin: 3rem 0 0;
  }
}

.mb-ttl-heading-product {
  background: #ECF2F5;
  padding: 2.4rem 2.6rem;
  margin: 5rem 0 2.2rem;
  position: relative;
}
.mb-ttl-heading-product .sub {
  display: inline-block;
  color: #0099FF;
  border: solid 2px #0099FF;
  border-radius: 4px;
  text-align: center;
  padding: .9rem 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  background: #ffffff;
  position: relative;
}
.mb-ttl-heading-product .sub + .sub {
  margin-left: 3.7rem;
}
.mb-ttl-heading-product .sub + .sub::before {
  content: '+';
  display: block;
  font-size: 3.6rem;
  line-height: 1.15;
  font-weight: 400;
  position: absolute;
  left: -3.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mb-ttl-heading-product .main {
  display: inline-block;
  margin: 0 0 0 1.5rem;
  font-size: 2.9rem;
}

.mb-ttl-heading-product.pickup {
  padding-right: 22rem;
}
.mb-ttl-heading-product.pickup::after {
  content: '';
  width: 180px;
  height: 107px;
  position: absolute;
  top: -2.3rem;
  right: 3.4rem;
  background: url(/fileadmin/templates2020/images/mobility/vehicle-clutch/disconnect-clutch/icon_pickup.png) center center no-repeat;
  background-size: 100%;
}
/*20240718追加　宮脇*/
.caution-mark {
  display: inline-block;
  color: #ea2424;
  border: solid 1px #ea2424;
  text-align: center;
  margin: 0 0 .7rem 1.5rem;
  padding: .1rem 1rem;
  border-radius: 2px;
  font-size: 1.4rem;
  vertical-align: middle;
  line-height: 1.6;
}
.caution-mark.black {
  color: #000000;
  border: solid 1px #000000;
}
.mb-ttl-heading-product .caution-mark {
  margin: 0 0 1rem 1rem;
  padding: .2rem 1rem;
  font-size: 1.3rem;
}

.caution-txt {
  display: inline-block;
  color: #ea2424;
  margin: 0 0 .7rem 1rem;
  font-weight: 700;
  font-size: 2.0rem;
  vertical-align: middle;
  line-height: 1.6;
}
.caution-txt.black {
  color: #000000;
}

@media all and (max-width: 768px) {
  .mb-ttl-heading-product {
    padding: 1.6rem;
    margin: 3rem 0 2rem;
  }
  .mb-ttl-heading-product .sub {
    padding: .3rem .9rem;
    font-size: 1.5rem;
  }
  .mb-ttl-heading-product .main {
    display: block;
    margin: .5rem 0 0;
    font-size: 2.0rem;
  }
  .mb-ttl-heading-product .sub + .sub {
    margin-left: 2.6rem;
  }
  .mb-ttl-heading-product .sub + .sub::before {
    font-size: 2.6rem;
    line-height: 1;
    left: -2.4rem;
  }

  .mb-ttl-heading-product.pickup {
    padding-right: 1.6rem;
  }
  .mb-ttl-heading-product.pickup::after {
    width: 75px;
    height: 50px;
    top: -2.4rem;
    right: 1rem;
  }
  
/*20240722追加　宮脇*/
  .caution-mark {
    margin: 1rem 0;
  } 
  .mb-ttl-heading-product .caution-mark {
    margin: 1rem 0;
  } 
}


.mb-product-sec {
  margin: 3rem 0 10rem;
}
@media all and (max-width: 768px) {
  .mb-product-sec {
    margin: 3rem 0 7rem;
  }
}

.mb-product-spec-list li {
  border-bottom: solid 1px #CCCCCC;
  padding: 0 .5rem 1.5rem 1.7rem;
  margin: 1.5rem 0;
  text-indent: -1.7rem;
  font-weight: 700;
}

.parking-lock-feature-list {
  margin: 5rem 0 0;
}
.parking-lock-feature-list-item {
  display: flex;
  gap: 2.5rem;
  margin: 2rem 0 3.5rem;
  justify-content: space-between;
}
.parking-lock-feature-list-item .img {
  flex: 0 0 200px;
  order: 2;
}
@media all and (min-width: 769px) {
  .parking-lock-feature-list-item:first-of-type .img {
    flex: 0 0 300px;
  }
}
@media all and (max-width: 768px) {
  .parking-lock-feature-list {
    margin: 3rem 0 0;
  }
  .parking-lock-feature-list-item {
    gap: 2rem;
    margin: 2rem 0 2.5rem;
  }
  .parking-lock-feature-list-item .img {
    flex: 0 0 120px;
  }
}


/* mobility contact */
.mobility-contact {
  margin: 8rem auto 0;
  padding: 2rem 1rem 3rem;
  color: #fff;
  text-align: center;
  background: rgb(0,84,199);
  background: linear-gradient(0deg, rgba(0,84,199,1) 0%, rgba(0,63,152,1) 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
.mobility-contact-ttl {
  font-size: 2.0rem;
}
.mobility-contact-btn {
  display: block;
  color: #fff;
  max-width: 600px;
  margin: 1.5rem auto 0;
  padding: 1.5rem 1rem 2rem;
  font-size: 1.8rem;
  border: solid 1px #fff;
  background: rgba(255,255,255,.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  transition: opacity .2s ease;
}
.mobility-contact-btn:hover {
  opacity: .7;
}

@media all and (min-width: 769px) {
  .mobility-contact {
    max-width: 1160px;
    margin: 10rem auto 0;
    padding: 5rem 0 6rem;
  }
  .mobility-contact-ttl {
    font-size: 2.8rem;
  }
  .mobility-contact-btn {
    margin: 3.5rem auto 0;
  }
}

strong {
  font-weight: bold;
}