/* ベース設定 */
#time-to-sell {
  font-feature-settings: "palt";
  margin-top: 40px;
}

#time-to-sell h2 {
  font-size: min(4vw, 15px);
  color: #FFF;
  background: #e60012;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 4vw 0;
  border-radius: 50px;
  text-align: center;
}

#time-to-sell p {
  font-size: min(2.93vw, 11px);
  line-height: 1.75;
  text-align: justify;
}

.time-to-sell-reason {
  margin-bottom: 50px;
}

/* 理由セクション */
.time-to-sell__reason__content01 {
  margin-bottom: 45px;
}

.time-to-sell__reason__content01__item:not(:last-child) {
  margin-bottom: 30px;
}

.time-to-sell__reason__content01__item h3 {
  font-size: min(3.47vw, 13px);
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.time-to-sell__reason__content01__item h3 span {
  display: inline-block;
  background-color: #e60012;
  color: #fff;
  padding: 4px 6px;
  border-radius: 5px;
  margin-right: 8px;
}

/* 特徴セクション */
.time-to-sell__reason__content02 h3 {
  font-size: min(4.27vw, 16px);
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
}

.time-to-sell__reason__content02__item {
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 20px 15px 20px;
}

.time-to-sell__reason__content02__item:not(:last-child) {
  margin-bottom: 20px;
}

.time-to-sell__reason__content02__item__text h4 {
  font-size: min(4vw, 15px);
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 5px solid #e60012;
}


.time-to-sell__reason__content02__item__img {
  width: 45.82vw;
  margin: 0 auto;
}

.time-to-sell__reason__content02__item__img img {
  max-width: 100%;
  height: auto;
}

/* 査定セクション */
.time-to-sell__reason__content03 {
  margin-top: 24vw;
  border: 2px solid #e60012;
  padding: 23vw 20px 40px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.time-to-sell__reason__content03 h3 {
  font-size: min(4vw, 15px);
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.time-to-sell__reason__content03 h3 span {
  color: #e60012;
}

.time-to-sell__reason__content03__img {
  width: 73.31%;
  top: -22%;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  z-index: 2;
}

.time-to-sell__reason__content03__img img {
  max-width: 100%;
  height: auto;
}

/* コツセクション */
.time-to-sell-point__content {
  margin-top: 30px;
}

.time-to-sell-point__item {
  margin-bottom: 30px;
}

.time-to-sell-point__item:not(:last-child) {
  margin-bottom: 30px;
}

.time-to-sell-point__item h3 {
  font-size: min(3.47vw, 13px);
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.time-to-sell-point__item h3 span {
  display: inline-block;
  background-color: #e60012;
  color: #fff;
  padding: 4px 6px;
  border-radius: 5px;
  margin-right: 8px;
}


/* メディアクエリ（スマホ対応） */
@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) {
  #time-to-sell {
    margin-top: 80px;
  }

  #time-to-sell h2 {
    font-size: 26px;
    margin-bottom: 50px;
    padding: 17px 0;
  }

  #time-to-sell p {
    font-size: 16px;
  }

  .time-to-sell-reason {
    margin-bottom: 100px;
  }

  .time-to-sell__reason__content01 {
    margin-bottom: 80px;
    padding: 0 32px;
  }

  .time-to-sell__reason__content01__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .time-to-sell__reason__content01__item h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .time-to-sell__reason__content01__item h3 span {
    font-size: 24px;
    padding: 4px 8px;
    border-radius: 5px;
    margin-right: 10px;
  }

  .time-to-sell__reason__content02 h3 {
    font-size: 26px;
    margin-bottom: 36px;
  }

  .time-to-sell__reason__content02__item {
    border-radius: 12px;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }

  .time-to-sell__reason__content02__item:not(:last-child) {
    margin-bottom: 24px;
  }

  .time-to-sell__reason__content02__item__text {
    width: 69.81%;
  }

  .time-to-sell__reason__content02__item__img {
    width: 30.19%;
  }

  .time-to-sell__reason__content02__item__text h4 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 8px solid #e60012;
  }

  .time-to-sell__reason__content03 {
    margin-top: 110px;
    padding: 65px 32px 60px;
    border-radius: 15px;
  }

  .time-to-sell__reason__content03 h3 {
    font-size: 26px;
    margin-bottom: 40px;
    text-align: left;
  }

  .time-to-sell__reason__content03__img {
    width: 50.43%;
    top: -72px;
    right: 0;
    transform: translateX(0);
  }

  .time-to-sell-point__content {
    padding: 0 32px;
  }

  .time-to-sell-point__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .time-to-sell-point__item h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .time-to-sell-point__item h3 span {
    font-size: 24px;
    padding: 4px 8px;
    border-radius: 5px;
    margin-right: 10px;
  }

}