﻿@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;
}
/*------------------------------------------------------------------------------
	main-contents
------------------------------------------------------------------------------*/
.wrapper	{
	width: 1120px;
	margin: 0 auto;
	font-size: 12px;
	min-height: calc(100vh - 121px - 165px);
}

.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	{
	border-bottom: solid 1px #fd5f3a;
	height: 111px;
	margin: 0 0 10px;
}

.header	{
	width: 1120px;
	margin: 0 auto;
	padding-top: 10px;
	height: 110px;
}

.footer	{
	width: 100%;
	min-width: 1120px;
	background-color: #4D4D4D;
	color: white;
	font-size: 12px;
	font-family: "Roboto", "Noto Sans Japanese";
	height: 165px;
	position: relative;
}

.footer	.info	{
	width: 1120px;
	margin: 0 auto;
	padding: 20px 0;
}

.footer	.credit	{
	padding: 10px 0;
	background-color: #2862AE;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer	a	{
	color: white;
}

.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;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.menu	{
	font-family: "Roboto", "Noto Sans Japanese";
}

.menu	li {
	margin-left: 10px;
	display: inline-block;
	padding: 5px 18px;
	border-bottom: solid 2px #FFF;
	color: #fd5f3a;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

.menu	li.menu_selected {
	border-bottom: solid 2px #FD5F3A;
}

.menu li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fd5f3a;
}

.menu li .menu_en {
	color: #666666;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.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;
}

/*------------------------------------------------------------------------------
	スライドショー
------------------------------------------------------------------------------*/
.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_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;
}
/*------------------------------------------------------------------------------
	求人
------------------------------------------------------------------------------*/
.recruite_list_item	{
	margin-bottom: 10px;
	border: solid 3px #F5F5F5;
}

.recruite_list_item_head	{
	background-color: #F5F5F5;
	min-height: 30px;
}

.recruite_list_item_ttl	{
	font-size: 14px;
	font-weight: bold;
}

.recruite_list_item	dl > div {
	padding: 10px 0;
	border-bottom: solid 1px #C0C0C0;
}

.recruite_list_item	dl > div:first-child {
	padding: 0 0 10px;
}

.recruite_list_item	dl dt {
	float: left;
	width: 150px;
	text-align: center;
}

.recruite_list_item	dl dd {
	margin-left: 150px;
}

.recruite_list_item	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;
}
/*------------------------------------------------------------------------------
	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";
}

