<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sub_main .ttl span::before {
  background: url(../img/purchase/icon_purchase.svg) no-repeat;
  background-size: contain;
}

.strong_item {
  gap: 0 5%;
  padding: 0 60px;
  margin-bottom: 40px;
}

.strong_item .image {
  width: 275px;
  position: relative;
}

.strong_item .image::before {
  content: '';
  width: 92px;
  height: 92px;
  position: absolute;
  top: -30px;
  left: -8px;
}

.strong_item .txt_box {
  width: calc(100% - 275px - 5%);
  padding-top: 45px;
}

.strong_item .txt_box .ttl_radius {
  font-size: 24px;
  display: inline-block;
  padding: 8px 1.5em 10px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.strong_item .txt_box p {
  margin-left: 10px;
}

.strong_item.strong01 {
  margin-top: 70px;
}

.strong_item.strong01 .image::before {
  background: url(../img/purchase/icon_strong01.svg) no-repeat;
  background-size: contain;
}

.strong_item.strong02 .image::before {
  background: url(../img/purchase/icon_strong02.svg) no-repeat;
  background-size: contain;
}

.strong_item.strong03 {
  margin-bottom: 0;
}

.strong_item.strong03 .image::before {
  background: url(../img/purchase/icon_strong03.svg) no-repeat;
  background-size: contain;
}

.purchase_flow ul {
  margin-top: 88px;
}

.purchase_flow li {
  width: 18.2%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 60px 0 40px;
}

.purchase_flow li::before {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.purchase_flow li::after {
  content: '';
  background: url(../img/common/icon_double-arrow_right_orange.svg) no-repeat;
  background-size: contain;
  width: 48px;
  height: 58px;
  position: absolute;
  top: 50%;
  right: -18%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.purchase_flow li:first-child::before {
  background: url(../img/common/step_label01.svg) no-repeat;
  background-size: contain;
}

.purchase_flow li:nth-child(2)::before {
  background: url(../img/common/step_label02.svg) no-repeat;
  background-size: contain;
}

.purchase_flow li:nth-child(3)::before {
  background: url(../img/common/step_label03.svg) no-repeat;
  background-size: contain;
}

.purchase_flow li:nth-child(4)::before {
  background: url(../img/common/step_label04.svg) no-repeat;
  background-size: contain;
}

.purchase_flow li:nth-child(5)::before {
  background: url(../img/common/step_label05.svg) no-repeat;
  background-size: contain;
}

.purchase_flow li:nth-child(5)::after {
  content: none;
}

.purchase_flow li img {
  width: 78.5%;
  margin-bottom: 14px;
}

.purchase_flow li p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.sell_point {
  gap: 50px 0;
}

.sell_point li {
  width: 47.3%;
}

.sell_point li .ttl {
  font-size: 24px;
  padding: 20px 0 22px;
}

.sell_point li div {
  padding: 25px 30px;
}

.sell_point li img {
  width: 200px;
}

.sell_point li p {
  padding-left: 22px;
  line-height: 1.6;
}

.faq {
  padding-bottom: 110px;
}

@media only screen and (max-width: 1024px) {
  .strong_item {
    padding: 0 30px;
  }
  .strong_item .txt_box {
    width: calc(100% - 275px - 4%);
  }
  .strong_item .txt_box .ttl_radius {
    font-size: 22px;
  }
  .purchase_flow li p {
    font-size: 18px;
  }
  .purchase_flow li::after {
    width: 38px;
    height: 46px;
  }
  .sell_point li .ttl {
    font-size: 22px;
  }
  .sell_point li div {
    padding: 20px 25px;
  }
  .sell_point li img {
    width: 40%;
  }
}

@media only screen and (max-width: 960px) {
  .strong_item .image {
    width: 220px;
  }
  .strong_item .image::before {
    width: 80px;
    height: 80px;
  }
  .strong_item .txt_box {
    width: calc(100% - 220px - 3%);
    padding: 0;
  }
  .strong_item .txt_box .ttl_radius {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .purchase_flow ul {
    margin-top: 60px;
  }
  .purchase_flow li {
    padding: 40px 0 20px;
  }
  .purchase_flow li::before {
    width: 65px;
    height: 65px;
    top: -32px;
  }
  .purchase_flow li p {
    font-size: 16px;
  }
  .purchase_flow li::after {
    width: 30px;
    height: 36px;
  }
  .sell_point {
    gap: 30px 0;
  }
  .sell_point li .ttl {
    font-size: 18px;
    padding: 17px 0 18px;
  }
  .sell_point li div {
    display: block;
  }
  .sell_point li img {
    float: left;
    margin: 0 12px 0 0;
  }
  .sell_point li p {
    padding: 0;
    margin-top: -5px;
  }
  .faq {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 568px) {
  .strong_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-bottom: 60px;
  }
  .strong_item .image {
    width: 230px;
    margin: 0 auto;
  }
  .strong_item .txt_box {
    width: 100%;
    position: relative;
    margin-top: -12px;
  }
  .strong_item .txt_box .ttl_radius {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .strong_item .txt_box p {
    margin-left: 0;
  }
  .strong_item.strong01 {
    margin-top: 50px;
  }
  .purchase_flow ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px 0;
    margin-top: 42px;
  }
  .purchase_flow li {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px 10px 10px;
  }
  .purchase_flow li::before {
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .purchase_flow li::after {
    content: '' !important;
    background: url(../img/common/icon_double-arrow_down_orange.svg) no-repeat;
    width: 42px;
    height: 34px;
    right: initial;
    left: 50%;
    top: initial;
    bottom: -25px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .purchase_flow li:last-child::after {
    content: none !important;
  }
  .purchase_flow li img {
    width: 32%;
    margin: 0 14px 0 0;
  }
  .purchase_flow li p {
    text-align: left;
    font-size: 18px;
  }
  .sell_point {
    gap: 25px 0;
  }
  .sell_point li {
    width: 100%;
  }
  .sell_point li .ttl {
    padding: 13px 0 14px;
  }
  .sell_point li div {
    padding: 18px 20px;
  }
  .sell_point li img {
    width: 47%;
    margin: 0 12px 10px 0;
  }
  .sell_point li p {
    line-height: 1.75;
  }
  .faq {
    padding-bottom: 60px;
  }
}
/*# sourceMappingURL=purchase.css.map */</pre></body></html>