@charset "utf-8";

/* -------------------------------------------------------------common ---- */
/* ---------------------------------------------------------------- main ---- */
.block-main-wrp{
	background: url(../img/bg_01.jpg?240115) center top /cover no-repeat;
}

.block-main-inner{}

.block-main__ttl{
	width: 448px;
	height: 59px;
	background: url(../img/ttl_01.png) center /100% no-repeat;
}

/* ---------------------------------------------------------------- title ---- */

.lcl-box__ttl{
	font-size: 26px;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: relative;
	margin-bottom: 32px;
	text-align: center;
}

.lcl-box__ttl:after{
	content: '';
	width: 60px;
	height: 5px;
	position: relative;
	display: block;
	margin: 20px auto 0;
}
/* ------------------------------------------------------------ /common ---- */

.come{
	color:#ff0000;
}

.recruit-table span {
	font-size: 13px;
}

/*------------------------------------------------------------- lcl-common ---- */

@media screen and (max-width: 767px){
	/* -------------------------------------------------------------common ---- */
	/*.block-main-wrp {
		background: url(../img/sp/bg_01.jpg) center /cover no-repeat;
	}*/

	.block-main__ttl {
		width: 196.5px;
		height: 25.5px;
		margin-right: auto;
		margin-left: auto;
	}
	.recruit-table span {
		font-size: 11px;
	}
	/* ------------------------------------------------------------ /common ---- */

}

@media screen and (min-width: 768px){
	/* --------------------------------------------------------------- box01 ---- */

}

