@charset "EUC-JP";

/* CSS Document */

#sbi i {
  font-style: normal;
}

.note {
  font-size: 10px;
  color: #878787;
}

@media screen and (min-width: 768px) {
  .kv {
    background: #e8eef2;
  }

  .kv figure {
    width: 100%;
    max-width: 1366px;
    margin: auto;
  }

  .kv figure img {
    max-width: 100%;
  }

  .sbi-nav {
    padding: 50px 0;
  }

  .sbi-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sbi-nav ul + ul {
    margin-top: 10px;
  }

  .sbi-nav ul li {
    position: relative;
  }

  .sbi-nav ul li + li {
    padding-left: 10px;
    margin-left: 10px;
  }

  .sbi-nav ul li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    content: "";
    background: #d1d1d1;
  }

  .sbi-nav ul li a {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #203d95;
  }

  .sbi-nav ul li a:hover {
    text-decoration: underline;
  }

  .sbi-nav ul li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/arrow_d_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  /* contents
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  section {
    padding: 40px 0;
  }

  .sec-header h2 {
    font-size: 25px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .sec-header + article {
    margin: 40px 0 0;
  }

  .intro-box {
    max-width: 960px;
    margin: auto;
    text-align: center;
  }

  .intro-box p + p {
    margin-top: 10px;
  }

  .intro-box .btn-link {
    width: 430px;
    margin: 40px auto 0;
  }

  .intro-box p strong {
    position: relative;
  }

  /* account
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #account {
    background: #f5f5f5;
  }

  .account-detail {
    max-width: 764px;
    padding: 30px 0 35px;
    margin: auto;
    text-align: center;
  }

  .account-detail h3 {
    width: 267px;
    margin: auto;
  }

  .account-detail h3 + p {
    margin-top: 15px;
    font-size: 14px;
  }

  .account-detail .btn-link {
    width: 430px;
    margin: 15px auto 0;
  }

  .account-detail-item {
    margin: 10px 0 15px;
    font-size: 14px;
    text-align: center;
  }

  .account-detail-item p {
    font-size: 16px;
    font-weight: bold;
  }

  .account-detail-item p strong {
    position: relative;
    margin: 0 10px 0 0;
  }

  .account-detail-item p strong i {
    position: relative;
    z-index: 20;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    color: #203d95;
  }

  .account-detail-item p strong::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 95px;
    height: 10px;
    margin: 0 0 0 -47px;
    content: "";
    background: #fff200;
    opacity: 0.6;
  }

  .account-detail-item p span {
    margin: 0 5px 0 0;
    font-size: 14px;
  }

  .account-detail-item p span.mr-0 {
    margin: 0;
    font-size: 14px;
  }

  /* five-service
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .service-nav {
    display: none;
  }

  .five-service-detail {
    margin: 40px 0 0;
  }

  .five-service-detail > p {
    text-align: center;
  }

  .five-service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto 0;
  }

  .five-service-item {
    width: calc(50% - 12px);
  }

  .five-service-list .five-service-item:nth-child(2n + 1) {
    margin-right: 24px;
  }

  .five-service-list .five-service-item:last-child {
    margin-right: 0;
  }

  .five-service-item:nth-child(n + 3) {
    margin: 24px 0 0;
  }

  .five-service-item {
    padding: 40px;
    background: #f5f5f5;
    border-radius: 5px;
  }

  .five-service-item h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
  }

  .five-service-item h3 span {
    margin: 0 20px 0 0;
  }

  .five-service-item h3 span img {
    width: auto;
    height: 53px;
  }

  .five-service-item p.lead {
    margin: 20px 0 0;
    font-size: 16px;
    text-align: center;
  }

  .five-service-item-box {
    padding: 20px 15px;
    margin: 15px 0 0;
  }

  .five-service-item-box h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  .five-service-item-box p + .five-service-item-detail {
    margin: 15px 0 0;
  }

  #five-service-item5 .five-service-item-detail ul {
    display: flex;
  }

  #five-service-item5 .five-service-item-detail li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    text-align: center;
    background: #fff;
    border: 3px solid #203d95;
    border-radius: 6px;
  }

  #five-service-item5 .five-service-item-detail li:nth-child(1) {
    width: 35%;
  }

  #five-service-item5 .five-service-item-detail li:nth-child(1) img {
    max-width: 50px;
  }

  #five-service-item5 .five-service-item-detail li:nth-child(2) {
    width: 15%;
    padding: 0 2%;
    border: none;
  }

  #five-service-item5 .five-service-item-detail li:nth-child(3) {
    width: 50%;
  }

  #five-service-item5 .five-service-item-detail li:nth-child(3) img {
    max-width: 38px;
  }

  #five-service-item5 .five-service-item-detail li img {
    width: 100%;
  }

  .five-service-item-box h4 + p {
    margin: 10px 0 0;
    text-align: center;
  }

  .five-service-item figure {
    text-align: center;
  }

  .five-service-item img {
    width: 100%;
    max-width: 265px;
    margin: auto;
  }

  .text-item {
    margin-top: 15px;
    font-size: 10px;
  }

  .milage-note {
    font-size: 9.5px;
    vertical-align: middle;
  }

  .five-service-item:nth-child(1) figure {
    max-width: 265px;
    margin: auto;
  }

  .five-service-item:nth-child(2) figure {
    max-width: 328px;
    margin: auto;
  }

  .five-service-item:nth-child(4) figure {
    max-width: 268px;
    margin: auto;
  }

  .five-service-item:nth-child(5) figure {
    max-width: 267px;
    margin: auto;
  }

  /* list  */
  .five-service-item-detail .detail-list {
    display: flex;
    flex-direction: column;
  }

  .five-service-item-detail .detail-list-item {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
  }

  .five-service-item:nth-child(3) .lead {
    text-align: center;
  }

  .five-service-item-detail .detail-list-item a {
    position: relative;
  }

  .five-service-item-detail .detail-list-item a::after {
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    width: 8px;
    height: 12px;
    margin: -7px auto 0;
    content: "";
    background: url(/finance/assets/img/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .detail-list-item .label {
    position: relative;
    z-index: 20;
    display: block;
    width: 100%;
    max-width: 206px;
    margin: auto;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border: 1px solid #203d95;
    border-radius: 15px;
  }

  .detail-list-item-box {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 25px 0 15px;
    margin: -15px 0 0;
    background: #fff;
    border: 3px solid #203d95;
    border-radius: 6px;
  }

  .detail-list-item-inner {
    display: inline-block;
  }

  .detail-list-item-box p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #203d95;
  }

  .detail-list-item:nth-child(1) .detail-list-item-box p,
  .detail-list-item:nth-child(2) .detail-list-item-box p {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .detail-list-item:nth-child(3) .detail-list-item-box p {
    text-align: center;
  }

  .detail-list-item:nth-child(1) .detail-list-item-box p strong,
  .detail-list-item:nth-child(2) .detail-list-item-box p strong {
    margin: 0 0 0 8px;
  }

  .detail-list-item-box strong i {
    font-size: 28px;
  }

  .detail-list-item-box strong i {
    font-size: 28px;
  }

  .detail-list-item:nth-child(3) .detail-list-item-box p + p {
    margin-top: 2px;
  }

  .detail-list-item:nth-child(3) .detail-list-item-box strong i {
    font-size: 20px;
  }

  .detail-list-item-box strong i {
    position: relative;
    z-index: 20;
    display: inline-block;
  }

  .detail-list-item-box strong {
    position: relative;
  }

  .detail-list-item-box strong::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 7px;
    content: "";
    background: #fff200;
    opacity: 0.6;
  }

  .detail-list-item:nth-child(1) .detail-list-item-box p strong::after,
  .detail-list-item:nth-child(2) .detail-list-item-box p strong::after {
    bottom: 5px;
  }

  .detail-list-item:nth-child(3) .detail-list-item-box p strong::after {
    bottom: -2px;
  }

  /* program1
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #program1 {
    background: #f5f5f5;
  }

  #program1 .program-detail {
    max-width: 764px;
    padding: 30px 0 35px;
    margin: 40px auto 0;
    text-align: center;
  }

  #program1 .program-detail h3 {
    position: relative;
    font-weight: bold;
    color: #203d95;
  }

  #program1 .program-detail h3 span {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }

  #program1 .program-detail h3 span::before,
  #program1 .program-detail h3 span::after {
    position: absolute;
    bottom: 3px;
    display: block;
    width: 2px;
    height: 20px;
    content: "";
    background: #203d95;
  }

  #program1 .program-detail h3 span::before {
    left: 0;
    transform: rotate(-30deg);
  }

  #program1 .program-detail h3 span::after {
    right: 0;
    transform: rotate(30deg);
  }

  #program1 .program-detail h3 + p {
    margin-top: 15px;
    font-size: 14px;
  }

  #program1 .program-detail .btn-link-h {
    width: 308px;
    margin: 20px auto 0;
  }

  #program1 .program-detail-item {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }

  #program1 .program-detail-item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }

  #program1 .program-detail-item p + p {
    color: #203d95;
  }

  #program1 .program-detail-item p strong {
    position: relative;
    margin: 0 10px;
  }

  #program1 .program-detail-item p strong i {
    position: relative;
    position: relative;
    z-index: 20;
    display: inline-block;
    font-size: 28px;
    color: #203d95;
  }

  #program1 .program-detail-item p strong::after {
    position: absolute;
    bottom: 50%;
    left: 0;
    display: block;
    width: 88px;
    height: 7px;
    margin: 0 0 -10px;
    content: "";
    background: #fff200;
    opacity: 0.6;
  }

  #program1 .program-detail-item p span {
    margin: 0 5px 0 0;
    font-size: 14px;
  }

  /* program2
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #program2 .program-detail1 {
    max-width: 764px;
    padding: 15px 0;
    margin: 40px auto 0;
    text-align: center;
  }

  #program2 .program-detail2 {
    max-width: 764px;
    padding: 30px 0 35px;
    margin: 50px auto 0;
    text-align: center;
  }

  #program2 .program-detail h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }

  #program2 .program-detail h3 + p {
    margin-top: 15px;
    font-size: 14px;
  }

  #program2 .program-detail .btn-link {
    width: 430px;
    margin: 20px auto 0;
  }

  #program2 .program-detail-item {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }

  .program-fig-box1 {
    display: flex;
    align-items: center;
    max-width: 590px;
    padding: 25px 15px;
    margin: auto;
  }

  .program-fig-box1 figure + figure {
    border-left: 1px dotted #dadada;
  }

  .program-fig-box2 figure {
    max-width: 315px;
    margin: auto;
  }

  #program2 .program-detail + .btn-link {
    width: 430px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .sbi-nav ul li a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 830px) {
  .sbi-nav ul li a {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    background: #e8eef2;
  }

  .kv figure {
    width: 100%;
    max-width: 1366px;
    margin: auto;
  }

  .kv figure img {
    max-width: 100%;
  }

  .sbi-nav {
    padding: 20px 0 40px;
  }

  .sbi-nav ul li {
    position: relative;
  }

  .sbi-nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px 0 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    color: #203d95;
  }

  .sbi-nav ul li a::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/arrow_d_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  /* contents
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  section {
    padding: 40px 0;
  }

  .sec-header h2 {
    font-size: 20px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .sec-header + article {
    margin: 40px 0 0;
  }

  .intro-box {
    max-width: 960px;
    margin: auto;
    text-align: center;
  }

  .intro-box p + p {
    margin-top: 10px;
  }

  .intro-box .btn-link {
    margin: 40px auto 0;
  }

  .intro-box p strong {
    position: relative;
  }

  /* account
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #account {
    background: #f5f5f5;
  }

  .account-detail {
    max-width: 764px;
    padding: 15px;
    margin: auto;
    text-align: center;
  }

  .account-detail h3 {
    width: 267px;
    margin: auto;
  }

  .account-detail h3 + p {
    margin-top: 15px;
    font-size: 14px;
  }

  .account-detail .btn-link {
    margin: 15px auto 0;
  }

  .account-detail-item {
    margin: 10px 0 15px;
    font-size: 14px;
    text-align: center;
  }

  .account-detail-item p {
    font-size: 16px;
    font-weight: bold;
  }

  .account-detail-item p strong {
    position: relative;
    margin: 0 10px 0 0;
  }

  .account-detail-item p strong i {
    position: relative;
    z-index: 20;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    color: #203d95;
  }

  .account-detail-item p strong::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 95px;
    height: 10px;
    margin: 0 0 0 -47px;
    content: "";
    background: #fff200;
    opacity: 0.6;
  }

  .account-detail-item p span {
    margin: 0 5px 0 0;
    font-size: 14px;
  }

  .account-detail-item p span.mr-0 {
    margin: 0;
    font-size: 14px;
  }

  /* five-service
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  .service-nav {
    margin-top: 40px;
  }

  .service-nav li + li {
    margin-top: 15px;
  }

  .service-nav a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    padding: 0 15px 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    border: 2px solid #203d95;
    border-radius: 5px;
  }

  .service-nav a::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/arrow_d_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .service-nav a span {
    width: 40px;
    margin: 0 20px 0 0;
  }

  .five-service-detail {
    margin: 40px 0 0;
  }

  .five-service-detail > p {
    text-align: center;
  }

  .five-service-list {
    margin: 40px auto 0;
  }

  .five-service-item:nth-child(3) {
    width: 100%;
  }

  .five-service-item + .five-service-item {
    margin-top: 20px;
  }

  .five-service-item {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
  }

  .five-service-item h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
  }

  .five-service-item h3 span {
    margin: 0 20px 0 0;
  }

  .five-service-item h3 span img {
    width: auto;
    height: 53px;
  }

  .five-service-item p.lead {
    margin: 20px 0 0;
    font-size: 16px;
  }

  .five-service-item-box {
    padding: 20px 15px;
    margin: 15px 0 0;
  }

  .five-service-item-box h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  .five-service-item-box p + .five-service-item-detail {
    margin: 15px 0 0;
  }

  #five-service-item5 .five-service-item-detail ul {
    display: flex;
  }

  .five-service-list .five-service-item h3 {
    padding-top: 70px;
    margin-top: -50px;
  }

  #five-service-item5 .five-service-item-detail li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
    background: #fff;
    border: 3px solid #203d95;
    border-radius: 6px;
  }

  #five-service-item5 .five-service-item-detail li:nth-child(1) {
    width: 35%;
  }

  #five-service-item5 .five-service-item-detail li:nth-child(1) img {
    max-width: 50px;
  }

  #five-service-item5 .five-service-item-detail li:nth-child(2) {
    width: 15%;
    padding: 0 2%;
    border: none;
  }

  #five-service-item5 .five-service-item-detail li:nth-child(3) {
    width: 50%;
  }

  #five-service-item5 .five-service-item-detail li:nth-child(3) img {
    max-width: 38px;
  }

  #five-service-item5 .five-service-item-detail li img {
    width: 100%;
  }

  .text-item {
    margin-top: 15px;
    font-size: 10px;
  }

  .milage-note {
    font-size: 9.5px;
    vertical-align: middle;
  }

  .five-service-item-box h4 + p {
    margin: 10px 0 0;
    text-align: center;
  }

  .five-service-item figure {
    text-align: center;
  }

  .five-service-item img {
    width: 100%;
    max-width: 325px;
    margin: auto;
  }

  /* list  */
  .five-service-item-detail .detail-list-item + .detail-list-item {
    margin-top: 10px;
  }

  .five-service-item-detail .detail-list-item {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }

  .five-service-item:nth-child(3) .lead {
    text-align: center;
  }

  .five-service-item-detail .detail-list-item a {
    position: relative;
  }

  .five-service-item-detail .detail-list-item a::after {
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    width: 8px;
    height: 12px;
    margin: -7px auto 0;
    content: "";
    background: url(/finance/assets/img/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .detail-list-item .label {
    position: relative;
    z-index: 20;
    display: block;
    width: 100%;
    max-width: 206px;
    margin: auto;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border: 1px solid #203d95;
    border-radius: 15px;
  }

  .detail-list-item-box {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 25px 0 15px;
    margin: -15px 0 0;
    background: #fff;
    border: 3px solid #203d95;
    border-radius: 6px;
  }

  .detail-list-item-inner {
    display: inline-block;
  }

  .detail-list-item-box p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #203d95;
  }

  .detail-list-item:nth-child(1) .detail-list-item-box p,
  .detail-list-item:nth-child(2) .detail-list-item-box p {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .detail-list-item:nth-child(3) .detail-list-item-box p {
    text-align: center;
  }

  .detail-list-item:nth-child(1) .detail-list-item-box p strong,
  .detail-list-item:nth-child(2) .detail-list-item-box p strong {
    margin: 0 0 0 8px;
  }

  .detail-list-item-box strong i {
    font-size: 28px;
  }

  .detail-list-item-box strong i {
    font-size: 28px;
  }

  .detail-list-item:nth-child(3) .detail-list-item-box p + p {
    margin-top: 2px;
  }

  .detail-list-item:nth-child(3) .detail-list-item-box strong i {
    font-size: 20px;
  }

  .detail-list-item-box strong i {
    position: relative;
    z-index: 20;
    display: inline-block;
  }

  .detail-list-item-box strong {
    position: relative;
  }

  .detail-list-item-box strong::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: "";
    background: #fff200;
    opacity: 0.6;
  }

  .detail-list-item:nth-child(1) .detail-list-item-box p strong::after,
  .detail-list-item:nth-child(2) .detail-list-item-box p strong::after {
    bottom: 5px;
  }

  .detail-list-item:nth-child(3) .detail-list-item-box p strong::after {
    bottom: -2px;
  }

  /* program1
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #program1 {
    background: #f5f5f5;
  }

  #program1 .program-detail {
    max-width: 764px;
    padding: 30px 15px 35px;
    margin: 40px auto 0;
    text-align: center;
  }

  #program1 .program-detail h3 {
    position: relative;
    font-weight: bold;
    color: #203d95;
  }

  #program1 .program-detail h3 span {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }

  #program1 .program-detail h3 span::before,
  #program1 .program-detail h3 span::after {
    position: absolute;
    bottom: 3px;
    display: block;
    width: 2px;
    height: 20px;
    content: "";
    background: #203d95;
  }

  #program1 .program-detail h3 span::before {
    left: 0;
    transform: rotate(-30deg);
  }

  #program1 .program-detail h3 span::after {
    right: 0;
    transform: rotate(30deg);
  }

  #program1 .program-detail h3 + p {
    margin-top: 15px;
    font-size: 14px;
  }

  #program1 .program-detail .btn-link-h {
    margin: 20px auto 0;
  }

  #program1 .program-detail-item {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }

  #program1 .program-detail-item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }

  #program1 .program-detail-item p + p {
    color: #203d95;
  }

  #program1 .program-detail-item p strong {
    position: relative;
    margin: 0 5px;
  }

  #program1 .program-detail-item p strong i {
    position: relative;
    z-index: 20;
    display: inline-block;
    font-size: 28px;
    color: #203d95;
  }

  #program1 .program-detail-item p strong::after {
    position: absolute;
    bottom: 50%;
    left: 50%;
    display: block;
    width: 88px;
    height: 7px;
    margin: 0 0 -10px -44px;
    content: "";
    background: #fff200;
    opacity: 0.6;
  }

  #program1 .program-detail-item p span {
    margin: 0 5px 0 0;
    font-size: 14px;
  }

  /* program2
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #program2 .program-detail1 {
    max-width: 764px;
    padding: 15px;
    margin: 40px auto 0;
    text-align: center;
  }

  #program2 .program-detail2 {
    max-width: 764px;
    padding: 30px 15px 35px;
    margin: 50px auto 0;
    text-align: center;
  }

  #program2 .program-detail h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }

  #program2 .program-detail h3 + p {
    margin-top: 15px;
    font-size: 14px;
  }

  #program2 .program-detail .btn-link {
    max-width: 430px;
    margin: 20px auto 0;
  }

  #program2 .program-detail-item {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }

  .program-fig-box1 {
    padding: 25px 15px;
    margin: auto;
  }

  .program-fig-box1 figure {
    max-width: 325px;
    margin: auto;
  }

  .program-fig-box1 figure + figure {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dotted #dadada;
  }

  .program-fig-box2 figure {
    max-width: 315px;
    margin: auto;
  }

  #program2 .program-detail + .btn-link {
    width: 100%;
    margin: 40px auto 0;
  }
}

@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;
  }

  br.pc {
    display: block;
  }

  br.sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .more-service-bnr {
    margin-top: 0;
    margin-bottom: 56px;
  }

  br.pc {
    display: none;
  }

  br.sp {
    display: block;
  }
}

/* Stocks
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.marker {
  position: relative;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%) 70%, #fff200 70%, #fff200 100%);
}

#step-menu .btn-area-top {
  padding: 0;
}

#step-menu .btn-area-top .txt-link,
#step-menu .btn-area-top .txt-link a {
  font-size: 16px;
}

#step-menu .btn-area-top .txt-link {
  margin: 20px 0 0;
}

#step-menu .btn-area-top .txt-link.txt-small,
#step-menu .btn-area-top .txt-link.txt-small a {
  font-size: 12px;
}

#step-menu .btn-area-top .btn-link {
  margin: 20px auto;
}

#step-menu .btn-area.btn-area-top ul {
  margin: 40px auto 0;
}

.btn-area ul {
  width: 100%;
  max-width: 460px;
  padding: 15px;
  margin: 15px auto 0;
  background: #fff;
  border: 3px solid #dadada;
  border-radius: 6px;
}

.btn-area ul li {
  font-size: 16px;
  font-weight: bold;
}

#step-menu .pc {
  display: block;
}

#step-menu .sp {
  display: none;
}

#step-menu .btn-area p {
  margin: 15px 0 0;
  font-size: 16px;
  text-align: center;
}

#step-menu .btn-inner .txt-link {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

#step-menu .btn-inner .txt-link a {
  display: inline;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #000;
  text-decoration: underline;
  background-color: #fff;
  border: none;
  box-shadow: none;
  opacity: 1;
}

#step-menu .btn-inner .txt-link a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #step-menu .btn-area-top {
    padding: 0 20px;
  }

  #step-menu .btn-area-top .txt-link.txt-small {
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }

  #step-menu .btn-area-top .txt-link.txt-small,
  #step-menu .btn-area-top .txt-link.txt-small a {
    font-size: 10px;
  }

  #step-menu .btn-area.btn-area-top ul {
    margin: 20px auto 0;
  }

  #step-menu .pc {
    display: none;
  }

  #step-menu .sp {
    display: block;
  }
}

.speech-bubble {
  margin: 20px 0;
  text-align: center;
}

.speech-bubble a {
  transition: opacity 400ms ease;
}

.speech-bubble a:hover {
  opacity: 0.6;
}

.speech-bubble .speech-bubble__text {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}

.speech-bubble .speech-bubble__text a {
  text-decoration: underline;
}

.speech-bubble .speech-bubble__text p {
  position: relative;
  padding: 0 2.1em 0 2.5em;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%) 70%, #fff200 70%, #fff200 100%);
}

.speech-bubble .speech-bubble__text span {
  font-size: 16px;
}

.speech-bubble .speech-bubble__text p::before,
.speech-bubble .speech-bubble__text p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 21px;
  height: 29px;
  margin: auto;
  content: "";
  background-size: 100% 100%;
}

.speech-bubble .speech-bubble__text p::before {
  left: 0;
  background: url(/finance/assets/img/diagonal_line_ul.png) 0 0 no-repeat;
}

.speech-bubble .speech-bubble__text p::after {
  right: 0;
  background: url(/finance/assets/img/diagonal_line_ur.png) 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .speech-bubble .speech-bubble__image {
    max-width: 724px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .speech-bubble .speech-bubble__image {
    margin: 25px auto 0;
  }
}

.btn-area .marker {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%) 70%, #fff200 70%, #fff200 100%);
}

#step-menu .txt-link-note {
  font-size: 14px;
  font-weight: normal;
}

#step-menu .txt-link-note a {
  text-decoration: underline;
}

#step-menu .txt-link-note a:hover {
  opacity: 0.8;
}

.btn-link.btn-bl a#btn1,
.btn-link.btn-bl a#btn3 {
  position: relative;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  text-align: center;
  background: #203d95;
  border: 2px solid #203d95;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
}

.btn-link.btn-bl a#btn2,
.btn-link.btn-bl a#btn4 {
  position: relative;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  text-align: center;
  background: #fc8100;
  border: 2px solid #fc8100;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
}

@media screen and (min-width: 768px) {
  .btn-area-fix .txt-link {
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }

  .btn-area-fix .txt-link a {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
    background-color: #fff;
    border: none;
    box-shadow: none;
    opacity: 1;
  }

  .btn-area-fix .txt-link a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .btn-area-fix .txt-link a::after {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .btn-area-fix .txt-link {
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }

  .btn-area-fix .txt-link a {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
    background-color: #fff;
    border: none;
    box-shadow: none;
    opacity: 1;
  }

  .btn-area-fix .txt-link a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .btn-area-fix .txt-link a::after {
    background: none;
  }
}

#finance-link {
  padding: 0;
  margin: 0;
}

.finance-link-list {
  padding: 0;
  margin: 0;
}

.btn-link.btn-bl a.btn-none::after {
  display: none;
}

#account h2 .mark {
  font-size: 12px;
}

/* 追従ボタン */
@media screen and (min-width: 768px) {
  .btn-area-fix {
    pointer-events: none;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(100%); /* 画面下に隠す */
  }

  .btn-area-fix.on {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る（＝下から上に出てくる） */
  }

  .mode-fix-register #newt-gfooter {
    padding-bottom: 112px !important;
  }

  .btn-area-fix.on a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .mode-fix-register #newt-gfooter {
    padding-bottom: 0 !important;
  }
  #footer {
    padding-bottom: 107px !important;
  }
}
