@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .disp-none-sp {
    display: none;
  }
}

.btn-radius-grade-blue {
  position: relative;
  height: 74px;
  color: #fff;
  border-radius: 37px;
  background: -webkit-gradient(linear, left top, right top, from(#54b9e5), to(#0786BD));
  background: linear-gradient(to right, #54b9e5 0%, #0786BD 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
}

.btn-radius-grade-blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 74px;
  line-height: 74px;
  color: inherit;
  border-radius: 37px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-radius-grade-blue:hover:before {
  opacity: 1;
}

.btn-radius-grade-blue > a {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 74px;
  line-height: 74px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  border-radius: 37px;
}

.btn-radius-grade-blue > a:hover {
  opacity: 1;
}

.btn-radius-grade-blue:before {
  background: -webkit-gradient(linear, left top, right top, from(#A2E3FF), to(#0786BD));
  background: linear-gradient(to right, #A2E3FF 0%, #0786BD 100%);
}

.btn-arrow-right > *:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.smart-sell > main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .smart-sell > main {
    max-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell > main {
    max-width: auto;
  }
}
.smart-sell > footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  background-color: #0786BD;
}
@media screen and (min-width: 768px) {
  .smart-sell > footer {
    max-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell > footer {
    max-width: auto;
  }
}
@media screen and (min-width: 768px) {
  .smart-sell > footer {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell > footer {
    padding-top: 60px;
    padding-bottom: 64px;
  }
}
.smart-sell > footer .copyright-logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .smart-sell > footer .copyright-logo {
    max-width: 332px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell > footer .copyright-logo {
    width: 300px;
  }
}
.smart-sell > footer .copyright-logo > img {
  width: 100%;
}
.smart-sell > footer .copyright-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .smart-sell > footer .copyright-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell > footer .copyright-text {
    margin-top: 20px;
  }
}
.smart-sell .to-contact {
  padding: 40px 0;
  background-color: #F0F2F1;
}
.smart-sell .to-contact-lead {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 210px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.smart-sell .to-contact-lead::after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #0786BD;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
.smart-sell .to-contact-lead > span {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #1E5199;
  background-color: #fff;
  border: solid 2px #0786BD;
  border-radius: 6px;
}
.smart-sell .to-contact-lead > span::after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
.smart-sell .to-contact-btn {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .smart-sell .to-contact-btn {
    width: 420px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .to-contact-btn {
    width: 315px;
    font-size: 20px;
  }
}
.smart-sell .kv-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .smart-sell .kv-image {
    height: 41.72vw;
    padding-left: 8.43vw;
    padding-right: 7.03vw;
    background-image: url(/fair/smart-sell/assets/images/kv-image-pc.png);
  }
}
@media screen and (min-width: 1281px) {
  .smart-sell .kv-image {
    height: 534px;
    padding-left: 108px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .kv-image {
    height: 86.4vw;
    padding-left: 7.46vw;
    padding-right: 5.33vw;
    background-image: url(/fair/smart-sell/assets/images/kv-image-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .smart-sell .kv-image-title > p {
    width: 23.125vw;
    max-width: 296px;
    margin-top: 3.4378vw;
    padding-left: 0.469vw;
  }
}
@media screen and (min-width: 1281px) {
  .smart-sell .kv-image-title > p {
    margin-top: 44px;
    padding-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .kv-image-title > p {
    width: 42.134vw;
    margin-top: 7.4666vw;
    padding-left: 0.469vw;
  }
}
.smart-sell .kv-image-title > p > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .smart-sell .kv-image-title > h1 {
    width: 40.15vw;
    max-width: 514px;
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 1281px) {
  .smart-sell .kv-image-title > h1 {
    margin-top: 15px;
    margin-left: -7px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .kv-image-title > h1 {
    width: 64vw;
    margin-top: 3vw;
    margin-left: -1vw;
  }
}
.smart-sell .kv-image-title > h1 > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .smart-sell .kv-image-span {
    width: 10.78vw;
    max-width: 138px;
    margin-top: 2.969vw;
  }
}
@media screen and (min-width: 1281px) {
  .smart-sell .kv-image-span {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .kv-image-span {
    width: 20.8vw;
    margin-top: 10.6666vw;
  }
}
.smart-sell .kv-image-span > img {
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 11px rgba(51, 51, 51, 0.64);
          box-shadow: 5px 5px 11px rgba(51, 51, 51, 0.64);
}
.smart-sell .kv-ribbon {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .smart-sell .kv-ribbon {
    height: 7.813vw;
    background-image: url(/fair/smart-sell/assets/svgs/kv-ribbon-pc.svg);
  }
}
@media screen and (min-width: 1281px) {
  .smart-sell .kv-ribbon {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .kv-ribbon {
    height: 49.06vw;
    background-image: url(/fair/smart-sell/assets/svgs/kv-ribbon-sp.svg);
  }
}
.smart-sell .kv-ribbon > span {
  position: relative;
  z-index: -1;
  max-width: 1280px;
  width: 100%;
}
.smart-sell .outline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .smart-sell .outline {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .outline {
    max-width: 310px;
  }
}
@media screen and (min-width: 768px) {
  .smart-sell .outline {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 999px) {
  .smart-sell .outline {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .outline {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.smart-sell .outline-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #9FD732;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .smart-sell .outline-title {
    width: 216px;
    font-size: 24px;
    line-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .outline-title {
    width: 186px;
    font-size: 20px;
    line-height: 46px;
  }
}
.smart-sell .outline-text {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .smart-sell .outline-text {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .outline-text {
    font-size: 16px;
  }
}
.smart-sell .outline-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .smart-sell .outline-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .outline-list {
    margin-top: 10px;
  }
}
.smart-sell .outline-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 30px;
  padding-top: 14px;
  padding-left: 20px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .smart-sell .outline-list-item {
    width: 310px;
  }
}
@media screen and (max-width: 999px) {
  .smart-sell .outline-list-item {
    width: 32.3%;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .outline-list-item {
    width: 310px;
  }
}
.smart-sell .outline-list-item-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 290px;
  height: 210px;
  padding: 28px 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
}
@media screen and (max-width: 999px) {
  .smart-sell .outline-list-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .outline-list-item-wrap {
    display: block;
  }
}
.smart-sell .outline-list-item-number {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 56px;
  height: 56px;
}
.smart-sell .outline-list-item-number > img {
  width: 100%;
}
.smart-sell .outline-list-item-image {
  text-align: center;
}
.smart-sell .outline-list-item-image > img {
  width: 100%;
  max-width: 200px;
}
.smart-sell .outline-list-item-text {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .smart-sell .outline-list-item-text {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .outline-list-item-text {
    font-size: 16px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .smart-sell .case {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .case {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.smart-sell .case-title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .smart-sell .case-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .case-title {
    font-size: 24px;
  }
}
.smart-sell .case-slider-wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .smart-sell .case-slider-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 700px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .case-slider-wrap {
    width: 375px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}
.smart-sell .case-slider-wrap .slick-arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .smart-sell .case-slider-wrap .slick-arrow {
    position: absolute;
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px rgba(7, 134, 189, 0.25);
            box-shadow: 0px 3px 6px rgba(7, 134, 189, 0.25);
  }
}
.smart-sell .case-slider-wrap .slick-arrow:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .smart-sell .case-slider-wrap .slick-prev {
    top: 40%;
    background-color: #fff !important;
    left: 28px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .smart-sell .case-slider-wrap .slick-prev:before {
    content: "";
    position: absolute;
    top: 40%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
  .smart-sell .case-slider-wrap .slick-prev:before {
    left: 45%;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .case-slider-wrap .slick-next {
    top: 40%;
    background-color: #fff !important;
    right: 28px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .smart-sell .case-slider-wrap .slick-next:before {
    content: "";
    position: absolute;
    top: 40%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
  .smart-sell .case-slider-wrap .slick-next:before {
    right: 45%;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
  }
}
@media screen and (min-width: 768px) {
  .smart-sell .case-slider-wrap .slick-list {
    padding: 0 !important;
  }
}
.smart-sell .case-slider-wrap .slick-list .slick-track {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .smart-sell .case-slider-wrap .slick-list .slick-track {
    width: 100% !important;
    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;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .case-slider-wrap .slick-list .slick-track {
    width: 3750px !important;
  }
}
@media screen and (min-width: 768px) {
  .smart-sell .case-slider-wrap .slick-list .slick-track::before {
    content: none;
  }
}
.smart-sell .case-slider-wrap .slick-list .slick-track .slick-slide {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .smart-sell .case-slider-wrap .slick-list .slick-track .slick-slide {
    width: 320px !important;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .case-slider-wrap .slick-list .slick-track .slick-slide {
    width: 375px !important;
  }
}
@media screen and (min-width: 768px) {
  .smart-sell .case-slider-wrap .slick-list .slick-track .slick-slide:nth-child(odd) {
    margin-right: 20px;
  }
}
.smart-sell .case-slider-wrap .sell-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
}
.smart-sell .case-slider-wrap .sell-wrap:before, .smart-sell .case-slider-wrap .sell-wrap:after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.smart-sell .case-slider-wrap .sell-wrap:before {
  top: 0;
  right: 0;
  width: 100px;
  height: 70px;
}
.smart-sell .case-slider-wrap .sell-wrap:before {
  background-image: url(/fair/smart-sell/assets/svgs/market-slider-ribbon-sell.svg);
}
.smart-sell .case-slider-wrap .sell-img {
  width: 100%;
  border-radius: 20px;
}
.smart-sell .case-slider-wrap .sell-name {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 16px;
}
.smart-sell .case-slider-wrap .sell-name-sub {
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
}
.smart-sell .case-slider-wrap .sell-price {
  position: relative;
  padding-left: 18px;
}
.smart-sell .case-slider-wrap .sell-price dt {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding-right: 30px;
  text-align: left;
  color: #747880;
}
.smart-sell .case-slider-wrap .sell-price dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ADB3BE;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.smart-sell .case-slider-wrap .sell-price dt > .price {
  font-family: "Avenir Next", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.smart-sell .case-slider-wrap .sell-price dt > .price:before {
  content: "\a";
  white-space: pre;
}
.smart-sell .case-slider-wrap .sell-price dt > .unit {
  font-size: 11px;
}
.smart-sell .case-slider-wrap .sell-price dd {
  display: inline-block;
}
.smart-sell .case-slider-wrap .sell-price-value {
  font-weight: bold;
}
.smart-sell .case-slider-wrap .sell-price-value > .price {
  font-family: "Avenir Next", sans-serif;
  font-size: 42px;
}
.smart-sell .case-slider-wrap .sell-price-diff {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/fair/smart-sell/assets/svgs/market-bg-diff-sell.svg);
  top: -64px;
  right: -18px;
  width: 72px;
  height: 72px;
  padding-top: 10px;
}
.smart-sell .case-slider-wrap .sell-price-diff > span {
  display: block;
  font-weight: bold;
  color: #fff;
}
.smart-sell .case-slider-wrap .sell-price-diff > span.num {
  font-family: "Avenir Next", sans-serif;
}
.smart-sell .case-slider-wrap .sell-price-diff > span.unit {
  width: 1em;
  line-height: 1.2;
}
.smart-sell .case-slider-wrap .sell-price-diff > span.result {
  width: 100%;
  font-family: "Avenir Next", sans-serif;
  text-align: center;
}
.smart-sell .case-slider-wrap .sell-price-diff > span.num {
  font-size: 32px;
  letter-spacing: -3px;
}
.smart-sell .case-slider-wrap .sell-price-diff > span.unit {
  font-size: 12px;
  margin-top: 8px;
  margin-left: 6px;
}
.smart-sell .case-slider-wrap .sell-price-diff > span.result {
  font-size: 14px;
  margin-top: -20px;
}
.smart-sell .disclaimer {
  padding: 40px 30px 60px;
  background-color: #F0F2F1;
}
.smart-sell .disclaimer-title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .smart-sell .disclaimer-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .disclaimer-title {
    font-size: 20px;
  }
}
.smart-sell .disclaimer-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .smart-sell .disclaimer-list {
    max-width: 770px;
    width: 100%;
  }
}
.smart-sell .disclaimer-list > li {
  line-height: 1.5;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
@media screen and (min-width: 768px) {
  .smart-sell .disclaimer-list > li {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .disclaimer-list > li {
    font-size: 16px;
    margin-top: 16px;
  }
}
.smart-sell .disclaimer-list > li::before {
  content: "■";
  padding-right: 0.25em;
}
@media screen and (min-width: 768px) {
  .smart-sell .disclaimer-list > li::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .smart-sell .disclaimer-list > li::before {
    font-size: 16px;
  }
}