@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%;
  }

  .btn-area p {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .btn-area p .small {
    font-size: 12px;
  }

  .btn-area .txt-link {
    font-size: 14px;
    font-weight: normal;
  }

  .btn-area .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 .txt-link a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .btn-area .txt-link a::after {
    background: none;
  }

  .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;
  }

  .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;
  }

  .bal-header {
    text-align: center;
  }

  .bal-header h3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

  .bal-header h3::before,
  .bal-header h3::after {
    position: absolute;
    bottom: 3px;
    display: block;
    width: 3px;
    height: 30px;
    margin: auto;
    content: "";
    background: #333;
  }

  .bal-header h3::before {
    left: -30px;
    transform: rotate(-30deg);
  }

  .bal-header h3::after {
    right: -30px;
    transform: rotate(30deg);
  }

  .bal-header h3 span {
    display: inline-block;
    margin: 0 2px 0 0;
    font-size: 12px;
  }

  /* text_area
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #nisa section#text_area {
    padding: 20px 0;
  }

  #text_area .inner p {
    font-size: 16px;
  }

  /* debut
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #about {
    background: #f5f5f5;
  }

  .about-list {
    margin: 0 -12px;
  }

  .about-item {
    display: flex;
    margin-bottom: 30px;
    text-align: left;
  }

  .about-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .about-box {
    flex-grow: 1;
    padding: 20px;
  }

  .about-box .about-txt strong a {
    text-decoration: underline;
  }

  .about-box .about-txt strong a:hover {
    opacity: 0.7;
  }

  .about-txt {
    flex-grow: 1;
  }

  .about-item h3 {
    flex-grow: 1;
    padding: 0 0 25px;
    font-size: 16px;
    text-align: left;
  }

  .about-item h3 img {
    width: auto;
    height: 65px;
  }

  .about-item p {
    font-size: 14px;
  }

  .about-detail {
    display: flex;
  }

  .about-item .note {
    font-size: 10px;
    color: #878787;
  }

  .about-item .btn-link {
    margin: 15px 0 0;
  }

  .about-item .about-txt {
  }

  .about-item .about-txt ul li {
    list-style: none;
  }

  #about .qa {
    font-weight: bold;
    text-align: right;
  }

  #about .qa a {
    position: relative;
    padding-right: 40px;
    transition: 0.3s;
  }

  #about .qa a:hover {
    opacity: 0.7;
  }

  #about .qa 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%;
  }

  /* user
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .user-detail-box {
    max-width: 764px;
    padding: 40px 20px;
    margin: auto;
  }

  .user-detail .user-detail-txt {
    display: flex;
    justify-content: center;
  }

  .user-detail .user-detail-txt p {
    display: flex;
    align-items: center;
  }

  .user-detail .user-detail-txt p span {
    display: inline-block;
    margin: 0 15px 0 0;
  }

  .user-detail figure {
    width: 296px;
    margin: 40px auto 0;
  }

  #user .note-box {
    margin: 40px auto 0;
    text-align: center;
  }

  #user .note-box p {
    display: inline-block;
    text-align: left;
  }

  /* merit
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .merit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .merit-list .merit-item {
    display: flex;
    flex-direction: column;
    width: calc(96% / 3);
  }

  .merit-box {
    flex-grow: 1;
    margin: -15px 0 0;
  }

  .merit-box .merit-item:nth-child(2) .number-box-inner .p-1:nth-child(1) {
    border: 2px solid #fff200;
  }

  .merit-list .merit-item:nth-child(1) .merit-box,
  .merit-list .merit-item:nth-child(2) .merit-box,
  .merit-list .merit-item:nth-child(3) .merit-box,
  .merit-list .merit-item:nth-child(4) .merit-box {
    padding: 60px 20px 20px;
  }

  .merit-list figure {
    display: flex;
    align-items: center;
    margin: 0 auto 25px;
  }

  .merit-list .merit-item:nth-child(2) figure {
    max-width: 135px;
  }

  .merit-list .merit-item:nth-child(4) figure {
    max-width: 62px;
    height: 114px;
  }

  .merit-list .merit-item:nth-child(5) figure {
    max-width: 124px;
    height: 114px;
  }

  .merit-item .number-box {
    display: flex;
    justify-content: center;
    margin: 0 auto 25px;
    text-align: center;
  }

  .merit-item:nth-child(2) .number-box {
    margin: 0 auto;
  }

  /* .merit-item1 */
  .merit-item1 .number-box .p-1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }

  .merit-item1 .number-box .p-2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }

  .merit-item1 .number-box .p-2 em {
    font-size: 10px;
    vertical-align: bottom;
  }

  .merit-item1 .number-box .num {
    position: relative;
    bottom: 5px;
    margin: 10px 0 0;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    color: #203d95;
  }

  .merit-item1 .number-box .num i {
    position: relative;
    z-index: 20;
    display: inline-block;
  }

  .merit-item1 .number-box .num span {
    position: relative;
    bottom: 7px;
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 20px;
    vertical-align: bottom;
  }

  .merit-item1 .number-box .num::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    display: block;
    width: 200px;
    height: 10px;
    margin: auto;
    content: "";
    background: #fff200;
  }

  /* .merit-item2 */
  .merit-item2 .number-box .p-1:nth-child(1) span,
  .merit-item2 .number-box .p-1:nth-child(2) span {
    position: relative;
    display: inline-block;
    width: 165px;
    height: 26px;
    font-weight: bold;
    line-height: 26px;
  }

  .merit-item2 .number-box .p-1:nth-child(1) span {
    font-size: 18px;
    color: #203d95;
  }

  .merit-item2 .number-box .p-1:nth-child(2) span {
    font-size: 16px;
    color: #333;
  }

  .merit-item2 .number-box .p-1:nth-child(1) span {
    background: #fff200;
  }

  .merit-item2 .number-box .p-1:nth-child(1) span::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    margin: 0 0 0 -6px;
    content: "";
    border-color: #fff200 transparent transparent;
    border-style: solid;
    border-width: 9px 6px 0;
  }

  .merit-item2 .number-box .p-1:nth-child(2) {
    margin-top: 14px;
  }

  .merit-item2 .number-box .num {
    position: relative;
    bottom: 5px;
    margin: 20px 0 0 20px;
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    color: #203d95;
  }

  .merit-item2 .number-box .num i {
    position: relative;
    z-index: 20;
    display: inline-block;
  }

  .merit-item2 .number-box .num span {
    position: relative;
    bottom: 12px;
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 20px;
    vertical-align: bottom;
  }

  /* .merit-item3 */
  .merit-item3 .number-box .p-1 {
    font-size: 18px;
    font-weight: bold;
  }

  .merit-item3 .number-box .p-2 {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
  }

  .merit-item3 .number-box .p-2 em {
    position: absolute;
    right: 50%;
    bottom: 0;
    display: inline-block;
    margin: 0 -40px 0 0;
    font-size: 10px;
  }

  .merit-item3 .number-box .num {
    position: relative;
    bottom: 5px;
    margin: 5px 0 0;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    color: #203d95;
  }

  .merit-item3 .number-box .num i {
    position: relative;
    z-index: 20;
    display: inline-block;
  }

  .merit-item3 .number-box .num::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 50%;
    display: block;
    width: 200px;
    height: 10px;
    margin: 0 0 0 -100px;
    content: "";
    background: #fff200;
  }

  .merit-item4 .merit-box .p-1 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .merit-item4 .merit-box .p-1 a {
    text-decoration: underline;
  }

  .merit-item4 .merit-box .p-1 a:hover {
    opacity: 0.7;
  }

  .merit-box .merit-txt p {
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .merit-box .merit-txt p em {
    display: inline-block;
    margin: 0 0 0 2px;
    font-size: 10px;
    color: #000;
    vertical-align: top;
  }

  .merit-box .merit-txt a {
    color: #203d95;
    text-decoration: underline;
  }

  .merit-box .merit-txt p span a {
    color: #878787;
  }

  .merit-box .merit-txt p a:hover {
    text-decoration: none;
  }

  .merit-box .merit-txt p.note {
    margin: 10px 0 0;
    font-weight: normal;
    text-align: left;
  }

  #merit .note-box {
    margin: 40px auto 0;
    text-align: center;
  }

  #merit .note-box p {
    display: inline-block;
    text-align: left;
  }

  /* voice （共通で使えそう）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .voice-list-wrap {
    padding: 0 90px;
    margin: 40px 0 0;
  }

  .voice-list {
    display: flex;
    margin: 0 -12px;
  }

  .voice-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 12px;
  }

  .voice-list-wrap .voice-box {
    border: 3px solid #dadada;
  }

  /* point
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .point-list-wrap {
    padding: 40px 90px 0;
  }

  .point-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -12px;
  }

  #point .note-box {
    margin: 20px auto 0;
    text-align: center;
  }

  #point .note-box p {
    display: inline-block;
    text-align: left;
  }

  /* step
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .step-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
  }

  .step-list .step-item {
    display: flex;
    flex-direction: column;
    width: calc(99.999% / 3);
    padding: 0 12px;
  }

  .step-box {
    flex-grow: 1;
    padding: 45px 15px 30px;
    margin: -15px 0 0;
  }

  .step-box .step-txt {
    margin: 30px 0 0;
    text-align: center;
  }

  .step-box p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
  }

  .step-list figure {
    width: 80px;
    margin: auto;
  }

  .procedure {
    position: relative;
    max-width: 764px;
    margin: 40px auto 0;
  }

  #step .credit-entry-item {
    max-width: 764px;
    margin: 40px auto;
  }

  #step .credit-entry-item > p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
  }

  #step .credit-entry-box {
    padding: 0;
    margin-top: 40px;
    border: 3px solid #dadada;
  }

  #step .credit-entry-box a {
    align-items: center;
    justify-content: start;
  }

  #step .credit-entry-box figure {
    height: 150px;
  }

  #step .credit-entry-box figure img {
    height: 100%;
  }

  #step .credit-entry-box p {
    padding: 10px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
  }

  /* faq
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .faq-detail-inner {
    margin: 20px 0 0;
  }

  .faq-item4 .faq-detail-inner img {
    width: 70%;
  }

  .faq-detail-inner:nth-child(3) {
    margin: 40px 0 0;
  }

  .faq-detail-inner .lead {
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-detail-inner .lead p + p {
    margin-top: 3px;
  }

  .faq-detail-inner a {
    color: #203d95;
  }

  .faq-item1 .faq-col1 {
    display: flex;
    padding: 0 15px;
    margin: 20px -16px 0;
  }

  .faq-item1 .faq-col-box {
    padding: 17px 0;
    margin: -18px 0 0;
  }

  .faq-item1 .faq-col1 .faq-col-item {
    width: 50%;
    padding: 0 16px;
  }

  .faq-item1 .faq-col1 .faq-col-item figure {
    max-width: 263px;
    margin: auto;
  }

  .faq-item1 .faq-col1 .faq-col-item:nth-child(1) .baloon {
    max-width: 124px;
    margin: auto;
  }

  .faq-item1 .faq-col1 .faq-col-item:nth-child(2) .baloon {
    max-width: 146px;
    margin: auto;
  }

  .faq-item1 .faq-col1 .faq-col-item p {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .faq-item1 .faq-col2 {
    margin: 30px 0 0;
  }

  .faq-item1 .faq-col2 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-item1 .faq-col2 ul {
    display: flex;
    padding: 0 15px;
    margin: 20px -12px 0;
  }

  .faq-item1 .faq-col2 ul li {
    flex-grow: 1;
    width: 25%;
    padding: 0 12px;
  }

  .faq-item1 .faq-col2 ul li figure {
    max-width: 124px;
    margin: auto;
  }

  .faq-item1 .faq-col2 .box-gr {
    flex-grow: 1;
    height: 100%;
    padding: 15px;
  }

  .faq-item1 .faq-col2 .box-gr figure + p {
    margin: 15px -5px 0;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-item2 .faq-col1 {
    margin-top: 10px;
  }

  .faq-item2 .faq-col1 h3 {
    font-size: 22px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-item2 .faq-col1 dl {
    max-width: 640px;
    margin: 10px auto 0;
  }

  .faq-item2 .faq-col1 dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
  }

  .faq-item2 .faq-col1 dl dt span {
    display: inline-block;
    width: 50px;
    margin: 0 10px 0 0;
  }

  .faq-item2 .faq-col1 dl dd {
    margin: 10px auto 0;
  }

  .faq-item2 .fig-wrap {
    display: flex;
    margin: 0 -12px;
  }

  .faq-item2 .fig-wrap .fig-item {
    display: flex;
    flex-grow: 1;
    width: 50%;
    padding: 0 12px;
  }

  .faq-item2 .fig-wrap .fig-item figure {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }

  .faq-item2 .fig-wrap .fig-item:nth-child(1) figure {
    border: 1px solid #dadada;
    border-radius: 6px;
  }

  .faq-item2 .fig-wrap .fig-item:nth-child(2) figure {
    padding: 0 14px;
    background: #f5f5f5;
    border-radius: 6px;
  }

  .faq-item2 .note-box {
    margin: 10px 0 0;
    text-align: center;
  }

  .faq-item2 .note-box p {
    display: block;
    text-align: center;
  }

  .faq-item2 .note-box p + p {
    margin-top: 5px;
  }

  .faq-item3 .check-flex-col {
    position: relative;
    width: 100%;
    padding: 50px 40px;
  }

  .faq-item3 .check-flex-col-name {
    position: absolute;
    top: -27px;
    left: 20px;
    width: 157px;
  }

  .faq-item3 .check-flex-col img {
    width: 100%;
  }

  .faq-item3 .check-flex-col .check-flex-col-title {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 0;
  }

  .faq-item3 .check-flex-col .check-flex-col-title p {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #203d95;
    text-align: left;
  }

  .faq-item3 .check-flex-col .check-flex-col-title p:nth-of-type(1) {
    padding-bottom: 20px;
  }

  .faq-item3 .check-flex-col .check-flex-col-title p:nth-of-type(2) {
    font-size: 17px;
    line-height: 50px;
    border-top: 1px solid #203d95;
    border-bottom: 1px solid #203d95;
  }

  .ranking-list {
    display: flex;
    flex-wrap: wrap;
  }

  .ranking-list:nth-of-type(1) {
    color: #fff;
    text-align: center;
    background: #203d95;
    border-top: 1px solid #203d95;
  }

  .ranking-list:nth-of-type(1) .ranking-item {
    padding: 10px 0 8px;
    font-size: 18px;
    border-right: 1px solid #fff;
  }

  .ranking-list:nth-of-type(1) .ranking-item:nth-of-type(3) {
    border-right: 1px solid #203d95;
  }

  .ranking-item {
    position: relative;
    border-right: 1px solid #203d95;
    border-bottom: 1px solid #203d95;
  }

  .ranking-item:nth-of-type(1) {
    width: 100px;
    text-align: center;
    border-left: 1px solid #203d95;
  }

  .ranking-list:nth-of-type(1) .ranking-item:nth-of-type(3) {
    border-right: 1px solid #203d95;
  }

  .ranking-item:nth-of-type(2) {
    width: calc(100% - 260px);
    font-size: 16px;
    font-weight: 700;
  }

  .ranking-item:nth-of-type(3) {
    width: 160px;
    text-align: center;
  }

  .ranking-list:nth-of-type(n + 2) .ranking-item:nth-of-type(1) img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 48px;
    margin: auto;
  }

  .ranking-list:nth-of-type(n + 2) .ranking-item:nth-of-type(2) {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .ranking-category {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 110px;
    height: 32px;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    background: #203d95;
    border-radius: 5px;
  }

  #faq .check-flex-col-conts .ranking .note {
    margin: 20px 0 25px;
    font-size: 10px;
    font-weight: 400;
    line-height: 25px;
    color: #878787;
    color: initial;
  }

  .check-flex-col-conts .ranking .note a {
    display: block;
    font-size: 15px;
    text-align: right;
    text-decoration: underline;
  }

  .check-flex-col-conts .ranking p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 31px;
    color: #203d95;
  }

  .faq-item4 .secG {
    text-align: center;
  }

  .secG .im-text {
    margin: 40px 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    text-align: center;
  }

  .secG .im-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .secG .im-box {
    box-sizing: border-box;
    box-sizing: border-box;
    width: calc((100% - 15px) / 2);
    padding: 25px 15px 20px;
    margin-bottom: 15px;
    background: #f5f5f5;
    border: 0;
    border-radius: 6px;
  }

  .secG .im-box-head span:nth-child(1) img {
    width: 75px;
  }

  .secG .im-box-head span:nth-of-type(1) {
    margin-right: 5px;
  }

  .secG .im-box:nth-child(1) .im-box-head span:nth-child(1) img {
    width: 75px;
  }

  .secG .im-box:nth-child(1) .im-box-head span:nth-child(2) img {
    width: 200px;
  }

  .secG .im-box:nth-child(2) .im-box-head span:nth-child(2) img {
    width: 130px;
  }

  .secG .im-box:nth-child(3) .im-box-head span:nth-child(2) img {
    width: 170px;
  }

  .secG .im-box:nth-child(4) .im-box-head span:nth-child(2) img {
    width: 95px;
  }

  .secG .im-box .im-box-icon {
    position: initial;
    top: initial;
    right: initial;
    left: initial;
    margin: 20px 0;
  }

  .secG .im-box .im-box-icon img {
    width: auto;
  }

  .secG .im-box-txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    color: #203d95;
    text-align: left;
  }

  /* program
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #program .program-box {
    width: 764px;
    padding: 40px 0;
    margin: 20px auto 0;
  }

  #program .program-box dt {
    width: 116px;
    margin: auto;
  }

  #program .program-box dd {
    width: 215px;
    margin: 30px auto 0;
  }

  #program .program-box .btn-link {
    width: 295px;
    margin: 30px auto 0;
  }

  #program .program-box + .btn-link-h {
    width: 430px;
    margin: 40px auto 0;
  }

  /* program2
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #program2 .intro-box {
    max-width: 960px;
    margin: auto;
    text-align: center;
  }

  #program2 .intro-box p + p {
    margin-top: 10px;
  }

  #program2 .program-detail1 {
    max-width: 764px;
    padding: 20px 30px;
    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: 25px;
    font-weight: bold;
    line-height: 1.5;
    color: #203d95;
  }

  #program2 .program-detail h3 + p {
    margin-top: 15px;
    font-size: 14px;
  }

  #program2 .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;
  }

  /* campaign
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #campaign .btn-link {
    width: 430px;
    margin: 20px auto 0;
  }

  /* account
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .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 .support {
    width: 460px;
    padding: 20px 30px;
    margin: 30px auto 0;
  }

  #account .support h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  #account .support .tel-item strong {
    font-size: 20px;
    color: #203d95;
  }

  #account .support dt {
    width: 50px;
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
    background: #eee;
  }

  #account .support dd {
    font-size: 12px;
  }

  #account .support ul {
    margin: 20px 0 0;
  }

  #account .support li {
    padding-left: 1em;
    text-indent: -1em;
  }

  #account .tel-box {
    display: flex;
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .merit-list {
    margin: 0 -6px;
  }

  .merit-list .merit-item {
    padding: 0 6px;
  }

  .about-item h3 {
    font-size: 14px;
  }

  .about-list {
    margin: 0 -6px;
  }

  .about-item {
    padding: 6px;
  }

  .step-list {
    margin: 0 -6px;
  }

  .step-list .step-item {
    padding: 0 6px;
  }

  .voice-list {
    margin: 0 -6px;
  }

  .voice-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%;
  }

  .btn-area p {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .btn-area p .small {
    font-size: 12px;
  }

  .btn-area .txt-link {
    font-size: 14px;
    font-weight: normal;
  }

  .btn-area .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 .txt-link a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .btn-area .txt-link a::after {
    background: none;
  }

  .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;
  }

  .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;
  }

  .bal-header {
    text-align: center;
  }

  .bal-header h3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

  .bal-header h3::before,
  .bal-header h3::after {
    position: absolute;
    bottom: 3px;
    display: block;
    width: 3px;
    height: 30px;
    margin: auto;
    content: "";
    background: #333;
  }

  .bal-header h3::before {
    left: -30px;
    transform: rotate(-30deg);
  }

  .bal-header h3::after {
    right: -30px;
    transform: rotate(30deg);
  }

  .bal-header h3 span {
    display: inline-block;
    margin: 0 2px 0 0;
    font-size: 12px;
  }

  /* text_area
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #nisa section#text_area {
    padding: 10px 0;
  }

  #text_area .inner p {
    font-size: 16px;
  }

  /* debut
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .about-item + .about-item {
    margin-top: 20px;
  }

  .about-box {
    flex-grow: 1;
    padding: 20px;
  }

  .about-txt {
    flex-grow: 1;
  }

  .about-box .about-txt strong a {
    text-decoration: underline;
  }

  .about-box .about-txt strong a:hover {
    opacity: 0.7;
  }

  .about-item h3 {
    flex-grow: 1;
    padding: 0 0 15px;
    font-size: 16px;
    text-align: left;
  }

  .about-item h3 img {
    width: auto;
    height: 65px;
  }

  .about-item p {
    font-size: 14px;
  }

  .about-detail {
    display: flex;
  }

  .about-item .note {
    margin-top: 8px;
    font-size: 10px;
    color: #878787;
  }

  .about-item .btn-link {
    margin: 15px 0 0;
  }

  .about-item figure {
    width: 100%;
    text-align: center;
  }

  .about-item .about-txt {
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
  }

  #about .qa {
    margin-top: 20px;
    font-weight: bold;
    text-align: right;
  }

  #about .qa a {
    position: relative;
    padding-right: 40px;
    transition: 0.3s;
  }

  #about .qa a:hover {
    opacity: 0.7;
  }

  #about .qa 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%;
  }

  /* user
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .user-detail-box {
    padding: 0;
    margin: auto;
    border: none;
  }

  .user-detail .user-detail-txt {
    display: flex;
    justify-content: center;
  }

  .user-detail .user-detail-txt p {
    display: flex;
    align-items: center;
  }

  .user-detail .user-detail-txt p span {
    display: inline-block;
    margin: 0 15px 0 0;
  }

  .user-detail figure {
    width: 296px;
    margin: 40px auto 0;
  }

  #user .note-box {
    margin: 40px auto 0;
  }

  /* merit
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .merit-list .merit-item + .merit-item {
    margin-top: 20px;
  }

  .merit-box {
    flex-grow: 1;
    min-height: 280px;
    margin: -15px 0 0;
  }

  .merit-list .merit-item .merit-box {
    padding: 45px 20px 20px;
  }

  .merit-box .merit-item:nth-child(2) .number-box-inner .p-1:nth-child(1) {
    border: 2px solid #fff200;
  }

  .merit-box .number-box-inner .p-1:nth-child(2) {
    margin-top: 20px;
  }

  .merit-list figure {
    display: flex;
    align-items: center;
    margin: 0 auto 25px;
  }

  .merit-list .merit-item:nth-child(2) figure {
    max-width: 135px;
  }

  .merit-list .merit-item:nth-child(4) figure {
    max-width: 60px;
  }

  .merit-list .merit-item:nth-child(5) figure {
    max-width: 124px;
  }

  .merit-item .number-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    margin: 0 auto 25px;
    text-align: center;
  }

  .merit-item:nth-child(2) .number-box {
    height: auto;
    margin: 0 auto;
  }

  /* .merit-item1 */
  .merit-item1 .number-box .p-1 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }

  .merit-item1 .number-box .p-2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }

  .merit-item1 .number-box .p-2 em {
    font-size: 10px;
    vertical-align: bottom;
  }

  .merit-item1 .number-box .num {
    position: relative;
    bottom: 5px;
    margin: 10px 0 0;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    color: #203d95;
  }

  .merit-item1 .number-box .num i {
    position: relative;
    z-index: 20;
    display: inline-block;
  }

  .merit-item1 .number-box .num span {
    position: relative;
    bottom: 7px;
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 20px;
    vertical-align: bottom;
  }

  .merit-item1 .number-box .num::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    display: block;
    width: 200px;
    height: 10px;
    margin: auto;
    content: "";
    background: #fff200;
  }

  /* .merit-item2 */
  .merit-item2 .number-box .p-1:nth-child(1) span,
  .merit-item2 .number-box .p-1:nth-child(2) span {
    position: relative;
    display: inline-block;
    width: 165px;
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
  }

  .merit-item2 .number-box .p-1:nth-child(1) span {
    color: #203d95;
    background: #fff200;
  }

  .merit-item2 .number-box .p-1:nth-child(2) span {
    color: #333;
  }

  .merit-item2 .number-box .p-1:nth-child(1) span::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    margin: 0 0 0 -6px;
    content: "";
    border-color: #fff200 transparent transparent;
    border-style: solid;
    border-width: 9px 6px 0;
  }

  .merit-item2 .number-box .num {
    position: relative;
    bottom: 5px;
    margin: 20px 0 0 20px;
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    color: #203d95;
  }

  .merit-item2 .number-box .num i {
    position: relative;
    z-index: 20;
    display: inline-block;
  }

  .merit-item2 .number-box .num span {
    position: relative;
    bottom: 12px;
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 20px;
    vertical-align: bottom;
  }

  /* .merit-item3 */
  .merit-item3 .number-box .p-1 {
    font-size: 18px;
    font-weight: bold;
  }

  .merit-item3 .number-box .p-2 {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
  }

  .merit-item3 .number-box .p-2 em {
    position: absolute;
    right: 50%;
    bottom: 0;
    display: inline-block;
    margin: 0 -40px 0 0;
    font-size: 10px;
  }

  .merit-item3 .number-box .num {
    position: relative;
    bottom: 5px;
    margin: 5px 0 0;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    color: #203d95;
  }

  .merit-item3 .number-box .num i {
    position: relative;
    z-index: 20;
    display: inline-block;
  }

  .merit-item3 .number-box .num::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 50%;
    display: block;
    width: 200px;
    height: 10px;
    margin: 0 0 0 -100px;
    content: "";
    background: #fff200;
  }

  .merit-item4 .merit-box .p-1 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .merit-item4 .merit-box .p-1 a {
    text-decoration: underline;
  }

  .merit-item4 .merit-box .p-1 a:hover {
    opacity: 0.7;
  }

  .merit-box .merit-txt p {
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .merit-box .merit-txt p em {
    display: inline-block;
    margin: 0 0 0 2px;
    font-size: 10px;
    color: #000;
    vertical-align: top;
  }

  .merit-box .merit-txt p a {
    color: #203d95;
    text-decoration: underline;
  }

  .merit-box .merit-txt p a:hover {
    text-decoration: none;
  }

  .merit-box .merit-txt p.note {
    margin: 10px 0 0;
    font-weight: normal;
  }

  #merit .note-box {
    margin: 20px 10px 0;
  }

  #merit .note-box p {
    display: inline-block;
    text-align: left;
  }

  /* voice （共通で使えそう）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .voice-list-wrap {
    margin: 30px 0 0;
  }

  .voice-item + .voice-item {
    margin-top: 20px;
  }

  .voice-list-wrap .voice-box {
    border: 3px solid #dadada;
  }

  /* point
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .point-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -12px;
  }

  #point .note-box {
    margin: 20px 0 0;
  }

  #point .note-box p {
    display: inline-block;
    text-align: left;
  }

  /* step
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #step {
    background: #f5f5f5;
  }

  .step-item + .step-item {
    margin-top: 20px;
  }

  .step-box {
    position: relative;
    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:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
  }

  .step-list figure {
    width: 80px;
    text-align: center;
  }

  .step-list .step-txt {
    width: calc(100% - 90px);
  }

  .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;
  }

  #step .credit-entry-item {
    max-width: 764px;
    margin: 40px auto;
  }

  #step .credit-entry-item > p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
  }

  #step .credit-entry-box {
    padding: 0;
    margin-top: 40px;
    border: 3px solid #dadada;
  }

  #step .credit-entry-box a {
    align-items: center;
    justify-content: start;
  }

  #step .credit-entry-box figure {
    max-width: 50%;
  }

  #step .credit-entry-box p {
    padding: 0 10px;
    margin: 0 auto;
    font-size: 3.4vw;
    font-weight: bold;
  }

  /* faq
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .faq-detail-inner {
    margin: 20px 0 0;
  }

  .faq-item4 .faq-detail-inner img {
    width: 70%;
  }

  .faq-detail-inner:nth-child(3) {
    margin: 40px 0 0;
  }

  .faq-detail-inner .lead {
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-detail-inner .lead p + p {
    margin-top: 3px;
  }

  .faq-detail-inner a {
    color: #203d95;
  }

  .faq-item1 .faq-col1 {
    margin: 20px 0 0;
  }

  .faq-item1 .faq-col1 .faq-col-item + .faq-col-item {
    margin-top: 40px;
  }

  .faq-item1 .faq-col1 .faq-col-item:nth-child(2)::before {
    position: absolute;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin: -30px 0 0 -20px;
    content: "";
    border-color: #f5f5f5 transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0;
  }

  .faq-item1 .faq-col-box {
    padding: 17px 0;
    margin: -18px 0 0;
  }

  .faq-item1 .faq-col1 .faq-col-item figure {
    max-width: 263px;
    margin: auto;
  }

  .faq-item1 .faq-col1 .faq-col-item:nth-child(1) .baloon {
    max-width: 124px;
    margin: auto;
  }

  .faq-item1 .faq-col1 .faq-col-item:nth-child(2) .baloon {
    max-width: 146px;
    margin: auto;
  }

  .faq-item1 .faq-col1 .faq-col-item p {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .faq-item1 .faq-col2 {
    margin: 30px 0 0;
  }

  .faq-item1 .faq-col2 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-item1 .faq-col2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -9px 0;
  }

  .faq-item1 .faq-col2 ul li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .faq-item1 .faq-col2 ul li {
    flex-grow: 1;
    width: 50%;
    padding: 0 9px;
  }

  .faq-item1 .faq-col2 ul li figure {
    max-width: 124px;
    margin: auto;
  }

  .faq-item1 .faq-col2 .box-gr {
    flex-grow: 1;
    height: 100%;
    padding: 15px;
  }

  .faq-item1 .faq-col2 .box-gr figure + p {
    margin: 15px -5px 0;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-item2 .faq-col1 {
    margin-top: 10px;
  }

  .faq-item2 .faq-col1 h3 {
    font-size: 22px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-item2 .faq-col1 dl {
    max-width: 640px;
    margin: 5px auto 0;
  }

  .faq-item2 .faq-col1 dl dt {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }

  .faq-item2 .faq-col1 dl dt span {
    display: block;
    width: 50px;
    margin: 0 10px 0 0;
  }

  .faq-item2 .faq-col1 dl dt i {
    width: calc(100% - 55px);
  }

  .faq-item2 .faq-col1 dl dd {
    margin: 15px auto 0;
  }

  .faq-item2 .fig-wrap {
    margin: 20px 0 0;
  }

  .faq-item2 .fig-item + .fig-item {
    margin-top: 25px;
  }

  .faq-item2 .fig-wrap .fig-item figure {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }

  .faq-item2 .fig-wrap .fig-item:nth-child(1) figure {
    border: 1px solid #dadada;
    border-radius: 6px;
  }

  .faq-item2 .fig-wrap .fig-item:nth-child(2) figure {
    padding: 30px 14px;
    background: #f5f5f5;
    border-radius: 6px;
  }

  .faq-item2 .note-box {
    margin: 20px 0 0;
  }

  .faq-item2 .note-box p + p {
    margin-top: 5px;
  }

  .faq-item3 .check-flex-col {
    position: relative;
    width: 100%;
    padding: 50px 5vw 5vw;
  }

  .faq-item3 .check-flex-col-name {
    position: absolute;
    top: -27px;
    left: 20px;
    width: 157px;
  }

  .faq-item3 .check-flex-col img {
    width: 100%;
  }

  .faq-item3 .check-flex-col .check-flex-col-title {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 0;
  }

  .faq-item3 .check-flex-col .check-flex-col-title p {
    font-size: 5.4vw;
    font-weight: 700;
    line-height: 40px;
    color: #203d95;
    text-align: left;
  }

  .faq-item3 .check-flex-col .check-flex-col-title p:nth-of-type(1) {
    padding-bottom: 20px;
    text-align: center;
  }

  .faq-item3 .check-flex-col .check-flex-col-title p:nth-of-type(2) {
    font-size: 3.5vw;
    line-height: 10vw;
    text-align: center;
    border-top: 1px solid #203d95;
    border-bottom: 1px solid #203d95;
  }

  .ranking-list {
    display: block;
    border-right: 0.5vw solid #0058a1;
    border-bottom: 0.5vw solid #0058a1;
    border-left: 0.5vw solid #0058a1;
  }

  .faq-item3 .check-flex-col .ranking-item img {
    display: block;
    width: 9.3vw;
    margin: 2.6vw auto 4vw;
  }

  .ranking-item:nth-of-type(3) {
    padding: 0 2.6vw 3vw;
    font-size: 3.3vw;
    font-weight: 700;
    line-height: 6vw;
    text-align: center;
    border-bottom: 0.5vw solid #0058a1;
  }

  .ranking-list:nth-of-type(n + 2) .ranking-item:nth-of-type(1) img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 48px;
    margin: auto;
  }

  .ranking-list:nth-of-type(n + 2) .ranking-item:nth-of-type(2) {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .ranking-category {
    display: block;
    width: 21.3vw;
    height: 6vw;
    margin: 1.5vw auto 3vw;
    font-size: 3vw;
    font-weight: 700;
    line-height: 6vw;
    color: #fff;
    background: #0058a1;
    border-radius: 0.6vw;
  }

  .ranking-item .ranking-category {
    text-align: center;
  }

  .ranking-number {
    position: relative;
    left: -0.1vw;
    width: calc(100% + 0.2vw);
    padding: 2.6vw 0;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #203d95;
  }

  .ranking-item .ranking-category-name {
    display: block;
    padding-top: 3vw;
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
  }

  #faq .check-flex-col-conts .ranking .note {
    margin: 20px 0 25px;
    font-size: 10px;
    font-weight: 400;
    line-height: 6vw;
    color: #878787;
  }

  .check-flex-col-conts .ranking .note a {
    display: block;
    font-size: 15px;
    text-align: right;
    text-decoration: underline;
  }

  .check-flex-col-conts .ranking p {
    margin: 0;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 7.8vw;
    color: #203d95;
  }

  .faq-item4 .secG {
    text-align: center;
  }

  .secG .im-text {
    margin: 5vw 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    text-align: center;
  }

  .secG .im-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .secG .im-box {
    box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 15px 20px;
    margin-bottom: 18px;
    background: #f5f5f5;
    border: 0;
    border-radius: 6px;
  }

  .secG .im-box-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .secG .im-box-head span:nth-child(1) img {
    width: 75px;
  }

  .secG .im-box-head span:nth-of-type(1) {
    margin-right: 5px;
  }

  .secG .im-box:nth-child(1) .im-box-head span:nth-child(1) img {
    width: 75px;
  }

  .secG .im-box:nth-child(1) .im-box-head span:nth-child(2) img {
    width: 200px;
  }

  .secG .im-box:nth-child(2) .im-box-head span:nth-child(2) img {
    width: 130px;
  }

  .secG .im-box:nth-child(3) .im-box-head span:nth-child(2) img {
    width: 170px;
  }

  .secG .im-box:nth-child(4) .im-box-head span:nth-child(2) img {
    width: 95px;
  }

  .secG .im-box .im-box-icon {
    position: initial;
    top: initial;
    right: initial;
    left: initial;
    margin: 20px 0;
  }

  .secG .im-box .im-box-icon img {
    width: auto;
  }

  .secG .im-box-txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    color: #203d95;
    text-align: left;
  }

  /* program
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #program .program-box {
    padding: 40px 14px;
    margin: 20px auto 0;
  }

  #program .program-box dt {
    width: 116px;
    margin: auto;
  }

  #program .program-box dd {
    width: 215px;
    margin: 30px auto 0;
  }

  #program .program-box .btn-link {
    margin: 30px auto 0;
  }

  #program .program-box + .btn-link-h {
    margin: 40px 10px 0;
  }

  /* program2
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #program2 .intro-box {
    max-width: 960px;
    margin: auto;
    text-align: center;
  }

  #program2 .intro-box p + p {
    margin-top: 10px;
  }

  #program2 .program-detail1 {
    max-width: 764px;
    padding: 20px 30px;
    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;
    color: #203d95;
  }

  #program2 .program-detail h3 + p {
    margin-top: 15px;
    font-size: 14px;
  }

  #program2 .btn-link {
    margin: 20px auto 0;
  }

  #program2 article > .btn-link {
    /* margin: 0 20px; */
  }

  #program2 .btn-link a {
    position: relative;
    box-sizing: border-box;
    display: block;
    height: auto;
    padding: 13px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #203d95;
    text-align: center;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }

  #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;
  }

  /* campaign
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #campaign .btn-link {
    margin: 20px auto 0;
  }

  #campaign .btn-link a {
    position: relative;
    box-sizing: border-box;
    display: block;
    height: auto;
    padding: 13px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #203d95;
    text-align: center;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }

  /* account
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .account-detail {
    margin: 10px 0 0;
  }

  .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 .support {
    padding: 20px 15px;
    margin: 30px auto 0;
  }

  #account .support h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  #account .support .tel-item strong {
    font-size: 20px;
    color: #203d95;
  }

  #account .support dt {
    width: 50px;
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
    background: #eee;
  }

  #account .support dd {
    font-size: 12px;
  }

  #account .support ul {
    margin: 20px 0 0;
  }

  #account .support li {
    padding-left: 1em;
    text-indent: -1em;
  }

  #account .tel-box {
    display: flex;
    margin: 20px 0 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;
  }
}

/* Stocks
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.marker {
  position: relative;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%) 70%, #fff200 70%, #fff200 100%);
}

#stocks .btn-area-top {
  padding: 0 0 60px;
}

#stocks .btn-area-top .txt-link,
#stocks .btn-area-top .txt-link a {
  font-size: 16px;
}

#stocks .btn-area-top .txt-link {
  margin: 20px 0 0;
}

#stocks .btn-area-top .txt-link.txt-small,
#stocks .btn-area-top .txt-link.txt-small a {
  font-size: 12px;
}

#stocks .btn-area-top .btn-link {
  margin: 20px auto;
}

#stocks .btn-area.btn-area-top ul {
  margin: 40px auto 0;
}

#stocks .pc {
  display: block;
}

#stocks .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #stocks .btn-area-top {
    padding: 0 20px 40px;
  }

  #stocks .btn-area-top .txt-link.txt-small {
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }

  #stocks .btn-area-top .txt-link.txt-small,
  #stocks .btn-area-top .txt-link.txt-small a {
    font-size: 10px;
  }

  #stocks .btn-area.btn-area-top ul {
    margin: 20px auto 0;
  }

  #stocks .pc {
    display: none;
  }

  #stocks .sp {
    display: block;
  }
}

/* ----- */

#stocks section {
  padding: 55px 0;
}

#stocks .about-item {
  width: calc(99.999% / 2);
}

#stocks .about-item figure {
  width: initial;
  margin: auto;
}

#stocks .about-item:nth-child(1) figure img {
  width: 88px;
}

#stocks .about-item:nth-child(2) figure img {
  width: 100px;
}

#stocks .about-item:nth-child(3) figure img {
  width: 124px;
}

#stocks .about-item:nth-child(4) figure img {
  width: 80px;
}

#stocks .about-item .txt-small {
  font-size: 14px;
}

#stocks .about-detail {
  display: block;
}

#stocks .about-detail ul li.note {
  margin: 40px 0 0;
  text-indent: -1em;
}

#stocks .about-detail ul li.note a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #stocks section {
    padding: 35px 0;
  }

  #stocks .about-item {
    width: 100%;
  }

  #stocks .about-item h3 {
    height: initial;
  }

  .about-item .about-txt {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}

/* ----- */

#stocks .point-box.box-gr-sq {
  padding: 40px 100px;
  margin: 50px auto 0;
  border-radius: 6px;
}

#stocks .point-box .headline {
  padding: 0 20px;
  margin: 0 0 40px;
}

#stocks .point-box .headline img {
  width: 100%;
}

#stocks .point-box p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#stocks .point-box-table {
  margin: 25px 0 30px;
  background: #fff;
  border: 3px solid #dadada;
  border-radius: 6px;
}

#stocks .point-box-table dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#stocks .point-box-table dl {
  width: calc(100% - 40px);
  padding: 20px;
  margin: 0 auto;
  border-bottom: 1px solid #d1d1d1;
}

#stocks .point-box-table dl dd {
  font-weight: 700;
}

#stocks .point-box-table dl:nth-of-type(1) dt,
#stocks .point-box-table dl:nth-of-type(1) dd {
  font-size: 10px;
  color: #000;
  text-align: center;
}

#stocks .point-box-table dl:nth-of-type(n + 2) dt {
  font-size: 12px;
}

#stocks .point-box-table dl:nth-of-type(n + 2) dd {
  color: #203d95;
}

#stocks .point-box-table dl:nth-of-type(n + 2) dd span {
  margin-right: 20px;
  font-size: 10px;
  color: #000;
}

#stocks .point-box-table dl dt {
  width: 35px;
}

#stocks .point-box-table dl dd:nth-of-type(1) {
  width: 300px;
}

#stocks .point-box-table dl dd:nth-of-type(2) {
  width: 100px;
  text-align: center;
}

#stocks .point-box-table dl dd:nth-of-type(3) {
  width: 140px;
  text-align: center;
}

#stocks .point-box-table dl:nth-of-type(n + 2) dd {
  font-size: 12px;
}

#stocks .point-box-table dl:nth-of-type(n + 2) dt span {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  border-radius: 11px;
}

#stocks .point-box-table dl:nth-of-type(2) dt span {
  color: #333;
  background: #cebb6a;
}

#stocks .point-box-table dl:nth-of-type(3) dt span {
  color: #333;
  background: #d3d2d1;
}

#stocks .point-box-table dl:nth-of-type(4) dt span {
  color: #333;
  background: #ebc28e;
}

#stocks .point-box-table dl:nth-of-type(n + 5) dt span {
  color: #333;
  background: transparent;
}

#stocks .point-box-table dl:nth-last-of-type(1) {
  border-bottom: 0;
  border-radius: 6px 0 0 6px;
}

#stocks .point-box-table__note {
  display: flex;
  align-items: flex-start;
}

#stocks .point-box-table__note .note-list {
  width: calc(100% - 100px);
}

#stocks .point-box-table__note .note-list p {
  padding-left: 1em;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-align: left;
  text-indent: -1em;
}

#stocks .point-box-table__note .note-list p a {
  text-decoration: underline;
}

#stocks .point-box-table__note .detail {
  width: 100px;
}

#stocks .point-box-table__note .detail a {
  font-size: 14px;
  text-decoration: underline;
}

#stocks .point-box__bottom-img {
  max-width: 445px;
  margin: auto;
}

#stocks .point-box-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

#stocks .point-box__bottom-arrow {
  position: relative;
  bottom: -20px;
  width: 48px;
  margin: auto;
}

#stocks .point-box-list .item {
  width: calc((100% - 40px) / 3);
}

@media all and (max-width: 767px) {
  #stocks .point-box.box-gr-sq {
    padding: 20px 10px;
    margin: 30px 0 0;
  }

  #stocks .point-box .headline {
    padding: 0;
    margin: 0 0 25px;
  }

  #stocks .point-box-table__note {
    display: block;
  }

  #stocks .point-box-table__note .note-list {
    width: 100%;
  }

  #stocks .point-box-table__note .detail {
    width: 100%;
    margin: 20px 0 0;
    text-align: right;
  }

  #stocks .point-box-list {
    flex-wrap: wrap;
    margin: 0 0 20px;
  }

  #stocks .point-box-list .item {
    width: calc((100%) / 2);
    margin-bottom: 20px;
  }

  #stocks .point-box-list .item:nth-of-type(2) {
    position: relative;
    top: 25vw;
  }

  #stocks .point-box-list .item:nth-of-type(3) {
    margin: 0;
  }

  #stocks .point-box-table dl:nth-of-type(n + 2) dd {
    position: relative;
  }

  #stocks .point-box-table dl {
    padding: 30px 0 10px;
  }

  #stocks .point-box-table dl:nth-of-type(n + 2) dd span {
    position: absolute;
    top: -1.5em;
    font-size: 10px;
  }

  #stocks .point-box-table dl:nth-of-type(n + 2) dd:nth-of-type(1) {
    font-size: 11px;
    line-height: 1.6;
  }

  #stocks .point-box-table dl:nth-of-type(n + 2) dt {
    margin-right: 10px;
  }

  #stocks .point-box__bottom-arrow {
    bottom: 0;
    width: 24px;
  }
}

/* ----- */

#stocks .merit-item3 figure {
  width: 140px;
}

#stocks #finance .merit-list .note {
  font-size: 12px;
  line-height: 18px;
}

#stocks .merit-item3 .note a {
  color: #333;
}

@media all and (max-width: 767px) {
  #stocks #finance .merit-list .note {
    text-align: left;
  }

  #nisa #finance .merit-list .note {
    text-align: left;
  }

  #stocks .merit-box {
    min-height: initial;
  }

  #stocks .merit-list .merit-item3 .note {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* ----- */

#stocks #point .point-box figure {
  width: 254px;
  margin: 40px auto;
}

#stocks #faq .faq-list .faq-item .note-box {
  margin: 20px 0 0;
  text-align: center;
}

#stocks #faq .faq-list .faq-item .note-box a {
  color: #333;
  text-decoration: underline;
}

#stocks #faq .faq-item1 .faq-detail-inner figure {
  max-width: 250px;
  margin: 40px auto 0;
}

@media all and (max-width: 767px) {
  #stocks #point .note-box p {
    padding-left: 1em;
    text-indent: -1em;
  }

  #stocks #faq .faq-list .faq-item .note-box {
    text-align: left;
  }

  #stocks #faq .faq-detail-inner .lead {
    text-align: left;
  }

  #stocks #faq .faq-item3 .lead {
    text-align: center;
  }

  #stocks #faq .faq-item3 .note-box {
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media all and (max-width: 767px) {
  #stocks section#finance-link {
    padding: 10px 0;
  }
}

/* ----- 20231226 ----- */

#nisa #finance-link {
  background: #fff;
}

#nisa #finance .note {
  font-size: 12px;
}

@media all and (min-width: 768px) {
  #nisa .btn-area p {
    margin: 20px 0 40px;
  }
}

/* ---------- ● about ---------- */

#nisa #about {
  padding: 55px 0 60px;
}

#nisa #about .about-list {
  max-width: 764px;
  margin: auto;
}

#nisa #about .about-item figure {
  margin: 10px auto;
  text-align: center;
}

#nisa #about .about-item:nth-of-type(1) figure {
  max-width: 221px;
}

#nisa #about .about-item:nth-of-type(2) figure {
  max-width: 181px;
}

#nisa #about .about-item:nth-of-type(2) .about-txt p + .about-txt__link {
  text-align: right;
}

#nisa #about .balloon {
  position: relative;
  width: 100%;
  max-width: 764px;
  padding: 1px;
  margin: 50px auto 0;
  font-size: 16px;
  color: #555;
  text-align: center;
  background: #dadada;
  border-radius: 12px;
}

#nisa #about .balloon::before {
  position: absolute;
  top: -28.5px;
  left: 50%;
  margin-left: -15px;
  content: "";
  border: 15px solid transparent;
  border-bottom: 24px solid #dadada;
}

#nisa #about .balloon__inner {
  position: relative;
  padding: 30px 0;
  font-size: 16px;
  color: #555;
  background: #fff;
  border-radius: 12px;
}

#nisa #about .balloon__inner::before {
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -15px;
  content: "";
  border: 15px solid transparent;
  border-bottom: 24px solid #fff;
}

#nisa #about .balloon p {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #203d95;
}

#nisa #about .about-item:nth-of-type(2) .about-txt p + .about-txt__link a {
  text-decoration: underline;
}

#nisa #about .about-item:nth-of-type(3) figure {
  max-width: 266px;
}

@media all and (max-width: 767px) {
  #nisa #about {
    padding: 36px 0;
  }

  #nisa #about .balloon {
    margin: 40px auto 0;
  }

  #nisa #about .balloon__inner {
    padding: 16px;
  }

  #nisa #about .balloon p {
    font-size: 14px;
  }

  #nisa #about .about-txt__link {
    margin-top: 40px;
  }
}

/* ---------- ● why ---------- */

#nisa #why .merit-box {
  background: #f5f5f5;
}

#nisa #why .merit-box {
  background: #f5f5f5;
}

#nisa #why .merit-list {
  margin: 0 -12px;
}

#nisa #why .merit-item {
  width: calc((100% - 48px) / 3);
  padding: 0 12px;
}

#nisa #why .merit-item img {
  margin: auto;
}

#nisa #why .merit-item:nth-of-type(1) img {
  max-width: 178px;
}

#nisa #why .merit-item:nth-of-type(2) img {
  max-width: 135px;
}

#nisa #why .merit-item:nth-of-type(3) img {
  max-width: 140px;
}

#nisa #why .note {
  line-height: 18px;
}

@media all and (min-width: 768px) {
  #nisa #why {
    padding: 60px 0;
  }

  #nisa #why .merit-item2 .merit-box {
    padding: 40px 20px 20px;
  }
}

@media all and (max-width: 767px) {
  #nisa #why {
    padding: 40px 0;
  }

  #nisa #why .merit-item {
    width: calc((100%));
    padding: 0 12px;
  }

  #nisa #why .merit-item2 .merit-box {
    padding: 24px 20px 20px;
  }
}

/* ---------- ● flow ---------- */

#nisa #flow {
  padding: 40px 0 60px;
}

#nisa #flow .merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#nisa #flow .merit-list .merit-item {
  width: calc((100%) / 2);
}

#nisa #flow .merit-list .merit-item3,
#nisa #flow .merit-list .merit-item-arrow {
  width: 100%;
}

#nisa #flow .flow-item-arrow {
  text-align: center;
}

#nisa #flow .flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 764px;
  margin: auto;
}

#nisa #flow .flow-item:nth-of-type(1),
#nisa #flow .flow-item:nth-of-type(2) {
  width: calc(50% - 12px);
}

#nisa #flow .flow-item:nth-of-type(3) {
  width: 100%;
  margin: 24px 0;
  text-align: center;
}

#nisa #flow .flow-item:nth-of-type(4) {
  width: 100%;
}

#nisa #flow .flow-item figure {
  text-align: center;
}

#nisa #flow .flow-item:nth-of-type(1) img {
  max-width: 145px;
}

#nisa #flow .flow-item:nth-of-type(2) img {
  max-width: 190px;
}

#nisa #flow .flow-item:nth-of-type(3) img {
  width: 48px;
}

#nisa #flow .flow-item:nth-of-type(4) img {
  max-width: 133px;
}

#nisa #flow .flow-box {
  padding: 50px 25px 25px;
}

#nisa #flow .flow-item:nth-of-type(1) .flow-box,
#nisa #flow .flow-item:nth-of-type(2) .flow-box {
  height: 272px;
}

#nisa #flow .flow-item:nth-of-type(1) .flow-box {
  padding: 50px 15px 25px;
}

#nisa #flow .flow-item:nth-of-type(1) .flow-txt {
  margin-top: 40px;
}

#nisa #flow .flow-item:nth-of-type(2) .flow-box {
  padding: 35px 25px 25px;
}

#nisa #flow .flow-item:nth-of-type(4) .flow-box {
  padding: 30px 25px 15px;
}

#nisa #flow .flow-item .label-bd-wh {
  bottom: -16px;
}

#nisa #flow article {
  margin: 20px 0 0;
}

#nisa #flow .flow-txt {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#nisa #flow .btn-link {
  max-width: 430px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  #nisa #flow {
    padding: 40px 0;
  }

  #nisa #flow .btn-link {
    margin: 30px auto 0;
  }

  #nisa #flow .btn-link a {
    height: 84px;
    padding: 12px 0;
    line-height: 28px;
  }

  #nisa #flow .flow-item:nth-of-type(1),
  #nisa #flow .flow-item:nth-of-type(2) {
    width: 100%;
  }

  #nisa #flow .flow-item {
    position: relative;
    margin-top: 26px;
  }

  #nisa #flow .flow-item:nth-of-type(2) {
    margin-top: 10px;
  }

  #nisa #flow .flow-item:nth-of-type(1) {
    margin-top: 0;
  }

  #nisa #flow .flow-item1::before,
  #nisa #flow .flow-item2::before {
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    width: 24px;
    height: 16px;
    margin: auto;
    content: "";
    background: url(../img/arrow_bottom.png);
    background-size: cover;
  }
}

/* ---------- ● about-point ---------- */

#nisa #about-point .sec-lead {
  margin-top: 24px;
  text-align: center;
}

#nisa #about-point .procedure-box {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

#nisa #about-point .procedure-box img {
  max-width: 170px;
  margin-right: 40px;
}

#nisa #about-point .procedure-box li {
  font-size: 16px;
  font-weight: 700;
}

@media all and (min-width: 768px) {
  #nisa #about-point {
    padding: 55px 0 60px;
  }

  #nisa #about-point .procedure {
    margin: 55px auto 0;
  }
}

@media screen and (max-width: 767px) {
  #nisa #about-point {
    padding: 36px 0 40px;
  }

  #nisa #about-point .procedure {
    margin: 15px auto 0;
  }

  #nisa #about-point .procedure-box {
    display: block;
  }

  #nisa #about-point .procedure-box img {
    display: block;
    margin: 40px auto 0;
  }
}

/* ---------- ● account ---------- */

#nisa .support {
  background: #fff;
}

.kv + .btn-area > .campaign-banner {
  width: 550px;
  margin: 0 auto 50px;
}

@media screen and (min-width: 768px) {
  .kv + .btn-area > .campaign-banner a img {
    transition: opacity 0.3s;
  }

  .kv + .btn-area > .campaign-banner a:hover img {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .kv + .btn-area > .campaign-banner {
    width: initial;
    max-width: 280px;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 768px) {
  section#explanation {
    padding-top: 0;
  }

  section#explanation.layout-mb-40 {
    padding-top: 40px !important;
  }

  .item-container {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .item-container .item-left {
    width: 46%;
  }

  .item-container .item-right {
    display: block;
    width: 30%;
    text-align: center;
  }

  .item-container .item-right img {
    width: 120px;
  }

  .arrow_box {
    position: relative;
    width: 100%;
    height: fit-content;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #203d95;
    text-align: left;
    background: #e8e8e8;
    border-radius: 15px;
    border-radius: 15px;
    border-radius: 15px;
  }

  .arrow_box::after {
    position: absolute;
    top: 33%;
    left: 100%;
    width: 0;
    height: 0;
    margin-top: -11px;
    pointer-events: none;
    content: "";
    border: solid transparent;
    border-color: rgb(232 232 232 / 0%);
    border-top-width: 11px;
    border-right-width: 56px;
    border-bottom-width: 11px;
    border-left-color: #e8e8e8;
    border-left-width: 56px;
  }

  .txt-title {
    text-align: center;
  }

  .txt-title p {
    font-size: 20px;
    font-weight: bold;
  }

  .txt-title p span {
    margin-left: 5px;
    font-size: 14px;
  }

  .txt-title-small {
    text-align: center;
  }

  .txt-title-small p {
    font-size: 16px;
    font-weight: bold;
  }

  .txt-title-small p span {
    margin-left: 5px;
    font-size: 14px;
  }

  .txt-mark {
    font-weight: bold;
    color: red;
  }

  .mb24 {
    margin-bottom: 24px;
  }

  .link-style {
    text-align: right;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  section#explanation {
    padding-top: 0;
  }

  section#explanation.layout-mb-40 {
    padding-top: 40px !important;
  }

  .item-container {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .item-container .item-left {
    margin-right: 60px;
  }

  .item-container .item-right {
    display: flex;
    align-items: center;
  }

  /* .item-container .item-right img{
    width: 120px;
  } */

  .arrow_box {
    position: relative;
    width: 100%;
    height: fit-content;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #203d95;
    text-align: left;
    background: #e8e8e8;
    border-radius: 15px;
    border-radius: 15px;
    border-radius: 15px;
  }

  .arrow_box::after {
    position: absolute;
    top: 33%;
    left: 100%;
    width: 0;
    height: 0;
    margin-top: -11px;
    pointer-events: none;
    content: "";
    border: solid transparent;
    border-color: rgb(232 232 232 / 0%);
    border-top-width: 11px;
    border-right-width: 56px;
    border-bottom-width: 11px;
    border-left-color: #e8e8e8;
    border-left-width: 56px;
  }

  .txt-title {
    text-align: center;
  }

  .txt-title p {
    font-size: 20px;
    font-weight: bold;
  }

  .txt-title p span {
    margin-left: 5px;
    font-size: 14px;
  }

  .txt-title-small {
    text-align: center;
  }

  .txt-title-small p {
    font-size: 16px;
    font-weight: bold;
  }

  .txt-title-small p span {
    margin-left: 5px;
    font-size: 14px;
  }

  .txt-mark {
    font-weight: bold;
    color: red;
  }

  .mb24 {
    margin-bottom: 24px;
  }

  .link-style {
    text-align: right;
    text-decoration: underline;
  }
}

/* cp-banner layou */
@media screen and (min-width: 768px) {
  .cp-gal-banner-container .cp-banner-inner p.cp_title br.line_sp {
    display: none;
  }

  .cp-gal-banner-container {
    display: block;
    padding-top: 0;
    padding-bottom: 60px;
    margin: 0 auto;
    text-align: center;
  }

  .cp-gal-banner-container .cp-banner-inner a img {
    width: 670px;
    height: auto;
  }

  .cp-gal-banner-container .cp-banner-inner a {
    color: #203d95;
    text-decoration: underline;
  }

  .cp-gal-banner-container .cp-banner-inner a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title {
    position: relative;
    width: fit-content;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title::before,
  .cp-gal-banner-container .cp-banner-inner p.cp_title::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: "";
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title::before {
    left: 0;
    border-left: solid 3px;
    transform: rotate(-30deg);
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title::after {
    right: 0;
    border-right: solid 3px;
    transform: rotate(30deg);
  }
}

@media screen and (max-width: 767px) {
  .cp-gal-banner-container .cp-banner-inner p.cp_title br.line_sp {
    display: none;
  }

  .cp-gal-banner-container {
    display: block;
    padding: 0 14px;
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
  }

  .cp-gal-banner-container.pb-40 {
    padding-bottom: 40px;
  }

  .cp-gal-banner-container .cp-banner-inner a img {
    width: 100%;
    height: auto;
  }

  .cp-gal-banner-container .cp-banner-inner a {
    color: #203d95;
    text-decoration: underline;
  }

  .cp-gal-banner-container .cp-banner-inner a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title {
    position: relative;
    width: fit-content;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title::before,
  .cp-gal-banner-container .cp-banner-inner p.cp_title::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: "";
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title::before {
    left: 0;
    border-left: solid 3px;
    transform: rotate(-30deg);
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title::after {
    right: 0;
    border-right: solid 3px;
    transform: rotate(30deg);
  }
}

@media screen and (max-width: 540px) {
  .cp-gal-banner-container .cp-banner-inner p.cp_title br.line_sp {
    display: block;
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title {
    position: relative;
    width: fit-content;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title::before,
  .cp-gal-banner-container .cp-banner-inner p.cp_title::after {
    position: absolute;
    top: 0.8rem;
    height: 3.8rem;
    content: "";
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title::before {
    left: -14px;
    border-left: solid 3px;
    transform: rotate(-30deg);
  }

  .cp-gal-banner-container .cp-banner-inner p.cp_title::after {
    right: -14px;
    border-right: solid 3px;
    transform: rotate(30deg);
  }
}

/* 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;
  }
}

@media screen and (max-width: 767px) {
  .more-service-bnr {
    margin-top: 0;
    margin-bottom: 56px;
  }

  #finance-link {
    margin-bottom: 40px;
  }
}

.speech-bubble {
  margin: 0 0 20px;
  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;
  margin: 0;
  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%);
}

#nisa .speech-bubble .speech-bubble__text p {
  margin: 0;
}

.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%);
}
