@charset "EUC-JP";

/* CSS Document */

@media screen and (min-width: 768px) {
  .kv {
    background: #e8eef2;
  }

  .kv figure {
    width: 100%;
    max-width: 1366px;
    margin: auto;
  }

  .kv figure img {
    max-width: 100%;
  }

  .sec-header p {
    max-width: 590px;
    margin: 15px auto 0;
    text-align: center;
  }

  /* merit
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #merit {
    background: #f5f5f5;
  }

  .merit-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .merit-item {
    display: flex;
    width: calc(99.999% / 3);
    padding: 0 12px;
  }

  .merit-box {
    flex-grow: 1;
    padding: 35px 15px;
  }

  .merit-txt {
    margin: 15px 0 0;
  }

  .merit-item h3 {
    flex-grow: 1;
    padding: 0 0 20px;
    font-size: 18px;
    text-align: center;
  }

  .merit-item h3 img {
    width: auto;
    height: 65px;
  }

  .merit-item p {
    font-size: 16px;
  }

  .merit-item dl + dl {
    margin-top: 10px;
  }

  .merit-item dt {
    font-size: 16px;
    font-weight: bold;
  }

  .merit-item dd {
    font-size: 14px;
  }

  .merit-item .note {
    font-size: 10px;
    color: #878787;
  }

  .merit-item .btn-link {
    margin: 15px 0 0;
  }

  .merit-item:nth-child(1) .merit-txt {
    margin-bottom: 15px;
  }

  .merit-item:nth-child(1) li + li {
    margin-top: 10px;
  }

  .merit-item:nth-child(1) li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 74px;
    padding: 0 15px;
    font-weight: bold;
    line-height: 1.5;
    background: #f5f5f5;
  }

  .merit-item:nth-child(1) li a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .merit-item:nth-child(1) li a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_bl.png);
    background-size: 100% 100%;
  }

  .merit-item:nth-child(1) li a span {
    display: inline-block;
    width: 38px;
    margin: 0 10px 0 0;
  }

  .merit-item p.cap {
    margin: 8px 0 0;
    font-size: 12px;
  }

  .merit-item p strong {
    font-weight: bold;
  }

  .merit-item:nth-child(1) figure {
    width: 64px;
    margin: auto;
  }

  .merit-item:nth-child(1) h3,
  .merit-item:nth-child(2) h3 {
    margin: 10px 0 0;
  }

  .merit-item:nth-child(2) figure {
    width: 64px;
    margin: auto;
  }

  .merit-item:nth-child(2) figure + p {
    margin: 15px 0 0;
  }

  /* .merit-item:nth-child(3) */
  .merit-item:nth-child(3) h3 {
    margin: 10px 0 0;
  }

  .merit-item:nth-child(3) figure {
    display: flex;
    align-items: center;
    width: 70px;
    height: 95px;
    margin: auto;
  }

  .merit-item:nth-child(3) figure + p {
    margin: 15px 0 0;
  }

  /* lineup
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #lineup .caption {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
  }

  .lineup-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .lineup-list li {
    display: flex;
    flex-direction: column;
    width: calc((100%) / 3);
    padding: 0 12px;
  }

  .lineup-list li a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 74px;
    height: 90px;
    padding: 10px 25px 10px 11px;
    margin-top: auto;
    line-height: 1.5;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }

  .lineup-list li a:hover {
    opacity: 0.6;
    transition: opacity 400ms ease;
  }

  .lineup-list li a::after {
    position: absolute;
    top: 0;
    right: 10px;
    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%;
  }

  .lineup-list span {
    display: inline-block;
    width: 32px;
    margin: 0 10px 0 0;
  }

  .lineup-list .pc-only {
    width: auto;
    margin: 0;
  }

  .lineup-list li a dt {
    font-size: 18px;
    font-weight: bold;
    color: #203d95;
  }

  .lineup-list li a .logo-lineup {
    position: absolute;
    top: 15px;
    right: 25px;
  }

  .lineup-list li a .sp-only {
    display: none;
  }

  .lineup-list li:nth-child(1) a .logo-lineup,
  .lineup-list li:nth-child(2) a .logo-lineup {
    top: 16px;
    width: 58px;
  }

  .lineup-list li:nth-child(3) a .logo-lineup {
    top: 15px;
    width: 77px;
  }

  /* voice （共通で使えそう）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #voice {
    background: #f5f5f5;
  }

  .voice-list {
    display: flex;
    margin: 0 -12px;
  }

  .voice-item {
    display: flex;
    flex-direction: column;
    width: calc(99.999% / 3);
    padding: 0 12px;
  }

  #voice .note-box {
    margin: 20px 0 0;
    text-align: center;
  }

  #voice .note-box p {
    display: inline-block;
    text-align: left;
  }

  #voice .btn-link {
    width: 430px;
    margin: 30px auto 0;
  }

  /* program
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #program h2,
  #program h3 {
    font-size: 25px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  #program h3 {
    padding: 40px 0 0;
  }

  #program .inner:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }

  #program .caption {
    font-size: 18px;
    font-weight: bold;
    color: #203d95;
  }

  #program .sec-header p {
    font-size: 16px;
  }

  #program .sec-header p > span {
    position: relative;
    font-weight: bold;
  }

  #program .sec-header p > span::before,
  #program .sec-header p > span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 21px;
    height: 29px;
    margin: auto;
    content: "";
    background-size: 100% 100%;
  }

  #program .sec-header p > span::before {
    left: -30px;
    background: url(/finance/assets/img/diagonal_line_ul.png) 0 0 no-repeat;
  }

  #program .sec-header p > span::after {
    right: -30px;
    background: url(/finance/assets/img/diagonal_line_ur.png) 0 0 no-repeat;
  }

  #program .program-box {
    max-width: 724px;
    padding: 40px 0;
    margin: 0 auto;
    background: #fff;
    border: 3px solid #dadada;
    border-radius: 6px;
  }

  #program .program-box dl {
    text-align: center;
  }

  #program .program-box dt {
    width: 116px;
    margin: auto;
  }

  #program .program-box dd {
    width: 215px;
    margin: 30px auto 0;
  }

  #program .program-box dd span {
    padding: 0 5px;
    margin: 0 10px;
    font-size: 50px;
    background: linear-gradient(transparent 70%, #fff200 70%);
    background-position: bottom 10px left 0;
  }

  #program .note-box {
    margin: 20px 0 0;
    margin-bottom: 40px;
    text-align: center;
  }

  #program .note-box p {
    display: inline-block;
    text-align: left;
  }

  #program .btn-link-h {
    width: 430px;
    margin: 30px auto 0;
  }

  #program .program-box .btn-link {
    width: 290px;
    margin: 30px auto 0;
  }

  #program .service-box {
    margin: 40px 0;
    text-align: center;
  }

  #program .service-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  #program .service-box .caption {
    margin: 10px 0;
    text-align: left;
  }

  #program .service-box .lineup-list dl {
    text-align: left;
  }

  #program .vpoint-item {
    display: block;
    padding: 0 14px;
    margin-top: 20px;
  }

  #program .vpoint-item .vpoint-box:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  #program .vpoint-item .vpoint-box {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 715px;
    padding: 25px 15px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }

  #program .vpoint-item .vpoint-box::after {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    width: 22px;
    width: 17px;
    height: 22px;
    height: 17px;
    text-indent: -9999px;
    content: "";
    background: none;
    border: 0;
    border-top: 4px solid #00458f;
    border-top-width: 4px;
    border-right: 4px solid #00458f;
    border-right-width: 4px;
    outline: none;
    transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  #program .vpoint-item .vpoint-box .title {
    position: absolute;
    right: 0;
    left: 200px;
    flex-grow: 1;
    width: fit-content;
    padding: 0 26px;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  #program .vpoint-item .vpoint-box .title::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 29px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/diagonal_line_ul.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #program .vpoint-item .vpoint-box .title::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 21px;
    height: 29px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/diagonal_line_ur.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail figure {
    width: 190px;
    padding-right: 40px;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail {
    display: flex;
    justify-content: center;
    width: 600px;
    margin: 0 auto;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail .vpoint-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    margin: 0 auto;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail .vpoint-text h3 {
    width: fit-content;
    padding: 0;
    text-align: left;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail .small {
    width: fit-content;
    font-size: 12px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .merit-item h3 {
    font-size: 14px;
  }

  .merit-list {
    margin: 0 -6px;
  }

  .merit-item {
    padding: 0 6px;
  }

  .merit-item:nth-child(1) li a {
    font-size: 12px;
  }

  .merit-item:nth-child(1) li a {
    padding: 0 10px;
  }

  .merit-item:nth-child(1) li a::after {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    background: #e8eef2;
  }

  .kv figure {
    width: 100%;
    max-width: 1366px;
    margin: auto;
  }

  .kv figure img {
    max-width: 100%;
  }

  .sec-header p {
    max-width: 590px;
    margin: 20px auto 0;
    text-align: center;
  }

  /* merit
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #merit {
    background: #f5f5f5;
  }

  .merit-item + .merit-item {
    margin-top: 20px;
  }

  .merit-box {
    flex-grow: 1;
    padding: 25px 15px;
  }

  .merit-txt {
    flex-grow: 1;
  }

  .merit-item h3 {
    flex-grow: 1;
    padding: 0 0 20px;
    font-size: 18px;
    text-align: center;
  }

  .merit-item h3 img {
    width: auto;
    height: 65px;
  }

  .merit-item p {
    font-size: 16px;
  }

  .merit-item dl + dl {
    margin-top: 10px;
  }

  .merit-item dt {
    font-size: 16px;
    font-weight: bold;
  }

  .merit-item dd {
    font-size: 14px;
  }

  .merit-item .note {
    font-size: 10px;
    color: #878787;
  }

  .merit-item .btn-link {
    margin: 15px 0 0;
  }

  /* .merit-item:nth-child(1) */
  .merit-item:nth-child(1) li + li {
    margin-top: 10px;
  }

  .merit-item:nth-child(1) li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 74px;
    padding: 0 15px;
    font-weight: bold;
    line-height: 1.5;
    background: #f5f5f5;
  }

  .merit-item:nth-child(1) li a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_bl.png);
    background-size: 100% 100%;
  }

  .merit-item:nth-child(1) li a span {
    display: inline-block;
    width: 38px;
    margin: 0 10px 0 0;
  }

  .merit-item p.cap {
    margin: 8px 0 0;
    font-size: 12px;
  }

  .merit-item p strong {
    font-weight: bold;
  }

  .merit-item:nth-child(1) .merit-detail {
    /* display: flex; */
  }

  .merit-item:nth-child(1) figure {
    width: 64px;
  }

  .merit-item:nth-child(1) .merit-txt {
    width: 100%;
    padding: 0 0 20px;
  }

  /* .merit-item:nth-child(2) */
  .merit-item:nth-child(2) .merit-detail {
    display: flex;
  }

  .merit-item:nth-child(2) figure {
    width: 64px;
  }

  .merit-item:nth-child(2) .merit-txt {
    width: calc(100% - 64px);
    padding: 0 0 0 20px;
  }

  /* .merit-item:nth-child(3) */
  .merit-item:nth-child(3) .merit-detail {
    display: flex;
  }

  .merit-item:nth-child(3) figure {
    width: 64px;
  }

  .merit-item:nth-child(3) .merit-txt {
    width: calc(100% - 64px);
    padding: 0 0 0 20px;
  }

  /* lineup
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #lineup .caption {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
  }

  .lineup-list li + li {
    margin-top: 15px;
  }

  .lineup-list li 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%;
  }

  .lineup-list span {
    display: inline-block;
    width: 40px;
    margin: 0 20px 0 0;
  }

  .lineup-list li a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 15px 30px 15px 10px;
    line-height: 1.5;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }

  .lineup-list li a dl {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    text-align: left;
  }

  .lineup-list li a dt {
    font-size: 22px;
    font-weight: bold;
    color: #203d95;
  }

  .lineup-list li a dd {
    font-size: 12px;
  }

  .lineup-list li a dd:nth-child(3) {
    padding-top: 5px;
  }

  .lineup-list li a .logo-lineup.pc-only {
    display: none;
  }

  .lineup-list li:nth-child(1) a .logo-lineup,
  .lineup-list li:nth-child(2) a .logo-lineup,
  .lineup-list li:nth-child(3) a .logo-lineup {
    position: absolute;
    top: 15px;
    right: 40px;
  }

  .lineup-list li:nth-child(1) a .logo-lineup,
  .lineup-list li:nth-child(2) a .logo-lineup {
    width: 68px;
  }

  .lineup-list li:nth-child(3) a .logo-lineup {
    width: 86px;
  }

  /* voice （共通で使えそう）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #voice {
    background: #f5f5f5;
  }

  .voice-item + .voice-item {
    margin-top: 20px;
  }

  .voice-item .label-wrap {
    padding: 0 20px;
    text-align: right;
  }

  .voice-item .label {
    position: relative;
    z-index: 20;
    display: inline-block;
    padding: 0 15px;
    margin: auto;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border-radius: 16px;
  }

  .voice-box {
    flex-grow: 1;
    padding: 20px;
    margin: -16px 0 0;
  }

  .voice-box dt {
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  .voice-box dt figure {
    width: 56px;
    margin: 0 20px 0 0;
  }

  .voice-box dd {
    margin: 20px 0 0;
  }

  #voice .note-box {
    margin: 20px 20px 0;
    text-align: center;
  }

  #voice .note-box p {
    display: inline-block;
    text-align: left;
  }

  #voice .btn-link {
    width: 100%;
    margin: 40px auto 0;
  }

  /* program
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #program h2,
  #program h3 {
    font-size: 20px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  #program h3 {
    padding: 40px 0 0;
  }

  #program .inner {
    padding-bottom: 40px;
  }

  #program .sec-header p {
    padding-top: 40px;
    margin-top: 30px;
    font-size: 16px;
  }

  #program .sec-header p > span {
    position: relative;
    font-weight: bold;
  }

  #program .sec-header p > span::before,
  #program .sec-header p > span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 21px;
    height: 29px;
    margin: auto;
    content: "";
    background-size: 100% 100%;
  }

  #program .sec-header p > span::before {
    left: -30px;
    background: url(/finance/assets/img/diagonal_line_ul.png) 0 0 no-repeat;
  }

  #program .sec-header p > span::after {
    right: -30px;
    background: url(/finance/assets/img/diagonal_line_ur.png) 0 0 no-repeat;
  }

  #program .program-box {
    padding: 30px;
    background: #fff;
    border: 3px solid #dadada;
    border-radius: 6px;
  }

  #program .program-box dl {
    text-align: center;
  }

  #program .program-box dt {
    width: 116px;
    margin: auto;
  }

  #program .program-box dd {
    width: 215px;
    margin: 30px auto 0;
  }

  #program .program-box dd span {
    padding: 0 5px;
    margin: 0 10px;
    font-size: 50px;
    background: linear-gradient(transparent 70%, #fff200 70%);
    background-position: bottom 10px left 0;
  }

  #program .program-box dd {
    margin: 30px auto 0;
    font-weight: bold;
  }

  #program .note-box {
    margin: 20px 0 0;
    text-align: center;
  }

  #program .note-box p {
    display: inline-block;
    text-align: left;
  }

  #program .btn-link-h {
    margin: 30px 20px 0;
  }

  #program .program-box .btn-link {
    width: 100%;
    margin: 30px auto 0;
  }

  #program .service-box {
    margin: 40px 0;
    text-align: center;
  }

  #program .service-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  #program .service-box .caption {
    margin: 10px 0;
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #203d95;
    text-align: left;
  }

  #program .vpoint-item {
    display: block;
    padding: 0 14px;
    margin-top: 0;
  }

  #program .vpoint-item .vpoint-box {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }

  #program .vpoint-item .vpoint-box::after {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    width: 22px;
    width: 17px;
    height: 22px;
    height: 17px;
    text-indent: -9999px;
    content: "";
    background: none;
    border: 0;
    border-top: 4px solid #00458f;
    border-top-width: 4px;
    border-right: 4px solid #00458f;
    border-right-width: 4px;
    outline: none;
    transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  #program .vpoint-item .vpoint-box .title {
    position: relative;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    width: fit-content;
    padding: 0;
    padding-bottom: 20px;
    margin: 0 22px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  #program .vpoint-item .vpoint-box .title::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    display: block;
    width: 21px;
    height: 29px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/diagonal_line_ul.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #program .vpoint-item .vpoint-box .title::after {
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    display: block;
    width: 21px;
    height: 29px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/diagonal_line_ur.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail figure {
    width: 84px;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail .vpoint-text {
    width: calc(100% - 64px);
    padding: 0 0 0 20px;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail .vpoint-text h3 {
    width: fit-content;
    padding: 0;
    text-align: left;
  }

  #program .vpoint-item .vpoint-box .vpoint-detail .small {
    width: fit-content;
    font-size: 12px;
    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;
  }
}

.notice-nisa {
  margin: 0 0 40px;
}

.notice-nisa a {
  transition: opacity 400ms ease;
}

.notice-nisa a:hover {
  opacity: 0.6;
}

.notice-nisa .notice-nisa__text {
  margin: 15px auto 0;
  font-weight: bold;
  text-align: center;
}

.notice-nisa .notice-nisa__text a {
  text-decoration: underline;
}

.notice-nisa .notice-nisa__text p > span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.notice-nisa .notice-nisa__text p > span::before,
.notice-nisa .notice-nisa__text p > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 21px;
  height: 29px;
  margin: auto;
  content: "";
  background-size: 100% 100%;
}

.notice-nisa .notice-nisa__text p > span::before {
  left: -110px;
  background: url(/finance/assets/img/diagonal_line_ul.png) 0 0 no-repeat;
}

.notice-nisa .notice-nisa__text p > span::after {
  right: -100px;
  background: url(/finance/assets/img/diagonal_line_ur.png) 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .notice-nisa .notice-nisa__image {
    max-width: 724px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .notice-nisa .notice-nisa__image {
    margin: 25px auto 0;
  }
}

.campaign-banner {
  max-width: 400px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .campaign-banner a img {
    transition: opacity 0.3s;
  }

  .campaign-banner a:hover img {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .campaign-banner {
    width: initial;
    max-width: 280px;
  }
}

/* service-lineup */

@media screen and (min-width: 768px) {
  #service-lineup {
    background-color: #fff;
  }

  #service-lineup .program-box {
    max-width: 1040px;
    padding: 40px 14px;
    margin: 0 auto;
    background: #fff;
    border: 3px solid #dadada;
    border-radius: 6px;
  }

  #service-lineup .program-box h3 {
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  #service-lineup .program-box h3 span {
    font-size: 18px;
  }

  #service-lineup .program-box .text-inner {
    display: block;
    margin: 0 auto;
  }

  #service-lineup .program-box .text-inner p {
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
  }

  #service-lineup .program-box .text-inner p a {
    text-decoration: underline;
  }

  #service-lineup .program-box .btn-link {
    width: 290px;
    margin: 30px auto 0;
  }

  #service-lineup .lineup-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 3px;
    margin-bottom: 24px;
  }

  #service-lineup ul.lineup-list.list02 {
    margin-bottom: 40px;
  }

  #service-lineup .lineup-list li {
    display: flex;
    flex-direction: column;
    width: calc((100%) / 3);
    padding: 0 12px;
  }

  #service-lineup .lineup-list li a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 74px;
    height: 90px;
    padding: 10px 25px 10px 11px;
    margin-top: auto;
    line-height: 1.5;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }

  #service-lineup .lineup-list li a:hover {
    opacity: 0.6;
    transition: opacity 400ms ease;
  }

  #service-lineup .lineup-list li a::after {
    position: absolute;
    top: 0;
    right: 10px;
    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%;
  }

  #service-lineup .lineup-list span {
    display: inline-block;

    /* width: 32px; */
    width: 100%;
    max-width: 32px;
    margin: 0 10px 0 0;
  }

  #service-lineup .lineup-list .pc-only {
    width: auto;
    margin: 0;
  }

  #service-lineup .lineup-list li a dt {
    font-size: 18px;
    font-weight: bold;
    color: #203d95;
  }

  #service-lineup .lineup-list li a .logo-lineup {
    position: absolute;
    top: 15px;
    right: 25px;
  }

  #service-lineup .lineup-list li a .sp-only {
    display: none;
  }

  #service-lineup .lineup-list li:nth-child(1) a .logo-lineup,
  #service-lineup .lineup-list li:nth-child(2) a .logo-lineup,
  #service-lineup .lineup-list li:nth-child(3) a .logo-lineup {
    top: 16px;
    width: 58px;
  }

  #service-lineup .lineup-list.list02 li:nth-child(2) a .logo-lineup {
    top: 15px;
    width: 77px;
  }

  #service-lineup .service-box .lineup-list dl {
    text-align: left;
  }

  br.pc {
    display: block !important;
  }

  br.sp {
    display: none !important;
  }

  /* merit */
  #merit .bd-box-wh {
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }
}

@media (min-width: 840px) and (max-width: 980px) {
  #service-lineup .lineup-list li:nth-child(1) a .logo-lineup,
  #service-lineup .lineup-list li:nth-child(2) a .logo-lineup,
  #service-lineup .lineup-list li:nth-child(3) a .logo-lineup {
    width: 48px;
  }

  #service-lineup .lineup-list.list02 li:nth-child(2) a .logo-lineup {
    width: 67px !important;
  }

  #service-lineup .lineup-list li a dt {
    font-size: 14px !important;
  }

  #service-lineup .lineup-list li a dd {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 840px) {
  #service-lineup .lineup-list li:nth-child(1) a .logo-lineup,
  #service-lineup .lineup-list li:nth-child(2) a .logo-lineup,
  #service-lineup .lineup-list li:nth-child(3) a .logo-lineup {
    width: 38px;
  }

  #service-lineup .lineup-list.list02 li:nth-child(2) a .logo-lineup {
    width: 57px !important;
  }

  #service-lineup .lineup-list li a dt {
    font-size: 12px !important;
  }

  #service-lineup .lineup-list li a dd {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  #service-lineup {
    background-color: #fff;
  }

  #service-lineup .program-box {
    padding: 25px 15px;
    background: #fff;
    border: 3px solid #dadada;
    border-radius: 6px;
  }

  #service-lineup .program-box h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  #service-lineup .program-box h3 span {
    font-size: 14px;
  }

  #service-lineup .program-box .text-inner p {
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
  }

  #service-lineup .program-box .btn-link {
    width: 100%;
    margin: 30px auto 0;
  }

  #service-lineup ul.lineup-list {
    margin-bottom: 15px;
  }

  #service-lineup .lineup-list li + li {
    margin-top: 15px;
  }

  #service-lineup .lineup-list li 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%;
  }

  #service-lineup .lineup-list span {
    display: inline-block;
    width: 40px;
    margin: 0 20px 0 0;
  }

  #service-lineup .lineup-list li a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 15px 30px 15px 10px;
    line-height: 1.5;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }

  #service-lineup .lineup-list li a span img {
    width: 40px;
    max-width: 40px;
  }

  #service-lineup .program-box .text-inner p a {
    text-decoration: underline;
  }

  #service-lineup .lineup-list li a dl {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    text-align: left;
  }

  #service-lineup .lineup-list li a dt {
    font-size: 14px;
    font-weight: bold;
    color: #203d95;
  }

  #service-lineup .lineup-list li a dd {
    font-size: 12px;
  }

  #service-lineup .lineup-list li a dd:nth-child(3) {
    padding-top: 5px;
  }

  #service-lineup .lineup-list li a .logo-lineup.pc-only {
    display: none;
  }

  #service-lineup .lineup-list li:nth-child(1) a .logo-lineup,
  #service-lineup .lineup-list li:nth-child(2) a .logo-lineup,
  #service-lineup .lineup-list li:nth-child(3) a .logo-lineup,
  #service-lineup .lineup-list.list02 li:nth-child(2) a .logo-lineup {
    position: absolute;
    top: 15px;
    right: 40px;
  }

  #service-lineup .lineup-list li:nth-child(1) a .logo-lineup,
  #service-lineup .lineup-list li:nth-child(2) a .logo-lineup,
  #service-lineup .lineup-list li:nth-child(3) a .logo-lineup {
    width: 48px;
  }

  #service-lineup .lineup-list.list02 li:nth-child(2) a .logo-lineup {
    width: 66px;
  }

  br.pc {
    display: none !important;
  }

  br.sp {
    display: block !important;
  }

  /* merit */
  #merit .bd-box-wh {
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }
}

/* 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;
  }
}
