@charset "utf-8";

@import url(/script/js/pickadate/themes/default.css);
@import url(/script/js/pickadate/themes/default.date.css);

/* ------------------------------------------------------------------------------------------------------ 勤続年数検索フォーム */

.working-form {
	position: relative;
}

.working-form:after {
    content: "\f073"; font-family: "Font Awesome 5 Free"; font-weight: 400;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0em;
    color: #092a35;
}


@media screen and (min-width: 641px) {

.working-form:after {
    right: 15px;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.0em;
}

.working-form input {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0em;
}

} /* min 641px -- */



/* ------------------------------------------------------------------------------------------------------ 勤続年数 検索結果 */

.working-sr {
	padding: 10px 0;
	border-bottom: 1px solid #092a35;
	text-align: center;
}

.working-sr strong {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5em;
}

.working-sr strong:before {
    content: "\f54e"; font-family: "Font Awesome 5 Free"; font-weight: bold;
    margin: 0 0.5em;
    color: #eb2f00;
}


@media screen and (min-width: 641px) {

.working-sr strong {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.5em;
}

} /* min 641px -- */


