@charset "UTF-8";

.button {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.button .btn-img {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.button .btn-text {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1rem;
}

.button.button-cv,
.button.button-next,
.button.button-prev,
.button.button-add,
.button.button-down {
  background: -o-linear-gradient(left,
      #333 0%,
      #333 25%,
      #0283d3 50%,
      #017fd1 85%,
      #0056b7 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#333),
      color-stop(25%, #333),
      color-stop(50%, #0283d3),
      color-stop(85%, #017fd1),
      to(#0056b7));
  background: linear-gradient(90deg,
      #333 0%,
      #333 25%,
      #0283d3 50%,
      #017fd1 85%,
      #0056b7 100%);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  width: 390px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {

  .button.button-cv,
  .button.button-next,
  .button.button-prev,
  .button.button-add,
  .button.button-down {
    width: auto;
  }
}

.button.button-cv:not([disabled]):hover,
.button.button-cv:not([disabled]):active,
.button.button-next:not([disabled]):hover,
.button.button-next:not([disabled]):active,
.button.button-prev:not([disabled]):hover,
.button.button-prev:not([disabled]):active,
.button.button-add:not([disabled]):hover,
.button.button-add:not([disabled]):active,
.button.button-down:not([disabled]):hover,
.button.button-down:not([disabled]):active {
  background-position: 100% 100%;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.button.button-cv:after,
.button.button-next:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 7px;
  right: 20px;
  border-top: 3px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 3px solid transparent;
  top: calc(50% - 3px);
}

.button.button-next {
  background: -o-linear-gradient(left,
      #1f2b32 0%,
      #1f2b32 25%,
      #0283d3 50%,
      #017fd1 85%,
      #0056b7 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#1f2b32),
      color-stop(25%, #1f2b32),
      color-stop(50%, #0283d3),
      color-stop(85%, #017fd1),
      to(#0056b7));
  background: linear-gradient(90deg,
      #1f2b32 0%,
      #1f2b32 25%,
      #0283d3 50%,
      #017fd1 85%,
      #0056b7 100%);
  background-size: 400% 400%;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .button.button-next {
    height: 52px;
    width: 85%;
  }
}

.button.button-prev {
  background: -o-linear-gradient(left, #333 0%, #333 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#333),
      to(#333));
  background: linear-gradient(90deg, #333 0%, #333 100%);
  width: 250px;
  height: 40px;
}

.button.button-prev::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 7px;
  left: 20px;
  border-top: 3px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 3px solid transparent;
  top: calc(50% - 3px);
}

.button.button-add {
  background: -o-linear-gradient(left, #333 0%, #333 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#333),
      to(#333));
  background: linear-gradient(90deg, #333 0%, #333 100%);
  width: 250px;
  height: 40px;
}

.button.button-add::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 8px;
  right: 20px;
  border-top: 6px solid #fff;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  top: calc(50% - 3px);
}

.button.button-down::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 8px;
  right: 20px;
  border-top: 6px solid #fff;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  top: calc(50% - 3px);
}

.action-pop {
  display: inline-block;
  padding-top: 5px;
}

.action-pop:hover {
  padding-top: 0;
  padding-bottom: 5px;
}

.action-pop:hover .btn-img {
  height: calc(100% + 5px);
}

.scroll-top {
  position: fixed;
  right: 90px;
  bottom: 20px;
  display: none;
  background: #1f2b32;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  cursor: pointer;
  will-change: bottom;
}

.scroll-top-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: opacity ease 0.3s, bottom ease 0.3s;
  pointer-events: none;
  z-index: 2;
}

.scroll-top-wrap.is-up {
  bottom: 116px;
}

.scroll-top-wrap .scroll-top-inner {
  width: 100%;
  max-width: 1248px;
  padding: 24px 24px 20px;
  margin: 0 auto;
  position: relative;
}

.scroll-top-wrap .scroll-top-inner .scroll-top {
  pointer-events: all;
  width: 36px;
  height: 36px;
  background-color: rgba(204, 202, 203, 0.7);
  transform: translateX(50%);
  position: absolute;
  right: 32px;
  bottom: 12px;
  box-shadow: 10px 10px 0px 0px rgba(204, 202, 203, 0.2);
}

.scroll-top-wrap .scroll-top-inner .scroll-top:hover {
  background-color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 768px) {
  .scroll-top-wrap .scroll-top-inner .scroll-top:hover {
    background-color: rgba(204, 202, 203, 0.7);
  }
}

.scroll-top-wrap .scroll-top-inner .scroll-top .scroll-top-button {
  width: 16px;
  height: 18px;
  position: absolute;
  top: 18px;
  left: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASBAMAAACgFUNZAAAAJFBMVEUAAAD///////////////////////////////////////////+0CY3pAAAAC3RSTlMA8GAQz6Awv7BwQPpIRFkAAAA/SURBVAjXYwACxWIGMGDavcUAzNDevdsZIiAWDRbS3pjAChQCCTAwAIVAAgwMICFpoABQaCdDI1AAKCRFdQMBYi0eAWb4Y0cAAAAASUVORK5CYII=);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 769px) {
  .scroll-top-wrap .scroll-top-inner .scroll-top {
    right: 24px;
    bottom: 40px;
  }
}

.ripple {
  display: block;
  width: 49.6%;
  height: 10em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

.ripple:hover {
  z-index: 1000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

img {
  vertical-align: bottom;
}

.u-mb1r {
  margin-bottom: 1rem !important;
}

.u-pr1he {
  padding-right: 1.5em !important;
}

.bank-list-link {
  color: #0580c4;
  font-size: 1rem;
  line-height: 1;
  border-bottom: 1px solid #0580c4;
  position: relative;
}

@media screen and (max-width: 768px) {
  .bank-list-link {
    font-size: 0.75rem;
  }
}

.bank-list-link::after {
  content: "\25B6";
  position: absolute;
  font-size: 0.7em;
  padding-left: 0.7em;
  top: 0.5em;
}

.bank-list-link::hover {
  border-bottom: none;
}

.title.is-2 {
  padding-bottom: 16px;
  margin-bottom: 29px;
  font-size: 28px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .title.is-2 {
    font-size: 22px;
  }
}

.title.decoration-border {
  position: relative;
}

.title.decoration-border::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 4px;
  background-color: #0062be;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .title.decoration-border::after {
    width: 3rem;
  }
}

.title.decoration-border__left {
  position: relative;
}

.title.decoration-border__left::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 4px;
  background-color: #0062be;
  bottom: 0;
  left: 0;
  right: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .title.decoration-border__left::after {
    width: 3rem;
  }
}

.notice-list {
  font-size: 0.75rem;
}

.notice-list .notice-item {
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-all;
}

.notice-list .notice-item::before {
  content: "※";
}

.notice-list.num {
  counter-increment: item;
}

.notice-list.num .notice-item::before {
  content: "※"counter(item);
  padding-right: 0.3em;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .btn-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 85% !important;
  }
}

.btn-wrap .button {
  width: 350px;
  height: 80px;
  border-radius: 9999px;
}

.btn-wrap .button#more_pc {
  margin: 59px auto 29px;
  width: 282px;
  height: 62px;
}

.btn-wrap .button#more_pc .btn-text {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .btn-wrap .button {
    width: 100%;
    height: 60px;
  }
}

.btn-wrap .button .btn-text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
  .btn-wrap .button .btn-text {
    font-size: 1.1rem;
  }
}

.btn-wrap .button .btn-text small {
  font-size: 1.125rem;
  display: block;
  line-height: 1;
  margin-top: 0.3em;
}

@media screen and (max-width: 768px) {
  .btn-wrap .button .btn-text small {
    margin-top: 0;
    font-size: 0.9rem;
  }
}

.btn-wrap .iswhite {
  background: #fff;
  color: #1f2b32;
  border: 2px solid #1f2b32;
}

.btn-wrap .iswhite::after {
  right: 28px;
  border-left-color: #1f2b32;
}

@media screen and (max-width: 768px) {
  .btn-wrap .iswhite::after {
    right: 22px;
  }
}

.mv-area {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .mv-area {
    margin-top: 0 !important;
  }
}

.mv-area .container {
  padding: 18px 0 26px;
}

@media screen and (max-width: 768px) {
  .mv-area .container {
    padding: 18px 0 10px;
  }
}

.mv-area .breadcrumb {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 31px;
}

@media screen and (max-width: 768px) {
  .mv-area .breadcrumb {
    margin-bottom: 10px;
  }
}

.mv-area .bank-name__img {
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .mv-area .bank-name__img {
    margin-bottom: 7px;
  }
}

.mv-area .bank-name__txt {
  font-size: 3.125rem;
}

@media screen and (max-width: 768px) {
  .mv-area .bank-name__txt {
    font-size: 1.8rem;
  }
}

.buzz-link-block {
  text-align: center;
}

.buzz-link-block .buzz-link-item {
  display: inline-block;
  -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.15);
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.15);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.buzz-link-block .buzz-link-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(31, 43, 50, 0.3);
  box-shadow: 0 0 30px rgba(31, 43, 50, 0.3);
}

@media screen and (max-width: 768px) {

  .insurance-area,
  .examination-area,
  .counseling-area,
  .buzz-area,
  .bank-recommend-area,
  .service-recommend-area {
    padding: 72px 0 80px;
  }
}

.insurance-area .container,
.examination-area .container,
.counseling-area .container,
.buzz-area .container,
.bank-recommend-area .container,
.service-recommend-area .container {
  max-width: 860px;
}

@media screen and (max-width: 768px) {

  .insurance-area .container,
  .examination-area .container,
  .counseling-area .container,
  .bank-recommend-area .container,
  .service-recommend-area .container {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.notice-list+.insurance-area .item-block {
  margin-top: 40px;
}

.counseling-area .btn-wrap {
  margin-top: 54px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .counseling-area .btn-wrap {
    width: 80%;
  }
}

.buzz-area .lead-msg {
  margin-top: 36px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .buzz-area .lead-msg {
    margin-top: 22px;
    margin-bottom: 18px;
    text-align: left !important;
  }
}

.buzz-area .item-block {
  background-color: #fff;
  padding: 40px 40px 34px;
  border: 2px solid #f0f0f0;
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block {
    padding: 19px 20px 14px;
  }
}

.buzz-area .item-block+.item-block {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block+.item-block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .buzz-area .btn-wrap {
    width: 100% !important;
  }
}

.user-voice-block .item-block-head .row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .row-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.user-voice-block .item-block-head .row-wrap+.row-wrap {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .row-wrap+.row-wrap {
    margin-top: 27px;
  }
}

.user-voice-block .item-block-head__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.user-voice-block .item-block-head__star .star-label {
  background-color: #0062be;
  padding: 2px 15px 0;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head__star .star-label {
    padding-left: 23px;
    padding-right: 23px;
  }
}

.user-voice-block .item-block-head__star .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head__star .star {
    padding-left: 36px;
  }
}

.user-voice-block .item-block-head__star .star.is-1 .star-icon-1 {
  fill: #3ac2a7;
}

.user-voice-block .item-block-head__star .star.is-1 .star-icon-2,
.user-voice-block .item-block-head__star .star.is-1 .star-icon-3,
.user-voice-block .item-block-head__star .star.is-1 .star-icon-4,
.user-voice-block .item-block-head__star .star.is-1 .star-icon-5 {
  fill: #ffffff;
}

.user-voice-block .item-block-head__star .star.is-2 .star-icon-1,
.user-voice-block .item-block-head__star .star.is-2 .star-icon-2 {
  fill: #3ac2a7;
}

.user-voice-block .item-block-head__star .star.is-2 .star-icon-3,
.user-voice-block .item-block-head__star .star.is-2 .star-icon-4,
.user-voice-block .item-block-head__star .star.is-2 .star-icon-5 {
  fill: #ffffff;
}

.user-voice-block .item-block-head__star .star.is-3 .star-icon-1,
.user-voice-block .item-block-head__star .star.is-3 .star-icon-2,
.user-voice-block .item-block-head__star .star.is-3 .star-icon-3 {
  fill: #3ac2a7;
}

.user-voice-block .item-block-head__star .star.is-3 .star-icon-4,
.user-voice-block .item-block-head__star .star.is-3 .star-icon-5 {
  fill: #ffffff;
}

.user-voice-block .item-block-head__star .star.is-4 .star-icon-1,
.user-voice-block .item-block-head__star .star.is-4 .star-icon-2,
.user-voice-block .item-block-head__star .star.is-4 .star-icon-3,
.user-voice-block .item-block-head__star .star.is-4 .star-icon-4 {
  fill: #3ac2a7;
}

.user-voice-block .item-block-head__star .star.is-4 .star-icon-5 {
  fill: #ffffff;
}

.user-voice-block .item-block-head__star .star.is-5 .star-icon-1,
.user-voice-block .item-block-head__star .star.is-5 .star-icon-2,
.user-voice-block .item-block-head__star .star.is-5 .star-icon-3,
.user-voice-block .item-block-head__star .star.is-5 .star-icon-4,
.user-voice-block .item-block-head__star .star.is-5 .star-icon-5 {
  fill: #3ac2a7;
}

.user-voice-block .item-block-body .clm-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 90%;
  padding-top: 9px;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-body .clm-wrap {
    padding-top: 0;
    width: 100%;
  }
}

.user-voice-block .item-block-body__txt {
  line-height: 1.85;
}

.user-voice-block .item-block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.user-voice-block .item-block-footer .notice-list {
  display: inline-block;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-footer .notice-list {
    display: block;
    width: 100%;
    font-size: 0.625rem;
  }
}

.user-voice-block .post-data {
  font-size: 0.875rem;
  display: inline-block;
  width: 30%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .user-voice-block .post-data {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0.75rem;
  }
}

.user-voice-block .notfound {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  color: #4a5d63;
}

.user-voice-block .notice-block {
  margin-top: 21px;
}

.user-voice-block .notice-block li {
  text-indent: 0em;
  padding-left: 1em;
  position: relative;
  line-height: 1.75;
}

.user-voice-block .notice-block li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 9999px;
  top: calc(0.5em + 2px);
  left: calc(0.5em - 2px);
}

.bank-recommend-area {
  border-bottom: none;
  padding-bottom: 0;
}

.bank-recommend-area .buttons {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .bank-recommend-area .buttons {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
  }
}

.bank-recommend-area .buttons .button.square {
  border-radius: 0;
  border: none;
  max-width: 250px;
  padding: 0;
  height: auto;
}

@media screen and (max-width: 768px) {
  .bank-recommend-area .buttons .button.square {
    width: 45.2%;
  }
}

.bank-recommend-area .buttons .button.square:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .bank-recommend-area .buttons .button.square:not(:last-child) {
    margin-right: 15px;
  }
}

.bank-recommend-area .buttons .button.square a {
  font-size: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  text-align: center;
  width: 200px;
  height: auto;
  padding: 22px 5px 20px;
  color: #333333;
  border: 1px solid #dbdbdd;
}

@media screen and (max-width: 768px) {
  .bank-recommend-area .buttons .button.square a {
    font-size: 0.84375rem;
    width: 100%;
    margin-bottom: 13px;
    padding: 16px 0px 14px;
  }
}

@media screen and (max-width: 768px) {
  .bank-recommend-area .buttons .button.square a:nth-child(2n) {
    margin-right: 0;
  }
}

.bank-recommend-area .buttons .button.square a:hover {
  border: 1px solid #b5b5b5;
}

@media screen and (max-width: 768px) {
  .bank-recommend-area .title.is-2 {
    font-size: 1.125rem;
    line-height: 1.45;
    padding-bottom: 9px;
    margin-bottom: 19px;
  }
}

.service-recommend-area {
  padding: 86px 0;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .service-recommend-area {
    padding: 43px 0 75px;
  }
}

@media screen and (max-width: 768px) {
  .service-recommend-area .title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .service-recommend-area .title.is-2 {
    padding-bottom: 14px;
    margin-bottom: 25px;
  }
}

.service-recommend-area .recommend-block+.title {
  margin-top: 79px;
}

.service-recommend-area .recommend-item+.recommend-item {
  margin-top: 30px;
}

.recommend-block {
  border-bottom: none;
}

.recommend-block .recommend-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.15);
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.15);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 768px) {
  .recommend-block .recommend-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.recommend-block .recommend-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(31, 43, 50, 0.3);
  box-shadow: 0 0 30px rgba(31, 43, 50, 0.3);
}

.recommend-block .recommend-item .recommend-item__img {
  width: 246px;
  height: 152px;
  background: #ccc;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .recommend-block .recommend-item .recommend-item__img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .recommend-block .recommend-item .recommend-item__img img {
    width: 100%;
    height: auto;
  }
}

.recommend-block .recommend-item .recommend-item__info {
  padding: 28px 32px 0 29px;
}

@media screen and (max-width: 768px) {
  .recommend-block .recommend-item .recommend-item__info {
    padding: 15px 20px 15px 20px;
  }
}

.recommend-block .recommend-item .article-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .recommend-block .recommend-item .article-title {
    font-size: 1.125rem;
  }
}

.list-style {
  line-height: 1.8;
}

.list-style.dot li {
  text-indent: -1em;
  padding-left: 1em;
}

.list-style.dot li::before {
  content: "\2022";
  padding-right: 0.3em;
  padding-left: 0.3em;
}

.list-style.dot li:not(:last-child) {
  margin-bottom: 20px;
}

.attention-area .attention-block {
  background-color: #f0f0f0;
  padding: 46px 46px;
}

@media screen and (max-width: 768px) {
  .attention-area .attention-block {
    padding: 52px 15px 49px;
  }
}

@media screen and (max-width: 768px) {
  .attention-area .attention-block .title {
    font-size: 1.3rem;
    padding-bottom: 13px;
    margin-bottom: 0;
  }
}

.attention-area .attention-block .title+.list-style {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .attention-area .attention-block .title+.list-style {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .attention-area .attention-block .list-style {
    font-size: 0.75rem;
  }
}

.modal-content {
  width: 860px;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
    max-width: 680px;
    /* padding: 0 9%; */
  }
}

.modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #cacaca;
  border: 2px solid #cacaca;
}

@media screen and (max-width: 768px) {
  .modal-close {
    top: -20px;
    right: 20px;
  }

  .modal .modal-close.is-large {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
  }
}

.modal-close.is-large {
  width: 31px;
  height: 31px;
  max-width: 31px;
  max-height: 31px;
  top: 16px;
  right: 16px;
}

.modal-close::before,
.modal-close::after {
  background-color: #ffffff;
}

.modal-close:hover,
.modal-close:focus,
.modal .modal-close:hover,
.modal .modal-close:focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.modal-close:hover::before,
.modal-close:hover::after,
.modal-close:focus::before,
.modal-close:focus::after {
  background-color: #cacaca;
}

.box {
  border-radius: 3px;
  padding: 45px 80px 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .box {
    padding: 17px 20px 0;
  }
}

.box .article-info {
  margin-top: 28px;
  margin-bottom: 7px;
}

.box .article-info::before {
  content: "\25A0";
  color: #0062be;
}

.box .modal-title {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .box .modal-title {
    margin-bottom: 0.7rem;
  }
}

@media screen and (max-width: 768px) {
  .box .buttons {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}

.box .buttons .button {
  font-size: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  text-align: left;
  width: 35%;
  max-width: 220px;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .box .buttons .button {
    font-size: 0.84375rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 13px;
  }
}

.box .buttons .button:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .box .buttons .button:not(:last-child) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .box .buttons .button:nth-child(2n) {
    margin-right: 0;
  }
}

.box .buttons .button:nth-child(4n) {
  margin-right: 0;
}

.box .buttons .button a {
  display: block;
  width: 100%;
  color: #333;
  padding: 30px 0 20px 30px;
}

@media screen and (max-width: 768px) {
  .box .buttons .button a {
    padding: 27px 0 22px 25px;
  }
}

.box .buttons .button.square {
  border-radius: 0;
}

.box .rate-item__num .unit {
  font-size: 1.5625rem;
  color: #1f2b32;
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .box .rate-item__num .unit {
    font-size: 1.5rem;
    padding-left: 7px;
  }
}

.box .rate-item__num .unit.type2 {
  position: relative;
}

.box .rate-item__num .unit.type2::after {
  position: absolute;
  top: 0.35em;
  content: "～";
  font-size: 1.0625rem;
}

@media screen and (max-width: 768px) {
  .box .rate-item__num .unit.type2::after {
    font-size: 1rem;
  }
}

.modal-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 290486px;
  border-style: none;
  color: #0062be;
  font-weight: 700;
  position: relative;
  top: 0;
  left: 1px;
}

@media screen and (max-width: 768px) {
  .modal-button {
    -webkit-appearance: none;
    font-size: 0.6875rem;
    top: -16px;
  }
}

.modal-button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.buzz-area .item-block {
  padding: 0 0 40px;
}

.buzz-area .item-block .item-block-head .row-wrap+.row-wrap {
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block .item-block-head .row-wrap+.row-wrap {
    margin-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block .item-block-head .wrap-item dl {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block .item-block-head .wrap-item dd+dt {
    margin-top: 20px;
  }
}

.buzz-area .item-block .item-block-body .clm-wrap {
  width: 100%;
  padding-top: 14px;
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block .item-block-body .clm-wrap {
    padding-top: 74px;
  }
}

.buzz-area .item-block .item-block-footer {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block .item-block-head__star .star-label {
    width: 84px;
    padding-left: 0;
    padding-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block .item-block-head__star .star {
    padding: 0;
  }
}

_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: Meiryo, sans-serif !important;
  letter-spacing: -0.5px !important;
}

.main-wrap {
  background-color: #f8f6f7;
  color: #000;
  letter-spacing: 0.064em;
}

.main-wrap .attention-area {
  background-color: transparent !important;
}

@media screen and (min-width: 768px) {
  .main-wrap .attention-area {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .attention-area {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .main-wrap .attention-area {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .attention-area {
    margin-top: 0;
  }
}

.main-wrap .attention-area .attention-block {
  padding: 0;
  background-color: inherit;
}

.main-wrap .attention-area .attention-block .list-style {
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .main-wrap .attention-area .attention-block .list-style {
    padding-right: 112px;
    padding-left: 112px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .attention-area .attention-block .list-style {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .attention-area .attention-block .list-style {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.main-wrap .attention-area .attention-block .list-style li {
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.064em;
}

.main-wrap .attention-area .attention-block .list-style li::before {
  /* content: "・"; */
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
  background: none;
}

.main-wrap .mv-area {
  background-color: #5babd9;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main-wrap .mv-area {
    border-radius: 16px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .mv-area .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.main-wrap .mv-area .title {
  background-color: #ffffff;
  border-radius: 9999px;
  display: inline-block;
  margin-bottom: 0;
  color: #0e1213;
  font-size: 26px;
  position: relative;
  margin-bottom: 32px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .main-wrap .mv-area .title {
    padding: 40px 64px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .mv-area .title {
    padding: 24px 40px;
    font-size: 20px;
  }
}

.main-wrap .mv-area .title::after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  border-top: 9px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.main-wrap .mv-area .title.is-1 {
  text-align: left;
  font-weight: bold;
  position: relative;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .main-wrap .mv-area .title.is-1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .mv-area .title.is-1 {
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .main-wrap .mv-area .title.is-1::after {
    border-top: 6px solid transparent;
    border-right: 0px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 6px solid transparent;
    top: 50%;
    left: 99.8%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .mv-area .title.is-1::after {
    width: 10px;
    height: 9px;
  }
}

.main-wrap .mv-area .title.is-1 .sub-title {
  font-size: 16px;
  font-weight: normal;
}

.main-wrap .mv-area .title.is-1 .main-title {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .main-wrap .mv-area .title.is-1 .main-title {
    letter-spacing: -0.5px;
  }
}

.main-wrap .mv-area .mv-bnr {
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 16px;
  position: relative;
}


.main-wrap .mv-area .mv-bnr .logo-wrap {
  width: 212px;
  margin-right: 94px;
}

.main-wrap .mv-area .mv-bnr .logo-wrap img {
  vertical-align: middle;
}

.main-wrap .mv-area .mv-bnr a {
  display: flex;
  align-items: center;
  color: #ffffff;
  border-radius: 16px;
  padding: 0px 40px;
  height: 64px;
  position: relative;
  background-image: url('/common/images/sugoyaha_bnr_bg01_pc.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-wrap .mv-area .mv-bnr a:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMAEPDPoNCAUGDAMJC/IBFo7MUAAADiSURBVCjPZVLLCcJAEB3F30UIxgLi1YOYBkIEDwoiVhCsQKzAEtKAkIO1WIIVmMQQAlODszszIWEfJPDevlnmzSxYTE9R/r5Di88GCd+d8glxq1yZDyIU5J4VXthibQ1cwEXG4mMHWxJuXeEHMNcKrRlhDzEM+0IAj75QwZn+ByZ7+hrIEAtIDS/MYQ0J4gpmfN+CugeOkJKBQwESQmOJuWdIxCKGEjKxiKGmm9kiY2mksVBTV9Q6W2RugYYLfQmnA8sjie8OCMZd4eIO2V0DWRLlpeesUrDUZbeYHpPyyc/hD2/tPSy2AeLwAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.main-wrap .mv-area .mv-bnr .mv-bnr-text01 {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  transform: scale(0.75);
  margin-right: 80px;
  line-height: 1.3;
}

.main-wrap .mv-area .mv-bnr .mv-bnr-text02 {
  font-size: 12px;
  text-align: left;
  letter-spacing: normal;
}

.main-wrap .mv-area .mv-bnr .mv-bnr-text02 span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.main-wrap .mv-area .mv-bnr .mv-bnr-bal {
  position: absolute;
  right: 25px;
  bottom: -8px;
  width: 117px;
}

.main-wrap .mv-area .mv-bnr .mv-bnr-bal img {
  display: block;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 14px 17px 10px -9px rgba(107, 98, 0, 0.25);
  box-shadow: 14px 17px 10px -9px rgba(107, 98, 0, 0.25);
}

.non-affiliated-bank.main-wrap .mv-area .mv-bnr .mv-bnr-bal {
  display: none;
}

@media screen and (min-width: 769px) {
  .main-wrap .mv-area .mv-bnr {
    padding-left: 32px;
    padding-right: 32px;
  }

  .main-wrap .mv-area .mv-bnr .mv-bnr-text02 span.dotted {
    position: relative;
  }

  .main-wrap .mv-area .mv-bnr .mv-bnr-text02 span.dotted:before {
    content: '';
    display: block;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .mv-area .mv-bnr {
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-wrap .mv-area .mv-bnr a {
    border-radius: 8px;
    background-image: url('/common/images/sugoyaha_bnr_bg01.png');
    background-size: cover;
    padding: 20px 24px;
    height: 78px;
  }

  .main-wrap .mv-area .mv-bnr .mv-bnr-text01 {
    display: none;
  }

  .main-wrap .mv-area .mv-bnr .logo-wrap {
    width: 72px;
    margin-right: 22px;
  }

  .main-wrap .mv-area .mv-bnr a:after {
    right: 16px;
    transform: translateY(-50%);
  }

  .main-wrap .mv-area .mv-bnr .mv-bnr-bal {
    right: 16px;
    bottom: -7px;
  }

  .main-wrap .mv-area .mv-bnr .mv-bnr-text02 span {
    font-size: 16px;
    line-height: 1.4;
  }
}

.main-wrap .title.is-1 {
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .main-wrap .title.is-1 {
    font-size: 22px;
  }
}

.main-wrap.mufg-wrap .mv-area .mv-bnr {
  display: block;
}

.main-wrap.mufg-wrap .sugohaya-bnr-area::before,
.main-wrap.paypay-bank-wrap .sugohaya-bnr-area::before,
.main-wrap.japannetbank-wrap .sugohaya-bnr-area::before {
  display: none;
}

.main-wrap.mufg-wrap .sugohaya-bnr-area .title.is-1,
.main-wrap.paypay-bank-wrap .sugohaya-bnr-area .title.is-1,
.main-wrap.japannetbank-wrap .sugohaya-bnr-area .title.is-1 {
  display: block;
}

.main-wrap.mufg-wrap .sugohaya-bnr-area h3.title,
.main-wrap.paypay-bank-wrap .sugohaya-bnr-area h3.title,
.main-wrap.japannetbank-wrap .sugohaya-bnr-area h3.title {
  background-color: #ffffff;
  border-radius: 9999px;
  padding: 32px;
  line-height: 1.65;
  position: relative;
  padding: 20px 40px 22px;
  margin-bottom: 24px;
  text-align: center;
}

.main-wrap.mufg-wrap .sugohaya-bnr-area h3.title .main-text,
.main-wrap.paypay-bank-wrap .sugohaya-bnr-area h3.title .main-text,
.main-wrap.japannetbank-wrap .sugohaya-bnr-area h3.title .main-text {
  display: block;
  font-size: 19px;
}

.main-wrap.mufg-wrap .sugohaya-bnr-area h3.title .sub-text,
.main-wrap.paypay-bank-wrap .sugohaya-bnr-area h3.title .sub-text,
.main-wrap.japannetbank-wrap .sugohaya-bnr-area h3.title .sub-text {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 16px;
  letter-spacing: 0.024em;
  line-height: 1.5em;
}

.main-wrap.mufg-wrap .sugohaya-bnr-area h3.title:after,
.main-wrap.paypay-bank-wrap .sugohaya-bnr-area h3.title:after,
.main-wrap.japannetbank-wrap .sugohaya-bnr-area h3.title:after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  border-top: 15px solid #ffffff;
  border-right: 6px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {

  .main-wrap.mufg-wrap .sugohaya-bnr-area .jnb-bnr::before,
  .main-wrap.paypay-bank-wrap .sugohaya-bnr-area .jnb-bnr::before,
  .main-wrap.japannetbank-wrap .sugohaya-bnr-area .jnb-bnr::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

_:-ms-lang(x)::-ms-backdrop .main-wrap,
body .main-wrap {
  letter-spacing: -0.5px !important;
}

@media screen and (max-width: 768px) {
  .header_202010+.main-wrap {
    padding-top: 58px;
  }
}

.single-bank-content-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .single-bank-content-wrap {
    width: 100%;
    max-width: 1248px;
    padding: 40px 24px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .single-bank-content-wrap {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .single-bank-content-wrap .attention-area .container {
    padding-bottom: 0;
  }
}

.single-bank-content-wrap .modal.is-active {
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .single-bank-content-wrap .modal .modal-content {
    padding: 0;
    height: 100vh;
    max-height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .single-bank-content-wrap .modal .modal-content .box {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.single-bank-content-wrap .modal .modal-content .modal-title {
  font-size: 31px;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .single-bank-content-wrap .modal .modal-content .modal-title {
    font-size: 20px;
    color: #fff;
    background-color: #5babd9;
    padding: 32px 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .single-bank-content-wrap .modal .modal-content .modal-title .title-dec::after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAAABAgMAAABRQDMTAAAADFBMVEX///////8AAAD///8FAGTCAAAAA3RSTlPwcABgjc74AAAAE0lEQVQI12PgvKGeMLepDJOaAACRqgrwSv7rkAAAAABJRU5ErkJggg==);
  }
}

.single-bank-content-wrap .modal .modal-content .box {
  background-color: #f8f6f7;
}

@media screen and (max-width: 768px) {
  .single-bank-content-wrap .modal .modal-content .box {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .single-bank-content-wrap .modal .modal-content .modal-close.is-large {
    top: 32px;
    border: none;
    right: 9px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
  }

  .single-bank-content-wrap .modal .modal-content .modal-close.is-large::before {
    height: 3px;
    background-color: #5babd9;
  }

  .single-bank-content-wrap .modal .modal-content .modal-close.is-large::after {
    width: 3px;
    background-color: #5babd9;
  }
}

@media screen and (min-width: 768px) {
  .single-bank-content-wrap .rate-list-block {
    margin-bottom: 8px;
  }
}


@media screen and (max-width: 768px) {
  .single-bank-content-wrap .rate-list-block .rate-item {
    justify-content: center;
  }

  .single-bank-content-wrap .rate-list-block .rate-item .rate-item__num {
    margin-right: 47px;
  }
}

.single-bank-content-wrap .more-btn-wrap {
  padding: 0 24px;
  margin-top: 32px;
  text-align: center;
}

.single-bank-content-wrap .more-btn-wrap .btn.btn--sm {
  margin-bottom: 0;
  background-color: #ffffff;
}

.title {
  font-weight: normal;
}

.title.is-1 {
  line-height: 1.6em;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .title.is-1 {
    font-size: 22px;
    letter-spacing: 0.024em;
  }
}

.title.is-2 {
  line-height: 1.6em;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.title .title-dec {
  position: relative;
}

.title .title-dec::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANUAAAACAgMAAACyFXGHAAAACVBMVEVHcEwOERIOEhN9JVXCAAAAAnRSTlMA8MsuPyQAAAAUSURBVAjXY0iRZHOcQCrhwEAeAACJ+g4MV0kgxgAAAABJRU5ErkJggg==);
}

.article-title.is-1fl {
  padding: 0 32px;
  margin: 0;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .article-title.is-1fl {
    font-size: 22px;
  }
}

.article-title.is-1fl::before {
  display: none;
}

.article-title.is-1fl .title-dec {
  border-bottom: 1px #0e1213 dashed;
  letter-spacing: 0.064em;
}

@media screen and (max-width: 768px) {
  .article-title.is-1fl .title-dec {
    line-height: 38px;
  }
}

.article-title.is-1fl .title-dec::after {
  display: none;
}

.main-wrap .attention-area {
  background-color: transparent !important;
}

@media screen and (min-width: 768px) {
  .main-wrap .attention-area {
    margin-top: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .attention-area {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .main-wrap .attention-area {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .attention-area {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .main-wrap .attention-area .container {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap .attention-area .container {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .single-bank-main {
    width: 69.6%;
    padding: 0;
    margin-right: 40px;
  }
}

.single-bank-main .mv-area {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#5babd9),
      color-stop(45%, #5babd9),
      color-stop(45%, #fff),
      to(#fff));
  background: -o-linear-gradient(#5babd9 0%, #5babd9 45%, #fff 45%, #fff 100%);
  background: linear-gradient(#5babd9 0%, #5babd9 45%, #fff 45%, #fff 100%);
}

@media screen and (max-width: 768px) {
  .single-bank-main .mv-area {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#5babd9),
        color-stop(32%, #5babd9),
        color-stop(32%, #f8f6f7),
        to(#f8f6f7));
    background: -o-linear-gradient(#5babd9 0%,
        #5babd9 32%,
        #f8f6f7 32%,
        #f8f6f7 100%);
    background: linear-gradient(#5babd9 0%,
        #5babd9 32%,
        #f8f6f7 32%,
        #f8f6f7 100%);
    padding-bottom: 0;
    border-bottom: 8px solid #f0f0f0;
    overflow: visible;
  }
}

@media screen and (min-width: 768px) {
  .single-bank-main .mv-area .container {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .single-bank-main .mv-area .title {
    margin-bottom: 44px;
  }
}

.single-bank-main .mv-area .title .title-dec:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL4AAAADBAMAAADfDqgFAAAAElBMVEUAAAANERMOERINERMNERIOEhOx9ZsuAAAABXRSTlMAwM+wh7nMgfEAAAAfSURBVBjTY1ANZGAKFaAVxcIgGszAGGpAK4qFgcYAABPUGDaxu9IlAAAAAElFTkSuQmCC);
}

.single-bank-main .sec01-inner .sim-bnr-area {
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .single-bank-main .sec01-inner .sim-bnr-area {
    padding: 80px 112px;
  }
}

@media screen and (max-width: 768px) {
  .single-bank-main .sec01-inner .sim-bnr-area {
    padding: 48px 0;
    border-top: 2px solid #edebec;
  }
}

@media screen and (min-width: 768px) {
  .single-bank-main .sec01-inner .sim-bnr-area-wrap {
    margin-top: 24px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .single-bank-main .sec01-inner .sim-bnr-area-wrap {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .single-bank-main .sec01-inner .title {
    margin-bottom: 32px;
  }
}

.single-bank-main .buzz-area {
  border-bottom: 8px solid #f0f0f0;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .single-bank-main .buzz-area {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .single-bank-main .buzz-area {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .single-bank-main .buzz-area .container {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .single-bank-main .buzz-area .container {
    padding-top: 40px;
  }
}

.single-bank-main .sim-bnr-area {
  border-bottom: 8px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .single-bank-main .insurance-area {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 8px solid #f0f0f0;
  }
}

@media screen and (min-width: 768px) {
  .single-bank-main .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .single-bank-main .sim-bnr-area-wrap {
    margin-bottom: 0;
  }
}

.single-bank-main .xxx-bank-name {
  display: none;
}

@media screen and (min-width: 768px) {
  .single-bank-side {
    width: 27.2%;
  }
}

@media screen and (max-width: 768px) {
  .single-bank-side {
    display: none;
    background: #fff;
    margin: 0 24px;
  }
}

.single-bank-side .show {
  display: block !important;
}

.single-bank-side .side_mb40 {
  margin-bottom: 40px;
}

.insurance-area {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 8px solid #f0f0f0;
}

.insurance-area .container {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .insurance-area .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.insurance-area .lead-msg {
  font-size: 14px;
  line-height: 1.5;
}

.insurance-area .attention-text {
  font-size: 12px;
  line-height: 1;
  color: #0d1112;
  margin-top: 16px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .insurance-area .attention-text {
    margin-bottom: 20px;
    line-height: 1.5em;
  }
}

.insurance-area .notice-list+.item-block {
  margin-top: 20px;
}

.insurance-area .btn-wrap {
  margin-top: 54px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .insurance-area .btn-wrap {
    width: 80%;
  }
}

.insurance-area .item-block {
  padding: 24px 40px;
  border: 1px solid #cccacb;
}

@media screen and (max-width: 768px) {
  .insurance-area .item-block {
    padding: 24px;
  }
}

.insurance-area .item-block .item__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}

.insurance-area .item-block .item__txt {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 24px;
}

.insurance-area .item-block .item__txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.insurance-area .item-block .item__txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.insurance-area .item-block .combine-rate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.insurance-area .item-block .combine-rate__label {
  margin-right: 16px;
  min-width: 80px;
  line-height: 1.5;
}

.insurance-area .item-block .combine-rate__num {
  line-height: 1.5em;
}

.insurance-area .notice-list {
  color: #a69fa2;
  font-size: 10px;
  margin-top: 8px;
}

.anchor-link-block {
  padding: 0 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .anchor-link-block {
    padding: 0 24px 0;
  }
}

.anchor-link-block a {
  display: block;
  color: #000;
}

.anchor-link-block a span {
  display: block;
}

.anchor-link-block .sim-anchor,
.anchor-link-block .kuchikomi-anchor {
  width: 34.6%;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  padding: 40px 32px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  position: relative;
}

@media screen and (max-width: 768px) {

  .anchor-link-block .sim-anchor,
  .anchor-link-block .kuchikomi-anchor {
    width: 47.43%;
    font-size: 16px;
    padding: 32px 24px 54px;
  }
}

.anchor-link-block .sim-anchor::before,
.anchor-link-block .kuchikomi-anchor::before {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAUBAMAAADxfUlCAAAAG1BMVEUAAAANEhILEBAOERIOERINERMOEBINEBMOEhNT7EL2AAAACHRSTlMAoDDw769wXzTRqJ8AAABlSURBVBjTRcqxDYAwEENRwwQpKSkyARvQZQyGYAGEkDw2l8L2Fb84P6A3+NZzZjz5dLaZqshgzYNVE/LCxkImfHcsLBRyAEImEDIRChEyCRIx+m4RI4oYiQiJBJkEiQSZBIkEmfwDiThrxm39lQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {

  .anchor-link-block .sim-anchor::before,
  .anchor-link-block .kuchikomi-anchor::before {
    width: 12px;
    height: 7px;
    bottom: 32px;
  }
}

@media screen and (max-width: 768px) {

  .anchor-link-block .sim-anchor p,
  .anchor-link-block .kuchikomi-anchor p {
    line-height: 1.38;
  }
}

.anchor-link-block .sim-anchor span,
.anchor-link-block .kuchikomi-anchor span {
  font-size: 12px;
  font-weight: normal;
}

.anchor-link-block .anchor-icon {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .anchor-link-block .anchor-icon {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .anchor-link-block .sim-anchor.sim-anchor__pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .anchor-link-block .sim-anchor.sim-anchor__sp {
    display: none;
  }
}

.anchor-link-block .sim-anchor .anchor-icon {
  margin-bottom: 14px;
}

.anchor-link-block .sim-anchor .anchor-icon img {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .anchor-link-block .sim-anchor .anchor-icon img {
    width: 56%;
  }
}

.anchor-link-block .sim-anchor span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .anchor-link-block .sim-anchor span {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .anchor-link-block .sim-anchor span {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .anchor-link-block .kuchikomi-anchor .anchor-icon {
    margin-bottom: 7px;
  }
}

.anchor-link-block .kuchikomi-anchor .anchor-icon img {
  width: 41%;
}

@media screen and (max-width: 768px) {
  .anchor-link-block .kuchikomi-anchor .anchor-icon img {
    width: 52%;
  }
}

.anchor-link-block .others-anchor {
  width: 26.5%;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
}

@media screen and (max-width: 768px) {
  .anchor-link-block .others-anchor {
    margin-top: 16px;
    padding: 24px 0;
    width: 100%;
    border-radius: 8px;
  }
}

.anchor-link-block .others-anchor a {
  line-height: 1;
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .anchor-link-block .others-anchor a {
    font-size: 13px;
    padding: 0;
  }
}

.anchor-link-block .others-anchor a::before {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQBAMAAAD6/3KbAAAAElBMVEUAAAANERIAEBAOERINERMOEhNnb85cAAAABXRSTlMA0BDfv6Vna5UAAABNSURBVAjXNcnBDcAgDENR1A2IxD3tCp0ECe+/Cij+5JDYee3p2WoqvQqXSkMzTUPrNAWkWStNCm8oOffJhYyfCfxNoEwgBEIgBEJgN20UFxeGQz16HgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .anchor-link-block .others-anchor a::before {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .anchor-link-block .others-anchor a::before {
    width: 9px;
    height: 5px;
    background-size: contain;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .anchor-link-block .others-anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .anchor-link-block .others-anchor li {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .anchor-link-block .others-anchor li:not(:last-child) {
    border-bottom: 1px solid #edebec;
  }
}

@media screen and (max-width: 768px) {
  .anchor-link-block .others-anchor li:nth-child(2) {
    position: relative;
  }

  .anchor-link-block .others-anchor li:nth-child(2)::before,
  .anchor-link-block .others-anchor li:nth-child(2)::after {
    content: "";
    display: block;
    width: 1px;
    background-color: #cccacb;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .anchor-link-block .others-anchor li:nth-child(2)::before {
    left: 0;
  }

  .anchor-link-block .others-anchor li:nth-child(2)::after {
    right: 0;
  }
}

.rate-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.rate-list-block+.notice-list {
  color: #a69fa2;
}

@media screen and (max-width: 768px) {
  .rate-list-block {
    background-color: #ffffff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    border-bottom: 4px solid #f0f0f0;
  }
}

.rate-list-block .rate-item {
  width: 32%;
  padding: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .rate-list-block .rate-item {
    padding: 32px;
    background-color: #ffffff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .rate-list-block .rate-item {
    width: 100%;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media screen and (max-width: 768px) {
  .rate-list-block .rate-item:not(:first-child) {
    border-top: 1px solid #edebec;
  }
}

@media screen and (max-width: 768px) {
  .rate-list-block .rate-item:first-child {
    padding-top: 0;
  }
}

.rate-list-block .rate-item .rate-item__name {
  text-align: center;
  font-size: 19px;
}

@media screen and (min-width: 768px) {
  .rate-list-block .rate-item .rate-item__name {
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #a69fa2;
  }
}

@media screen and (max-width: 768px) {
  .rate-list-block .rate-item .rate-item__name {
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 77px;
    text-align: left;
  }
}

.rate-list-block .rate-item .rate-item__num {
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (min-width: 768px) {
  .rate-list-block .rate-item .rate-item__num {
    margin-top: -8px;
  }
}

@media screen and (max-width: 768px) {
  .rate-list-block .rate-item .rate-item__num {
    font-size: 56px;
  }
}

.rate-list-block .rate-item .rate-item__num .rate-item__num02 {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .rate-list-block .rate-item .rate-item__num .rate-item__num02 {
    font-size: 39px;
  }
}

.rate-list-block .rate-item .rate-item__num .unit.type2 {
  font-size: 16px;
  font-weight: normal;
}

.rate-list-block .rate-item .rate-item__num .bl_rankRate:after {
  bottom: 10px;
  left: calc(100% + 2px);
}

.rate-list-block .rate-item .rate-item__product {
  font-size: 10px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .rate-list-block .rate-item .rate-item__product {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .modal-content .rate-list-block {
    padding: 0 32px;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.modal-content .rate-list-block .rate-item {
  display: block;
  padding: 32px 25px;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .modal-content .rate-list-block .rate-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
  }
}

.modal-content .rate-list-block .rate-item .rate-item__num {
  text-align: left;
  color: #000;
  position: relative;
}

.modal-content .rate-list-block .rate-item .rate-item__num:after {
  display: block;
  content: '';
  width: 10px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/article/wp-content/themes/recruit-finance/images/article_icon_right_arrow_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .modal-content .rate-list-block .rate-item .rate-item__num .bl_rankRate_num_lg {
    font-size: 48px;
  }

  .modal-content .rate-list-block .rate-item .rate-item__num .bl_rankRate_num_sm {
    font-size: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .modal-content .rate-list-block .rate-item .rate-item__num {
    transform: translateX(-20px);
  }

  .modal-content .rate-list-block .rate-item .rate-item__num:after {
    right: -57px;
  }
}

.modal-content .rate-list-block .rate-item .rate-item__num .bl_rankRate_num_sm {
  font-size: 52px;
}

@media screen and (min-width: 768px) {
  .modal-content .rate-list-block .rate-item .rate-item__name {
    font-weight: normal;
  }
}

@media screen and (max-width: 768px) {
  .modal-content .rate-list-block .rate-item .rate-item__name {
    width: 90px;
    transform: translate(-20px, 2px);
  }
}

.title.is-2 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec01-inner {
    background-color: #ffffff;
    border-radius: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  }

  .sec01-inner+.notice-list {
    margin-top: 8px;
    color: #a69fa2;
  }
}

@media screen and (min-width: 768px) {
  .sec01-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec01-inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.sec01-inner h3.title {
  text-align: center;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .sec01-inner h3.title {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sec01-inner h3.title {
    font-size: 22px;
  }
}

.sec01-inner .rate-list-block .rate-item__num .bl_rankRate_num_sm {
  font-size: 52px;
}

.sec03-inner,
.sec04-inner,
.sec05-inner {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
}

@media screen and (min-width: 768px) {

  .sec03-inner,
  .sec04-inner,
  .sec05-inner {
    padding-right: 112px;
    padding-left: 112px;
  }
}

@media screen and (max-width: 768px) {

  .sec03-inner,
  .sec04-inner,
  .sec05-inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (min-width: 768px) {

  .sec03-inner,
  .sec04-inner,
  .sec05-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {

  .sec03-inner,
  .sec04-inner,
  .sec05-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.sec04-inner>.lead-msg {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sec04-inner>.lead-msg {
    margin-bottom: 24px;
  }
}

.user-voice-block+.sim-bnr-area {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
}

@media screen and (min-width: 768px) {
  .user-voice-block+.sim-bnr-area {
    padding-right: 112px;
    padding-left: 112px;
  }
}

@media screen and (max-width: 768px) {
  .user-voice-block+.sim-bnr-area {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.buzz-area {
  background-color: transparent;
}

.buzz-area .item-block {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  border: none;
}

@media screen and (min-width: 768px) {
  .buzz-area .item-block {
    padding-right: 112px;
    padding-left: 112px;
  }
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (min-width: 768px) {
  .buzz-area .item-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block .item-block-head {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .buzz-area .item-block .item-block-body {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block .item-block-body {
    margin: 0;
  }
}

.buzz-area .item-block .item-block-body .clm-wrap {
  background-color: #f8f6f7;
  border-radius: 6px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .buzz-area .item-block .item-block-body .clm-wrap {
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .buzz-area .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.buzz-area .container:last-child {
  padding-top: 0;
  margin-top: 32px;
}

.buzz-area .buzz-area-icon {
  text-align: center;
  margin-bottom: 16px;
}

.buzz-area .buzz-area-icon img {
  width: 71px;
}

@media screen and (min-width: 768px) {
  .buzz-area .buzz-area-icon {
    display: none;
  }
}

.sim-bnr-area-wrap {
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  background-color: #ffffff;
  padding-top: 77px;
  padding-bottom: 78px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .sim-bnr-area-wrap {
    padding-right: 112px;
    padding-left: 112px;
  }
}

@media screen and (max-width: 768px) {
  .sim-bnr-area-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 768px) {
  .sim-bnr-area-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr-area .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .sim-bnr-area .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sim-bnr-area .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sim-bnr {
  text-align: center;
}

.sim-bnr .sub-title {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.sim-bnr .sub-title .sub-title-inner {
  position: relative;
}

.sim-bnr .sub-title .sub-title-inner::before,
.sim-bnr .sub-title .sub-title-inner::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.5em;
  background-color: #000;
  position: absolute;
  bottom: -0.5em;
}

.sim-bnr .sub-title .sub-title-inner::before {
  left: -1em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sim-bnr .sub-title .sub-title-inner::after {
  right: -1em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sim-bnr .sub-title .sub-title--fwb {
  font-weight: bold;
}

.sim-bnr .title {
  display: inline-block;
  padding: 20px 40px;
  border: 1px solid #a69fa2;
  border-radius: 999px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.42em;
  letter-spacing: 0.024em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sim-bnr .title {
    padding: 20px 40px 24px;
    line-height: 1.7em;
    margin-bottom: 24px;
  }
}

.sim-bnr .title::before,
.sim-bnr .title::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

@media screen and (min-width: 768px) {

  .sim-bnr .title::before,
  .sim-bnr .title::after {
    width: 17px;
    height: 17px;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {

  .sim-bnr .title::before,
  .sim-bnr .title::after {
    width: 9px;
    height: 11px;
    bottom: -11px;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr .title::before {
    left: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAY1BMVEUAAAD+/v7///+tnJylnqKln6Krpaeln6GlnqL39vbx8PCmnqGnn6Oln6X///+mnqGvqq36+vrIxMbDvcC8trj9/f24s7Xn5ufMysve29vEwMOlnqKmn6Gln6Gnn5+/n5////9f1yVBAAAAIHRSTlMAH98PwmDw7+DJw6BAMPbw4+Lf3dnRycG/urawkIAgCB0uZ84AAABYSURBVBjTvc43DoAwEETRBds4k3Pc+58SkLDQuqDkd/OqgY94EoFo0oiURkquRaTEDVLyJd5V9RHEDtfuRmnZA3uWo56LjUFonUyvxLuByYwL8sUvDn7oBCxkBIIOb1flAAAAAElFTkSuQmCC);
  }
}

@media screen and (max-width: 768px) {
  .sim-bnr .title::before {
    width: 9px;
    height: 11px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAALCAMAAACah1cpAAAAUVBMVEUAAACln6Kvn5+lnqLl4+Supqn+/v76+vrIw8fn5ufZ1temnqKmnqGnn5////+noKS4s7a4s7amnqLRzM+lnqKmn6Gln6Gmn6Onn6P///+noKPZo43jAAAAGXRSTlMAYBDg9vHr2cnBwcCgIPXw2djQxLCQgFBApSQfxwAAAEpJREFUCNctxkcSwCAMBMGVyMk5wf8faoE9h6lG0rWnD5Af8gRuVmBnBnIQhQzgXkXLA0m56hR6Z6zxGipmMgWjbU/4oka/WLH8BRS5A9ISFhGDAAAAAElFTkSuQmCC);
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr .title::after {
    right: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAaVBMVEUAAAD///////+mnp6nn6P+/v6qo6apoqWmn6KlnqKmnqGln6Gln6Knn6Ovn5///////v6wqazV0dL5+Pi1r7HAvL719fXT0NHOycumnqLg3d7V0tTy8vLo5+emn6Kln6Xr6+u/v7////8OGPcLAAAAInRSTlMA3yAf8PLw4NCzoIBgQBD66eLf1tXQzsfBwLy8t7VwMBoMNaLbwAAAAFhJREFUGNOtyDcSgCAQAMBTUDLmnO//j5QKhRk7t1z4cpEo0lpGkWQ5CQNxUFFgQq2P04Uz7n5EuxZuGgae5tWWIXYaHmZic9lzeCOSLrmB8BQVELEH/OkGPXcEqqk55eYAAAAASUVORK5CYII=);
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr .title .title-dec:after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr-colum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: -76px;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr-colum:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 90px);
    border-radius: 9999px;
    background-color: #edebec;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.sim-bnr-icon-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sim-bnr-icon-sp {
    display: block;
    margin-bottom: 32px;
    padding-left: 10px;
  }
}

.sim-bnr-icon-sp img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .sim-bnr-icon-sp img {
    width: 118px;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr-colItem {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr-colItem:first-child {
    padding-right: 64px;
  }
}

@media screen and (max-width: 768px) {
  .sim-bnr-colItem:first-child {
    padding-bottom: 32px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .sim-bnr-colItem:first-child::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #edebec;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr-colItem:first-child .sim-bnr-icon {
    margin-left: -16px;
  }
}

.sim-bnr-colItem:first-child .sim-bnr-icon img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  .sim-bnr-colItem:first-child .sim-bnr-icon img {
    width: 116px;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr-colItem:first-child .sim-bnr-btn-wrap {
    padding-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr-colItem:last-child {
    padding-left: 64px;
  }
}

@media screen and (max-width: 768px) {
  .sim-bnr-colItem:last-child {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr-colItem:last-child .sim-bnr-icon {
    margin-right: 9px;
  }
}

.sim-bnr-colItem:last-child .sim-bnr-icon img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  .sim-bnr-colItem:last-child .sim-bnr-icon img {
    width: 96px;
  }
}

@media screen and (min-width: 768px) {
  .sim-bnr-colItem:last-child .sim-bnr-btn-wrap {
    padding-right: 24px;
  }
}

.sim-bnr-icon {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .sim-bnr-icon {
    display: none;
  }
}

.sim-bnr-icon img {
  vertical-align: bottom;
}

.sim-bnr-text {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.024em;
}

.sim-bnr-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.sim-bnr-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.sim-bnr-btn-wrap {
  margin-top: 24px;
}

.sim-bnr-btn {
  display: block;
  width: 100%;
  border-radius: 9999px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5em;
  padding: 13px;
}

.sim-bnr-btn:hover {
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .sim-bnr-btn {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sim-bnr-btn.sim-bnr-btn-yosan {
  background-color: #5babd9;
}

.sim-bnr-btn.sim-bnr-btn-loan {
  background-color: #fd7678;
}

@media screen and (min-width: 768px) {
  .apply-area {
    border-bottom: 8px solid #f0f0f0;
  }
}

@media screen and (min-width: 768px) {
  .apply-area .container {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  .apply-area .container {
    padding: 40px 24px;
  }
}

@media screen and (min-width: 768px) {
  .apply-area .container .title.is-1 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .apply-area {
    border-bottom: 8px solid #f0f0f0;
  }
}

.apply-bnr-content {
  position: relative;
}

@media screen and (min-width: 768px) {
  .apply-bnr-content::after {
    content: "";
    display: block;
    width: 4px;
    height: calc(100% - 60px);
    border-radius: 9999px;
    background-color: #edebec;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .apply-bnr-colum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .apply-bnr-colum {
    margin-top: -24px;
  }
}

.apply-bnr-colItem {
  display: block;
  color: #000000;
  text-align: center;
  border-radius: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.apply-bnr-colItem:hover {
  background-color: #edebec;
}

@media screen and (min-width: 768px) {
  .apply-bnr-colItem {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .apply-bnr-colItem:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .apply-bnr-colItem:first-child {
    padding-bottom: 40px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .apply-bnr-colItem:first-child::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .apply-bnr-colItem:first-child .title {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .apply-bnr-colItem:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .apply-bnr-colItem:last-child {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.apply-bnr-colItem .title {
  background-color: #ffffff;
  border-radius: 9999px;
  padding: 32px;
  line-height: 1.65;
  position: relative;
}

@media screen and (min-width: 768px) {
  .apply-bnr-colItem .title {
    min-height: 190px;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  .apply-bnr-colItem .title {
    padding: 20px 40px 22px;
    margin-bottom: 24px;
  }
}

.apply-bnr-colItem .title:after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  border-top: 15px solid #ffffff;
  border-right: 6px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.apply-bnr-colItem .title .main-text {
  display: block;
  font-size: 19px;
}

@media screen and (min-width: 768px) {
  .apply-bnr-colItem .title .main-text {
    font-weight: bold;
  }
}

.apply-bnr-colItem .title .sub-text {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 16px;
  letter-spacing: 0.024em;
  line-height: 1.5em;
}

.apply-bnr-colItem .title .sub-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.apply-bnr-colItem .title .sub-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.apply-bnr {
  position: relative;
  padding-top: 120px;
}

@media screen and (min-width: 768px) {
  .apply-bnr {
    max-width: 327px;
    margin: 0 auto;
  }
}

.apply-bnr::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .apply-bnr.apply-bnr-salary {
    padding-top: 96px;
  }
}

.apply-bnr.apply-bnr-salary::before {
  width: 102px;
  height: 121px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/sugoi_self_kyuyoshotoku_icon@2x.png);
}

@media screen and (max-width: 768px) {
  .apply-bnr.apply-bnr-salary::before {
    width: 67px;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .apply-bnr.apply-bnr-freelance {
    padding-top: 102px;
  }
}

.apply-bnr.apply-bnr-freelance::before {
  width: 128px;
  height: 130px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/sugoi_self_employed_icon@2x.png);
}

@media screen and (max-width: 768px) {
  .apply-bnr.apply-bnr-freelance::before {
    width: 86px;
    height: 87px;
  }
}

.apply-bnr img {
  border-radius: 16px;
  position: relative;
  z-index: 2;
}

.share-area,
.keywords-area {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
}

@media screen and (min-width: 768px) {

  .share-area,
  .keywords-area {
    padding-right: 112px;
    padding-left: 112px;
  }
}

@media screen and (max-width: 768px) {

  .share-area,
  .keywords-area {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 768px) {

  .share-area,
  .keywords-area {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.share-area {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.share-area-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .share-area-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.share-area-inner p {
  padding-left: 44px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .share-area-inner p {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .share-area-inner p {
    font-size: 12px;
  }
}

.share-area-inner p::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/article/wp-content/themes/recruit-finance/images/article_icon_sns@2x.png);
  position: absolute;
  left: -12px;
  top: -9px;
  width: 29px;
  height: 32px;
}

.share-area-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .share-area-icons {
    width: calc(100% - 250px);
  }
}

.share-area-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .share-area-icons a {
    border-left: 2px solid #edebec;
    padding: 0 13%;
  }
}

@media screen and (max-width: 768px) {
  .share-area-icons a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .share-area-icons a:not(:last-child) {
    margin-right: 32px;
  }
}

.keywords-area {
  padding-top: 24px;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .keywords-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.keywords-area-inner p {
  font-size: 16px;
  line-height: 32px;
  width: 250px;
  padding-left: 44px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .keywords-area-inner p {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .keywords-area-inner p {
    font-size: 12px;
    width: 100%;
    margin-bottom: 24px;
  }
}

.keywords-area-inner p::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  top: 0;
  left: -8px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/article_icon_keyword@2x.png);
}

@media screen and (max-width: 768px) {
  .keywords-area-inner p::before {
    width: 37px;
    height: 37px;
  }
}

.keywords-area-inner .keywords-area-list li {
  padding: 0 16px 16px 0;
}

.keywords-area-inner .keywords-area-list li a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #edebec;
  border-radius: 6px;
  color: #000000;
  font-size: 12px;
}

.rate-info-area {
  border-bottom: 8px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .rate-info-area .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .rate-info-area .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .rate-info-area .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.rate-info-area .rate-info-icon {
  text-align: center;
  margin-bottom: 16px;
}

.rate-info-area .rate-info-icon img {
  width: 72px;
}

@media screen and (min-width: 768px) {
  .rate-info-area .rate-info-icon {
    display: none;
  }
}

.examination-area {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 8px solid #f0f0f0;
}

.examination-area .container {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .examination-area .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .examination-area {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 8px solid #f0f0f0;
  }
}

@media screen and (min-width: 768px) {
  .examination-area .container {
    padding-top: 80px;
  }
}

.examination-area .btn-wrap {
  margin-top: 54px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.examination-area .step-block {
  counter-reset: secNum;
}

.examination-area .step-block .step-block__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .examination-area .step-block .step-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
  }
}

.examination-area .step-block .step-block__inner:last-child {
  padding-bottom: 0;
}

.examination-area .step-block .step-block__inner:last-child:last-child::before {
  display: none;
}

.examination-area .step-block .step-block__inner:last-child:last-child::after {
  display: none;
}

.examination-area .step-block .step-block__inner::before {
  position: absolute;
  left: 0;
  top: 48px;
  bottom: 1em;
  content: "";
  width: 2px;
  margin-left: 14px;
  -webkit-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  background-color: #cccacb;
}

.examination-area .step-block .step-block__inner::after {
  content: "";
  display: block;
  width: 21px;
  height: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAYCAMAAABQmCTMAAAAS1BMVEUAAADMycvMzMzMysvNys3LysrLysvMy8zOycrOy8vMysrMysvMyczNy8vMyczNysrMysvLy8vR0dHMycvLysvLycvMzMzb29vMysvmVz2cAAAAGHRSTlMA9RHwNdPZMDg+b/hofXdhwiwWubGECgdCkkY+AAAAh0lEQVQoz4XMSw7CMAxFUYcEkhZKy9/7XylOJMsDRO8dWB4cPZH3YxJqWex8Nk0F4FV1Fnmqamr7i2qtMp07LbuL1ukuThkSnQc8iAANSDSg09RpRWi1TnP9B4leHAINSHTAY8BfijAoQqsMerNvdQgUodVyp6+AsOoQqUOk2SFWs0OmG0DoCy9VD/LxTmzMAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 4px;
  bottom: 0;
}

.examination-area .step-block .step-block__title {
  font-size: 18px;
  position: relative;
  padding-left: 48px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .examination-area .step-block .step-block__title {
    width: 50%;
  }
}

.examination-area .step-block .step-block__title::before {
  counter-increment: secNum;
  content: "0"counter(secNum);
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #cccacb;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.examination-area .step-block .step-block__title .step-block__title-dec {
  padding-bottom: 4px;
  border-bottom: 1px #0e1213 dashed;
}

.examination-area .step-block .step-block__txt {
  position: relative;
  font-size: 14px;
  line-height: 1.78;
  margin-top: 6px;
  margin-bottom: 1.85em;
}

.examination-area .step-block .step-block__txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.78) * 0.5em);
  content: "";
}

.examination-area .step-block .step-block__txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.78) * 0.5em);
  content: "";
}

@media screen and (min-width: 768px) {
  .examination-area .step-block .step-block__txt {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .examination-area .step-block .step-block__txt {
    margin-top: 0;
    padding-left: 48px;
  }
}

.examination-area .notice-list {
  color: #a69fa2;
  border-top: 1px solid #edebec;
  padding-top: 16px;
  margin-top: 32px;
}

.counseling-area {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .counseling-area {
    margin-bottom: 24px;
  }
}

.counseling-area .container {
  padding-top: 80px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .counseling-area .container {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.counseling-area+.sim-bnr-area {
  border-bottom: none;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .counseling-area+.sim-bnr-area {
    margin-bottom: 32px;
  }
}

.counseling-area+.sim-bnr-area .container {
  padding-bottom: 0;
  padding-top: 0px;
}

.counseling-area .method-table+.notice-list {
  color: #a69fa2;
  border-top: 1px solid #edebec;
  padding-top: 16px;
  margin-top: 32px;
}

.counseling-area .lead-msg {
  margin-bottom: 40px;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .counseling-area .lead-msg {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.user-voice-block {
  position: relative;
}

.user-voice-block .xxx-bank-name {
  text-align: center;
  font-size: 22px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .user-voice-block .xxx-bank-name {
    font-size: 19px;
  }
}

.user-voice-block .xxx-bank-name a {
  color: #000000;
  position: relative;
}

@media screen and (min-width: 768px) {
  .user-voice-block .xxx-bank-name a:after {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAaBAMAAABMRsE0AAAAD1BMVEUAAAANERIAEBAOERIOEhPtqV0JAAAABHRSTlMA0BDg1NKjgwAAADVJREFUCNdjYBJUYAADRRchCEPExVEBygAKQaSgQkyUCykDheAMuBRcMRkCCKciHI/wDtyDAA8WE8tYSLs6AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .row-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item:first-child {
    margin-left: 12px;
    margin-right: 32px;
  }
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(2) {
    width: 55%;
  }
}

@media screen and (min-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(2) {
    padding-right: 32px;
  }
}

.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(3),
.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(4) {
  position: relative;
  width: auto;
}

@media screen and (max-width: 768px) {

  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(3),
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(4) {
    width: 50%;
    margin-top: 16px;
  }
}

.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(3)::before,
.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(4)::before {
  content: "";
  display: block;
  width: 2px;
  background-color: #cccacb;
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
}

@media all and (-ms-high-contrast: none) {

  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(3),
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(4) {
    /* IE用調整 */
    letter-spacing: -0.5px;
  }
}

.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(3) {
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(3) {
    display: none;
  }
}

.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(3)::before {
  left: 0;
}

@media screen and (min-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(3)::before {
    top: 0.5em;
    bottom: 0.5em;
  }
}

@media screen and (min-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(3) table {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(4) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(4)::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(4)::before {
    right: 0;
  }
}

.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(5) {
  width: 100%;
  padding: 0 8px;
  margin-top: 16px;
  position: relative;
}

.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(5)::before,
.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(5)::after {
  content: "";
  display: block;
  width: 2px;
  background-color: #cccacb;
  position: absolute;
  top: 0;
  bottom: 0;
}

.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(5)::before {
  left: 0;
}

.user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(5)::after {
  right: 0;
}

@media screen and (min-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item:nth-child(5) {
    display: none;
  }
}

.user-voice-block .item-block-head .row-wrap .wrap-item table {
  width: 100%;
  font-size: 11px;
}

.user-voice-block .item-block-head .row-wrap .wrap-item table th {
  font-weight: normal;
  padding-bottom: 1px;
}

@media screen and (min-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item table th {
    width: 5em;
  }
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .row-wrap .wrap-item table th {
    width: 40%;
    padding-right: 3px;
  }
}

@media all and (-ms-high-contrast: none) {
  .user-voice-block .item-block-head .row-wrap .wrap-item table th {
    /* IE用調整 */
    padding-right: 4px;
  }
}

.user-voice-block .item-block-head .row-wrap .wrap-item table td {
  font-weight: bold;
  padding-bottom: 1px;
}

.user-voice-block .item-block-head .row-wrap .wrap-item table td span {
  font-weight: normal;
  font-size: 10px;
  display: inline-block;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.user-voice-block .item-block-head .item-block-head__ratetype {
  line-height: 1;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .user-voice-block .item-block-head .item-block-head__ratetype {
    max-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .item-block-head__ratetype {
    margin-top: 4px;
  }
}

.user-voice-block .item-block-head .item-block-head__num {
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .item-block-head__num {
    margin-bottom: 11px;
  }
}

.user-voice-block .item-block-head .item-block-head__num span {
  font-size: 22px;
  padding-left: 5px;
}

.user-voice-block .item-block-head .item-block-head__user-img {
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-head .item-block-head__user-img {
    width: 112px;
    padding-left: 12px;
    padding-right: 28px;
  }
}

.user-voice-block .item-block-head .item-block-head__user-img img {
  width: 56px;
}

.user-voice-block .item-block-head .item-block-head__user-img figcaption {
  margin-top: 8px;
  letter-spacing: 0;
}

.user-voice-block .item-block-body .clm-wrap {
  position: relative;
  padding: 40px;
  margin-top: 34px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .user-voice-block .item-block-body .clm-wrap {
    padding: 24px;
    margin-top: 28px;
  }
}

.user-voice-block .item-block-body .clm-wrap::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  border-top: 0px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 15px solid #f8f6f7;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.user-voice-block .item-block-body .clm-wrap p.item-block-body__title,
.user-voice-block .item-block-body .clm-wrap p.item-block-body__txt {
  text-align: left;
}

.user-voice-block .item-block-body .clm-wrap p.item-block-body__txt:last-of-type {
  margin-bottom: 0;
}

.user-voice-block .item-block-body .clm-wrap p.item-block-body__txt span:nth-of-type(2) {
  display: none;
}

.user-voice-block .item-block-body .clm-wrap>a {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  color: #000;
  letter-spacing: 0.024em;
  margin-top: 32px;
}

.user-voice-block .item-block-body .item-block-body__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-left: 1em;
  margin-bottom: 16px;
  position: relative;
}

.user-voice-block .item-block-body .item-block-body__title::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.user-voice-block .item-block-body .item-block-body__txt {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 1.5em;
  letter-spacing: 0.024em;
}

.user-voice-block .JS-more-review-parent {
  position: absolute;
  bottom: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.user-voice-block .JS-more-review-parent .btn-wrap button {
  border: none;
  background-color: transparent;
  overflow: visible;
}

.service-recommend-area {
  margin-top: 32px;
  padding: 0 0 80px;
  border-bottom: 8px solid #f0f0f0;
}

@media screen and (max-width: 768px) {
  .service-recommend-area {
    padding-bottom: 40px;
  }
}

.other-bank-area {
  border-bottom: 8px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .other-bank-area .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .other-bank-area .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .other-bank-area .container {
    padding-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .other-bank-area .container {
    margin-bottom: 40px;
  }
}

.other-bank-area .other-bank-area-inner {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  padding-top: 36px;
  padding-bottom: 37px;
}

@media screen and (min-width: 768px) {
  .other-bank-area .other-bank-area-inner {
    padding-right: 112px;
    padding-left: 112px;
  }
}

@media screen and (max-width: 768px) {
  .other-bank-area .other-bank-area-inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (min-width: 768px) {
  .other-bank-area .other-bank-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .other-bank-area .other-bank-area-inner {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
}

.other-bank-area .title {
  display: inline-block;
  padding: 20px 40px;
  border: 1px solid #a69fa2;
  border-radius: 999px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.42em;
  letter-spacing: 0.024em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .other-bank-area .title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .other-bank-area .title {
    line-height: 1.7em;
  }
}

.other-bank-area .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAALCAMAAACah1cpAAAAUVBMVEUAAACln6Kvn5+lnqLl4+Supqn+/v76+vrIw8fn5ufZ1temnqKmnqGnn5////+noKS4s7a4s7amnqLRzM+lnqKmn6Gln6Gmn6Onn6P///+noKPZo43jAAAAGXRSTlMAYBDg9vHr2cnBwcCgIPXw2djQxLCQgFBApSQfxwAAAEpJREFUCNctxkcSwCAMBMGVyMk5wf8faoE9h6lG0rWnD5Af8gRuVmBnBnIQhQzgXkXLA0m56hR6Z6zxGipmMgWjbU/4oka/WLH8BRS5A9ISFhGDAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .other-bank-area .title::before {
    left: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-90deg);
    -ms-transform: translateY(50%) rotate(-90deg);
    transform: translateY(50%) rotate(-90deg);
  }
}

@media screen and (min-width: 768px) {
  .other-bank-area .title .title-dec::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .other-bank-area .other-bank-icon {
    width: 73px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .other-bank-area .other-bank-icon img {
    width: 28%;
  }
}

.other-bank-area .other-bank-text {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .other-bank-area .other-bank-text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .other-bank-area .other-bank-text {
    font-size: 14px;
    text-align: left;
    width: 82%;
    margin: 32px auto 24px;
  }
}

.other-bank-area .other-bank-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.other-bank-area .other-bank-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.other-bank-area .other-bank-btn-wrap {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .other-bank-area .other-bank-btn-wrap {
    display: none;
  }
}

.other-bank-area .other-bank-btn-wrap a {
  display: block;
  width: 82%;
  margin: 0 auto;
  color: #000;
  font-size: 17px;
  padding: 13px 32px 14px 32px;
  background-color: #f8f6f7;
  border-radius: 9999px;
}

@media screen and (min-width: 768px) {
  .other-bank-area .other-bank-link-wrap {
    padding-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .other-bank-area .other-bank-link-wrap {
    padding-top: 30px;
    border-top: 1px solid #edebec;
  }
}

.other-bank-area .other-bank-link-wrap a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 2.2;
}

@media screen and (min-width: 768px) {
  .other-bank-area .other-bank-link-wrap a {
    display: block;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .other-bank-area .other-bank-link-wrap a:first-child {
    display: none;
  }
}

.other-bank-area .other-bank-link-wrap a:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/article_icon_right_arrow_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sugohaya-bnr-area {
  border-bottom: 8px solid #f0f0f0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sugohaya-bnr-area .container {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .sugohaya-bnr-area .container {
    padding: 40px 24px;
  }
}

.sugohaya-bnr-area .result-ad-area {
  margin-top: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .sugohaya-bnr-area .result-ad-area.result-ad-area--211001 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sugohaya-bnr-area .result-ad-area .head-img img {
    width: 207px;
  }
}

@media screen and (max-width: 768px) {
  .sugohaya-bnr-area .result-ad-area+div {
    padding-bottom: 24px;
  }
}

.sugohaya-bnr-area .result-ad-area+h3.title {
  background-color: #ffffff;
  border-radius: 9999px;
  padding: 32px;
  line-height: 1.65;
  position: relative;
  padding: 20px 40px 22px;
  margin-bottom: 24px;
  text-align: center;
}

.sugohaya-bnr-area .result-ad-area+h3.title .main-text {
  display: block;
  font-size: 19px;
}

.sugohaya-bnr-area .result-ad-area+h3.title .sub-text {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 16px;
  letter-spacing: 0.024em;
  line-height: 1.5em;
}

.sugohaya-bnr-area .result-ad-area+h3.title:after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  border-top: 15px solid #ffffff;
  border-right: 6px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .sugohaya-bnr-area .result-ad-area+h3.title {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sugohaya-bnr-area .sugohaya {
    position: relative;
    padding-top: 96px;
    padding-bottom: 24px;
  }

  .sugohaya-bnr-area .sugohaya::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    width: 67px;
    height: 80px;
    background-image: url(/article/wp-content/themes/recruit-finance/images/sugoi_self_kyuyoshotoku_icon@2x.png);
  }
}

@media screen and (max-width: 768px) {
  .sugohaya-bnr-area .sugohaya {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sugohaya-bnr-area .sugohaya img {
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  }
}

.sugohaya-bnr-area .jnb-bnr {
  border-top: 4px solid #f0f0f0;
  padding-top: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sugohaya-bnr-area .jnb-bnr {
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .sugohaya-bnr-area .jnb-bnr::before {
    content: "PR";
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 47px;
    height: 28px;
    font-size: 12px;
    background-color: #f8f6f7;
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.sugohaya-bnr-area .jnb-bnr img {
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
}

.sugohaya-bnr-area::before {
  content: "PR";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 47px;
  height: 28px;
  font-size: 12px;
  background-color: #f8f6f7;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.method-table {
  font-size: 12px;
  margin-bottom: 24px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .method-table {
    font-size: 11px;
  }
}

.method-table tr:nth-of-type(even) {
  background-color: #f8f6f7;
}

.method-table th,
.method-table td {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  padding: 16px;
}

.method-table th:not(:last-child),
.method-table td:not(:last-child) {
  border-right: 4px solid #ffffff;
}

@media screen and (max-width: 768px) {

  .method-table th,
  .method-table td {
    padding: 8px 4px;
  }
}

.method-table thead tr {
  background-color: #f8f6f7;
}

.method-table thead th {
  vertical-align: middle;
  text-align: center;
}

.method-table thead th:first-child {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .method-table thead th:first-child {
    width: 14%;
  }
}

@media screen and (max-width: 768px) {

  .method-table thead th:nth-child(2),
  .method-table thead th:nth-child(2) {
    width: 43%;
  }
}

.user-voice-block .item-block:nth-last-child(2) {
  padding-bottom: 103px;
}

.js-side-area {
  will-change: min-height;
}

.js-side-area-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.kuchikomi-attention {
  background-color: #ffffff;
  border-radius: 16px;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
}

@media screen and (min-width: 768px) {
  .kuchikomi-attention {
    padding-right: 112px;
    padding-left: 112px;
  }
}

@media screen and (max-width: 768px) {
  .kuchikomi-attention {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (min-width: 768px) {
  .kuchikomi-attention {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .kuchikomi-attention {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.kuchikomi-attention li {
  text-indent: -1em;
  padding-left: 1em;
}

.kuchikomi-attention li:not(:last-child) {
  margin-bottom: 16px;
}

@media all and (-ms-high-contrast: none) {

  /* IE調整 */
  .title .title-dec::after {
    bottom: -2px;
  }

  .share-area-icons a.share-url {
    padding: 0 10%;
  }

  .share-area-icons a.share-url img {
    width: 24px;
  }

  .share-area-icons a.share-url:last-child img {
    width: 12px;
  }
}

.shadow-img-link {
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, 0.1);
  display: block;
}

.shadow-img-link img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* CTA3 */
.c-bnrUnderLead {
  margin-bottom: 24px;
}

/*# sourceMappingURL=../../../../../_maps/article/wp-content/themes/recruit-finance/css/bank_detail.css.map */

.main-wrap:not(.paypay-bank-wrap) .jnb-notice {
  display: none;
}

.main-wrap:not(.paypay-bank-wrap) .jnb-br {
  display: none;
}

.btn--bank.affiliated-bank2 {
  position: relative;
}

.btn--bank.affiliated-bank2::after {
  position: absolute;
  display: block;
  content: "";
  width: 83px;
  height: 18px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/icon-post2.png);
  top: 34px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

.attention-area {
  margin-top: 80px !important;
}

@media screen and (max-width: 768px) {
  .attention-area {
    padding-bottom: 60px !important;
    padding-top: 0;
    margin-top: 40px !important;
  }
}

/* 記事ページattenntion */
.attention-area.article-attention {
  margin-top: 80px !important;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgba(19, 64, 75, .1);
  background-color: #fff !important;
  padding: 80px 112px;
}

.attention-area.article-attention li::before {
  content: "";
  width: 3px;
  height: 3px;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .attention-area.article-attention {
    padding: 32px;
    margin-top: 40px !important;
    padding-bottom: 32px !important;
    margin: 40px 24px;
  }
}

figure.figure-flexible {
  width: 100%;
}

table.table-flexible {
  margin: 0 0;
}

@media screen and (max-width: 768px) {
  figure.figure-flexible {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0 / 20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right / 20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    margin: auto;
    overflow-x: scroll;
    position: relative;
  }

  .table-wrapper,
  .table-wrap {
    position: relative;
  }

  .icon-scroll {
    position: absolute;
    background-image: url(/article/wp-content/themes/recruit-finance/images/icon_scroll.png);
    background-size: contain;
    left: 202px;
    bottom: 5px;
    width: 57px;
    height: 57px;
    z-index: 1;
  }

  table.table-flexible {
    background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right / 50px 100%;
    width: 480px;
    overflow-x: scroll;
    background-repeat: no-repeat;
    background-attachment: local;
  }

  table.table-flexible tr th:first-child {
    /* width: 25%; */
    /* background-color: transparent !important; */
    background-color: rgba(219, 217, 218, 0.7);
  }

  table.table-flexible tr td:first-child {
    background-color: rgba(248, 246, 247, 0.7);
  }

  table.table-flexible tr td {
    background-color: rgba(248, 246, 247, 0.7);
  }
}

@media screen and (max-width: 768px) {
  .container.single1-main {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .container.single1-main .mv-bnr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* 画像拡大 */
@media screen and (max-width: 768px) {
  .article-img-expansion {
    position: relative;
  }

  .article-img-expansion::after {
    position: relative;
    content: '';
    display: block;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    right: 10px;
    width: 52px;
    height: 68px;
    background-image: url(/article/wp-content/themes/recruit-finance/images/article_img_expansion.png);
    box-shadow: 0px 0px 10px 0px rgb(0 4 16 / 10%);
    border-radius: 4px;
    pointer-events: none;
  }
}

/* 流れリスト */
.orderList.list-order {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-left: 0;
}

.orderList.list-order li {
  font-weight: bold;
  /* width: calc(20% - 24px); */
  margin-top: 45px;
  margin-right: 24px;
  margin-left: 0;
}


.orderList.list-order {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  counter-reset: list-order-num;
}

.orderList.list-order>li {
  display: inline-block;
  position: relative;
  padding: 16px;
  margin-left: 45px;
  border-radius: 8px;
  border: 1px solid #CCCACB;
  font-weight: bold;
  font-size: 14px;
}

.orderList.list-order>li:not(:last-child)::before {
  content: '';
  display: block;
  width: 20px;
  height: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAWCAMAAACFUC6CAAAAYFBMVEUAAADMysvMycvLysvPz8/e3t7MysvMyszLysrMysvU1NTMysrLy8vOysrKysrb29vLysrMycvMysvMysvNy8vNy8vMyczLy8vNysrPz8/LycvMyszMysrOycnPysrMysvpvCW9AAAAH3RSTlMA+/bbFwPDTtO7C5pEPhMHyrSsoX1rZF1XEJOLczk1j75AbwAAALVJREFUKM+NzFcSwyAMRdHn3nuv7H+XiTxRsIMNuR8wEmcAcn+Hod2fANcR9qZ3my1CF5EQws50LrPfJKIfSRqc4+Ij0yeXsgNyklb64Cx2JEOSwZ0LyIU5jxPLezfJRVyyVF0ZAyfpkxyvbpROVpAUw8XRxmcnZfQjh8MVUPIO2fPY0xSRU2VFb93JVR5wK+uv7Njp5AqsdNfSqTUk2pbOBtoSMtKZZQJjMztjixAz/qpdoPYCBHoVCUBfwSYAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -24px;
  left: -40px;
}

.orderList.list-order>li:after {
  counter-increment: list-order-num;
  content: '0'counter(list-order-num);
  display: flex !important;
  justify-content: center;
  color: #ffffff !important;
  align-items: center;
  font-weight: bold;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 50%;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #84BBDB !important;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.orderList.list-order>li:nth-child(n+10)::after {
  content: counter(list-order-num);
}

.orderList.list-order>li:nth-child(3)::after,
.orderList.list-order>li:nth-child(10)::after {
  color: #000000;
  background-color: #FFED66;
}

.orderList.list-order>li:not(:first-child) {
  margin-top: 24px;
}

.orderList.list-order>li .arrow {
  display: block;
  width: 10px;
  height: 9px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAMAAADqmnyMAAAAXVBMVEUAAADMyczPz8/MysrMysrPz8/MycvNysr7+vrj4uL9/f3j4uP5+fn5+fn09PTMycrt7O36+vrMysrLysvMycz////d3Nzr6urq6enPysr////MysvU09TQzs/c29sm7yubAAAAGnRSTlMAUCDQoBDgYP329e7t5eXf3cWQj18W9fLxMFBEiX4AAABsSURBVBjTnY9JDoAgEARdAfcVlxn1/8+UaKAh8WQfK6menuhv8jnlXQcozpj5GggkmTrmo1dE5Gl8Vg09gba0ZOO0kghQQgOMDSzqEJobMjX66uvvmlGYfTiE3a4G0NZsyoeowZuoEYmOvnIDH60PYvicmwQAAAAASUVORK5CYII=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .orderList.list-order {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .orderList.list-order>li {
    font-weight: bold;
    width: 175px;
    margin-top: 45px;
    margin-right: 24px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .orderList.list-order>li:not(:first-child) {
    margin-top: 45px;

  }

  .orderList.list-order>li:nth-child(10) {
    margin-right: 0;
  }

  .orderList.list-order>li:nth-child(n+6) {
    width: calc(20% - 19.2px);
    margin-top: 64px;
  }

  .orderList.list-order>li:not(:last-child)::before {
    width: 24px;
    height: 22px;
    top: -30px;
    right: -24px;
    bottom: inherit;
    left: inherit;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAArBAMAAADMPRbsAAAAMFBMVEUAAADb29vb2dra2tra2tra2drf19/f39/a2Nnb2dnb2Nna2drb2dnb2Nrb2Nvb2dosPePaAAAAD3RSTlMAQPBgMKAgEN+v4NCwwHDOSgUoAAAAmElEQVQ4y93LuwkCURSE4VldHygIBiaGIhquHSg2srHRFRuwBMHAdizBxEpWBANhFBH2NdPATnQ4Px+K280uUIsTZhsVhiTnKhxJTQINadGQER1JHek0kXTPFPuSA+WWSHV44qTDC4kOGW46vLHVYYH4KsMK6I1Lm/z+D9S2/oPq2g0AkQN9AxAMQDAAAwMQGQBMeYfePj8/QAReFrRRcfEAAAAASUVORK5CYII=);
  }

  .orderList.list-order>li:after {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .orderList.list-order>li .arrow {
    top: inherit;
    bottom: 100%;
    right: inherit;
    left: 50%;
    transform: translateX(-50%) rotateZ(90deg);
  }

}


/* ========================リニューアルコンポーネント ====================*/
/* articleと合わせる*/

:root {
  /* Colors */
  --color-main-green: #6FBA2C;
  --color-sub-green: #55A61B;
  --color-light-green: #d8f0c0;
  --color-dark-green: #1f6118;
  --color-green70: #6FBA2C;
  --color-orange80: #55A61B;
  --color-orange60: #F37E00;
  --color-orange70: #F35F00;
  --color-blue: #0A6AC0;
  --color-blue10: #E9F3F7;
  --color-blue20: #D7EBF5;
  --color-blue30: #C2DFF2;
  --color-blue60: #5CA4D1;
  --color-blue70: #3E89B8;
  --color-blue80: #2C709C;
  --color-frame: #CFD4D6;
  --color-borderline: #E7EAEB;
  --color-red: #F4434B;
  --color-link: #0A6AC0;

  --color-gray: #576971;
  --color-subtext: #6f7f85;
  --color-text: #333333;
  --color-border: #e7eaeb;
  --color-white: #ffffff;
  --color-bg-lightblue: #D7EBF5;

  /* Font sizes */
  --font-xxs: 8px;
  --font-xs: 10px;
  --font-sm: 12px;
  --font-md: 13px;
  --font-base: 14px;
  --font-lg: 16px;
  --font-xl: 40px;
}


/* カード  */

.c-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08),0px 1px 1px -2px rgba(0, 0, 0, 0.05),0px 2px 2px 0px rgba(0, 0, 0, 0.06);
  padding: 16px;
}

/* タイトル */
.c-title {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
}
.c-title::before {
  display: block;
  position: absolute;
  content: "";
  height: 15px;
  width: 4px;
  background: #6fba2c;
  left: 0;
  top: 4px;
  border-radius: 12px;
}
.c-subtitle {
  font-size: 10px;
  margin-top: 8px;
  color: #3F535C;
}

.c-title--doded {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.c-title--doded::before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  background: #6fba2c;
  border-radius: 50%;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-title--small {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1%;
  vertical-align: middle;
}

/* セレクト */

.c-select {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  color: #333 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(207, 212, 214, 1);
  border-radius: 8px;
  background-color: white;
  font-size: 16px;
  margin-top: 8px;
}


.c-selectarea {

}
.c-selectarea__inner {}
@media (min-width: 769px) {
  .c-selectarea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cfd4d6;
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding: 4px 17px 16px;
  }
}
.c-selectarea__inner__ttl {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.c-selectarea__inner___wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

@media (min-width: 769px) {
  .c-selectarea__inner___wrapper{
    width: 132px;
  }
}
.c-selectarea__inner___wrapper::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  pointer-events: none;
  height: 7px;
  width: 7px;
  border-bottom: 2px solid #6EB92B;
  border-right: 2px solid #6EB92B;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-select__option {}

/* タブ */
.c-tabs {
  display: flex;
  /* max-width: 343px; */
  margin: auto;
  gap: 0 4px;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  position: relative;
}
.c-tabs::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-main-green);
  bottom: 0px;
}

@media (min-width: 769px) {
  .c-tabs {
    width: 832px;
    padding: 0 16px;
  }
  .c-tabs::after {
    width: calc(100% + 32px);
    transform: translateX(-32px);
  }
}

.c-tabs--2tab .c-tabs__btn {
  width: calc(100% / 2);
}
.c-tabs--4tab .c-tabs__btn {
  width: calc(100% / 4);
}

.c-tabs__btn {
  border-radius: 4px 4px 0 0;
  border: 1px solid #cfd4d6;
  border-bottom: 0;
  background: #ffffff;
  padding: 16.5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

.c-tabs2 {
  display: flex;
  gap: 4px;
  background: #ffffff;
  gap: 0;
  padding: 0;
  position: relative;
  margin-bottom: 0;
  border-radius: 2px;
}
@media (min-width: 769px) {
  .c-tabs2 {
    /* padding: 0 16px; */
  }
}
.c-tabs2::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-main-green);
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.c-tabs2 .c-tabs2__tab {
  width: 25%;
  padding: 15px 10px;
  text-align: center;
  background: #ffffff;
  color: #333333;
  cursor: pointer;
  border: 1px solid #cfd4d6;
  font-size: 12px;
  line-height: 1;
}

.c-tabs2__tab.active {
  background: #6fba2c;
  color: #ffffff;
  font-weight: bold;
}

.c-tabs2 .c-tabs2__tab:not(:first-child) {
  border-left: 0;
}

@media (min-width: 769px) {
  .c-tabs__btn {
    padding: 16px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
  }
}
.c-tabs__btn.is-active {
  background: #6fba2c;
  color: #ffffff;
  border: none;
}

/* ボタン */
.c-btn {
  font-family: Hiragino Kaku Gothic ProN;
  display: block;
  cursor: pointer;
  background: var(--color-main-green);
  border-radius: 8px;
  box-shadow: 0px -2px 0px 0px rgba(85, 166, 27, 1) inset;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border: none;
  color: #FFFFFF;
}
.c-btn:hover {
  opacity: 0.8;
  color: #FFFFFF;
}

.c-btn-search,
.c-btn--l {
  padding: 16px 0;
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 769px) {
  .c-btn-search,
  .c-btn-l {
    /* width: 343px; */
  }
}

.c-btn--m {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1%;
  padding: 16px 0;
  
}

@media (min-width: 769px) {
  .c-btn--m {
    /* width: 313px; */
  }
}

.c-btn--link,
.c-btn--s {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0px;
  padding: 10px 0;
}
@media (min-width: 769px) {
  .c-btn--link,
  .c-btn--s {
    /* width: 311px; */
  }
}
.c-btn--table,
.c-btn--ss {
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 0;
  font-size: 10px;
  letter-spacing: 0px;
}
@media (min-width: 769px) {
  .c-btn--table,
  .c-btn--ss {
    /* width: 96px; */
  }
}

.c-btn--orange {
  background: var(--color-orange60);
  box-shadow: 0px -2px 0px 0px rgba(225, 95, 0, 1) inset;

}

/* ------銀行カード----------- */

/* 金利タブ */

.banklist__item:not(.sugohaya-partnership) .tabs .tab,
.tab3 .tab {
  width: calc(100% / 3);
}

.tab3 .tab:first-child {
  border-radius: 2px 0 0 0;
}
.tab3 .tab:last-child {
  border-radius: 0 2px  0 0;
}
.tabs {
  display: flex;
  gap: 0;
  padding: 0;
  position: relative;
  margin-bottom: 0;
  border-radius: 2px;
  background: var(--color-white);
  margin-top: 16px;
}

@media (min-width: 769px) {
  .tabs {
    padding: 0;
  }
}

.tabs::after {
  width: 100%;
  height: 2px;
  background: #6fba2c;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 42px;
}

.tabs .tab {
  width: 25%;
  padding: 15px 10px;
  text-align: center;
  background: var(--color-white);
  color: var(--color-text);
  cursor: pointer;
  border: 1px solid #cfd4d6;
  font-size: 12px;
  line-height: 1;
}

.tabs .tab:first-child {
  border-radius: 2px 0 0 0;
}
.tabs .tab:last-child {
  border-radius: 0 2px  0 0;
}
.tabs .tab:not(:first-child) {
  border-left: 0;
}

.tab.active {
  background: #6fba2c;
  color: var(--color-white);
  font-weight: bold;
}

/* 銀行リスト */

.banklist {
  border-top: 2px solid #6fba2c;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}

@media (min-width: 769px) {
  .banklist {
    border-top: 0;
    position: relative;
  }

  .banklist::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    height: 2px;
    max-width: 832px;
    width: 100%;
    background: #6fba2c;
  }
}

.banklist__item {
  color: #4a4a4a;
  margin: 0 16px;
  padding: 16px 0 0;
  position: relative;
}

@media (min-width: 769px) {
  .banklist__item {
    padding: 24px 82px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 832px;
    margin: auto;
  }

  .banklist__item:has(.banklist__product) {
    padding: 36px 82px 24px;
  }

  .banklist__item::before {
    width: 50%;
    order: 3;
  }
}

/* 銀行リストタブ */

.tabwrapper {
  overflow: hidden;
  transition: height 0.3s ease;
  padding: 0 16px;
  background: #f0f7fa;
  color: var(--color-text);
  font-size: 14px;
}

@media (min-width: 769px) {
  .tabwrapper {
    font-size: 12px;
  }
}

.tabwrapper__content {
  display: none;
}

.tabwrapper__content.active {
  display: block;
}

.txt--pr {
  position: relative;
  color: var(--color-sub-green);
  font-size: 12px;
  margin: 16px auto 0;
  padding-left: 26px;
}

.txt--pr::before {
  position: absolute;
  display: block;
  content: "";
  height: 15px;
  width: 22px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon_pr.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.prlabel {
  color: var(--color-white);
  background: #6fba2c;
  width: 89px;
  font-size: 8px;
  text-align: center;
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0;
  display: flex;
  justify-content: center;
  height: 22px;
}

.container {
  margin: 20px;
}

.banklist__item__wrapper {
  /* padding: 10px 0; */
}

@media (min-width: 769px) {
  .banklist__item__wrapper {
    width: 100%;
  }
}
/* 銀行カードgrid構造 */

.bankcard {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}

@media (max-width: 768px) {
  .bankcard {
    width: min(100%, 600px);
    display: flex;
    flex-direction: column;
  }
}
/* タイトル部分 */
.bankcard__head {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  position: relative;
}
@media (min-width: 769px) {
  .bankcard__head {
    height: 59px;
    display: flex;
    align-items: center;
  }
}

.banklist__title {
  position: relative;
  padding-left: 16px;
}

@media (min-width: 769px) {
  .banklist__title {
    order: 1;
    padding: 0 16px;
    display: flex;
    align-items: center;
  }
}

.banklist__title::before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 19px;
  top: 0;
  background: url(/article/wp-content/themes/recruit-finance/images/rankingrenew/icon_rainking1.png) no-repeat center / contain;
}

@media (min-width: 769px) {
  .banklist__title::before {
    width: 28px;
    height: 28px;
    top: 3px;
    left: 2px;
    transform: translateY(-5px);
  }
}

.sugohaya-partnership .bankcard__head::after {
  position: absolute;
  display: block;
  content: "";
  height: 18px;
  width: 62px;
  right: 16px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon_sugosoku_sp.png');
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 769px) {
  .sugohaya-partnership .bankcard__head::after {
    width: 28px;
    height: 28px;
    top: -12px;
    background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon_sugosoku_pc.png');
    right: 0;
  }
}

.banklist__item:nth-child(2) .banklist__title::before {
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon_rainking2.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.banklist__item:nth-child(3) .banklist__title::before {
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon_rainking3.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.banklist__item:nth-child(n+4) .banklist__title::before {
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon_rainking4.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: attr(data-rank);
  color: var(--color-white);
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.banklist__title__img {
  width: 157px;
  height: 28px;
  padding-left: 36px;
  line-height: 0;
  display: flex;
  align-items: center;
}


.banklist__title__img img,
.banklist__title__img picture {
  width: 100%;
}

.banklist__title__txt {
  padding-left: 36px;
  font-weight: bold;
}

/* アコーディオンスイッチ部分 */

.bankcard__more {
  grid-row: 2 / 4;
  grid-column: 1 / 2;
  border-top: 1px solid #e7eaeb;
}
@media (min-width: 769px) {
  .bankcard__more {
    border-top: 0;
  }
}
/* 金利部分 */
.bankcard__detail {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}

.bankcard__detail {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  box-sizing: border-box;
  border-top: 1px solid #e7eaeb;
  margin-top: 16px;
  padding: 12px 16px 30px;
}

@media (min-width: 769px) {
  .bankcard__detail {
    margin-top: 0;
    border-top: 0;
    padding: 0;
  }
}

.bankcard__kinri {
  grid-row: span 2;
  margin-right: 7px;
}

@media (min-width: 769px) {
  .bankcard__kinri {
    margin-right: 8px;
  }
}

.nennri {
  display: flex;
  align-items: center;
}

.banklist__kinribox {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  border-top: 1px solid var(--color-border);
  padding: 20px 16px 30px;
}

@media (min-width: 769px) {
  .banklist__kinribox {
    width: 50%;
    order: 2;
    border-top: 0;
    padding: 0;
    margin-top: 0;
  }
}

.banklist__product + .banklist__kinribox {
  margin-top: 20px;
  padding-top: 13px;
  border-top: 1px solid var(--color-border);
  padding: 16px;
}

@media (min-width: 769px) {
  .banklist__product + .banklist__kinribox {
    margin-top: 0;
  }
}

.hensaimonthtxt {
  line-height: 1;
}

.hensaimonthtxt .num {
  font-size: 24px;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
  padding-left: 6px;
  position: relative;
  top: 3px;
}

.nennri__label {
  background: var(--color-border);
  border-radius: 2px;
  padding: 6px 0px 6px 6px;
  margin-right: 4px;
  font-size: 9px;
  width: 30px;
  height: 48px;
  line-height: 11px;
}

.nennri__label .under {
  display: block;
  margin-top: 4px;
}

.nennri__amount {
  font-size: 33px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  line-height: 1;
  letter-spacing: -2px;
  position: relative;
  color: var(--color-text);
}
@media (min-width: 769px) {
  .nennri__amount {
    font-size: 39px;
  }
}

.nennri__amount .nennri__amount__for {
  font-size: 27px;
  position: relative;
  top: -14px;
  right: -7px;
}

.nennri__amount .nennri__amount__par {
  font-size: 21px;
  position: relative;
  top: 2px;
  right: 6px;
}

@media (min-width: 769px) {
  .hensaimonthtxt .label--gray {
    width: 62px;
    display: inline-block;
    letter-spacing: 0;
  }
}

.hensaitxt {
  margin-top: 4px;
}

@media (min-width: 769px) {
  .hensaitxt {
    margin-top: -14px;
  }
}

.hensaitxt .num {
  font-size: 15px;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
  padding-left: 6px;
  color: var(--color-text);
}

.hensaitxt .label--gray {
  width: 67px;
  display: inline-block;
  text-align: center;
}

@media (min-width: 769px) {
  .hensaitxt .label--gray {
    margin-top: 6px;
    width: 62px;
    letter-spacing: 1px;
  }
}

.hensaimonthtxt .num,
.hensaitxt .num {
  font-family: "din-2014", sans-serif;
  color: var(--color-text);
}

.hensaimonthtxt .num {
  font-size: 24px;
}

.hensaitxt .num {
  font-size: 15px;
}

.hensaimonthtxt .unit,
.hensaitxt .unit {
  font-size: 9px;
}

.label--gray {
  background: var(--color-border);
  border-radius: 2px;
  font-size: 10px;
  padding: 5px 6px;
  line-height: 1;
  transform: translateY(-4px);
}

/* 商品情報 */
.bankcard__detail__note {
  grid-column: 1 / -1;
  background-color: #ffb;
  height: 0;
  position: relative;
}

.banklist__product {
  position: absolute;
  color: var(--color-red);
  font-size: 10px;
  left: 17px;
  top: 58px;
}

@media (min-width: 769px) {
  .banklist__product {
    left: 15px;
    top: -21px;
    margin: auto;
    width: 100%;
  }
}

.banklist__product::before {
  position: absolute;
  display: block;
  content: "";
  height: 9px;
  width: 9px;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/article/wp-content/themes/recruit-finance/images/rankingrenew/icon_info.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* アコーディオン部分 */
.bankcard__accord {
  display: grid;
  grid-column: 1 / -1;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.25s ease 0s;
}

/* .bankcard__accord:has(.box__cb:checked) は Safari のみ対応 */
.bankcard__accord.has-checked {
  grid-template-rows: 1fr;
}

/* .bankcard__accord:has(.box__cb:checked) {
  grid-template-rows: 1fr;
} */

.bankcard__accord:has(.bankcard__accord__input:checked) {
  grid-template-rows: 1fr;
}

.bankcard__accord__input {
  display: none;
}

.bankcard__accord__Inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.box__cb {
  display: none;
}

/* ボタン部分 */
.bankcard__link {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}

.banklist__btn {
  padding: 4.5px 0;
  display: block;
  margin-top: 12px;
  font-size: 12px;
}

@media (min-width: 769px) {
  .banklist__btn {
    padding: 16px;
    margin: 16px auto 0 0;
  }
}

.widebtn1,
.banklist__btn,
.banklist__btn--official {
  max-width: 311px;
  margin: auto;
  font-size: 14px;
  color: var(--color-white);
  border-radius: 6px;
  text-align: center;
  padding: 16px 0;
}

.widebtn1:hover,
.banklist__btn:hover,
.banklist__btn--official:hover {
  opacity: 0.8;
}

.widebtn1 {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .widebtn1 {
    max-width: 351px;
  }
}

.banklist__btn {
  background: #f37e00;
  box-shadow: 0 2px 0 0 #E15F00;
  margin: 16px auto 16px;
  padding: 10px 0 8px;
  font-size: 12px;
}

.banklist__btn--official {
  padding: 10px 0 8px;
  margin: 16px auto 16px;
  font-size: 12px;
}

@media (min-width: 769px) {
  .banklist__btn,
  .banklist__btn--official {
    order: 4;
    z-index: 1;
    margin: 0 auto 0;
  }
}

.bankcard__more__label {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 2em 12px 30px;
  cursor: pointer;
  border-bottom: 1px solid var(--color-border);
  font-size: 12px;
}

@media (min-width: 769px) {
  .bankcard__more__label {
    border-top: 1px solid var(--color-border);
    padding-left: 24px;
  }
}

.bankcard__more__label:hover {
  color: var(--color-text);
}

.bankcard__more__label::before {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background: #6fba2c;
  left: 14px;
}

@media (min-width: 769px) {
  .bankcard__more__label::before {
    left: 4px;
  }
}

.bankcard__more__label::after {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  border-bottom: 2px solid rgba(111, 186, 44, 1);
  border-right: 2px solid rgba(111, 186, 44, 1);
  transform: rotate(45deg);
  right: 19px;
  top: -6px;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease;
}

@media (min-width: 769px) {
  .bankcard__more__label::after {
    right: 4px;
  }
}

.banklist__item:has(.bankcard__accord__input[type=checkbox]:checked) .bankcard__more__label::after {

  transform: rotate(-135deg);
  top: 5px;
}

.banklist__item:has(.bankcard__accord__input[type=checkbox]:checked) .bankcard__more__label + .banklist__acarea__tab__content {
  margin-top: 16px;
}

/* 銀行タブ内コンテンツ */

.tab__inner {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px -2px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
  display: block;
  margin-top: 14px;
  padding: 24px 12px 16px;
  margin-bottom: 12px;
}

.featureslist .features__txt {
  padding-top: 16px;
  margin-top: 20px;
  border-top: 1px solid var(--color-border);
  position: relative;
}
.featureslist .features__txt::before {
  position: absolute;
  display: block;
  content: "";
  height: 22px;
  width: 15px;
  right: 0;
  margin: auto;
}
.featureslist li:first-child .features__txt::before {
  height: 49px;
  width: 76px;
  top: -48px;
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/img-featureslist1_sp.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.featureslist li:nth-child(2) .features__txt::before {
  height: 69px;
  width: 76px;
  top: -64px;
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/img-featureslist2_sp.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.featureslist li:last-child .features__txt::before {
  height: 49px;
  width: 76px;
  top: -47px;
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/img-featureslist3_sp.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.features__ttl {
  font-weight: bold;
  margin-top: 8px;
}
.features__note {
  color: var(--color-gray);
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

/* 諸費用 */
.costttl {
  font-size: 14px;
  font-weight: bold;
}
.costlist {
  border-top: 1px solid var(--color-border);
  padding-top: 16px;
  margin-top: 20px;
}
.costlist .costlist__item {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .costlist .costlist__item {
    justify-content: flex-start;
  }
}
.costamount {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .costamount {
    justify-content: flex-start;
  }
}
.costamount .sum {
  padding-left: 16px;
}
.costnotes {
  margin-top: 16px;
}
.costnotes .linktext {
  font-size: 10px;
  color: var(--color-gray);
  padding-left: 1em;
  text-indent: -1em;
}

/* 団信用 */
.dashin__ttl {
  font-weight: bold;
}
.dashin__txt {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}
.dashin__kinri {
  font-weight: bold;
}
.dashin__note {
  color: var(--color-gray);
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-all;
}
.dashin__note span {
  display: block;
}

/* 口コミ */

.kuchikomibox__head {
  display: flex;
  gap: 0 34px;
}

.kuchikomibox__img {
  width: 56px;
  height: 56px;
  margin-left: 4px;
  margin-top: 8px;
}
.kuchikomibox__img img {
  width: 100%;
}

.kuchikomibox__info {
  width: 159px;
}

.kuchikomibox__info__kinri {
  align-items: center;
  min-width: 170px;
  width: 100%;
  gap: 0 4px;
  line-height: 1;
}

.kuchikomibox__info__kinri .rate_type {
  font-size: 10px;
  color: var(--color-white);
  background: #6fba2c;
  border-radius: 2px;
  padding: 5px;
  width: max-content;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
}

.kuchikomibox__info__kinri .rate {
  font-size: 40px;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
}

.kuchikomibox__info__kinri .rate .rate__par {
  font-size: 28px;
  font-weight: normal;
}

[class^="kuchikomibox__info__raview"] {
  width: 136px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

.kuchikomibox__info__raview1 {
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon-review1.png');
}
.kuchikomibox__info__raview2 {
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon-review2.png');
}
.kuchikomibox__info__raview3 {
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon-review3.png');
}
.kuchikomibox__info__raview4 {
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon-review4.png');
}
.kuchikomibox__info__raview5 {
  background-image: url('/article/wp-content/themes/recruit-finance/images/rankingrenew/icon-review5.png');
}

.kuchikomibox__info2 {
  color: var(--color-gray);
  font-size: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}

.kuchikomibox__content {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}

.kuchikomibox__content .ttl {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 1%;
  vertical-align: middle;
}

.kuchikomibox__content .txt {
  margin-top: 16px;
}

.casenotebox {
  padding-bottom: 32px;
}

.casenote {
  font-size: 10px;
  color: var(--color-gray);
  padding-left: 1em;
  text-indent: -1em;
  margin: 16px 16px 0;
}

.linktext {
  word-break: break-all;
}

/* -------------銀行カードエンド--------------- */