@charset "utf-8";

/* ******************************************************************

	--jinji.css--

****************************************************************** */

/* --------------------------------
	人事DBページTOP
--------------------------------*/
.section_jinji_top {
	padding: 0 145px 20px 145px;
}

.section_jinji_top .more {
    text-align:right;
}

.jinji_guide {
	margin-bottom: 25px;
}
.jinji_guide > li {
	border-bottom: 1px dashed #D0D0D0;
	padding: 20px 10px;
	font-size: 16px;
	font-weight: 700;
}
.jinji_guide > li a {
	display: block;
	color: inherit;
	position: relative;
}
.jinji_guide > li a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	color: #00418F;
}

.jinji_guide_wrap {
	margin-bottom: 25px;
}

.jinji_guide_wrap > li {
	font-size: 16px;
	font-weight: 700;
}

.jinji_guide_wrap .jinji_guide > li {
	padding-left:1rem;
}


.jinji_guide_wrap > li > a {
	display: block;
	padding: 20px 10px;
	color: inherit;
	position: relative;
}

.jinji_guide_wrap > li > a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";
	color: #00418F;
}


/* --------------------------------
	検索パーツ
--------------------------------*/
.section_jinji_search {
	background: #E6DACB;
	padding: 20px 145px;
}
.jinji_search_title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
}
.form_list {
	margin-bottom: 20px;
}
.form_item {
	margin-bottom: 10px;
}
.form_subject {
	padding: 5px 0;
	font-weight: 700;
}
.form_inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form_inline_item {
	width: 46%;
	flex: 1;
}
.form_inline_item_devider {
	padding: 0 15px;
	text-align: center;
	white-space: nowrap;
}

/* カレンダー */
.form_date {
	background: #FFF;
	border: 1px solid #CBBD9D;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-family: inherit;
	display: block;
	color: inherit;
}

.form_date_use {
    display:inline-block;
    margin-left:1rem;
    font-weight:normal;
}


/* テキスト */
.form_text {
	background: #FFF;
	border: 1px solid #CBBD9D;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
	font-size: inherit !important;
}

/* select */
.form_select_wrap {
	position: relative;
}
.form_select_wrap::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	pointer-events: none;
}
.form_select {
	background: #FFF;
	border: 1px solid #CBBD9D;
	border-radius: 3px;
	width: 100%;
	padding: 10px 30px 10px 10px;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.form_select_short {
	position: relative;
    width: 30%;
    display: inline-block;
}

/* この条件で検索する（button） */
.form_btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form_btn {
	background: #00418F;
	border: 1px solid #00418F;
	border-radius: 5px;
	padding: 10px 30px;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: 700;
	color: #FFF;
	position: relative;
}
.form_btn:not(:first-child) {
	margin-left: 20px;
}
.form_btn.search {
	width: 270px;
}
.form_btn.reset {
	background: #FFF;
	border: 1px solid #00418F;
	color: #00418F;
}
.form_btn.search:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f002";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form_btn.search:hover {
	background: #333;
}

.jinji_error {
    color:#F00;
}

/* placeholder色 */
.section_jinji_search input::-webkit-input-placeholder {
	color: #96887C;
}
.section_jinji_search input::-moz-placeholder {
	color: #96887C;
	opacity: 1;
}
.section_jinji_search input:-ms-input-placeholder {
	color: #96887C;
}

/* --------------------------------
	検索結果：記事パーツ
--------------------------------*/
.section_jinji_post .post_meta {
	margin: 0 0 5px 0;
}
.section_jinji_post .marker {
	background: #FFFF00;
}
.section_jinji_post .post_article a {
	text-decoration: underline;
}