@charset "UTF-8";
@import url(common.css);
@import url(colorbox.css);
@import url(style.css);

/*===================*/

.search-detail.form-area>* {
  box-sizing: border-box;
}
.search-detail .error-txt {
  color:#f00;
  font-size: .8rem;
  margin: 10px 0 0;
  clear: both;
}
.i-error {color:#f00;}
.search-detail .form-area .form-area-ttl {
  background: #efefef;
  border: none;
  font-size: 1.4em;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 5px 10px;
}

.search-detail .form-area .form-inner {
  width: 100%;
  margin: 0 auto;
}

.search-detail .form-area .form-inner .form-area-sup {
  margin-bottom: 20px;
}

.search-detail .form-area .form-inner .form-area-sup dt {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #333;
}

.search-detail .form-area .form-inner .form-area-sup dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #333;
  position: absolute;
  left: 0;
  top: 3px;
}

.search-detail .form-area .form-inner .form-area-sup dd {
  padding-left: 20px;
  position: relative;
  color: #333;
}

.search-detail .form-area .form-inner .form-area-sup dd::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -2px;
}

.search-detail .form-area .form-inner .sup-txt--accent {
  font-weight: bold;
  color: #e20047;
  margin-bottom: 10px;
}

.search-detail .form-area .form-inner .check-block {
  width: 100%;
  margin: 20px auto;
  font-size: 12px;
}
.search-detail .form-area .form-inner .check-block .sup-txt {font-size: 1em;margin-bottom: 10px;}

.search-detail .form-area .form-inner .check-block .list {
  width: 96%;
  margin: 0 auto 20px;
  display: block;
}
.search-detail .form-area .form-inner .check-block .list::after {content: "";display: table;clear: both;}
.search-detail .form-area .form-inner .check-block .list li {
  width: 100%;
}

.search-detail .form-area .form-inner .check-block .list li>label {
  display: inline-block;
  line-height: 1.6;
  font-size: .9em;
  margin-top: 10px;
}

.search-detail .form-area .form-inner .check-block .list li>label .checkbox {
  display: none;
}

.search-detail .form-area .form-inner .check-block .list li>label .checkbox+.checkbox-icon {
  position: relative;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  top: -2px;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;}

.search-detail .form-area .form-inner .check-block .list li>label .checkbox+.checkbox-icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  border-left: 4px solid #e20047;
  border-bottom: 4px solid #e20047;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
    margin-top: -6px;
    margin-left: -8px;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.search-detail .form-area .form-inner .check-block .list li>label .checkbox:checked+.checkbox-icon:before {
  opacity: 1;
}

.search-detail .form-area .form-inner .check-block .txtarea .sup-txt {
  margin-bottom: 10px;
}

.search-detail .form-area .form-inner .check-block .txtarea textarea {
  display: block;
  width: 100%;
  font-size: .8rem;
  height: 180px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.search-detail .form-area .form-block {
  width: 100%;
  margin: auto;
}

.search-detail .form-area .form-block .form-table {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}

.search-detail .form-area .form-block .form-table th {
  width: 100%;
  display: block;
  padding: 10px 15px;
  background: #ececec;
  border-bottom: 1px solid #ccc;
}

.search-detail .form-area .form-block .form-table td {
  background-color: #fff;
	width: 100%;
	display: block;
	padding: 15px;
	min-height: 60px;
	border-bottom: 1px solid #ccc;
}

.search-detail .form-area .form-block .form-table td .sup-front {
  margin-right: 5%;
  width: 15%;
  display: inline-block;
}

.search-detail .form-area .form-block .form-table td .form-sup-front {
  display: block;
  margin-bottom: 5px;
}

.search-detail .form-area .form-block .form-table td input {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  border: 1px solid #ccc;
  /*background: #FFDFDF;*/
}
.form-sup-back {display: block;}

.search-detail .form-area .form-block .form-table td input.middle {
  width: 100%;
}

.search-detail .form-area .form-block .form-table td input.long {
  width: 100%;
}

.search-detail .form-area .form-block .form-table td select {
  display: inline-block;
  min-width: 100%;
  height: 30px;
  font-size: 1rem;
  border: 1px solid #ccc;
  /*background: #FFDFDF;*/
  padding: 5px 10px;
  font-size: 1em;
}

.search-detail .form-area .form-block .form-table td>label {
  display: inline-block;
  float: left;
  line-height: 1.6;
  margin-right: 40px;
}

.search-detail .form-area .form-block .form-table td>label .type {
  display: none;
}

.search-detail .form-area .form-block .form-table td>label .type+.type-icon {
  position: relative;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #ccc;
  background: #fff;
  top: 0;
  float: left;
  margin-right: 10px;
}

.search-detail .form-area .form-block .form-table td>label .type+.type-icon::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e20047;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.search-detail .form-area .form-block .form-table td>label .type:checked+.type-icon:before {
  opacity: 1;
}

.search-detail .form-area .rule-block {
  margin: 40px 0 20px;
}

.search-detail .form-area .rule-block p {
  margin-bottom: 10px;
}

.search-detail .form-area .rule-block .use {
  padding: 15px;
}

.search-detail .form-area .form_btn {
  text-align: center;
  margin-bottom: 60px;
}

.search-detail .form-area .form_btn::after {
  content: "";
  display: table;
  clear: both;
}

.search-detail .form-area .form_btn>button {
  border: none;
  background: none;
}

.search-detail .form-area .rule-block .use {
  background-color: #fff;
}

.search-detail .form-area .form_btn .send-btn,
.search-detail .form-area .form_btn .regist-btn {
  display: block;
}
.search-detail .form-area .form_btn .anchor-btn {
	margin-top: 20px;
	display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #213461), color-stop(0.50, #2f4068), color-stop(0.01, #213461));
  background: -ms-linear-gradient(top, #213461 1%, #2f4068 50%, #213461 100%);
  background: linear-gradient(to bottom, #213461 1%, #2f4068 50%, #213461 100%);
}

/*==============*/
.search-detail .form-area .form_btn>button,
.search-detail .form-area .form_btn>input,
.search-detail .form-area .form_btn>a {
	display: block;
	width: 96%;
	margin: 20px auto;
	padding: 10px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #800000), color-stop(0.50, #b30000), color-stop(0.01, #800000));
	background: -ms-linear-gradient(top, #800000 1%, #b30000 50%, #800000 100%);
	background: linear-gradient(to bottom, #800000 1%, #b30000 50%, #800000 100%);
	color:#fff;
	font-weight: 600;
	text-align: center;
	font-size: 1.2rem;
	position: relative;
	text-decoration: none;
}
.search-detail .form-area .form_btn>.back-btn {
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a3a3a3), color-stop(0.50, #7d7d7d), color-stop(0.04, #a3a3a3));
background: -ms-linear-gradient(top, #a3a3a3 4%, #7d7d7d 50%, #a3a3a3 100%);
background: linear-gradient(to bottom, #a3a3a3 4%, #7d7d7d 50%, #a3a3a3 100%);
}

.search-detail .form-area .form_btn>button::before,
.search-detail .form-area .form_btn>a::before {
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
}

/*=============== 利用規約 ===============*/
.search-detail .use {
    height: 300px;
    overflow: auto;
    padding: 15px;
    border: 1px solid #D6D6D6;
}

/*=============== 会員登録のご紹介 =============*/
.search-detail .entry-memberbox {
  border: 1px solid #4F7B00;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.search-detail .entry-memberbox-ttl {
  font-size: 18px;
  background-color: #4F7B00;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
  color: #FFF;
  border: none;
}

.search-detail .entry-memberbox>p {
  margin: 0 10px 20px;
}

.search-detail .entry-memberbox>ul {
  margin: 0 10px 20px;
}

.search-detail .entry-memberbox>ul>li {
  padding-left: 15px;
  position: relative;
}

.search-detail .entry-memberbox>ul>li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #4F7B00;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .4rem;
}

.search-detail .entry-memberbox button {
	display: block;
	width: 94%;
	margin: 20px auto 0;
	padding: 10px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #800000), color-stop(0.50, #b30000), color-stop(0.01, #800000));
  background: -ms-linear-gradient(top, #800000 1%, #b30000 50%, #800000 100%);
  background: linear-gradient(to bottom, #800000 1%, #b30000 50%, #800000 100%);
  border:none;
  color:#fff;
	font-weight: 600;
	text-align: center;
    font-size: 1.1rem;
    font-size: 4.8vmin;
	position: relative;
	text-decoration: none;
}

.gradient-btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f9860f), color-stop(0.50, #f7ae3f), color-stop(0.01, #f9860f));
  background: -ms-linear-gradient(top, #f9860f 1%, #f7ae3f 50%, #f9860f 100%);
  background: linear-gradient(to bottom, #f9860f 1%, #f7ae3f 50%, #f9860f 100%) !important;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"Meiryo", sans-serif !important;
}

.gradient-btn-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d2760), color-stop(0.50, #2b4a8f), color-stop(0.01, #0d2760));
  background: -ms-linear-gradient(top, #0d2760 1%, #2b4a8f 50%, #0d2760 100%);
  background: linear-gradient(to bottom, #0d2760 1%, #2b4a8f 50%, #0d2760 100%) !important;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"Meiryo", sans-serif !important;
}

.search-detail .entry-memberbox button::before {
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -5px;
}

.form-end-txt {
    width: 100%;
    background: #f9f7f0;
    padding: 25px 0;
    text-align: center;
    margin: 20px 0 0;
}

/*求人詳細フォームお問い合わせはこちら*/
.form-btn-contact {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 10px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #800000), color-stop(0.50, #b30000), color-stop(0.01, #800000));
  background: -ms-linear-gradient(top, #800000 1%, #b30000 50%, #800000 100%);
  background: linear-gradient(to bottom, #800000 1%, #b30000 50%, #800000 100%);
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  text-decoration: none;
}
.form-btn-contact::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}


/*求人詳細のページ下部fixedメニュー*/
.fixed-adjust {
   padding-bottom: 100px;
}
.page-nav-fixed {
    bottom: 0;
    display: none;
    height: 50px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.page-nav-fixed::after {
    content: '';
    clear: both;
    display: block;
}
.page-nav-fixed > a {
    background-color: #b81207;
    color: #fff;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    letter-spacing: .05em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}
.page-nav-fixed > a > br {
    display: none;
}
.page-nav-fixed > a:nth-of-type(2) {
    border-left: 1px solid #fff;
    display: none !important;
}
.page-nav-fixed > a:link, .page-nav-fixed > a:visited, .page-nav-fixed > a:hover, .page-nav-fixed > a:active, .page-nav-fixed > a:focus  {
    color: #fff;
}

.entry-memberbox-tag-list li:before {
  display: none !important;
}

.entry-memberbox-tag-list  {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px !important;
}

.entry-memberbox-tag-list:after {
  bottom: -18px;
  content: 'etc...';
  font-size: 10px;
  right: 0;
  position: absolute;
}

.entry-memberbox-tag-list li {
  background-color: #b81207;
  box-sizing: border-box;
  color: #fff;
  padding-bottom: 7px;
  padding-left: 0 !important;
  padding-top: 7px;
  text-align: center;
  width: calc(25% - 1px);
}

.entry-memberbox-introduction {
  text-align: center;
}

.entry-memberbox-introduction > img {
  width: 80px;
  vertical-align: middle;
}

.entry-memberbox-text {
  line-height: 1.0;
  margin-bottom: 10px !important;
  margin-top: 15px !important;
  text-align: center;
}

.entry-memberbox-text > span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.search-detail .form-area .form-inner .form-outer {
  background-color: rgba(224, 237, 228, .15);
  border: 2px solid rgba(214, 214, 214, .4);
  padding: 10px;
}