/* style_sp */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

html {
	width: 100%;
	height: 100%;
/*  	-webkit-overflow-scrolling: touch; */
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

header,footer,article,section { display: block; }

button:focus { outline: none; }

#page {
	position: relative;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #3a3a3a;
}

h2.common {
	border-left: 5px solid #e27102;
	font-size: 20px;
	color: #e27102;
	padding: 0 0 0 5px;
	margin: 10px 0 0 5px;

}

a { color: #3a3a3a; }

#content {
	width: 100%;
	float: left;
	position: relative;
}

.wrap {
	width: 100%;
	float: left;
	position: relative;
}

.inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.pc {
	display: none;
}

#mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 1;
	content: ' ';
	display: none;
}

#mask_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 4;
	content: ' ';
	display: none;
}

/* header */
header {
	display: block;
	width: 100%;
	float: left;
	position: relative;
}

p.head_cap {
	font-size: 12px;
	background: #e27102;
	color: #fff;
	padding: 0 5px;
}

h1 {
	float: left;
	width: 200px;
	padding: 5px;
}

h1 img {
	width: 100%;
}

.gm_trigger {
	display: inline-block;
	position: absolute;
	background: #e27102;
	width: 50px;
	height: 50px;
	top: 18px;
	right: 0px;
	transition: all .4s;
	z-index: 2;
}

.gm_trigger span {
	position: absolute;
	display: inline-block;
	left: 20%;
	width: 60%;
	height: 3px;
	background-color: #fff;
	transition: all .4s;
}

.trigger_1 { top: 14px; }
.trigger_2 { top: 24px; }
.trigger_3 { top: 34px; }

.sp_gm {
	position: fixed;
	top: 18px;
 	right: -250px;
	font-size: 14px;
	background: #fff;
	height: 100%;
	padding-bottom: 50px;
	width: 250px;
	border-left: 2px solid #e27102;
	transition: all .4s;
	z-index: 2;
	overflow-y: scroll;
}

.sp_gm h2 {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: normal;
	color: #e27102;
	float: left;
	padding: 0 5px;
}

.sp_tel {
	float: right;
	padding: 5px;
	height: 50px;
}

.sp_tel img {
	height: 100%;
}

.gm_trigger.open {
 	transform: translateX(-250px);
}

.gm_trigger.open .trigger_1 {
	transform: translateY(10px) rotate(-45deg);
}

.gm_trigger.open .trigger_2 {
	opacity: 0;
}

.gm_trigger.open .trigger_3 {
	transform: translateY(-10px) rotate(45deg);
}

.sp_gm.open {
	transform: translateX(-250px);
}

.sp_gm dl {
	float: left;
	width: 100%;
}

.sp_gm dl dt {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 5px;
	background: #fff4e6;
}

.sp_gm dl dd a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 5px;
	text-decoration: none;
}

.sp_gm dl dd a span {
	color: #b5b5b6;
	font-size: 12px;
}

.gm_office dd {
	width: 50%;
	float: left;
	font-size: 12px;
}

/* home */
#main_img div {
	width: 100%;
}

#main_img div img {
	width: 100%;
}

.q_search {
 	height: 135px;
	background: #fff4e6;
}

.q_search h2 {
 	line-height: 0px;
	padding: 10px 0 0 5px;
	margin: 0;
	width: 40%;
	height: 20px;
}

.q_search h2 img {
	width: 100%;
}

.q_search select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 13px;
	padding: 7px 10px;
	border: 1px solid #aaa;
	color: #3a3a3a;
	border-radius: 5px;
	width: 130px;
	background: #fff;
}


label.q_jobarea {
	position: absolute;
	top: 35px;
	left: 4%;
}

.s_plus {
	position: absolute;
	top: 40px;
	left: 46%;
}

label.q_jobtype {
	position: absolute;
	top: 35px;
	right: 4%;
}

select::-ms-expand {
	display: none;
}

.q_search label.q_jobtype:after,
.q_search label.q_jobarea:after {
	position: absolute;
	content: ' ';
	top: 12px;
	right: 10px;
	width: 12px;
	height: 13px;
	background: url(images/s_arrow.png);
	pointer-events: none;
}

.q_search button {
	position: absolute;
	width: 80%;
	height: 40px;
	line-height: 40px;
	top: 85px;
	left: 10%;
	background: #e27102;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #593500;
}

/*
.q_search button:active {
	border: none;
	margin-top: 2px;
}
*/

.a_search {
	float: left;
	width: 100%;
}

.a_search h2 {
 	line-height: 0px;
	padding: 10px 0 10px 5px;
	margin: 0;
	width: 40%;
	height: 20px;
	float: left;
}

.a_search h2 img {
	width: 100%;
}

.a_search .map {
	position: relative;
	margin-top: 15px;
	width: 100%;
	float: left;
	background: #f0f9ff; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.a_search .map:before {
	content: '';
	display: block;
	padding-top: 100%;
}

#map_tohoku_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_tohoku.png) no-repeat;
	background-size: 100% auto;
}

#map_tohoku {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_tohoku.png) no-repeat;
	background-size: 100% auto;
}

#map_tohoku a {
	font-size: 0;
}

a#map_hokk {
	position: absolute;
	top: 0;
	right: 0;
	height: 18%;
	width: 65%;
}

a#map_aomo {
	position: absolute;
	top: 18%;
	left: 35%;
	height: 18%;
	width: 35%;
}

a#map_iwa {
	position: absolute;
	top: 36%;
	right: 10%;
	height: 22%;
	width: 38%;
}

a#map_miya {
	position: absolute;
	top: 58%;
	right: 18%;
	height: 15%;
	width: 34%;
}

a#map_aki {
	position: absolute;
	top: 36%;
	left: 20%;
	height: 20%;
	width: 32%;
}

a#map_yama {
	position: absolute;
	top: 56%;
	left: 15%;
	height: 18%;
	width: 33%;
}

a#map_huku {
	position: absolute;
	top: 74%;
	left: 22%;
	height: 12%;
	width: 58%;
}

a#map_tochi {
	position: absolute;
	top: 86%;
	left: 2%;
	height: 12%;
	width: 40%;
}

#map_hokk_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_hokk.png) no-repeat;
	background-size: 100% auto;
	display: none;
}

#map_hokk_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_hokk.png) no-repeat;
	background-size: 100% auto;
}

#map_hokk_wrap a {
	font-size: 0;
}

a#map_hokk_hako {
	position: absolute;
	top: 35%;
	left: 45%;
	height: 40%;
	width: 50%;
}

#map_aomo_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_aomo.png) no-repeat;
	background-size: 100% auto;
	display: none;
}

#map_aomo_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_aomo.png) no-repeat;
	background-size: 100% auto;
}

#map_aomo_wrap a {
	font-size: 0;
}

a#map_aomo_ao_1 {
	position: absolute;
	top: 30%;
	left: 18%;
	height: 18%;
	width: 30%;
}

a#map_aomo_ao_2 {
	position: absolute;
	top: 46%;
	left: 32%;
	height: 8%;
	width: 19%;
}

a#map_aomo_hiro_1 {
	position: absolute;
	top: 48%;
	left: 1%;
	height: 6%;
	width: 31%;
}

a#map_aomo_hiro_2 {
	position: absolute;
	top: 54%;
	left: 1%;
	height: 18%;
	width: 50%;
}

a#map_aomo_hachi {
	position: absolute;
	top: 20%;
	left: 51%;
	height: 50%;
	width: 45%;
}

#map_iwa_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_iwa.png) no-repeat;
	background-size: 100% auto;
	display: none;
}

#map_iwa_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_iwa.png) no-repeat;
	background-size: 100% auto;
}

#map_iwa_wrap a {
	font-size: 0;
}

a#map_iwa_mori {
	position: absolute;
	top: 13%;
	left: 8%;
	height: 37%;
	width: 47%;
}

a#map_iwa_south {
	position: absolute;
	top: 50%;
	left: 5%;
	height: 40%;
	width: 50%;
}

a#map_iwa_coast {
	position: absolute;
	top: 10%;
	left: 55%;
	height: 70%;
	width: 38%;
}

#map_miya_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_miya.png) no-repeat;
	background-size: 100% auto;
	display: none;
}

#map_miya_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_miya.png) no-repeat;
	background-size: 100% auto;
}

#map_miya_wrap a {
	font-size: 0;
}

a#map_miya_sen {
	position: absolute;
	top: 55%;
	left: 15%;
	height: 10%;
	width: 40%;
}

a#map_miya_other_1 {
	position: absolute;
	top: 20%;
	left: 15%;
	height: 35%;
	width: 80%;
}

a#map_miya_other_2 {
	position: absolute;
	top: 65%;
	left: 2%;
	height: 18%;
	width: 50%;
}

#map_aki_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_aki.png) no-repeat;
	background-size: 100% auto;
	display: none;
}

#map_aki_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_aki.png) no-repeat;
	background-size: 100% auto;
}

#map_aki_wrap a {
	font-size: 0;
}

a#map_aki_aki {
	position: absolute;
	top: 47%;
	left: 20%;
	height: 18%;
	width: 38%;
}

a#map_aki_other {
	position: absolute;
	top: 15%;
	left: 15%;
	height: 75%;
	width: 75%;
}

#map_yama_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_yama.png) no-repeat;
	background-size: 100% auto;
	display: none;
}

#map_yama_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_yama.png) no-repeat;
	background-size: 100% auto;
}

#map_yama_wrap a {
	font-size: 0;
}

a#map_yama_yama {
	position: absolute;
	top: 55%;
	left: 63%;
	height: 12%;
	width: 32%;
}

a#map_yama_syo {
	position: absolute;
	top: 5%;
	left: 5%;
	height: 50%;
	width: 52%;
}

a#map_yama_moga {
	position: absolute;
	top: 5%;
	left: 57%;
	height: 40%;
	width: 40%;
}

a#map_yama_other {
	position: absolute;
	top: 45%;
	left: 13%;
	height: 48%;
	width: 82%;
}

#map_huku_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_huku.png) no-repeat;
	background-size: 100% auto;
	display: none;
}

#map_huku_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_huku.png) no-repeat;
	background-size: 100% auto;
}

#map_huku_wrap a {
	font-size: 0;
}

a#map_huku_huku {
	position: absolute;
	top: 20%;
	left: 50%;
	height: 22%;
	width: 26%;
}

a#map_huku_other {
	position: absolute;
	top: 30%;
	left: 3%;
	height: 40%;
	width: 93%;
}

#map_tochi_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_tochi.png) no-repeat;
	background-size: 100% auto;
	display: none;
}

#map_tochi_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/map_tochi.png) no-repeat;
	background-size: 100% auto;
}

#map_tochi_wrap a {
	font-size: 0;
}

a#map_tochi_utsu {
	position: absolute;
	top: 45%;
	left: 37%;
	height: 20%;
	width: 38%;
}

a#map_tochi_other {
	position: absolute;
	top: 13%;
	left: 5%;
	height: 70%;
	width: 90%;
/*
	background: #fff;
	opacity: .7;
*/
}

a.map_back {
	position: absolute;
	display: none;
	width: 105px;
	height: 35px;
	line-height: 30px;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	left: 5px;
	bottom: 5px;
	color: #8fc630;
	background: #fff;
	border: 3px solid #8fc630;
	border-radius: 10px;
	transition: .2s;
}

.new_job {
	float: left;
	width: 100%;
}

.new_job h2 {
 	line-height: 0px;
	padding: 10px 0 10px 5px;
	margin: 0;
	width: 40%;
	height: 20px;
	float: left;
}

.new_job h2 img {
	width: 100%;
}

.new_job table {
	width: 100%;
	float: left;
	border-collapse: collapse;
	font-size: 14px;
	margin-top: 15px;
}

.new_job table tr:nth-child(odd) {
	background: #fff4e6;
}

.new_job table td {
	height: 64px;
}

.new_job table td.pref {
	width: 60px;
	text-align: center;
}

.new_job table td.date {
	width: 100px;
	text-align: center;
}

.new_job table td.area {
	width: 60px;
}

.new_job table td div {
	width: 80px;
	height: auto;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
}

tr.hokkaido td div { background: #53b232; }
tr.aomori td div { background: #28799e; }
tr.iwate td div { background: #81488f; }
tr.miyagi td div { background: #ffb000; }
tr.akita td div { background: #e83828; }
tr.yamagata td div { background: #6ebdbb; }
tr.hukushima td div { background: #ea5ea1; }
tr.tochigi td div { background: #b28247; }

td.date {
	width: 75px;
	font-size: 12px;
}

td.title {
	font-size: 12px;
}


.hitokoto {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #fff4e6;
}

.hitokoto_box {
	width: 90%;
	height: auto;
	border-radius: 10px;
	background: #fff;
	margin: 10px auto;
	padding: 10px 0;
}

.hitokoto_icon {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px;
}

.hitokoto_icon img {
	width: 100%;
}

.hitokoto_box h2 {
	float: left;
	color: #595757;
	font-size: 14px;
	margin: 0 0 0 10px;
}

.hitokoto_date {
	float: left;
	color: #595757;
	font-size: 12px;
	margin: 0 0px 0px 10px;
}

.hitokoto_main {

	width: calc(100% - 85px);
 	margin: 10px 0 0 80px;
	font-size: 13px;
	overflow: hidden;
}

.news {
	width: 100%;
	float: left;
	padding: 5px;
}

/*.news h2 {
 	line-height: 0px;
	padding: 10px 0 10px 5px;
	margin: 0;
	width: 30%;
	height: 20px;
	float: left;
}*/

.news_title{
	width: 60%;
	float: left;
	position: relative;
	color: #E27102;
}
.news_title h2{
	font-size: 1.4em;
	line-height: 1.8em;
}
.modi{
	width: 40%;
	float: left;
	position: relative;
	padding: 8px 0px;
	text-align: right;
}

#new_job_list{
	display: block;
	width: 100%;
	position: relative;
	float: left;
	border: 5px solid #E27102;
	border-radius: 5px;
	list-style: none;
	margin-bottom: 15px;
	max-height: 220px;
	overflow: auto;
}
#new_job_list li{
	width: 100%;
	padding: 5px 10px 5px 5px;
	border-bottom: 1px solid #ccc;
}
#new_job_list li:nth-child(2n){
	background: #FFF4E6;
}
#new_job_list li a{
	text-decoration: none;
}
#new_job_list .pref{
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
}
#new_job_list .prof{
	background: #3D5998;
	padding: 5px 10px;
	border-radius: 5px;
	color: white;
	margin: 0 1em;
}
#new_job_list .catch{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0 5px;
}

#new_job_list .area{
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
}


.news h2 img {
	width: 100%;
}

.news table {
	width: 100%;
	float: left;
	border-collapse: collapse;
	font-size: 14px;
	margin-top: 15px;
}

.news table tr:nth-child(odd) {
	background: #fff4e6;
}

.news table td {
	height: 64px;
}

.news table td.office {
	width: 60px;
	text-align: center;
}

.news table td div {
	width: 80px;
	height: auto;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
}

.news table td.date {
	width: 100px;
	text-align: center;
}

tr.topics td div { background: #006934; }
tr.briefing td div { background: #0b318f; }

.top_links {
	margin-top: 20px;
}

.link,
.bn {

	float: left;
	width: 100%;
/* 	min-height: 120px; */
	height: auto !important;
/* 	height: 110px; */
	margin: 5px 0 0 0;
}

.link a,
.bn a {
	display: block;
	position: relative;
	width: 95%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}

.link img,
.bn img {
	width: 100%;
}

.link a span {
	height: 25px;
	width: 100%;
	padding: 3px 10px;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 0px;
	font-size: 10px;
	background: rgba(226,113,2,0.8);
}

.link a span h4 {
	font-size: 12px;
	color: #fff;
}


.bottom_text {
	background: #ea9249;
	margin: 20px 0 0 0;
}

.bottom_text p {
	color: #fff;
	font-size: 14px;
	padding: 15px;
}

/* job-search */
.search_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding: 0 0 80px 0;
	z-index: 2;
	background: #fff;
	/*top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	transition: 0.3s;*/
 	display: none;
}

.search_box h3 {
	background: #e27102;
	color: #fff;
	font-size: 18px;
	padding: 5px;
}

.search_box_open {
	width: 100%;
	/*position: relative;*/
	position: fixed;
	height: 100px;
	/*padding: 30px 0;*/
	top: 10px;
	display: none;
	z-index: 2;
}
.search_box_stay{
	width: 100%;
	position: relative;
	/*float: left;*/
	margin: 30px 0;
}
.search_box_open a,
.search_box_stay a {
	display: block;
	width: 195px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	/*background: #e27102;*/
	background: #EA212D;
	/*EA212D*/
	border-radius: 25px;
	margin: 0 auto;
	/*border-bottom: 5px solid #593500;*/
	border-bottom: 5px solid rgba(0,0,0,0.1);
	text-decoration: none;
	font-weight: bold;
}

/*
.search_box_open a:active {
	border: none;
	margin-top: 5px;
}
*/

.search_box_open a img {
	margin-top: -5px;
	vertical-align: middle;
}

.search_box table {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
}

.search_box table th,
.search_box table td {
	padding: 12px 0;
	border-bottom: 1px dotted #ccc;
}

.search_box table th {
	text-align: center;
	width: 18%;
	background: #fff4e6;
}

.search_box table td {
	padding: 12px 10px;
	background: #fff;
	font-size: 16px;
}
.search_box table td i{
	color: #E27102;
}
.search_box table a {
	font-size: 14px;
	text-decoration: none;
}

.search_box table a.add_cat img,
.search_box table a.add_area img {
	display: inline-block;
	height: 21px;
	vertical-align: middle;
	margin-top: -5px;
}

.search_box table a.add_area i{
	color: #E27102;
	font-size: 16px;
}

span#job_area {
	margin: 0 0 0 10px;
	font-size: 16px;
}

.search_box table label {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 5px 0;
	background: #fff;
	border: 1px solid #e27102;
	padding: 5px;
	border-radius: 5px;
}

.search_box_btn {
	position: fixed;
	height: 80px;
	width: 100%;
	bottom: 0;
	background: #fff;
	border-top: 2px solid #e27102;
}

.search_box button {
	position: absolute;
	display: block;
	width: 40%;
	height: 45px;
	top: 10px;
	right: 5%;
	line-height: 45px;
	background: #e27102;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #593500;
	cursor: pointer;
}

.search_box button.cancel {
	position: absolute;
	display: block;
	width: 40%;
	height: 45px;
	top: 10px;
	left: 5%;
	line-height: 45px;
	background: #b5b5b6;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #593500;
	cursor: pointer;
}
.select_list_dl dt,
.select_list_dl dt i{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.select_list_dl dd{
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.select_list_dl.open dt{
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.select_list_dl.open dt i{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.select_list_dl.open dd{
	padding-top: 10px;
	height: auto;
}




/*
.search_box button:active {
	top: 12px;
	border: none;
}
*/

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
/* 	height: 400px; */
	border: 2px solid #e27102;
/* 	border-radius: 5px; */
	background: #fff;
 	display: none;
 	transition: all .2s;
 	z-index: 10;
}


.modal_job_area {
 	height: 100%;
 	overflow-y: scroll;
	background: #fff;
	padding: 0 0 85px 0;
	left: 100%;
	display: block;
}

.modal_top {
	background: #e27102;
	height: 35px;
	line-height: 35px;
}

.modal_top h3 {
	float: left;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0 0 0 10px;
}

.modal_close {
	display: inline-block;
	position: relative;
	width: 30px;
    height: 30px;
	float: right;
	cursor: pointer;
}

.modal_close:before{
	content: '';
    pointer-events: none;
	width: 24px;
    height: 3px;
	margin-left: -12px;
	position: absolute;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal_close:after{
	content: '';
    pointer-events: none;
	width: 24px;
    height: 3px;
	margin-left: -12px;
	position: absolute;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal_area_decision {
	position: fixed;
	bottom: -200px;
	left: 0;
	height: 80px;
	width: 100%;
	z-index: 2;
	background: #fff;
	border-top: 2px solid #e27102;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
}

.modal_area_decision a {
	display: block;
	width: 125px;
	height: 45px;
	line-height: 45px;
	margin: 15px auto 0;
	background: #e27102;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #593500;
	text-align: center;
	text-decoration: none;
}

/*
.modal_area_decision a:active {
	margin-top: 17px;
	border: none;
}
*/


.job_area_pref {
	position: relative;
	width: 100%;
	float: left;
 	height: auto;
	border-bottom: 1px dotted #ccc;
	background: #fff4e6;
}

.job_area_pref .pref {
	float: left;
	height: 100%;
	width: 35%;
	background: #fff4e6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
}

.job_area_pref .area {
	float: right;
	width: 65%;
	background: #fff;
}

.modal_job_area table {
	width: 100%;
}

.modal_job_area table td {
	border: none;
}

.modal_job_area table th {
	vertical-align: top;
	background: #fff4e6;
		border: none;
}

.modal label {
	display: inline-block;
	font-size: 14px;
	margin: 5px 0 5px 15px;
	background: #fff;
	border: 1px solid #e27102;
	padding: 5px;
	border-radius: 5px;
}

.modal .area label {
	margin: 5px 0 5px 5px;
}

.job_result_head {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.job_result_foot {
	border-top: 2px solid #e27102;
	float: left;
	width: 100%;
 	height: 40px;
 	margin: 30px 0;
}

.job_result_num {
	padding: 0 0 0 5px;
	font-weight: bold;
	border-bottom: 2px solid #e27102;
}

.job_result_num span {
	font-size: 25px;
	color: #e27102;
}

.job_result_head .job_result_nav {
	text-align: center;
	float: left;
	width: 100%;
	margin: 5px 5px 0 0;
}

.job_result_foot .job_result_nav {
	text-align: center;
	float: left;
	width: 100%;
	margin: 10px 15px 0 0;
}

.job_result_nav .wp-pagenavi span,
.job_result_nav .wp-pagenavi a {
	padding: 8px 10px;
	font-size: 14px;
}

.job_result_nav .wp-pagenavi span.extend {
	border: none;
	padding: 0;
}

.job_result_nav .wp-pagenavi span.current {
	background: #e27102;
	color: #fff;
	border: 1px solid #e27102;
}

.job_result_nav .wp-pagenavi a {
	border: 1px solid #e27102;
	color: #e27102;
}

.job_result_nav .wp-pagenavi a:hover {
	border: 1px solid #e27102;
	color: #e27102;
	background: #ffe0c1;
}

.job_data {
	position: relative;
	float: left;
	width: 98%;
	/*border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff4e6;*/
	margin: 20px 0 10px 1%;
	box-sizing: border-box;
	padding: 0 0 10px 0;
}
.job_search .job_data{
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff4e6;
}

.job_data_top {
	float: left;
	width: 100%;
}

.job_data_new {
	/*height: 20px;*/
	line-height: 22px;
	padding: 5px 10px;
	color: #fff;
	background: #e60012;
	float: left;
	margin: 5px 0px 0px 5px;
	border-radius: 5px;
	font-size: 14px;
}

.job_data_type {
	/*height: 20px;*/
	line-height: 22px;
	/*padding: 0 3px;*/
	padding: 5px 10px;
	color: #fff;
	background: #e27102;
	float: left;
	margin: 5px 0px 0px 5px;
	border-radius: 5px;
	font-size: 14px;
}

.job_catch {
	float: left;
	width: 98%;
	color: #122a88;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 1%;
}

.job_data_cond_box {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.job_data_cond {
	width: 50%;
	font-size: 12px;
	text-align: center;
	color: #990000;
	background: #efaeae;
	float: left;
	/*margin: 3px 0 0 1%;*/
	padding: 5px 0;
	font-weight: bold;
	border: 2px solid #FFF4E6;
}

.job_data_cond_gray {
	width: 48%;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #d4d6d6;
	float: left;
	margin: 3px 0 0 1%;
	padding: 1px 0;
	display: none;
}

.job_data_right {
	float: left;
	margin: 5px auto 0;
	width: 100%;
}

table.job_data_table {
	float: left;
	width: 95%;
	border-collapse: collapse;
	font-size: 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 3px 0 0 2.5%;
}

table.job_data_table td {
	background: #fff;
	padding: 2px 5px;
	border-bottom: 2px dotted #ccc;
}

table.job_data_table tr td:first-child {
	/*background: #e27102;
	padding: 10px;*/
	/*color: #fff;*/
	width: 4em;
	text-align: center;
}
table.job_data_table tr td:first-child i{
	background: #e27102;
	width: 3em;
	height: 3em;
	line-height: 3em;
	color: white;
	border-radius: 50%;
	border-bottom: 3px solid rgba(0,0,0,0.1);
}
table.job_data_table tr:last-child td {
	border: none;
}

p.job_num {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #9fa0a0;
}

a.job_data_inquiry,
a.job_data_detail {
	display: block;
	float: right;
	width: 45%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
	background: #e27102;
	color: #fff;
	border-radius: 5px;
	border-bottom: 2px solid #593500;
	margin: 10px 2.5% 0 0;
}

a.job_data_detail {
	margin-right: 15px;
}

.job_search_contact {
	float: left;
	position: relative;
	width: 100%;
	background: #fff4e6;
	border: 4px solid #dcdddd;
	margin: 0 0 50px 0;
	padding: 0 0 15px 0;
}

.job_search_contact h3 {
	border-left: 5px solid #e27102;
	font-size: 18px;
	color: #e27102;
	padding: 0 0 0 5px;
	margin: 10px 0 0 10px;
}

.job_search_contact_box {
	float: left;
	width: 100%;
	margin: 0;
}

.job_search_contact p {
	font-weight: bold;
	width: 90%;
	font-size: 13px;
	margin: 10px auto;
}

.job_search_contact_link {
	float: left;
	width: 80%;
	margin: 20px 0 0 10%;
}

.job_search_contact_link h4 {
	width: 100%;
	height: 16px;
	line-height: 16px;
	color: #fff;
	background: #e27102;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.job_search_contact_inquiry {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	background: #e27102;
	color: #fff;
	border-radius: 5px;
	border-bottom: 2px solid #593500;
	margin: 15px auto;
}

p.tel_num {
	font-size: 27px;
	color: #6d6d6d;
	text-align: center;
	margin: 0 auto;
}

p.tel_time {
	font-size: 12px;
	color: #6d6d6d;
	text-align: center;
	margin: 0 auto;
}

/* job_info */
.job_info .job_data_type{
	padding: 5px 10px;
	height: auto;
}
.job_info .job_data_cond_box {
	float: left;
	width: 100%;
	/*margin: 10px 5%;*/
	padding: 10px;
	margin: 0;
}

.job_info .job_data_cond,
.job_info .job_data_cond_gray  {
	/*margin: 3px 0 0 1%;*/
	margin: 0;
	font-size: 13px;
	padding: 5px 0;
	font-weight: bold;
	width: 50%;
	border: 2px solid #FFF4E6;
}
.job_info .job_data_cond_gray{
	display: none;
}

.job_info table.job_data_table td {
	padding: 5px 5px;
}

.job_info table.job_data_table {
	/*float: none;*/
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	/*border-top: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	/*margin: 5px 0;*/
	margin: 0;
	display: block;
	padding:0px 10px 10px 10px;
	border: none;
}
.job_info table.job_data_table tbody,
.job_info table.job_data_table tr,
.job_info table.job_data_table td:first-child,
.job_info table.job_data_table td{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	border: none;
}
.job_info table.job_data_table td{
	padding:2px 0px 8px 0px;
	background: none;
	border-bottom: dotted 1px #ccc;
}
.job_info table.job_data_table td:first-child{
	text-align: left;
	padding:8px 0px 2px 0px;
	background: white;
	/*border: 2px solid #5675B9;*/
	color: #e27102;
	font-weight: bold;

}


.job_data_inquiry_wrap{
	width: 100%;
	height: 90px;
	float: left;
	margin: 15px 0;
	background: #dbeffa;
	padding:10px 0px;
}

.job_info a.job_data_inquiry {
	float: none;
	margin: 10px auto;
	width: 95%;
	height: 50px;
	line-height: 40px;
	background: #4389f3;
	border: 5px solid #3278e2;
	color: white;
	font-weight: bolder;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.job_info .job_comment,
.job_info .job_org{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
}
.job_info .job_comment .comment_inner{
	width: 100%;
	float: left;
	position: relative;
	background: white;
	border: 1px solid #5675B9;
}
.job_info .job_comment h4{
	padding: 5px;
	background: #5675B9;
	color: white;
}
.job_info .job_comment p{
	padding: 5px;
}
.job_info .job_org .org_inner{
	width: 100%;
	float: left;
	position: relative;
	background: white;
	padding-bottom: 10px;
}
.job_info .job_org h4{
	background: #999;
	color: white;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.job_info .job_org p{
	padding: 5px;
	font-weight: bold;
	color: #333;
	width: 40%;
	float: left;
}
.job_info .job_org a{
	text-align: center;
	width: 60%;
	float: left;
	padding: 5px;
	text-decoration: none;
	background: #5675B9;
	color: white;
	font-size: 0.8em;
}

.inquiry_info{
	width: 100%;
	float: left;
	position: relative;
	padding: 5px;
	margin: 10px 0;
}
.inquiry_inner{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.inquiry_info h5{
	background: #E27102;
	color: white;
	text-align: center;
	border-radius: 1em;
}
.inquiry_info p{
	font-weight: bold;
	text-align: center;
	font-size: 1.8em;
	color: #555;
}
.inquiry_info small{
	color: #555;
	text-align: center;
	display: block;
}

.org_etc_job{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	margin: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
.org_etc_job h4{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.org_etc_job .row{
	width: 100%;
	float: left;
	position: relative;
}
.org_etc_job .row > div{
	width: 100%;
	float: left;
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-radius: 5px;
	background: white;
	padding: 5px;
}
.org_etc_job .row .add_text{
	padding: 5px;
	color: white;
	background: #87ba87;
}

.org_etc_job .row a{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	background: white;
	color: #87ba87;
	padding: 0 5px;
	border-radius: 5px;
	/*font-size: 0.8em;*/
}

.quick_app{
	width: 100%;
	height: 60px;
	background: #E27102;
	position: fixed;
	padding: 5px;
	bottom: 0;
	left: 0;
}
.quick_app a{
	display: block;
	cursor: pointer;
	width: 100%;
	height: 50px;
	border: 2px solid white;
	color: white;
	text-align: center;
	line-height: 46px;
	font-weight: bold;
	text-decoration: none;
}

.YoB span{
	background: #333;
	padding: 5px 6px;
	border-radius: 3px;
	color: white;
}
.YoB span.sat{
	background: blue;
}
.YoB span.sun{
	background: red;
}

/* page-office */
h2.office_main {
	position: relative;
	width: 100%;
	height: auto;
}

h2.office_main img {
	width: 100%;
}

p.office_text {
	float: left;
	width: 95%;
	font-size: 14px;
	padding: 20px;
	border: 2px solid #e27102;
	border-radius: 10px;
	margin: 15px 0 15px 2.5%;
}

.office_content .new_job,
.office_content .news {
	position: relative;
    width: 100%;
    float: left;
    margin: 0;
    height: auto;
}

.office_content .news h2 {
	float: left;
	height: auto;
	padding: 10px 5px;
	margin: 15px 0 0 0;
}

.office_content .news table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    font-size: 14px;
}

.briefing  {
	width: 100%;
}

.briefing h2 {
	width: 30%;
	float: left;
	height: auto;
	padding: 10px 5px;
	margin: 15px 0 0 0;
}

.briefing h2 img {
/* 	width: 100%; */
}


ul.b_tab {
	float: left;
	width: 100%;
	height: 40px;
	list-style: none;
	border-bottom: 2px solid #e27102;
	font-size: 14px;
}

ul.b_tab li {
	float: left;
	height: 40px;
	width: 24%;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px 5px 0 0;
	border: 2px solid #e27102;
	cursor: pointer;
	color: #e27102;
	transition: .3s;
}

ul.b_tab li.active {
	background: #e27102;
	color: #fff;
}

.tab_content {
	position: relative;
	width: 100%;
	height: 225px;
	border: 2px solid #e27102;
	border-top: none;
	margin: 0 auto 20px;
	overflow-y: scroll;
}

.tab_content div {
	display: none;
	transition: .3s;
}

.tab_content div.active {
	display: block;
}

.briefing {
	position: relative;
	float: left;
	margin: 15px 0 0 0;
}

#briefing table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 13px;
}

#briefing table tr:nth-child(odd) {
	background: #fff4e6;
}

#briefing table td {
	height: 75px;
}

#briefing table td.date {
	font-size: 12px;
	padding: 0 5px;
}

#briefing table td:last-child {
	width: 35%;
}

.intro_member,
.access {
	position: relative;
	float: left;
	width: 100%;
	margin: 15px 0 15px 0;
}

.member_box,
.access_box {
	position: relative;
	width: 95%;
	float: left;
	margin: 10px 0 10px 2.5%;
}

.member_box img {
	width: 100%;
}

.member_left,
.member_right,
.access_left,
.access_right {
	float: left;
	padding: 5px;
}

p.member_name,
p.access_name {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

p.member_text {
	padding: 5px;
	font-size: 12px;
	width: 100%;
}

p.access_address {
	padding: 5px;
	font-size: 14px;
	width: 350px;
}


#map {
	width: 100%;
	height: 300px;
}



/* footer */
footer {
	float: left;
	width: 100%;
	background: #fff;
	text-align: center;
}

footer img {
	padding: 5px 0 0 0;
}

.footer_menu {
	background: #e27102;
	height: 10px;
}

footer p {
	color: #9fa0a0;
	font-size: 12px;
	padding: 0 0 5px 0;
}


/* entry_form */

#entry_form_wrap{
	/*width: 1000px;*/
	margin: 30px auto;
}

#entry_form{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	display: block;
	float: left;
	position: relative;
}
#entry_form *{
	max-width: 100%;
}
#entry_form tbody{
	width: 100%;
	display: block;
	float: left;
	position: relative;
}
#entry_form tr{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
#entry_form th{
	text-align: left;
	padding: 0 5px;
	color: #555;
	width: 16em;
	border-left: 5px solid #5675B9;
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
#entry_form th span{
	font-size: 0.8em;
	margin-left: 1em;
}
#entry_form td{
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
#entry_form td input,#entry_form td textarea{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1em;
}
#entry_form #age{
	width: 7em;
}
#entry_form [name="submitConfirm"]{
	/*background: #E27102;*/
	/*color: white;*/
}

div.policy{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	margin: 10px 0 0px;
	background: #eee;
}
div.policy h3{
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	font-size: 1.1em;
}
div.policy p{
	font-size: 0.9em;
	line-height: 1.8em;
}
div.policy p.ta_right{
	margin-top: 15px;
	text-align: right;
}

.entry .job_data_type{
	padding: 5px 10px;
	height: auto;
}
.entry .job_data_cond_box {
	float: left;
	width: 100%;
	/*margin: 10px 5%;*/
	padding: 10px;
	margin: 0;
}

.entry .job_data_cond,
.entry .job_data_cond_gray  {
	/*margin: 3px 0 0 1%;*/
	margin: 0;
	font-size: 13px;
	padding: 5px 0;
	font-weight: bold;
	width: 50%;
	border: 2px solid #FFF4E6;
}
.entry .job_data_cond_gray{
	display: none;
}

/* regist */
.regist .detail{
	width: 100%;
	position: relative;
	float: left;
	margin: 15px 0 20px;
	color: #333;
	padding: 10px;
}
.regist .detail h3{
	border-left: 5px solid #E27102;
	padding-left: 10px;
}
.regist .detail h4{
	border-bottom: 1px solid #E27102;
	margin: 15px 0 10px;
	color: #E27102;
}
.regist .detail P{
	margin-bottom: 15px;
}
.regist .entry{
	width: 100%;
	position: relative;
	float: left;
	margin: 15px 0 20px;
	padding: 10px;
}
.regist .entry h3{
	border-left: 5px solid #E27102;
	padding-left: 10px;
}

#entry_form tr:last-child td {
    text-align: center;
    padding-bottom: 20px;
}

/* guidance */
.guidance{
	color: #333;
}
.guidance .inner > p{

}
.guidance .inner > ul{
	padding-left: 20px;
	margin-top: 15px;
	list-style: none;
}
.guidance .inner > ul li{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
.guidance .inner > ul li:before{
	content: "▶";
	color: #E27102;
	margin-right: 1em;
}
.guidance .detail{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom:20px;
	padding: 10px;
}
.guidance .detail h3{
	border-left: 5px solid #E27102;
	background: #FFF4E6;
	padding-left: 10px;
	margin: 50px 0 10px;
	font-size: 1.4em;
}
.guidance .detail h4{
	margin: 25px 0 10px;
	border-bottom: 1px solid #E27102;
	color: #E27102;
	font-size: 1.1em;
}
.guidance .detail ol,
.guidance .detail ul{
	padding-left: 20px;
}
.guidance .detail dl{
	margin: 30px 0 30px;
}
.guidance .detail dt{
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 10px;
}
.guidance .detail dt:after{
	content: "▼";
	color: #777;
	margin-left: 1em;
}
.guidance .detail dd{
	margin: 10px 0 25px;
}

.guidance .detail h3:first-child {
    margin:0 0 10px;
}
.guidance img{
	max-width: 100%;
}

/* greeting */
.greeting{
	color: #333;
}
.greeting .inner > p{

}
.greeting .inner > ul{
	padding-left: 20px;
	margin-top: 15px;
	list-style: none;
}
.greeting .inner > ul li{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
.greeting .inner > ul li:before{
	content: "▶";
	color: #E27102;
	margin-right: 1em;
}
.greeting .detail{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom:20px;
	padding: 10px;
}
.greeting .detail h3{
	border-left: 5px solid #E27102;
	background: #FFF4E6;
	padding-left: 10px;
	margin: 50px 0 10px;
	font-size: 1.4em;
}
.greeting .detail h4{
	margin: 25px 0 10px;
	border-bottom: 1px solid #E27102;
	color: #E27102;
	font-size: 1.1em;
}
.greeting .detail ol,
.greeting .detail ul{
	padding-left: 20px;
}
.greeting .detail dl{
	margin: 30px 0 30px;
}
.greeting .detail dt{
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 10px;
}
.greeting .detail dd{
	margin: 10px 0 25px;
}

.greeting .detail h3:first-child {
    margin:0 0 10px;
}
.greeting img{
	max-width: 100%;
}


/* history */
.history {
	color: #333;
}
.history table{
	margin: 30px 0;
	border-collapse: separate;
	border-spacing: 0px;
	border: 1px solid #ccc;
	width: 100%;
}
.history table th{
	background: #555;
	color: white;
	padding: 0 1px;
}
.history table td{
	border: 1px solid #eee;
	padding: 5px;
	/*display: block;
	width: 100%;*/
}
.history table{
	font-size: 14px;
}
.history table.history_tb tr th:nth-child(1){
	/*width: 8em;*/
	text-align: center;
}
.history table.history_tb tr th:nth-child(3){
	/*width: 6em;*/
	text-align: center;
}
.history table.lisencr_tb tr th:nth-child(1){
	/*width: 10em;*/
	text-align: center;
}
.history table.history_tb th{
	width: 4.6em;
	border-bottom: 1px solid #eee;
}
.history .detail h3{
	border-left: 5px solid #E27102;
	background: #FFF4E6;
	padding-left: 10px;
	margin: 50px 0 10px;
	font-size: 1.4em;
	float: left;
	width: 100%;
}

.history .detail{
	width: 100%;
	float: left;
	position: relative;
	margin: 15px 0 20px;
	padding: 10px;
}
.history .detail h4{
	margin: 25px 0 10px;
	border-bottom: 1px solid #E27102;
	color: #555;
	font-size: 1.1em;
}

.history .off_jt{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	border: 5px solid #eee;
	margin-bottom: 25px;
}
.history .off_jt h4{
	margin-top: 5px;
}
.history .off_jt .off_img{
	width: 100%;
	float: left;
	position: relative;
	padding-right: 10px;
}
.history .off_jt .off_text{
	width: 100%;
	float: left;
	position: relative;
}

.history .photos{
	width: 100%;
	height: 300px;
	float: left;
	position: relative;
	background: #333;
}
.history .photo_inner{
	position: absolute;
	height: 100%;
	width: 98%;
	background: #333;
	padding: 10px 0;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	line-height: 0;
	margin: 0 1%;
}
.history .photo_inner .gl{
	display: inline-block;
	/*height: 100%;*/
	/*float: left;*/
	border: 5px solid #fff;
	margin: 0 5px;
	vertical-align:top;
	white-space:normal;
}
.history .photo_inner .gl img{
	max-height: 100%;
	height: 270px;
	max-width: initial;
}

.history .manga{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.history .manga dt{
	cursor: pointer;
}
.history .manga dd{
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
	height: 0;
	-webkit-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1); /* older webkit */
	-webkit-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	-moz-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	-ms-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290); /* custom */
}
.history .manga dd.open{
	height: auto;
	-webkit-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1); /* older webkit */
	-webkit-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	-moz-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	-ms-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290); /* custom */
}
.history img{
	max-width: 100%;
}


/* company */
.company .detail h3{
	margin: 30px 0 15px;
	border-bottom: 1px solid #E27102;
}
.company .detail table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}
.company .detail tbody{
	width: 100%;
}
.company .detail tr{

}
.company .detail td{
	padding:10px;
}
.company .detail th{
	background: #FFF4E6;
	padding: 10px 5px;
	min-width: 8em;
	display: block;
}
.company .detail td{
	padding: 15px 30px;
	display: block;
}
.company .detail td span{
	font-weight: bold;
	display: block;
}

.company .detail td.region {
    border-bottom: dotted 1px #ccc;
}

.company .detail ol{
	padding-left: 30px;
}
.company .detail a{
	color: initial;
}


/* sitemap */
.sitemap .detail{
	width: 100%;
	float: left;
	position: relative;
	margin: 10px 0 30px;
}
.sitemap dt{
	font-weight: bold;
	margin: 30px 0 15px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.sitemap dt::before{
	content: "■";
	color: #E27102;
	margin-right: 0.5em;
}
.sitemap dd{
	padding-left: 2em;
	margin-bottom: 10px;
}
.sitemap dd a{
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	background: #FFF4E6;
	border: 1px solid #E27102;
	border-radius: 10px;
}

/*TOP カンタン登録*/
.easy_info{
	width: 100%;
	float: left;
	position: relative;
	padding: 5px;
	margin: 10px 0;
}
.easy_inner{
	width: 100%;
	float: left;
	position: relative;
}
.easy_info a img{
	width: 100%;
}
/*.easy_info a:hover{
    background: #e9ffec;
    color: #00c51c;
}
.easy_info h5{
	font-size: 12px;
}*/


table.step1 th,
table.step1 td{
	display: block;
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	min-width: 14em;
}
table.step1 td{
	border-bottom: 5px solid #FFF4E7;
	margin-bottom: 15px;
}

/* go_to_head */
.go_to_head{
	position: fixed;
	width: 60px;
	height: 60px;
	background: #E27102;
	right: 5px;
	bottom: 10px;
	border-radius: 50%;
	border: 5px solid #FFF4E6;
	text-align: center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity: 0;
}
.go_to_head.show{
	opacity: 1;
}
.go_to_head:hover{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.go_to_head a{
	text-decoration: none;
	color: white;
	line-height: 45px;
	font-size: 30px;
}

/* LINE */
.line_field{
	width: 100%;
	float: left;
	position: relative;
	margin: 20px 0 30px;
	text-align: center;
	padding: 10px;
}
.line_field img{
	max-width: 100%;
}


.consign{
	color: #555;
	margin-bottom: 50px;
}
.consign *{
	box-sizing: border-box;
}
.consign h2{
	margin: 30px 0 15px;
}
.consign p{
	text-indent: 1em;
	line-height: 1.6em;
	margin: 5px 0 15px;
}
.consign .wp-pagenavi{
	width: 100%;
	float: left;
	position: relative;
	margin: 15px 0;
}
.consign .wp-pagenavi span.current{
	background: #555;
	color: white;
	border: 2px solid #555;;
}
.consign .wp-pagenavi a.page{

}
.consign ul{
	list-style: none;
	padding: 0px;
	margin: 15px 0;
	width: 100%;
	float: left;
	position: relative;
}
.consign ul li{
	display: inline-block;
	width: 100%;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.consign ul li a{
	text-decoration: none;
}


#consign{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 50px;
	color: #555;
}
#consign section > h2{
	margin: 30px 0 15px;
	border-bottom: 1px solid #ccc;
	color: #333;
}
#consign .post_content h1{
	width: 100%;
	margin: 30px 0 15px;
	padding: 10px;
	color: #333;
	float: none;
	border-bottom: 1px solid #ccc;
}
#consign .post_content h2{
	width: 100%;
	margin: 30px 0 15px;
	padding: 10px;
	background: #eee;
	border-radius: 5px;
	color: #333;
}
#consign .post_content h3{
	width: 100%;
	margin: 30px 0 15px;
	padding: 10px;
	color: #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#consign .post_content h4{
	width: 100%;
	margin: 15px 0 10px;
	color: #333;
	padding: 10px;
	border-left: 1px solid #333;
}
#consign .post_content h5{
	width: 100%;
	margin: 15px 0 10px;
	color: #999;
}
#consign .post_content h5:before{
	content: "-";
}
#consign .post_content h6{
	width: 100%;
	margin: 15px 0 10px;
}
#consign .post_content p{
	text-indent: 1em;
	line-height: 1.6em;
	margin: 5px 0 15px;
}
#consign .post_content ul,
#consign .post_content ol{
	padding-left: 30px;
	margin: 15px 0;
}
#consign .post_content li{
	margin-bottom: 5px;
}
#consign .post_content img{
	max-width: 100%;
}
#consign .post_content a{
	color: #4182C4;
}
#consign .post_content blockquote{
	border: 1px  dotted #ccc;
	margin: 15px 0;
	border-radius: 10px;
	padding: 10px;
	background: #eee;
}

.breadcrumb{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.breadcrumb ol{
	width: 100%;
	float: left;
	position: relative;
	list-style: none;
}
.breadcrumb ol li{
	display: inline-block;
	float: left;
	padding-right: 15px;
}
.breadcrumb ol li a{
	text-decoration: none;
	font-weight: bold;
}

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

/* .modal_box{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	opacity: 0;
	transition: 0.3s;
}
.modal_box.open{
	opacity: 1;
	z-index: 100;
}
.modal_box .search_checkbox{
	position: absolute;
	width: 80%;
	height: 100%;
	margin-left: 20%;
	top: 0;
	left: 100%;
	border-left: 5px solid #efefef;
	transition: 0.6s;
	padding: 10px 5px 50px 10px;
}
.modal_box.open .search_checkbox{
	left: 0;
	border-left: 5px solid #1974F2;
	z-index: 2;
}
.modal_box .search_checkbox label{
	display: block;
	position: relative;
	padding: 5px 10px 5px 30px;
	margin-bottom: 1em;
	font-size: 0.9em;
	border: 2px solid #eee;
	background: white;
	color: #777;
}

.modal_box .search_checkbox .area_dl dt{
	font-weight: bold;
	padding: 5px 0;
	margin-top: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	position: relative;
}
.area_dl dt:after{
	content: "▼";
	padding-left: 1em;
	color: #999;
}
.modal_box .search_checkbox .area_dl dd{
	padding: 0 0 0 1em;
	height: 0;
	overflow: hidden;
	transition: 0.3s;
}
.modal_box .search_checkbox .area_dl dd.open{
	padding: 5px 0 10px 1em;
	height: auto;
}

.modal_box.open #area_wrap{
	z-index: 50;
}
.close_box{
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 20%;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	background: #111;
	border-radius: 25px 0 0 25px;
	transition: 1.6s;
	font-size: 0.8em;
	color: white;
}
.modal_box.open .close_box{
	left: 5px;
}
.modal_box .option_box{
	position: absolute;
	width: 80%;
	right: -5px;
	transition: 0.8s;
	bottom: -300px;
	height: 50px;
	padding: 5px 10px 5px 5px;
	z-index: 100;
	box-shadow: 0 -2px 2px #777;
	background: white;
}
.modal_box.open .option_box{
	bottom: 0;
}
.modal_box.open .option_box div{
	padding: 0;
	height: auto;
}


.list_tab{
	position: absolute;
	list-style: none;
	padding: 0;
	width: 20%;
}
.list_tab li{
	display: block;
	font-size: 0.9em;
	padding: 5px;
	height: 50px;
	width: 100%;
	line-height: 40px;
	background: #efefef;
	color: #efefef;
	text-align: right;
	margin-top: 400px;
	margin-bottom: 400px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.6);
	transition-duration: 0.3s;
	opacity: 0;
	transition-delay: 0.3s;
}

.modal_box.open .list_tab li{
	color: #333;
	margin-top: 0;
	margin-bottom: 0px;
	opacity: 1;
}
.modal_box.open .list_tab li.active{
	background: #1974F2;
	color: white;
	z-index: 10;
	box-shadow: 0 3px 5px rgba(0,0,0,0.6);
}


.form_wrap{
	width: 100%;
	position: relative;
	float: left;
}
.search_checkbox{
	width: 100%;
	padding: 5px;
	background: #efefef;
	position: relative;
	float: left;
}
.search_checkbox input{
	display: none;
}
.search_checkbox label{
	display: inline-block;
	position: relative;
	padding: 5px 10px 5px 30px;
	margin-bottom: 10px;
	font-size: 0.9em;
	border: 2px solid #eee;
	background: white;
	color: #777;
}
.search_checkbox label:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #eee;
	border: 2px solid #ccc;
}
.search_checkbox label:after{
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 8px;
	width: 32px;
	height: 0px;
	margin-top: -8px;
	border-left: 0px solid #5776B7;
	border-bottom: 0px solid #5776B7;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.search_checkbox input[type=checkbox]:checked + label:after{
	width: 16px;
	height: 8px;
	border-left: 3px solid #5776B7;
	border-bottom: 3px solid #5776B7;
}
.search_checkbox input[type=checkbox]:checked + label:before{
	background: #fff;
	border: 2px solid #555;
}
.search_checkbox input[type=checkbox]:checked + label{
	color: #333;
	border: 2px solid #aaa;
}

.result_count{
	width: 30%;
	height: 60px;
	position: relative;
	float: left;
	padding: 5px;
	text-align: right;
}
.result_count span{
	font-weight: bolder;
	font-size: 1.6em;
	color: tomato;
	margin-right: 3px;
}
.button_group{
	width: 70%;
	height: 60px;
	position: relative;
	float: right;
	padding: 5px;
	text-align: right;
}
.button_group button,.button_group input{
	padding: 10px;
	min-width: 80px;
	background: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
}
.button_group button:hover,.button_group input:hover{
	box-shadow: 0 0 3px #ccc;
}
.job_result_head,.job_result_num,.job_result_nav{
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
}
.button_wrap{
	width: 100%;
	min-height: 60px;
	position: relative;
	float: left;
}
.show_modal{
	position: fixed;
	cursor: pointer;

	width: 120px;
	height: 40px;
	top: 0px;
	left: 50%;
	margin-left: -60px;
	font-weight: bold;
	z-index: 10;

	border: none;
	border-radius: 0 0 100px 100px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}


.job_data_condition{
	width: 100%;
	position: relative;
	float: left;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 15px 0;
}
.job_search section{
	padding: 10px;
}
.jobs_data{
	width: 100%;
	position: relative;
	float: left;
	border-radius: 5px;
	border: 1px solid #ccc;

	margin-top: 60px;
}
.data_header,.data_body{
	width: 100%;
	position: relative;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.data_header{

	background: #efefef;
	border-radius: 5px 5px 0 0;
}
.data_header p{
	display: inline-block;
	width: auto;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.data_header .add_name{

	border: none;

	color: #555;
}
.data_header .employ_name{
	background: white;
}
.data_header span{
	display: inline-block;
	position: absolute;
	border-radius: 0 5px 0 0;
	font-size: 0.8em;
	right: 5px;
	top: -5px;
	width: 36px;
	padding: 5px;
	background: #777;
	color: white;
}
.data_header span:before{
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 5px solid #000;
	border-right: 0px solid transparent;
	border-left: 5px solid transparent;
	top: 0;
	left: -5px;
}
.data_header span:after{
	content: " ";
	display: block;
	position: absolute;
	border-top: 10px solid #777;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	top: 100%;
	left: 0;
}
.data_body .catch{
	color: #555;
	font-size: 1em;
}
.data_body .cond_name{
	display: inline-block;
	width: auto;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 0.8em;
}
.data_body table{
	width: 100%;
	margin: 10px 0;
}
.data_body table th{
	background: #eee;
	padding: 10px;
	width: 3em;
}
.data_body table td{
	padding: 10px;
}
.data_body table th i{
	
	color: #777;
	font-size: 1.4em;
}
.data_footer{
	width: 100%;
	position: relative;
	float: left;
	padding: 10px;
	border-radius: 0 0 5px 5px;
}
.data_footer a{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.data_footer a:hover{
	box-shadow: 0 0 5px #777;
}
.data_footer .like_btn{
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 2.4em;
	height: 2.4em;
	padding: 5px 10px;
	background: white;
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 5px;
	margin: 0 5px;
}
.data_footer .like_btn:hover{
	border-color: rgb(241, 169, 197);
	box-shadow: 0 0 3px rgb(241, 169, 197);
}
.like_btn.on{
	color: rgb(241, 169, 197);
	text-shadow: 0 0 3px rgb(241, 169, 197);
}

.like_box{
	width: 40px;
	height: 40px;
	position: fixed;
	top: 20px;
	right: -100px;
	padding: 5px;
	background: rgba(241, 169, 197,0.4);
	border-radius: 50%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.like_box.on{
	right: 20px;
}
.like_box a{
	display: block;
	position: relative;
	cursor: pointer;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: white;
	border-radius: 50%;
	color: rgb(241, 169, 197);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.like_box a i{
	font-size: 1.2em;
	line-height: 30px;
	color: rgba(241, 169, 197, 0.6);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.like_box a:hover i{
	text-shadow: 0 0 3px rgb(241, 169, 197);
}
.like_box a .like_count{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #777;
	font-size: 0.6em;
}





.data_footer .job_inquiry,.data_footer .job_detail{
	text-decoration: none;
	min-width: 100px;
	text-align: center;
	float: right;
	background: #777;
	border: 1px solid #555;
	padding: 5px 10px;
	color: white;
	border-radius: 5px;
	margin: 0 5px;
}
.data_footer .job_inquiry{
	background: white;
	color: #555;
	border: 1px solid #777;
} */


/* hidden */

.go_to_head{
	width: 0;
	height: 0;
	display: none;
	opacity: 0;
}
header,footer,.job_search_contact{
	display: none;
}

/***********************************************************************************/
/* ex */
/***********************************************************************************/
.search_condition{
	list-style: none;
	width: 100%;
	position: relative;
	float: left;
	background: #4182C4;
	color: white;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.search_condition > li{
	border-bottom: 1px solid #eee;
	position: relative;
}
.search_condition > li:before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #5192d4;
}
.open_ancer{
	display: inline-block;
	width: 100%;
	position: relative;
	cursor: pointer;
	padding: 10px 10px 10px 32px;
	color: white;
}
.open_ancer:before,.open_ancer:after{
	content: " ";
	display: block;
	position: absolute;
	width: 16px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	left: 8px;
	background: white;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	border-radius: 2px;
	/* -webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s; */
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1); /* older webkit */
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	-o-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495); /* custom */
}
.open_ancer:after{
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg);
}
.open .open_ancer:before{
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.open .open_ancer:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.condition_list{
	display: block;
	list-style: none;
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	height: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.open .condition_list{
	min-height: 40px;
	height: auto;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	padding-bottom: 10px;
	background: white;
}
.condition_list li div{
	background: white;
}
.this_condition{
	width: 100%;
	background: #eee;
	padding: 0px 10px;
	color: #555;
	font-size: 0.9em;
}

.option_box{
	width: 100%;
	position: relative;
	float: left;
	background: #eee;
	border-radius: 0 0 10px 10px;
}
.option_box .selection{
	width: 100%;
	position: relative;
	float: left;
	padding: 0px 10px;
	color: #555;
	font-size: 0.9em;
}
.option_box .button_group{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.button_group input{
	padding: 10px;
	min-width: 120px;
	background: #4182C4;
	border: 1px solid #4182C4;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 1.05em;
}
