@charset "utf-8";
.pc{
	display: block;
}
.sp{
	display: none;
}

.anchor{
	display: flex;
	align-items: center;
}
.anchor i{
	width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 10px;
}

.bnr_area.pc p {
	margin-bottom: 10px;
}
.bnr_area.pc p:last-of-type {
	margin-bottom: 0;
}


@media screen and (max-width:768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#career_by .btn_entry{
		width: 160px;
	}
	.bnr_area.sp {
		margin: 0 7px 30px;
	}
	.bnr_area.sp li {
		margin-bottom: 14px;
	}
	.bnr_area.sp li:last-child {
		margin-bottom: 0;
	}
	i.sp_arrow{
		margin-top: -19px;
	}
}

p.rec_notice {
    font-size: 14px;
    line-height: 1.4;
    color: #f00;
    padding: 0 20px 20px 0;
}
