@charset "utf-8";
.p-buy-note {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .p-buy-note {
    margin-bottom: 127px;
  }
}
@media screen and (max-width: 767px) {
  .p-buy-note .u-pc-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-buy-note .p-used-buy-header .u-pc-width {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-buy-note img {
  max-width: 100%;
  height: auto;
}
.p-buy-note__kv {
  background: #f2f8ff;
  text-align: center;
  padding-top: 14px;
  overflow: hidden;
}
.p-buy-note__kv__inner {
  padding: 0 15px;
}
.p-buy-note__kv__title {
  font-size: 33px;
  font-weight: bold;
  color: #004da1;
  margin-bottom: 0.2em;
}
.p-buy-note__kv__title::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #004da1 no-repeat url(../images/icon-note.webp) center/59%;
  margin: 0 auto 9px;
}
.p-buy-note__kv__subtitle {
  border-bottom: 3px solid #00a2e6;
  font-size: 18px;
  font-weight: bold;
}
.p-buy-note__kv__merit {
  background: #fff;
  margin-top: 18px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 15px;
}
.p-buy-note__kv__merit__list {
  text-align: left;
}
.p-buy-note__kv__merit__list li {
  display: flex;
}
.p-buy-note__kv__merit__list li::before {
  content: "";
  flex: 0 0 auto;
  display: inline-block;
  width: 30px;
  height: 1lh;
  background: no-repeat url(../images/icon-merit-check.webp) center/contain;
  vertical-align: middle;
}
.p-buy-note__kv__image {
  position: relative;
  display: flex;
  padding: 10px 15px 18px;
  align-items: flex-end;
  justify-content: space-between;
}
.p-buy-note__kv__image__pc {
  width: 48%;
}
.p-buy-note__kv__image__man {
  width: 46%;
  overflow: hidden;
  aspect-ratio: 279/378;
  margin-bottom: -18px;
}
.p-buy-note__kv__footer {
  position: relative;
  background: #004da1;
  padding: 12px 0;
}
.p-buy-note__kv__footer p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 21px;
  font-weight: bold;
  color: #fff4aa;
  text-align: center;
}
.p-buy-note__kv__footer p::before,
.p-buy-note__kv__footer p::after {
  content: "";
  width: 2px;
  height: 22px;
  background: #fff4aa;
  transform: rotate(-24deg);
}
.p-buy-note__kv__footer p::after {
  transform: rotate(24deg);
}

@media screen and (min-width: 768px), print {
  .p-buy-note__kv {
    position: relative;
    max-width: 1140px;
    margin: 44px auto 75px;
    padding-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .p-buy-note__kv__inner {
    flex: 0 0 auto;
    width: 50%;
    margin: 0 auto 30px;
  }
  .p-buy-note__kv__title {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }
  .p-buy-note__kv__title::before {
    margin: 0;
    margin-right: 20px;
    width: 83px;
    height: 83px;
    flex: 0 0 auto;
  }
  .p-buy-note__kv__title {
    font-size: min(33/768*100vw, 44px);
    margin-bottom: 0.5em;
  }
  .p-buy-note__kv__subtitle {
    font-size: min(18/768*100vw, 29px);
    border-bottom-width: 6px;
  }
  .p-buy-note__kv__merit {
    font-size: min(16/768*100vw, 22px);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-buy-note__kv__image {
    display: contents;
  }
  .p-buy-note__kv__image__pc,
  .p-buy-note__kv__image__man {
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
  }

  .p-buy-note__kv__image__pc {
    right: 2.5%;
    width: 21%;
    bottom: 22%;
  }
  .p-buy-note__kv__image__man {
    left: 0;
    width: 20%;
    transform: translate(10%, 7%);
    aspect-ratio: auto;
    margin-bottom: 0;
  }
  .p-buy-note__kv__footer {
    width: 100%;
    flex: 0 0 auto;
  }
  .p-buy-note__kv__footer p {
    font-size: min(22/768*100vw, 28px);
  }
  .p-buy-note__kv__footer p::before,
  .p-buy-note__kv__footer p::after {
    height: 28px;
  }
}

.p-buy-note-estimate {
  background: #f4f4f4;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 55px;
  padding: 60px calc(50vw - 50%);
}
@media screen and (min-width: 768px), print {
  .p-buy-note-estimate {
    padding-bottom: 75px;
  }
}
.p-buy-note-estimate .p-used-buy-heading {
  margin-top: 0;
}
.p-buy-note-estimate-parts {
  margin: 33px auto;
}
.p-buy-note-estimate-parts__header {
  display: flex;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  background: #004da1;
  color: #fff;
}
.p-buy-note-estimate-parts--tab .p-buy-note-estimate-parts__header {
  padding-bottom: 35px;
}
.p-buy-note-estimate-parts__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}
.p-buy-note-estimate-parts__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.p-buy-note-estimate-parts__buttons__button {
  display: flex;
  align-items: center;
  width: 18px;
}
.p-buy-note-estimate-parts__content {
  position: relative;
  border: 1px solid #004da1;
  border-top: 0;
  background: #fff;
  color: #004da1;
}
.p-buy-note-estimate-parts__tabs {
  position: absolute;
  right: 40px;
  bottom: 100%;
  display: flex;
  gap: 6px;
}
.p-buy-note-estimate-parts__tabs > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 6px;
  line-height: 1;
  min-width: 75px;
  transform: translateY(1px);
}
.p-buy-note-estimate-parts__tabs > li a.is-active {
  background: #fff;
  color: #004da1;
}
.p-buy-note-estimate-parts__tab-content:not(.is-active) {
  display: none;
}
.p-buy-note-estimate-parts__select {
  width: 100%;
  padding: 12px 15px 12px 30px;
  font-size: 12px;
}
.p-buy-note-estimate-parts__select__wrapper {
  position: relative;
}
.p-buy-note-estimate-parts__select__wrapper::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #004da1;
  border-right: 1px solid #004da1;
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}
.p-buy-note-estimate-parts__select__wrapper + .p-buy-note-estimate-parts__select__wrapper {
  border-top: 1px solid #004da1;
}
@media screen and (min-width: 768px), print {
  .p-buy-note-estimate-parts {
    margin: 45px auto;
  }
  .p-buy-note-estimate-parts__header,
  .p-buy-note-estimate-parts--tab .p-buy-note-estimate-parts__header {
    padding: 10px 20px 10px 15px;
  }
  .p-buy-note-estimate-parts__title {
    font-size: 28px;
  }
  .p-buy-note-estimate-parts__buttons {
    width: 25%;
    flex: 0 0 auto;
    justify-content: space-between;
  }
  .p-buy-note-estimate-parts__buttons__button {
    width: 24px;
  }
  .p-buy-note-estimate-parts__buttons__button--hint {
    margin-left: auto;
  }
  .p-buy-note-estimate-parts__tabs {
    right: auto;
    left: 250px;
  }
  .p-buy-note-estimate-parts__tabs > li a {
    font-size: 18px;
    min-width: 100px;
  }
  .p-buy-note-estimate-parts__select {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px), print {
  .p-buy-note-estimate-parts__buttons {

    width: 50%;
  }
}
.p-buy-note-estimate__result {
  background: #fff;
  border: 1px solid #004da1;
  padding: 15px;
  margin: 33px auto;
}
.p-buy-note-estimate__result .c-button {
  margin-left: auto;
  margin-right: auto;
}
.p-buy-note-estimate__result__box {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0.75em;
}
.p-buy-note-estimate__result__box:empty {
  margin-top: 0;
}
.p-buy-note-estimate__result__box .estimate-result-label {
  color: #004da1;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .p-buy-note-estimate__result {
    padding: 20px;
    margin: 45px auto;
  }
  .p-buy-note-estimate__result .c-button {
    width: 300px;
  }
  .p-buy-note-estimate__result__box {
    font-size: 24px;
  }
  .p-buy-note-estimate__result__box .estimate-result-label {
    font-size: 16px;
  }
}
.p-buy-note-estimate__caution {
  padding: 15px;
  background: #fff;
  border: 1px solid #000;
  margin: 33px auto;
}
.p-buy-note-estimate__caution__list {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.p-buy-note-estimate__caution__list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-buy-note-estimate__caution__list > li::before {
  content: "※";
}
@media screen and (min-width: 768px), print {
  .p-buy-note-estimate__caution {
    margin: 45px auto;
    padding: 20px;
  }
  .p-buy-note-estimate__caution__list {
    font-size: 14px;
  }
}
.p-buy-note-estimate__cv-button {
  width: 780px;
  max-width: 100%;
  font-size: min(36/750*100vw, 28px);
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-buy-note-estimate__cv-button {
    height: 76px;
  }
}
.p-buy-note-step {
  background: #f8fbff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
}
@media screen and (min-width: 768px), print {
  .p-buy-note-step {
    padding-bottom: 75px;
  }
}
.p-buy-note-step .p-used-buy-heading {
  margin-top: 0;
}
.p-buy-note-step__figure {
  width: 62.3%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-buy-note-step__figure {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
.p-buy-note-step__buttons {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-top: 33px;
  align-items: center;
}
.p-buy-note-step__buttons .c-button {
  width: 500px;
  max-width: 100%;
  font-size: 12px;
}
.p-buy-note-step__buttons .c-button::after {
  right: 10px;
}
@media screen and (min-width: 768px), print {
  .p-buy-note-step__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 50px;
    margin-top: 46px;
  }
  .p-buy-note-step__buttons .c-button {
    font-size: 18px;
  }
}
.p-buy-note-hint {
  color: #484848;
  font-size: 14px;
}
.p-buy-note-hint .popup_content {
  overflow-y: auto;
}
.p-buy-note-hint .popup_content_wrapper {
  width: 1050px;
  max-width: 90vw;
}
.p-buy-note-hint input.popup_flg ~ .popup_content_wrapper .popup_close_icon {
  border: none;
  font-size: 24px;
}
.p-buy-note-hint__step {
  margin-bottom: 20px;
}
.p-buy-note-hint__step__title {
  font-size: 1.2em;
  font-weight: bold;
}
.p-buy-note-hint__step img {
  margin-top: 4px;
}

@media screen and (min-width: 768px), print {
  .p-buy-note-hint {
    font-size: min(14/768*100vw, 16px);
  }
  .p-buy-note-hint input.popup_flg ~ .popup_content_wrapper {
    padding: 30px;
  }
  .p-buy-note-hint input.popup_flg ~ .popup_content_wrapper .popup_close_icon {
    font-size: 30px;
  }
  .p-buy-note-hint__content {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
  .p-buy-note-hint__step {
    flex: 1;
    max-width: fit-content;
  }
}