@charset "UTF-8";

/*===== mainvisual =====*/
#fh5co-hero .lp_mv.nb_mv {
  background-image: url(../images/lp/new_biz/mv.jpg);
}

.nb_mv_txt {
  width: 440px;
}

.nb_h2 {
  margin-bottom: 0;
}

.nb_mv_p {
  margin-top: -10px;
}

div.group > ul.group_list_fix > li:last-child {
  text-indent: 0rem;
}
@media screen and (max-width: 768px) {
	#fh5co-hero .lp_mv.nb_mv .nb_img {
	  background-position: 60% center;
	}
}

@media screen and (max-width: 414px) {
  #fh5co-hero .lp_mv.nb_mv {
    background-position: 66% center;
  }
  .lp_nb_mv_sp {
    width: 66%;
    margin-left: -6%;
    margin-top: -2%;
  }
  .lp_nb_mv_sp2 {
    width: 66%;
    margin-left: -6%;
    margin-top: 1%;
  }
}

/*===== step =====*/
.lbl_txt {
  display: table;
  width: 100%;
}

.lbl_txt__lbl,
.lbl_txt__txt {
  display: table-cell;
  vertical-align: top;
}
.lbl_txt__lbl {
  width: 10%;
}
.lbl_txt__lbl p {
  padding: 1rem;
}
.lbl_txt__txt {
  width: 90%;
  padding-left: 2rem;
}

@media screen and (max-width: 414px) {
  .lbl_txt {
    display: block;
  }
  .lbl_txt__lbl {
    display: block;
    width: 100%;
    margin-bottom: 7%;
  }
  .lbl_txt__txt {
    padding-left: 0;
  }
  .br--sp {
    display: none;
  }
}

/*===== conversion =====*/
.nb_h3 {
  margin-bottom: 0;
}
