@charset "UTF-8";
/* ==========
htc-plus_2020_07
 ========== */
.htc-icon__new {
  height: 1em;
  width: 10px;
  position: relative;
}

.htc-icon__new::after {
  content: "NEW";
  font-size: 0.76em;
  background-color: #fff;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  letter-spacing: 0;
  position: absolute;
  color: #e60012;
  border: 1px solid #e60012;
  display: inline-block;
  padding: 0.15em 0.24em 0.2em;
  line-height: 1;
  top: 0.1em;
  left: 0;
}

.mt_reset {
  margin-top: 0 !important;
}

/* htc-plus_2022_02 */
#PersonalAssistant {
  display: none;
  text-align: left;
  line-height: 1.6;
}

.popup_headline {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 0 0.5em;
  border-bottom: 1px #ccc solid;
  font-size: 22px;
  text-align: left;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.popup_headline + p {
  font-size: 16px;
}

.popup_headline + p span {
  color: #e04020;
}

.such_cases {
  margin: 1.5rem auto 1rem;
  border: 1px solid #ccc;
  text-align: center;
  padding: 1.5rem 50px;
  display: flex;
  justify-content: space-between;
}

.such_cases > div:nth-child(1) {
  width: 30%;
  padding: 1rem;
  background: #e04020;
  color: #fff;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.such_cases > div:nth-child(2) {
  width: 62%;
  text-align: left;
  font-size: 16px;
}

.such_cases > div > p {
  font-size: 18px;
}

.such_cases > div > ul li {
  list-style: disc;
  margin-bottom: 0.3rem;
  line-height: 1.5;
}

.such_cases > div > ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  #PersonalAssistant {
    line-height: 1.5;
  }

  .popup_headline {
    font-size: 20px;
    line-height: 1.5;
    padding: 0.5rem 0 0.5em;
  }

  .popup_headline + p {
    font-size: 15px;
  }

  .such_cases {
    padding: 6vw;
    flex-direction: column;
  }

  .such_cases > div:nth-child(1) {
    width: 100%;
    padding: 1rem;
  }

  .such_cases > div:nth-child(2) {
    width: 100%;
    font-size: 15px;
    margin-top: 1.2rem;
  }

  .such_cases > div > p {
    font-size: 17px;
  }

  .such_cases > div > ul {
    margin-left: 1rem;
  }
}

.htc-home-article-info a {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(2, auto);
  line-height: 1.5;
  column-gap: 12px;
  padding: 1em;
  border: 1px solid #c6c6c6;
  color: #0064a1 !important;
  transition: 0.5s all ease;
}

.htc-home-article-info a:has(span) {
  grid-template-columns: repeat(3, auto);
  align-items: start;
}

.htc-home-article-info a span {
  font-size: 0.76em;
  padding: 3px 0.7em 4px 0.8em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e60012;
  color: #fff;
  font-style: normal;
  margin: 0.075em 0.1em 0 0;
  line-height: 1;
}

@media screen and (min-width: 737px), print {
  .htc-home-article-info {
    width: min(880px, 100%);
    margin: 0px auto 30px;
  }

  .htc-home-article-info a:hover {
    opacity: 0.6;
  }

  .htc-home-important-info + .htc-home-important-info a {
    margin-bottom: 35px;
  }

  .htc-home-article-info + .htc-home-article-text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-info {
    width: 100%;
  }

  .htc-home-article-info.premium_pa a {
    padding: 20px 5vw !important;
  }

  .htc-home-article-info + .htc-home-article-text {
    margin-top: 35px;
  }

  .htc-home-article-info a {
    display: block;
    width: 100%;
    padding: 1em 5vw;
    &.nost {
      padding: 1em 3vw 1em 2vw;
    }
  }

  .htc-home-article-info a span {
    position: relative;
    top: -1px;
    padding: 3px 0.4em 3px 0.5em;
  }
  .htc-home-article-info a p {
    display: inline;
  }
}

header#l-header202209 {
  z-index: 999 !important;
}

@media screen and (max-width: 736px) {
  .wrapB .htc-home-article-info {
    padding: 20px 5% 0;
  }
}

/* cp2310_banner */
.cp2310_banner {
  width: 840px;
  margin: 35px auto;
  box-sizing: border-box;
}

.cp2310_banner img {
  max-width: 100%;
}

@media screen and (max-width: 736px) {
  .cp2310_banner {
    margin: 25px 5vw 5px;
    width: calc(100% - 10vw);
  }
}

/* htc-plus_2024_04 */
.modaal-content-container:has(.tg) {
  padding: 40px 55px;
}

#Info_tgs_end,
#Wi-Fi_tgs_end,
#Secure_3D,
#Network_congestion,
#wifi-nost1,
#Notice-closure {
  display: none;
}

#Info_tgs_end.open,
#Wi-Fi_tgs_end.open,
#Secure_3D.open,
#Network_congestion.open,
#wifi-nost1.open,
#Notice-closure.open {
  display: block;
  text-align: left !important;
  width: 100%;
  background: #f5f5f5;
  padding: 30px;
}

.notice-closure {
  letter-spacing: 0.05rem;
  text-align: left;
  & .closur-dl {
    margin-block: 1.5em;

    & dt {
      display: grid;
      grid-template-columns: 1.5em 1fr;
      @media (736px >= width) {
        grid-template-columns: 1.5em auto;
        width: fit-content;
      }

      &::before {
        content: "\25A0";
        display: grid;
        justify-content: center;
        align-items: start;
      }
    }
    & dd {
      display: block;
      margin-left: 1.5em;
    }
  }
}

.wifi-nost1 {
  letter-spacing: 0.05rem;
  & strong {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }
  & .caut {
    text-align: left;
    margin: 0.2rem 0 0 2px;
    font-size: 14px;
    display: grid;
    grid-template-columns: 1.5em 1fr;
    &::before {
      content: "\203B";
      display: grid;
      justify-content: center;
      align-items: start;
    }
  }
  & .p-cont {
    margin-top: 1.5em;
    & .tt {
      position: relative;
      width: fit-content;
      &::after {
        content: "";
        width: calc(100% - 5px);
        height: 1px;
        display: inline-block;
        background-color: #555;
        position: absolute;
        bottom: -4px;
        left: 5px;
        @media (736px >= width) {
          bottom: -6px;
        }
      }
      & p {
        display: grid;
        grid-template-columns: 1.5em 1fr;
        text-align: left;

        margin-bottom: 1em;
        @media (736px >= width) {
          line-height: 1.4;
        }

        &::before {
          content: "\25A0";
          display: grid;
          justify-content: center;
          align-items: start;
        }
      }
    }

    & .pdf-link {
      margin: 1rem 0 0 1.5rem;
      text-align: left;
      & a {
        color: #0064a1;
        text-decoration: none;
        transition: 0.2s ease-in-out;
        &:hover {
          opacity: 0.7;
        }
      }
    }
  }
  & .display {
    margin-block: 2rem;
    display: grid;
    grid-template-columns: repeat(2, auto);
    width: fit-content;
    margin-inline: auto;
    text-align: left;
    & div {
      outline: 1px solid #aaa;
      outline-offset: 0;
      background: #fff;
      padding: 0.5rem 1.2rem;

      @media (736px >= width) {
        padding: 0.4rem 0.8rem;
      }
      &:nth-child(even) {
        display: grid;
        place-content: center;
      }
      &:nth-child(-n + 2) {
        background: #777;
        color: #fff;
        text-align: center;
      }
      & a {
        color: #0064a1;
        text-decoration: none;
        transition: 0.2s ease-in-out;
        &:hover {
          opacity: 0.7;
        }
      }
    }
  }
}

.htc-home-article-info {
  &:has(.pa_inline) {
    overflow-wrap: anywhere;
    word-break: keep-all;
  }
  & i {
    display: inline-block;
    font-style: normal;
  }
}

.tgs_end {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 1em 4em;
  font-size: 16px;
  line-height: 1.6;
}

.tgs_end.wf {
  display: block;
}

.tgs_end .popup_headline {
  grid-area: 1 / 1 / 2 / 3;
  margin-bottom: 0;
  padding: 0 0 0.5em;
}

.tgs_end .tgs_end_copy {
  grid-area: 2 / 1 / 3 / 2;
}

.tgs_end .tgplus_copy {
  margin: 1em 0 1.2em;
}

.tgs_end .tgplus_copy strong {
  font-size: 1.1em;
  margin: 0 0.1em;
}

.tgs_end .tgs_end_copy p {
  margin-top: 1em;
}

.tgs_end .tgs_end_img {
  grid-area: 2 / 2 / 4 / 3;
  margin-top: 1em;
}

.tgs_end .tgs_end_img img {
  width: 100%;
}

.tgs_end .tgs_end_link {
  grid-area: 3 / 1 / 4 / 2;
  margin-top: 0.5em;
}

.tgs_end .tgs_end_link p + p {
  margin-top: 0.5em;
}

.tgs_end .tgplus_induction {
  margin: 1.7em 0 1.2em;
}

.tgs_end .tgplus_induction strong {
  font-size: 1.1em;
}

.tgs_end a {
  color: #0064a1;
  font-size: 0.9em;
  word-wrap: break-word;
  word-break: break-all;
  transition: 0.3s all;
}

@media (any-hover: hover) {
  .tgs_end a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 736px) {
  .modaal-content-container:has(.tgs_end) {
    padding: 7vw 5vw;
  }

  .tgs_end {
    display: block;
    font-size: 15px;
  }

  .tgs_end .popup_headline {
    margin-bottom: 0;
    padding: 0 0 0.5em;
    line-height: 1.3;
  }

  .tgs_end .tgs_end_link {
    margin-top: 1.5em;
  }

  .tgs_end .tgs_end_img {
    margin: 2em auto;
    width: min(240px, 60%);
  }
}

.net_cong {
  display: block;
  font-size: 16px;
  line-height: 1.6;

  & .popup_headline {
    overflow-wrap: anywhere;
    word-break: keep-all;
    padding-top: 0;
    & i {
      display: inline-block;
      font-style: normal;
    }
  }
  & .tgs_end_copy {
    margin-top: 2em;
  }
  & p:not(:first-child) {
    margin-top: 1em;
    &.caut {
      margin: 0.2rem 0 0 2px;
    }
  }
}

#Network_congestion + .htc-home-article-info .pa_inline {
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.wrap_out.wi-fi {
  margin: -2em auto 4em;
  width: min(880px, 100%);
  font-size: 1.072rem;
}

@media screen and (max-width: 736px) {
  .wrap_out.wi-fi {
    padding: 0 5%;
    font-size: 0.938rem;
  }
}

/* 2024.06.05 */

.ev_cont .pc {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .ev_cont .pc {
    display: none;
  }
}

.bet_aside {
  height: 350px;
  background: url(/hondatotalcare/images/premium/img_main_ttl_02.jpg) no-repeat;
  background-size: 1400px;
  background-position: center bottom;
}

@media screen and (max-width: 736px) {
  .bet_aside {
    height: 22dvh;
    background-size: auto min(26dvh, 200%);
  }
}
.secure_3d {
  & p {
    font-size: 16px;
  }
  & .tgplus_copy {
    margin: 1em 0 0.2em;
    line-height: 1.6;
  }

  & .popup_headline {
    padding: 0.4em 0 0.9em 0;
  }
}
