@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex[@extend .flex;]
f-wrap[@extend .f-wrap;]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
flex
//////////////////////////////////　*/
.flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  zoom: 1;
}
.flex-style:after {
  display: block;
  content: "";
  clear: both;
}
.flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-4 {
    width: 48%;
    margin: 0 1% 20px;
  }
}
@media (min-width: 768px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-3 {
    width: 31.33%;
    margin: 0 1% 40px;
  }
  .flex-style .box-4 {
    width: 23%;
    margin: 0 1% 40px;
  }
  .flex-style {
    margin: 0 -2% 0;
  }
  .flex-style .box-2a, .flex-style .box-2b {
    margin: 0 2% 40px;
  }
  .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 46%;
  }
  .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 46%;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
margin
//////////////////////////////////　*/
.mb05 {
  margin: 0px 0px 5px 0px;
}

.mb10 {
  margin: 0px 0px 10px 0px;
}

.mb15 {
  margin: 0px 0px 15px 0px;
}

.mb20 {
  margin: 0px 0px 20px 0px !important;
}

.mb25 {
  margin: 0px 0px 25px 0px;
}

.mb30 {
  margin: 0px 0px 30px 0px !important;
}

.mb40 {
  margin: 0px 0px 40px 0px !important;
}

.mb45 {
  margin: 0px 0px 45px 0px !important;
}

.mb50 {
  margin: 0px 0px 50px 0px !important;
}

.mt05 {
  margin: 5px 0px 0px 0px;
}

.mt10 {
  margin: 10px 0px 0px 0px;
}

.mt15 {
  margin: 15px 0px 0px 0px;
}

.mt20 {
  margin: 20px 0px 0px 0px;
}

.mt25 {
  margin: 25px 0px 0px 0px;
}

.mt30 {
  margin: 30px 0px 0px 0px;
}

.mt50 {
  margin: 50px 0px 0px 0px;
}

.mt80 {
  margin: 80px 0px 0px 0px;
}

/*　////////////////////////////////
list-style
//////////////////////////////////　*/
.list-style {
  text-indent: -1em;
}
.list-style li {
  margin-left: 1em;
  margin-bottom: 5px;
}

.list-style-b {
  text-indent: -1.3em;
}
.list-style-b li {
  margin-left: 1.3em;
  margin-bottom: 15px;
}

.circle-list {
  text-indent: -1.2em;
}
.circle-list li {
  margin-left: 1.2em;
  margin-bottom: 3px;
}
.circle-list li::before {
  content: "●";
  margin-right: 2px;
}

/*　////////////////////////////////
ボタン
//////////////////////////////////　*/
.btnA {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.btnA a span {
  position: relative;
}
.btnA a span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.btnA a {
  display: inline-block;
  line-height: 1;
  padding: 12px 40px 12px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #00967b;
  border: 2px solid #00967b;
  font-weight: bold;
  font-size: 1.4rem;
}
.btnA a:hover {
  color: #00967b;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnA a:hover span {
  position: relative;
}
.btnA a:hover span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #00967b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media (min-width: 768px) {
  .btnA a {
    padding: 15px 60px 15px 30px;
    font-size: 1.6rem;
  }
}

.tel-style {
  text-align: center;
  margin: 10px 0;
}
.tel-style img, .tel-style p {
  display: inline-block;
}
.tel-style p {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: -6px;
}

/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
body p {
  font-size: 1.4rem;
}
body img {
  max-width: 100%;
}

@media (max-width: 768px) {
  h2.plan_h2 {
    font-size: 2.4rem;
  }
}

/*///////////////////////////////////////
responsive 共通
//////////////////////////////////////*/
.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

.responsive {
  padding: 0 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.responsive a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .responsive {
    padding: 0 30px;
  }
}
.responsive section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .responsive section {
    margin: 0 0 60px;
  }
}
.responsive .row {
  margin-bottom: -15px;
}
.responsive .row div {
  margin-bottom: 15px;
}
.responsive .h-style-a {
  text-align: left;
  font-size: 1.8rem;
  border-left: 10px solid #00967b;
  border-bottom: 1px solid #00967b;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.responsive .h-style-b {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .responsive .h-style-b {
    font-size: 2.1rem;
  }
}
.responsive {
  /*------------------------------------------
  お問い合わせ欄
  ----------------------------*/
}
.responsive .contact-wrap {
  margin-top: 100px;
  border: 4px solid #9cc857;
}
.responsive .contact-wrap .contact-title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  background: #9cc857;
  padding: 10px;
}
.responsive .contact-wrap .contact-inner {
  padding: 15px;
}
.responsive .contact-wrap .contact-inner h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.responsive .contact-wrap .contact-inner .btnA {
  margin-bottom: 0;
}
.responsive .contact-wrap .contact-inner .contact-tel {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #00967b;
  font-size: 3.8rem;
  font-weight: bold;
}
.responsive .contact-wrap .flex-style .box-2a, .responsive .contact-wrap .flex-style .box-2b {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.responsive .contact-wrap .flex-style .box-2a {
  border-bottom: 1px solid #9cc857;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.responsive .contact-wrap .flex-style .box-2b {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .responsive .contact-wrap {
    margin-top: 150px;
  }
  .responsive .contact-wrap .contact-title {
    font-size: 2.8rem;
  }
  .responsive .contact-wrap .contact-inner h4 {
    font-size: 2.2rem;
    letter-spacing: -0.05em;
  }
  .responsive .contact-wrap .contact-inner .btnA {
    margin-top: 10px;
  }
  .responsive .contact-wrap .contact-inner .contact-tel {
    font-size: 4.6rem;
  }
  .responsive .contact-wrap .flex-style .box-2a, .responsive .contact-wrap .flex-style .box-2b {
    margin-bottom: 0;
  }
  .responsive .contact-wrap .flex-style .box-2a {
    border-right: 1px solid #9cc857;
    border-bottom: none;
  }
}
.responsive {
  /*--スマホ時スムーズスクロール--*/
}
.responsive html {
  -webkit-overflow-scrolling: touch;
}

/*responsive*/
/*--フォントサイズ--*/
/*-- レスポンシブ対応size --*/
/*------------------------------------------
setting
----------------------------*/
#trade-in {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  /*------------------------------------------
  共通スタイル
  ----------------------------*/
}
#trade-in p, #trade-in dt, #trade-in dd, #trade-in li {
  font-size: 1.5rem;
  line-height: 1.7;
}
#trade-in a {
  text-decoration: none;
}
#trade-in a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#trade-in .h-square {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}
#trade-in .h-square::before {
  content: "■";
}
#trade-in section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  #trade-in section {
    margin: 0 0 80px;
  }
}
#trade-in dl dt, #trade-in dl dd {
  float: initial;
  width: initial;
  padding: 0;
}
#trade-in .kome {
  text-indent: -1em;
  margin-left: 1em;
}
#trade-in .kome::before {
  content: "※";
}
#trade-in .li-style li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  margin-bottom: 0px;
}
#trade-in .li-style li::before {
  content: "・";
  margin-right: 0.2em;
}
#trade-in .list-style li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.3;
  margin-bottom: 3px;
  font-weight: 500;
}
#trade-in .list-style li::before {
  content: "・";
}
#trade-in .other-links .other-links-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.8rem, 2.62vw, 2.2rem);
}
#trade-in .other-links .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
}
#trade-in .other-links .link-list li {
  width: 48%;
  margin-bottom: 15px;
}
#trade-in .other-links .link-list li .link-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 5px 20px 5px 12px;
  background: #00947b;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.5rem, 2.02vw, 1.6rem);
  position: relative;
}
#trade-in .other-links .link-list li .link-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {
  #trade-in .other-links .link-list {
    gap: 2%;
  }
  #trade-in .other-links .link-list li {
    width: 32%;
  }
}
#trade-in .first {
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
#trade-in {
  /*------------------------------------------
  .worries
  ----------------------------*/
}
#trade-in .worries {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 45px;
}
#trade-in .worries .worries-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(35px, 28.1818181818px + 1.8181818182vw, 50px) clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
  border: 3px solid #e1e6ec;
  position: relative;
}
#trade-in .worries .worries-title {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-weight: 900;
  color: #034293;
  font-size: clamp(2.2rem, 20.1707317073px + 0.487804878vw, 2.7rem);
}
#trade-in .worries .attention {
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
#trade-in .worries .attention .attention-text {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 1em 8px 4.4em;
  font-weight: bold;
  font-size: clamp(1.5rem, 14.2682926829px + 0.1951219512vw, 1.7rem);
  background: #faefd7;
  border-radius: 7px;
  position: relative;
  text-align: left;
  line-height: 1.5;
}
#trade-in .worries .attention .attention-text::before {
  position: absolute;
  content: "";
  background-image: url("./img/worries_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3em;
  height: 3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1em;
  margin-right: 5px;
}
#trade-in .worries .attention .attention-text span {
  color: #e95318;
  font-size: clamp(1.8rem, 16.5365853659px + 0.3902439024vw, 2.2rem);
  font-weight: 900;
  border-bottom: 2px solid #e95318;
}
#trade-in .worries .worries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 4%;
}
#trade-in .worries .worries-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#trade-in .worries .worries-list .list-item img {
  width: clamp(40px, 35.4545454545px + 1.2121212121vw, 50px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
#trade-in .worries .worries-list .list-item span {
  line-height: 1.4;
  font-size: clamp(1.5rem, 14.2682926829px + 0.1951219512vw, 1.7rem);
  font-weight: bold;
}
@media (min-width: 480px) {
  #trade-in .worries .worries-list .list-item {
    width: 48%;
  }
  #trade-in .worries .attention .attention-text {
    padding: 5px 2em 8px 5.5em;
  }
  #trade-in .worries .attention .attention-text::before {
    width: 4em;
    height: 4em;
  }
}
@media (min-width: 768px) {
  #trade-in .worries {
    padding-bottom: 0;
  }
}
#trade-in {
  /*------------------------------------------
  .reasons
  ----------------------------*/
}
#trade-in .reasons .reasons-title {
  font-size: clamp(2.2rem, 19.8048780488px + 0.5853658537vw, 2.8rem);
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 10px;
  background: #034293;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
#trade-in .reasons .reasons-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px) clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
  background: #f0f4fa;
  border-radius: 0 0 8px 8px;
}
#trade-in .reasons .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
}
#trade-in .reasons .icon-list .icon-item {
  text-align: center;
}
#trade-in .reasons .icon-list .icon-item img {
  height: clamp(40px, 35.4545454545px + 1.2121212121vw, 50px);
  width: auto;
  margin-bottom: 5px;
}
#trade-in .reasons .icon-list .icon-item .item-name {
  font-size: clamp(1.6rem, 15.2682926829px + 0.1951219512vw, 1.8rem);
  font-weight: bold;
}
#trade-in .reasons .reasons-txt {
  margin-bottom: 10px;
  font-weight: 500;
}
#trade-in .reasons .reasons-txt .attention {
  color: #e95318;
  font-weight: 900;
}
#trade-in .reasons .reasons-txt .highlight {
  position: relative;
}
#trade-in .reasons .reasons-txt .highlight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #f0e629;
  left: 0;
  bottom: -0.2em;
  z-index: 0;
}
#trade-in .reasons .reasons-txt .highlight span {
  position: relative;
  z-index: 1;
  font-weight: 900;
  display: inline-block;
}
#trade-in {
  /*------------------------------------------
  .price
  ----------------------------*/
}
#trade-in .price .price-title {
  font-size: clamp(2.9rem, 25.7073170732px + 0.8780487805vw, 3.8rem);
  font-weight: 900;
  color: #1b813b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
#trade-in .price .price-title::before {
  content: "";
  background-image: url("./img/icon_price.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
}
#trade-in .price .price-list .price-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
  border: 3px solid #1b813b;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#trade-in .price .price-list .price-row dt, #trade-in .price .price-list .price-row dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
}
#trade-in .price .price-list .price-row dt {
  background: #1b813b;
  color: #fff;
  font-size: clamp(1.9rem, 16.8048780488px + 0.5853658537vw, 2.5rem);
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
}
#trade-in .price .price-list .price-row dd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1b813b;
  font-weight: 900;
  font-size: clamp(1.9rem, 16.8048780488px + 0.5853658537vw, 2.5rem);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 40%;
}
#trade-in .price .price-list .price-row dd span {
  color: #1b813b;
  font-weight: 900;
  font-size: clamp(3.5rem, 29.512195122px + 1.4634146341vw, 5rem);
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 5px;
}
#trade-in .price .price-list .price-standard {
  border: 3px solid #034293;
}
#trade-in .price .price-list .price-standard dt {
  background: #034293;
}
#trade-in .price .price-list .price-standard dd {
  color: #034293;
}
#trade-in .price .price-list .price-standard dd span {
  color: #034293;
}
#trade-in .price .price-list .price-original {
  border: 3px solid #e95318;
}
#trade-in .price .price-list .price-original dt {
  background: #e95318;
}
#trade-in .price .price-list .price-original dd {
  color: #e95318;
}
#trade-in .price .price-list .price-original dd span {
  color: #e95318;
}
@media (min-width: 768px) {
  #trade-in .price .price-list .price-row dt, #trade-in .price .price-list .price-row dd {
    width: 50%;
  }
}
#trade-in {
  /*------------------------------------------
  .diagnosis
  ----------------------------*/
}
#trade-in .diagnosis {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #e35572;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 35px;
}
#trade-in .diagnosis .diagnosis-title {
  font-size: clamp(2.9rem, 25.7073170732px + 0.8780487805vw, 3.8rem);
  font-weight: 900;
  color: #e35572;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
  line-height: 1.2;
  text-align: left;
}
#trade-in .diagnosis .diagnosis-title::before {
  content: "";
  background-image: url("./img/icon_diagnosis.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#trade-in .diagnosis .diagnosis-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
#trade-in .diagnosis .diagnosis-contents .left-box, #trade-in .diagnosis .diagnosis-contents .right-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#trade-in .diagnosis .diagnosis-contents .limit {
  padding: 2px 2px 4px 10px;
  background: #e35572;
  border-radius: 5px;
  color: #fff;
  font-weight: 900;
  font-size: clamp(2.2rem, 19.0731707317px + 0.7804878049vw, 3rem);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#trade-in .diagnosis .diagnosis-contents .limit span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #f0e629;
  font-size: clamp(3.2rem, 24.6829268293px + 1.9512195122vw, 5.2rem);
  line-height: 1;
  font-weight: 900;
}
#trade-in .diagnosis .diagnosis-contents .diagnosis-txt {
  font-size: clamp(1.6rem, 13.8048780488px + 0.5853658537vw, 2.2rem);
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #trade-in .diagnosis .diagnosis-contents .left-box, #trade-in .diagnosis .diagnosis-contents .right-box {
    width: auto;
  }
}
#trade-in .cta-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 15px;
  text-align: center;
  background: #f0e629;
  font-size: clamp(2rem, 16.3414634146px + 0.9756097561vw, 3rem);
  margin-bottom: 15px;
  line-height: 1.3;
}
#trade-in .cta-txt span {
  color: #023885;
  font-weight: 900;
}
#trade-in .cta-txt span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.7em;
  background: #023885;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-left: 5px;
}
@-webkit-keyframes glow {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glow {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#trade-in .contact-wrap {
  margin: 0;
}