@charset "UTF-8";
/*--------------------- .requirements .article_mv ---------------------*/
.requirements .article_mv { position: relative; }
.requirements .article_mv::after {
  background: url("/img/kaigo/fresh/requirements/bg.png") no-repeat;
  content: "";
  display: block;
  height: 187px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 628px;
}
/*--------------------- .req_sec ---------------------*/
.req_sec { padding: 70px 10px 80px; }
.req_sec .txt {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .req_sec { padding: 0; }
  .requirements .article_mv::after {
    background-size: contain;
    height: 94px;
    width: 314px;
  }
  .req_sec .txt { font-size: 14px; margin-bottom: 20px }
}