@charset "UTF-8";
/* animation. */
/* pxをvwに変換するfunction. */
@media screen and (max-width: 768px) {
  .resale {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .resale .cont__h2 {
    width: 70%;
  }
}

.resale__inner {
  font-size: 14px;
}

.resale__inner h2,
.resale__inner a {
  letter-spacing: .05em;
  line-height: 1.75;
}

.resale__inner a {
  text-decoration: underline;
  letter-spacing: 0;
}

.resale__inner a:hover {
  opacity: .75;
}

.resale__txtWrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .resale__txtWrap {
    margin-bottom: 24px;
  }
}

.resale__subttl {
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  color: #dd340b !important;
  text-align: left;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
}

.resale__txt {
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 8px;
}

.resale__txt--small {
  font-size: 12px;
  line-height: 2.5;
}

.resale__linkList {
  margin-bottom: 40px;
}

.resale__txt--inline {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.resale__btn {
  max-width: 400px;
  margin: 0 auto 40px;
}

.resale__btn a {
  width: 100%;
  padding: 6px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background: #E62112;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border: 2px solid #E62112;
}

.resale__btn a:hover {
  background: #FFF;
  color: #E62112;
}

.resale .bg-white {
  padding: 16px 24px;
  background: #fffadf;
}

@media screen and (max-width: 768px) {
  .resale .bg-white {
    padding: 8px 16px;
  }
}

.resale .color-red {
  font-weight: 600;
  color: #E62112;
}
/*# sourceMappingURL=resale.css.map */