@charset "UTF-8";
/* =========================
   共通
========================= */
.reform {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  font-size: 16px;
  font-family: sans-serif;
}
.reform h2.home {
  color: #294D78;
  text-align: center;
  text-shadow: 0 3px 0 rgba(252, 189, 32, 0.5);
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  position: relative;
}
.reform h2.home:before {
  content: "";
  display: block;
  width: 50px;
  height: 38px;
  margin: 0 auto 10px;
  background-image: url("/personal/loan/reform/images2/icon_home.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.reform h2.home .sub {
  font-size: 20px;
  color: #294D78;
  text-shadow: none;
}
.reform .tac {
  text-align: center;
}
.reform .tal {
  text-align: left;
}
.reform .tar {
  text-align: right;
}
.reform .small {
  font-size: 12px;
}
.reform .mt5 {
  margin-top: 5px;
}
.reform .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reform .rfm-link {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 14px;
  color: #294d78;
  text-decoration: underline;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 5px;
}
.reform .rfm-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("/personal/loan/reform/images2/icon_link.svg") no-repeat center/contain;
}
.reform .rfm-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.reform .reform_simulation,
.reform .reform_jirei,
.reform .reform_flow,
.reform .reform_faq,
.reform .reform_detail,
.reform .reform_point {
  padding: 3rem 1.5rem;
}
.reform .reform_simulation .wrap,
.reform .reform_jirei .wrap,
.reform .reform_flow .wrap,
.reform .reform_faq .wrap,
.reform .reform_detail .wrap,
.reform .reform_point .wrap {
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .reform .reform_simulation,
  .reform .reform_jirei,
  .reform .reform_flow,
  .reform .reform_faq,
  .reform .reform_detail,
  .reform .reform_point {
    padding: 4rem 3rem;
  }
}
.reform .reform_simulation,
.reform .reform_flow {
  background-color: #F9F3E6;
}
.reform .reform_jirei,
.reform .reform_faq,
.reform .reform_detail {
  background-color: #F8F8F8;
}

.reform .rate {
  display: block;
  height: auto;
}
.reform .rate .rate-tani {
  font-size: 16px;
}
.reform .rate .rate-large {
  font-size: 46px;
  font-family: Oswald;
  font-weight: 500;
}
.reform .rate .rate-medium {
  font-size: 36px;
  font-family: Oswald;
  font-weight: 500;
}
.reform .rate .rate-small {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .reform .rate .rate-tani {
    font-size: 20px;
  }
  .reform .rate .rate-large {
    font-size: 66px;
  }
  .reform .rate .rate-medium {
    font-size: 46px;
  }
  .reform .rate .rate-small {
    font-size: 12px;
  }
}

/* =========================
   ボタン
========================= */
.rfmbtn a {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  background-color: #000;
  height: 50px;
  border-radius: 25px;
  padding: 12px;
  box-sizing: border-box;
  position: relative;
}
.rfmbtn a span.att {
  display: inline-block;
  font-size: 12px;
  line-height: 26px; /* 216.667% */
  text-indent: 10px;
  vertical-align: middle;
}
.rfmbtn.rfmbtn-color-orange a {
  background-color: #DD502D;
}
.rfmbtn.rfmbtn-color-navy a {
  background-color: #294D78;
}
.rfmbtn.rfmbtn-color-green a {
  background-color: #1AA6A3;
}
.rfmbtn.rfmbtn-icon-point a:before {
  content: "";
  position: absolute;
  left: 12px; /* 左端からの位置 */
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* アイコンサイズ */
  height: 24px;
  background: url("/personal/loan/reform/images2/icon_point.svg") no-repeat center/contain;
}
.rfmbtn.rfmbtn-icon-calc a:before {
  content: "";
  position: absolute;
  left: 14px; /* 左端からの位置 */
  top: 50%;
  transform: translateY(-50%);
  width: 22px; /* アイコンサイズ */
  height: 22px;
  background: url("/personal/loan/reform/images2/icon_calc.svg") no-repeat center/contain;
}
.rfmbtn.rfmbtn-icon-pdf a:before {
  content: "";
  position: absolute;
  left: 20px; /* 左端からの位置 */
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* アイコンサイズ */
  height: 24px;
  background: url("/personal/loan/reform/images2/icon_pdf.svg") no-repeat center/contain;
}
.rfmbtn.mtb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rfmbtn.mt {
  margin-top: 20px;
}
.rfmbtn.mb {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .rfmbtn.large {
    max-width: none;
    width: 100%;
  }
}
.rfmbtn.large a {
  height: auto;
  line-height: 1;
  border-radius: 50vw;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .rfmbtn.large a {
    font-size: 24px;
    padding: 14px;
  }
}
.rfmbtn.large a span.att {
  text-indent: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .rfmbtn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* =========================
   テーブル
========================= */
.rfmtable {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .rfmtable {
    font-size: 18px;
  }
}
.rfmtable th,
.rfmtable td {
  border: 1px solid #bfbfbf;
  padding: 14px;
  vertical-align: middle;
}
.rfmtable th {
  background: #f2f2f2;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}
.rfmtable th p {
  display: inline-block;
}
.rfmtable td {
  background: #fff;
}
.rfmtable .hissu {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  margin-right: 3px;
  vertical-align: middle;
  background: #DD502D;
}
.rfmtable .hissu.hissu-color-blue {
  background: #0073c6;
}
.rfmtable input[type=text],
.rfmtable input[type=number],
.rfmtable select {
  width: 80px;
  height: 32px;
  padding: 0 6px;
  font-size: 20px;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .rfmtable input[type=text],
  .rfmtable input[type=number],
  .rfmtable select {
    font-size: 24px;
  }
}
.rfmtable select {
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  -webkit-text-fill-color: #333;
  background: #fff url("/personal/loan/reform/images2/icon_select.svg") no-repeat right 5px center/8px auto;
}
.rfmtable .att {
  font-size: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .rfmtable .att {
    font-size: 12px;
  }
}
.rfmtable .subttl {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

/* =========================
   KV
========================= */
.reform .reform_kv {
  background-color: #F9F3E6;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.reform .reform_kv .kv-logo {
  margin: 0;
}
.reform .reform_kv .kv-logo img {
  max-width: 295px;
  width: 100%;
  height: auto;
}
.reform .reform_kv .kv-kv {
  margin-top: 15px;
}
.reform .reform_kv .kv-kv img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .reform .reform_kv {
    text-align: left;
    padding: 80px 40px;
    background: #F9F3E6 url(/personal/loan/reform/images2/kv.png) right center no-repeat;
    background-size: 55% auto;
  }
  .reform .reform_kv .kv-kv {
    display: none;
  }
  .reform .reform_kv .kv-logo img {
    max-width: 100%;
    width: 42%;
  }
}

.reform .reform_kvrate {
  background: #294D78;
  padding: 5px 15px;
  text-align: center;
}
.reform .reform_kvrate p {
  display: inline-block;
  color: #FFF;
}
.reform .reform_kvrate .rate .type {
  display: inline-block;
  background-color: #DD502D;
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
  margin-right: 5px;
}
.reform .reform_kvrate .rate .rate-large {
  font-size: 56px;
}
.reform .reform_kvrate .rate .rate-medium {
  font-size: 36px;
}
.reform .reform_kvrate .kvrate-att {
  margin-top: 6px;
  color: #bec9d6;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .reform .reform_kvrate .kvrate-att {
    text-align: left;
  }
}
.reform .reform_kvrate .kvrate-spec {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #bec9d6;
}
.reform .reform_kvrate .kvrate-spec .spec-tani {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.reform .reform_kvrate .kvrate-spec .spec-num {
  font-family: Oswald;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}
.reform .reform_kvrate .kvrate-spec .spec-slash {
  display: inline-block;
  font-size: 30px;
  margin: -5px 10px 5px;
}
@media screen and (min-width: 768px) {
  .reform .reform_kvrate .kvrate-att {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.reform .reform_cvarea {
  background: #F8F8F8;
  padding: 20px;
}

/* =========================
   特徴
========================= */
.reform .reform_point .points .point-card {
  background-color: #F8F8F8;
  border: 2px solid #294D78;
  border-radius: 8px;
  padding: 20px;
  padding-top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.reform .reform_point .points .point-card + .point-card {
  margin-top: 30px;
}
.reform .reform_point .points .point-card .point-label {
  display: block;
  position: relative;
  width: 120px;
  height: 30px;
  background: url(/personal/loan/reform/images2/01_point_ribbon.svg) no-repeat;
  background-size: cover;
  color: #FFF;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}
.reform .reform_point .points .point-card .point-icon {
  padding: 15px 0;
}
.reform .reform_point .points .point-card .point-icon img {
  width: 115px;
}
.reform .reform_point .points .point-card .point-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reform .reform_point .points .point-card p.point-txt {
  color: #294D78;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
}
.reform .reform_point .points .point-card p.point-txt.small {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .reform .reform_point .points {
    padding-top: 20px;
    display: flex;
    align-items: stretch;
    gap: 20px;
  }
  .reform .reform_point .points .point-card {
    width: 100%;
  }
  .reform .reform_point .points .point-card + .point-card {
    margin-top: 0;
  }
}
.reform .reform_point .kinri {
  background: #F9F3E6;
  padding: 20px;
  margin-top: 20px;
}
.reform .reform_point .kinri .kinri-box {
  background-color: #FFF;
  border: 2px solid #DD502D;
  border-radius: 8px;
  padding: 13px;
}
.reform .reform_point .kinri .kinri-box p {
  color: #294D78;
}
.reform .reform_point .kinri .kinri-box + .kinri-box {
  margin-top: 10px;
}
.reform .reform_point .kinri .kinri-box .badge {
  display: inline-block;
  color: #FFF;
  font-family: "Zen Maru Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 85.714% */
  background-color: #DD502D;
  padding: 8px;
}
.reform .reform_point .kinri .kinri-box .badge.wide {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reform .reform_point .kinri .kinri-box .badge {
    padding: 12px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .reform .reform_point .kinri .kinri-box p.small {
    font-size: 14px;
  }
}
.reform .reform_point .kinri .kinri-box .kinribox-inner {
  margin-left: 15px;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-top: 10px;
}
.reform .reform_point .kinri .kinri-box .kinribox-inner .kinribox-inner-box {
  border-top: 2px solid #DD502D;
  border-left: 2px solid #DD502D;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .reform .reform_point .kinri .kinri-box .kinribox-inner .kinribox-inner-box {
    display: flex;
    justify-content: space-between;
  }
}
.reform .reform_point .kinri .kinri-box .kinribox-inner .kinribox-inner-box p.txt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .reform .reform_point .kinri .kinri-box .kinribox-inner .kinribox-inner-box p.txt {
    font-size: 20px;
    line-height: 1.2;
  }
}
.reform .reform_point .kinri .kinri-box .kinribox-inner .kinribox-inner-box p.rate {
  text-align: right;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .reform .reform_point .kinri .kinri-box.pcflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .reform .reform_point .kinri .kinri-box.pcflex p.rate {
    margin: 0;
  }
}
.reform .reform_point .kinri h4 {
  color: #DD502D;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  margin-bottom: 20px;
}

/* =========================
   シミュレーション
========================= */
#calc-result {
  display: none;
}

.reform .reform_simulation .arrow {
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 15px solid #dd502d;
  border-bottom: 0;
  margin-bottom: 15px;
}
.reform .reform_simulation .rfmtable-result-title {
  background-color: #DD502D;
  color: #FFF;
  text-align: center;
  padding: 8px 6px 6px 6px;
  border-radius: 8px 8px 0 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

table.rfmtable.rfmtable-result {
  border: 3px solid #DD502D;
  border-top: none;
}
table.rfmtable.rfmtable-result th {
  width: calc(100% - 13em);
  box-sizing: border-box;
}
table.rfmtable.rfmtable-result td {
  width: 13em;
  box-sizing: border-box;
}
table.rfmtable th {
  line-height: 1.2;
}
table.rfmtable td .large {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  table.rfmtable td .large {
    font-size: 26px;
  }
}

#calc-result-arrow {
  opacity: 0;
  transform: translateY(-8px);
  transition: none;
}

/* =========================
   活用事例
========================= */
.reform .reform_jirei ul.icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-top: -10px;
  gap: 20px;
}
.reform .reform_jirei ul.icons li {
  background-color: #fff;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.reform .reform_jirei ul.icons li p.icons-img {
  padding-bottom: 5px;
}
.reform .reform_jirei ul.icons li p.icons-img img {
  width: 94px;
  height: 62px;
}
.reform .reform_jirei ul.icons li p.icons-txt {
  color: #294D78;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .reform .reform_jirei ul.icons {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .reform .reform_jirei ul.icons li {
    width: 180px;
    height: 180px;
    border-radius: 90px;
  }
  .reform .reform_jirei ul.icons li p.icons-img {
    padding-bottom: 5px;
  }
  .reform .reform_jirei ul.icons li p.icons-img img {
    width: 94px;
    height: 62px;
  }
  .reform .reform_jirei ul.icons li p.icons-txt {
    font-size: 18px;
    line-height: 1.2;
  }
}
.reform .reform_jirei .reform_jirei-img {
  width: auto;
  padding-left: 20%;
  padding-right: 20%;
  margin-top: 20px;
  margin-bottom: -30px;
}
@media screen and (min-width: 768px) {
  .reform .reform_jirei .reform_jirei-img {
    padding-left: 30%;
    padding-right: 30%;
  }
}

/* =========================
   お借り入れの流れ
========================= */
.reform .reform_flow .flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.reform .reform_flow .flowbox {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border: 2px solid #294d78;
  border-radius: 8px;
  background: #fff;
}
.reform .reform_flow .flowbox:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  background: url("/personal/loan/reform/images2/icon_arr_navy.svg") no-repeat center/contain;
}
.reform .reform_flow .flowbox-img {
  margin: 0 20px 0 0;
  text-align: center;
}
.reform .reform_flow .flowbox-img img {
  width: 85px;
  height: auto;
}
.reform .reform_flow .flowbox-txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reform .reform_flow .flowbox-txt .main {
  color: #294D78;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 115% */
}
.reform .reform_flow .flowbox-txt .sub {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .reform .reform_flow .flowbox-txt .sub {
    font-size: 16px;
  }
}

/* =========================
   よくある質問
========================= */
.reform .reform_faq .faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reform .reform_faq .faqbox {
  border: 2px solid #294d78;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.reform .reform_faq .faqbox dt {
  position: relative;
  padding: 12px 40px 12px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #294d78;
  cursor: pointer;
  line-height: 1.5;
}
.reform .reform_faq .faqbox dt::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/personal/loan/reform/images2/icon_arr_down.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .reform .reform_faq .faqbox dt {
    font-size: 18px;
  }
}
.reform .reform_faq .faqbox dd {
  display: none;
  padding: 12px 16px;
  border-top: 2px solid #294d78;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  margin: 0;
}
.reform .reform_faq .faqbox dd .fc_orange {
  color: #DD502D;
}
@media screen and (min-width: 768px) {
  .reform .reform_faq .faqbox dd {
    font-size: 16px;
  }
}
.reform .reform_faq .faqbox.is-open dt::after {
  background-image: url("/personal/loan/reform/images2/icon_arr_up.svg");
}

/* =========================
   お問い合わせ
========================= */
.reform #contactnormal-reform .box-common {
  margin: 3rem 1.5rem;
}
.reform #contactnormal-reform .box-common .contactbox-l {
  margin-bottom: 0;
}
.reform #contactnormal-reform .box-common .contactbox-l::after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .reform #contactnormal-reform .box-common {
    margin: 4rem 0;
    padding: 4rem 3rem;
  }
}

/* =========================
   商品詳細
========================= */
.reform .reform_detail table.rfmtable.detail {
  line-height: 1.4;
}
.reform .reform_detail table.rfmtable.detail th, .reform .reform_detail table.rfmtable.detail td {
  padding: 12px;
}
.reform .reform_detail table.rfmtable.detail th {
  white-space: nowrap;
  text-align: center;
  color: #294D78;
}
.reform .reform_detail table.rfmtable.detail td.bg-gray {
  background-color: #f2f2f2;
  width: 3em;
}
.reform .reform_detail table.rfmtable.detail td ul.list-common li.list-common-item {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .reform .reform_detail table.rfmtable.detail {
    font-size: 14px;
  }
}

.reform .subbox {
  border: 1px solid #D7D7D7;
  background: #FFF;
  padding: 20px;
  margin-top: 15px;
  line-height: 1.4;
}
.reform .subbox .subbox-ttl {
  color: #294D78;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .reform .subbox .subbox-ttl {
    font-size: 22px;
  }
}
.reform .subbox .subbox-content ul.list-common li.list-common-item {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .reform .subbox .subbox-content ul.list-common li.list-common-item {
    font-size: 16px;
  }
  .reform .subbox .subbox-content ul.list-common li.list-common-item a.rfm-link {
    font-size: 16px;
  }
}

/* =========================
   開閉
========================= */
.js-toggle-btn {
  position: relative;
  cursor: pointer;
  /* 矢印アイコン */
  /* 開いている状態 */
}
.js-toggle-btn::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("/personal/loan/reform/images2/icon_arr_down.svg") no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .js-toggle-btn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url("/personal/loan/reform/images2/icon_arr_down.svg") no-repeat center/contain;
    transition: transform 0.3s ease;
  }
  .js-toggle-btn::before {
    content: "詳しくはこちら";
    color: #DD502D;
    font-weight: bold;
    position: absolute;
    right: 40px; /* 矢印の左に配置 */
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #DD502D;
    pointer-events: none;
    margin: 0;
    padding: 0;
  }
}
.js-toggle-btn.is-open::after {
  background-image: url("/personal/loan/reform/images2/icon_arr_up.svg");
}

/* 開閉コンテンツ */
.js-toggle-content {
  display: none;
  margin-top: 10px;
}

/* =========================
   下ボタン
========================= */
.rfm-fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 8px;
  gap: 8px;
  background: rgba(249, 243, 230, 0.8);
  box-sizing: border-box;
}
.rfm-fixed-btn .rfmbtn {
  flex: 1;
}
.rfm-fixed-btn .rfmbtn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1.1;
  padding: 8px 0px 8px 20px;
}
.rfm-fixed-btn .rfmbtn a span {
  font-size: 12px;
}
@media screen and (min-width: 1180px) {
  .rfm-fixed-btn {
    width: 850px;
    padding: 10px;
    justify-content: center;
    margin-left: -15px;
    left: auto;
  }
  .rfm-fixed-btn .rfmbtn {
    margin: 0;
  }
  .rfm-fixed-btn .rfmbtn a {
    font-size: 20px;
    padding: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .rfm-fixed-btn {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  .rfm-fixed-btn .rfmbtn {
    margin: 0;
  }
  .rfm-fixed-btn .rfmbtn a {
    font-size: 20px;
    padding: 12px;
  }
}/*# sourceMappingURL=style.css.map */