@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%;
  }

  .label {
    position: relative;
    z-index: 20;
    display: inline-block;
    width: 84px;
    margin: auto;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border-radius: 12px;
  }

  /* contents
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  section {
    padding: 40px 0;
  }

  .sec-header h2 {
    font-size: 25px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .inner-header h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .sec-header + article {
    margin: 40px 0 0;
  }

  .qa-box {
    margin: 40px 0 0;
  }

  .qa-box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
  }

  .qa-box h3 i {
    position: relative;
    display: inline-block;
    max-width: calc(100% - 110px);
    padding: 0 0 0 1em;
    text-indent: -1em;
  }

  .qa-box h3 i em {
    position: relative;
    left: -2px;
    font-weight: bold;
  }

  .qa-box h3 span {
    display: inline-block;
    width: 100px;
    margin: 0 0 0 10px;
  }

  .qa-answer {
    padding: 30px 50px;
    margin: 20px 0 0;
  }

  .qa-answer .qa-answer-txt p,
  .qa-answer .qa-answer-txt em {
    font-weight: bold;
    color: #203d95;
  }

  .qa-answer-txt-inner {
    position: relative;
    display: inline-block;
    padding: 0 0 0 1em;
  }

  .qa-answer-txt-inner p {
    text-align: left;
  }

  .qa-answer .qa-answer-txt em {
    position: absolute;
    top: 0;
    left: -2px;
    font-weight: bold;
  }

  .qa-answer .qa-answer-txt + figure {
    width: 325px;
    margin: 40px auto 0;
  }

  .qa-answer .qa-fig-list {
    margin: 40px auto 0;
  }

  .qa-item + .qa-item {
    margin-top: 40px;
  }

  .qa-answer-txt {
    text-align: center;
  }

  .qa-comment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
  }

  .qa-comment figure {
    width: 80px;
  }

  .qa-comment p {
    position: relative;
    width: 216px;
    padding: 10px;
    margin: 0 0 0 20px;
    font-size: 12px;
    border: 1px solid #eee;
  }

  .qa-comment p::before {
    position: absolute;
    top: 50%;
    left: -10px;
    display: block;
    width: 10px;
    height: 12px;
    margin: -6px 0 0;
    content: "";
    background: url(../img/arrow_bal.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .qa-fig-list {
    display: flex;
    justify-content: center;
  }

  .qa-fig-list figure {
    max-width: 155px;
  }

  .qa-fig-list figure + figure {
    margin-left: 10px;
  }

  .qa-fig-list figcaption {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }

  /* about
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #about {
    background: #f5f5f5;
  }

  .creal-header {
    text-align: center;
  }

  .creal-header h2 {
    font-size: 25px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .creal-title {
    padding: 40px 0;
  }

  .creal-title p {
    margin-top: 20px;
  }

  /* merit
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .merit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
  }

  .merit-list .merit-item {
    display: flex;
    flex-direction: column;
    width: calc(99.999% / 3);
    padding: 0 12px;
  }

  .merit-list .merit-item:nth-child(n + 4) {
    margin-top: 24px;
  }

  .merit-list figure {
    max-width: 240px;
    margin: auto;
  }

  .merit-box {
    flex-grow: 1;
    padding: 30px 10px;
    margin: -15px 0 0;
  }

  .merit-box .merit-txt {
    margin: 15px 0 0;
  }

  .merit-box p {
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .merit-box p.note {
    font-size: 10px;
    font-weight: normal;
    color: #878787;
  }

  /* step
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #step {
    background: #f5f5f5;
  }

  .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-list .step-item:nth-child(n + 4) {
    margin-top: 24px;
  }

  .step-list figure {
    display: flex;
    align-items: center;
    width: 71px;
    height: 100px;
    margin: auto;
  }

  .step-box {
    flex-grow: 1;
    padding: 45px 40px;
    margin: -15px 0 0;
  }

  .step-box .step-txt {
    margin: 15px 0 0;
  }

  .step-box dl {
    text-align: center;
  }

  .step-box dl dt {
    font-weight: bold;
  }

  .identification {
    padding: 30px 0 0;
    margin: 60px 0 0;
    border-top: 1px solid #dadada;
  }

  .identification-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px -12px 0;
  }

  .identification-list .identification-item {
    width: 50%;
    padding: 0 12px;
  }

  .identification-list .identification-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 40px;
  }

  .identification-list .identification-item h4 {
    font-size: 18px;
    text-align: center;
  }

  .identification-list figure {
    width: 80px;
    margin: 10px auto 0;
  }

  .identification-box-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .identification-list .identification-txt {
    display: flex;
    flex-grow: 1;
    align-items: center;
    margin: 10px auto 0;
  }

  .identification-list .identification-txt p {
    font-size: 14px;
  }

  .identification .btn-link-h {
    width: 430px;
    margin: 30px auto 0;
  }

  .identification .note {
    width: 500px;
    margin: 30px auto 0;
  }

  /* faq
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .faq-detail .lead {
    font-weight: bold;
    color: #203d95;
  }

  .faq-item + .faq-item {
    margin-top: 40px;
  }

  .faq-item1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px -12px 0;
  }

  .faq-item1 li {
    display: flex;
    flex-direction: column;
    width: calc(99.999% / 3);
    padding: 0 12px;
  }

  .faq-item1 li > span {
    position: relative;
    z-index: 20;
    display: block;
    width: 84px;
    margin: auto;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border-radius: 12px;
  }

  .faq-item1 .item-box {
    z-index: 10;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: -12px 0 0;
  }

  .faq-item1 .item-box-txt {
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-item1 li:last-child .item-box-txt p:nth-child(1) span {
    margin: 0 5px;
    font-size: 12px;
  }

  .faq-item1 li:last-child .item-box-txt p:nth-child(2) span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
  }

  .faq-item1 li:last-child .item-box-txt p:nth-child(2) span::before,
  .faq-item1 li:last-child .item-box-txt p:nth-child(2) span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    content: "";
    background: #203d95;
  }

  .faq-item1 li:last-child .item-box-txt p:nth-child(2) span::after {
    transform: rotate(90deg);
  }

  .faq-item1 .box-gr {
    padding: 15px;
    margin: 15px 0 0;
  }

  .faq-item1 .p-1 {
    font-weight: bold;
    color: #203d95;
  }

  .faq-item1 .p-2 {
    margin: 30px 0 0;
    text-align: center;
  }

  .faq-item1 .p-3 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }

  .faq-item1 .p-3 .label {
    margin: 5px 5px 5px 0;
  }

  .faq-item1 .p-4 {
    position: relative;
    padding: 10px 0 0;
    margin: 10px 0 0;
    text-align: center;
  }

  .faq-item1 .p-4::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    border-top: 1px dotted #dadada;
  }

  .faq-item1 .p-4 .marker {
    color: #203d95;
  }

  .faq-item1 .p-5 {
    margin: 10px 0 0;
  }

  .faq-item1 .p-6 {
    margin: 10px 0 0;
    font-size: 12px;
  }

  .faq-item1 .p-7 {
    margin: 10px 0 0;
    font-size: 12px;
  }

  .faq-item2 .box-gr {
    padding: 15px 20px;
    margin: 15px 0 0;
  }

  .faq-item2 .p-1 {
    font-weight: bold;
    color: #203d95;
  }

  .faq-item2 .p-2 {
    margin: 15px 0 0;
  }

  .faq-item2 .p-3 {
    margin: 3px 0 0;
  }

  .faq-item2 .p-4 {
    margin: 3px 0 0;
  }

  .faq-item2 .p-5 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }

  .faq-item2 .p-6 {
    margin: 6px 0 0;
    font-size: 12px;
    text-align: center;
  }

  .faq-item2 .p-6 .marker {
    text-decoration: underline;
  }

  .faq-item2 .p-7 {
    margin: 6px 0 0;
    line-height: 1.5;
  }

  .faq-item2 .p-8 {
    margin: 20px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  /* account
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #account {
    background: #f5f5f5;
  }

  #account article > p {
    text-align: center;
  }

  .account-detail {
    margin: 10px 0 0;
    text-align: center;
  }

  .account-detail-inner {
    display: inline-block;
  }

  .account-detail-inner li {
    font-size: 12px;
    text-align: left;
  }

  .account-detail-inner .note {
    margin: 10px 0 0;
    text-align: left;
  }

  /* btn-area-btm
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .btn-area-btm {
    width: 430px;
    margin: 40px auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .merit-list {
    margin: 0 -6px;
  }

  .merit-list .merit-item {
    padding: 0 6px;
  }

  .step-list {
    margin: 0 -6px;
  }

  .step-list .step-item {
    padding: 0 6px;
  }

  .step-box {
    padding: 45px 20px;
  }

  .identification-list {
    margin: 30px -6px 0;
  }

  .identification-list .identification-item {
    padding: 0 6px;
  }

  .identification-list .identification-box {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    background: #e8eef2;
  }

  .kv figure {
    width: 100%;
    max-width: 1366px;
    margin: auto;
  }

  .kv figure img {
    max-width: 100%;
  }

  .label {
    position: relative;
    z-index: 20;
    display: inline-block;
    width: 84px;
    margin: auto;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border-radius: 12px;
  }

  /* contents
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  section {
    padding: 40px 0;
  }

  .sec-header h2 {
    font-size: 20px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .inner-header h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .sec-header + article {
    margin: 40px 0 0;
  }

  .qa-box {
    margin: 40px 0 0;
  }

  .qa-box h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
  }

  .qa-box h3 i {
    position: relative;
    display: inline-block;
    max-width: calc(100% - 90px);
    padding: 0 0 0 1em;
    text-indent: -1em;
  }

  .qa-box h3 i em {
    position: relative;
    left: -2px;
    font-weight: bold;
  }

  .qa-box h3 span {
    display: inline-block;
    width: 80px;
    margin: 0 0 0 10px;
  }

  .qa-answer {
    padding: 16px 20px;
    margin: 10px 0 0;
  }

  .qa-answer .qa-answer-txt p,
  .qa-answer .qa-answer-txt em {
    font-weight: bold;
    color: #203d95;
  }

  .qa-answer-txt-inner {
    position: relative;
    display: inline-block;
    padding: 0 0 0 1em;
  }

  .qa-answer-txt-inner p {
    text-align: left;
  }

  .qa-answer-txt-inner p + p {
    margin-top: 10px;
  }

  .qa-answer .qa-answer-txt em {
    position: absolute;
    top: 0;
    left: -2px;
    font-weight: bold;
  }

  .qa-answer .qa-answer-txt + figure {
    max-width: 325px;
    margin: 20px auto 0;
  }

  .qa-answer .qa-fig-list {
    max-width: 325px;
    margin: 20px auto 0;
  }

  .qa-item + .qa-item {
    margin-top: 40px;
  }

  .qa-answer-txt {
    text-align: center;
  }

  .qa-comment {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
  }

  .qa-comment figure {
    width: 80px;
  }

  .qa-comment p {
    position: relative;
    width: calc(100% - 100px);
    padding: 10px;
    margin: 0 0 0 20px;
    font-size: 12px;
    border: 1px solid #eee;
  }

  .qa-comment p::before {
    position: absolute;
    top: 50%;
    left: -10px;
    display: block;
    width: 10px;
    height: 12px;
    margin: -6px 0 0;
    content: "";
    background: url(../img/arrow_bal.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .qa-fig-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -3px;
  }

  .qa-fig-list figure {
    width: 50%;
    padding: 0 3px;
  }

  .qa-fig-list figure:nth-child(n + 3) {
    margin-top: 10px;
  }

  .qa-fig-list figcaption {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }

  /* about
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #about {
    background: #f5f5f5;
  }

  .creal-header {
    text-align: center;
  }

  .creal-header h2 {
    font-size: 20px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .creal-title {
    padding: 40px 0;
  }

  .creal-title p {
    margin-top: 20px;
  }

  /* merit
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .merit-list .merit-item {
    display: flex;
    flex-direction: column;
  }

  .merit-list .merit-item + .merit-item {
    margin-top: 25px;
  }

  .merit-list figure {
    width: 240px;
    margin: auto;
  }

  .merit-box {
    padding: 30px 0;
    margin: -15px 0 0;
  }

  .merit-box .merit-txt {
    margin: 15px 0 0;
  }

  .merit-box p {
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .merit-box p.note {
    font-size: 10px;
    font-weight: normal;
    color: #878787;
  }

  /* step
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #step {
    background: #f5f5f5;
  }

  .step-list {
    display: flex;
    flex-direction: column;
  }

  .step-list .step-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .step-list .step-item:nth-child(1)::after,
  .step-list .step-item:nth-child(2)::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin: 0 0 0 -12px;
    content: "";
    border-color: #d1d1d1 transparent transparent;
    border-style: solid;
    border-width: 16px 12px 0;
  }

  .step-list .step-item + .step-item {
    margin-top: 25px;
  }

  .step-list figure {
    width: 70px;
    text-align: center;
  }

  .step-list .step-item:nth-child(1) figure img {
    width: 70px;
    height: auto;
  }

  .step-list .step-item:nth-child(2) figure img {
    width: 53px;
    height: auto;
  }

  .step-list .step-item:nth-child(3) figure img {
    width: 69px;
    height: auto;
  }

  .step-box {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    padding: 30px 20px 20px;
    margin: -15px 0 0;
  }

  .step-box .step-txt {
    width: calc(100% - 100px);
  }

  .step-box dl dt {
    font-size: 16px;
    font-weight: bold;
  }

  .identification {
    padding: 30px 0 0;
    margin: 60px 0 0;
    border-top: 1px solid #dadada;
  }

  .identification-list {
    margin: 30px 0 0;
  }

  .identification-list .identification-item + .identification-item {
    margin-top: 15px;
  }

  .identification-list .identification-box {
    padding: 20px;
  }

  .identification-list .identification-item h4 {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }

  .identification-list .identification-box-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 30px 0 0;
  }

  .identification-list figure {
    width: 80px;
  }

  .identification-list .identification-txt {
    align-items: center;
    width: calc(100% - 100px);
  }

  .identification-list .identification-txt p {
    font-size: 14px;
  }

  .identification .btn-link-h {
    width: 100%;
    margin: 40px auto 0;
  }

  .identification .note {
    margin: 40px auto 0;
  }

  /* faq
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .faq-detail .lead {
    font-weight: bold;
    color: #203d95;
  }

  .faq-item + .faq-item {
    margin-top: 40px;
  }

  .faq-item1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px -1px 0;
  }

  .faq-item1 li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 1px;
  }

  .faq-item1 li:nth-child(1),
  .faq-item1 li:nth-child(2) {
    width: 50%;
  }

  .faq-item1 li:nth-child(3) {
    width: 100%;
    margin-top: 5px;
  }

  .faq-item1 li > span {
    position: relative;
    z-index: 20;
    display: block;
    width: 84px;
    margin: auto;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border-radius: 12px;
  }

  .faq-item1 .item-box {
    z-index: 10;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 10px;
    margin: -12px 0 0;
  }

  .faq-item1 .item-box-txt {
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    text-align: center;
  }

  .faq-item1 li:last-child .item-box-txt p:nth-child(1) span {
    margin: 0 5px;
    font-size: 12px;
  }

  .faq-item1 li:last-child .item-box-txt p:nth-child(2) span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
  }

  .faq-item1 li:last-child .item-box-txt p:nth-child(2) span::before,
  .faq-item1 li:last-child .item-box-txt p:nth-child(2) span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    content: "";
    background: #203d95;
  }

  .faq-item1 li:last-child .item-box-txt p:nth-child(2) span::after {
    transform: rotate(90deg);
  }

  .faq-item1 .box-gr {
    padding: 15px;
    margin: 15px 0 0;
  }

  .faq-item1 .p-1 {
    margin: 15px 0 0;
    font-weight: bold;
    color: #203d95;
  }

  .faq-item1 .p-2 {
    margin: 15px 0 0;
  }

  .faq-item1 .p-3 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }

  .faq-item1 .p-3 .label {
    margin: 5px 5px 5px 0;
  }

  .faq-item1 .p-4 {
    position: relative;
    padding: 10px 0 0;
    margin: 10px 0 0;
    text-align: center;
  }

  .faq-item1 .p-4::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    border-top: 1px dotted #dadada;
  }

  .faq-item1 .p-4 .marker {
    color: #203d95;
  }

  .faq-item1 .p-4 .note {
    display: inline-block;
    text-align: left;
  }

  .faq-item1 .p-5 {
    margin: 10px 0 0;
  }

  .faq-item1 .p-6 {
    margin: 10px 0 0;
    font-size: 12px;
  }

  .faq-item1 .p-7 {
    margin: 10px 0 0;
    font-size: 12px;
  }

  .faq-item2 .box-gr {
    padding: 15px 20px;
    margin: 15px 0 0;
  }

  .faq-item2 .p-1 {
    margin: 15px 0 0;
    font-weight: bold;
    color: #203d95;
  }

  .faq-item2 .p-2 {
    margin: 15px 0 0;
  }

  .faq-item2 .p-3 {
    margin: 3px 0 0;
  }

  .faq-item2 .p-4 {
    margin: 3px 0 0;
  }

  .faq-item2 .p-5 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }

  .faq-item2 .p-6 {
    margin: 6px 0 0;
    font-size: 12px;
    text-align: center;
  }

  .faq-item2 .p-6 .marker {
    text-decoration: underline;
  }

  .faq-item2 .p-7 {
    margin: 6px 0 0;
    line-height: 1.5;
  }

  .faq-item2 .p-8 {
    margin: 20px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #203d95;
  }

  /* account
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #account {
    background: #f5f5f5;
  }

  #account article > p {
    text-align: center;
  }

  .account-detail {
    margin: 10px 0 0;
    text-align: center;
  }

  .account-detail-inner {
    display: inline-block;
  }

  .account-detail-inner li {
    padding-left: 1em;
    font-size: 12px;
    text-align: left;
    text-indent: -1em;
  }

  .account-detail-inner .note {
    margin: 10px 0 0;
    text-align: left;
  }

  /* btn-area-btm
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .btn-area-btm {
    margin: 40px 14px;
  }
}

@media screen and (max-width: 374px) {
  body {
    font-size: 12px;
  }

  .sec-header h3 {
    font-size: 18px;
    font-weight: bold;
  }

  .btn-use a span {
    left: 10px;
    width: 45px;
    height: 45px;
  }
}

/* Service banner area */
.sba-multiple .mrn12,
.sba-multiple .mxn12 {
  margin-right: -12px !important;
}

.sba-multiple .mln12,
.sba-multiple .mxn12 {
  margin-left: -12px !important;
}

.sba-multiple .mb20,
.sba-multiple .my20 {
  margin-bottom: 20px !important;
}

.sba-multiple .pr12,
.sba-multiple .px12 {
  padding-right: 12px !important;
}

.sba-multiple .pl12,
.sba-multiple .px12 {
  padding-left: 12px !important;
}

.sba-multiple .text-label_base {
  color: #333 !important;
}

.sba-multiple .block {
  display: block !important;
}

.sba-multiple .rounded-5 {
  border-radius: 5px !important;
}

.sba-multiple .bg-white {
  background-color: #fff !important;
}

.sba-multiple .mb100,
.sba-multiple .my100 {
  margin-bottom: 100px !important;
}

.sba-multiple .mb36,
.sba-multiple .my36 {
  margin-bottom: 36px !important;
}

.sba-multiple .text-primary {
  color: #203d95 !important;
}

.sba-multiple .fs17,
.sba-multiple .fz17 {
  font-size: 17px !important;
}

.sba-multiple .fs14,
.sba-multiple .fz14 {
  font-size: 14px !important;
}

.sba-multiple .fs10,
.sba-multiple .fz10 {
  font-size: 10px !important;
}

.sba-multiple .pt8,
.sba-multiple .py8 {
  padding-top: 8px !important;
}

.sba-multiple .pt6,
.sba-multiple .py6 {
  padding-top: 6px !important;
}

.sba-multiple .fs10,
.sba-multiple .fz10 {
  font-size: 10px !important;
}

.sba-multiple .pl6,
.sba-multiple .px6 {
  padding-left: 6px !important;
}

.sba-multiple .col4 {
  width: 33.33333333%;
}

.sba-multiple {
  font-family: "Helvetica Neue", Arial, "Yu Gothic 游ゴシックYuGothic" Medium, YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.sba-multiple .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: initial;
}

.sba-multiple .row div a {
  padding: 20px 8px 20px 15px !important;
}

@media only screen and (min-width: 1040px) {
  .sba-multiple .l-hide,
  .sba-multiple .m-show,
  .sba-multiple .s-show {
    display: none !important;
  }

  .sba-multiple [class*=" hover-"] {
    transition: 128ms;
  }

  .sba-multiple .hover-trigger:hover.hover-opacity-70,
  .sba-multiple .hover-trigger:hover .hover-opacity-70 {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1039px) {
  .sba-multiple .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .sba-multiple [class^="hover-"],
  .sba-multiple [class*=" hover-"] {
    transition: 128ms;
  }
}

.sba-multiple .box-shadow {
  box-shadow: 0 0 3px rgb(0 0 0 / 30.2%);
}

.sba-multiple .s-full {
  width: 100%;
  height: 100%;
}

.sba-multiple .fc {
  justify-content: center;
}

.sba-multiple .f {
  display: flex;
}

.sba-multiple .flex-fixed {
  flex-grow: 0;
  flex-shrink: 0;
}

.sba-multiple .container {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.sba-multiple .max-width-960 {
  max-width: 960px;
}

.sba-multiple .text-center {
  text-align: center;
}

.sba-multiple .fbw {
  justify-content: space-between;
}

.sba-multiple .fm {
  align-items: center;
}

.sba-multiple .w-full {
  width: 100%;
}

.sba-multiple .w70 {
  width: 70px;
}

.sba-multiple .fl {
  justify-content: flex-start;
}

.icon-arrow_right::before {
  content: "\f101";
}

.sba-multiple .object-fit-contain {
  object-fit: contain;
}

.sba-multiple .word-break-all {
  word-break: break-all;
}

.sba-multiple .lh15 {
  line-height: 1.5;
}

.sba-multiple .bold {
  font-weight: 700;
}

.sba-multiple .letter-spacing-0_05em {
  letter-spacing: 0.05em;
}

.sba-multiple .lh16 {
  line-height: 1.6;
}

.sba-multiple .ts-xxl {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sba-multiple .s-mb60 {
    margin-bottom: 60px !important;
  }

  .sba-multiple .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .sba-multiple .s-ts-m {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }

  .sba-multiple .s-mx0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .sba-multiple .s-mb0 {
    margin-bottom: 0 !important;
  }

  .sba-multiple .s-px0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .sba-multiple .s-pt16 {
    padding-top: 16px !important;
  }

  .sba-multiple .s-pb20 {
    padding-bottom: 20px !important;
  }

  .sba-multiple .s-col12 {
    width: 100%;
  }

  .sba-multiple .s-fs12 {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 768px) {
  .more-service-bnr {
    margin-top: 0;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .more-service-bnr {
    margin-top: 0;
    margin-bottom: 56px;
  }
}
