@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #000;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

a {
  color: #039;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
}

p + p {
  margin-top: 1em;
}

@media (min-width: 769px) {
  .sponly {
    display: none;
  }
}
@media (max-width: 768px) {
  .pconly {
    display: none;
  }
}
.m-heading2,
.m-heading3,
.m-heading4 {
  font-weight: bold;
}

.m-heading4 {
  color: #039;
  font-size: 20px;
  line-height: 1em;
  margin: 2em 0 2.5em;
  position: relative;
}
.m-heading4:before {
  background: #95A4BC;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.u-mt_1em {
  margin-top: 1em;
}
.u-fs_s {
  font-size: 14px;
}
.u-fs_m {
  font-size: 16px;
}
.u-fs_ll {
  font-size: 22px;
}
.u-fc_bl {
  color: #039;
}
.u-fc_or {
  color: #FF7300;
}
.u-fc_rd {
  color: #F03;
}
.u-fw_b {
  font-weight: bold;
}
.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(95%, #FFF500));
  background: -webkit-linear-gradient(transparent 90%, #FFF500 95%);
  background: linear-gradient(transparent 90%, #FFF500 95%);
}
.u-list_dots li, .u-list_notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.u-list_dots li::before {
  content: "・";
}
.u-list_notes li::before {
  content: "※";
}

@media (max-width: 768px) {
  .u-fs_s {
    font-size: 13px;
  }
  .u-fs_m {
    font-size: 13px;
  }
  .u-fs_ll {
    font-size: 15px;
  }
}
.p-link_arrow, .p-loan_item__link li a {
  display: block;
  font-weight: bold;
  padding-left: 34px;
  position: relative;
  text-decoration: none;
}
.p-link_arrow::before, .p-loan_item__link li a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='9.414' viewBox='0 0 6.121 9.414'%3E%3Cpath fill='none' stroke='%23039' stroke-width='2' d='m.707 8.707 4-4-4-4' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 55% 50%;
  border: 1px solid #039;
  border-radius: 24px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-link_arrow:hover, .p-loan_item__link li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .p-link_arrow, .p-loan_item__link li a {
    padding-left: 28px;
  }
  .p-link_arrow::before, .p-loan_item__link li a::before {
    border-radius: 20px;
    background-size: 4px 8px;
    width: 20px;
    height: 20px;
  }
}
.l-header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 768px) {
  .l-header_inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 51px;
    padding: 16px;
  }
  .l-header_logo img {
    width: auto;
    height: 19px;
  }
}
.g-footer {
  margin-top: 0;
}

@media (min-width: 769px) {
  .g-footer {
    height: 84px;
  }
}
.l-main {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.5;
}

.l-section {
  margin: 80px auto;
  max-width: 1100px;
}

.l-aside {
  margin: 40px auto;
  max-width: 1100px;
}

@media (max-width: 1100px) {
  .l-section {
    font-size: 16px;
    margin: 60px auto;
    max-width: 96%;
  }
}
@media (max-width: 768px) {
  .l-main {
    font-size: 14px;
  }
  .l-section,
  .l-aside {
    margin: 40px 18px;
    max-width: none;
  }
}
.p-page_head {
  background: #E0F2FF;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  padding: 44px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .p-page_head {
    font-size: 20px;
    padding: 30px 0;
  }
}
.p-campaign {
  margin-top: 50px;
}
.p-campaign .m-heading3 {
  margin-bottom: 0.5em;
}
.p-campaign_banner {
  text-align: center;
}
.p-campaign_banner img {
  margin: 0 auto;
}
.p-campaign_note {
  margin-top: 2em;
}
.p-campaign_note__label {
  margin-bottom: 1em;
}
.p-campaign_note__label::before {
  content: "■";
}

@media (max-width: 768px) {
  .p-campaign {
    margin-top: 30px;
  }
}
.p-loan_table {
  margin: 25px 0;
  width: 100%;
}
.p-loan_table th, .p-loan_table td {
  border: 1px solid #B3B3B3;
  padding: 1em 1.65em;
}
.p-loan_table th {
  background: #F7F8FB;
  font-weight: bold;
  text-align: left;
}
.p-loan_features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin: 25px 0;
}
.p-loan_feature {
  background: #039;
  border-radius: 6px;
  color: #FFF;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 49px 24px 25px;
  position: relative;
  text-align: center;
}
.p-loan_feature__label {
  background: #FFF;
  border: 2px solid #039;
  border-radius: 20px;
  color: #039;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0 34px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.p-loan_feature__label span {
  font-size: 24px;
  margin-left: 0.25em;
}
.p-loan_feature__catch {
  font-size: 22px;
  font-size: 1.22em;
  font-weight: 700;
}
.p-loan_feature__catch em {
  border-bottom: 3px solid #FFF500;
  display: inline-block;
  font-size: 40px;
  font-size: 1.818em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.p-loan_feature__catch em .--num {
  line-height: 0.8;
  font-size: 50px;
  font-size: 1.25em;
}
.p-loan_feature__catch em .--small {
  font-size: 34px;
  font-size: 0.85em;
}
.p-loan_feature__catch em sup {
  font-size: 60%;
  vertical-align: text-top;
}
.p-loan_feature .u-list_notes {
  text-align: left;
}

.p-list_anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.p-list_anchor li {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-list_anchor li::after {
  background: #DDD;
  content: "";
  width: 1px;
  height: 1.875em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-list_anchor li:first-child::before {
  background: #DDD;
  content: "";
  width: 1px;
  height: 1.875em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-list_anchor li a {
  color: #039;
  display: inline-block;
  padding: 0.25em 2em 0.25em 0;
  position: relative;
}
.p-list_anchor li a::after {
  border-right: 2px solid #039;
  border-bottom: 2px solid #039;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1100px) {
  .p-loan_features {
    font-size: 14px;
    font-size: clamp(10px, -3.8795180723px + 1.8072289157vw, 16px);
  }
}
@media (max-width: 768px) {
  .p-loan_table {
    border: 1px solid #DDD;
    display: block;
    margin: 15px 0;
  }
  .p-loan_table tbody, .p-loan_table tr, .p-loan_table th, .p-loan_table td {
    display: block;
  }
  .p-loan_table th, .p-loan_table td {
    border: none;
  }
  .p-loan_table tr:nth-child(n+2) th {
    border-top: 1px solid #DDD;
  }
  .p-loan_table th {
    text-align: center;
  }
  .p-loan_features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
    margin: 25px 0;
  }
  .p-loan_feature {
    padding: 36px 16px 30px;
  }
  .p-loan_feature__label {
    font-size: 14px;
    padding: 0 34px;
    top: -16px;
  }
  .p-loan_feature__label span {
    font-size: 20px;
  }
  .p-loan_feature__catch {
    font-size: 20px;
  }
  .p-loan_feature__catch em {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .p-loan_feature__catch em .--num {
    font-size: 46px;
  }
  .p-loan_feature__catch em .--small {
    font-size: 26px;
  }
  .p-list_anchor {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-bottom: 2.5em;
    margin-right: -18px;
    margin-left: -18px;
  }
  .p-list_anchor li {
    font-size: 14px;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding: 0 1.285em;
  }
  .p-list_anchor li:first-child::before {
    display: none;
  }
  .p-list_anchor li:nth-child(2n)::after {
    display: none;
  }
  .p-list_anchor li:nth-child(n+3) {
    border-top: 1px solid #DDD;
    margin-top: 1em;
    padding-top: 1em;
  }
  .p-list_anchor li a {
    display: block;
    width: 100%;
  }
  .p-list_anchor li a::after {
    right: 0;
  }
}
.p-loan_items {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
}
.p-loan_item {
  border: 1px solid #039;
  padding: 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.p-loan_item a {
  text-decoration: none;
}
.p-loan_item a:hover {
  text-decoration: underline;
}
.p-loan_item .m-heading3 {
  margin: 0;
}
.p-loan_item__cat {
  margin: 0 0 15px;
}
.p-loan_item__cat ul {
  gap: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-loan_item__cat ul li {
  border: 1px solid #b7b7b7;
  color: #b7b7b7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.05em;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
}
.p-loan_item__cat ul li:first-of-type {
  background: #1F4E8C;
  border-color: #039;
  color: #FFF;
  margin-right: 11px;
  padding: 0 12px;
  position: relative;
  white-space: nowrap;
}
.p-loan_item__cat ul li:first-of-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #1F4E8C;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-loan_item__cat ul li.act {
  border-color: #707070;
  background-color: #707070;
  color: #fff;
}
.p-loan_item__link {
  margin: 30px 0 0;
}
.p-loan_item__link li + li {
  margin-top: 0.5em;
}

@media (max-width: 1100px) {
  .p-loan_item {
    padding: 20px;
  }
  .p-loan_item__cat ul li {
    font-size: 12px;
    line-height: 1.2;
    white-space: initial;
  }
}
@media (max-width: 768px) {
  .p-loan_items {
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
  .p-loan_item {
    font-size: 16px;
    padding: 20px 16px;
  }
  .p-loan_item__cat {
    margin: 0 0 20px;
  }
  .p-loan_item__cat ul li {
    border-width: 2px;
    font-size: 11px;
    height: 30px;
    line-height: 1.1;
    max-width: 6em;
    padding: 0 5px;
    text-align: left;
    white-space: initial;
  }
  .p-loan_item__cat ul li:first-of-type {
    margin-right: 5px;
    padding: 0 8px 0 10px;
    white-space: nowrap;
  }
  .p-loan_item__cat ul li:first-of-type::after {
    border-width: 15px 0 15px 8px;
  }
  .p-loan_item__link {
    margin: 20px 0 0;
  }
}
.p-contact .p-cta {
  background: #F7F8FB;
  border: 1px solid #DDD;
  margin-top: 40px;
}
.p-contact .p-cta_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-contact .p-cta_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px 0;
  text-align: center;
}
.p-contact .p-cta_item:nth-child(n+2) {
  border-left: 1px solid #DDD;
}
.p-contact .p-cta_item a {
  color: #F03;
  text-decoration: none;
}
.p-contact .p-cta_item a:hover {
  text-decoration: underline;
}
.p-contact .p-cta_label {
  color: #039;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-contact .p-cta_tel__no {
  display: inline-block;
  font-size: 35px;
  padding-left: 49px;
  position: relative;
}
.p-contact .p-cta_tel__no::before {
  background: url(../img/icon_freecall.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  width: 41px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact .p-cta_tel__time {
  display: block;
  font-size: 14px;
}
.p-contact .p-cta_mail__txt {
  display: inline-block;
  font-size: 25px;
  margin-top: 10px;
}
.p-contact .p-cta_fax__txt {
  color: #F03;
  font-size: 35px;
  font-weight: bold;
}
.p-contact .p-cta_fax__txt a {
  pointer-events: none;
  text-decoration: none;
}
.p-contact .p-cta_fax .p-btn_fax {
  background: #039;
  border-radius: 6px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  padding: 16px 77px 16px 61px;
  position: relative;
}
.p-contact .p-cta_fax .p-btn_fax::after {
  background: url(../img/icon_pdf.svg) no-repeat 0 0/contain;
  content: "";
  display: block;
  width: 22px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 769px) {
  .p-cta_tel a {
    cursor: default;
    pointer-events: none;
  }
}
@media (max-width: 1100px) {
  .p-contact .p-cta {
    border: none;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-contact .p-cta_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-contact .p-cta_item:nth-child(n+2) {
    border-top: 5px solid #FFF;
    border-left: none;
  }
}
@media (max-width: 768px) {
  .p-contact .p-cta {
    border: 1px solid #DDD;
    margin-top: 28px;
    max-width: 100%;
  }
  .p-contact .p-cta_item {
    padding: 25px 0;
  }
  .p-contact .p-cta_item:nth-child(n+2) {
    border-top: 1px solid #DDD;
  }
  .p-contact .p-cta_label {
    font-size: 18px;
  }
  .p-contact .p-cta_tel__no {
    font-size: 32px;
    padding-left: 47px;
  }
  .p-contact .p-cta_tel__no::before {
    width: 39px;
    height: 30px;
  }
  .p-contact .p-cta_tel__time {
    font-size: 12px;
  }
  .p-contact .p-cta_mail {
    border-top: 1px solid #DDD;
    border-left: none;
  }
  .p-contact .p-cta_mail__txt {
    font-size: 22px;
    margin-top: 20px;
  }
}
.p-cta_fixed {
  background: rgba(0, 0, 0, 0.55);
  color: #FFF;
  font-size: 16px;
  padding: 20px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.p-cta_fixed.is-relative {
  position: relative;
  bottom: auto;
}
.p-cta_fixed.is-hide {
  display: none;
  opacity: 0;
}
.p-cta_fixed a {
  color: inherit;
}
.p-cta_fixed .p-btn {
  background: #F03;
  border-radius: 6px;
  display: block;
  font-size: 24px;
  margin: 0 auto;
  max-width: 410px;
  padding: 12px 80px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .p-cta_fixed {
    font-size: 13px;
    padding: 15px 20px;
  }
  .p-cta_fixed .p-btn {
    font-size: 18px;
    padding: 14px;
  }
  .p-cta_fixed .note {
    text-align: left;
  }
}
.btn-pagetop_base {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.has-cta .btn-pagetop_base.is-active {
  bottom: 170px;
}

@media (max-width: 768px) {
  .has-cta .btn-pagetop_base.is-active {
    bottom: 150px;
  }
}
.p-download_btns a.p-btn_dl {
  background: #039;
  border-radius: 6px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  min-width: 17em;
  padding: 16px 3em 16px 1.75em;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.p-download_btns a.p-btn_dl::after {
  background: url(../img/icon_pdf.svg) no-repeat 0 0/contain;
  content: "";
  display: block;
  width: 22px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-download_btns a.p-btn_dl.--excel::after, .p-download_btns a.p-btn_dl[href*=".xls"]::after {
  background-image: url(../img/icon_ex.svg);
  width: 23px;
  height: 22px;
}
.p-download_btns li + li {
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .p-download_btns a.p-btn_dl {
    font-size: 16px;
  }
}
.p-link_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.list-anchor a {
  color: #000;
}
.list-anchor a:hover {
  opacity: inherit;
}