@charset "UTF-8";
.s-bg-gray {
  background-color: #f5f5f5;
  padding-bottom: 60px;
}

.s-hero {
  background-image: url(/assets/images/original/credit-payment-hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 185px;
}
.s-hero .o-content__inner {
  max-width: 940px;
}
.s-hero-box {
  position: relative;
}
.s-hero-wrapper {
  display: flex;
  align-items: center;
  padding: 35px 0 90px;
}
@media only screen and (max-width: 768px) {
  .s-hero-wrapper {
    padding: 35px 0 340px;
  }
}
.s-hero-fig {
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  .s-hero-fig {
    position: absolute;
    max-width: 150px;
    right: 0;
    top: -35px;
    margin: 0;
  }
  .s-hero-fig .s-hero-fig-img {
    max-width: 150px;
  }
}
.s-hero-top-txt {
  font-size: 23px;
  line-height: 2;
  color: #20A2DC;
}
@media only screen and (max-width: 768px) {
  .s-hero-top-txt {
    font-size: 20px;
  }
}
.s-hero-title {
  font-size: 36px;
  color: #003D7C;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .s-hero-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.s-hero-txt {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .s-hero-txt {
    font-size: 14px;
  }
}

.s-hero .s-hero-sp{
  width: 100%
}

.s-top-part .o-content__inner {
  max-width: 940px;
}

.s-service-mb {
  margin-bottom: 300px;
}
.s-service-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 24px solid #003D7C;
  display: flex;
  background-color: #fff;
  padding: 28px 16px 24px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .s-service-link {
    margin-bottom: 20px;
    padding: 28px 10px 24px;
  }
}
.s-service-link::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 10px;
  background-image: url(/assets/materials/credit-payment-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -16px;
}
.s-service-link-wrapper {
  position: absolute;
  width: 100%;
  bottom: -155px;
}
@media only screen and (max-width: 768px) {
  .s-service-link-wrapper {
    position: absolute;
  }
}
.s-service-link-color {
  border-bottom: 24px solid #20A2DC;
}
.s-service-link-box {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .s-service-link-box {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.s-service-link-wpr {
  display: flex;
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  .s-service-link-wpr {
    flex-wrap: wrap;
  }
}
.s-service-link-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #003D7C;
  margin-top: 16px;
}
.s-service-link-desc {
  font-size: 14px;
  line-height: 2.1;
  color: #000;
}
.s-service-link-starred {
  font-size: 12px;
  line-height: 2.5;
  color: #1E50A2;
}
@media only screen and (max-width: 768px) {
  .s-service-link-starred {
    text-align: center;
    line-height: 1.4;
  }
}
.s-service-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  position: relative;
  top: -70px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .s-service-banner {
    padding: 32px 8px;
    top: -60px;
  }
}
.s-service-banner-title {
  font-size: 24px;
  line-height: 2;
  color: #003D7C;
  font-weight: 700;
  margin-top: 16px;
}
.s-service-banner-title-sec {
  color: #20A2DC;
}
@media only screen and (max-width: 768px) {
  .s-service-banner-title {
    font-size: 22px;
  }
}
.s-service-banner-desc {
  font-size: 16px;
  line-height: 2.1;
}
@media only screen and (max-width: 768px) {
  .s-service-banner-desc {
    font-size: 14px;
    text-align: center;
  }
}
.s-service-point-row {
  display: flex;
  margin: -25px -10px 0 -10px;
}
@media only screen and (max-width: 768px) {
  .s-service-point-row {
    flex-wrap: wrap;
  }
}
.s-service-point-col {
  flex: 0 1 25%;
  max-width: 25%;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .s-service-point-col {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.s-service-point-col-sec {
  flex: 0 1 33.33%;
  max-width: 33.33%;
}
@media only screen and (max-width: 768px) {
  .s-service-point-col-sec {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.s-service-point-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 35px 5px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .s-service-point-box {
    padding: 12px 0 16px;
  }
}
.s-service-point-box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 69px solid #003D7C;
  border-right: 69px solid transparent;
  left: 0;
  top: 0;
}
.s-service-point-box::after {
  position: absolute;
  content: "Point";
  font-size: 14px;
  line-height: 2.5;
  color: #fff;
  left: 6px;
  top: 8px;
  transform: rotate(-46deg);
}
.s-service-point-box-sec::before {
  border-top: 69px solid #20A2DC;
  border-right: 69px solid transparent;
}
.s-service-point-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .s-service-point-flex {
    flex-direction: row;
    width: 100%;
    padding-left: 69px;
  }
}
@media only screen and (max-width: 768px) {
  .s-service-point-img {
    max-width: 60px;
    width: 100%;
  }
}
.s-service-point-title {
  font-size: 16px;
  font-weight: 700;
  color: #003D7C;
  line-height: 1.3;
  text-align: center;
  margin: 16px 0 16px;
}
.s-service-point-title-sec {
  color: #20A2DC;
}
@media only screen and (max-width: 768px) {
  .s-service-point-title {
    margin-left: 23px;
    margin: 16px 0 8px 24px;
    text-align: left;
    width: calc(100% - 60px);
  }
}
.s-service-point-desc {
  font-size: 12px;
  color: #646465;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .s-service-point-desc {
    margin-top: 8px;
  }
}
.s-service-title {
  background-image: url(/assets/images/original/credit-payment-title-bg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
}
@media only screen and (max-width: 768px) {
  .s-service-title {
    justify-content: flex-start;
    padding-top: 56px;
  }
}
.s-service-title-sec {
  background-image: url(/assets/images/original/credit-payment-title-bg2.jpg);
}
.s-service-title-main {
  font-size: 20px;
  line-height: 2;
  color: #fff;
}
.s-service-title-no {
  font-size: 32px;
  line-height: 1.5;
  color: #B9E3F9;
  padding-bottom: 5px;
  border-bottom: 4px solid #B9E3F9;
}

.s-flow {
  position: relative;
  top: -245px;
}
@media only screen and (max-width: 768px) {
  .s-flow {
    top: -220px;
  }
}
.s-flow-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-flow-title-sm {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  color: #20A2DC;
}
.s-flow-title-lg {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  color: #003D7C;
}
.s-flow-wpr {
  margin-top: 24px;
}
.s-flow-row {
  display: flex;
  margin: 0 -10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .s-flow-row::after {
    position: absolute;
    content: "";
    background-image: url(/assets/materials/credit-paymanet-arrow-scroll.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 9px;
    left: 280px;
    bottom: 10px;
  }
}
.s-flow-col {
  flex: 0 1 25%;
  max-width: 25%;
  padding: 0 10px;
}
.s-flow-box {
  position: relative;
}
.s-flow-box::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 25px;
  background-image: url(/assets/materials/credit-payment-arrow-b.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -17px;
  top: 120px;
}
.s-flow-box-noarw::before {
  content: none;
}
.s-flow-ttl {
  font-size: 14px;
  line-height: 1.5;
  color: #003D7C;
  text-align: center;
  margin: 8px 0 16px;
  font-weight: bold;
}
.s-flow-desc {
  font-size: 12px;
  color: #646465;
  line-height: 1.6;
  text-align: left;
}
.s-flow-list {
  padding-top: 348px;
  margin-top: -555px;
}
.s-flow-list-sec {
  margin-top: -480px;
  padding-top: 250px;
}
.s-flow-list-box {
  background-color: #fff;
  padding: 20px 30px 20px;
}
@media only screen and (max-width: 768px) {
  .s-flow-list-box {
    padding: 20px 15px;
  }
}
.s-flow-list-title {
  font-size: 16px;
  line-height: 2.25;
  color: #20A2DC;
}
.s-flow-list-item {
  font-size: 14px;
  line-height: 2.2;
  padding-left: 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .s-flow-list-item {
    font-size: 12px;
    line-height: 2;
    padding-left: 20px;
  }
}
.s-flow-list-item::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #20A2DC;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .s-flow-list-item::before {
    top: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #epos .s-flow-list-box {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  /*テーブル3*/
  .s-scroll table.s-chapter_table03 {
    width: 1008px;
  }

  /* スクロール */
  .s-scroll {
    overflow-y: auto;
  }

  .s-scroll:before {
    content: "※下記の表は右にスクロールできます。";
  }

  .s-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #e3f5fc;
  }

  .s-scroll::-webkit-scrollbar-thumb {
    background: #003D7C;
    border-radius: 2px;
  }

  .s-flow-row {
    width: 960px;
    padding-bottom: 60px;
  }
}

/*# sourceMappingURL=static_chintai-credit-payment.css.map */

/* 230424 追記  */
.s-note-txt {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .s-note-txt {
    font-size: 14px;
  }
}
