@charset "UTF-8";
/* 変数_カラー*/
/* 変数_ブレイクポイント*/
@media screen and (min-width: 1280px) {
  .pc {
    display: none !important; } }

@media screen and (max-width: 1400px) and (min-width: 1280px) {
  .mpc {
    display: none !important; } }

@media screen and (max-width: 1279px) and (min-width: 1025px) {
  .npc {
    display: none !important; } }

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tab {
    display: none !important; } }

@media screen and (max-width: 599px) {
  .sp {
    display: none !important; } }

.sec:first-child {
  margin-top: 0;
  padding-top: 40px; }

/* page-main-visual
-------------------------------------------------------*/
.page-mainvisual-area .page-main-visual {
  position: relative;
  width: 100%;
  background: url("../img/price/title-en.svg"), url("../img/common/page-title-back.webp");
  background-repeat: no-repeat;
  background-position: right 16.875vw center, center; }
  @media screen and (min-width: 1280px) {
    .page-mainvisual-area .page-main-visual {
      height: 790px; } }
  @media screen and (max-width: 1279px) and (min-width: 1025px) {
    .page-mainvisual-area .page-main-visual {
      height: 580px;
      background-size: 46vw, auto;
      background-position: right 80px center, center; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .page-mainvisual-area .page-main-visual {
      height: 500px;
      background-size: 76vw, auto;
      background-position: bottom 60px center, center; } }
  @media screen and (max-width: 599px) {
    .page-mainvisual-area .page-main-visual {
      height: 410px;
      background-size: 83.6vw, auto;
      background-position: bottom 60px center, center; } }

/* about-area
-------------------------------------------------------*/
.about-area .lead-text {
  color: #FFF;
  text-align: justify; }
  @media screen and (min-width: 1280px) {
    .about-area .lead-text {
      font-size: 18px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .about-area .lead-text {
      font-size: 18px; } }

.about-list {
  width: 100%;
  background: #FFF;
  border-radius: 30px; }
  @media screen and (min-width: 1280px) {
    .about-list {
      margin-top: 40px;
      padding: 40px; } }
  @media screen and (max-width: 1279px) and (min-width: 1025px) {
    .about-list {
      margin-top: 30px;
      padding: 40px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .about-list {
      margin-top: 30px;
      padding: 40px 30px; } }
  @media screen and (max-width: 599px) {
    .about-list {
      margin-top: 20px;
      padding: 30px 20px; } }
  .about-list h3 {
    display: flex;
    color: #FF8796;
    font-weight: 700; }
    @media screen and (min-width: 1280px) {
      .about-list h3 {
        font-size: 24px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .about-list h3 {
        font-size: 24px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .about-list h3 {
        min-height: 36px;
        font-size: 24px;
        line-height: 1.4; } }
    @media screen and (max-width: 599px) {
      .about-list h3 {
        min-height: 36px;
        font-size: 24px;
        line-height: 1.4; } }
    .about-list h3::before {
      content: "";
      flex-shrink: 0;
      width: 41px;
      min-height: 36px;
      margin-right: 5px;
      background: url("../img/price/check.svg") no-repeat;
      background-position: left top; }
  .about-list .text {
    margin-top: 20px; }
  .about-list dl {
    display: flex;
    margin-top: 10px; }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .about-list dl {
        flex-wrap: wrap; } }
    @media screen and (max-width: 599px) {
      .about-list dl {
        flex-wrap: wrap; } }
    .about-list dl:first-of-type {
      margin-top: 20px; }
    .about-list dl dt {
      width: 50%;
      border-radius: 15px 0 0 15px;
      background: #FF8796;
      color: #FFF;
      font-weight: 700; }
      @media screen and (min-width: 1280px) {
        .about-list dl dt {
          padding: 20px;
          font-size: 20px; } }
      @media screen and (max-width: 1279px) and (min-width: 1025px) {
        .about-list dl dt {
          padding: 20px;
          font-size: 20px; } }
      @media screen and (max-width: 1024px) and (min-width: 600px) {
        .about-list dl dt {
          width: 100%;
          padding: 20px;
          border-radius: 15px 15px 0 0;
          font-size: 20px;
          text-align: center; } }
      @media screen and (max-width: 599px) {
        .about-list dl dt {
          width: 100%;
          padding: 20px;
          border-radius: 15px 15px 0 0;
          font-size: 20px;
          text-align: center;
          line-height: 1.3; } }
      .about-list dl dt span {
        font-size: 14px;
        font-weight: 700; }
    .about-list dl dd {
      width: 50%;
      border-radius: 0 15px 15px 0;
      background: url("../img/price/dt-back.svg"), #F3EDDF;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain;
      color: #FF8796;
      text-align: right;
      font-weight: 700; }
      @media screen and (min-width: 1280px) {
        .about-list dl dd {
          padding: 20px;
          font-size: 20px; } }
      @media screen and (max-width: 1279px) and (min-width: 1025px) {
        .about-list dl dd {
          padding: 20px;
          font-size: 20px; } }
      @media screen and (max-width: 1024px) and (min-width: 600px) {
        .about-list dl dd {
          width: 100%;
          padding: 20px;
          border-radius: 0 0 15px 15px;
          background: url("../img/price/tri-under.svg"), #F3EDDF;
          background-repeat: no-repeat;
          background-position: top center;
          background-size: 34px 10px;
          font-size: 20px;
          text-align: center; } }
      @media screen and (max-width: 599px) {
        .about-list dl dd {
          width: 100%;
          padding: 20px;
          border-radius: 0 0 15px 15px;
          background: url("../img/price/tri-under.svg"), #F3EDDF;
          background-repeat: no-repeat;
          background-position: top center;
          background-size: 34px 10px;
          font-size: 20px;
          text-align: center;
          line-height: 1.3; } }
      .about-list dl dd span {
        font-size: 14px;
        font-weight: 700; }

/* payment-area
-------------------------------------------------------*/
.payment .lead-text {
  color: #FFF; }
  @media screen and (min-width: 1280px) {
    .payment .lead-text {
      font-size: 18px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .payment .lead-text {
      font-size: 18px; } }

.payment-list {
  width: 100%;
  background: #FFF;
  border-radius: 30px; }
  @media screen and (min-width: 1280px) {
    .payment-list {
      margin-top: 30px;
      padding: 40px; } }
  @media screen and (max-width: 1279px) and (min-width: 1025px) {
    .payment-list {
      margin-top: 30px;
      padding: 40px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .payment-list {
      margin-top: 30px;
      padding: 40px 30px; } }
  @media screen and (max-width: 599px) {
    .payment-list {
      margin-top: 20px;
      padding: 30px 20px; } }
  .payment-list ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 599px) {
      .payment-list ul li img {
        width: 100%;
        max-width: 302px;
        margin: 0 auto; } }
    @media screen and (min-width: 1280px) {
      .payment-list ul li:nth-child(1) img {
        width: 100px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .payment-list ul li:nth-child(1) img {
        width: 100px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .payment-list ul li:nth-child(1) img {
        width: 82px; } }
    @media screen and (min-width: 1280px) {
      .payment-list ul li:nth-child(2) img {
        width: 88px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .payment-list ul li:nth-child(2) img {
        width: 88px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .payment-list ul li:nth-child(2) img {
        width: 73px; } }
    @media screen and (min-width: 1280px) {
      .payment-list ul li:nth-child(3) img {
        height: 70px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .payment-list ul li:nth-child(3) img {
        height: 70px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .payment-list ul li:nth-child(3) img {
        height: 57px; } }
    @media screen and (min-width: 1280px) {
      .payment-list ul li:nth-child(4) img {
        height: 70px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .payment-list ul li:nth-child(4) img {
        height: 70px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .payment-list ul li:nth-child(4) img {
        height: 57px; } }
    @media screen and (min-width: 1280px) {
      .payment-list ul li:nth-child(5) img {
        height: 70px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .payment-list ul li:nth-child(5) img {
        height: 70px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .payment-list ul li:nth-child(5) img {
        height: 57px; } }
    @media screen and (min-width: 1280px) {
      .payment-list ul li:nth-child(6) img {
        height: 70px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .payment-list ul li:nth-child(6) img {
        height: 70px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .payment-list ul li:nth-child(6) img {
        height: 57px; } }
    @media screen and (min-width: 1280px) {
      .payment-list ul li:nth-child(n + 2) img {
        margin-left: 40px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .payment-list ul li:nth-child(n + 2) img {
        margin-left: 20px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .payment-list ul li:nth-child(n + 2) img {
        margin-left: 30px; } }

/* loan-area
-------------------------------------------------------*/
.loan-list {
  width: 100%;
  background: #FFF;
  border-radius: 30px; }
  @media screen and (min-width: 1280px) {
    .loan-list {
      margin-top: 40px; } }
  @media screen and (max-width: 1279px) and (min-width: 1025px) {
    .loan-list {
      margin-top: 40px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .loan-list {
      margin-top: 40px; } }
  @media screen and (max-width: 599px) {
    .loan-list {
      margin-top: 30px; } }
  .loan-list a {
    display: block;
    background: url("../img/common/next-btn.svg") no-repeat;
    background-position: right 20px center;
    color: #333;
    text-decoration: none; }
    @media screen and (min-width: 1280px) {
      .loan-list a {
        padding: 40px 80px 40px 40px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .loan-list a {
        padding: 40px 80px 40px 40px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .loan-list a {
        background: url("../img/price/loan-btn.svg") no-repeat;
        background-position: center bottom;
        padding: 40px 30px 80px 30px; } }
    @media screen and (max-width: 599px) {
      .loan-list a {
        background: url("../img/price/loan-btn.svg") no-repeat;
        background-position: center bottom;
        background-size: 60px 30px;
        padding: 30px 20px 60px 20px; } }
    @media screen and (min-width: 1280px) {
      .loan-list a:hover {
        opacity: 0.75; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .loan-list a:hover {
        opacity: 0.75; } }
  .loan-list .inner {
    display: flex; }
    @media screen and (min-width: 1280px) {
      .loan-list .inner {
        align-items: center; } }
    @media screen and (max-width: 599px) {
      .loan-list .inner {
        flex-wrap: wrap; } }
    .loan-list .inner .banner-area {
      flex-shrink: 0;
      margin-right: 20px; }
      @media screen and (max-width: 599px) {
        .loan-list .inner .banner-area {
          width: 100%; } }
      @media screen and (max-width: 599px) {
        .loan-list .inner .banner-area img {
          margin: 0 auto; } }
    .loan-list .inner .text {
      text-align: justify;
      line-height: 1.5; }
      @media screen and (max-width: 599px) {
        .loan-list .inner .text {
          margin-top: 20px; } }
    .loan-list .inner .text-url {
      font-weight: 700; }
      @media screen and (max-width: 1024px) and (min-width: 600px) {
        .loan-list .inner .text-url {
          font-size: 12px; } }
      @media screen and (max-width: 599px) {
        .loan-list .inner .text-url {
          margin-top: 20px;
          word-break: break-all;
          font-size: 13px;
          line-height: 1.4; } }
      .loan-list .inner .text-url span {
        display: inline-block; }
        .loan-list .inner .text-url span::after {
          display: inline-block;
          content: "";
          width: 16px;
          height: 24px;
          margin-left: 5px;
          background: url("../img/price/link.svg") no-repeat;
          background-position: bottom left;
          background-size: 14px; }
          @media screen and (max-width: 599px) {
            .loan-list .inner .text-url span::after {
              width: 13px;
              height: 13px;
              background-size: 13px; } }
