@charset "UTF-8";

/* icon */
.cont_headingLv3_wrap.cont_headingLv3_wrap--icon01::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-01/icon01.png);
  width: 72px;
  height: 72px;
}

.cont_headingLv3_wrap.cont_headingLv3_wrap--icon02::before {
  background-image: url(/article/wp-content/themes/recruit-finance/images/hosho-guide-01/icon01.png);
}

/* mv */
@media screen and (min-width: 880px) {
  body:not(.home.blog) {
    min-width: auto;
  }

  .mv-block .cont_headingLv1 {
    letter-spacing: 0.064em;
    line-height: 1.4;
  }

  .cont_headingLv1_wrap {
    margin-bottom: 98px;
  }

  .cont_headingLv1 {
    font-size: 46px;
  }

  .mv-block .cont_headingLv1_wrap+.img_wrap {
    margin-top: 0px;
  }

  .mv-block .img_wrap {
    position: absolute;
    width: 287px;
    top: 113px;
    right: 93px;
  }

  .main-wrap::before {
    height: 1000px;
  }

  .main-wrap::after {
    top: 930px;
  }

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

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

  .img_wrap.next-cnt-block-mv {
    top: 2px;
  }

  .img_wrap.next-cnt-block-mv img {
    width: 210px;
    height: 146px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap::before {
    height: 1263px;
  }

  .main-wrap::after {
    top: 1180px;
  }
}

/* bal04 */
.bal04_wrap--plusIco {
  width: 32px;
  height: 32px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAA1CAMAAADbJiMFAAAANlBMVEUAAADLy8vNy8vLycvLysvPz8/MysrNysrMysvMycvMysrPysrMysvMysrNy8vMyczMyczMysvU8IyrAAAAEXRSTlMAQH+AwBDQYPDgnzC/kHBfUNYxmZEAAAB4SURBVEjH7da7EoAgDETRDRIQ8JX//1mHkU4t1soitz+TJsXiOa3FUgDVYr2VIWJXjMnDNMJMw4gbN27+YfZwaxmmhls7AE3GlRSrsW0otImwDybSpiLTpgGZujRH+fvvuHHj5rWNMt+3mM7WS2DKHZUGKpVD8NIJ3a8sjo+slm8AAAAASUVORK5CYII=) no-repeat top center;
  background-size: 25px;
  margin: 0 auto 12px;
}

.imgWrap--guide01 {
  width: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 27px auto 16px;
}

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

  .bal04_wrap--plusWrap {
    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;
  }

  .bal04_wrap.bal04_wrap--dl01 {
    width: 100%;
  }

  .bal04_wrap.bal04_wrap--dl01 .bal04 {
    padding-right: 64px;
    padding-left: 64px;
  }

  .imgWrap--guide01 {
    width: 312px;
  }

  .imgWrap--guide01 img {
    width: 138px;
    max-width: 100%;
  }
}

.bal04_figure {
  text-align: center;
}

.bal04_figcaption {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: bold;
  margin-bottom: 24px;
}

.bal04_figcaptionLine {
  display: inline-block;
  padding-bottom: 8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKYAAAAEAgMAAAB5MqwBAAAACVBMVEUAAAANERMOEhPWBaBaAAAAAnRSTlMAwO33D4gAAAATSURBVAjXY8iawLaSOIIUpTQBAF8MHIVEyUl2AAAAAElFTkSuQmCC) repeat-x left bottom;
  background-size: 100%;
}

table {
  width: 100%;
}

table,
td,
th {
  border-collapse: collapse;
}

td,
th {
  padding: 5px !important;
  width: auto;
  height: 25px;
  margin: 3px;
}

td {
  font-size: 14px;
  letter-spacing: -1px;
}

td span {
  font-size: 11px;
  letter-spacing: 0.02em;
}

th {
  font-weight: bold;
}

table tr:nth-child(odd) {
  background: #F8F6F7;
}

table tr:nth-child(even) {
  background: #fff;
}

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

  td,
  th {
    padding: 5px;
    width: auto;
    height: 25px;
  }

}

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

.btn_wrap a {
  font-size: 17px !important;
  font-weight: bold !important;
}

.text-dot {
  font-size: 10px;
  position: relative;
  top: -6px;
  display: inline-block;

}

.text-small {
  font-size: 10px;
  text-align: center;
}

.text-note {
  font-size: 11px;
  color: #4D5051;
  margin-top: 0 !important;
}

/* u- */
.u-mt24 {
  margin-top: 24px !important;
}

.u-anchor {
  text-decoration: underline !important;
  display: inline !important;
  color: #000000;
}

.u-t-bold {
  font-weight: bold;
}