@charset "EUC-JP";

/* CSS Document */

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style-type: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.cf::after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}

i {
  font-style: normal;
}

#wrap {
  width: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

#finance {
  margin-bottom: 100px;
}

strong {
  font-weight: bold;
}

.st_un {
  font-weight: bold;
  text-decoration: underline;
}

strong.marker {
  position: relative;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%) 70%, #fff200 70%, #fff200 100%);
}

strong.marker i {
  position: relative;
  z-index: 20;
}

#finance .note {
  font-size: 10px;
  color: #878787;
}

.sec-bg-gr {
  background: #f5f5f5;
}

/* コンテンツ幅
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1040px) {
  .inner {
    max-width: 1040px;
    padding: 0 40px;
  }

  .card-list-box {
    width: 960px;
    transform-origin: top left;
  }

  .popup-box {
    margin: 0 40px;
  }

  .kv-inner {
    padding: 0 40px;
  }

  .ignore-kv {
    display: none;
  }
}

@media screen and (min-width: 900px) and (max-width: 1039px) {
  .ignore-kv {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .inner {
    max-width: 1039px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .inner {
    padding: 0 14px;
  }
}

/* コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (min-width: 768px) {
  .ignore-pc {
    display: none;
  }

  body {
    font-size: 14px;
  }

  /* box
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .bd-box-wh {
    background: #fff;
    border: 3px solid #dadada;
    border-radius: 6px;
  }

  .bd-box-wh-s {
    background: #fff;
    border: 3px solid #dadada;
    border-radius: 6px;
  }

  .bd-box-gr {
    background: #f5f5f5;
    border: 3px solid #dadada;
    border-radius: 6px;
  }

  .bd-box-gr-s {
    background: #f5f5f5;
    border: 3px solid #dadada;
    border-radius: 6px;
  }

  .bd-box-bl {
    background: #fff;
    border: 3px solid #203d95;
    border-radius: 6px;
  }

  .box-wh {
    background: #fff;
    border-radius: 6px;
  }

  .box-gr {
    background: #f5f5f5;
    border-radius: 6px;
  }

  .box-wh-sq {
    background: #fff;
  }

  .box-gr-sq {
    background: #f5f5f5;
  }

  /* btn-area-top
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .btn-area-top {
    padding: 50px 0;
  }

  .btn-area-top .btn-link {
    width: 430px;
    margin: auto;
  }

  .btn-area-fix {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #d1d1d1;
    transition: transform 400ms ease;
    transform: translateY(100%);
  }

  .btn-area-fix .btn-link {
    width: 430px;
    margin: auto;
  }

  .btn-area-fix.on {
    transform: translateY(0);
  }

  /* section
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  section {
    padding: 40px 0;
  }

  section.pt-0 {
    padding: 0 0 40px;
  }

  #maneko-maneo {
    padding: 40px 0 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;
  }

  /* faq
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .faq-list {
    max-width: 764px;
    margin: auto;
  }

  .faq-list a.pd {
    position: relative;
    display: block;
    padding: 10px 18px;
    font-weight: bold;
    background: #f5f5f5;
  }

  .faq-list a.pd:hover {
    opacity: 0.6;
    transition: opacity 400ms ease;
  }

  .mode-touchdevice .faq-list a.pd:hover {
    opacity: 1;
  }

  .faq-list a.pd div {
    position: relative;
    padding: 0 0 0 30px;
  }

  .faq-list a.pd em {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    transform: translateY(-50%);
  }

  .faq-list a.pd span {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: #203d95;
    border: 1px solid #203d95;
    border-radius: 8px;
  }

  .faq-list a.pd span::before,
  .faq-list a.pd span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    content: "";
    background: #fff;
  }

  .faq-list a.pd span::after {
    transition: transform 400ms ease;
    transform: rotate(90deg);
  }

  .faq-list a.pd.click span::after {
    transform: rotate(0);
  }

  .faq-detail {
    display: none;
    padding: 18px 18px 30px;
    border-top: 3px solid #dadada;
  }

  .faq-detail p a {
    text-decoration: underline;
  }

  .faq-answer-obj {
    display: block;
    width: 157px;
    height: 80px;
    margin: auto;
  }

  .faq-answer-obj1 {
    background: url(../img/obj_answer1.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .faq-answer-obj2 {
    background: url(../img/obj_answer2.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .faq-item + .faq-item {
    margin-top: 40px;
  }

  /* more-service
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .more-service-list-wrap {
    max-width: 764px;
    margin: auto;
  }

  #more-service .more-service-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  #more-service .more-service-item {
    width: 50%;
    padding: 0 12px;
  }

  #more-service .more-service-item:nth-child(n + 3) {
    margin: 24px auto 0;
  }

  #more-service .more-service-box {
    height: 100%;
  }

  .box-shadow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 26px 50px 26px 30px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
  }

  #more-service .box-shadow 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%;
  }

  #more-service .more-service-box a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .mode-touchdevice #more-service .more-service-box a:hover {
    opacity: 1;
  }

  #more-service .more-service-box figure {
    width: 55px;
  }

  #more-service .more-service-box dl {
    width: calc(100% - 75px);
  }

  #more-service .more-service-box dl dt {
    font-size: 16px;
    font-weight: bold;
  }

  #more-service .more-service-box dl dt span {
    display: block;
    padding: 0 0 5px;
    font-size: 9px;
  }

  .more-service-bnr {
    max-width: 468px;
    margin: 40px auto 0;
  }

  .more-service-bnr a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .mode-touchdevice .more-service-bnr a:hover {
    opacity: 1;
  }

  /* maneko-maneo
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .credit-header {
    color: #203d95;
    text-align: center;
  }

  .credit-header h2 {
    margin-top: 24px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
  }

  .credit-header span br {
    display: none;
  }

  .credit-header span {
    display: block;
    font-size: 22px;
    line-height: 1;
  }

  .credit-entry-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -12px 0;
  }

  .credit-entry-list .credit-entry-item {
    width: calc(99.999% / 3);
    padding: 0 12px;
  }

  .credit-entry-list .credit-entry-item:nth-child(n + 4) .credit-entry-box {
    padding-top: 40px;
  }

  .credit-entry-list-wrap2 {
    max-width: 632px;
    margin: auto;
  }

  .credit-entry-list-wrap2 .credit-entry-list .credit-entry-item {
    width: 50%;
    padding: 0 12px;
  }

  .credit-entry-list-wrap2 .credit-entry-list .credit-entry-item:nth-child(n + 3) .credit-entry-box {
    padding-top: 40px;
  }

  .credit-entry-box {
    height: 100%;
    padding: 0 0 40px;
    border-bottom: 1px dotted #d1d1d1;
  }

  .credit-entry-box a {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    border-radius: 10px;
  }

  .credit-entry-list .credit-entry-item figure {
    width: 100px;
  }

  .credit-entry-list .credit-entry-item p {
    width: calc(100% - 114px);
    font-size: 16px;
    font-weight: bold;
  }

  #maneko-maneo .btn-link {
    width: 430px;
    margin: 45px auto 0;
  }

  .credit-entry-list a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .mode-touchdevice .credit-entry-list a:hover {
    opacity: 1;
  }

  /* label-bd-wh （共通）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .label-bd-wh {
    position: relative;
    z-index: 30;
    display: block;
    width: 100px;
    height: 30px;
    margin: auto;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    background: #fff;
    border: 3px solid #dadada;
    border-radius: 15px;
  }

  /* voice （共通）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .voice-item .label-wrap {
    padding: 0 20px;
    text-align: right;
  }

  .voice-item .label {
    position: relative;
    z-index: 20;
    display: inline-block;
    padding: 0 20px;
    margin: auto;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border-radius: 16px;
  }

  .voice-box {
    flex-grow: 1;
    padding: 20px;
    margin: -16px 0 0;
  }

  .voice-box dt {
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  .voice-box dt figure {
    width: 56px;
    margin: 0 20px 0 0;
  }

  .voice-box dd {
    margin: 20px 0 0;
  }

  /* finance-link （共通）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .finance-area-fix {
    display: none;
  }

  #finance-link.bg-gr {
    background: #f5f5f5;
  }

  .finance-link-list {
    max-width: 715px;
    margin: auto;
  }

  .finance-link-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
  }

  .finance-link-list li {
    width: calc((100%) / 3);
    padding: 0 6px;
  }

  .finance-link-list li:nth-child(n + 4) {
    margin-top: 12px;
  }

  .finance-link-list li a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 74px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 1.5;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  }

  .finance-link-list li a br {
    display: none;
  }

  .finance-link-list li a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .mode-touchdevice .finance-link-list li a:hover {
    opacity: 1;
  }

  .finance-link-list li a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_bl.png);
    background-size: 100% 100%;
  }

  .finance-link-list li a span {
    display: inline-block;
    width: 32px;
    margin: 0 10px 0 0;
  }

  /* btn
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .btn-link a {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    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%);
  }

  .btn-link-h a {
    position: relative;
    box-sizing: border-box;
    display: block;
    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%);
  }

  .btn-link a::after,
  .btn-link-h 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%;
  }

  .btn-link.btn-bl a {
    color: #fff;
    background: #203d95;
  }

  .btn-link.btn-bl a::after {
    background: url(/finance/assets/img/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .btn-link a:hover,
  .btn-link-h a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .mode-touchdevice .btn-link a:hover,
  .mode-touchdevice .btn-link-h a:hover {
    opacity: 1;
  }

  .btn-pt {
    transition: transform 400ms ease;
  }

  .mode-floating .btn-pt {
    transition: transform 400ms ease;
    transform: translateY(-79px);
  }

  .mode-fix-ver1 footer {
    padding-bottom: 79px;
  }

  .mode-fix-ver2 footer {
    padding-bottom: 0;
  }

  .mode-fix-ver3 footer {
    padding-bottom: 0;
  }

  /* static mode-fix-ver1 用
  =========================================================================== */
  .mode-fix-ver1 .newt-footer-pt.ease {
    transition: bottom 400ms ease;
  }

  .mode-fix-ver1 .newt-header-register-box {
    transition: transform 400ms ease;
  }

  /* ログイン */
  .mode-fix-ver1 #newt-gfooter {
    padding-bottom: 79px; /* 79px */
  }

  .mode-fix-ver1.mode-floating .newt-footer-pt {
    bottom: 99px; /* 79px + 20px */
  }

  .mode-fix-ver1.mode-floating .newt-footer-pt.set {
    bottom: 20px;
  }

  /* 未ログイン */
  .mode-fix-ver1.mode-fix-register #newt-gfooter {
    padding-bottom: 153px; /* 74px + 79px */
  }

  .mode-fix-ver1.mode-fix-register .newt-footer-pt {
    bottom: 94px; /* 74px + 20px */
  }

  .mode-fix-ver1.mode-fix-register.mode-floating .newt-header-register-box {
    transform: translateY(-79px);
  }

  .mode-fix-ver1.mode-fix-register.mode-floating .newt-footer-pt {
    bottom: 173px; /* 74px + 79px + 20px */
  }

  .mode-fix-ver1.mode-fix-register.mode-floating .newt-footer-pt.set {
    bottom: 20px;
  }

  /* static mode-fix-ver2 用
  =========================================================================== */
  .mode-fix-ver2 .newt-footer-pt.ease {
    transition: bottom 400ms ease;
  }

  .mode-fix-ver2 .newt-header-register-box {
    transition: transform 400ms ease;
  }

  /* ログイン */
  .mode-fix-ver2 #newt-gfooter {
    padding-bottom: 0;
  }

  .mode-fix-ver2 .newt-footer-pt {
    bottom: 20px;
  }

  .mode-fix-ver2 .newt-footer-pt.set {
    bottom: 20px;
  }

  /* 未ログイン */
  .mode-fix-ver2.mode-fix-register #newt-gfooter {
    padding-bottom: 74px;
  }

  .mode-fix-ver2.mode-fix-register .newt-footer-pt {
    bottom: 94px; /* 74px + 20px */
  }

  .mode-fix-ver2.mode-fix-register .newt-footer-pt.set {
    bottom: 20px;
  }

  /* static mode-fix-ver3 用
  =========================================================================== */
  .mode-fix-ver3 .newt-footer-pt.ease {
    transition: bottom 400ms ease;
  }

  .mode-fix-ver3 .newt-header-register-box {
    transition: transform 400ms ease;
  }

  /* ログイン */
  .mode-fix-ver3 #newt-gfooter {
    padding-bottom: 0;
  }

  .mode-fix-ver3.mode-floating .newt-footer-pt {
    bottom: 99px; /* 79px + 20px */
  }

  .mode-fix-ver3 .newt-footer-pt.set {
    bottom: 20px; /* 79px + 20px */
  }

  /* 未ログイン */
  .mode-fix-ver3.mode-fix-register #newt-gfooter {
    padding-bottom: 74px;
  }

  .mode-fix-ver3.mode-fix-register .newt-footer-pt {
    bottom: 94px; /* 74px + 20px */
  }

  .mode-fix-ver3.mode-fix-register.mode-floating .newt-header-register-box {
    transform: translateY(-75px);
  }

  .mode-fix-ver3.mode-fix-register.mode-floating .newt-footer-pt {
    bottom: 173px; /* 74px + 79px + 20px */
  }

  .mode-fix-ver3.mode-fix-register .newt-footer-pt.set {
    bottom: 20px; /* 74px + 20px */
  }
}

@media screen and (max-width: 767px) {
  .ignore-sp {
    display: none;
  }

  body {
    font-size: 14px;
  }

  /* box
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .bd-box-wh {
    background: #fff;
    border: 3px solid #dadada;
    border-radius: 5px;
  }

  .bd-box-wh-s {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
  }

  .bd-box-gr {
    background: #f5f5f5;
    border: 3px solid #dadada;
    border-radius: 5px;
  }

  .bd-box-gr-s {
    background: #f5f5f5;
    border: 1px solid #dadada;
    border-radius: 5px;
  }

  .bd-box-bl {
    background: #fff;
    border: 3px solid #203d95;
    border-radius: 5px;
  }

  .box-wh {
    background: #fff;
    border-radius: 5px;
  }

  .box-gr {
    background: #f5f5f5;
    border-radius: 5px;
  }

  .box-wh-sq {
    background: #fff;
  }

  .box-gr-sq {
    background: #f5f5f5;
  }

  /* btn-area-top
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .btn-area-top {
    padding: 40px 20px;
  }

  .btn-area-top .btn-link {
    width: 100%;
    margin: auto;
  }

  .btn-area-fix {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #d1d1d1;
    transition: transform 400ms ease;
    transform: translateY(100%);
  }

  .btn-area-fix .btn-link {
    width: 100%;
    margin: auto;
  }

  .btn-area-fix.on {
    transform: translateY(0);
  }

  /* contents
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  section {
    padding: 40px 0 50px;
  }

  section.pt-0 {
    padding: 0 0 50px;
  }

  #maneko-maneo {
    padding: 40px 0 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: 25px 0 0;
  }

  /* faq
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .faq-list {
    max-width: 764px;
    margin: auto;
  }

  .faq-list a.pd {
    position: relative;
    display: block;
    padding: 10px 18px;
    font-weight: bold;
    background: #f5f5f5;
  }

  .faq-list a.pd div {
    position: relative;
    padding: 0 30px;
  }

  .faq-list a.pd em {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    transform: translateY(-50%);
  }

  .faq-list a.pd span {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: #203d95;
    border: 1px solid #203d95;
    border-radius: 8px;
  }

  .faq-list a.pd span::before,
  .faq-list a.pd span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    content: "";
    background: #fff;
  }

  .faq-list a.pd span::after {
    transition: transform 400ms ease;
    transform: rotate(90deg);
  }

  .faq-list a.pd.click span::after {
    transform: rotate(0);
  }

  .faq-detail {
    display: none;
    padding: 18px 18px 30px;
    border-top: 3px solid #dadada;
  }

  .faq-detail p a {
    text-decoration: underline;
  }

  .faq-answer-obj {
    display: block;
    width: 157px;
    height: 80px;
    margin: auto;
  }

  .faq-answer-obj1 {
    background: url(../img/obj_answer1.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .faq-answer-obj2 {
    background: url(../img/obj_answer2.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .faq-item + .faq-item {
    margin-top: 20px;
  }

  /* more-service
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #more-service .more-service-item + .more-service-item {
    margin-top: 20px;
  }

  #more-service .more-service-box {
    height: 100%;
  }

  #more-service .more-service-item:nth-child(3),
  #more-service .more-service-item:nth-child(4) {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .box-shadow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 148px;
    padding: 26px 50px 26px 30px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
  }

  #more-service .box-shadow a::after {
    position: absolute;
    top: 0;
    right: 15px;
    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%;
  }

  #more-service .more-service-box a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  #more-service .more-service-box figure {
    width: 55px;
  }

  #more-service .more-service-box dl {
    width: calc(100% - 75px);
  }

  #more-service .more-service-box dl dt {
    font-size: 16px;
    font-weight: bold;
  }

  #more-service .more-service-box dl dt span {
    display: block;
    padding: 0 0 5px;
    font-size: 9px;
  }

  .more-service-bnr {
    margin: 40px 20px 0;
  }

  .more-service-bnr a {
    display: block;
    max-width: 320px;
    margin: auto;
  }

  /* maneko-maneo
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .credit-header {
    color: #203d95;
    text-align: center;
  }

  .credit-header h2 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
  }

  .credit-header span {
    display: block;
    font-size: 16px;
  }

  .credit-entry-list {
    margin: 30px 0 0;
  }

  .credit-entry-box {
    padding: 30px 20px;
    border-bottom: 1px dotted #d1d1d1;
  }

  .credit-entry-item:first-child .credit-entry-box {
    padding: 0 20px 25px;
  }

  .credit-entry-box a {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    border-radius: 10px;
  }

  .credit-entry-list .credit-entry-item figure {
    width: 142px;
  }

  .credit-entry-list .credit-entry-item p {
    width: calc(100% - 152px);
    font-size: 16px;
    font-weight: bold;
  }

  #maneko-maneo .btn-link {
    width: 100%;
    margin: 40px auto 0;
  }

  /* label-bd-wh （共通）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .label-bd-wh {
    position: relative;
    z-index: 30;
    display: block;
    width: 100px;
    height: 30px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    background: #fff;
    border: 3px solid #dadada;
    border-radius: 15px;
  }

  /* voice （共通で使えそう）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .voice-item .label-wrap {
    padding: 0 20px;
    text-align: right;
  }

  .voice-item .label {
    position: relative;
    z-index: 20;
    display: inline-block;
    padding: 0 15px;
    margin: auto;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #203d95;
    border-radius: 16px;
  }

  .voice-box {
    flex-grow: 1;
    padding: 20px;
    margin: -16px 0 0;
  }

  .voice-box dt {
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  .voice-box dt figure {
    width: 56px;
    margin: 0 20px 0 0;
  }

  .voice-box dd {
    margin: 20px 0 0;
  }

  /* finance-link （共通）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #finance-link {
    z-index: 1000;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }

  .finance-area-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    transition: transform 400ms ease;
    transform: translateY(100%);
  }

  .finance-area-fix.on {
    transform: translateY(0);
  }

  .finance-link-list {
    width: 100%;
  }

  .finance-link-list ul {
    display: flex;
  }

  .finance-link-list li {
    display: flex;
    width: calc(100% / 4);
  }

  .finance-link-list li + li {
    border-left: 1px dotted #888;
  }

  .finance-link-list li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
  }

  .finance-link-list li a span {
    display: inline-block;
    width: 32px;
    height: 44px;
    margin: auto;
  }

  .finance-link-list li a div {
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    justify-content: center;
  }

  /* btn
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  .btn-link a {
    position: relative;
    box-sizing: border-box;
    display: block;
    height: 54px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    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%);
  }

  .btn-link-h a {
    position: relative;
    box-sizing: border-box;
    display: block;
    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%);
  }

  .btn-link a::after,
  .btn-link-h a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .btn-link.btn-bl a {
    color: #fff;
    background: #203d95;
  }

  .btn-link.btn-bl a::after {
    background: url(/finance/assets/img/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  footer #gfooter-sp .btn-pt {
    bottom: 52px;
    transition: transform 400ms ease;
  }

  .mode-floating .btn-pt {
    transform: translateY(-75px);
  }

  .mode-floating2 .btn-pt {
    transform: translateY(-102px);
  }

  .mode-fix-ver1 footer {
    padding-bottom: 75px;
  }

  .mode-fix-ver2 footer {
    padding-bottom: 0;
  }

  .mode-fix-ver3 footer {
    padding-bottom: 101px;
  }

  /* static mode-fix-ver1 用
  =========================================================================== */
  .mode-fix-ver1 .newt-footer-pt.ease {
    transition: bottom 400ms ease;
  }

  .mode-fix-ver1 .newt-header-register-box {
    transition: transform 400ms ease;
  }

  /* ログイン */
  .mode-fix-ver1.mode-fix-register #newt-gfooter {
    padding-bottom: 75px;
  }

  .mode-fix-ver1.mode-floating .newt-footer-pt {
    bottom: 85px; /* 75px + 10px */
  }

  .mode-fix-ver1.mode-floating .newt-footer-pt.set {
    bottom: 10px;
  }

  /* 未ログイン */
  .mode-fix-ver1.mode-fix-register #newt-gfooter {
    padding-bottom: 135px; /* 60px + 75px */
  }

  .mode-fix-ver1.mode-fix-register .newt-footer-pt {
    bottom: 70px; /* 60px + 10px */
  }

  .mode-fix-ver1.mode-fix-register.mode-floating .newt-header-register-box {
    transform: translateY(-75px);
  }

  .mode-fix-ver1.mode-fix-register.mode-floating .newt-footer-pt {
    bottom: 145px; /* 60px + 75px + 10px */
  }

  .mode-fix-ver1.mode-fix-register.mode-floating .newt-footer-pt.set {
    bottom: 10px;
  }

  /* static mode-fix-ver2 用
  =========================================================================== */
  .mode-fix-ver2 .newt-footer-pt.ease {
    transition: bottom 400ms ease;
  }

  .mode-fix-ver2 .newt-header-register-box {
    transition: transform 400ms ease;
  }

  /* ログイン */
  .mode-fix-ver2 #newt-gfooter {
    padding-bottom: 0;
  }

  .mode-fix-ver2.mode-floating2 .newt-footer-pt {
    bottom: 111px;
  }

  .mode-fix-ver2 .newt-footer-pt.set {
    bottom: 10px;
  }

  /* 未ログイン */
  .mode-fix-ver2.mode-fix-register #newt-gfooter {
    padding-bottom: 60px;
  }

  .mode-fix-ver2.mode-fix-register .newt-footer-pt {
    bottom: 70px; /* 60px + 10px */
  }

  .mode-fix-ver2.mode-fix-register.mode-floating2 .newt-header-register-box {
    transform: translateY(-101px);
  }

  .mode-fix-ver2.mode-fix-register.mode-floating2 .newt-footer-pt {
    bottom: 171px; /* 101px + 60px + 10px */
  }

  .mode-fix-ver2.mode-fix-register .newt-footer-pt.set {
    bottom: 10px;
  }

  /* static mode-fix-ver3 用
  =========================================================================== */
  .mode-fix-ver3 .newt-footer-pt.ease {
    transition: bottom 400ms ease;
  }

  .mode-fix-ver3 .newt-header-register-box {
    transition: transform 400ms ease;
  }

  /* ログイン */
  .mode-fix-ver3 #newt-gfooter {
    padding-bottom: 101px;
  }

  .mode-fix-ver3.mode-floating .newt-footer-pt {
    bottom: 85px; /* 75px + 10px */
  }

  .mode-fix-ver3.mode-floating2 .newt-footer-pt {
    bottom: 111px; /* 101px + 10px */
  }

  .mode-fix-ver3.mode-floating2 .newt-footer-pt.set {
    bottom: 10px;
  }

  /* 未ログイン */
  .mode-fix-ver3.mode-fix-register #newt-gfooter {
    padding-bottom: 161px; /* 101px + 60px */
  }

  .mode-fix-ver3.mode-fix-register .newt-footer-pt {
    bottom: 70px;
  }

  .mode-fix-ver3.mode-fix-register.mode-floating .newt-header-register-box {
    transform: translateY(-75px);
  }

  .mode-fix-ver3.mode-fix-register.mode-floating2 .newt-header-register-box {
    transform: translateY(-101px);
  }

  .mode-fix-ver3.mode-fix-register.mode-floating .newt-footer-pt {
    bottom: 145px; /* 60px + 75px + 10px */
  }

  .mode-fix-ver3.mode-fix-register.mode-floating2 .newt-footer-pt {
    bottom: 171px; /* 101px + 60px + 10px */
  }

  .mode-fix-ver3.mode-fix-register.mode-floating2 .newt-footer-pt.set {
    bottom: 10px;
  }
}

@media screen and (min-width: 767px) {
  .finance_Vpoint_top {
    margin-top: 10px;
    font-size: 18px;
    color: #203d95;
    text-align: center;
    text-decoration: underline;
  }

  .sec_header_pad {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .finance_Vpoint_top {
    margin-top: 10px;
    font-size: 14px;
    color: #203d95;
    text-align: center;
    text-decoration: underline;
  }

  .sec_header_pad {
    padding-top: 40px;
  }
}

@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;
  }
}

/* cp-banner layou */
@media screen and (min-width: 768px) {
  .cp-banner-container {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
  }

  .cp-banner-container.pb-0 {
    padding-bottom: 0;
  }

  .cp-banner-container .cp-banner-inner a img {
    width: 450px;
    height: auto;
  }

  .cp-banner-container .cp-banner-inner a {
    color: #203d95;
    text-decoration: underline;
  }

  .cp-banner-container .cp-banner-inner a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .cp-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-banner-container .cp-banner-inner p.cp_title::before,
  .cp-banner-container .cp-banner-inner p.cp_title::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: "";
  }

  .cp-banner-container .cp-banner-inner p.cp_title::before {
    left: 0;
    border-left: solid 3px;
    transform: rotate(-30deg);
  }

  .cp-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-banner-container {
    display: block;
    padding: 0 14px;
    padding-top: 40px;
    margin: 0 auto;
    text-align: center;
  }

  .cp-banner-container.pb-40 {
    padding-bottom: 40px;
  }

  .cp-banner-container .cp-banner-inner a img {
    width: 100%;
    height: auto;
  }

  .cp-banner-container .cp-banner-inner a {
    color: #203d95;
    text-decoration: underline;
  }

  .cp-banner-container .cp-banner-inner a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .cp-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-banner-container .cp-banner-inner p.cp_title::before,
  .cp-banner-container .cp-banner-inner p.cp_title::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: "";
  }

  .cp-banner-container .cp-banner-inner p.cp_title::before {
    left: 0;
    border-left: solid 3px;
    transform: rotate(-30deg);
  }

  .cp-banner-container .cp-banner-inner p.cp_title::after {
    right: 0;
    border-right: solid 3px;
    transform: rotate(30deg);
  }
}
