﻿@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body	{
	padding: 0px;
	margin: 0px;
	height:100%;
}

form {
	display: inline;
}
/*
a	{
	color: #333;
}
*/
ul {
	list-style-type: none;
}

textarea {
	resize: vertical;
}

.require_mark	{
	color: #fd6c8b;
}

.error	{
	color: #fc2757;
}

.frame	{
	padding: 20px;
	background-color: #F8F8F8;
}

.require	{
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
}

.scroll	{
	overflow: scroll;
}

.title_bar	{
	height: 100px;
	font-size: 28px;
	color: #363636;
	line-height: 100px;
	border-bottom: solid 4px #FD5F3A;
	padding-left: 50px;
}

.bar	{
	padding: 5px 10px 5px 0;
	background-color: transparent;
	color: #555;
	font-size: 16px;
	font-weight: bold;
}

.bar.bar_left	{
	boder-left: solid 5px #44af05;
}

.bar span	{
	padding-right: 5px;
	background-color: transparent;
	color: #44af05;
	font-size: 16px;
}

.sub_bar	{
	padding: 5px 10px;
	background-color: transparent;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}

.sub_bar::before	{
	content: "";
	width: 0px;
	height: 1.4em;
	border-left: solid 3px #44af05;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*------------------------------------------------------------------------------
	main-contents
------------------------------------------------------------------------------*/
.wrapper	{
	width: 1120px;
	margin: 0 auto;
	font-size: 12px;
	min-height: calc(100vh - 70px - 40px);
}

.contents	{
	width: 1120px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
/*	margin-bottom: 137px;*/		/*footerの高さ*/	/*default.jsで対応*/
}

.contents2	{
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 20px;
/*	margin-bottom: 137px;*/		/*footerの高さ*/	/*default.jsで対応*/
}

.header_container	{
	margin: 0;
	padding: 0 0 5px;
}

.header	{
	width: 1120px;
	margin: 0 auto;
}

.footer	{
	width: 100%;
	min-width: 1120px;
	background-color: #F8F8F8;
	color: #333;
	font-size: 12px;
	font-family: "Roboto", "Noto Sans Japanese";
	height: 40px;
	border-top: solid 1px #DDD;
}

.footer .footer_contents	{
	width: 1120px;
	margin: 0 auto;
	display: table;
	height: 100%;
}

.footer	ul	{
	display: table-cell;
	text-align: center;
	text-align: left;
	vertical-align: middle;
}

.footer	ul li	{
	display: inline-block;
	padding: 0 10px;
	border-left: solid 1px #888;
}

.footer	ul li:first-child	{
	padding-left: 0;
	border-left: none;
}

.footer	.credit	{
	display: table-cell;
	width: 340px;
	text-align: right;
	vertical-align: middle;
}

.footer	a	{
	color: #333;
}

.column_container	{
	display: -webkit-flex;
	display: flex;
}

.column_contents	{
	flex: 1;
	order: 1;
}




.column_navi	{
	width: 250px;
	margin: 0 0 0 20px;
	padding: 0;
	order: 2;
}

.column_navi_calendar	{
	width: 460px;
	height: 100%;
	margin: 0 20px 0 0;
	order: 1;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
/*------------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/
.header_contents	{
	width: 100%;
	display: table;
	height: 65px;
}

.header_contents.top_head	{
	height: 23px;
}

.logo	{
	display: table-cell;
	width: 350px;
}

.menu	{
	display: table-cell;
	vertical-align: top;
/*	font-family: "Roboto", "Noto Sans Japanese";*/
	text-align: right;
}

.menu	li {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #888;
	line-height: 1;
}

.menu	li:last-child {
	border-right: none;
}

.menu	li.menu_selected {
/*	border-bottom: solid 2px #44af05;*/
}

.menu li a {
	line-height: 1;
}

.menu li span {
	font-size: 12px;
	color: #555;
}

.menu li span.fas, .menu li span.far  {
	font-size: 12px;
	color: #44af05;
	margin-right: 3px;
	line-height: 1;
}

#head_bookmark_icon	{
	position: relative;
}

#head_bookmark_icon span	{
	position: absolute;
/*	display: block;*/
	top: 0px;
	left: 0px;
	width: 12px;
	height: 12px;
	font-size: 6px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	display: none;
}

/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.btn_lg {
	width: 150px;
	display: inline-block;
	font-size: 12px;
	padding: 10px 0;
	border: 0;
 	cursor: pointer;
	text-align: center;
	background-color: #2862AE;
	color: white;
}

.btn_lg:disabled {
	background-color: #888;
	cursor: auto;
}

.btn_or {
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
 	cursor: pointer;
	text-align: center;
	border: solid 1px #888;
	background-color: white;
}

.btn_or:disabled	{
	background-color: #aaa;
	color: white;
	cursor: auto;
}
.btn_sm {
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
	border: 0;
	border-left: solid 1px white;
 	cursor: pointer;
	text-align: center;
	background-color: #2062a6;
	color: white;
}
/*------------------------------------------------------------------------------
	TAB
------------------------------------------------------------------------------*/
ul.tab {
	padding: 0;
	border-bottom: 2px #EEEEEE solid;
}

ul.tab li {
	float: left;
	margin: 0 0 0 0px;
	position: relative;
	bottom: -1px;
	list-style-type: none;
	border: 1px #EEEEEE solid;
	/*border-top: none;*/
	border-left: none;
	border-bottom: 2px #ddd solid;
	background-color: #EEEEEE;
}

ul.tab li:first-child {
	border-left: 1px #EEEEEE solid;
}

ul.tab li.tab_select {
	border-bottom: 2px #333 solid;
/*	font-weight: bold;*/
/*	background-color: #FFF;*/
}

ul.tab li a {
	color: #333;
	display: block;
	text-decoration: none;
	width: 140px;
	padding:10px;
	text-align: center;
	font-size: 13px;
}

ul.tab li.tab_select a {
	color: #333;
}

ul.tab li a.blue {
/*	border-top: 5px #2196f3 solid;*/
/*	border-bottom: 5px #2384dc solid;*/
}

ul.tab li a.red {
/*
	#e95464
	#dd1d25
	#c82c55
	#C9171E
	*/
/*	border-top: 5px #d53834 solid;*/
/*	border-bottom: 5px #dd1d25 solid;*/
}

ul.tab li a.green {
/*	border-top: 5px #8bc34a solid;*/
/*	border-bottom: 5px green solid;*/
}

ul.tab li a.yellow {
/*	border-top: 5px #ffc107 solid;*/
}

ul.tab li a.orange {
/*	border-top: 5px #ff5722 solid;*/
}

ul.tab li a.purple {
/*	border-top: 5px #9c27b0 solid;*/
}

.tab_clear:after {
	content:"";
	display:block;
	overflow:hidden;
}

.tab_clear:after {
	clear:both;
}

.tab_clear {
	/*zoom:1;*/
	transform-origin: 0 0;
	transform: scale(1.0);
}
/*------------------------------------------------------------------------------
	スライドショー
------------------------------------------------------------------------------*/
.slideshow_container	{
	width: 100%;
	min-width: 1120px;
	position: relative;
}

.slideshow_container	li	{
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slideshow_container	.search	{
	width: 400px;
	position: absolute;
	left: 0;
	right: 0;
	top: 350px;
	z-index: 999;
	margin: auto;
}

.slideshow_container	.search	.word	{
	width: 345px;
	border: 0;
	height: 20px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
}

.slideshow_container	.search	.go	{
	width: 43px;
	height: 28px;
	background-color: #2862AE;
	color: white;
	border: 0;
	cursor: pointer;
}
/*------------------------------------------------------------------------------
	TOP
------------------------------------------------------------------------------*/
.top_img {
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
	background: url(../image/default/index/top_img.png) no-repeat center center;

}

.top_img_contents	{
	width: 1120px;
	margin: 0 auto;
	position: relative;

}

.top_img_search	{
	position: absolute;
	top: 230px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 810px;
}

.top_img_search .keyword_search, .top_img_search .area_search, .top_img_search .top_search_btn {
	display: inline-block;
	position: relative;
}

.top_img_search input:not([type="button"])	{
	border-radius: 4px;
	height: 50px;
	width: 335px;
	line-height: 50px;
	padding: 0px 10px 0px 40px;
	vertical-align: middle;
	border: 1px solid #999;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-sizing: border-box;
	margin-bottom: 0;
	margin-right: 10px;
	min-height: 50px;
	font-family: inherit;
	background-color: rgba(255,255,255, 0.8);
	font-size: 14px;
	color: #333;
}

.keyword_search::before	{
	content: "\f002";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-size: 20px;
	color: #44af05;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 0;
	margin: auto 0;
}

.area_search::before	{
	content: "\f3c5";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-size: 20px;
	color: #44af05;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 0;
	margin: auto 0;
}

.top_search_btn input	{
	background-color: #44af05;
	height: 50px;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	border: solid 1px #44af05;
	letter-spacing: 1em;
	text-indent: 1em;
	width: 120px;
}

.top_search_history	{
	background-color: rgba(255,255,255, 0.8);
	border: 1px solid #999;
	margin: 10px 0 0;
	min-height: 50px;
}

.top_search_history p:first-child	{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 170px;
}

.top_search_history p:first-child span	{
	display: inline-block;
	height: 14px;
	font-size: 14px;
	line-height: 1;
	width: 150px;
	border-right: 1px solid #999;
	text-align: center;
	color: #555;
	margin: auto 0;
}

.top_search_history p:last-child	{
	display: table-cell;
	min-height: 50px;
	vertical-align: middle;
	padding: 10px 10px 10px 0;
}

.top_search_history p:last-child a	{
	display: inline-block;
	height: 14px;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	margin: 0 10px 0 0;
	text-decoration: underline;
	color: #44af05;
}

#searchMsg	{
	display: none;
	position: absolute;
	top: -30px;
	font-size: 12px;
	background-color: #ed5f49;
	color: #FFF;
	padding: 2px 5px;
	margin: 0 auto;
	left: 26px;
}

#searchMsg::after {
	content: "";
	display: block;
	width: 16px;
	border-top: 8px solid #ed5f49;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: none;
	position: absolute;
	bottom: -8px;
	left: 14px;
}

.search_area	{
	width: 100%;
	background-color: #F8F8F8;
}

.search_area_contents	{
	width: 1120px;
	margin: 0 auto;
	padding: 20px 0 10px

}
.search_area_box	{
	margin: 0 auto;
	width: 810px;
	position: relative;
}

.search_area_box .keyword_search, .search_area_box .area_search, .search_area_box .top_search_btn {
	display: inline-block;
	position: relative;
}

.search_area_box input:not([type="button"])	{
	border-radius: 4px;
	height: 50px;
	width: 335px;
	line-height: 50px;
	padding: 0px 10px 0px 40px;
	vertical-align: middle;
	border: 1px solid #999;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-sizing: border-box;
	margin-bottom: 0;
	margin-right: 10px;
	min-height: 50px;
	font-family: inherit;
	background-color: rgba(255,255,255, 0.8);
	font-size: 14px;
	color: #333;
}

.go_occupation	{
	background-color: #44af05;
	color: #fff;
	font-size: 16px;
	padding: 20px 60px;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	border: solid 1px #44af05;
	display: inline-block;
}

.popular_keyword_area a {
	display: inline-block;
	border: solid 1px #44af05;
	padding: 3px 20px;
	border-radius: 99px;
	background-color: #44af05;
	color: #fff;
	margin-right: 10px;
}

/*
	/*font-family: FontAwesome;*


echo "<div class=\"top_img_contents\">\n";

echo "<div class=\"top_img_search\">\n";
echo "<input type=\"text\" name=\"keyword\" value=\"\" class=\"keyword_search\" placeholder=\"キーワード、職種\">";
echo "<input type=\"text\" name=\"area\" value=\"\" class=\"area_search\" placeholder=\"都道府県、市区町村\">";
echo "<input type=\"button\" value=\"検索\" class=\"top_search_btn\">";
echo "<div class=\"top_img_contents\">\n";
*/


/*
.top_search > p {
	display: inline-block;
}

.top_search_txt {
	background-color: #FD5F3A;
	color: #FFF;
	padding: 5px;
}

.top_search_select,.top_search_btn,.top_search_keyword {
	margin-left: 10px;
}

.top_search_select select {
	max-width: 160px;
}

.top_search_keyword input	{
	max-width: 160px;
}
*/
/*------------------------------------------------------------------------------
	求人
------------------------------------------------------------------------------*/
.recruit_list_item	{
	padding: 0;
	margin: 0 0 10px 0;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

.recruit_list_item a	{
	display: block;
	padding: 10px;
}

.recruit_list_item a:hover	{
	background-color: #F5F5F5;
}

.recruit_list_item .bookmark_icon 	{
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 18px;
	padding: 10px;
	color: #44af05;
}

.recruit_employee_icon	{
	background-color: #44af05;
	color: #fff;
	padding: 3px 20px;
	display: inline-block;
	border-radius: 3px;
}

.recruit_item_title	{
	font-size: 16px;
	margin: 0 0 5px 0;
}

.recruit_item_company	{
	color: #44af05;
	margin: 0 0 5px 0;
}

.recruit_item_salary	{
	margin: 0 0 5px 0;
}

.recruit_item_salary span, .recruit_item_address span	{
	color: #44af05;
	position: relative;
	font-size: 14px;
	margin-right: 5px;
}

.recruit_item_salary span::after	{
	content: "\f157";
	display: block;
	position: absolute;
	color: #fff;
	font-size: 10px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 14px;
}

.recruit_item_icon span	{
	display: inline-block;
	border-radius: 3px;
	color: #00a2e7;
	border: solid 1px #00a2e7;
	padding: 5px;
	margin-right: 5px;
}

.search_criteria	{
	margin-bottom: 10px;
}

.search_criteria p	{
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: solid 1px #44af05;
	background-color: #F8F8F8;
}

.search_criteria p span	{
	font-size: 14px;
	line-height: 18px;
}

.search_criteria p span.fas	{
	margin-right: 10px;
	font-size: 16px;
	color: #44af05;
	line-height: 18px;
}

.search_criteria ul	{
	padding-left: 10px;
}

.search_criteria ul li	{
	padding: 5px 0;
	color: #333;
}

.search_criteria ul li a	{
	display: block;
	position: relative;
}

.search_criteria ul li a span	{
	color: #44af05;
	margin-right: 5px;
}

.search_criteria ul li a.selected::after	{
	content: "解除";
	display: inline-block;
	position: absolute;
	font-size: 10px;
	padding: 2px;
	color: #44af05;
	border: solid 1px #44af05;
	top: -2px;
	right: 0;
}

.search_criteria ul li a.selected, .search_criteria ul li a.selected span	{
	color: #888;
	margin-right: 5px;
}

.recruite_detail	{
	margin-bottom: 10px;
	border: solid 3px #F5F5F5;
}

.recruite_detail_head	{
	background-color: #F5F5F5;
	min-height: 30px;
}

.recruite_detail_ttl	{
	font-size: 14px;
	font-weight: bold;
}

.recruite_detail	dl > div {
	padding: 10px 0;
	border-bottom: solid 1px #C0C0C0;
}

.recruite_detail	dl > div:first-child {
	padding: 0 0 10px;
}

.recruite_detail	dl dt {
	float: left;
	width: 150px;
	text-align: center;
}

.recruite_detail	dl dt p {
	background-color: #E1E1E1;
	padding: 10px;
}

.recruite_detail	dl dd {
	margin-left: 150px;
	padding: 10px 10px 0 20px;
}

.recruite_detail	dl dd:after {
	display: block;
	content: "";
	clear: both;
}

.recruit_detail_btn	{
	color: #FFF;
	padding: 13px;
	line-height: 1.4;
	margin: 0 0 3px;
	display: inline-block;
	background-color: #2062a6;
}

#historyList li, #conditionList li	{
	width: 100%;
	display: table;
	border-bottom: solid 1px #E0E0E0;
}

#historyList li:first-child, #conditionList li:first-child	{
	border-top: solid 1px #E0E0E0;
}

#historyList li span, #conditionList li span	{
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}

#historyList li span:first-child, #conditionList li span:first-child	{
	text-align: left;
}

#historyList li span:last-child, #conditionList li span:last-child	{
	width: 70px;
	text-align: center;
}

/*------------------------------------------------------------------------------
	form
------------------------------------------------------------------------------*/
.input_form input[type="checkbox"] {
	display: none;
}

.input_form input[type="checkbox"] + span {
	position: relative;
	padding: 5px 0.7em 5px 1.5em;
	line-height: 1.4;
	min-height: 30px;
	display: inline-block;
}

.input_form input[type="checkbox"] + span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1;
	padding: 5px 0;
	color: #555;
}

.input_form input[type="checkbox"]:checked + span::before {
	content: "\f14a";
}

.mypage_menu_select {
	background: #DDFBDD;
}

.mypage_application_list	div	{
	width: 100%;
	margin: 20px 0 0 0 ;
	padding: 10px;
	border: solid 1px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.mypage_application_list	div:hover	{
	background-color: #DDFBDD;
}

.mypage_application_list	div:first-child	{
	margin: 0;
}

.mypage_message_wrapper	{
	padding: 0 0 20px 0;
	background-color: #F3F8FF;
	position: relative;
	overflow: hidden;
}

.mypage_message_container	{
	height: 600px;
	maring: 5px 0 0 0;
	padding: 0 20px 0 20px;
	overflow: auto;
	overflow-x: hidden;
}

.mypage_message_time	{
	margin: 20px 0 0 0;
	color: #444;
	font-size: 10px;
}

.mypage_message_left	{
	max-width: 80%;
	margin: 5px 0 0 0;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 	background-color: white;
	display: inline-block;
	word-wrap: break-word;
}

.mypage_message_right	{
	max-width: 80%;
	margin: 5px 0 0 5px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 	border-radius: 5px;
 	background-color: #8899AA;
	color: white;
	display: inline-block;
	text-align: left !important;
	word-wrap: break-word;
}

.mypage_message_already_read	{
	color: #444;
	display: inline-block;
	font-size: 10px;
}

.mypage_message_editor	{
	width: 100%;
	height: 202px;
	padding: 0 20px;
 	background-color: #8899AA;
 	position: absolute;
 	bottom: -202px;
}

.mypage_message_editor	textarea	{
	width: 100%;
	height: 120px;
	margin: 20px 0 0 0;
	font-size: 12px;
}

.mypage_tab	{
	width: 50%;
	padding: 10px;
	background-color: #eee;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
 	border-radius: 10px 10px 0 0 ;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
	display : inline-block;
}

.mypage_tab.selected	{
	padding: 12px 10px;
	background-color: white;
	border: solid 1px #ccc;
	border-bottom: 0;
	font-weight: bold;
}
