@charset "utf-8";

/*-----------------
index
------------------*/
.l-auto-local-header .link_PF20,
.l-auto-local-header .link_PF23,
.l-auto-local-header .index_none,
.page-link-container {
  display: none;
}

.mainvisual_wrap {
  padding-top: 15px;
}

@media screen and (max-width: 736px) {
  .mainvisual_wrap {
    padding-top: 0;
  }
}

/* Cont1 */
.ota .ota_img {
  width: min(840px, 100%);
  margin: 45px auto 0;
}

@media screen and (max-width: 736px) {
  .ota .ota_img {
    width: 230px;
    margin: 35px auto 0;
  }
}

.ota .ota_copy {
  margin: 40px 0 0 20px;
  line-height: 1.8;
}

@media screen and (max-width: 736px) {
  .ota .ota_copy {
    margin: 1rem 0 0;
    line-height: 1.8;
  }
}

@media screen and (max-width: 736px) {
  .ota .ota_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Cont2 */
#Cont2 .car-lu-cont {
  margin-top: 56px;
}

@media screen and (max-width: 736px) {
  #Cont2 .car-lu-cont {
    margin-top: 35px;
  }

  #Cont2 .car-lu-cont + .car-lu-cont {
    margin-top: 40px;
  }
}

#Cont2 a * {
  transition: 0.3s all;
}

#Cont2 a {
  display: block;
  color: inherit;
  text-decoration: none;

  @media screen and (max-width: 736px) {
    border-top: none;
    background: inherit;
  }
}

#Cont2 a .car-lu-arrow {
  display: grid;
  justify-items: end;
  padding-block: 0 1em;
  background: #fff;
  border-radius: 0 0 1em 1em;
  @media screen and (max-width: 736px) {
    border-radius: 0 0 10px 10px;
  }
}

#Cont2 a .car-lu-arrow span {
  position: relative;
  padding-right: 2.5em;
  font-size: clamp(10px, 3.5vw, 16px);
}

#Cont2 a .car-lu-arrow span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.4em;
  width: 7px;
  height: 12px;
  background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
  background-size: contain;
  transform: translateY(-50%);
  transition: all 0.3s;
}

#Cont2 h3 {
  position: relative;
  text-align: center;
  background: linear-gradient(transparent 50%, #fff 50%);

  &::before {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: #4285f4;
  }

  & span {
    position: relative;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    background: #4285f4;
    padding-inline: 1.5em;
    width: fit-content;
    border-radius: 10vw;
    display: inline-grid;
    place-content: center;
    height: 40px;
  }

  @media screen and (max-width: 736px) {
    &::before {
      top: calc(50% - 1px);
      height: 2px;
    }
    & span {
      font-size: clamp(13px, 4.1vw, 17px);
      padding: 0.5em 1em;
      height: auto;
      line-height: 1.4;
    }
  }
}

/* pf20 */

@media (any-hover: hover) {
  #Cont2 a:hover h3 span {
    color: #4285f4;
    background: #fff;
    outline: #4285f4 2px solid;
  }

  #Cont2 a:hover .car-lu-arrow span::after {
    right: 1.1em;
  }

  #Cont2 a:hover .car-lu .car-lu_item img {
    filter: brightness(1.15);
  }
}

.car-lu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.3em 1em 0;
  background: #fff;

  &.lo3 {
    padding-inline: calm(1em + 25%);
  }

  & .car-lu_item {
    width: 25%;
    padding-inline: 0.1em;
    @media screen and (max-width: 736px) {
      width: calc(100% / 3);
      padding-inline: 0;
    }
    & p {
      text-align: center;
      font-size: clamp(8.5px, 3.1vw, 15px);
      line-height: 1.2;
      margin-top: 0.15em;
      & span {
        display: grid;
        place-content: center;
        font-size: 0.86em;
        @media screen and (max-width: 736px) {
          margin-bottom: 0.5em;
        }
      }
    }
  }
}
.caut01 {
  font-size: 0.86em;
  opacity: 0.86;
  margin: 0.86em 0 0 auto;
  width: fit-content;
}
