@charset "utf-8";

/*--- アクティブナビゲーション ---*/
#nav_rec a {
  font-weight: bold;
  color: #2680E8;
  pointer-events: none;
}

/*--- ページタイトル ---*/
#page_ttl {
  background-image: url("../img/nav_bk_recruit.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; /* 幅=100% 高さ=auto */
}

/*--- リンクボタン ---*/
/* お問い合わせリンク */
.cont_box + .lnk_button {
  margin-top: 40px;
}