@charset "utf-8";
/*見積くん独自設定*/

/*--------------------------------------------------
見積くん
---------------------------------------------------*/
.p-buy-pc-estimate-wrapper {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 16px;
  border: 2px solid #004da1;
}

.p-buy-pc-estimate-parts {
  margin: 15px auto;
}

.p-buy-pc-estimate-parts__header {
  display: flex;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  color: #484848;
}

.p-buy-pc-estimate-parts--tab .p-buy-pc-estimate-parts__header {
  padding-bottom: 35px;
}

.p-buy-pc-estimate-parts__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}

.p-buy-pc-estimate-parts__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.p-buy-pc-estimate-parts__buttons__button {
  display: flex;
  align-items: center;
  width: 18px;
}

.p-buy-pc-estimate-parts__buttons__button img {
  border: 1px solid #004da1;
  border-radius: 12px;
}

.p-buy-pc-estimate-parts__buttons__button--add {
  width: auto;
  color: #004da1;
  padding: 3px 15px 3px 30px;
  font-size: 12px;
  position: relative;
  margin-top:5px;
}

.p-buy-pc-estimate-parts__buttons__button--add:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-buy-pc-estimate-parts__buttons__button--add::before {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '+';
  font-size: 23px;
  font-weight: normal;
}

.p-buy-pc-estimate-parts__content {
  position: relative;
  border: 1px solid #004da1;
  background: #fff;
  color: #004da1;
}

.p-buy-pc-estimate-parts__tabs {
  position: absolute;
  right: 40px;
  top: -28px;
  display: flex;
  gap: 6px;
}

.p-buy-pc-estimate-parts__tabs>li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #004da1;
  border-radius: 4px 4px 0 0;
  color: #004da1;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 6px;
  line-height: 1;
  min-width: 75px;
  transform: translateY(1px);
  border-bottom: 0;
}

.p-buy-pc-estimate-parts__tabs>li a.is-active {
  background: #004da1;
  color: #fff;
}

.p-buy-pc-estimate-parts__tab-content:not(.is-active) {
  display: none;
}

.p-buy-pc-estimate-parts__select {
  width: 100%;
  padding: 12px 15px 12px 30px;
  font-size: 12px;
}

.p-buy-pc-estimate-parts__select option:nth-child(even) {
  background: #f7f7f7;
}

.p-buy-pc-estimate-parts__select__wrapper {
  position: relative;
}

.p-buy-pc-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-pc-estimate-parts__select__wrapper+.p-buy-pc-estimate-parts__select__wrapper {
  border-top: 1px solid #004da1;
}

.p-buy-pc-estimate-btn-area {
  margin-bottom: 50px;
}

.p-buy-pc-estimate-btn-area .c-button--primary-white {
  width: 100%;
  margin: 20px auto;
  height: 90px;
  font-size: 16px;
  line-height: 1.2;
}
.p-buy-desk-estimate__copy-button {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  opacity: 0.2;
  background: rgb(204, 204, 204);
  float: right;
  transform: translateY(-100%);
}
.p-buy-desk-estimate__copy-button + * {
  clear: both;
}

@media screen and (min-width: 768px),
print {
  .p-buy-pc-estimate-btn-area .c-button--primary-white {
    width: 80%;
    margin: 20px auto;
    height: 70px;
    font-size: 16px;
  }

  .p-buy-pc-estimate-wrapper {
    background: #f7f7f7;
    padding: 25px 40px;
    border-radius: 16px;
  }

  .p-buy-pc-estimate-parts {
    margin: 30px auto;
  }

  .p-buy-pc-estimate-parts__header,
  .p-buy-pc-estimate-parts--tab .p-buy-pc-estimate-parts__header {
    padding: 10px 20px 10px 15px;
  }

  .p-buy-pc-estimate-parts__title {
    font-size: 22px;
  }

  .p-buy-pc-estimate-parts__buttons {
    width: 25%;
    flex: 0 0 auto;
    justify-content: space-between;
  }

  .p-buy-pc-estimate-parts__buttons__button {
    width: 24px;
  }

  .p-buy-pc-estimate-parts__buttons__button--add {
    width: auto;
    color: #004da1;
    padding: 3px 15px 3px 30px;
    font-size: 14px;
    position: relative;
  }

  .p-buy-pc-estimate-parts__buttons__button--add:hover {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
  }
  
  .p-buy-pc-estimate-parts__buttons__button--add::before {
    font-size: 26px;
  }

  .p-buy-pc-estimate-parts__buttons__button--hint {
    margin-left: auto;
  }

  .p-buy-pc-estimate-parts__tabs {
    right: auto;
    left: 250px;
    top: -33px;
    padding: 0;
  }

  .p-buy-pc-estimate-parts__tabs>li a {
    font-size: 18px;
    min-width: 100px;
  }

  .p-buy-pc-estimate-parts__select {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px),
print {
  .p-buy-pc-estimate-parts__buttons {
    width: 50%;
  }
}

.p-buy-pc-estimate__result {
  background: none;
  border: none;
  padding: 15px;
  margin: 33px auto;
}

.p-buy-pc-estimate__result .c-button {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  padding-left: 20px;
}

.p-buy-pc-estimate__result__box {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0.75em;
}

.p-buy-pc-estimate__result__box:empty {
  margin-top: 0;
}

.p-buy-pc-estimate__result__box .estimate-result-label {
  color: #004da1;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.p-buy-pc-estimate__result .c-button::after {
  background: url(/used-buy/buy-pc/icon-estimate-button.webp?$staticlink$)0 0 no-repeat;
  background-size: auto 34px;
  border: none;
  top: 8px;
  left: 40px;
  width: 30px;
  height: 34px;
  display: block;
  transform: rotate(0deg);
}

.p-buy-pc-estimate__result__button {
  margin: 35px 0 0;
  display: none;
}

.p-buy-pc-estimate__result__button.is-active {
  display: block;
}

.p-buy-pc-estimate__result__button .c-button {
  background: #FF6600;
  border-color: #FF6600;
  color: #fff;
  flex-direction: column;
}

.p-buy-pc-estimate__result__button .c-button span {
  font-size: 80%;
}

.p-buy-pc-estimate__result__button .c-button::after {
  border-color: #fff;
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: '';
  background: none;
}

@media screen and (min-width: 768px),
print {
  .p-buy-pc-estimate__result {
    padding: 20px;
    margin: 45px auto 15px;
  }

  .p-buy-pc-estimate__result .c-button {
    width: 300px;
    padding-left: 30px;
  }

  .p-buy-pc-estimate__result .c-button::after {
    left: 55px;
  }

  .p-buy-pc-estimate__result__box {
    font-size: 24px;
  }

  .p-buy-pc-estimate__result__box .estimate-result-label {
    font-size: 16px;
  }
}

.p-buy-pc-estimate-hint .popup_content {
  overflow-y: auto;
}

.p-buy-pc-estimate-hint .popup_content_wrapper {
  width: 1050px;
  max-width: 90vw;
}

.p-buy-pc-estimate-hint input.popup_flg~.popup_content_wrapper .popup_close_icon {
  border: none;
  font-size: 24px;
}

.p-buy-pc-estimate-hint__step {
  margin-bottom: 20px;
}

.p-buy-pc-estimate-hint__step__title {
  font-size: 1.2em;
  font-weight: bold;
}

.p-buy-pc-estimate-hint__step img {
  margin-top: 4px;
}

@media screen and (min-width: 768px),
print {
  .p-buy-pc-estimate-hint {
    font-size: min(14/768*100vw, 16px);
  }

  .p-buy-pc-estimate-hint input.popup_flg~.popup_content_wrapper {
    padding: 30px;
  }

  .p-buy-pc-estimate-hint input.popup_flg~.popup_content_wrapper .popup_close_icon {
    font-size: 30px;
  }

  .p-buy-pc-estimate-hint__content {
    display: flex;
    gap: 30px;
      justify-content: center;
    }

    .p-buy-pc-estimate-hint__step {
      flex: none;
      max-width: fit-content;
      margin: 0 auto;
      width: 700px;
    }
  }

/*-------------------------
3のつく日」特典エリア用
--------------------------*/
.p-buy-pc-3day-campaign {
  width: 100%;
  margin: 18px 0 22px;
}
.p-buy-pc-3day-campaign[hidden],
.p-buy-pc-3day-campaign__active[hidden],
.p-buy-pc-3day-campaign__normal[hidden] {
  display: none;
}
.p-buy-pc-3day-campaign__active {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "badge title link"
    "badge condition link";
  align-items: center;
  gap: 3px 14px;
  padding: 14px 16px;
  border: 1px solid #e8cab8;
  background: #fdf3ef;
}
.p-buy-pc-3day-campaign__active-badge {
  grid-area: badge;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #d94b18;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
.p-buy-pc-3day-campaign__active-title {
  grid-area: title;
  min-width: 0;
  color: #484848;
  font-size: 15px;
  line-height: 1.5;
}
.p-buy-pc-3day-campaign__active-title strong {
  margin-right: 8px;
  color: #d94b18;
  font-size: 19px;
}
.p-buy-pc-3day-campaign__active-condition {
  grid-area: condition;
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.55;
}
.p-buy-pc-3day-campaign__link {
  grid-area: link;
  color: #005bac;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  white-space: nowrap;
}
.p-buy-pc-3day-campaign__normal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid #d2e1ef;
  background: #f5f9fd;
  color: #344f69;
  font-size: 14px;
  line-height: 1.4;
}
.p-buy-pc-3day-campaign__normal-copy {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  min-width: 0;
}
.p-buy-pc-3day-campaign__normal-days {
  color: #004da1;
  font-size: 14px;
  font-weight: 700;
}
.p-buy-pc-3day-campaign__normal-offer {
  color: #004da1;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.p-buy-pc-3day-campaign__normal .p-buy-pc-3day-campaign__link {
  color: #004da1;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.p-buy-pc-benefit-area {
  margin: 22px 0 32px;
  padding: 16px;
  border: 1px solid #d2e1ef;
  background: #f5f9fd;
}
.p-buy-pc-benefit-area__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 12px;
  margin: 0 0 4px;
}
.p-buy-pc-benefit-area__heading strong {
  color: #004da1;
  font-size: 18px;
  line-height: 1.4;
}
.p-buy-pc-benefit-area__badge {
  flex: 0 0 auto;
  padding: 3px 11px;
  border-radius: 999px;
  background: #fdeee7;
  color: #c74718;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
.p-buy-pc-benefit-area__description {
  margin: 0 0 12px;
  color: #555;
  font-size: 13px;
  line-height: 1.7;
}
.p-buy-pc-benefit-area__description strong {
  color: #004da1;
}
.p-buy-pc-benefit-area .p-buy-pc-estimate-parts--benefit {
  margin: 0;
  padding: 14px 0;
}
.p-buy-pc-benefit-area .p-buy-pc-estimate-parts--benefit + .p-buy-pc-estimate-parts--benefit {
  border-top: 1px solid rgba(0, 77, 161, 0.15);
}
.p-buy-pc-benefit-area .p-buy-pc-estimate-parts--benefit .p-buy-pc-estimate-parts__header {
  padding: 0 0 8px;
  background: none;
}
.p-buy-pc-benefit-area .p-buy-pc-estimate-parts__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 7px;
}
.p-buy-pc-benefit-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #fdeee7;
  color: #c74718;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
.p-buy-pc-benefit-area .p-buy-pc-benefit-note {
  margin: 6px 0 0;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}
.p-buy-pc-benefit-area .p-buy-pc-benefit-summary {
  display: none;
  margin: 14px 0 0;
  padding: 10px 14px;
  border: 1px solid #e8cab8;
  background: #fdf3ef;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #c3430d;
}
.p-buy-pc-benefit-area .p-buy-pc-benefit-summary.is-active {
  display: block;
}
.p-buy-pc-benefit-area .p-buy-pc-benefit-summary.is-neutral {
  border-color: #d2e1ef;
  background: #f5f9fd;
  color: #48647f;
}

.p-buy-pc-result-breakdown {
  width: 520px;
  max-width: 100%;
  margin: 14px auto 0;
  padding: 14px 0 0;
  border-top: 1px solid #dde5ee;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.p-buy-pc-result-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 0;
}
.p-buy-pc-result-row + .p-buy-pc-result-row {
  border-top: 1px solid #e7e7e7;
}
.p-buy-pc-result-row.total {
  margin-top: 4px;
  color: #004da1;
  font-weight: bold;
}
.p-buy-pc-result-note {
  margin: 10px 0 0;
  color: #666;
  font-size: 11px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-buy-pc-3day-campaign {
    margin: 14px 0 18px;
  }
  .p-buy-pc-3day-campaign__active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    padding: 11px 12px;
  }
  .p-buy-pc-3day-campaign__active-badge {
    min-width: auto;
    padding: 3px 8px;
    font-size: 10px;
  }
  .p-buy-pc-3day-campaign__active-title {
    flex: 1 1 190px;
    font-size: 12px;
    line-height: 1.5;
  }
  .p-buy-pc-3day-campaign__active-title strong {
    margin-right: 5px;
    font-size: 15px;
  }
  .p-buy-pc-3day-campaign__active-condition {
    flex: 1 1 100%;
    order: 3;
    font-size: 10px;
    line-height: 1.55;
  }
  .p-buy-pc-3day-campaign__link {
    flex: 0 0 auto;
    order: 4;
    margin-left: auto;
    font-size: 10px;
  }
  .p-buy-pc-3day-campaign__normal {
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 36px;
    gap: 2px 8px;
    padding: 7px 10px;
    font-size: 13px;
  }
  .p-buy-pc-3day-campaign__normal-days {
    font-size: 13px;
  }
  .p-buy-pc-3day-campaign__normal-offer {
    font-size: 15px;
  }
  .p-buy-pc-3day-campaign__normal .p-buy-pc-3day-campaign__link {
    margin-left: 0;
    font-size: 12px;
  }

  .p-buy-pc-benefit-area {
    margin: 16px 0 25px;
    padding: 12px;
  }
  .p-buy-pc-benefit-area__heading {
    align-items: flex-start;
  }
  .p-buy-pc-benefit-area__heading strong {
    flex: 1 1 190px;
    font-size: 16px;
    line-height: 1.45;
  }
  .p-buy-pc-benefit-area__badge {
    padding: 3px 9px;
    font-size: 10px;
  }
  .p-buy-pc-benefit-area__description {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.65;
  }
  .p-buy-pc-benefit-area .p-buy-pc-estimate-parts--benefit {
    padding: 12px 0;
  }
  .p-buy-pc-benefit-area .p-buy-pc-estimate-parts__title {
    font-size: 16px;
  }
  .p-buy-pc-benefit-badge {
    padding: 2px 7px;
    font-size: 9px;
  }
  .p-buy-pc-benefit-area .p-buy-pc-benefit-note {
    font-size: 10px;
    line-height: 1.55;
  }
  .p-buy-pc-benefit-area .p-buy-pc-benefit-summary {
    padding: 9px 10px;
    font-size: 11px;
  }
  .p-buy-pc-result-breakdown {
    width: 100%;
    padding: 12px 0 0;
    font-size: 12px;
  }
  .p-buy-pc-result-row {
    align-items: flex-start;
    gap: 10px;
  }
  .p-buy-pc-result-row > span:first-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .p-buy-pc-result-row > span:last-child,
  .p-buy-pc-result-row > strong {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 359px) {
  .p-buy-pc-benefit-area__heading {
    display: block;
  }
  .p-buy-pc-benefit-area__badge {
    display: inline-block;
    margin-top: 6px;
  }
}
/*------------------------
26/03/09 注意書き
------------------------*/
.note-txt{
  position:relative;
  margin:10px 0 20px 0;
  font-size:clamp(12px, 0.705rem + 0.23vw, 14px);
  line-height:1.2;
}
.note-txt .exp-txt{
  position:relative;
  display:block;
  margin-top:5px;
  color:#004da1;
}
/*-----------------------
見積くん内モーダル
-----------------------*/
.p-used-buy-heading {
  font-size: clamp(20px, 1.023rem + 0.97vw, 28px);
  color: #484848;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-top:clamp(20px, 0.682rem + 2.42vw, 40px);
  margin-bottom: 24px;
  text-align: center;
}