@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 2 version
*/
body {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


img {
  max-width: 100%;
  width: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.color--blue {
  color: #0c3bbd;
}

.color--yellow {
  color: #fff100;
}

.color--red {
  color: #e60012;
}

.bg--blue {
  background: #0c3bbd;
}

.bg--yellow {
  background: #fff100;
}

.bg--gray {
  background: #a6a6a6;
}

.border-box--radius25 {
  border-radius: 25px;
}

.pb-0{
  padding-bottom: 0 !important;
}
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}
.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-120{
  margin-top: 120px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-wrap {
  padding: 8px 12px 8px 12px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-wrap img {
  vertical-align: middle;
}

.logo-wrap .logo--minato {
  margin-right: 8px;
  width: 89px;
}

.logo-wrap .logo--loan {
  width: 80px;
}

.loan-column .content--info {
  font-size: 11px;
}

.loan-column.borrowing-example {
  background: url("/smartphone/personal/rent/unsecured/cardloan/lp1/images/img_interest_border.png") no-repeat center;
  background-size: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 25px;
}

.loan-column.borrowing-example .content--info {
  display: inline-block;
  padding-top: 20px;
  margin: 0 auto 5px;
}
.loan-column.borrowing-example .img_wrap {
  display: inline-block;
  width: 213px;
  margin: 0 auto 10px;
}
.loan-column.borrowing-example .content--txt {
  font-size: 8px;
  padding: 0 15px;
  text-align: left;

}

.loan-column.usage-amount {
  background: url("/smartphone/personal/rent/unsecured/cardloan/lp1/images/img_loan_sample02.png") no-repeat center;
  background-size: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.loan-column.usage-amount .content--info {
  display: inline-block;
  padding: 0 20px 20px;
  margin: 0 auto;
  text-align: left;
}
.loan-column.usage-amount .img_wrap {
  display: inline-block;
  width: 213px;
  padding-top: 40px;
  margin: 0 auto 10px;
}

.header-wrap .tel {
  width: 143px;
}

.top {
  text-align: center;
}

.crowd-loan {
  padding: 8px 7.6% 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.crowd-loan a:first-of-type {
  width: 52.7%;
}

.crowd-loan a:last-of-type {
  width: 44%;
}

.content-wrap {
  padding: 40px 7.6%;
}


.content-wrap__step .step-content.list {
  background: url("/smartphone/personal/rent/unsecured/cardloan/lp1/images/bg_step.png") no-repeat center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 700px;
  padding: 30px 8px;
  margin-top: 15px;
}

.content-wrap__step .step-content .list-item .list--ttl {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
}

.content-wrap__step .step-content .list-item .list--info {
  font-size: 14px;
  padding-bottom: 10px;
}

.content-wrap__step .step-content .list-item .list--txt {
  font-size: 11.5px;
}

.content-wrap__step .step-content .list-item.step01 .list--txt {
  width: 225px;
  margin: 0 auto;
}

.content-wrap__step .step-content .list-item.step02 {
  margin-top: 40px;
}

.content-wrap__step .step-content .list-item.step03 {
  margin-top: 45px;
}

.content-wrap__step .step-content .list-item.step04 {
  margin-top: 45px;
}

.content-wrap__step .confirmation_document {
  padding-top: 40px;
  margin: 0 0 0px;
}

.confirmation_document .accordion {
  position: relative;
  padding: 0;
  margin: 0;
  border: 1px solid #a6a6a6;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.confirmation_document .accordion i {
  position: absolute;
  -webkit-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
  margin-top: 9px;
  right: 40px;
}

.confirmation_document .accordion i:before, .confirmation_document .accordion i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 13px;
}

.confirmation_document .accordion i:before {
  -webkit-transform: translate(-4px, 0) rotate(45deg);
  transform: translate(-4px, 0) rotate(45deg);
}

.confirmation_document .accordion i:after {
  -webkit-transform: translate(4px, 0) rotate(-45deg);
  transform: translate(4px, 0) rotate(-45deg);
}

.confirmation_document .accordion input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  left: 0;
}

.confirmation_document .accordion input[type=checkbox]:checked ~ div {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.confirmation_document .accordion input[type=checkbox]:checked ~ i:before {
  -webkit-transform: translate(4px, 0) rotate(45deg);
  transform: translate(4px, 0) rotate(45deg);
}

.confirmation_document .accordion input[type=checkbox]:checked ~ i:after {
  -webkit-transform: translate(-4px, 0) rotate(-45deg);
  transform: translate(-4px, 0) rotate(-45deg);
}

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
    transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
    transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
    transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
    transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
    transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
    transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
.confirmation_document .accordion h2 {
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 7px;
  background: #a6a6a6;
  color: #fff;
}

.confirmation_document .accordion .accordion_inner {
  color: #000;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
  text-align: left;
  background-color: #fff;
}

.transition, .accordion_inner, .confirmation_document .accordion i:before, .confirmation_document .accordion i:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.flipIn, .confirmation_document .accordion {
  -webkit-animation: flipdown 0.5s ease both;
  animation: flipdown 0.5s ease both;
}

.confirmation_document .accordion .accordion_inner p {
  padding-left: 12.5px;
  padding-right: 12.5px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.confirmation_document .accordion .accordion_inner dl {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.confirmation_document .accordion .accordion_inner dt {
  margin-top: 20px;
}

.how-to-apply__list {
  padding-bottom: 40px;
}

.how-to-apply__list .list-item .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-to-apply__list .list-item .btn-wrap a:first-of-type {
  width: 175px;
}

.how-to-apply__list .list-item .btn-wrap a:last-of-type {
  width: 120px;
}

.how-to-apply__list .list-item {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding-bottom: 10px;
}

.how-to-apply__list .list-item .list--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 11.5px;
  font-weight: bold;
  text-align: center;
  height: 25px;
  background: #eee;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}

.how-to-apply__list .list-item .list--info {
  position: absolute;
  top: 4px;
  right: 11px;
  font-size: 10px;
}

.how-to-apply__list .list-item.online .list--info {
  width: 57px;
}

.how-to-apply__list .list-item.tel .list--info {
  width: 69px;
}

.how-to-apply__list .list-item.post .list--info {
  width: 27px;
}

.how-to-apply__list .list-item.fax .list--info {
  width: 52px;
}

.how-to-apply__list .list-item .list--txt {
  font-size: 11.5px;
  line-height: 1.4;
  width: calc(100% - 15px);
}

.how-to-apply__list .list-item.tel img {
  width: 288px;
}

.how-to-apply__list .list-item.tel .list--txt span {
  font-size: 10px;
}

.how-to-apply__list .list-item.fax img {
  width: 289px;
}

.how-to-apply__list .list-item.fax .list--txt span {
  font-size: 10px;
}

.available-users .content--ttl {
  font-size: 13px;
  font-weight: bold;
  padding: 7px 0;
  margin-bottom: 10px;
}

.available-users .content--txt {
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.available-users .content--txt a {
  text-decoration: unset;
}

.available-users .content--txt span {
  padding: 0 12px 0 0;
  font-weight: bold;
}

.available-users .list-item {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.how-to-apply .crowd-loan {
  padding: 0;
}

.interest-rate {
  text-align: center;
}

.interest-rate .content--ttl {
  font-size: 13px;
  font-weight: bold;
  padding: 7px 0;
  margin-bottom: 10px;
}

.interest-rate .crowd-loan {
  padding: 0;
}

.other {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.other .content--ttl {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 0;
  margin-bottom: 10px;
}

.other .list {
  margin-bottom: 25px;
}

.other .list-item {
  font-size: 12px;
  line-height: 1.75;
  text-align: left;
}

.other .content--txt {
  font-size: 10px;
  margin-top: 25px;
}

.footer {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  margin-bottom: 123px;
}

.crowd-loan-text{
  padding:0 21.6%;
}

.blue{
  background-color: #1d2088;
  padding-top: 18px;
  padding-bottom: 25px;
}

.limit-01{
  width: 31.8%;
}

.limit {
  background:url("/smartphone/personal/rent/unsecured/cardloan/lp1/images/img_interest_rate_01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 40px 10px 30px 20px;
}

.limit-02{
  width: 71.9%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mb-50{
  margin-bottom: 50px;
}

.mt-40{
  margin-top: 40px;
}

.mt-10{
  margin-top: 10px;
}

.limit .content--txt{
  font-size: 11px;
  padding-top: 5px;
  margin: 0 auto;
}

.interest-rate .list-info-01{
  padding: 0 7%;
}

.example {
  background:url("/smartphone/personal/rent/unsecured/cardloan/lp1/images/img_interest_border.png");
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 30px 10px 30px 20px;
}

.interest{
  width: 51%;
}

.interest_example{
  width: 74%;
}

.example .list-info{
  font-size: 8px;
}

.position-fix{
  position: fixed;
  z-index: 1000;
  bottom: 0;
}

.kv_sp {
 position: relative;
}

.campaign_sp {
    width: 41%;
    position: absolute;
    bottom: 4%;
    left: 55%;
}

/* モーダル全体 */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  position: fixed;
}

/* モーダル内コンテンツ */
.modal-content {
  background-color: #fff;
  width: 90%;
  max-width: 600px;
  max-height: 70vh;
  overflow-y: auto;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  font-size: 14px;
  animation: fadeInModal 0.3s ease-out;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}
.close:hover {
  color: #000;
}

/* フェードイン・アウトアニメーション */
@keyframes fadeInModal {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOutModal {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}

.modal-content.fade-out {
  animation: fadeOutModal 0.2s ease-in;
}

.campaign {
  padding-top: 40px;
}

/* --- モーダル内の見出しを強調 --- */
.modal-content h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0c3bbd;
  border-left: 4px solid #0c3bbd;
  padding-left: 10px;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* テキスト（本文・リスト） */
.modal-content p,
.modal-content li {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}

/* リスト全体 */
.modal-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}

/* サブリスト（①②③など） */
.modal-sublist {
  list-style: none;
  padding-left: 1.5em;
  margin-top: 5px;
  margin-bottom: 15px;
}
.modal-sublist li {
  text-indent: -1em;
  padding-left: 1em;
}

/* ヘッダー（タイトル部分） */
.modal-header {
  background-color: #0c3bbd;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.modal-header .spaced {
  margin: 0 0.2em;
}
.modal-header .nowrap {
  white-space: nowrap;
}

.fixed-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  z-index: 10000;
}

.fixed-close:hover {
  color: #000;
}

/* スマホ用キャンペーン詳細リンクのスタイル */
.campaign-link-sp {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  color: #333;
}

.campaign-link-sp a {
  color: #0c3bbd;
  text-decoration: underline;
  font-weight: bold;
}

.campaign-link-sp a:hover {
  opacity: 0.7;
}
