@charset "UTF-8";

html {
  background-color: #F6F5F6 !important;
  overflow-x: scroll !important;
}

body {
  color: #000000 !important;
  position: relative;
}

main {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

.main-wrap::before {
  content: '';
  display: block;
  width: 100vw;
  height: 800px;
  position: absolute;
  left: 0;
  top: -24px;
  z-index: -2;
}

.main-wrap::after {
  content: '';
  display: block;
  width: 100vw;
  height: 60vw;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  position: absolute;
  left: 0;
  top: 835px;
  z-index: -3;
}


/* header-mypage */

.header {
  position: relative;
  padding: 24px 68px 17px;
}

@media (max-width: 768px) {
  .header {
    padding: 19px 24px 10px;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header__item--logo img {
    width: 165px;
    height: auto;
  }
}

.header-mypage .header__item--mypage {
  margin-top: -11px;
  max-width: 126px;
  margin-right: 0px;
}

@media (min-width: 769px) {
  .header-mypage .header__item--mypage {
    margin-top: -11px;
    max-width: 152px;
  }
}

@media (max-width: 768px) {
  .header__item--mypage::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #dbd9da;
    margin-right: 12px;
  }
}

.header__item--mypage img {
  cursor: pointer;
}

@media (max-width: 768px) {
  .header__item--mypage img {
    width: 120px;
    height: auto;
  }
}

.header__menu {
  width: 177px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 24px rgba(14, 18, 19, 0.1);
  box-shadow: 0 2px 24px rgba(14, 18, 19, 0.1);
  padding: 24px;
  border-radius: 16px;
  position: absolute;
  z-index: 999;
  top: 92.4px;
  -webkit-animation: modal-fade-in 0.6s ease 0s forwards;
  animation: modal-fade-in 0.6s ease 0s forwards;
  -webkit-animation-name: modal-fade-in;
  animation-name: modal-fade-in;
}

@media (max-width: 768px) {
  .header__menu {
    right: 24px;
    top: 85px;
  }
}

.header__menu--hidden {
  display: none;
}

.header__menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.header__menuList::before {
  content: "";
  position: absolute;
  top: -36px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 5.5px 12px 5.5px;
}

.header__menuItem {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #edebec;
  padding-bottom: 24px;
}

.header__menuItem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.header__menuItem .header__menuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0e1213;
  text-decoration: none;
  cursor: pointer;
}

.header__menuLink::after {
  content: "";
  display: inline-block;
  background-image: url(/mypage/images/btn_arrow.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* header-mypage end */

.hosho-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}

.step-content-wrap {
  display: flex;
  width: 100%;
  max-width: 1248px;
  padding: 40px 24px;
  margin: 0 auto;
}

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

  .hosho-content-wrap {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }
}

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

  .hosho-main {
    width: 69.6%;
    min-width: 843px;
    padding: 0;
    margin-right: 40px;
  }

  .hosho-bank {
    width: 832px;
    margin-right: 40px;
  }

  .step-content-wrap {
    justify-content: space-between;
  }

  .hosho-side {
    width: 27.2%;
    min-width: 317px;
  }

  .main-wrap::after {
    /* background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bg_top_pc.png); */
    top: 696px;
  }

  .scrollend+.main-wrap::after,
  .scrolled+.main-wrap::after {
    top: 625px;
  }

  .scrollend+.main-wrap::before,
  .scrolled+.main-wrap::before {
    height: 759px;
  }
}


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

  .mv-wrapA,
  .next-cnt-wrapA {
    position: relative;
  }

  .next-cnt-wrapA::after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: -1;
    transform-origin: top center;
    transform: rotate(180deg);
  }

  .next-cnt-wrapA::before {
    content: '';
    display: block;
    width: 100vw;
    height: calc(100% + 24px);
    position: absolute;
    left: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 880px) {
  .mv-wrapA::before {
    /* height: calc(100% + 110px); */
  }

  .next-cnt-wrapA {
    position: relative;
  }

  .next-cnt-wrapA::before {
    content: '';
    display: block;
    /* width: calc(100vw + 40px);
    height: calc(100% + 40px); */
    position: absolute;
    top: 0;
    left: -24px;
  }

  .mv-wrapA::after {
    top: calc(100% - 33px);
  }

  .next-cnt-wrapA::after {
    content: '';
    display: block;
    /* width: calc(100vw + 40px); */
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    position: absolute;
    left: -25px;
    bottom: 0;
    z-index: -1;
    bottom: 88%;
  }
}

@media screen and (min-width: 1240px) {
  .next-cnt-wrapA::before {
    /* left: calc((100vw - 1200px)/2 * -1); */
  }

  .next-cnt-wrapA::after {
    /* left: calc((100vw - 1200px)/2 * -1); */
  }
}

/* container/container-inner */
.containerA {
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.containerA+.containerA,
.container-wrapA+.container-wrapA {
  margin-top: 24px;
  max-width: 876px;
}

@media screen and (max-width: 879px) {
  html {
    max-width: 876px !important;
  }

  .container-wrapA {
    padding: 0 24px;
    max-width: 876px;
  }

  .container-wrapA.mv-wrapA {
    padding-top: 8px;
    max-width: 876px;
  }

  .box-bnr {
    max-width: 876px;
  }

  .hosho-side {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  body {
    min-width: unset !important;
  }
}

@media screen and (min-width: 880px) {
  body {
    min-width: unset;
  }

  .containerA+.containerA,
  .container-wrapA+.container-wrapA {
    margin-top: 40px;
  }

}

.container-innerA {
  padding: 32px;
  position: relative;
}

.container-innerB {
  padding: 32px;
  position: relative;
}

.container-innerB--wide {
  padding: 48px 32px;
}

@media screen and (min-width: 880px) {
  .container-innerA {
    padding: 40px 112px;
  }

  .container-innerB {
    padding: 32px 56px;
  }

  .container-innerB--wide {
    padding: 56px;
  }

  .side-area-inner .index-cnt-block .container-innerA,
  .side-area-inner .iyell-bnr-block .container-innerA {
    padding: 32px;
  }

  .side-area-inner .index-cnt-block--bnr .container-innerA {
    padding: 23px;
  }

  .hosho-side--bank {
    width: 327px;
  }

  .side-area-inner .index-cnt-block--hoshoBank .container-innerA {
    padding: 28px 31px 32px;
    box-shadow: 0px 0px 32px rgba(19, 64, 75, 0.1);
  }
}

@media screen and (min-width: 880px) and (max-width: 900px) {
  .container-innerB {
    padding: 32px 24px;
  }
}

.container-innerA.container-innerA--mv {
  padding-top: 24px;
}

.container-innerA.container-innerA--bgGreen {
  background-color: #3AC2A7;
}

.container-innerA.container-innerA--bgBlue {
  background-color: #5BABD9;
}

.container-innerA.container-innerA--bgLightBlue {
  background-color: #D6F1FF;
}

.container-innerA.container-innerA--bgDarkBlue {
  background-color: #43B0D4;
}

.container-innerA.container-innerA--bgPink {
  background-color: #E86675;
}

/* headingLvXX / headingLvXX_wrap / title */
.cont_headingLv1 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}

.cont_headingLv1.cont_headingLv1--center {
  text-align: center;
}

.cont_mv-sub-ttl+.cont_headingLv1_wrap {
  margin-top: 32px;
}

.cont_headingLv1_wrap+.bal04_wrap {
  margin-top: 32px;
}

.cont_headingLv3_02 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 7px;
  position: relative;
}

.cont_headingLv3_02::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 4px solid #3AC2A7;
}

.cont_headingLv3_02 .main-ttl {
  font-size: 28px;
  line-height: 1.5;
}

.cont_headingLv3_wrap {
  position: relative;
}

.cont_headingLv3_wrap[class*="cont_headingLv3_wrap--icon"] {
  padding-top: 88px;
}

.cont_headingLv3_wrap[class*="cont_headingLv3_wrap--icon"] {
  padding-top: 88px;
}

.cont_headingLv3_wrap[class*="cont_headingLv3_wrap--icon"]::before {
  content: '';
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cont_ttl-tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.024em;
  background-color: #3AC2A7;
  padding: 9px 24px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 32px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.mv-block .cont_ttl-tag {
  background-color: #3AC2A7;
}

.anchor-list-ttl {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}

.mv-cat-title img {
  width: 126px;
}

.mv-cat-ttl-wrap {
  padding: 24px 24px 0;
}

.mv-cat-ttl {
  max-width: 832px;
  margin: 0 auto;
}


@media screen and (min-width: 880px) {
  .cont_ttl-tag {
    left: 112px;
  }

  .cont_headingLv3_wrap[class*="cont_headingLv3_wrap--icon"] {
    padding-top: 0;

  }

  .cont_headingLv3_wrap[class*="cont_headingLv3_wrap--icon"]::before {
    top: inherit;
    left: inherit;
    bottom: 32px;
    right: -32px;
  }

  .cont_headingLv3_02 {
    padding-bottom: 32px;
    text-align: left;
  }

  .cont_headingLv3_02 .main-ttl {
    font-size: 30px;
  }

  .consul-block .cont_headingLv1 {
    font-size: 40px;
    margin-top: 80px;
  }

  .mv-cat-title-wrap {
    padding: 18px 0 14px;
  }

  .mv-cat-title {
    max-width: 1200px;
    margin: 0 auto;
  }

  .mv-cat-ttl-wrap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 879px) {
  .mv-cat-title-wrap {
    padding: 16px 24px 8px;
  }

  .mv-cat-title {
    line-height: 1;
    width: 126px;
    height: 20px;
  }
}

/* text */
.textA {
  font-size: 16px;
  letter-spacing: 0.064rem;
  line-height: 1.6875;
}

.textA[class*="textA--illust"] {
  position: relative;
}

.textA.textA--illust01 {
  padding-bottom: 117px;
}

.textA.textA--illust01::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bg_illust01.png);
  width: 80px;
  height: 69px;
}

.textA.textA--illust02 {
  padding-bottom: 110px;
}

.textA.textA--illust02::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bg_illust02.png);
  width: 93px;
  height: 62px;
}

.textA.textA--illust03 {
  padding-bottom: 123px;
}

.textA.textA--illust03::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bg_illust03.png);
  width: 132px;
  height: 75px;
}

.textA.textA--illust04 {
  padding-bottom: 145px;
}

.textA.textA--illust04::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bg_illust04.png);
  width: 90px;
  height: 97px;
}

.textA.textA--illust05 {
  padding-bottom: 168px;
}

.textA.textA--illust05::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bg_illust05.png);
  width: 85px;
  height: 120px;
}

.textA.textA--illust06 {
  padding-bottom: 101px;
}

.textA.textA--illust06::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bg_illust06.png);
  width: 111px;
  height: 53px;
}

.textA.textA--illust07 {
  padding-bottom: 118px;
}

.textA.textA--illust07::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bg_illust07.png);
  width: 65px;
  height: 70px;
}

.textA[class*="textA--illust"]::before {
  content: '';
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.textA.textA--illust-center::before {
  right: 50%;
  transform: translateX(50%);
}

.textA.textA--illust-left::before {
  right: inherit;
  left: 0;
}

.textA.textA--logo {
  position: relative;
  padding-top: 76px;
}

.textA.textA--logo::before {
  content: '';
  display: block;
  width: 144px;
  height: 37px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_iyell_logo01.png);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* anchor */
.check-list .anchor {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

/* bal04 */
.bal04_wrap {
  position: relative;
}

.bal04_wrap[class*="bal04_wrap--illust"] {
  padding-bottom: 100px;
}

.bal04_wrap[class*="bal04_wrap--illust"]::after {
  content: '';
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.bal04_wrap.bal04_wrap--illust01 {
  padding-bottom: 15px;
}

.bal04_wrap.bal04_wrap--illust01::after {
  width: 92px;
  height: 57px;
  bottom: 0;
  right: 7px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bal_illust01.png);
}

.bal04_wrap.bal04_wrap--illust01 .arr {
  right: 52px;
}

.bal04_wrap.bal04_wrap--illust02 {
  padding-bottom: 42px;
}

.bal04_wrap.bal04_wrap--illust02::after {
  width: 90px;
  height: 91px;
  bottom: 0;
  right: 3px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bal_illust02.png);
}

.bal04_wrap.bal04_wrap--illust02 .arr {
  right: 63px;
}

.bal04_wrap.bal04_wrap--illust03 {
  padding-bottom: 52px;
}

.bal04_wrap.bal04_wrap--illust03::after {
  width: 102px;
  height: 93px;
  bottom: 0;
  right: inherit;
  left: 11px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bal_illust03.png);
}

.bal04_wrap.bal04_wrap--illust03 .arr {
  right: inherit;
  left: 64px;
  transform: translateY(-100%) rotateY(180deg);
}

.bal04_wrap.bal04_wrap--illust04 {
  padding-bottom: 24px;
}

.bal04_wrap.bal04_wrap--illust04::after {
  width: 92px;
  height: 57px;
  bottom: 0;
  left: 3px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_bal_illust04.png);
}

.bal04_wrap.bal04_wrap--illust04 .arr {
  right: inherit;
  left: 52px;
  transform: translateY(-100%) rotateY(180deg);
}

.bal04_wrap.bal04_wrap_mv {
  padding-top: 70px;
}

.bal04_wrap.bal04_wrap_mv .bal04 {
  padding: 38px 20px 24px;
}

.bal04_wrap.bal04_wrap_mv .bal04::before {
  top: 14px;
}

.bal04_wrap.bal04_wrap_mv .bal04::after {
  bottom: 0;
}

.bal04_wrap.bal04_wrap_mv .bal04 .arr {
  top: 0;
  right: inherit;
  left: 36px;
  width: 14px;
  height: 18px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAjCAMAAACw/5reAAAAV1BMVEUAAAD6+vrs6uvt6+zt6+3w8PDs6+zt6uzu7Ozt7e3t6+vs6+zu7Ozs7Ozt6uvs6uvs6uvt6+vu6+vt7e3s7Ozt7e3t6+z////6+vry8fL39vfw7u/19PR3CDBzAAAAFnRSTlMAC/elZSDlxoVFwvRoX+vn27V1R0QryG8p3wAAAMFJREFUKM91z1kWgyAQRNF2nmLmNDjsf51R1BRQ5v3WgdNXvD6t6q2X04pO1y6nY6auLhEuSVX/Ps11rxKu0qOCz9FfNY01xpLGUtEr2hr1yhiJ0oSRKD9HgspIUBkJKiMDKiOt7jWMHMwEaoy0ZgQ1RhpjQI2Q8zIOoIZIu4w2pBY4Zw3UADm6cQbVR7oN/75DpAvUELkFKpCTOQI1xzlboLbS+udEJwnOQRjpV1Dljl/pX+njX0F9iDyvPhLUNEu+WKo2vRO3RrgAAAAASUVORK5CYII=);
}

.bal04_wrap.bal04_wrap_mv::before {
  content: '';
  display: block;
  width: 65px;
  height: 65px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/article/wp-content/themes/recruit-finance/images/article_b007_profile_icon01.png);
  position: absolute;
  top: 0;
  left: 13px;
}

.bal04 {
  width: 100%;
  font-weight: bold;
  position: relative;
  padding: 24px 20px 44px;
  line-height: 1.5;
  letter-spacing: 0.064em;
  position: relative;
}

.bal04::before,
.bal04::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.bal04::before {
  top: 0;
  padding-top: 18px;
  border: 4px solid #EDEBEC;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bal04::after {
  bottom: 20px;
  padding-top: 18px;
  border: 4px solid #EDEBEC;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bal04 .arr {
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 27px;
  top: 100%;
  right: 22px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-image: url(/article/wp-content/themes/recruit-finance/images/arrow_normal.svg);
  z-index: 1;
}

.bal04_wrap.bal04_wrap--arr-top-center .bal04 {
  padding: 38px 20px 24px;
}

.bal04_wrap.bal04_wrap--arr-top-center .bal04::before {
  top: 14px;
}

.bal04_wrap.bal04_wrap--arr-top-center .bal04::after {
  bottom: 0;
}

.bal04_wrap.bal04_wrap--arr-top-center .bal04 .arr {
  width: 14px;
  height: 18px;
  top: 0;
  right: 50%;
  left: inherit;
  transform: translateX(50%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAjCAMAAACw/5reAAAAV1BMVEUAAAD6+vrs6uvt6+zt6+3w8PDs6+zt6uzu7Ozt7e3t6+vs6+zu7Ozs7Ozt6uvs6uvs6uvt6+vu6+vt7e3s7Ozt7e3t6+z////6+vry8fL39vfw7u/19PR3CDBzAAAAFnRSTlMAC/elZSDlxoVFwvRoX+vn27V1R0QryG8p3wAAAMFJREFUKM91z1kWgyAQRNF2nmLmNDjsf51R1BRQ5v3WgdNXvD6t6q2X04pO1y6nY6auLhEuSVX/Ps11rxKu0qOCz9FfNY01xpLGUtEr2hr1yhiJ0oSRKD9HgspIUBkJKiMDKiOt7jWMHMwEaoy0ZgQ1RhpjQI2Q8zIOoIZIu4w2pBY4Zw3UADm6cQbVR7oN/75DpAvUELkFKpCTOQI1xzlboLbS+udEJwnOQRjpV1Dljl/pX+njX0F9iDyvPhLUNEu+WKo2vRO3RrgAAAAASUVORK5CYII=);
}

.bal04-ttl {
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}

.bal04-ttl::before {
  content: '';
  display: block;
  width: 90%;
  height: 4px;
  background-color: #EDEBEC;
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0;
  margin: 0 auto;
}

.bal04_inner {
  padding: 24px 0;
}

@media screen and (min-width: 880px) {
  .bal04_wrap {
    display: inline-block;
  }

  .consul-block .bal04_wrap {
    width: 100%;
  }

  .bal04_wrap--pcCenter {
    left: 50%;
    transform: translateX(-50%);
  }

  .mv-block .bal04_wrap {
    width: 100%;
    padding-right: 83px;
    padding-bottom: 0;
  }

  .mv-block .bal04_wrap[class*="bal04_wrap--illust"]::after {
    right: 0;
    top: inherit;
    bottom: 0;
  }

  .mv-block .bal04 {
    padding-bottom: 24px;
  }

  .mv-block .bal04 .arr {
    width: 14px;
    height: 18px;
    top: 50%;
    right: inherit;
    left: calc(100% + 10px);
    transform: translateY(-50%) rotateZ(90deg);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAjCAMAAACw/5reAAAAV1BMVEUAAAD6+vrs6uvt6+zt6+3w8PDs6+zt6uzu7Ozt7e3t6+vs6+zu7Ozs7Ozt6uvs6uvs6uvt6+vu6+vt7e3s7Ozt7e3t6+z////6+vry8fL39vfw7u/19PR3CDBzAAAAFnRSTlMAC/elZSDlxoVFwvRoX+vn27V1R0QryG8p3wAAAMFJREFUKM91z1kWgyAQRNF2nmLmNDjsf51R1BRQ5v3WgdNXvD6t6q2X04pO1y6nY6auLhEuSVX/Ps11rxKu0qOCz9FfNY01xpLGUtEr2hr1yhiJ0oSRKD9HgspIUBkJKiMDKiOt7jWMHMwEaoy0ZgQ1RhpjQI2Q8zIOoIZIu4w2pBY4Zw3UADm6cQbVR7oN/75DpAvUELkFKpCTOQI1xzlboLbS+udEJwnOQRjpV1Dljl/pX+njX0F9iDyvPhLUNEu+WKo2vRO3RrgAAAAASUVORK5CYII=);
  }

  .mv-block .bal04:after {
    bottom: 0;
  }

  .bal04-ttl {
    font-size: 23px;
  }
}

/* list */
.listA>li {
  padding-left: 1em;
  position: relative;
  letter-spacing: 0.064em;
}

.listA>li::before {
  content: '・';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.listA>li:not(:first-child) {
  margin-top: 16px;
}

.listB {
  font-size: 12px;
}

.listB>li {
  display: table;
}

.listB>li:not(:first-child) {
  margin-top: 24px;
}

.listB>li::before {
  content: "・";
  display: table-cell;
  width: 1em;
}

.listB>.listB_nodesc::before {
  content: "";
}

.check-list>.check-listItem {
  padding-left: 1.5em;
  position: relative;
}

.check-list>.check-listItem::before {
  content: '';
  display: block;
  width: 12px;
  height: 17px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/article/wp-content/themes/recruit-finance/images/article_check_list_icon.png);
  position: absolute;
  top: 0;
  left: 0;
}

.check-list>.check-listItem:not(:first-child) {
  margin-top: 24px;
}

.anchor-list {
  letter-spacing: 0.024em;
  line-height: 1.3125em;
  counter-reset: num;
}

.anchor-list>li:not(:first-child) {
  margin-top: 8px;
}

.anchor-list>li .inner {
  display: block;
  position: relative;
  padding-left: 33px;
  line-height: 1.5;
  color: #fff;
}

.anchor-list>li .inner::before {
  counter-increment: num;
  content: counter(num);
  display: block;
  position: absolute;
  top: 0;
  left: 0.7em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.anchor-list>li .inner::after {
  content: "#";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-decoration: none;
}

.iYellInquiry-dl {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #0E1213;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.iYellInquiry-dl dt {
  font-weight: bold;
  order: 2;
  margin: 8px 0;
}

.iYellInquiry-dl_tel {}

.iYellInquiry-dl_time {
  color: rgba(13, 17, 18, 0.7);
}

.iYellInquiry-dl .order1 {
  order: 1;
}

.iYellInquiry-dl .order3 {
  order: 3;
}

/* img */
.img_wrap {
  text-align: center;
}

.img_wrap.next-cnt-block-mv {
  margin-top: 40px;

}

.img_wrap.next-cnt-block-mv img {
  width: 136px;
  height: 136px;
}

@media screen and (min-width:769px) {
  .img_wrap.consul-block-mv {
    width: 310px;
    position: absolute;
    top: 263px;
    left: 344px;
  }

  .img_wrap.next-cnt-block-mv {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
  }

  .img_wrap.next-cnt-block-mv img {
    width: 240px;
    height: 213px;
  }
}

/* btn */
.next-cnt-block .btn_wrap {
  text-align: center;
  margin-top: 40px;
}

.btn_wrap--iyell {
  margin-top: 48px;
  padding-top: 0;
  text-align: center;
}

.btn_wrap--iyell::before {
  content: none;
}

.form-block .btn_wrap {
  text-align: center;
}

.next-cnt-block .btn_wrap .btn.btn--sm,
.form-block .btn_wrap .btn.btn--sm {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.064em;
  width: 87.83%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn_wrap--iyell .btn {
  width: 87.83%;
  padding: 14px 12.24%;
  cursor: pointer;
}

.btn_wrap--iyell .btn>.inner {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAANERMAEBAOERINEhIMEhIIEBALEBAOERINEBMOEhIOERIOEBINERMNEBMMEBANERIOEhIOEhPD12nnAAAAEnRSTlMAsBDgoJAgMPBQgM9wwGBA0H91y8O5AAAA80lEQVQ4y5WUWQ7DIAxEh50Gsvn+h21FqyrYRiTvD2sYY8BGTzpNoQ/FnAlDYnB0wYUIDetJ4C0Er0wK+QWGpwG+T2toiLmmZzqmZHnHhH8dNOFXkc0zYbZKYh/doPTYhTZgI0kEEMRWp9fj2LFVSwekLrBjYJmwKMJFCiuMENpVfZ7SrZfmp1DQr9dWiwbY2gLxlrACMHeEDgNLHCyw6eUcMIolAq2VXY/cveDLys6elNdq7CwoH9ZZaenaeTjFCsugX0aJvDfjoAfzGZEu8XC7uZ6163wA3B0pz4bUNHt4MkjnoznYh8Nekqo52j81NaHjDangT8XzFp3VAAAAAElFTkSuQmCC) no-repeat left center;
  background-size: 20px;
  padding-left: 32px;
}

.form-block .btn_wrap {
  text-align: center;
}

.form-block .btn_wrap .btn {
  text-align: center;
}

.form-block .btn_wrap .btn:hover {
  cursor: pointer;
}

.form-block.is-close .btn_wrap--submit {
  display: none;
}

.form-block .btn_wrap .btn.btn--submit,
.form-block .btn_wrap .btn.btn--tgl.is-close {
  background-color: #FFED66;
  border-color: #FFED66;
}

.form-block .btn_wrap .btn.btn--tgl.is-open {
  color: #ffffff;
  background-color: #CCCACB;
  border-color: #CCCACB;
}

.form-block .btn_wrap .btn.btn--tgl .inner {
  position: relative;
  padding-right: 24px;
  display: block;
}

.form-block .btn_wrap .btn.btn--tgl .inner::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.form-block .btn_wrap .btn.btn--tgl.is-open .inner::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD////////////////////////////////////////////////////////MysvV1NTf3t7l5OWJt9BDAAAADnRSTlMAEIDw0MCwoCB/cFBgb0I9oqMAAADiSURBVDjLldVbEoMgDAXQAIEC1vjY/2L7IwZMKHL/Oj3DFUYitIlr8EiEPqwRujEJqQom02GOHnEa/TKr6fJ0iTpJbe2HuvnU9ew0yc7S39h7HzTItSPjRtAZLh6U6wvuu7qkFW7bdm1JlE5KBIjSaTJCFk6VGYLSq7QH8NJpz+kBFadIBMWpEqTTJaD4R/2N92bO1hV5ls3w8RzsWB58PJluWRzLozrwSK8SAfCNw+s1G8byizu4CxNXYeJywTKCy9wAGI+UuSE1bLfTg5TrrRPMXrWCtsOemUzM5fORIzT5AfnwQ9T+F1KLAAAAAElFTkSuQmCC);
}

.form-block .btn_wrap .btn.btn--tgl.is-close .inner::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAPFBMVEUAAAAAEBAOEhIOERINERINERMNERMNEhIIEBAOEhIOEBINEBMNEBMOEBIOEhP/7WYdHxfSxFWlm0aHgDwou90FAAAADnRSTlMAEIDw0MCwoCB/cFBgb0I9oqMAAAD3SURBVDjLldXhkoMgDATgAIEiXoNt3/9dz5nz3OJiqfsr6DdknIEobfI9RTXTmO5ZTuOm1SA6uRMW7JDQoz9g73Q+uslOMrVtb3aamxMErifhvH2M37/DBtm+yIURDA6NB82x4WhLbDjeUr+BKpKxWlDSgyxlr5+P5eAez70uknZX65+Eq3WXSeJWvWrdJNya17aKongOyWsV4ze8WiPWk6gBlWXPqURjyc6iJGPJzpIUY8nOimQjCYdkEWXJTnHMGrk6PmYukCQXXPcqLEdn/trlknkE52sDYDxSrg2pYXd/dZAizgdiHm1b2g57ME4u/7+PkqXJLz9VRFa0ju1BAAAAAElFTkSuQmCC);
}

.hosho-form .btn_wrap {
  text-align: center;
  margin-top: 64px;
  position: relative;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.hosho-form .btn_wrap .pp-alliance-text {
  width: 100%;
  font-size: 10px;
  position: absolute;
  top: 12px;
  left: 0;
  text-align: center;
  pointer-events: none;
}

.hosho-form .btn_wrap.disabled .pp-alliance-text {
  color: #ffffff;
}

.hosho-form .mw_wp_form_confirm .btn_wrap.disabled .pp-alliance-text {
  color: #0D1112;
}

.hosho-form .mw_wp_form_confirm .btn_wrap.btn_wrap--submit {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 64px;
}

.hosho-form .btn_wrap.btn_wrap--submit .btn--submit {
  background: #FFED66;
  border-color: #FFED66;
  color: #0E1213;
  font-size: 17px;
  font-weight: bold;
  padding: 32px 0 16px;
  width: 100%;
  border-radius: 9999px;
  letter-spacing: 0.08em;
  order: 1;
}

.hosho-form .btn_wrap.btn_wrap--submit .btn--submit.disabled {
  pointer-events: none;
  background: #CCCACB;
  border-color: #CCCACB;
  color: #fff;
}

.hosho-form .mw_wp_form_confirm .btn_wrap.btn_wrap--submit .btn--fix {
  margin-top: 24px;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 0;
  width: 196px;
  border-radius: 9999px;
  background: #CCCACB;
  color: #ffffff;
  letter-spacing: 0.08em;
}

.hosho-form .error-text {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FC5C51;
}

.hosho-form .error-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 17px;
  height: 16px;
  margin-top: 2px;
  background: url(/quick/hosho/entry/images/ico_error.svg) center center/contain no-repeat;
}

.hosho-form .pp-link-wrap {
  margin-top: 32px;
}

.hosho-form .pp-link {
  font-size: 10px;
  text-align: center;
}

.hosho-form .pp-link a {
  color: #0D1112;
  text-decoration: underline;
}

.mw_wp_form_complete .complete-ttl {
  font-size: 24px;
  font-weight: bold;
}

.mw_wp_form_complete .complete-text {
  font-size: 14px;
  margin-top: 32px;
}

.mw_wp_form_complete .complete-text+.complete-text {
  margin-top: 16px;
}

@media screen and (min-width:769px) {
  .mw_wp_form_complete .complete-ttl {
    font-size: 31px;
  }

  .mw_wp_form_complete .complete-text {
    font-size: 18px;
    margin-top: 40px;
  }

  .next-cnt-block .btn_wrap {
    text-align: left;
    margin-top: 26px;
  }

  .next-cnt-block .btn_wrap .btn.btn--sm {
    text-align: center;
    width: 187px;
    font-size: 20px;
  }

  .hosho-form .btn_wrap,
  .hosho-form .btn_wrap.btn_wrap--submit .btn--submit,
  .hosho-form .btn_wrap .pp-alliance-text {
    width: 306px;
  }

  .hosho-form .btn_wrap {
    margin-top: 64px;
  }

  .hosho-form .btn_wrap.btn_wrap--submit .btn--submit {
    font-size: 22px;
    padding-top: 34px;
    padding-bottom: 22px;
    letter-spacing: 0.064em;
  }
}

/* other */
.js-anchor:hover {
  cursor: pointer;
}

.marker {
  background: linear-gradient(transparent 50%, #FFED66 0%);
}

.bracket-fr {
  display: inline-block;
  margin-left: -0.5em;
}

.bracket-bk {
  display: inline-block;
  margin-right: -0.5em;
}

.hp_ls05em {
  letter-spacing: -0.005em !important;
}

.hp__inlineBlc {
  display: inline-block !important;
}

@media screen and (min-width: 880px) {
  .scroll-top-wrap .scroll-top-inner .scroll-top {
    bottom: 100px !important;
  }
}

@media screen and (max-width: 879px) {
  .hp_ls1_sp {
    letter-spacing: -1px;
  }

  .hp_ls6_sp {
    letter-spacing: -6px;
  }
}

/*
各ブロック
---------*/
/* mv-block */
.mv-sub {
  font-size: 13px;
  font-weight: bold;
  color: #36BBB7;
  display: flex;
  align-items: center;
}

.mv-sub span {
  display: inline-block;
  color: #0E1213;
}

.mv-sub .step {
  margin-right: 8px;
}

.mv-sub .step img {
  width: 73px;
}

/* consul-block */
.consul-block {
  z-index: 1;
}

/* next-cnt-block */
.containerA.next-cnt-block {
  z-index: 1;
}

.next-cnt-block .next-cnt-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px dotted #000000;
}

.next-cnt-block .next-cnt-title .ttl {
  letter-spacing: 0.064em;
  font-size: 13px;
}

.next-cnt-block .next-cnt-title .sub {
  font-size: 12px;
  position: relative;
  padding: 0 12px;
}

.next-cnt-block .next-cnt-title .sub::before,
.next-cnt-block .next-cnt-title .sub::after {
  content: '';
  display: block;
  width: 6px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.next-cnt-block .next-cnt-title .sub::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAoCAMAAAD9luv1AAAANlBMVEUAAAANERMOERIMEBAOERIIEBAOEhIOEBIOERINERMKEBAAEBANERMMERMMEhINEBMNEBMOEhNs+E5NAAAAEXRSTlMAwMo/8CCAcOCwMBCvl5BgUEq4QWIAAABdSURBVCjP7dA5DsAgDERRAzZhyeb7XzZjgUXa9PkN80RnmiXUyNqiWhFTAsZEZ13Y7eWADrptXzQ6sTPNAtAciujHZxSgvy+aHBkIDmFTkqFNvQjVBftjhyW5FsMDVtgMMUYz4YkAAAAASUVORK5CYII=);
  left: 0;
}

.next-cnt-block .next-cnt-title .sub::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAoCAMAAAD9luv1AAAAPFBMVEUAAAAMEBAMERMNERMADQ0NEBEMEBAKDw8OERINERINERMMERIOEhILDxAOERINEhINEhINEBMACgoOEhNKUJozAAAAE3RSTlMAQJfAD3A/MODQv42ATe+gZWAZHwVJtQAAAFpJREFUKM/t0TkWgCAMRdGgiYCA4/73asZjb+2rcs8vAwuXwbu1NRm8hgYfGbOkIrCwM7YLPBlH4GRQIDGmH5/QAp1x+I2FYQ/MQ+6K8SwdXhBAoCRw1J1Q7geUKAzFICGW4AAAAABJRU5ErkJggg==);
  right: 0;
}

.next-cnt-main-title {
  font-weight: bold;
  margin-top: 48px;
}

.next-cnt-main-title .sub {
  font-size: 18px;
  line-height: 1;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.next-cnt-main-title .sub .num {
  font-size: 41px;
}

.next-cnt-main-title .ttl {
  font-size: 33px;
}

.next-cnt-main-title .sub+.ttl {
  margin-top: 24px;
}

@media screen and (min-width: 880px) {
  .next-cnt-block .container-innerA {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .next-cnt-main-title {
    margin-top: 0;
  }

  .next-cnt-main-title .sub .num {
    font-size: 40px;
  }

  .next-cnt-main-title .ttl {
    font-size: 30px;
    letter-spacing: 0.024em;
    line-height: 1.4;
  }

  .next-cnt-block .next-cnt-title .sub {
    font-size: 15px;
  }

  .next-cnt-block .next-cnt-title .ttl {
    font-size: 16px;
  }

  .next-cnt-main-title .sub {
    font-size: 24px;
  }

  .next-cnt-main-title .sub+.ttl {
    margin-top: 14px;
  }

  .next-cnt-block-content-wrap {
    position: relative;
    padding-left: 50%;
    margin-top: 40px;
  }

  .next-cnt-block .next-cnt-title .sub {
    padding: 0 16px;
  }

  .next-cnt-block .next-cnt-title .sub::before,
  .next-cnt-block .next-cnt-title .sub::after {
    width: 8px;
    height: 27px;
  }

  .next-cnt-block .next-cnt-title .sub::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA1CAMAAAB/TJvWAAAAOVBMVEUAAAAMEBANERMMDxIOERINEBMMEhIIEBAADg4OERINERMOEhIOEBINEBEOERINERMNEhILEBAOEhPP6gHxAAAAEnRSTlMAQMBU8GCPIBHgsIBwT8+/oDBYumUiAAAAaUlEQVQoz+3SORaAIAwE0ATDooIL9z+s81L4Yho8ANOQ/CI0Qz9TYjq7ZtGdV4wGIgYLd3dw4F0jvwcbdinmhx1QyWQDsIUwYcIYfINcx5IFBkj2RyQ11hRAFsi36+KAcrCg4XoFDdMwD5hyDxdKQQMRAAAAAElFTkSuQmCC);
  }

  .next-cnt-block .next-cnt-title .sub::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA1BAMAAAC6vHbXAAAAMFBMVEUAAAANERMMEBAOERINEhIMEhIOERINEBMIEBAAEBALEBAOERIOEhIOEBINEBAOEhPzjntVAAAAD3RSTlMAwEDwoJDPYCAQMOB/cE+26jK4AAAAYElEQVQY02PABP///088AWaAQACM8W0ClPHfAaxsuf3/TxANs/9/gTCY/n+GmwFlyP9XGGXgYeT/X4AaYuywMGwGhaqSktJT+/8/YCEfAGV8gUbK5wtAhqCgoGglAzYAAK7aZfll0MXyAAAAAElFTkSuQmCC);
  }

  .index-cnt-block-hr {
    display: none;
  }
}

@media screen and (max-width: 879px) {
  .next-cnt-block .next-cnt-title .ttl {
    width: 70px;
  }

  .index-cnt-block-hr {
    margin: 64px 0;
    background-color: #CCCACB;
  }
}

/* index-cnt-block */
.next-cnt-block+.containerA.index-cnt-block {
  margin-top: -54px;
}

.next-cnt-block+.containerA.index-cnt-block .container-innerA {
  padding-top: 77px;
}

.index-cnt-title {
  letter-spacing: 0.024em;
}

.index-cnt-title .ttl {
  font-size: 17px;
  font-weight: bold;
}

.index-cnt-title .sub {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.index-cnt-title+.index-dl {
  margin-top: 16px;
}

.index-cnt-bnrTitle {
  font-size: 13px;
  line-height: 1.5;
  color: #A69FA2;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 16px;
}

.index-cnt-btnWrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.index-cnt-block__inner {
  padding: 48px 32px 0;
}

.index-cnt-block__inner+.container-innerA {
  padding-top: 0;
}

.index-cnt-title--bank {
  display: none;
}

.index-cnt-block__img {
  display: none;
}

@media screen and (min-width:769px) {
  .index-cnt-title--bank {
    margin-top: 13px;
    color: #fff;
    font-size: 24px;
    line-height: 1.375;
    letter-spacing: 0.167em;
    font-weight: bold;
    display: block;
    position: absolute;
  }

  .index-cnt-block__inner {
    background: linear-gradient(#42c1a7 0%, #57b9d3 100%);
    box-shadow: 0px 0px 32px rgba(14, 18, 19, 0.1);
    border-radius: 16px 16px 0px 0px;
    padding: 28px 31px 27px 32px;
    font-size: 0;
  }

  .index-cnt-block__img {
    text-align: right;
    display: block;
    margin-top: 6px;
    margin-bottom: -48px;
    margin-right: -16px;
  }

  .index-cnt-bnrTitle {
    margin-top: 48px;
  }

  .index-cnt-btnWrap {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .index-cnt-btnWrap>.btn--guide-hosho {
    margin: 0 8px;
  }
}

.index-dl {
  border-top: 1px dotted #000000;
  padding-top: 32px;
  counter-reset: index-num01;
  counter-reset: index-num02;
}

.index-dl>div:not(:first-child) {
  border-top: 1px dotted #000000;
  padding-top: 32px;
  margin-top: 24px;
}

.index-link {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.064em;
  position: relative;
  display: block;
}

a.index-link::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/icon_sidearw.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.index-bank-link {
  color: #0E1213;
  font-weight: bold;
  display: block;
  letter-spacing: 0.088em;
}

a.index-bank-link::before {
  content: none;
}

a.index-bank-link::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/icon_sidearw.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: none;
}

.index-bank-link .small {
  font-size: 12px;
}

.index-bank-link .large {
  font-size: 16px;
}

.index-dt {
  padding: 0 0 0 116px;
  position: relative;
}

.index-dt::before {
  content: '';
  display: block;
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.index-dt.step01::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_index_list_icon01.png);
}

.index-dt.step02::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_index_list_icon02.png);
}

.index-dt.step03::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_index_list_icon03.png);
}

.index-dt .step {
  line-height: 1;
}

.index-dt .step .inner {
  font-size: 10px;
  color: #ffffff;
  padding: 2px 16px;
  border-radius: 8px;
  background-color: #000000;
}

.index-dt .step img {
  width: 60px;
}

.index-dt .index-link-wrap {
  margin-top: 16px;
}

.index-step02-link-list {
  margin-top: 32px;
}

.index-step02-link-list>li {
  border-top: 1px dotted #000000;
  padding-top: 24px;
  margin-top: 24px;
}

.index-step02-link-list>li .index-link {
  padding-right: 10px;
  padding-left: 50px;
  font-size: 16px;
  letter-spacing: 0.032em;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 414px) {
  .index-step02-link-list>li .index-link {
    padding-left: 32px;
  }
}

.index-step02-link-list>li .index-link::before {
  counter-increment: index-num02;
  content: counter(index-num02);
  display: block;
  text-align: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #CCCACB;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.4;
}

.index-step02-link-list>li.is-current {
  position: relative;
}

.index-step02-link-list>li.is-current::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -13px;
  top: 12px;
  width: calc(100% + 26px);
  height: 100%;
  border-radius: 8px;
  background-color: #F8F6F7
}

.index-step02-link-list>li.is-current .index-link {
  pointer-events: none;
}

.index-step02-link-list>li.is-current a.index-link::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAARVBMVEUAAADv7+/p5ujp5+fp5+jv5+fo5+fp5+jp6enp5+nq6uro5+fo5+jo5+jp5ujo6Ojp5+ignp+8ubrb2dqlo6SurK3Fw8TvHCeMAAAAEHRSTlMAENCg8CDAgFCfMODfv5BPdsN2vAAAAKhJREFUOMuNk1kOwyAMRG0cCKRJM3S7/1GrthJliezMH/Iz3ukv3tO2AuuWdqZRPqFS8p2Zr+g0c2N3GOQqYplwoGkp/sXeETz+/zqKUuX3zLc20299tT13xKdaKa/7I/eEEDGgEUwRKhFJoBJCASoR6AKVcATohAmYIcwkzTLNRlmtNod1Ztw0Kwtjrpy1tNba24dTEbNyej95aer3NIqjBAe4ILHyfgPpYDIONiW4agAAAABJRU5ErkJggg==);
}





.index-step03-link-list {
  margin-top: 32px;
}

.index-step03-link-list>li {
  border-top: 1px dotted #000000;
  padding-top: 24px;
  margin-top: 24px;
}

.index-step03-link-list>li .index-link {
  padding-right: 10px;
  padding-left: 50px;
  font-size: 16px;
  letter-spacing: 0.032em;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 414px) {
  .index-step03-link-list>li .index-link {
    padding-left: 32px;
  }
}

.index-step03-link-list>li .index-link::before {
  counter-increment: index-num02;
  content: counter(index-num02);
  display: block;
  text-align: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #CCCACB;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-step03-link-list>li.is-current {
  position: relative;
}

.index-step03-link-list>li.is-current::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -13px;
  top: 12px;
  width: calc(100% + 26px);
  height: 100%;
  border-radius: 8px;
  background-color: #F8F6F7
}

.index-step03-link-list>li.is-current .index-link {
  pointer-events: none;
}

.index-step03-link-list>li.is-current a.index-link::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAARVBMVEUAAADv7+/p5ujp5+fp5+jv5+fo5+fp5+jp6enp5+nq6uro5+fo5+jo5+jp5ujo6Ojp5+ignp+8ubrb2dqlo6SurK3Fw8TvHCeMAAAAEHRSTlMAENCg8CDAgFCfMODfv5BPdsN2vAAAAKhJREFUOMuNk1kOwyAMRG0cCKRJM3S7/1GrthJliezMH/Iz3ukv3tO2AuuWdqZRPqFS8p2Zr+g0c2N3GOQqYplwoGkp/sXeETz+/zqKUuX3zLc20299tT13xKdaKa/7I/eEEDGgEUwRKhFJoBJCASoR6AKVcATohAmYIcwkzTLNRlmtNod1Ztw0Kwtjrpy1tNba24dTEbNyej95aer3NIqjBAe4ILHyfgPpYDIONiW4agAAAABJRU5ErkJggg==);
}

.index-bank-link-list {
  margin-top: 24px;
}

.index-bank-link-list>li {
  position: relative;
  border-top: 1px dotted #707070;
  padding-top: 12px;
  padding-bottom: 12px;
}

.index-bank-link-list>.index-bank-linkTtl {
  padding-top: 19px;
  padding-bottom: 20px;
}

.index-bank-link-list>li .index-bank-link {
  padding-right: 14px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.index-bank-link-list>li.is-current {
  position: relative;
}

.index-bank-link-list>li.is-current::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #F8F6F7
}

.index-bank-link-list>.index-bank-linkTtl.is-current::before {
  height: 65px;
}

.index-bank-link-list>li:first-child.is-current::before {
  top: inherit;
  bottom: 10px;
}

.index-bank-link-list__notLink {
  text-align: right;
  font-size: 12px;
}

.index-bank-link-list__notLink>a {
  color: #0E1213;
  text-decoration: underline;
  text-decoration-color: #707070;
}

@media screen and (min-width: 880px) {
  .index-cnt-block {
    display: none;
  }

  .side-area-inner .index-cnt-block {
    display: block;
  }

  .index-bank-link-list {
    margin-top: 0;
  }

  .index-bank-link-list>li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}

/* form-block */
.form-block {
  transition: all 0.3s ease;
}

.form-block.is-close {
  margin-top: -580px;
}

.form-block.is-open {
  margin-top: -40px;
}

.form-block .container-innerA {
  padding-top: 60px;
}

@media screen and (min-width: 880px) {
  .form-block.is-close {
    margin-top: -537px;
  }
}

/* localNav */
.localNav-wrap {
  background-color: #3AC2A7;
  border-radius: 16px;
  padding: 13px 32px;
}

.localNav-ttl {
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
}

.localNav {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px dotted #ffffff;
}

.localNav>li {
  width: 100%;
  line-height: 1;
  padding: 8px 0;
}

.localNav>li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.localNav>li .localNav-inner {
  display: inline-block;
  padding-left: 2em;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.024em;
  line-height: 1.75;
  position: relative;
  padding-right: 1em;
}

.localNav>li .localNav-inner::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWBAMAAAA2mnEIAAAAHlBMVEX///8AAAD////////////////////////////////5kORPAAAACnRSTlNAAAQ4LjQgEBgcsdVIXwAAAINJREFUGNNjEBQU1HRmMGkC0kC2mgEDAwNzEogtFMAAAqyKQLYyAwQYCTKAhKESDGIMMJDIAFLirlQCUsQwgYGBDWheAgMDB4MDA4MjkC3CwMDCADS8EMgWB2oGaVIEsoWANDIbWQ2K3gaEmch2IbsBxW0INyP7Bc2PgoIargwhIL8DAHinEmojwOEkAAAAAElFTkSuQmCC);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.localNav>li.is-current .localNav-inner::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWBAMAAAA2mnEIAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAEPCAwLBA0M9gf+Dfb1/MpITnAAAAjUlEQVQY02MAAtmY/0cfMoCBlP7///8/LQQxGfv/g8APASBb6D8EKEKEYRLM/2HAAKzETTAFrOj+//+fgbrs////yRD//78DkM3y//9Xhv3//ycA2WxAzQxAhQIgW4A0Chuh5juK3vn///+CmolsF4obGOuhzO8CKG4GSsCEgUAY7EdDiIclw/+XTgTSABeFjLNO6XtkAAAAAElFTkSuQmCC);
}

.localNav>li .localNav-inner::after {
  content: '';
  width: 9px;
  height: 6px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGBAMAAADj6an2AAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMAoJDwn4BgIP+bZswAAAAoSURBVAjXYzBiYGAyYNBQYJBQYGBsY21kYGCQ8BAAkoxAJhAUMDAAAD01A1TeJ5f0AAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.localNav>li.is-passed .localNav-inner::after {
  transform: translateY(-50%) rotateX(180deg);
}

/* note */
.hosho-note-wrap {
  position: relative;
}

.hosho-note {
  font-size: 10px;
  letter-spacing: 0.064rem;
  color: #A69FA2;
}

/* pp-link */

.privacy-policy-link {
  display: flex;
  font-size: 12px;
  border-top: 1px solid #A69FA2;
  padding-top: 24px;
}

/* .privacy-policy-link>li:not(:first-child) {
  margin-left: 8px;
} */

.privacy-policy-link>li a {
  position: relative;
  padding-right: 30px;
  color: #A69FA2;
}

.privacy-policy-link>li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 14px;
  width: 5px;
  height: 8px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_ico_arr.png);
  background-size: contain;
}

.footer .container .content small {
  margin-top: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* iyell bnr */

.iyell-bnr-inner {
  padding-bottom: 56px;
  position: relative;
}

.iyell-bnr-inner::after {
  content: '';
  display: block;
  width: 127px;
  height: 32px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_iyell_icon01_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* hosho-form */
.hosho-form .input-list>li:not(:first-child) {
  margin-top: 24px;
}

.hosho-form .form-label {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-left: 12px;
  font-weight: bold;
  font-size: 0.875rem;
}

.hosho-form .form-label::before {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0E1213;
}

.mw_wp_form_confirm .hosho-form .form-label {
  font-weight: normal;
}

.mw_wp_form_confirm .hosho-form .form-label::before {
  width: 3px;
  height: 3px;
}

.hosho-form .form-text-wrap {
  margin-top: 16px;
  position: relative;
}

.hosho-form .mw_wp_form_confirm .form-text-wrap {
  margin-top: 8px;
}

.hosho-form .input-item--select .form-text-wrap::before {
  position: absolute;
  top: 18px;
  right: 0.5em;
  width: 11px;
  height: 10px;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKBAMAAACQ3rmwAAAAKlBMVEVHcEzSWo3TXIvPYI/RWozRWo3SWo3RWozXWI/VWorSW43SWYzSW4zSW411ILulAAAADXRSTlMAwEAQ8IBg4CAw0FCgxDs1UQAAAD1JREFUCNdjWHsXCDYw1IKoBAZdIHmRgYERSF1iYOAAUgcYGBhi714xAFImd68CSQa2uwUgikFWAUxZAjEArHIZboIkP1cAAAAASUVORK5CYII=) center center/contain;
  background-repeat: no-repeat;
}

.hosho-form .input-item--select .form-text-wrap.is-entered::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_ico_select_02.png);
}

.hosho-form .input-item--select .form-text-wrap.is-error::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_ico_select_03.png);
}

.hosho-form .mw_wp_form_confirm .input-item--select {
  letter-spacing: -0.5px;
}

.hosho-form .mw_wp_form_confirm .input-item--textarea .form-text-wrap {
  text-align: left;
}

.hosho-form .form-text-wrap.is-entered::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -5px;
  background-color: #fff;
  background-image: url(/quick/hosho/entry/images/ico_input_01.png);
  width: 20px;
  height: 20px;
}

.hosho-form .form-text {
  width: 100%;
  height: 45px;
  border: 1px solid #D25B8D;
  border-radius: 6px;
  background-color: #fff;
  padding: 0 0 0 17px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0E1213;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.hosho-form .form-text.form-text--textArea {
  resize: none;
  padding: 20px;
  height: 126px;
  line-height: 1.3;
}

.form-text.form-text--select {
  text-overflow: ellipsis;
  padding-right: 20px;
}

.form-text.form-text--select option {
  background-color: #ffffff;
  color: #000000;
}

.hosho-form .form-text-wrap.is-entered .form-text {
  border: 1px solid #CCCACB;
}

.hosho-form .form-text-wrap.is-error .form-text {
  border: 1px solid #FC5C51;
  background: #FC5C51;
  color: #ffffff;
}

.hosho-form .form-text::placeholder {
  color: #D25B8D;
  font-size: 1rem;
  position: relative;
}

.hosho-form .form-text::-ms-clear {
  visibility: hidden
}

.hosho-form .input-notes {
  color: #0D1112;
  opacity: 0.7;
  font-size: 0.75rem;
  font-weight: normal;
}

.hosho-form .form-tel-wrap {
  margin-top: 16px;
}

.hosho-form .form-tel-wrap span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hosho-form .form-tel-wrap .form-text-wrap {
  margin-top: 0;
  width: 26.7%;
}

.hosho-form .input-item.input-item--tel .form-text-wrap>span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hosho-form .mw_wp_form_confirm .form-text-wrap,
.hosho-form .mw_wp_form_confirm .form-tel-wrap {
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  padding-right: 30px;
  position: relative;
}

.hosho-form .mw_wp_form_confirm .form-text-wrap::after,
.hosho-form .mw_wp_form_confirm .form-tel-wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 24px;
  border-radius: 50%;
  background: #fff url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_ico_input_01.png) center center/contain;
}

.hosho-form .mw_wp_form_confirm .input-item--select .form-text-wrap::before {
  display: none;
}

@media screen and (min-width: 880px) {
  .hosho-form .input-list>li {
    display: flex;
    align-items: center;
  }

  .hosho-form .form-text {
    height: 60px;
  }

  .hosho-form .form-label {
    font-size: 1.125rem;
    max-width: 40%;
  }

  .hosho-form .form-text-wrap,
  .hosho-form .form-tel-wrap {
    width: 58.5%;
  }

  .hosho-form .form-text-wrap {
    margin-top: 0;
  }

  .hosho-form .form-label::before {
    top: calc(1.125rem * 1.65 / 2);
    /* transform: none; */
  }

  .hosho-form .input-item--select .form-text-wrap::before {
    top: 26px;
  }

  .hosho-form .mw_wp_form_confirm .input-item:not(:first-child) {
    margin-top: 24px;
  }

  .hosho-form .mw_wp_form_confirm .form-text-wrap,
  .hosho-form .mw_wp_form_confirm .form-tel-wrap {
    margin-top: 0;
  }

  .hosho-form .mw_wp_form_confirm .input-item.input-item--select {
    letter-spacing: -0.5px;
  }

  .hosho-form .input-list>li:not(:first-child) {
    margin-top: 32px;
  }
}

/* iOSのボタンのスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* modal */
.l-floatBnrSp {
  position: fixed;
  bottom: 0;
  z-index: 10001;
  width: 100%;

  z-index: -1;
  visibility: hidden;
}

.l-floatBnrSp .btn_wrap--close {
  display: none;
}

.l-floatBnrSp .containerA {
  border-radius: 0;
}

.l-floatBnrSp .container-innerA {
  padding: 20px 24px 18px 24px;
  transition: all .3s;
  max-height: 107px;
  height: 100vh;
}

.is-modal-open.l-floatBnrSp {
  z-index: 10001;
  visibility: visible;
}

.is-modal-open.l-floatBnrSp .btn_wrap--close {
  display: block;
}

.is-modal-open.l-floatBnrSp .containerA {
  border-radius: 16px;
}

.is-modal-open.l-floatBnrSp .container-innerA {
  max-height: 327px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.is-modal-open.l-floatBnrSp .container-innerA::-webkit-scrollbar {
  display: none;
}

.is-modal-open {
  max-width: 100%;
}

@media screen and (min-width: 880px) {
  .is-modal-open {
    /*width: 80%;
    max-width: 832px;*/
    width: 100%;
    margin: auto;
  }

  .l-floatBnrSp {
    z-index: -1;
    visibility: hidden;
  }

  .is-modal-open.l-floatBnrSp {
    z-index: 10001;
    visibility: visible;
    right: 8px;
  }

  .l-floatBnrSp .container-innerA {
    transition: max-height .3s;
    padding: 80px 24px;
  }

  .is-modal-open.l-floatBnrSp .container-innerA {
    max-height: 500px;
  }

  .is-modal-open .iYellBnrCnt--openCnt {
    width: 512px;
    margin: 0 auto;
  }
}

.is-modal-open .iYellBnrCnt {
  display: none;
}

.is-modal-open .iYellBnrCnt--openCnt {
  display: block;
}

/* modal */
.l-modal {
  position: fixed;
  display: block;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: max-height .3s;
  max-height: 0;
  opacity: 0;
}

.l-modal_outerWrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.l-modal_innerWrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 64px 16px 104px;
}

.l-modal_container {
  max-width: 832px;
  margin: 0 auto;
  position: relative;
}

.l-modal_body {
  max-width: 832px;
  background-color: #fff;
  border-radius: 16px;
}

.l-modal_inner {
  padding: 35px 24px 40px;
}

.l-modal_close {
  display: none;
}

.l-modal_closeBtn {
  -webkit-appearance: none;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 30px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  background: none;
  cursor: pointer;
  font-size: 17px;
  padding: 14px 0;
  margin: 32px auto 0;
  width: 196px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.is-modal-open.l-modal {
  z-index: 10001;
  height: 100vh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 100vh;
  opacity: 1;
}

.is-modal-open.l-modal::-webkit-scrollbar {
  display: none;
}

.is-modal-open .l-modal_close {
  border: none;
  border-radius: 100%;
  -webkit-appearance: none;
  position: absolute;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  background: #CCCACB;
  top: 8px;
  right: 8px;
  left: inherit;
  display: block;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.is-modal-open .l-modal_close::before,
.is-modal-open .l-modal_close::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  background: #fff;
  top: 11px;
  left: 5px;
  width: 14px;
  height: 2px;
}

.is-modal-open .l-modal_close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-modal-open .l-modal_close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-modal-open .l-modal_close>span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

@media screen and (min-width:769px) {
  .l-modal_innerWrapper {
    padding: 48px 16px 104px;
  }

  .l-modal_inner {
    padding: 80px 24px;
  }

  .is-modal-open .l-modal_close {
    top: 30px;
    right: 15px;
  }

  .l-modal_closeBtn {
    width: 172px;
    border-width: 2px;
  }
}

.hosho-modal-overLay {
  z-index: 10000;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 18, 19, 0.72);
  transition: .3s;
}

.l-modal .mwform-tel-field input[type=text],
.l-modal .mwform-zip-field input[type=text] {
  width: 100%;
}

/* 固定バナー */
.l-floatBnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 12px 24px;
  z-index: 4;
  background: #fff;
  box-shadow: 0px 0px 32px rgba(19, 64, 75, 0.24);
  transition: all ease 500ms;
}

.l-floatBnr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 834px;
  margin: auto;
}

.l-floatBnr_cntLeft {
  line-height: 1;
  padding-left: 52px;
  background: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_floatbnr01.png) no-repeat left center;
  background-size: 40px;
}

.l-floatBnr_txt {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3333;
}

.l-floatBnr .btn.btn--sm {
  font-size: 12px;
  padding: 5px;
  max-width: 100%;
  width: 115px;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 880px) {
  .l-floatBnr {
    padding: 0;
  }

  .l-floatBnr_inner {
    padding: 0 24px;
  }

  .l-floatBnr_cntLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    background: none;
  }

  .l-floatBnr_cntRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-floatBnr_cntRight::after {
    content: "";
    display: block;
    width: 76px;
    height: 71px;
    background: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/cmn_floatbnr02.png) no-repeat right center;
    background-size: 68px;

  }

  .l-floatBnr_logo {
    width: 87px;
    height: 22px;
    margin-right: 48px;
  }

  .l-floatBnr_txt {
    font-size: 17px;
  }

  .l-floatBnr_txt--border {
    padding-bottom: 6px;
    background-size: 5px 2px;
    background-image: linear-gradient(to right, #0E1213, #0E1213 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 5px);
    background-repeat: repeat-x;
    background-position-y: 100%;
  }

  .l-floatBnr .btn.btn--sm {
    padding: 7px;
    height: 36px;
    width: 153px;
  }

  .l-floatBnr .btn.btn--sm .l-floatBnr_txt {
    font-size: 15px;
  }
}

.is-modal-open~.l-floatBnr {
  visibility: hidden;
}

/* 固定バナー ここまで */
.hp_mt4 {
  margin-top: 4px;
}

/* 確認ページ専用 */
.is-defaultOpen .l-floatBnrSp .container-innerA,
.is-defaultOpen .l-modal {
  transition: max-height 0s;
}

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

  .is-defaultOpen .l-floatBnrSp .container-innerA,
  .is-defaultOpen .l-modal {
    transition: max-height 0s;
  }
}

/* 確認ページ専用 ここまで */

.iYellBnrCnt {
  font-size: 0;
}

.iYellBnrCnt--openCnt {
  display: none;
}

.iYellBnrCnt_inner {
  display: flex;
  align-items: center;
}

.iYellBnrCnt_left {
  margin-right: 16px;
}

.iYellBnrCnt_rightItem+.iYellBnrCnt_rightItem {
  margin-top: 8px;
}

.iYellBnrCnt_rightItem>p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.333;
}

.iYellBnrCnt .btn_wrap {
  padding: 0 3.5px;
}

.iYellBnrCnt .btn.btn--sm {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.167;
  width: 115px;
  padding: 6px 6px 6px 20px;
  cursor: pointer;
}

.iYellBnrCnt_ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: solid 4px #439DD1;
  padding-bottom: 5px;
  margin-bottom: 29px;
}

.iYellBnrCnt_confirmTxt {
  display: none;
}

.mw_wp_form_input .iYellBnrCnt_inputTxt {
  display: block;
}

.mw_wp_form_confirm .iYellBnrCnt_inputTxt,
.mw_wp_form_complete .iYellBnrCnt_inputTxt {
  display: none;
}

.mw_wp_form_confirm .iYellBnrCnt_confirmTxt {
  display: block;
}

.mw_wp_form_complete .iYellBnrCnt_completeTxt {
  display: block;
}

.iYellBnrCnt_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #0E1213;
  line-height: 1.4;
}

.iYellBnrCnt_ttlWrap img {
  width: 66px;
}

.iYellBnrCnt_dl {
  font-size: 14px;
  color: #0E1213;
  line-height: 1.5;
  margin-bottom: 30px;
}

.iYellBnrCnt_dl.is-hide {
  display: none;
}

.iYellBnrCnt_dt {
  font-weight: bold;
  margin-bottom: 7px;
}

.mw_wp_form_input .iYellBnrCnt_dt,
.mw_wp_form_confirm .iYellBnrCnt_dt {
  text-indent: -1em;
  padding-left: 1em;
}

.iYellBnrCnt_dd {
  margin-top: 4px;
}

.mw_wp_form_confirm .iYellBnrCnt_dd,
.mw_wp_form_complete .iYellBnrCnt_dd {
  display: none;
}

@media screen and (min-width: 880px) {
  .iYellBnrCnt_ttlWrap {
    padding-bottom: 16px;
  }

  .iYellBnrCnt_ttl {
    font-size: 30px;
    line-height: 1.133;
  }

  .iYellBnrCnt_ttlWrap img {
    width: 85px;
  }
}

/* margin */
.bal04_wrap+.textA,
.index-dl dd {
  margin-top: 16px;
}

.bal04-ttl+*,
.bal04+.textA,
.textA+.check-list,
.textA+.textA,
.bal04+.textA,
.check-list+.textA,
.index-cnt-block+.localNav-wrap,
.btn_wrap+.btn_wrap,
.hosho-form+.btn_wrap,
.hosho-note-wrap+.pp-link-wrap {
  margin-top: 24px;
}

.mv-block .cont_headingLv1_wrap+.img_wrap,
.cont_headingLv3_wrap+.textA,
.cont_headingLv1_wrap+.bal04_wrap,
.cont_headingLv3_wrap+.textA,
.textA+.listA,
.listA+.check-list,
.check-list+.listA,
.cont_ttl-tag+.cont_headingLv3_wrap,
.mv-sub+.cont_headingLv1_wrap {
  margin-top: 32px;
}

.cont_headingLv3_wrap+.bal04_wrap,
.textA+.bal04,
.main-wrapA+.container-wrapA,
.container-wrapA+.main-wrapA,
.textA+.bal04,
.cont_headingLv3_wrap+.bal04,
.cont_headingLv3_wrap+.bal04_wrap,
.cont_headingLv3_wrap+.bal04,
.cont_headingLv3_wrap+.bal04_wrap,
.index-cnt-block+.hosho-note-wrap {
  margin-top: 40px;
}

.textA+.img_wrap,
.textA+.cont_headingLv3_wrap,
.img_wrap+*,
.textA+.cont_headingLv3_wrap,
.textA+.bal04_wrap {
  margin-top: 48px;
}

.bal04_wrap+.bal04_wrap {
  margin-top: 64px;
}

@media screen and (max-width: 879px) {
  .consul-block .cont_headingLv3_wrap+.cont_headingLv1_wrap {
    margin-top: 48px;
  }

  .consul-block .cont_headingLv1_wrap+.img_wrap {
    margin-top: 64px;
  }
}

@media screen and (min-width: 880px) {
  .consul-block .cont_headingLv1_wrap {
    margin-bottom: 197px;
  }

  .consul-block .container-innerA {
    padding-bottom: 80px;
  }
}

/* footer */
.footer {
  margin-bottom: 0;
}

.footer .copyright-item>small {
  margin-top: 0;
}

@media screen and (min-width: 880px) {
  .footer {
    margin-bottom: 0px;
  }
}

/* fooer top page */
.hosho-footer {
  background-color: #fff;
}

.hosho-footer-inner {
  padding: 24px;
  max-width: 1248px;
  margin: auto;
}

.hosho-footer .hosho-note {
  color: #A69FA2;
}

.hosho-footer .privacy-policy-link {
  border-top: 1px solid #EDEBEC;
}

.hosho-footer .privacy-policy-link>li a {
  color: #A69FA2;
}

.hosho-footer .privacy-policy-link>li a::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAgMAAABMn92oAAAACVBMVEUAAABNUFBNUFEdLhK+AAAAAnRSTlMAoKBFbtAAAAAaSURBVAjXYwhgYEhhYJBkYGBzACFJEBcoCAAacwIn07d7QQAAAABJRU5ErkJggg==);
}

@media screen and (min-width: 880px) {
  .hosho-footer .hosho-note {
    text-align: center;
  }
}

/* scroll-to-top */
@media screen and (max-width: 879px) {
  .l-floatBnr~.scroll-top-wrap {
    bottom: 80px;
  }
}

/* note-block */
.hosho-note-blc .headingLv3 {
  font-size: 16px;
  line-height: 1.5;
}

/* hosho-bankstyle-common */
.mv-img_catch {
  text-align: right;
}

.mv-img {
  margin-top: -160px;
  margin-right: -34px;
}

.sub-ttl {
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.22em;
  margin-bottom: 16px;
}

.mv-text_wrap {
  color: #fff;
  position: relative;
  z-index: 3;
}

.btn.btn--guide-hosho {
  font-size: 13px;
  line-height: 1;
  color: #4D5051;
  padding: 11px 20px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.btn.btn--guide-hosho-m {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  padding: 16px 20px;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.btn.btn--guide-hosho.btn--action {
  color: #0E1213;
}

.btn.color01 {
  background-color: #3ac2a7;
  border-color: #3ac2a7;
}

.btn.color02 {
  background-color: #DBD9EF;
  border-color: #DBD9EF;
}

.btn.color03 {
  background-color: #FBBBC9;
  border-color: #FBBBC9;
}

.btn__innreIco {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  position: relative;
}

.btn__innreIco::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn__innreIco.btn__innreIco--green::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4zMjMiIGhlaWdodD0iMTIuMzIzIiB2aWV3Qm94PSIwIDAgMTIuMzIzIDEyLjMyMyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxMiAtMjAuNzExKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjEyIDIwLjcxMSkiPjxjaXJjbGUgY3g9IjYuMTYxIiBjeT0iNi4xNjEiIHI9IjYuMTYxIiBmaWxsPSIjMGUxMjEzIi8+PHBhdGggZD0iTTQyNDguNDYzLDQxLjQ3OGwzLjE5NCwzLjE5NC0zLjE5NCwzLjE5NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyNDMuNDg1IC0zOC41MTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiM3NGQ0YzEiIHN0cm9rZS13aWR0aD0iMiIvPjwvZz48L2c+PC9zdmc+) no-repeat;
  background-position: right 1px center;
}

.btn__innreIco.btn__innreIco--pur::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4zMjMiIGhlaWdodD0iMTIuMzIzIiB2aWV3Qm94PSIwIDAgMTIuMzIzIDEyLjMyMyI+PGNpcmNsZSBjeD0iNi4xNjEiIGN5PSI2LjE2MSIgcj0iNi4xNjEiIGZpbGw9IiMwZTEyMTMiLz48cGF0aCBkPSJNNDI0OC40NjMsNDEuNDc4bDMuMTk0LDMuMTk0LTMuMTk0LDMuMTk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDI0My40ODUgLTM4LjUxMSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2U1ZTRmNCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat;
  background-position: right 1px center;
}

.btn__innreIco.btn__innreIco--pink::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4zMjMiIGhlaWdodD0iMTIuMzIzIiB2aWV3Qm94PSIwIDAgMTIuMzIzIDEyLjMyMyI+PGNpcmNsZSBjeD0iNi4xNjEiIGN5PSI2LjE2MSIgcj0iNi4xNjEiIGZpbGw9IiMwZTEyMTMiLz48cGF0aCBkPSJNNDI0OC40NjMsNDEuNDc4bDMuMTk0LDMuMTk0LTMuMTk0LDMuMTk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDI0My40ODUgLTM4LjUxMSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZiYmJjOSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat;
  background-position: right 1px center;
}

.cmn-mustache {
  position: relative;
}

.cmn-mustache::before {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  left: -46px;
  bottom: -4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4yNTMiIGhlaWdodD0iMTcuNDc5IiB2aWV3Qm94PSIwIDAgMjIuMjUzIDE3LjQ3OSI+PHBhdGggZD0iTTI5Ny4zNTgsNDc3OS4xNTVjLTkuNDMxLTEwLjIxMy0xNy43MjMtMTQuMzI4LTIwLjMzMi0xNS41NTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzYuMDk0IC00NzYyLjY2NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBlMTIxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}

.cmn-mustache::after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  right: -46px;
  bottom: -4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzIiIGhlaWdodD0iMTcuNDg5IiB2aWV3Qm94PSIwIDAgMTkuOTMyIDE3LjQ4OSI+PHBhdGggZD0iTTI3Ny4wMjYsNDc3OS4xNTVjOC4zNDktMTAuMjEzLDE1LjY5LTE0LjMyOCwxOC0xNS41NTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzYuMDQxIC00NzYyLjY1MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBlMTIxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}

.cmn-hosho-ttl3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.088em;
  font-weight: bold;
  text-align: center;
}

.cmn-hosho-bg01 {
  background-color: #57B9D3;
}

.cmn-hosho-bg02 {
  background: linear-gradient(to bottom right, #42c1a7 0%, #57b9d3 100%);
}

.hosho-bank-colTtl {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
}

.hosho-bank-colTxt {
  font-size: 14px;
  line-height: 1.8;
}

.hosho-bank-colItem>*:last-child {
  margin-top: 32px;
}

.hosho-bank-colItem .cta-btn {
  font-size: 13px;
  line-height: 1;
  padding: 16px;
  margin: auto;
  max-width: 164px;
  border-color: #CCCACB;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hosho-bank-colItem .cta-btn--action {
  font-size: 16px;
  max-width: 243px;
  border: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media screen and (min-width:769px) {
  .mv-img {
    width: 376px;
    margin-top: -262px;
    margin-left: auto;
    margin-right: -20px;
  }

  .sub-ttl {
    font-size: 32px;
    line-height: 1.4375;
    margin-bottom: 0;
    letter-spacing: 0.128em;
  }

  .cmn-hosho-ttl3 {
    font-size: 20px;
  }

  .btn.btn--guide-hosho-m {
    font-size: 13px;
    padding: 16px;
  }

  .hosho-bank-colWrap {
    display: flex;
    justify-content: space-between;
  }

  .hosho-bank-colItem {
    width: 340px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hosho-bank-colItem:last-of-type {
    margin-left: 16px;
  }

  .hosho-bank-colItem>*:last-child {
    margin-top: auto;
  }

  .hosho-bank-colTtl {
    font-size: 18px;
  }

  .hosho-bank-colTxt {
    font-size: 16px;
  }

  .hosho-bank-colItem .cta-btn--action {
    font-size: 22px;
    line-height: 1.3636;
    padding: 14px 16px 18px;
    margin: 0 auto 0 0;
    max-width: 216px;
  }
}

.hosho-guide-topBankTtl {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #a69fa2;
  margin-top: 28px;
  margin-bottom: 16px;
}

.hosho-guide-topBank img {
  margin: auto;
}

/* tel */
.bal04_wrap-tel {
  margin-top: 24px;
}

.bal04_wrap .bal04-tel {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  padding: 38px 0px 24px !important;
}

.bal04_wrap .bal04-btn::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-common/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.bal04_wrap .bal04-tel .bal04-tel_ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.bal04_wrap .bal04-tel .btn-tel {
  background-color: #FFED66;
  border-color: #FFED66;
  color: #0E1213;
  position: relative;
  width: 208px;
  box-sizing: border-box;
  padding: 14px 0px;
  display: block;
  margin: 16px auto 0;
}

.bal04_wrap .bal04-tel .btn-tel a {
  color: #0E1213;
}

.bal04_wrap .bal04-tel .img_wrap-tel {
  width: 144px;
  margin: auto;
}

.bal04_wrap .bal04-tel .text-time {
  margin-top: 16px;
  text-align: center;
}

.bal04_wrap .bal04-tel .text-time span {
  font-size: 11px;
}

.bal04_wrap .bal04-tel .textbox {
  margin-top: 24px;
  color: #4D5051;
}

.bal04_wrap .bal04-tel .textbox p {
  text-align: left;
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
}

.bal04_wrap .bal04-tel .text-time span {
  color: #4D5051;
}

.bal04_wrap .bal04-tel .textbox p:not(:first-child) {
  margin-top: 17px;
}

.wrap-tel {
  margin: 24px 0;
}

@media screen and (min-width: 880px) {
  .bal04_wrap-tel {
    width: 100%;
    margin: auto;
    display: flex;
    margin-top: 24px;
  }

  .bal04_wrap-tel .bal04 {
    width: 100% !important;
  }

  .wrap-tel {
    margin-top: 40px;
  }

  .wrap-tel .container-innerB {
    padding: 60px !important;
  }

  .bal04_wrap-tel .arr {
    right: 87% !important;
  }

  .single-hosho-bank .hosho-bank-colWrap .hosho-bank-colTtl {
    margin-top: 0 !important;
  }

  .bal04_wrap .bal04-tel {
    padding: 48px 24px !important;
  }

  .bal04_wrap .bal04-tel .box-flex {
    display: flex;
  }

  .bal04_wrap .bal04-tel .btn-tel {
    display: flex;
    margin: auto;
    margin-top: 16px;
    background-color: #fff !important;
    border-color: #fff !important;
    padding: 0;
  }

  .bal04_wrap .bal04-tel .img_wrap-tel {
    width: 200px;
    margin: auto;
  }

  .bal04_wrap .bal04-tel .box-info {
    max-width: 200px;
  }

  .bal04_wrap .bal04-tel .text-time {
    margin-top: 24px;
    text-align: center;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .bal04_wrap .bal04-tel .btn-tel a {
    font-size: 23px;
    padding-left: 0;
  }

  .bal04_wrap .bal04-tel .btn-tel::before {
    width: 23px;
    height: 23px;
    left: 16px;
    top: 5px;
  }

  .hosho-bank-colItem-L .hp_img02 {
    margin-left: 30px;
  }

  .bal04_wrap .bal04-tel .textbox {
    margin-top: 0px;
    margin-left: 20px;
  }

  .bal04_wrap .bal04-tel .textbox p {
    font-size: 10px;
  }

  .container-innerB--wide .hosho-bank-colItem-L {
    width: 214px;
  }

  .container-innerB--wide .hosho-bank-colItem-R {
    width: 445px;
  }

  .cmn-mustache::after {
    right: -19px;
  }
}

/* /tel */

@media screen and (max-width: 879px) {
  .next-cnt-block {
    margin-bottom: 80px;
  }
}

/* header */


.nav-bar {
  position: relative !important;
  padding: 16px 0 16px 22px;
  z-index: 0;
}

.header_202010 {
  position: static !important;

}

.header_202010.scrollend {
  position: fixed;
  width: 100%;
  animation: slideInUp .8s forwards linear;
}

.header_202010.scrolled {
  position: fixed !important;
  width: 100%;
  animation: slideInDown .3s forwards linear;
}

.header_202010+.main-wrap {
  padding-top: 0 !important;
}


.box-bnr {
  max-width: 718px;
  margin: 24px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 10%);
}

.box-bnr img {
  width: 100%;
}

@media screen and (max-width: 879px) {
  .box-bnr {
    max-width: 876px;
  }
}



@media screen and (min-width: 880px) {
  .box-bnr {
    max-width: 834px;
    margin: 48px auto;

  }
}

@media screen and (max-width: 879px) {
  .containerA.index-cnt-block {
    padding: 24px 28px;

  }

  .containerA.index-cnt-block .container-innerA {
    padding: 0 !important;
  }
}

.btn_wrap {
  text-align: center;
  margin-top: 40px;
}

#sec03 .btn_wrap-insec a,
#sec04 .btn_wrap-insec a {
  font-weight: bold;
  padding: 17px 56px;
}

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

  #sec03 .btn_wrap-insec a,
  #sec04 .btn_wrap-insec a {
    font-size: 17px;
  }
}

.t-center {
  text-align: center;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt32 {
  margin-top: 48px !important;
}