@charset "utf-8";

/*-----------------
23PF
------------------*/
.l-auto-local-header .link_index,
.l-auto-local-header .link_PF20 {
  display: none;
}

/* .l-auto-local-header .pf20_tcu,
.l-auto-local-header .pf20_wifi,
.l-auto-local-header .pf20_usb {
  display: none;
}
@media print, screen and (min-width: 736.1px) {
  .l-auto-local-header .sp_only {
    display: none;
  }
} */

/* mainvisual */
.mainvisual_wrap {
  padding-bottom: 15px;
}

.mainvisual_wrap.emmenu {
  padding: 20px;
}

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

  .mainvisual_wrap.emmenu {
    padding: 1rem 0;
  }
}

.mainvisual {
  background: #fff;
  width: 980px;
  height: 270px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.mainvisual::after {
  content: "";
  display: inline-block;
  background: url(/overtheair-support/23PF/images/img_mainvisual_pc.jpg) no-repeat right center;
  background-size: cover;
  width: 511px;
  height: 270px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  webkit-mask-image: linear-gradient(to left, rgb(255, 255, 255) 65%, transparent 95%);
  mask-image: linear-gradient(to left, rgb(255, 255, 255) 65%, transparent 95%);
}

@media screen and (max-width: 736px) {
  .mainvisual {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }

  .mainvisual::after {
    content: "";
    display: inline-block;
    background: url(/overtheair-support/23PF/images/img_mainvisual_sp.jpg) no-repeat center top;
    background-size: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    webkit-mask-image: none;
    mask-image: none;
  }
}

/* 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 */
.ota .ota_info__wrap {
  margin: 25px 0 0 20px;
}

@media screen and (max-width: 736px) {
  .ota .ota_info__wrap {
    margin: 1.4rem 0 0 0;
  }
}

.ota .ota_info a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  width: fit-content;
}

.ota .ota_info:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 736px) {
  .ota .ota_info a {
    flex-wrap: wrap;
  }
}

@media (any-hover: hover) {
  .ota .ota_info a,
  .ota_info .ota_info__copy::after {
    transition: 0.4s ease;
  }

  .ota .ota_info a:hover .ota_info__copy {
    opacity: 0.7;
  }

  .ota .ota_info a:hover .ota_info__copy::after {
    margin-left: 0.9rem;
  }
}

.ota .ota_info__data {
  margin-right: 1rem;
  white-space: nowrap;
  letter-spacing: 0.05rem;
  min-width: 6.3em;
}

.ota .ota_info__copy {
  letter-spacing: 0.05rem;
}

.ota .ota_info__category {
  text-align: center;
  background: #95b6b3;
  color: #fff;
  font-size: 0.84em;
  min-width: 13.5em;
  margin-right: 1rem;
  height: 24px;
  line-height: 1;
  display: grid;
  place-content: center;
  letter-spacing: 0.05em;
  position: relative;
  bottom: -1px;
}

@media screen and (max-width: 736px) {
  .ota .ota_info__category {
    height: 21px;
    margin-right: 0;
    bottom: -1px;
  }
}

.ota .ota_info__category.app {
  background: #cb9260;
}

.ota .ota_info__category.sw_ud {
  background: #79b9cf;
}

.ota .ota_info__category.os_ud {
  background: #8992e8;
}

.ota_info .ota_info__copy::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 16px;
  vertical-align: middle;
  background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin-left: 0.7rem;
  line-height: 1.8;
}

@media screen and (max-width: 736px) {
  .ota_info .ota_info__copy {
    width: 100%;
    margin-top: 0.5rem;
  }

  .ota_info .ota_info__copy::after {
    width: 5px;
    height: 13px;
    margin-left: 0.6rem;
  }
}

/* Cont3 */
.ota .car-lu {
  width: min(940px, 100%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-end;
  gap: 5px;
  margin: 20px auto 0;
  align-items: start;
}

@media screen and (max-width: 736px) {
  .ota .car-lu {
    width: min(540px, 100%);
    margin: 1rem auto 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

@media screen and (max-width: 540px) {
  .ota .car-lu {
    margin: 1em calc(50% - 46vw) 0;
    width: 92vw;
  }
}

.car-lu .car-lu_item {
  text-align: center;

  & 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) {
  .car-lu .car-lu_item {
    width: min(220px, 100%);
    font-size: clamp(9px, 3.2vw, 16px);
    margin: 0 auto 0.4rem;
  }

  .car-lu .car-lu_item img {
    transform: scale(1.05);
  }
}

.ota .car-copy {
  margin: 0.5rem auto 0;
}

.car-copy span {
  background: #fff;
  display: inline;
  padding: 0.6rem 1.2rem;
  font-size: 17px;
  font-weight: 700;
  line-height: 2.7;
  letter-spacing: 0.08rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (max-width: 736px) {
  .car-copy span {
    font-size: 16px;
    letter-spacing: 0.03rem;
    padding: 0.6rem 1rem;
  }
}

.ota .car-procedure_wrap {
  width: min(940px, 100%);
  margin: 35px auto 0;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 736px) {
  .ota .car-procedure_wrap {
    width: 100vw;
    margin: 30px -30px 10px;
    border-radius: 0;
  }
}

.ota .car-procedure_tt {
  font-size: 24px;
  font-weight: 700;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0.7rem 1rem 0.8rem;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 736px) {
  .ota .car-procedure_tt {
    font-size: 21px;
  }
}

.ota .car-procedure {
  background: #fff;
  padding: 40px min(60px, 5vw);
}

@media screen and (max-width: 736px) {
  .ota .car-procedure {
    padding: 35px 25px;
  }
}

.ota .car-procedure_item:not(:last-child) {
  margin-bottom: 22px;
}

/* Cont4 */
.qanda {
  width: min(940px, 100%);
  margin: 35px auto 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1px;
}

@media screen and (max-width: 736px) {
  .qanda {
    width: 100vw;
    margin: 35px -30px 0;
  }
}

.qanda .qanda_tab {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 1px;
}

.qanda .qanda_tab input {
  position: absolute;
  opacity: 0;
}

.qanda .qanda_tab label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.8;
  margin: 1px 2px;
  padding: 1.5em 3.9em 1.6em 5em;
  cursor: pointer;
  background: #f0f0f0;
  transition: all 0.3s;
}

@media screen and (max-width: 736px) {
  .qanda .qanda_tab label {
    font-size: 16px;
    line-height: 1.6;
    margin: 1px 0;
    padding: 1.3em 35px 1.4em 58px;
  }
}

.qanda .qanda_tab label::before,
.qanda .qanda_tab .qanda_contents::before {
  font-size: 17px;
  color: #fff;
  content: "Q";
  top: 22px;
  background-color: #959595;
  width: 40px;
  height: 40px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: absolute;
  line-height: 1;
  border-radius: 50%;
}

.qanda .qanda_tab .qanda_contents::before {
  content: "A";
  background-color: #c00;
}

@media screen and (max-width: 736px) {
  .qanda .qanda_tab label::before,
  .qanda .qanda_tab .qanda_contents::before {
    font-size: 15px;
    top: 19px;
    width: 30px;
    height: 30px;
    left: 17px;
  }
}

.qanda .qanda_tab label::after {
  content: "";
  position: absolute;
  top: 31px;
  right: 35px;
  display: inline-block;
  background: url(/overtheair-support/common/images/icon/plis.svg) no-repeat 100% 100%;
  width: 22px;
  height: 22px;
  transition: all 0.4s;
}

@media screen and (max-width: 736px) {
  .qanda .qanda_tab label::after {
    top: 24px;
    right: 15px;
    width: 16px;
    height: 16px;
  }
}

.qanda .qanda_tab .qanda_contents {
  max-height: 0;
  transition: max-height 0.5s;
  position: relative;
}

.qanda .qanda_tab .qanda_contents .qanda_contents_inner {
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  margin: 1px;
  padding: 1.6em 1.5em 2.3em 5.2em;
}

.qanda .qanda_tab:last-child .qanda_contents .qanda_contents_inner {
  padding: 1.6em 3.7em 1.6em 5.2em;
}

@media screen and (max-width: 736px) {
  .qanda .qanda_tab .qanda_contents .qanda_contents_inner {
    font-size: 16px;
    line-height: 1.6;
    padding: 1.3em 20px 1.4em 60px;
  }

  .qanda .qanda_tab:last-child .qanda_contents .qanda_contents_inner {
    padding: 1.3em 20px 1em 60px;
  }
}

.qanda .qanda_tab input:checked ~ label::before {
  background-color: #bbb;
}

.qanda .qanda_tab input:checked ~ .qanda_contents {
  max-height: 20em;
}

.qanda .qanda_tab input[type="checkbox"]:checked + label::after {
  -webkit-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
  filter: opacity(0.5);
}

.caut01 {
  width: min(95%, 980px);
  font-size: 0.86em;
  opacity: 0.86;
  margin: 0.7em auto 0;
  @media screen and (max-width: 736px) {
    padding-inline: 30px;
    width: 100%;
  }
  & p {
    margin-left: auto;
    width: fit-content;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.3em;
    &::before {
      content: "\25A0";
      display: inline-block;
    }
  }
}
