@charset "EUC-JP";

/* CSS Document */

#sbi i {
  font-style: normal;
}

.note {
  font-size: 10px;
  color: #878787;
}

/* コンテンツ幅
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (min-width: 1040px) {
}

@media screen and (min-width: 900px) and (max-width: 1039px) {
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
}

@media screen and (min-width: 576px) and (max-width: 767px) {
}

@media screen and (max-width: 575px) {
}

@media screen and (min-width: 768px) {
  .kv {
    background: #e8eef2;
  }

  .kv figure {
    width: 100%;
    max-width: 1366px;
    margin: auto;
  }

  .kv figure img {
    max-width: 100%;
  }

  /* about
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .about-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .about-item {
    display: flex;
    width: calc(99.999% / 3);
    padding: 0 12px;
  }

  .about-box {
    flex-grow: 1;
    padding: 50px 25px 40px;
  }

  .about-item p {
    font-size: 18px;
  }

  .about-item:nth-child(1) figure {
    display: flex;
    align-items: center;
    width: 94px;
    height: 90px;
    margin: auto;
  }

  .about-item:nth-child(2) figure {
    display: flex;
    align-items: center;
    width: 82px;
    height: 90px;
    margin: auto;
  }

  .about-item:nth-child(3) figure {
    display: flex;
    align-items: center;
    width: 80px;
    height: 90px;
    margin: auto;
  }

  .about-txt {
    margin: 30px 0 0;
    text-align: center;
  }

  .about-txt p {
    display: inline-block;
    text-align: left;
  }

  /* merit
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #merit article {
    max-width: 764px;
    margin: 40px auto 0;
  }

  .merit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
  }

  .merit-list .merit-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 12px;
  }

  .merit-list figure {
    display: flex;
    align-items: center;
    margin: auto;
  }

  .merit-box {
    flex-grow: 1;
    padding: 30px 20px;
    margin: -15px 0 0;
  }

  .merit-box .merit-txt {
    margin: 15px 0 0;
  }

  .merit-box p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .merit-box p.note {
    width: 212px;
    margin: 10px auto 0;
    font-size: 10px;
    font-weight: normal;
    color: #878787;
    text-align: center;
  }

  .merit-box p.note span {
    display: inline-block;
    font-size: 12px;
    text-align: left;
  }

  .merit-list .merit-item:nth-child(1) figure {
    max-width: 90px;
    height: 110px;
  }

  .merit-list .merit-item:nth-child(2) figure {
    max-width: 108px;
    height: 110px;
  }

  #merit .note-box {
    margin: 40px auto 0;
    text-align: center;
  }

  #merit .note-box p {
    display: inline-block;
    text-align: left;
  }

  /* voice （共通で使えそう）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .voice-list-wrap {
    margin: 40px 0 0;
  }

  .voice-list {
    display: flex;
    margin: 0 -12px;
  }

  .voice-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 12px;
  }

  /* step
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #step {
    background: #f5f5f5;
  }

  #step article {
    max-width: 764px;
    margin: 40px auto 0;
  }

  .step-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
  }

  .step-list .step-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 12px;
  }

  .step-box {
    flex-grow: 1;
    padding: 45px 15px;
    margin: -15px 0 0;
  }

  .step-box .step-txt {
    margin: 30px 0 0;
    text-align: center;
  }

  .step-box-inner {
    margin: auto;
    text-align: center;
  }

  .step-box p {
    font-size: 16px;
    font-weight: bold;
  }

  .step-box p a {
    text-decoration: underline;
  }

  .step-box p a:hover {
    text-decoration: none;
  }

  .step-list figure {
    width: 80px;
    margin: auto;
  }

  .procedure {
    position: relative;
    margin: 65px auto 0;
  }

  .procedure::before {
    position: absolute;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin: -48px 0 0 -24px;
    content: "";
    border-color: #d1d1d1 transparent transparent;
    border-style: solid;
    border-width: 32px 24px 0;
  }

  .procedure h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
  }

  .procedure h3 span {
    display: inline-block;
    width: 80px;
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: bold;
  }

  .procedure .procedure-box {
    padding: 30px 0;
    text-align: center;
  }

  .procedure .procedure-box p {
    margin: 20px 0 0;
    color: #203d95;
  }

  /* txt-link
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .txt-link {
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: bold;
  }

  .txt-link a {
    position: relative;
    display: inline-block;
  }

  .txt-link a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .txt-link a::after {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  /* faq
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .faq-detail-inner {
    margin: 20px 0 0;
  }

  .faq-detail-inner .lead {
    font-weight: bold;
    color: #203d95;
  }

  .faq-detail-inner a {
    color: #203d95;
  }

  .faq-item2 .faq-col1 {
    margin: 20px 0 0;
  }

  .faq-item2 .faq-col1 h3 {
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-item2 .faq-col1 h3 strong {
    font-size: 22px;
  }

  .faq-item2 .faq-col1 .faq-col-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .faq-item2 .faq-col1 .faq-col-inner figure {
    width: 297px;
  }

  .faq-item2 .faq-col1 .faq-col-inner dl {
    width: calc(100% - 297px);
    padding: 0 0 0 15px;
  }

  .faq-item2 .faq-col1 .faq-col-inner dl dt {
    color: #203d95;
  }

  .faq-item2 .faq-col1 .faq-col-inner dl dd {
    margin-top: 10px;
  }

  .faq-item3 .lead + .lead {
    margin-top: 10px;
  }

  /* account
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #account {
    background: #f5f5f5;
  }

  .account-detail {
    margin: 10px 0 0;
  }

  .account-detail dt {
    text-align: center;
  }

  .account-detail dt + dd {
    margin-top: 20px;
  }

  .account-detail dd {
    font-size: 12px;
  }

  .account-detail dd + dd {
    margin-top: 10px;
  }

  .account-detail dd a {
    text-decoration: underline;
  }

  .account-detail dd a:hover {
    text-decoration: none;
  }

  .account-detail-inner {
    display: inline-block;
  }

  .account-detail-inner li {
    font-size: 12px;
    text-align: left;
  }

  .account-detail-inner .note {
    margin: 10px 0 0;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .about-list {
    margin: 0 -6px;
  }

  .about-list .about-item {
    padding: 0 6px;
  }

  .merit-list {
    margin: 0 -6px;
  }

  .merit-list .merit-item {
    padding: 0 6px;
  }

  .voice-list {
    margin: 0 -6px;
  }

  .voice-list .voice-item {
    padding: 0 6px;
  }

  .step-list {
    margin: 0 -6px;
  }

  .step-list .step-item {
    padding: 0 6px;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    background: #e8eef2;
  }

  .kv figure {
    width: 100%;
    max-width: 1366px;
    margin: auto;
  }

  .kv figure img {
    max-width: 100%;
  }

  /* about
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .about-box {
    padding: 30px 20px;
  }

  .about-detail {
    display: flex;
    align-items: center;
  }

  .about-detail .about-txt {
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
  }

  .about-item + .about-item {
    margin-top: 10px;
  }

  .about-item p {
    font-size: 18px;
  }

  .about-item figure {
    width: 74px;
    height: auto;
  }

  .about-item:nth-child(1) figure img {
    width: 73px;
  }

  .about-item:nth-child(2) figure img {
    width: 62px;
  }

  .about-item:nth-child(3) figure img {
    width: 68px;
  }

  /* merit
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .merit-list figure {
    display: flex;
    align-items: center;
    margin: auto;
  }

  .merit-box {
    flex-grow: 1;
    padding: 50px 20px 30px;
    margin: -15px 0 0;
  }

  .merit-box .merit-txt {
    margin: 15px 0 0;
  }

  .merit-box p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .merit-box p.note {
    width: 212px;
    margin: 10px auto 0;
    font-weight: normal;
    color: #878787;
    text-align: center;
  }

  .merit-box p.note span {
    display: inline-block;
    font-size: 12px;
    text-align: left;
  }

  .merit-list .merit-item + .merit-item {
    margin-top: 20px;
  }

  .merit-list .merit-item:nth-child(1) figure {
    max-width: 90px;
    height: 110px;
  }

  .merit-list .merit-item:nth-child(2) figure {
    max-width: 108px;
    height: 110px;
  }

  #merit .note-box {
    margin: 20px 10px 0;
  }

  /* voice （共通で使えそう）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .voice-list-wrap {
    margin: 40px 0 0;
  }

  .voice-item + .voice-item {
    margin-top: 20px;
  }

  /* step
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #step {
    background: #f5f5f5;
  }

  .step-box {
    flex-grow: 1;
    padding: 30px 15px;
    margin: -15px 0 0;
  }

  .step-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin: auto;
  }

  .step-box p {
    font-size: 16px;
    font-weight: bold;
  }

  .step-box p a {
    text-decoration: underline;
  }

  .step-list figure {
    width: 80px;
    text-align: center;
  }

  .step-list .step-txt {
    width: calc(100% - 100px);
  }

  .step-item + .step-item {
    margin-top: 25px;
  }

  .step-item {
    position: relative;
  }

  .step-item::before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin: 0 0 0 -12px;
    content: "";
    border-color: #dadada transparent transparent;
    border-style: solid;
    border-width: 16px 12px 0;
  }

  .procedure {
    position: relative;
    margin: 25px auto 0;
  }

  .procedure h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
  }

  .procedure h3 span {
    display: block;
    width: 80px;
    margin: 0 10px 0 0;
  }

  .procedure h3 i {
    display: block;
    width: calc(100% - 100px);
    text-align: left;
  }

  .procedure .procedure-box {
    padding: 20px 15px;
    text-align: center;
  }

  .procedure .procedure-box p {
    margin: 15px 0 0;
    font-size: 16px;
    color: #203d95;
  }

  /* txt-link
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .txt-link {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: bold;
  }

  .txt-link a {
    position: relative;
    display: inline-block;
  }

  .txt-link a::after {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  /* faq
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .faq-detail-inner {
    margin: 20px 0 0;
  }

  .faq-detail-inner .lead {
    font-weight: bold;
    color: #203d95;
  }

  .faq-detail-inner a {
    color: #203d95;
  }

  .faq-item2 .faq-col1 {
    margin: 20px 0 0;
  }

  .faq-item2 .faq-col1 h3 {
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-item2 .faq-col1 h3 strong {
    font-size: 22px;
  }

  .faq-item2 .faq-col1 .faq-col-inner {
    margin-top: 20px;
  }

  .faq-item2 .faq-col1 .faq-col-inner figure {
    max-width: 297px;
    margin: auto;
  }

  .faq-item2 .faq-col1 .faq-col-inner dl {
    padding: 15px 0 0;
  }

  .faq-item2 .faq-col1 .faq-col-inner dl dt {
    color: #203d95;
    text-align: center;
  }

  .faq-item2 .faq-col1 .faq-col-inner dl dd {
    margin-top: 10px;
  }

  .faq-item3 .lead + .lead {
    margin-top: 10px;
  }

  /* account
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #account {
    background: #f5f5f5;
  }

  .account-detail {
    margin: 10px 0 0;
  }

  .account-detail dt {
    text-align: center;
  }

  .account-detail dt + dd {
    margin-top: 20px;
  }

  .account-detail dd {
    font-size: 12px;
  }

  .account-detail dd + dd {
    margin-top: 10px;
  }

  .account-detail dd a {
    text-decoration: underline;
  }

  .account-detail dd a:hover {
    text-decoration: none;
  }

  .account-detail-inner {
    display: inline-block;
  }

  .account-detail-inner li {
    font-size: 12px;
    text-align: left;
  }

  .account-detail-inner .note {
    margin: 10px 0 0;
    text-align: left;
  }
}

@media screen and (max-width: 374px) {
  body {
    font-size: 12px;
  }

  .sec-header h3 {
    font-size: 18px;
    font-weight: bold;
  }

  .btn-use a span {
    left: 10px;
    width: 45px;
    height: 45px;
  }
}

/* Service banner area */
.sba-multiple .mrn12,
.sba-multiple .mxn12 {
  margin-right: -12px !important;
}

.sba-multiple .mln12,
.sba-multiple .mxn12 {
  margin-left: -12px !important;
}

.sba-multiple .mb20,
.sba-multiple .my20 {
  margin-bottom: 20px !important;
}

.sba-multiple .pr12,
.sba-multiple .px12 {
  padding-right: 12px !important;
}

.sba-multiple .pl12,
.sba-multiple .px12 {
  padding-left: 12px !important;
}

.sba-multiple .text-label_base {
  color: #333 !important;
}

.sba-multiple .block {
  display: block !important;
}

.sba-multiple .rounded-5 {
  border-radius: 5px !important;
}

.sba-multiple .bg-white {
  background-color: #fff !important;
}

.sba-multiple .mb100,
.sba-multiple .my100 {
  margin-bottom: 100px !important;
}

.sba-multiple .mb36,
.sba-multiple .my36 {
  margin-bottom: 36px !important;
}

.sba-multiple .text-primary {
  color: #203d95 !important;
}

.sba-multiple .fs17,
.sba-multiple .fz17 {
  font-size: 17px !important;
}

.sba-multiple .fs14,
.sba-multiple .fz14 {
  font-size: 14px !important;
}

.sba-multiple .fs10,
.sba-multiple .fz10 {
  font-size: 10px !important;
}

.sba-multiple .pt8,
.sba-multiple .py8 {
  padding-top: 8px !important;
}

.sba-multiple .pt6,
.sba-multiple .py6 {
  padding-top: 6px !important;
}

.sba-multiple .fs10,
.sba-multiple .fz10 {
  font-size: 10px !important;
}

.sba-multiple .pl6,
.sba-multiple .px6 {
  padding-left: 6px !important;
}

.sba-multiple .col4 {
  width: 33.33333333%;
}

.sba-multiple {
  font-family: "Helvetica Neue", Arial, "Yu Gothic 游ゴシックYuGothic" Medium, YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.sba-multiple .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: initial;
}

.sba-multiple .row div a {
  padding: 20px 8px 20px 15px !important;
}

@media only screen and (min-width: 1040px) {
  .sba-multiple .l-hide,
  .sba-multiple .m-show,
  .sba-multiple .s-show {
    display: none !important;
  }

  .sba-multiple [class*=" hover-"] {
    transition: 128ms;
  }

  .sba-multiple .hover-trigger:hover.hover-opacity-70,
  .sba-multiple .hover-trigger:hover .hover-opacity-70 {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1039px) {
  .sba-multiple .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .sba-multiple [class^="hover-"],
  .sba-multiple [class*=" hover-"] {
    transition: 128ms;
  }
}

.sba-multiple .box-shadow {
  box-shadow: 0 0 3px rgb(0 0 0 / 30.2%);
}

.sba-multiple .s-full {
  width: 100%;
  height: 100%;
}

.sba-multiple .fc {
  justify-content: center;
}

.sba-multiple .f {
  display: flex;
}

.sba-multiple .flex-fixed {
  flex-grow: 0;
  flex-shrink: 0;
}

.sba-multiple .container {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.sba-multiple .max-width-960 {
  max-width: 960px;
}

.sba-multiple .text-center {
  text-align: center;
}

.sba-multiple .fbw {
  justify-content: space-between;
}

.sba-multiple .fm {
  align-items: center;
}

.sba-multiple .w-full {
  width: 100%;
}

.sba-multiple .w70 {
  width: 70px;
}

.sba-multiple .fl {
  justify-content: flex-start;
}

.icon-arrow_right::before {
  content: "\f101";
}

.sba-multiple .object-fit-contain {
  object-fit: contain;
}

.sba-multiple .word-break-all {
  word-break: break-all;
}

.sba-multiple .lh15 {
  line-height: 1.5;
}

.sba-multiple .bold {
  font-weight: 700;
}

.sba-multiple .letter-spacing-0_05em {
  letter-spacing: 0.05em;
}

.sba-multiple .lh16 {
  line-height: 1.6;
}

.sba-multiple .ts-xxl {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sba-multiple .s-mb60 {
    margin-bottom: 60px !important;
  }

  .sba-multiple .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .sba-multiple .s-ts-m {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }

  .sba-multiple .s-mx0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .sba-multiple .s-mb0 {
    margin-bottom: 0 !important;
  }

  .sba-multiple .s-px0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .sba-multiple .s-pt16 {
    padding-top: 16px !important;
  }

  .sba-multiple .s-pb20 {
    padding-bottom: 20px !important;
  }

  .sba-multiple .s-col12 {
    width: 100%;
  }

  .sba-multiple .s-fs12 {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 768px) {
  .more-service-bnr {
    margin-top: 0;
    margin-bottom: 56px;
  }

  #finance-link {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .more-service-bnr {
    margin-top: 0;
    margin-bottom: 56px;
  }

  #finance-link {
    margin-bottom: 40px;
  }
}
