@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root{
  --inter-opsz: 14;
}

/* common */
@media all and (max-width: 769px) {
  body {
    min-width: unset;
  }
}

.flex-uniform-vertical {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.flex-uniform-horizontal {
  display: flex;
  justify-content: space-between;
}

.note-text-bottom-exclusive {
  font-weight: 900;
}

.note-text-bottom-exclusive::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/U-Car/resource/img/icon/ico_external_link_off.png);
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  margin-left: -1px;
  background-position: 0 4px;
}

@media all and (max-width: 768px) {
  .note-text-bottom-exclusive::after {
    margin-left: 0;
  }
}

.note-text-bottom-explain {
  text-decoration: underline;
}

a {
  cursor: pointer;
}

a:hover {
  color: #000;
}

.link-text {
  text-decoration: underline !important;
  font-weight: 600;
}

.link-text:hover {
  text-decoration: underline;
}

.js-acd-content {
  display: none;
}

#main:before {
  content: none;
  display: none;
}
#main:after {
  clear: none;
}

#main p,
#main span,
#main li,
#main div,
#main a {
  letter-spacing: 0.04em;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-optical-sizing: none;
  color: #000;
}

.no-disp {
  display: none !important;
}

.text-right {
  text-align: right !important;
}

/* breadcrumb */
#breadcrumb {
  margin-bottom: 26px;
}
/* main */
#main {
  width: 1216px;
  min-width: unset;
  margin: 0 auto;
}

#main .title__main {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 20px;
  display: block;
  line-height: 48px;
}

#main section {
  margin: 0;
}

@media all and (max-width: 768px) {
  #main {
    width: 100%;
    padding-bottom: 10px;
  }

  #main .title__main {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 24px;
  }
  #main .l-content__in__guide {
    margin: 0 14px;
  }
}

/* top */
section#top {
  margin-bottom: 72px;
}

#top .title__sub {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 24px;
  margin: 0;
}

#top .title__img img {
  width: 100%;
}

@media all and (max-width: 768px) {
  section#top {
    padding: 5px 2.5px 0;
  }

  #top .flex-img {
    width: 100%;
  }

  #top .title__sub {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 17px;
  }
}

/* charm */
section#charm {
  width: 100%;
  margin-bottom: 72px;
}

#charm .item-index {
  display: flex;
  justify-content: space-between;
}

#charm .item {
  width: 384px;
  height: 518px;
}

#charm .item-title {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  margin-top: 3px;
}

#charm .item-title img {
  width: 24px;
  height: 24px;
}

#charm .item-title__label {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 4px;
}

#charm .item-subtitle__label {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.8px;
  margin: 2px 0;
}

#charm .item-icon__label {
  width: 383px;
  height: 120px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.64px;
}

#charm .item-description {
  width: 384px;
  height: 111px;
  padding: 24px;
  background: #f9f9f9;
}

#charm .item-description__text {
  color: #222222;
  font-size: 14px;
  line-height: 21px;
}

#charm .item-link {
  height: 21px;
}

#charm .item-link img {
  margin-left: 2px;
}

#charm .link-button {
  margin-right: 0;
  padding: 0;
}

#charm .note-text-bottom-explain.link-button {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  font-family: "Meiryo", "Inter", sans-serif;
  line-height: 16px;
  letter-spacing: 0.7px;
  text-decoration: underline;
  white-space: nowrap;
}

@media all and (max-width: 768px) {
  section#charm {
    display: block;
    max-width: 100%;
    padding: 0 2.5px;
  }

  #charm .item {
    display: block;
    height: auto;
    width: 100%;
  }

  #charm .item:not(:last-child) {
    margin-bottom: 47px;
  }

  #charm .item-index {
    display: flex;
    flex-direction: column;
  }

  #charm .item-title {
    height: 53px;
    margin-top: 0;
  }

  #charm .item-title__label {
    font-size: 16px;
  }

  #charm .item-subtitle__label {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 24px;
    padding-bottom: 16px;
    margin: 0 0 7px;
  }

  #charm .flex-img {
    width: 100%;
    padding-bottom: 10.5px;
  }

  #charm .item-icon__label {
    width: 100%;
    height: 100%;
    font-size: 15.88px;
    padding-bottom: 0;
  }

  #charm .item-index > div:nth-of-type(3) .item-icon__label {
    padding-right: 14px;
  }

  #charm .item-description {
    width: 100%;
    height: auto;
    margin-top: 16px;
  }

  #charm .item-description__text {
    font-size: 12px;
    line-height: 18px;
  }

  #charm .item-button {
    margin-top: 48px;
    width: 100%;
    height: 56px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background-color: black;
  }

  #charm .item-button__text {
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  #charm .item-link {
    margin-top: 22px;
  }

  #charm .item-link img {
    margin-bottom: 2px;
  }

  #charm .link-button {
    font-size: 12px;
  }
}

/* outlet */
section#outlet {
  width: 912px;
  margin: 0 auto;
  margin-bottom: 74px;
  padding: 50px 48px 48px;
  background: #f9f9f9;
}

#outlet .item {
  width: 440px;
  height: 214px;
  gap: 15px;
}

#outlet .item__title {
  align-self: stretch;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

#outlet .item__text {
  line-height: 26px;
  align-self: stretch;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}

#outlet .item__link {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}

@media all and (max-width: 768px) {
  section#outlet {
    display: block;
    padding: 24px;
    width: auto;
    max-width: 100%;
    margin: 0 2.5px 70px;
  }

  #outlet .flex-img {
    width: 100%;
    margin-bottom: 24px;
  }

  #outlet .item {
    display: block;
    width: 100%;
    height: auto;
  }

  #outlet .item__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  #outlet .item__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
  }
}

/* flow01 */
section#flow01 {
  width: 1216px;
  margin: 0 auto;
  margin-bottom: 74px;
}

#flow01 .title__main {
  padding-bottom: 22px;
}

#flow01 .step-box {
  box-sizing: border-box;
  height: 264px;
  border: solid 1px #000;
  position: relative;
  padding: 49px;
}

#flow01 .step-box:not(:first-child) {
  margin-top: 48px;
}

#flow01 .step-box__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 16px 0;
}

#flow01 .step-box__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.56px;
}

#flow01 .link-text {
  font-weight: 700;
}

#flow01 .step-box img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (min-width: 769px) {
  #flow01 .step-box__text {
    max-width: 690px;
  }
}

@media all and (max-width: 768px) {
  section#flow01 {
    width: 100%;
    max-width: 100%;
    padding: 0 2.5px;
    margin-bottom: 72px;
  }

  #flow01 .title__main {
    padding-bottom: 23.5px;
  }

  #flow01 .step-box {
    height: auto;
    min-height: 212px;
    padding: 24px;
    padding-right: 118px;
  }

  #flow01 .step-box:not(:first-child) {
    margin-top: 16px;
  }

  #flow01 .step-box__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 7.6px;
    word-wrap: break-word;
  }

  #flow01 .step-box__text {
    max-width: 690px;
    font-weight: 400;
    margin: 0;
  }

  #flow01 .step-box img {
    top: 0;
  }
}

/* flow02 */
section#flow02 {
  margin-bottom: 74px;
}

#flow02 .title__main {
  padding-bottom: 22px;
}

#flow02 img {
  width: 100%;
}

@media all and (max-width: 768px) {
  section#flow02 {
    width: 100%;
    max-width: 100%;
    padding: 0 2.5px;
    margin-bottom: 73.3px;
  }

  #flow02 .title__main {
    padding-bottom: 24px;
  }
}

/* mark */
section#mark {
  margin-bottom: 74px;
}

#mark .title__main {
  padding-bottom: 22.5px;
}

#mark .mark-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

#mark .mark-area:first-child {
  padding-bottom: 47px;
}

#mark .mark-area_text {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

#mark .note-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 19.2px;
  color: #666;
  margin: 0;
}

#mark img {
  height: 20px;
}

@media all and (max-width: 768px) {
  section#mark {
    width: 100%;
    max-width: 100%;
    padding: 0 2.5px;
    margin-bottom: 72px;
  }

  #mark .title__main {
    padding-bottom: 24px;
  }

  #mark .mark-area:first-child {
    padding-bottom: 26px;
  }

  #mark .mark-area {
    gap: 9px;
  }

  #mark .mark-area_text {
    line-height: 25.6px;
    letter-spacing: 0.64px;
  }

  #mark .note-text {
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 16px;
    margin-top: 9.5px;
  }

  #mark img {
    height: 24px;
  }
}

/* question */
section#question {
  margin-bottom: 41px;
}

#question .tab-bar_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  height: 38px;
}

#question .tab-bar_list-item {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  padding: 2px;
  padding-bottom: 0;
}

@media all and (min-width: 769px) {
  #question .tab-bar_list-item:hover {
    background-color: #f3f3f3;
  }
}

#question .tab-bar_list-item.is-shown {
  border-bottom: 2px solid #eb0a1e;
}

#question .question-content {
  margin-top: 24px;
}

#question .content-index {
  width: 100%;
  position: relative;
  cursor: pointer;
}

@media all and (min-width: 769px) {
  #question .content-index:hover {
    background-color: #f3f3f3;
  }
}

#question .content-index::after {
  content: "";
  position: absolute;
  background-image: url(/U-Car/resource_new/static/img/Info/online-purchase/ico_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  transition: transform 0.2s ease-in-out;
  top: calc(50% - 5px);
  right: 10px;
}

#question .content-index.is-active::after {
  transform: rotate(180deg);
}

#question .content-index::before {
  content: "";
  position: absolute;
  background-image: url(/U-Car/resource_new/static/img/Info/online-purchase/ico_question.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: calc(50% - 11px);
  left: 0px;
  opacity: 1;
}

#question .content-title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Hiragino Kaku Gothic Pro', 'Inter', 'Noto Sans JP', sans-serif;
  line-height: 30px;
  padding: 16px 0;
  padding-left: 48px;
  margin: 0;
}

#question .content-text::before {
  content: "";
  position: absolute;
  background-image: url(/U-Car/resource_new/static/img/Info/online-purchase/ico_answer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#question .content-text.fade-answer::before {
  opacity: 1;
}

#question .content-text {
  font-size: 16px;
  font-weight: 300;
}

#question .content-text p {
  font-weight: 400;
  font-family: 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'Inter', sans-serif;
  line-height: 26px;
  margin: 0 0 0 48px;
}

#question .content-text p:first-child {
  line-height: 24px;
  padding-top: 16px;
}

#question .content-text p:last-child {
  padding-bottom: 24px;
}

#question .link-text {
  font-weight: 700;
}

@media all and (max-width: 768px) {
  section#question {
    width: 100%;
    max-width: 100%;
    padding: 0 11.5px 0 2.5px;
  }

  #question .tab-content {
    padding-left: 0.5px;
  }

  #question .question-content {
    margin-top: 26px;
  }

  #question .tab-bar_list {
    height: 36px;
  }

  #question .tab-bar_list-item {
    font-size: 12px;
    font-weight: 900;
    line-height: 19.2px;
    letter-spacing: 0.48px;
  }

  #question .content-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    padding: 16px 40px 16px 48px;
  }

  #question .content-text p:first-child {
    line-height: 25.6px;
  }

  #question .content-text p {
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: 0.3px;
  }
}

/* #region foot */
section#foot {
  margin-bottom: 75px;
}

#foot .note-text-bottom-explain {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  font-family: "Meiryo", "Inter", sans-serif;
  line-height: 16px;
  letter-spacing: 0.7px;
  text-decoration: underline;
  margin-left: auto;
}

#foot .note-text-bottom-explain:first-child {
  margin-bottom: 31px;
}

#foot .note-text-bottom-explain::after {
  margin-left: 4px;
}
#foot img {
  margin-left: 2px;
}
@media all and (max-width: 768px) {
  section#foot {
    width: 100%;
    max-width: 100%;
    margin-bottom: 83px;
  }
  #foot .note-text-bottom-explain:first-child {
    margin-bottom: 27px;
  }
  #foot img {
    margin-bottom: 2px;
  }
}
/* #endregion foot */

/* #region search-button */
section#search-button {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

#search-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  width: 830px;
  height: 74px;
  border: #e70012;
  border-radius: 5px;
  background-color: #e70012;
  color: #fff;
  font-family: "Meiryo", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1.1px;
}
#search-button a:hover {
  opacity: 0.8;
}

#search-button img {
  width: 20px;
  height: auto;
}

@media all and (max-width: 768px) {
  #search-button a {
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 14px 18px;
    font-size: 18px;
    line-height: 23.4px;
  }
}
/* #endregion search-button */

/* #region footer-banner */
#footer-banner {
  width: 1280px;
  min-width: unset;
  margin: 0 auto;
}

#footer-banner > ul {
  margin: 0;
}

@media all and (max-width: 768px) {
  #footer-banner {
    width: 100%;
  }
  #footer-banner > ul {
    margin: 0 14px;
  }
}
/* #endregion fotter-banner */

/* tracking */
#tracking {
  width: 100%;
  height: 88px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: fixed;
  bottom: 0;
  margin: 0;
  background-color: #3c3736e5;
  transition: opacity 0.5s;
  opacity: 1;
}

#tracking .item-button {
  width: 800px;
  height: 68px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  background-color: #fff;
  opacity: 1;
  border-radius: 5px;
  text-decoration: none;
}

#tracking .item-button:hover {
  opacity: 0.8;
}

#tracking .item-button__text {
  font-family: 'Noto Sans JP', "Meiryo", "Inter", sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1.1px;
  text-align: right;
  vertical-align: middle;
}

#tracking img {
  position: absolute;
  right: 140px;
}

@media all and (max-width: 768px) {
  #tracking {
    height: 71px;
    padding: 12px 20px;
  }

  #tracking .item-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 10.5px 0 30px;
  }

  #tracking .item-button__text {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.9px;
  }

  #tracking img {
    position: unset;
    width: 25px;
    height: auto;
  }
}
