@charset "utf-8";
/*----------------------------------------------------
  社員研修・資格取得
----------------------------------------------------*/
/*-- ページタイトル --*/
.page-title-area {
  background: url("../images/recruit/training/pho_pagetitle.jpg") center center no-repeat;
  background-size: cover;
}
/*-- 社員研修・資格取得 --*/
.study h4.title,
.qualification h4.title {
    margin-bottom: 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.8rem;
    line-height: 1.2;
}
/*-- ボタンエリア --*/
.qualification .btn-area {
	margin-top: 30px;
}
/*-- 笹嶋工業で必要な主資格の一部 --*/
.box-area {
	margin-bottom: 60px;
	padding: 30px;
}
.box-area > .container > .row > [class*="col-"] {
	margin-bottom: 0;
}
.box-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-area ul li {
	margin-bottom: 3px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.box-area ul li::before {
	content: "●";
	color: #1d52a2;
	padding-right: 5px;
}
