/* ===========================
	Module:レイアウト用パーツ
   =========================== */

/* ===========================
	Grid 784px=100%
   =========================== */
.l-grid-01,
.l-grid-02,
.l-grid-03,
.l-grid-04,
.l-grid-05,
.l-grid-06,
.l-grid-07,
.l-grid-08,
.l-grid-09,
.l-grid-10,
.l-grid-11,
.l-grid-12,
.l-grid-13,
.l-grid-14,
.l-grid-15,
.l-grid-16,
.l-grid-17,
.l-grid-18,
.l-grid-19,
.l-grid-20,
.l-grid-21,
.l-grid-22,
.l-grid-23,
.l-grid-24,
.l-grid-25,
.l-grid-26,
.l-grid-27,
.l-grid-28,
.l-grid-29,
.l-grid-30,
.l-grid-31,
.l-grid-32,
.l-grid-33,
.l-grid-34,
.l-grid-35 {
  float: left;
  margin: 0 1.42857143% 2.85714286% 1.42857143%; /*14/980 28/980*/
}

.l-grid-01 {
  width: 3.57142857%;
} /*28/784*/

.l-grid-02 {
  width: 7.14285714%;
} /*56/784*/

.l-grid-03 {
  width: 10.7142857%;
} /*84/784*/

.l-grid-04 {
  width: 14.2857143%;
} /*112/784*/

.l-grid-05 {
  width: 17.8571429%;
} /*140/784*/

.l-grid-06 {
  width: 21.4285714%;
} /*168/784*/

.l-grid-07 {
  width: 25%;
} /*196/784*/

.l-grid-08 {
  width: 28.5714286%;
} /*224/784*/

.l-grid-09 {
  width: 32.1428571%;
} /*252/784*/

.l-grid-10 {
  width: 35.7142857%;
} /*280/784*/

.l-grid-11 {
  width: 39.2857143%;
} /*308/784*/

.l-grid-12 {
  width: 34.2857143%;
} /*336/784*/

.l-grid-13 {
  width: 42.8571429%;
} /*364/784*/

.l-grid-14 {
  width: 50%;
} /*392/784*/

.l-grid-15 {
  width: 53.5714286%;
} /*420/784*/

.l-grid-16 {
  width: 57.1428571%;
} /*448/784*/

.l-grid-17 {
  width: 60.7142857%;
} /*476/784*/

.l-grid-18 {
  width: 64.2857143%;
} /*504/784*/

.l-grid-19 {
  width: 67.8571429%;
} /*532/784*/

.l-grid-20 {
  width: 71.4285714%;
} /*560/784*/

.l-grid-21 {
  width: 75%;
} /*588/784*/

.l-grid-22 {
  width: 78.5714286%;
} /*616/784*/

.l-grid-23 {
  width: 82.1428571%;
} /*644/784*/

.l-grid-24 {
  width: 85.7142857%;
} /*672/784*/

.l-grid-25 {
  width: 89.2857143%;
} /*700/784*/

.l-grid-26 {
  width: 92.8571429%;
} /*728/784*/

.l-grid-27 {
  width: 96.4285714%;
} /*756/784*/

.l-grid-28 {
  width: 100%;
} /*784/784*/

/* ===========================
	Box
   =========================== */
.box {
  width: 100%;
  padding: 1em 0;
}

.logo-box {
  display: block;
}

.info-box {
  display: none;
}

.info-box-b {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}

.btn-login-box-sp,
.btn-login-box,
.btn-entry-box {
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #d5d5d5;
  background: #f7f7f7;
}

.btn-login-box-pc {
  display: none;
}

.btn-login-box-inner {
  display: block;
  margin: 10px 0;
  overflow: hidden;
}

.mainImg-box {
  position: relative;
  top: 0;
  left: 0;
  border-bottom: 1px solid #d5d5d5;
}

.for_pc {
  display: none;
}

.for_sp {
  display: block;
}

.cap-box {
  position: absolute;
  top: 1.071em;
  right: 1.071em;
  box-sizing: border-box;
  text-align: right;
}

.l-main-box {
  display: none;
}

.form-box {
  width: 80%;
  margin: 1.429em auto;
  padding: 1.429em 1.857em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.form-box-inner {
  width: 50%;
  margin: 0 auto;
}

.box-inner {
  width: 90%;
  margin: 3.571em auto;
}

.list-box,
.side-box {
  display: block;
  width: 89.2857143%;
  height: auto;
  margin: 1em auto;
  border: solid 1px #d5d5d5;
  background: #fff;
}

.inner-box {
  /*width: 97.1428571%;*/
  margin: 0.714em;
  overflow: hidden;
  background: #fff;
}

.comment-box {
  width: 90%;
  margin: 1.429em auto;
  padding: 1.429em 2.857em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
}

.inner-box-order {
  float: left;
  margin: 10px 10px 10px;
}

.inner-box-order table {
  width: 100%;
  border-top: solid #ddd 1px;
  border-left: solid #ddd 1px;
}

.inner-box-order th {
  padding: 5px;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
}

.inner-box-order td {
  padding: 5px;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
}

.article-box {
  width: 92.8571429%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.btn-first {
  margin-right: 2em;
}

a.link-box {
  display: block;
  width: 635px;
  margin: 20px auto;
}

.feature-box {
  display: block;
  width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.feature-box2 {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.inquire-table {
  width: 95%;
  height: auto;
  margin: 25px;
  padding: 0;
}

.inquire-table span {
  color: red;
  cursor: pointer;
}

.inquire-table tr td {
  padding: 10px;
  border: 1px solid #d5d5d5;
}

.inquire-table tr:nth-child(1) {
  text-align: center;
  white-space: nowrap;
}

.formBox {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

/* ===========================
	トップページメイン
   =========================== */
.top-main-box {
  width: 100%;
  height: auto;
}

.top-main {
  display: block;
  width: 980px;
  height: 220px;
  margin: 0 auto;
  padding: 20px 0 0;
  box-sizing: border-box;
  background: url(/img/kjb/ttl_people.png) no-repeat 20px bottom;
}

/* ===========================
	見出し
   =========================== */
.main-name {
  margin: 0;
  color: #14a5eb;
  font-size: 30px;
  font-size: 3rem;
  text-shadow: 1px 1px 0px #91d2ef;
}

.main-copy {
  display: block;
  margin: 0 auto;
}

.main-copy-size {
  margin: 0.2em 0 0;
  color: #118cc7;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
}

.title-bar {
  margin: 0 0 0.714em;
  padding: 0.5em 0.95em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.title-bar-h2 {
  margin: 0;
  padding: 0.5em 0.9em;
  box-sizing: border-box;
}

.menu-bar-h2 {
  margin: 0;
  padding: 0.5em;
  box-sizing: border-box;
}

.ttl-line {
  margin: 0.5em 0;
  padding: 0 0.5em;
  border-left: 3px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

.title-bar-thin {
  padding: 0.5em 0.9em;
  box-sizing: border-box;
}

/* ===========================
	ヘッダー部分
   =========================== */
.logo-box {
  float: left;
  display: block;
  width: 60%;
}

.info-area {
  display: block;
  float: right;
  width: 40%;
  margin: 0;
  padding: 0;
}

.freedial-box {
  display: block;
  width: 200px;
  height: 45px;
  overflow: hidden;
}

.freedial-txt {
  margin: 0;
  /*font-family: 'Archivo Black', sans-serif;*/
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1.2px;
  line-height: 100%;
}

.opentime-txt {
  margin: -5px 0 0;
}

/* ===========================
	ロゴ
   =========================== */
.logo-img {
  width: 120px;
  margin: -0.3em 0;
}

/* ===========================
	横長ロゴ
   =========================== */
.logo-_large-img {
  width: 360px;
  height: 50px;
  margin: -0.3em 0;
}

/* ===========================
	ヘッダーログインボタン
   =========================== */
.btn-login,
.btn-logout {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0.5em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}

.btn-member-top {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0.5em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}

/* ===========================
	新ヘッダーログインボタン
   =========================== */
.login-area {
  display: block;
  clear: both;
}

.login-box {
  margin: -8px 0 0;
  padding: 0;
}

.login-box-inner {
  display: table-cell;
  padding: 0.714em 0.5em 0.2em 0;
  text-align: left;
  vertical-align: top;
}

.logout-box-inner {
  display: table;
  width: 100%;
  margin-top: 8px;
  padding: 0.5em 0.5em 0 0;
  text-align: right;
  vertical-align: top;
}

.logout-box-inner span {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.f-inputbox {
  width: 155px;
  padding: 0 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fffbce;
}

/* ===========================
	グローバルナビゲーション
   =========================== */
.gnav-bar {
  display: table;
  width: 100%;
  height: 68px;
  padding-top: 4px;
  background: #66c7f7;
}

.gnav-area {
  width: 980px;
  height: 60px;
}

ul.gnav {
  list-style-type: none;
  width: 980px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
}

ul.gnav li {
  display: inline-block;
  width: 192px;
  height: 60px;
  overflow: hidden;
}

ul.gnav li a {
  display: block;
  width: 192px;
  height: 60px;
}

ul.gnav li a:hover {
  margin-top: -60px;
}

ul.gnav li a.current {
  margin-top: -60px;
}

/* ===========================
	トップページメイン
   =========================== */
.top-main-area {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  background: #fcfeff;
  background: url(/img/kjb/top-main-bg.png) repeat-x 0 0;
}

.top-main-inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  background: url(/img/kjb/top-main-img.jpg) no-repeat 0 0;
}

.top-main-box {
  width: 100%;
  height: auto;
}

.top-main {
  display: block;
  width: 980px;
  height: 220px;
  margin: 0 auto;
  padding: 20px 0 0;
  box-sizing: border-box;
  background: url(/img/kjb/ttl_people.png) no-repeat 20px bottom;
}

.top-main-copy {
  display: table-cell;
  width: 600px;
  height: auto;
  text-align: right;
}

.top-main-entry {
  display: block;
  float: right;
  width: 600px;
  height: 85px;
  border-bottom: 0;
  margin: 5px 20px 0 0;
  padding: 1.2em 0 0;
  background: url(/img/kjb/top-main-entrybg.png) 0 0 no-repeat;
  text-align: center;
}

/* top page お知らせ */
.news-box {
  display: block;
  width: 680px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

.news {
  display: table;
}

.date {
  display: table-cell;
  font-weight: bold;
  white-space: nowrap;
}

body:not .detail {
  display: table-cell;
  padding-left: 20px;
}

h2.tit_news {
  display: block;
  margin: 0;
  padding: 12px 0 10px 45px;
  background: url(/img/kjb/index/bg_tit_hotwant.gif) no-repeat bottom left;
  color: #ff8201;
  font-size: 160%;
  font-weight: normal;
}

/* ===========================
	エントリーボタン
   =========================== */
.btn-entry {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0.5em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/* ===========================
	メインイメージ
   =========================== */
.main-img {
  margin-bottom: -0.3em;
  padding: 0.5em 0 0;
}

.main-img-big {
  display: none;
}

/* ===========================
	メンバーページ
   =========================== */
.menu-list {
  list-style-type: none;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid white;
  border-left: 1px solid #d5d5d5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: linear-gradient(#fff, #f0f0f0);
}

.menu-text {
  display: block;
  height: 44px;
  margin: 0;
  padding: 0 0 0 10px;
  overflow: hidden;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  text-decoration: none;
  line-height: 44px;
  white-space: nowrap;
}

.menu-list li {
  position: relative;
  padding: 0;
}

.menu-list li::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  font-family: "FontAwesome";
}

.member-form-input {
  width: 80%;
  margin: 0.5% 0.2em;
  padding: 0.5em 0.2em;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}

.member-form-input2 {
  width: 50%;
  margin: 0.5% 0.2em;
  padding: 0.5em 0.2em;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}

.member-form-input3 {
  width: 90%;
  margin: 0.5% 0.2em;
  padding: 0.5em 0.2em;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}

.member-form-input4 {
  width: 100%;
  margin: 0.5% 0.2em;
  padding: 0.5em 0.2em;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}

.member-form-must {
  margin: 0 10px 0 5px;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ff214c;
  color: #fff;
  font-size: 0.85em;
  font-weight: normal;
  text-shadow: none;
  vertical-align: 1px;
}

.member-detail {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  text-align: left;
}

.member-detail2 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  text-align: left;
}

.member-detail2 th {
  border-top: 1px solid #ccc;
}

.member-detail-title,
.history-detail-title {
  padding: 0.5em 0.9em;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

.member-detail-item {
  display: list-item;
  list-style-type: none;
  width: 100%;
  padding: 0.5em 0.9em;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}

.member-detail-comment {
  display: list-item;
  list-style-type: none;
  width: 100%;
  padding: 0.5em 0.9em 1em;
  text-align: left;
}

.ico-requirement {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* select */
select {
  margin: 0.5% 0.2em;
  padding: 0.3em 0.2em;
  border: 1px solid #d5d5d5;
}

/*	検討中リスト  */
.job-examlist-btn {
  display: inline-block;
  width: 190px;
  padding: 0.357em 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
}

a.job-examlist-btn,
a.job-examlist-btn:visited,
a.job-examlist-btn:hover,
a.job-examlist-btn:active {
  color: #737373;
}

/*	変更ボタン  */
.change-btn {
  display: inline-block;
  width: 65px;
  padding: 0.214em 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
}

.change-btn {
  cursor: pointer;
}

/*	メールアドレス変更・認証ボタン  */
.btn-area {
  display: block;
  width: 400px;
  margin: 0 auto 30px;
  padding: 0;
}

.mail-btn-box {
  display: block;
  width: 550px;
  margin: 0 auto 30px;
  padding: 0;
}

.mail-btn {
  display: inline-block;
  width: 250px;
  margin: 10px;
  padding: 0.25em 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.tab-area {
  width: 80%;
  height: auto;
  margin: 20px auto 0;
  padding-left: 20px;
}

.tab-btn-off,
.tab-btn-on {
  display: table-cell;
  height: 44px;
  margin: 0;
  padding: 0 0 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
  color: #333;
  font-weight: bold;
  line-height: 44px;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

.tab-btn-off:hover,
.tab-btn-on:hover {
  background: #9fdaf5;
}

.tab-btn-off a {
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  color: #333;
  text-decoration: none;
}

.tab-area li:hover {
  background: #9fdaf5;
}

/* ===========================
	エラーメッセージ
   =========================== */
.error-message {
  width: 100%;
  height: auto;
  margin: 1em auto 0;
  padding: 0.5em 0.9em;
  border: solid 2px #c00;
  box-sizing: border-box;
  background: #fef3f5;
  text-align: left;
}

/* ===========================
	トップページ
   =========================== */
.description {
  margin: 0;
  padding: 0.5em 0.9em;
}

.detail-box {
  display: table;
  width: 100%;
  margin: 0;
  /*background: #eaf7fd;*/
}

.detail-title {
  float: left;
  clear: left;
  margin-top: -1px;
  padding: 0.5em;
  border-top: 1px solid #d5d5d5;
  box-sizing: border-box;
  /*background: #eaf7fd;*/
  font-weight: bold;
  white-space: nowrap;
}

.detail-memo {
  margin: -1px 0 0 0;
  padding: 0.5em 0.9em 0.5em 5em;
  border-top: 1px solid #d5d5d5;
  box-sizing: border-box;
  background: #fff;
}

.merit01 {
  display: table;
  height: 50px;
  background: url(/img/kjb/merit01.png) 0 0 no-repeat;
}

.merit02 {
  display: table;
  height: 50px;
  background: url(/img/kjb/merit02.png) 0 0 no-repeat;
}

.merit03 {
  display: table;
  height: 50px;
  background: url(/img/kjb/merit03.png) 0 0 no-repeat;
}

.merit-catch {
  display: table-cell;
  height: 45px;
  padding: 7px 0 0 60px;
  line-height: 1.1;
  vertical-align: middle;
}

/* ===========================
	table
   =========================== */

.job-detail {
  width: 89.2857143%;
  height: auto;
  margin: 1em auto;
  box-sizing: border-box;
  text-align: left;
}

.job-detail-full {
  width: 89.2857143%;
  height: auto;
  margin: 1em auto;
  text-align: left;
  vertical-align: top;
}

.job-detail-item {
  width: 15%;
  padding: 0.5em 0.9em;
  /*border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;*/
  text-align: left;
}

.job-detail-comment {
  width: 35%;
  /*width: 35%;2014.08.04.本サーバ*/
  padding: 0.5em 0.9em;
  /*border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;*/
  text-align: left;
}

.job-detail-btn {
  display: block;
  width: 82.1428571%;
  margin: 0.714em auto;
  padding: 0.5em 0.9em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.job-detail-btn_m {
  display: block;
  width: 48%;
  margin: 0.714em auto;
  padding: 0.5em 0.9em;
  border: 1px solid #ec7d77;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ec7d77;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.job-contact-btn-m {
  display: block;
  width: 48%;
  margin: 0.714em auto;
  padding: 0.5em 0.9em;
  border: 1px solid #2cc36b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #2cc36b;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.job-detail-btn-s,
.job-contact-btn-s {
  display: block;
  width: 82.8571429%;
  margin: 0.714em auto;
  padding: 0.5em 0.9em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.job-reentry-btn_2 {
  display: block;
  width: 82.8571429%;
  margin: 0.714em auto;
  padding: 0.5em 0.9em;
  border: 1px solid #2cc36b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #2cc36b;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.job-detail-btn_2 {
  display: block;
  width: 82.8571429%;
  margin: 0.714em auto;
  padding: 0.5em 0.9em;
  border: 1px solid #02aedc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #02aedc;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.job-gjb-btn {
  display: inline-block;
  margin: 0.714em 0.357em;
  padding: 0.5em 0.9em;
  border: 1px solid #ff9922;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 2px 3.6px 0.4px rgba(115, 115, 115, 0.5);
  background: #ff9922;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.job-gjb-btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.job-gjb-btn.is-row {
  width: 35%;
}

.job-gjb-btn.is-receive {
  border: 1px solid #ec7d77;
  background: #ec7d77;
}

.job-gjb-btn.is-apply {
  border: 1px solid #2cc36b;
  background: #2cc36b;
}

.sp-btn-area .job-gjb-btn {
  margin: 0 auto;
  min-width: 48%;
}

.sp-btn-item {
  display: flex;
  justify-content: space-between;
}

.job-detail-comment-blur {
  padding: 0.5em 0.9em;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  text-align: left;
  text-transform: uppercase;
}

.job-detail-comment-blur span {
  display: block;
  filter: glow(color=#dddddd, strength=5px);
}

/* ===========================
	HW table
   =========================== */
.hw-detail-number {
  padding: 0.5em 0.9em;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  word-break: break-all;
}

.hw-detail-item {
  width: 15%;
  padding: 0.5em 0.9em;
  text-align: left;
}

.hw-detail-comment {
  width: 35%;
  padding: 0.5em 0.9em;
  text-align: left;
}

/* ===========================
	トップページおすすめ求人
   =========================== */
.recommend-area {
  padding: 15px 15px 18px 15px;
  -webkit-border-radius: 0.714em 0.714em;
  -moz-border-radius: 0.714em 0.714em;
  -ms-border-radius: 0.714em 0.714em;
  -o-border-radius: 0.714em 0.714em;
  border-radius: 0.714em 0.714em;
  box-sizing: border-box;
}

.recommend-table {
  display: inline-block;
  width: 325px;
  height: 200px;
  margin: 5px 0 5px 5px;
  padding: 20px;
  overflow: hidden;
  -webkit-border-radius: 0.357em 0.357em;
  -moz-border-radius: 0.357em 0.357em;
  -ms-border-radius: 0.357em 0.357em;
  -o-border-radius: 0.357em 0.357em;
  border-radius: 0.357em 0.357em;
  box-sizing: border-box;
  text-align: left;
}

.recommend-list {
  list-style: none;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.recommend-txt {
  width: 220px;
  max-width: 220px;
  overflow: hidden;
  -moz-text-overflow: ellipsis; /* Firefox */
  -o-text-overflow: ellipsis; /* Opera */
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend-link {
  display: block;
  width: 100%;
}

.recommend-link:hover {
  background: #fef5f6;
}

a.displaySp {
  display: none;
}

/* ===========================
	HW table
   =========================== */

.job-detail-hw {
  width: 89.2857143%;
  height: auto;
  margin: 1em auto;
  padding: 0.857em;
  box-sizing: border-box;
  text-align: left;
}

.inner-box-hw {
  width: 97.1428571%;
  height: auto;
  margin: 0.714em auto;
  padding: 10px 0 20px;
  background: #fff;
}

/* ===========================
	インフォメーション
   =========================== */
.tel {
  /*display: none;*/
}

/* ===========================
	ログインページ
   =========================== */
.form-input {
  width: 100%;
  margin-top: -0.714em;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fffbce;
  font-size: 20px;
  font-size: 2rem;
}

.btn-submit {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 0.9em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/* ===========================
	ログインページ（掘り起こし）
   =========================== */
.loginBox_viaMail {
  width: 71%;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

.loginBox_viaMail form input {
  width: 93%;
  margin: 4px;
  box-sizing: border-box;
  font-size: 2rem;
}

.loginBox_viaMail form input[type="submit"] {
  width: 93%;
  margin: 4px;
  box-sizing: border-box;
  font-size: 2rem;
}

.loginBox_viaMail-inner {
  list-style-type: none;
  padding: 0.714em 0.5em 0.2em 0;
  text-align: left;
  vertical-align: top;
}

/* ===========================
	掘り起こし（オーダー表示画面）
   =========================== */

.reentry_header {
  margin: 10px 37px 0px 37px;
}

.reentry_jigyousho {
  padding: 10px 0px 0px 0px;
  color: rgb(126, 197, 232);
  font-size: 23px;
  font-weight: bold;
}

.reentry_osusume_comment {
  font-size: 15px;
}

.reentry_osusume_comment2 {
  width: 600px;
  margin: 10px auto 20px;
}

.reentry_osusume_comment_title {
  font-size: 19px;
  font-weight: bold;
}

.reentry_osusume_comment_icon {
  font-size: 15px;
  font-weight: bold;
}

.reentry_osusume_icon {
  height: 45px;
  margin-top: 14px;
  padding-top: 17px;
  background: url(/img/icon_osusume_point2.png);
  background-repeat: no-repeat;
  background-size: 300px;
}

.job-reentry-btn {
  display: inline-flex;
  position: relative;
  width: 70.7142857%;
  margin: 0.714em 0.357em;
  padding: 0.5em;
  border: 1px solid #2cc36b;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(115, 115, 115, 0.7);
  background: #2cc36b;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.job-reentry-btn i {
  position: absolute;
  top: calc(50% - 7px);
  right: 1em;
}

.job-reentry-btn_pc {
  display: inline-block;
  width: 370px;
  margin: 0.714em 0.357em;
  padding: 0.5em 0.9em;
  border: 1px solid #2cc36b;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(115, 115, 115, 0.7);
  background: #2cc36b;
  color: #fff;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}

.job-reentry-detail-btn {
  display: inline-flex;
  position: relative;
  width: 70.7142857%;
  margin: 0.714em 0.357em;
  padding: 0.5em;
  border: 1px solid #02aedc;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(115, 115, 115, 0.7);
  background: #02aedc;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.job-reentry-detail-btn i {
  position: absolute;
  top: calc(50% - 7px);
  left: 1em;
}

.job-reentry-detail-btn i.fa-right {
  right: 1em;
  left: auto;
}

.job-reentry-detail-btn_pc {
  display: inline-block;
  width: 370px;
  margin: 0.714em 0.357em;
  padding: 0.5em 0.9em;
  border: 1px solid #02aedc;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(115, 115, 115, 0.7);
  background: #02aedc;
  color: #fff;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}

a.job-reentry-detail-btn,
a:visited.job-reentry-detail-btn,
a:hover.job-reentry-detail-btn,
a:active.job-reentry-detail-btn,
a.job-reentry-btn,
a:visited.job-reentry-btn,
a:hover.job-reentry-btn,
a:active.job-reentry-btn {
  color: #fff;
}

.job-reentry-blue-btn {
  display: inline-block;
  position: relative;
  width: 70.7142857%;
  margin: 0.714em 0.357em;
  padding: 0.5em;
  border: 1px solid #4682b4;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(115, 115, 115, 0.7);
  background: #4682b4;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.job-reentry-blue-btn_pc {
  display: inline-block;
  width: 370px;
  margin: 0.714em 0.357em;
  padding: 0.5em 0.9em;
  border: 1px solid #4682b4;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(115, 115, 115, 0.7);
  background: #4682b4;
  color: #fff;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}

.job-reentry-detail-btn_pc.is-row,
.job-reentry-btn_pc.is-row {
  width: 35%;
}

.job-reentry-btn_pc.is-short {
  width: 40%;
}

.job-detail-btn-wrap {
  display: block !important;
  position: relative;
  padding: 0;
  background: #fff;
}

.job-detail-btn-wrap.is-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 1em;
  background: rgba(0, 0, 0, 0.8);
}

.job-detail-btn-wrap .job-reentry-detail-btn,
.job-detail-btn-wrap .job-reentry-btn {
  box-shadow: none;
}

.job-detail-btn-heading {
  margin: 0.714em 0 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.job-detail-btn-heading span {
  font-size: 1.2rem;
}

.job-detail-btn-wrap.is-fixed .job-detail-btn-heading {
  display: block;
}

.job-detail-btn-wrap .job-detail-btn-heading {
  display: none;
}

.detail-opportunity-fixed {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 1px 6px -1px #ccc;
  background: rgba(0, 0, 0, 0.8);
}

.detail-opportunity-fixed-heading {
  width: 60%;
  color: #fff;
  font-size: 1.4rem;
}

.detail-opportunity-fixed .job-reentry-btn_pc {
  box-shadow: none;
}

.detail-opportunity-fixed-inner {
  display: flex;
  width: 980px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.detail-opportunity-fixed-button {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: flex-end;
}

.job-entry-btn_pc {
  display: block;
  position: absolute;
  top: calc(50% - 26px);
  left: 20%;
  width: 65%;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 3px 0 rgba(115, 115, 115, 0.7);
  background: #02bb4f;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.job-entry-btn_pc i {
  position: absolute;
  top: calc(50% - 7px);
  right: 1em;
}

.job-entry-btn_pc.is-short {
  width: 80%;
}

.detail-opportunity-fixed-button .job-entry-btn_pc {
  position: relative;
  top: 0;
  left: 0;
  margin: 0.714em 0.357em;
  box-shadow: none;
  font-size: 14px;
}

.cc-interview-inner .job-entry-btn_pc {
  position: relative;
}

.reentry_inquiry_noOrder {
  width: 980px;
  margin: 0 auto;
  padding: 23px 28px;
  border: solid 16px #eee;
  font-size: 1.3rem;
}

.reentry_noOrder {
  width: 33%;
  margin: 0 auto;
  padding-top: 7px;
}

.btn_reentry_noOrder {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #68c6f2;
  border-radius: 2px;
  -webkit-box-shadow: inset 1px 1px 0px 0px #b9e6fa;
  -moz-box-shadow: inset 1px 1px 0px 0px #b9e6fa;
  box-shadow: inset 1px 1px 0px 0px #b9e6fa;
  background: -moz-linear-gradient(center top, #9fdaf5 5%, #7ecff4 100%);
  background: -ms-linear-gradient(top, #9fdaf5 5%, #7ecff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fdaf5', endColorstr='#7ecff4');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #9fdaf5), color-stop(100%, #7ecff4));
  background: #9fdaf5;
  color: #fff;
  font-size: 1.6em;
  text-shadow: 1px 1px 0px #65c0e8;
}

.reentry_noOrder_sp {
  width: 100%;
  margin: 0 auto;
  padding-top: 7px;
}

.reentry_osusume_area {
  width: 98%;
  margin: 0px auto;
  padding: 10px 22px;
}

.reentry_osusume_area_sp {
  width: 98%;
  margin: 0px auto;
  padding: 10px 22px;
  border: 1px solid #d5d5d5;
}

.reentry_osusume_icon2 {
  height: 50px;
  margin-top: 14px;
  padding-top: 17px;
  background: url(/img/icon_osusume_point2.png);
  background-repeat: no-repeat;
  background-size: 300px;
}

.reentry_notify_inquiry {
  height: 20px;
  margin: 11px 12px 0;
  padding: 0 0 0 4px;
  /*	background: url(/img/reentry/reentry_notify.png);
    background-repeat: no-repeat;
    background-size: 14px;*/
  font-size: 11px;
}

.reentry_notify_inquiry_pc {
  padding: 0 0 0 4px;
  font-size: 16px;
  text-align: center;
}

.loading {
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: fixed;
  top: 40%;
  left: 40%;
  z-index: 1000;
  padding: 15px;
  /*border:1px dashed #999;*/
  background: #fff;
  filter: alpha(opacity=80);
}

/* 検索条件選択アコーディオン */
.accordion {
  list-style-type: none;
  width: 700px;
  margin: 20px auto 20px;
}

.accordion input,
.accordion select {
  padding: 0.5em;
  border: solid #ccc 1px;
  border-radius: 4px;
  font-size: 1.3rem;
}

.accordion h3 {
  margin: 10px auto 10px;
  color: #ff6600;
  font-size: 140%;
  font-weight: bold;
  text-align: left;
}

.accordion select {
  margin-right: 0.8em;
}

.accordion-control {
  clear: both;
  display: block;
  padding: 0.5em 0.5em 0.5em;
  border-bottom: solid 1px #aaa;
  background: #eee;
  font-size: 110%;
  font-weight: bold;
  line-height: 2em;
  cursor: pointer;
}

.accordion-control i {
  float: right;
  margin-top: 8px;
  vertical-align: middle;
}

a.accordion-control,
a:hover.accordion-control {
  color: #333;
}

/*アコーディオン中身*/
.accordion-panel {
  display: none;
  list-style-type: none;
  padding: 1em;
  border-top: 2px #efefef solid;
  border-bottom: 1px #ccc solid;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  line-height: 2em;
}

.accordion-panel label {
  margin-right: 0.5em;
  white-space: nowrap;
}

.saraly li {
  display: inline;
  width: 33%;
  margin-bottom: 1em;
}

.accordion-panel .saraly label {
  margin-right: 0 !important;
}

.accordion-panel .saraly select {
  margin-right: 2em;
}

/* ===========================
	フッターナビゲーション
   =========================== */
.footer-btn {
  display: table-cell;
  width: 20%;
  margin: 0;
  padding: 0.5em 0.2em;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}

.footer-btn:last-child {
  border-right: none;
}

.footer-nav-text,
.footer-nav-text-sm {
  margin: 0.5em 0 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.footer-nav-text-smsp {
  display: none;
}

.goTop-btn {
  display: block;
  width: 100%;
  margin: 0.714em 0 0;
  padding: 0 0 0.3em;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

.goTop-text {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ===========================
	パンくずリスト
   =========================== */
.breadcrumb {
  display: flex;
  padding-left: 1em;
  overflow-y: auto;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
}

.breadcrumb li {
  display: inline;
  flex: 0 0 auto;
}

.breadcrumb li + li::before {
  content: "  ＞  ";
}

.display-icon {
  display: none;
}

/* ===========================
	ページナビ
   =========================== */
.pagenavi {
  margin-bottom: 0;
  padding: 0 0.4em 0 0;
}

.pagenavi:last-child {
  margin-bottom: 1.071em;
}

.pagenavi li {
  display: inline;
  padding: 0.214em 0.571em;
}

.current {
  font-weight: bold;
}

/* ===========================
	求人件数
   =========================== */
.number-box {
  float: left;
  margin-bottom: 0;
  padding: 0 1.071em;
}

.number {
  padding: 0.214em 0.571em 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

/* ===========================
	サイトマップ
	=========================== */
.sm-box {
  display: block;
  margin: 1.071em auto;
}

.sm-area {
  display: inline-block;
  width: 5.714em;
}

.sm-inner {
  display: inline-block;
  width: 4.286em;
  margin-left: 1.071em;
}

/* ===========================
	都道府県、市区町村から探す
	=========================== */
.so-inner {
  display: inline-block;
  width: 4.286em;
  margin-left: 1.071em;
}

/* ===========================
	新着求人
	=========================== */
.newjob-box-bar {
  width: 100%;
  margin: 0.714em auto -2.85714286%;
  text-align: center;
}

.newjob-box {
  float: left;
  width: 46%;
  height: auto;
  margin: 0 1.42857143% 2.85714286% 1.42857143%;
  padding: 1.071em;
  box-sizing: border-box;
}

.newjob-toparea {
  padding: 0 0 0.357em 0;
}

.newjob-name {
  display: inline-block;
  width: 60%;
  height: auto;
  margin: 0;
  padding: 0;
}

.newjob-date {
  display: inline-block;
  width: 38%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
}

.newjob-detail-left {
  display: inline-block;
  width: 25%;
  height: auto;
  margin: 0 1.42857143% 2.85714286% 1.42857143%;
  padding: 0.357em 0;
  font-weight: bold;
  text-align: center;
}

.newjob-detail-right {
  display: inline-block;
  width: 67%;
  height: auto;
  margin: 0 1.42857143% 2.85714286% 1.42857143%;
  padding: 0.357em 0;
}

.newjob-detail {
  margin: 0.714em 0 0.357em;
}

.pc {
  display: none;
}

.sp {
  display: none;
}

.pc-btn {
  display: none;
}

.comment {
  position: relative;
  top: -0.3em;
  left: 0.5em;
}

/* ===========================
	サービスの流れ & キャリアコンサルタント紹介
   =========================== */
.step-title,
.cc-interview-title {
  margin: 1.071em auto;
  padding: 0.714em 1.071em 0.357em;
  box-sizing: border-box;
  background: #eaf7fd;
  color: #fff;
}

.step-inner,
.cc-interview-inner {
  display: table;
  width: 92.8571429%;
  margin: 0 auto;
  box-sizing: border-box;
}

.step-text {
  display: table-cell;
  width: 68.5714286%;
  padding: 0 1.071em 0 0;
  text-align: left;
  vertical-align: top;
}

.cc-interview-text {
  display: table-cell;
  width: 68.5714286%;
  text-align: left;
  vertical-align: top;
}

.step-photo {
  display: table-cell;
  text-align: right;
}

.cc-interviewp-photoR {
  display: table-cell;
  padding-top: 1em;
  text-align: right;
}

.cc-interviewp-photoL {
  display: table-cell;
  padding-top: 1em;
  text-align: left;
}

.step-module-box {
  display: inline-block;
  margin: 0.714em;
  padding: 1.1em;
  background: #f7f7f7;
}

.contents-titlebar {
  margin: 1.071em auto;
  padding: 0.714em 1.071em 0.357em;
  box-sizing: border-box;
  background: #f7f7f7;
  color: #fff;
}

/* 専任コンサルタントがサポート */
.support {
  margin: 1.071em auto;
  padding: 0.714em 1.071em;
  box-sizing: border-box;
  background: #eaf7fd;
}

.support-box-1,
.support-box-2 {
  display: inline-block;
  box-sizing: border-box;
  /*width: 49%;*/
  width: 100%;
  height: 12em;
  margin-top: 1.071em;
  margin-bottom: 1.071em;
  padding: 0.714em 1.071em;
  background: #fff;
}
.support-module {
  padding: 0 0 0 0;
  margin: 0;
}
.support-module-img {
  display: table-cell;
  width: 100px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
}

.support-module-txt {
  display: table-cell;
  width: auto;
  height: auto;
  padding-right: 0.714em;
  vertical-align: middle;
}

.support-inner {
  position: relative;
  top: -25px;
  left: 0;
}

.point_partition-box {
  margin: 0 0.1em;
  padding: 0.5em 0 0 0;
  box-sizing: border-box;
  background: url(/img/kjb/contents/dot_line.png) repeat-x top;
}

.point_title_pc {
  display: none;
}

.point_copy_sp {
  display: none;
}

/* キャリアコンサルタント紹介(ページ下) */
.bottom-cc-box {
  display: table;
  margin: 0 auto;
  background: url(/img/kjb/contents/dot_verticalline.png) repeat-y top left;
}

.bottom-cc {
  display: table-cell;
  /*width: 175px;*/
  height: 215px;
  padding: 0 5px;
  background: url(/img/kjb/contents/dot_verticalline.png) repeat-y top right;
  text-align: center;
}

.bottom-cc-index {
  display: table-cell;
  min-width: 175px;
  height: 215px;
  padding: 0 5px;
  text-align: center;
  background: url(/img/kjb/contents/dot_verticalline.png) repeat-y top right;
}

.bottom-cc-txt {
  margin: 0.357em 0.2em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}

.bottom-cc:hover,
.bottom-cc-index:hover {
  background: #f7f7f7;
  cursor: pointer;
}

.btn-box {
  width: 100%;
  height: 210px;
  padding: 45px 25px 0 25px;
  box-sizing: border-box;
  text-align: center;
}

/* ===========================
	転職体験談
   =========================== */
.user_voice {
  display: block;
  position: relative;
  margin: 10px 0;
}

.face_box {
  display: block;
  width: 120px;
  height: auto;
  text-align: center;
}

.arrow_box {
  position: relative;
  width: 500px;
  height: auto;
  margin-left: 140px;
  padding: 20px;
  border: 1px solid #f9e6ab;
  border-radius: 6px;
  background: #fefef2;
}

.arrow_box::after,
.arrow_box::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}

.arrow_box::after {
  margin-top: -7px;
  border-color: rgba(254, 254, 252, 0);
  border-right-color: #fefef2;
  border-width: 7px;
}

.arrow_box::before {
  margin-top: -8px;
  border-color: rgba(249, 230, 171, 0);
  border-right-color: #f9e6ab;
  border-width: 8px;
}

.uv-list {
  margin: 20px auto;
  padding-left: 0;
  background: url(/img/kjb/contents/dot_verticalline.png) repeat-y top left;
}

.uv-list-box {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 20px 24px;
  box-sizing: border-box;
  background: url(/img/kjb/contents/dot_verticalline.png) repeat-y top right;
  text-align: center;
  vertical-align: top;
}

/* 一覧吹き出し */
.arrow_box_b {
  display: table-cell;
  position: relative;
  width: 172px;
  height: 122px;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #f9e6ab;
  border-radius: 6px;
  background: #fefef2;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  vertical-align: middle;
}

.arrow_box_b::after,
.arrow_box_b::before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}

.arrow_box_b::after {
  margin-left: -7px;
  border-color: rgba(254, 254, 252, 0);
  border-top-color: #fefef2;
  border-width: 7px;
}

.arrow_box_b::before {
  margin-left: -8px;
  border-color: rgba(249, 230, 171, 0);
  border-top-color: #f9e6ab;
  border-width: 8px;
}

.uv_partition-box {
  margin: 0 0.1em;
  padding: 0.5em 0 0 0;
  box-sizing: border-box;
  background: url(/img/kjb/contents/dot_line.png) repeat-x top;
}

.attribute {
  margin: 40px 0 0;
  padding-left: 0;
}

.new-icon {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 999;
}

.new-icon-top {
  position: absolute;
  top: -3px;
  left: 130px;
  z-index: 999;
}

/* ===========================
	平均給与・年収
   =========================== */
.ttl-ss {
  padding: 0 0.9em;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
}

.as_tab {
  display: inline-block;
  padding: 10px;
  border: 1px solid #7ecef4;
  -webkit-border-radius: 0.357em 0.357em;
  -moz-border-radius: 0.357em 0.357em;
  -ms-border-radius: 0.357em 0.357em;
  -o-border-radius: 0.357em 0.357em;
  border-radius: 0.357em 0.357em;
  color: #3ebcec;
}

.active {
  display: inline-block;
  padding: 10px;
  border: 1px solid #7ecef4;
  -webkit-border-radius: 0.357em 0.357em;
  -moz-border-radius: 0.357em 0.357em;
  -ms-border-radius: 0.357em 0.357em;
  -o-border-radius: 0.357em 0.357em;
  border-radius: 0.357em 0.357em;
  background: #7ecef4;
  color: #fff;
  text-decoration: none;
}

/* ===========================
	臨床検査技師になるには
   =========================== */
.quote-left {
  position: relative;
  padding: 1em;
  background: #f8f8f8;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.quote-left::before {
  content: "\f10d";
  position: absolute;
  top: 10px;
  left: 20px;
  color: #d5d5d5;
  font-family: "FontAwesome";
  font-size: 200%;
}

ol.maru {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: number;
}

ol.maru > li {
  margin: 0 0 24px;
}

ol.maru > li:last-child {
  margin: 0;
}

ol.maru > li::before {
  content: counter(number);
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin: 0 5px 20px 0;
  border-radius: 50%;
  background: #f2647b;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  counter-increment: number;
}

ol.kana {
  list-style-type: katakana;
  margin: 0;
  padding: 10px 0 0 25px;
}

.kana li {
  margin: 0 0 0 25px;
}

/* ===========================
	職務経歴書の書き方
   =========================== */
.popup-btn {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ff961b;
  -webkit-border-radius: 0.357em 0.357em;
  -moz-border-radius: 0.357em 0.357em;
  -ms-border-radius: 0.357em 0.357em;
  -o-border-radius: 0.357em 0.357em;
  border-radius: 0.357em 0.357em;
  background: #ff961b;
  color: #fff;
  text-decoration: none;
}

.popup-btn:hover {
  border: 1px solid #ff961b;
  background: #fff;
  color: #ff961b;
}

/* ===========================
	2columnサイドバー
   =========================== */
.side-titlebar {
  margin: 0;
  padding: 0.5em 0.714em;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}

/* キャリアコンサルタント紹介 */
.cc-list {
  list-style-type: none;
  height: auto;
  margin: 0;
  padding: 0;
}

.cc-list li::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  font-family: "FontAwesome";
}

.cc-list li.cc01 {
  position: relative;
  padding: 0;
  background: url(/img/kjb/contents/dot_line.png) repeat-x 0 54px,
    url(/img/kjb/sidebar/side_cc_01.jpg) no-repeat 203px 5px;
}

.cc-list li.cc02 {
  position: relative;
  padding: 0;
  background: url(/img/kjb/contents/dot_line.png) repeat-x 0 55px,
    url(/img/kjb/sidebar/side_cc_02.jpg) no-repeat 203px 5px;
}

.cc-list li.cc03 {
  position: relative;
  padding: 0;
  background: url(/img/kjb/contents/dot_line.png) repeat-x 0 55px,
    url(/img/kjb/sidebar/side_cc_03.jpg) no-repeat 203px 5px;
}

.cc-list li.cc04 {
  position: relative;
  padding: 0;
  background: url(/img/kjb/contents/dot_line.png) repeat-x 0 55px,
    url(/img/kjb/sidebar/side_cc_04.jpg) no-repeat 203px 5px;
}

.cc-list li.cc05 {
  position: relative;
  padding: 0;
  background: url(/img/kjb/contents/dot_line.png) repeat-x 0 55px,
    url(/img/kjb/sidebar/side_cc_05.jpg) no-repeat 203px 5px;
}

.cc-list li.cc06 {
  position: relative;
  padding: 0;
  background: url(/img/kjb/contents/dot_line.png) repeat-x 0 55px,
    url(/img/kjb/sidebar/side_cc_06.jpg) no-repeat 203px 5px;
}

.cc-list li.cc07 {
  position: relative;
  padding: 0;
  background: url(/img/kjb/contents/dot_line.png) repeat-x 0 55px,
    url(/img/kjb/sidebar/side_cc_07.jpg) no-repeat 203px 5px;
}

.cc-list li:hover {
  background-color: #f7f7f7;
}

.cc-text {
  display: block;
  height: 60px;
  margin: 0;
  padding: 10px 0 15px 25px;
  overflow: hidden;
  box-sizing: border-box;
  color: #707070;
  line-height: 39px;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

/* ===========================
	今月の特集
   =========================== */
ol.monthly.maru {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: number;
}

ol.monthly.maru > li {
  margin: 0;
}

ol.monthly.maru > li:last-child {
  margin: 0;
}

ol.monthly.maru > li::before {
  content: counter(number);
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin: 0 5px 0 0;
  border-radius: 50%;
  background: #f2647b;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  counter-increment: number;
}

ul.matome {
  list-style: none;
  margin: 10px auto;
  padding-left: 80px;
}

ul.matome li {
  padding: 5px 0;
  font-size: 16px;
}

ul.matome li::before {
  content: " \f005";
  margin: 0 5px 20px 0;
  color: #f2647b;
  font-family: FontAwesome;
}

.star-indent {
  padding-left: 1.5em;
  text-indent: -0.6em;
}

.marker {
  background: #ffffcc;
  font-weight: bold;
}

/* 求人特集 */
.side-feature-titlebar {
  width: 260px;
  height: 50px;
  margin: 10px 0 0;
}

.feature-list {
  list-style-type: none;
  width: 240px;
  height: auto;
  margin: -15px auto 0;
  padding: 11px 10px 5px 10px;
  background: #fff;
  text-align: center; /*2014/11/18追記*/
}

/*******************2014/11/18追記***********************/
.theme-bg-lightgrayishblue.rounded-corners-bottom5.pdg-t15 .feature-list li:nth-child(2n) {
  padding: 5px 0 10px 0;
  font-size: 85%;
}

/* フリーダイアル */
.side-tel-titlebar {
  width: 260px;
  height: 50px;
  margin: 0;
}

/* 転職の流れ */
.side-step-titlebar,
.side-aboutstep-titlebar {
  width: 260px;
  height: 30px;
  margin: 0;
}

.side-aboutstep-text {
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
}

/* （サイド）はじめての方へ */
.side-list {
  list-style-type: none;
  height: auto;
  margin: 0;
  padding-left: 0;
}

.side-list li::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  font-family: "FontAwesome";
}

.side-list li {
  position: relative;
  padding: 0;
  background: url(/img/kjb/contents/dot_line.png) repeat-x 0 54px;
}

.side-list li.current-item {
  position: relative;
  padding: 0;
  background: url(/img/kjb/contents/dot_line.png) repeat-x 0 54px;
  color: #16a9e1;
}

.side-list li:hover {
  background-color: #f7f7f7;
}

.side-list li.current-item > .side-text {
  color: #7ecef4;
}

.side-text {
  display: block;
  height: 60px;
  margin: 0;
  padding: 10px 0 15px 25px;
  overflow: hidden;
  box-sizing: border-box;
  color: #707070;
  line-height: 39px;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

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

.li-tab:hover {
  background: #e8e8e8;
}

.border-right-none {
  border-right: none;
}

.on_mouse_color {
  background: #e8e8e8;
}

.top-menu-list {
  display: table;
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: solid 1px #d5d5d5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: linear-gradient(#fff, #f0f0f0);
}

.top-menu-list li {
  display: table-cell;
  position: relative;
  width: 16%;
  border-right: 1px solid #d5d5d5;
}

.top-menu-list li::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -21px;
  font-family: "FontAwesome";
}

.top-left-member-detail {
  display: table;
  width: 47%;
  height: auto;
  margin: 0 0.4em 1em 1em;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}

.top-right-member-detail {
  display: table;
  width: 47.9%;
  height: auto;
  margin: 0 1em 1em 0.4em;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}

.menu-text-top {
  height: 44px;
  margin: 0;
  padding: 0 0 0 10px;
  overflow: hidden;
  color: #333;
  font-weight: bold;
  line-height: 44px;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

.menu-text-top a {
  color: #333;
  text-decoration: none;
}

.info-input {
  width: 79%;
  margin: 1.429em 7.1em;
}

.top-menu-mask {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  z-index: 98;
  width: 970px;
  height: 55px;
  margin: -50px 0 0 -5px;
  border-left: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #a9a9a9;
  filter: alpha(opacity=90);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.top-menu-popup-background {
  display: none;
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  opacity: 0.45;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=45);
}

.top-menu-popup-alert {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  width: 550px;
  height: 200px;
  margin: -100px 0 0 -275px;
  padding: 20px;
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px #ccc;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
}

/* トップページニュース記事 */
.top-news-list {
  display: block;
  margin: 20px 0;
  padding: 0;
}

.top-news-list h3 {
  font-weight: normal;
}

.top-news-imgbox {
  display: inline-block;
  width: 80px;
  height: auto;
  vertical-align: middle;
}

.top-news-imgbox a {
  display: block;
  padding: 3px;
  border: solid 1px #efefef;
}

.top-news-box {
  display: inline-block;
  width: 565px;
  height: auto;
  overflow: hidden;
  vertical-align: top;
}

/* ===========================
	side fix area
   =========================== */
.sidefix {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 999;
  width: 50px;
  height: 250px;
  background: #efefef;
}

/*求人問合せる*/
div#shokubajyohouBox,
div#shokubajyohouBox2 {
  width: 89.2857143%;
  height: auto;
  margin: 1em auto;
}

div#shokubajyohouBox2 {
  position: relative;
  bottom: 320px;
}

div#shokubajyohouBox .job-detail-number.theme-txt-white.theme-bg-softblue {
  padding: 0.5em 0.5em;
}

div#shokubajyohouBox h3 {
  margin: 0;
  padding-left: 0.3em;
  border-left: 2px solid #fff;
  font-size: 1.6rem;
}

div#shokubajyohouBox .articleBlock box-w-shadow {
  position: relative;
}

div#shokubajyohouBox a.btn {
  display: block;
  position: absolute;
  left: 25%;
  top: 55%;
  width: 70%;
  padding: 4% 0;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #02bb4f;
  text-align: center;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 768px) {
  /* ===========================
		Grid 980px=100%
	   =========================== */
  .l-grid-01,
  .l-grid-02,
  .l-grid-03,
  .l-grid-04,
  .l-grid-05,
  .l-grid-06,
  .l-grid-07,
  .l-grid-08,
  .l-grid-09,
  .l-grid-10,
  .l-grid-11,
  .l-grid-12,
  .l-grid-13,
  .l-grid-14,
  .l-grid-15,
  .l-grid-16,
  .l-grid-17,
  .l-grid-18,
  .l-grid-19,
  .l-grid-20,
  .l-grid-21,
  .l-grid-22,
  .l-grid-23,
  .l-grid-24,
  .l-grid-25,
  .l-grid-26,
  .l-grid-27,
  .l-grid-28,
  .l-grid-29,
  .l-grid-30,
  .l-grid-31,
  .l-grid-32,
  .l-grid-33,
  .l-grid-34,
  .l-grid-35 {
    float: left;
    margin: 0 1.42857143% 2.85714286% 1.42857143%; /*14/980 28/980*/
  }

  .l-grid-01 {
    width: 2.85714286%;
  } /*28/980*/

  .l-grid-02 {
    width: 5.71428571%;
  } /*56/980*/

  .l-grid-03 {
    width: 8.57142857%;
  } /*84/980*/

  .l-grid-04 {
    width: 11.4285714%;
  } /*112/980*/

  .l-grid-05 {
    width: 14.2857143%;
  } /*140/980*/

  .l-grid-06 {
    width: 17.1428571%;
  } /*168/980*/

  .l-grid-07 {
    width: 20%;
  } /*196/980*/

  .l-grid-08 {
    width: 22.8571429%;
  } /*224/980*/

  .l-grid-09 {
    width: 25.7142857%;
  } /*252/980*/

  .l-grid-10 {
    width: 28.5714286%;
  } /*280/980*/

  .l-grid-11 {
    width: 31.4285714%;
  } /*308/980*/

  .l-grid-12 {
    width: 34.2857143%;
  } /*336/980*/

  .l-grid-13 {
    width: 37.1428571%;
  } /*364/980*/

  .l-grid-14 {
    width: 40%;
  } /*392/980*/

  .l-grid-15 {
    width: 42.8571429%;
  } /*420/980*/

  .l-grid-16 {
    width: 45.7142857%;
  } /*448/980*/

  .l-grid-17 {
    width: 48.5714286%;
  } /*476/980*/

  .l-grid-18 {
    width: 51.4285714%;
  } /*504/980*/

  .l-grid-19 {
    width: 54.2857143%;
  } /*532/980*/

  .l-grid-20 {
    width: 57.1428571%;
  } /*560/980*/

  .l-grid-21 {
    width: 60%;
  } /*588/980*/

  .l-grid-22 {
    width: 62.8571429%;
  } /*616/980*/

  .l-grid-23 {
    width: 65.7142857%;
  } /*644/980*/

  .l-grid-24 {
    width: 68.5714286%;
  } /*672/980*/

  .l-grid-25 {
    width: 71.4285714%;
  } /*700/980*/

  .l-grid-26 {
    width: 74.2857143%;
  } /*728/980*/

  .l-grid-27 {
    width: 77.1428571%;
  } /*756/980*/

  .l-grid-28 {
    width: 80%;
  } /*784/980*/

  .l-grid-29 {
    width: 82.8571429%;
  } /*812/980*/

  .l-grid-30 {
    width: 85.7142857%;
  } /*840/980*/

  .l-grid-31 {
    width: 88.5714286%;
  } /*868/980*/

  .l-grid-32 {
    width: 91.4285714%;
  } /*896/980*/

  .l-grid-33 {
    width: 94.2857143%;
  } /*924/980*/

  .l-grid-34 {
    width: 97.1428571%;
  } /*952/980*/

  .l-grid-35 {
    width: 100%;
  } /*980/980*/

  /* ===========================
		Box
	   =========================== */

  .for_pc {
    display: block;
  }

  .for_sp {
    display: none;
  }

  .cap-box {
    width: 80%;
    margin: 0 auto;
  }

  .logo-box {
    display: block;
    float: left;
    box-sizing: border-box;
  }

  .info-box {
    display: block;
    float: right;
    margin-top: 0.714em;
    padding-left: 0.357em;
    box-sizing: border-box;
    text-align: left;
  }

  .info-box-b {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
  }

  .info-box-member {
    display: block;
    float: right;
    width: 245px;
    padding: 25px 0 0;
    box-sizing: border-box;
    text-align: right;
  }

  .btn-login-box {
    position: absolute;
    top: 125px;
    right: 10%;
    width: 23.214em;
    margin: 0;
    padding: 0.4em 0 0;
    background: #fff;
  }

  .btn-logout-box {
    position: absolute;
    top: -1px;
    right: 10%;
    margin: 0;
    padding: 0.4em;
    border: 1px solid #d5d5d5;
    -moz-box-shadow: 0 1px 6px -1px #ccc;
    /*-webkit-box-shadow: 0 1px 6px -1px #ccc;*/
    /*box-shadow: 0 1px 6px -1px #ccc;*/
    background: #f7f7f7;
  }

  .btn-login-box-sp {
    position: absolute;
    top: 80px;
    right: 10%;
    width: 23.214em;
    margin: 0;
    padding: 0.4em 0 0;
    background: #fff;
  }

  .btn-entry-box {
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #d5d5d5;
    background: #f7f7f7;
  }

  .btn-first {
    margin-right: 1em;
  }

  .form-box {
    width: 50%;
    margin: 2em auto;
    padding: 1.429em 2.857em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  .comment-box {
    width: 80%;
    margin: 1.429em auto;
    padding: 1.429em 2.857em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  .partition-box {
    margin: 0 2.1em;
    padding-top: 1.5em;
    box-sizing: border-box;
    background: url(/img/kjb/contents/dot_line.png) repeat-x top;
  }

  .module-box-250 {
    width: 250px;
    height: 100px;
    padding: 1.5em;
    overflow: hidden;
    box-sizing: border-box;
  }

  .form-box-80 {
    width: 80%;
    margin: 2em auto;
    padding: 1.429em 2.857em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  /* ===========================
		ロゴ
	   =========================== */
  .logo-img {
    width: 12em;
  }

  /* ===========================
		パンくずリスト
	   =========================== */
  .breadcrumb {
    display: table-cell;
    padding-left: 0;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
  }

  .breadcrumb li {
    display: inline;
  }

  .breadcrumb li + li::before {
    content: "  ＞";
  }

  .display-text {
    display: inline;
  }

  .display-icon {
    display: none;
  }

  /* ===========================
		見出し
	=========================== */
  .main-copy {
    display: block;
    margin: 0 auto;
  }

  .main-name {
    font-size: 30px;
    font-size: 3rem;
    line-height: 3rem;
    text-align: right;
  }

  .main-copy-size {
    text-align: right;
  }

  /* ===========================
		インフォメーション
	   =========================== */
  .tel-txt {
    margin: -5px 0 0;
  }

  .tel {
    display: inline-block;
    margin: 0 0.2em;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
  }

  .time {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .time-ttl {
    display: inline-block;
  }

  .time-item {
    display: inline-block;
    margin: 0;
  }

  /* ===========================
		ログインボタン
	   =========================== */
  .btn-login,
  .btn-logout {
    width: 100%;
    padding: 0.3em 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .btn-member-top {
    width: 100%;
    padding: 0.3em 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* ===========================
		table内ボタン
	   =========================== */
  .job-detail-btn-s,
  .job-contact-btn-s {
    display: inline-block;
    width: 35.7142857%;
    margin: 0.714em 0.357em;
  }

  .tl {
    display: inherit;
  }

  .tl-btn {
    display: inherit;
  }
}

@media (min-width: 800px) {
  .cap-box {
    width: 80%;
    margin: 0 auto;
  }

  .btn-entry-box2 {
    /* 2014.08.18以前に使用 */
    position: absolute;
    top: 250px;
    right: 10%;
    width: 646px;
    height: 80px;
    padding: 1.2em 0 0;
    border-bottom: 0;
    background: url(/img/kjb/btn_tpbox.png) 0 0 no-repeat;
  }

  .btn-entry-box {
    float: right;
    width: 646px;
    height: 80px;
    margin-top: 5px;
    padding: 1.2em 0 0;
    border-bottom: 0;
    background: url(/img/kjb/btn_tpbox.png) 0 0 no-repeat;
  }

  .btn-first {
    margin-right: 0.357em;
  }

  .list-box {
    display: inline-block;
    width: 48%;
    margin: 1em 0.5em;
    box-sizing: border-box;
    vertical-align: top;
  }

  .info-box-b {
    display: none;
  }

  /* ===========================
		見出し
	   =========================== */
  .main-copy {
    display: block;
    margin: 0 auto;
  }

  .main-name {
    font-size: 40px;
    font-size: 4rem;
    line-height: 4rem;
    text-align: right;
  }

  .main-copy-size {
    font-weight: bold;
    text-align: right;
  }

  .title-bar {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }

  /* ===========================
		エントリーボタン
	   =========================== */
  .btn-entry {
    width: 100%;
    padding: 0.5em 0;
    font-size: 20px;
    font-size: 2rem;
  }

  /* ===========================
		フッターナビゲーション
	   =========================== */
  .footer-btn {
    display: inline-block;
    margin: 0;
    padding: 0.2em;
    box-sizing: border-box;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
  }

  .footer-nav-text,
  .footer-nav-text-sm {
    display: inline-block;
    margin: 0 0.5em 0;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .goTop-btn {
    float: right;
    display: inline-block;
    width: 30%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: right;
    text-decoration: none;
  }

  .goTop-text {
    display: inline-block;
    margin: 0 0.5em 0;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .inner-box-order {
    width: 32%;
    margin: 10px 0 10px 10px;
  }
}

@media (min-width: 801px) {
  .list-box {
    display: block;
    width: 89.2857143%;
    margin: 1em auto;
  }

  /* ===========================
	フッターナビゲーション
   =========================== */
  .footer-btn {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0.2em;
    box-sizing: border-box;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
  }

  .goTop-btn {
    float: none; /*2014.08.04.本サーバ*/
    display: inline-block;
    width: 39%; /*2014.08.04.本サーバ*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: right;
    text-decoration: none;
  }

  .goTop-text {
    display: inline-block;
    margin: 0 0.5em 0;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .pc {
    display: inherit;
  }

  .sp {
    display: none;
  }

  .support-box-1,
  .support-box-2 {
    height: 11em;
  }

  .support-box-2 {
    margin-left: 0.714em;
  }
}

@media (min-width: 960px) {
  .cap-box {
    position: absolute;
    right: 10%;
    width: 980px;
  }

  .list-box {
    display: inline-block;
    width: 48%;
    margin: 1em 0.77%;
  }

  .btn-login-box-sp {
    display: none;
  }

  .btn-login-box-pc {
    display: block;
    float: right;
    width: 485px;
    height: 55px;
    margin: 0;
    padding: 0.4em 0 0;
    overflow: hidden;
    background: #eef8ff;
  }

  /* ===========================
		ログインページ
	   =========================== */
  .login-box-head {
    margin: 0 1.5em 0.714em;
    padding: 0;
  }

  .login-box-head-cell {
    display: table-cell;
    padding: 0.714em 0.714em 0.714em 0;
    text-align: left;
    vertical-align: top;
  }

  .form-input-head {
    width: 180px;
    padding: 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    background: #f7f7f7;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .btn-img-login {
    width: 60px;
    height: 25px;
    border: 0px;
    background: url(/img/kjb/btn_login.png) left top no-repeat;
  }

  .btn-img-logout {
    width: 60px;
    height: 25px;
    border: 0px;
    background: url(/img/kjb/btn_logout.png) left top no-repeat;
  }

  .btn-submit {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 0.9em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }

  /* ===========================
		見出し
	   =========================== */
  .main-copy {
    display: block;
    margin: 0 auto;
  }

  .main-name {
    font-weight: bold;
    text-align: right;
  }

  .main-copy-size {
    text-align: right;
  }

  .menu-list {
    list-style-type: none;
    float: left;
    width: 25.7142857%;
    margin: 1em 0 1em 2%;
  }

  /* ===========================
		table
	   =========================== */

  .job-detail {
    display: inline-block;
    width: 48%;
    height: auto;
    margin: 1em 0.4em 2em;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
  }

  .job-detail-2c {
    display: block;
    width: 95%;
    height: auto;
    margin: 1em auto 2em;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
  }

  .job-detail-full {
    width: 645px;
    height: auto;
    margin: 1em auto;
    text-align: left;
    vertical-align: top;
  }

  .job-detail-item {
    width: 138px;
    padding: 0.5em 0.9em;
    text-align: left;
    white-space: nowrap;
  }

  .job-detail-comment {
    width: 545px;
    padding: 0.5em 0.9em;
    text-align: left;
    word-break: break-all;
  }

  /* ===========================
	HW table
   =========================== */
  .hw-detailbox {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 1em auto 0;
    padding: 20px 0 10px 10px;
    box-sizing: border-box;
    background: url(/img/kjb/bg_arrow.png) 98% 50% no-repeat;
    text-align: left;
    vertical-align: top;
  }

  a.hw-linkbox {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0 0 10px;
    word-break: break-all;
  }

  .hw-detail-item {
    width: 100px;
    padding: 0.5em 0.9em;
    white-space: nowrap;
    text-align: left;
  }

  .hw-detail-comment {
    width: 545px;
    padding: 0.5em 0.9em;
    text-align: left;
    word-break: break-all;
  }

  .job-detail-hw {
    width: 90%;
    margin: 1em 0;
  }

  .hw-detailbox:hover {
    background: url(/img/kjb/bg_arrow.png) no-repeat 98% 50%,
      -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f9f9f9));
    background: url(/img/kjb/bg_arrow.png) no-repeat 98% 50%, -o-linear-gradient(bottom, #fefefe 0%, #f9f9f9 100%);
    background: url(/img/kjb/bg_arrow.png) no-repeat 98% 50%, -moz-linear-gradient(bottom, #fefefe 0%, #f9f9f9 100%);
    background: url(/img/kjb/bg_arrow.png) no-repeat 98% 50%, -webkit-linear-gradient(bottom, #fefefe 0%, #f9f9f9 100%);
    background: url(/img/kjb/bg_arrow.png) no-repeat 98% 50%, -ms-linear-gradient(bottom, #fefefe 0%, #f9f9f9 100%);
    background: url(/img/kjb/bg_arrow.png) no-repeat 98% 50%, linear-gradient(to bottom, #fefefe 0%, #f9f9f9 100%);
  }

  .member-detail {
    display: table;
    width: 100%;
    margin: 1.429em auto;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
  }

  .member-detail td {
    padding-left: 1em;
  }

  .member-detail label {
    padding-right: 0.8em;
  }

  .member-detail-title,
  .history-detail-title {
    display: table-cell;
    width: 100%;
    padding: 0.5em 0.9em;
    text-align: left;
  }

  .member-detail-item {
    display: table-cell;
    width: 30%;
    padding: 0.5em 0.9em;
    box-sizing: border-box;
    text-align: left;
  }

  .member-detail-head {
    display: table-cell;
    width: 30%;
    padding: 0.5em 0.9em;
    box-sizing: border-box;
    text-align: center;
  }

  @-moz-document url-prefix() {
    .member-detail-item {
      display: table-cell;
      width: 33%;
      padding: 0.5em 0.9em;
      box-sizing: border-box;
      text-align: left;
    }
  }

  .member-detail-comment {
    display: table-cell;
    padding: 0.5em 0.9em;
    text-align: left;
    vertical-align: middle;
  }

  /* ===========================
		エラーメッセージ
	   =========================== */
  .error-message {
    display: table;
    float: right;
    width: 68.5714286%;
    height: auto;
    margin: 1em;
    padding: 0.5em 0.7em;
    border: solid 2px #c00;
    box-sizing: border-box;
    background: #fef3f5;
    text-align: left;
    vertical-align: top;
  }

  .error-messageB {
    display: table;
    width: 80%;
    height: auto;
    margin: 1em auto;
    padding: 0.5em 0.9em;
    border: solid 2px #c00;
    box-sizing: border-box;
    background: #fef3f5;
    text-align: left;
    vertical-align: top;
  }

  /* ===========================
		サイトマップ
   =========================== */
  .sm-box {
    display: block;
    width: 90%;
    height: auto;
    margin: 1.429em auto;
  }

  .sm-area {
    display: inline-block;
    width: 6.429em;
  }

  .sm-inner {
    display: inline-block;
    width: 5em;
    margin-left: 1.429em;
  }

  .sm-ft-inner {
    display: block;
    width: auto;
    padding: 0 0 5px 5em;
    padding: 5;
  }

  /* ===========================
		都道府県、市区町村から探す
		=========================== */
  .so-addr0-area {
    display: inline-block;
    margin-right: 20px;
  }

  .so-addr1-inner {
    display: inline-block;
    margin-left: 20px;
  }

  .so-addr2-inner {
    display: inline-block;
    width: 10em;
    margin-bottom: 5px;
    margin-left: 1.429em;
  }

  /* ===========================
    その他の条件から探す
    =========================== */
  .so-option-inner {
    display: inline-block;
    width: 13em;
    margin-bottom: 5px;
    margin-left: 1.429em;
  }

  /* ===========================
		新着求人
		=========================== */
  .newjob-box-bar {
    width: 88%;
    margin: 1.42857143% auto -1%;
    text-align: center;
  }

  .newjob-box {
    float: left;
    width: 46%;
    height: auto;
    margin: 0 1.42857143% 2.85714286% 1.42857143%;
    padding: 1.071em;
    box-sizing: border-box;
  }

  .newjob-toparea {
    padding: 0 0 0.357em 0;
  }

  .newjob-name {
    display: inline-block;
    width: 100%;
    /*width: 70%; 2014.08.04.本サーバ*/
    height: auto;
    margin: 0;
    padding: 0;
  }

  .newjob-date {
    display: inline-block;
    width: 28%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: right;
  }

  .newjob-detail-left {
    display: inline-block;
    width: 25%;
    height: auto;
    margin: 0 1.42857143% 2.85714286% 1.42857143%;
    padding: 0.357em 0;
    font-weight: bold;
    text-align: center;
  }

  .newjob-detail-right {
    display: inline-block;
    width: 68%;
    height: auto;
    margin: 0 1.42857143% 2.85714286% 1.42857143%;
    padding: 0.357em 0;
    vertical-align: -webkit-baseline-middle;
  }

  .newjob-detail {
    margin: 1em 0 0;
  }

  .tl {
    display: none;
  }

  .pc {
    display: block;
    position: relative;
    left: 1.5rem;
    width: 88.8%;
    margin: 0 auto -0.857em;
    padding: 0;
    overflow: hidden;
  }

  .pc-rt,
  .pc-lt {
    width: 49px;
  }

  .pc-mid {
    width: inherit;
    background: url(/img/kjb/title_newjob_bg.png) repeat-x;
  }

  .pc-btn {
    display: inherit;
  }

  .tl-btn {
    display: none;
  }

  .point_title_pc {
    display: block;
  }

  .point_title_sp {
    display: none;
  }

  .point_copy_sp {
    display: none;
  }

  .info-input {
    width: 79%;
    margin: 1.429em 7.1em;
  }
}

@media (max-width: 700px) {
  .top-menu-list li {
    position: relative;
    width: 98.5%;
    border-right: 1px solid #ccc;
  }

  .menu-text-top {
    height: 44px;
    margin: 0;
    padding: 0 0 0 10px;
    color: #333;
    font-weight: bold;
    line-height: 44px;
    text-decoration: none;
    text-overflow: ellipsis;
  }
}

/************************
	SNS関連
 *************************/
.facebookBox {
  width: 698px;
  margin: 20px auto;
  border: 1px solid #cccccc;
}

.facebookBox iframe {
  width: 698px !important;
}

.twitter-timeline-box {
  margin: 20px 0 0;
}

.twitter-timeline-box iframe {
  height: 400px !important;
}

.rightFacebook {
  margin: 30px 0 0;
}

/************************
	登録フォーム　ラジオボタン
 *************************/
.radioBox {
  display: table;
  width: 100%;
  border-collapse: separate;
}

.radioBox p {
  display: table-cell;
  width: 50%;
  padding: 0;
  overflow: hidden;
  border-top: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.radioBox.shugyo p {
  width: 33%;
}

.radioBox p:first-child {
  border-left: 1px #ccc solid;
  border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
}

.radioBox p:last-child {
  -webkit-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
}

.radioBox label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.radioBox label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}

.radioBox label span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #fff;
  -webkit-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #fbfbfb 0%, #d4d4d4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #d4d4d4));
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #d4d4d4 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%, #d4d4d4 100%);
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.radioBox label input:checked + span {
  background: #a9a9a9;
  background: -moz-linear-gradient(top, #555555 0%, #b8b8b8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #b8b8b8));
  background: -webkit-linear-gradient(top, #555555 0%, #b8b8b8 100%);
  background: linear-gradient(to bottom, #555555 0%, #b8b8b8 100%);
  color: #fff;
}

.radioBox p:first-child span {
  border-radius: 12px 0 0 12px;
}

.radioBox p:last-child span {
  border-radius: 0 12px 12px 0;
}

.checkBoxL {
  width: 20px;
  height: 20px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 3px;
}

.fsmall {
  font-size: small;
}

.tableWrap {
  width: 95%;
  margin: 1em auto 2em;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.tableWrap .job-detail-2c {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  border: none;
}

.tableWrap .job-detail-number {
  /*border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 2px solid #5656f5;*/
}

.tableWrap .job-detail-2c th {
  /*border-left: 1px solid #d5d5d5;*/
}

.tableWrap .job-detail-btn-s {
  border: 1px solid #e36565;
  -webkit-box-shadow: inset 1px 1px 0px 0px #f26666;
  -moz-box-shadow: inset 1px 1px 0px 0px #f26666;
  box-shadow: inset 1px 1px 0px 0px #f26666;
  background: -moz-linear-gradient(center top, #f46b6b 5%, #e54a4a 100%);
  background: -ms-linear-gradient(top, #f46b6b 5%, #e54a4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46b6b', endColorstr='#e54a4a');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f46b6b), color-stop(100%, #e54a4a));
  background: #f46b6b;
  color: #fff;
  text-shadow: 1px 1px 0px #f26666;
}

/*求人問合せる*/
.inner-box div#shokubajyohouBox,
.inner-box div#shokubajyohouBox2 {
  width: 89%;
  height: auto;
  margin: 1em auto;
}

div#shokubajyohouBox .job-detail-number.theme-txt-white.theme-bg-softblue {
  padding: 0.5em;
}

div#shokubajyohouBox h3 {
  margin: 0;
  padding-left: 0.3em;
  border-left: 2px solid #fff;
  font-size: 1.6rem;
}

div#shokubajyohouBox .articleBlock.box-w-shadow,
div#shokubajyohouBox2 .articleBlock.box-w-shadow {
  position: relative;
}

div#shokubajyohouBox a.btn {
  display: block;
  position: absolute;
  top: 30%;
  left: 20%;
  width: 65%;
  padding: 1% 0;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #02bb4f;
  text-align: center;
}

table#jobDetail {
  position: relative;
}

.shokubajyoho2 {
  background: url(/img/kjb/recruit/bg_shokubajyoho2_back.gif) 0 0 repeat-y;
}

/* 採用の流れ */
#saiyoFlow h3 {
  margin: 0;
  padding-left: 0.3em;
  border-left: 2px solid #fff;
  font-size: 1.6rem;
}

#saiyoFlow .readBox {
  margin: 10px;
}

#saiyoFlow .readBox h4 {
  margin: 0;
}

#saiyoFlow .readBox h4 span {
  color: #ffc0cb;
}

#saiyoFlow .readBox p {
  color: #ff0000;
}

#saiyoFlow .articleBlock {
  margin: 0 10px 10px;
}

#saiyoFlow .articleBlock .job-detail-full {
  width: 623px;
  margin: 0 auto;
}

#saiyoFlow .articleBlock .job-detail-full .processText p {
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#saiyoFlow .articleBlock .job-detail-full .processText p {
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#saiyoFlow .articleBlock .job-detail-full .processText p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -50px;
  border: 20px solid transparent;
  border-top: 8px solid #7ecef4;
}

#saiyoFlow .articleBlock .job-detail-full .processText p:last-child::after {
  display: none;
}

#saiyoFlow .articleBlock .job-detail-full .processText p:first-child {
  margin: 0;
}

/************************************
	newentry PC_1
************************************/
#inputAreaNewentry01 {
  /*background: #ece9e6;*/
  background: #eee;
}

#inputAreaNewentry01 #mail.mail_input_bg_yellow {
  background: #fffbce;
}

#inputAreaNewentry01 .form-box-inner {
  position: relative;
}

#inputAreaNewentry01 .form-box-inner .messageBox {
  display: none;
  position: absolute;
  top: 5px;
  left: 130px;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #f48c8c;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#inputAreaNewentry01 .submitImg {
  text-align: center;
}

/**************************
	一覧ページ バナー
***************************/
#bnrArea {
  position: relative;
  width: 980px;
  min-height: 160px;
  margin: 20px auto 60px;
  padding: 10px 265px 80px 15px;
  background: url(/img/kjb/pref_mainimg.jpg) no-repeat 0 0;
  box-sizing: border-box;
}

#bnrArea::after {
  content: "";
  visibility: visible;
  position: absolute;
  bottom: -165px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -120px;
  border: 120px solid transparent;
  border-top: 30px solid #66c7f7;
}

#bnrArea .prefTextArea {
  margin: 10px 0 0;
  padding: 0 15px 10px;
  text-align: left;
}

#bnrArea .prefTextArea p {
  margin: 0;
}

#bnrArea .prefTextArea .ttlText {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

#bnrArea .prefTextArea .ttlText .prefName {
  padding-right: 5px;
  font-size: 28px;
  color: #ff0000;
}

#bnrArea .prefTextArea .descText {
  width: 612px;
  padding-top: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 160%;
}

@media (max-width: 480px) {
  .descText {
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
    box-sizing: initial;
  }
}
#bnrArea .registBtn {
  position: absolute;
  bottom: 20px;
  left: 28px;
  margin: 0;
}

#bnrArea .firsterBtn {
  position: absolute;
  right: 245px;
  bottom: 20px;
  margin: 0;
}

/**************************
	footer バナー
***************************/
.footer-banner-box {
  width: 980px;
  margin: 0 auto 20px;
  overflow: hidden;
  box-sizing: initial;
}

.detail-opportunity-footer .footer-banner-box {
  display: none;
}

ul.footer-banner-list {
  list-style-type: none;
  padding: 0;
}

ul.footer-banner-list li:nth-child(odd) {
  float: left;
}

ul.footer-banner-list li:nth-child(even) {
  float: right;
}

@media (max-width: 480px) {
  .footer-banner-box {
    width: 90%;
    margin: 0 auto 20px;
    overflow: hidden;
    box-sizing: initial;
  }

  ul.footer-banner-list {
    list-style-type: none;
    padding: 0;
  }

  ul.footer-banner-list li {
    display: block;
    margin-bottom: 10px;
  }
}

/* ===========================
	ヘッダーマイページボタン
   =========================== */
#btnMypage {
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: -moz-linear-gradient(center top, #fdfdfd 5%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #fdfdfd 5%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f2f2f2');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fdfdfd), color-stop(100%, #f2f2f2));
  background: #f2f2f2;
  color: #1899d4;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: text-top;
}

#btnMypage:hover {
  background: #f0f9ff;
}

#viewDetailHistory {
  padding: 2px 5px;
  color: #1899d4;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: -moz-linear-gradient(center top, #fdfdfd 5%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #fdfdfd 5%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f2f2f2');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fdfdfd), color-stop(100%, #f2f2f2));
  background: #f2f2f2;
  color: #1899d4;
}

#viewDetailHistory:hover {
  background: #f0f9ff;
}

#btnLogout img {
  vertical-align: bottom;
}

/*****************************
はじめてえのかたはこちら
******************************/
section.entryArea {
  /*width: 70%;*/
  width: 980px;
  margin: 25px auto 20px;
}

/*****************************
転職支援サービス新規登録フォーム
******************************/
.newentrypc1 {
  /*width: 1150px;*/
  width: 980px;
  margin: 0 auto 20px;
}

.newentrylogin {
  /*width: 1000px;*/
  width: 980px;
}

.newentrypc1 .inner-box,
.newentrylogin .inner-box {
  padding: 20px;
}

.newentrypc1 .leftLogin,
.newentrylogin .leftLogin {
  float: left;
  width: 450px;
}

.logIn .rightLogin {
  float: right;
  width: 100%;
}

.newentrypc1 .leftLogin .entryArea,
.newentrylogin .leftLogin .entryArea {
  /*padding: 0 5px 5px;
  background: #ffe4b5;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.newentrypc1 .leftLogin .step_bar li,
.newentrylogin .leftLogin .step_bar li,
.rightLogin .step_bar li {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.rightLogin .box {
  width: 360px;
  margin: 0 auto;
}

.newentrypc1 .leftLogin #inputAreaNewentry01,
.newentrylogin .leftLogin #inputAreaNewentry01,
.logIn .rightLogin #inputAreaNewentry01 {
  width: 420px;
  margin: 0 auto 20px;
}

.newentrypc1 .leftLogin #inputAreaNewentry01 .submitImg input,
.newentrylogin .leftLogin #inputAreaNewentry01 .submitImg input,
.logIn .rightLogin #inputAreaNewentry01 .submitImg input {
  width: 100%;
  height: auto;
}

.newentrypc1 .leftLogin .loginBox,
.newentrylogin .leftLogin .loginBox {
  height: 110px;
  margin: 23px 0 0;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}

.newentrypc1 .leftLogin .loginBox > div,
.newentrylogin .leftLogin .loginBox > div {
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #f7f7f7;
  text-align: center;
}

.newentrypc1 .leftLogin .loginBox > div.disp02,
.newentrylogin .leftLogin .loginBox > div.disp02 {
  display: none;
  padding: 0;
}

.newentrypc1 .leftLogin .loginBox > div.disp02 .login-box li a,
.newentrylogin .leftLogin .loginBox > div.disp02 .login-box li a {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 10px;
  font-size: 1rem;
}

.newentrypc1 .leftLogin .loginBox > div.disp02 .login-box li a:before,
.newentrylogin .leftLogin .loginBox > div.disp02 .login-box li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #ccc;
}

.newentrypc1 .leftLogin .loginBox p,
.newentrylogin .leftLogin .loginBox p {
  width: 100%;
  display: table-cell;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.newentrypc1 .leftLogin .loginBox p span,
.newentrylogin .leftLogin .loginBox p span {
  display: inline-block;
  text-align: left;
}

.newentrypc1 .leftLogin .loginBox form,
.newentrylogin .leftLogin .loginBox form {
  display: table;
  width: 100%;
  height: 100%;
}

.newentrypc1 .leftLogin .loginBox form .login-box,
.newentrylogin .leftLogin .loginBox form .login-box {
  display: table-cell;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.newentrypc1 .leftLogin .loginBox form .login-box li,
.newentrylogin .leftLogin .loginBox form .login-box li {
  padding: 0 10px 0 0;
}

.newentrypc1 .leftLogin .loginBox form .login-box li:first-child,
.newentrylogin .leftLogin .loginBox form .login-box li:first-child {
  display: block;
  margin: 0 0 10px;
  padding: 0;
}

.newentrypc1 .leftLogin .loginBox form .login-box li input[type="text"],
.newentrylogin .leftLogin .loginBox form .login-box li input[type="text"] {
  padding: 3px;
}

.newentrypc1 .leftLogin .loginBox form .login-box li:first-child input,
.newentrylogin .leftLogin .loginBox form .login-box li:first-child input {
  width: 100%;
  box-sizing: border-box;
}

.newentrypc1 .leftLogin .loginBox form .login-box li input[type="password"],
.newentrylogin .leftLogin .loginBox form .login-box li input[type="password"] {
  width: 300px;
  box-sizing: border-box;
}

.newentrypc1 .leftLogin .loginBox .form-box,
.newentrylogin .leftLogin .loginBox .form-box {
  width: auto;
  margin: 0;
  padding: 0 20px;
}

.newentrypc1 .leftLogin .loginBox .form-box form p,
.newentrylogin .leftLogin .loginBox .form-box form p {
  display: block;
  text-align: left;
}

.newentrypc1 .rightService {
  float: right;
  width: 450px;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.newentrylogin .rightService {
  float: right;
  width: 450px;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.newentrypc1 .rightService .rightServiceInr,
.newentrylogin .rightService .rightServiceInr {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  /*background: #f7f7f7;*/
}

.newentrypc1 .rightService .meritBox {
  margin: 15px 0 0;
  padding: 0 0 0 60px;
}

.newentrypc1 .rightService .meritBox.no01 {
  margin: 0;
  background: url(/img/kjb/img_fukidashi01.jpg) no-repeat left top;
}

.newentrypc1 .rightService .meritBox.no02 {
  background: url(/img/kjb/img_fukidashi02.jpg) no-repeat left top;
}

.newentrypc1 .rightService .meritBox.no03 {
  background: url(/img/img_fukidashi03.jpg) no-repeat left top;
}

.newentrypc1 .rightService .meritBox h3 {
  margin: 0 0 5px;
  background: none;
  font-size: 20px;
  font-size: 2rem;
}

.newentrypc1 .rightService .meritBox p {
  margin: 0;
}

.newentrypc1 .rightService .rigthTtl {
  line-height: 1.2;
}

.newentrypc1 .rightService .rigthTtl,
.newentrylogin .rightService .jobReadText {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.newentrylogin .rightService .jobReadText {
  margin: 30px 0 50px;
}

.newentrypc1 .rightService .rigthTtl span,
.newentrylogin .rightService .jobReadText span {
  color: #ff0000;
}

.newentrypc1 .rightService .servviceText {
  margin: 5px 0;
  padding: 5px;
  background: #ffa500;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.newentrylogin .rightService .jobInfo th,
.newentrylogin .rightService .jobInfo td {
  padding: 10px;
  background: #fff;
}

.newentrylogin .rightService .jobInfo .summaryArea {
  width: 30%;
}

.caption-table {
  width: 380px;
  margin: 10px auto 20px;
}

.caption {
  padding: 10px;
  text-align: center;
}

.between {
  width: 100%;
}

.autologin {
  /*width: 68.5714286%;*/
  margin: 1px 0 0 0;
  padding: 4px 2px 0 4px;
  background: #eaf7fd;
  text-align: center;
}

.autologin label {
  vertical-align: top;
}

.autologin_sp label {
  vertical-align: top;
}

/* ===========================
	LP ログインボックス
=========================== */

.input-block {
  display: none;
  width: 500px;
  height: auto;
  margin: 10px auto 0;
  overflow: hidden;
}

.input-block .f-inputbox {
  width: 200px;
  padding: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #f7f7f7;
}

.input-block .login {
  display: block;
  width: 70px;
  height: 35px;
  margin: 0 auto;
  padding: 0.5em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.tri-bottom {
  width: 0;
  height: 0;
  border-color: #7ecef4 transparent transparent transparent;
  border-style: solid;
  border-width: 40px 100px 0 100px;
}

.input-copy-wrap {
  float: left;
  width: 605px;
}

.ne-image {
  float: right;
  width: 345px;
  height: 287px;
}

.loginBox {
  height: 110px;
  margin: 23px 0 0;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

.loginBox > div.disp02 {
  display: none;
  padding: 0;
}

.loginBox > div.disp02 .login-box li a {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 10px;
  font-size: 1rem;
}

.loginBox > div.disp02 .login-box li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #cccccc;
}

.loginBox p {
  display: table-cell;
  width: 100%;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.loginBox p span {
  display: inline-block;
  text-align: left;
}

.loginBox form {
  display: table;
  width: 100%;
  height: 100%;
}

.loginBox form .login-box {
  display: table-cell;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.loginBox form .login-box li {
  padding: 0 10px 0 0;
}

.loginBox form .login-box li:first-child {
  display: block;
  margin: 0 0 10px;
  padding: 0;
}

.loginBox form .login-box li input[type="text"] {
  padding: 3px;
}

.loginBox form .login-box li:first-child input {
  width: 100%;
  box-sizing: border-box;
}

.loginBox form .login-box li input[type="password"] {
  width: 300px;
  box-sizing: border-box;
}

.loginBox .form-box {
  width: auto;
  margin: 0;
  padding: 0 20px;
}

.loginBox .form-box form p {
  display: block;
  text-align: left;
}

/* ===========================
	本登録ページ
=========================== */
.entry-box {
  display: block;
  width: 800px;
  height: auto;
  margin: 0 auto;
}

/* ===========================
	各トップページ/サイト間リンク
   =========================== */
ul.site-link-list {
  list-style-type: none;
  display: table;
}

ul.site-link-list li {
  display: table-cell;
  padding-right: 50px;
}

/* ===========================
	お問合せ完了ページ　案件詳細
=========================== */
.comp-request .jod-detail-line2 {
  height: 30px;
  overflow: hidden;
}

.comp-request .jod-detail-line4 {
  height: 60px;
  overflow: hidden;
}

/* ===========================
	3秒アンケート
   =========================== */
.survey-area {
  display: block;
  width: 980px;
  height: 360px;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
  background: url(/img/recruit/sv-image.jpg) 0 0 #ddf9ff;
}

.form-container {
  display: block;
  float: right;
  position: relative;
  width: 350px;
  height: 330px;
  margin: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(64, 201, 229, 0.2) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(64, 201, 229, 0.2) 0px 0px 6px 3px;
  box-shadow: rgba(64, 201, 229, 0.2) 0px 0px 6px 3px;
  box-sizing: border-box;
  background: #f7f7f7;
}

.form-inner-box {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
  width: 300px;
  height: 280px;
  background: #fff;
}

.sv-fukidasi {
  position: absolute;
  top: -20px;
  left: 35px;
  z-index: 3;
}

.sv-title {
  position: absolute;
  top: 15px;
  left: 45px;
  z-index: 2;
}

ul.select-list {
  display: block;
  list-style: none;
  margin-top: 55px;
  padding-left: 18px;
}

ul.select-list li {
  padding: 10px;
  color: #000;
  font-size: 16px;
}

ul.select-list li input {
  display: none;
}

ul.select-list li label {
  position: relative;
  margin-left: 20px;
  padding: 10px 25px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}

ul.select-list li label::before {
  content: "";
  position: absolute;
  top: 42%;
  left: -10px;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  border: solid 1px #ccc;
  border-radius: 50%;
  background: #fff;
}

ul.select-list li input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 42%;
  left: -3px;
  width: 13px;
  height: 13px;
  margin-top: -3px;
  border-radius: 50%;
  background: #30c46b;
}

.sv-submit {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 12px 0 10px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 0 rgba(10, 150, 99, 1);
  -moz-box-shadow: 0 6px 0 rgba(10, 150, 99, 1);
  box-shadow: 0 6px 0 rgba(10, 150, 99, 1);
  background: #0dc582;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
}

.sv-submit:hover {
  -webkit-box-shadow: 0 2px 0 rgba(10, 150, 99, 1);
  -moz-box-shadow: 0 2px 0 rgba(10, 150, 99, 1);
  box-shadow: 0 2px 0 rgba(10, 150, 99, 1);
  background: #0dc582;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
}

.sv-submit:active {
  -webkit-box-shadow: 0 2px 0 rgba(10, 150, 99, 1);
  -moz-box-shadow: 0 2px 0 rgba(10, 150, 99, 1);
  box-shadow: 0 2px 0 rgba(10, 150, 99, 1);
  background: #3ae980;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 760px) {
  .survey-area {
    display: block;
    width: 100%;
    min-height: 560px;
    margin: 0 auto;
    padding: 30% 0 10%;
    box-sizing: border-box;
    background: #ddf9ff url(/img/recruit/sv-image_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }

  .form-container {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 93%;
    height: 350px;
    margin: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(64, 201, 229, 0.2) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(64, 201, 229, 0.2) 0px 0px 6px 3px;
    box-shadow: rgba(64, 201, 229, 0.2) 0px 0px 6px 3px;
    box-sizing: border-box;
    background: #f7f7f7;
  }

  .formBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .btn-submit {
    margin: 5% auto !important;
  }

  .form-inner-box {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 93%;
    height: 310px;
    background: #fff;
    z-index: 1;
  }

  .sv-fukidasi {
    position: absolute;
    top: -20px;
    left: 15px;
    z-index: 3;
  }

  .sv-title {
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 2;
    margin-left: -163px;
  }

  ul.select-list {
    display: block;
    list-style: none;
    margin-top: 55px;
    padding-left: 14px;
  }

  ul.select-list li {
    display: block;
    padding: 8px 0;
  }

  ul.select-list li input {
    display: none;
  }

  ul.select-list li label {
    position: relative;
    margin-left: 15px;
    padding: 19px 16px 20px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
  }

  ul.select-list li label::before {
    content: "";
    position: absolute;
    top: 42%;
    left: -20px;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    border: solid 1px #ccc;
    border-radius: 50%;
    background: #fff;
  }

  ul.select-list li:first-child input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 42%;
    left: -14px;
    width: 14px;
    height: 14px;
    margin-top: -3px;
    border-radius: 50%;
    background: #30c46b;
  }

  ul.select-list li input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 42%;
    left: -13px;
    width: 13px;
    height: 13px;
    margin-top: -3px;
    border-radius: 50%;
    background: #30c46b;
  }

  .sv-submit {
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 12px 0 10px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 6px 0 rgba(10, 150, 99, 1);
    -moz-box-shadow: 0 6px 0 rgba(10, 150, 99, 1);
    box-shadow: 0 6px 0 rgba(10, 150, 99, 1);
    background: #0dc582;
    color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
      Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
  }
}

/* ===========================
	地震メッセージ
   =========================== */
.earthquakeMessage {
  width: 923px;
  margin: 1em auto;
  padding: 1em;
  border: 3px solid #ddd;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
}

@media (max-width: 640px) {
  .earthquakeMessage {
    width: 96%;
    box-sizing: border-box;
  }
}

/* ===========================
	一覧ページピックアップ
   =========================== */
.list-pickup-area {
  height: auto;
  margin: 20px;
  padding: 10px 10px 15px;
  box-sizing: border-box;
  background: #fdfded;
}

.list-pickup-area p {
  margin: 5px 0;
  box-sizing: border-box;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* ===========================
	詳細ページピックアップ
   =========================== */
.pickup-area {
  height: auto;
  margin: 0;
  padding: 20px 20px 25px;
  box-sizing: border-box;
  background: #fdfded;
}

.pickup-area p {
  margin: 5px 0;
  box-sizing: border-box;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* ===========================
	キャリアパートナーからの一言
   =========================== */
.cp-comment {
  padding: 10px 20px 15px;
  border-top: 1px solid #d5d5d5;
}

.cp-comment-title {
  display: flex;
  width: fit-content;
  padding: 0.3em 0.8em;
  border-radius: 50px;
  background: #7ecef4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  align-items: center;
}

.cp-comment-title i {
  font-size: 2rem;
  margin-right: 0.2em;
}

.cp-comment-sentence {
  line-height: 1.7;
}

.detail_ab_pickup_top {
  display: none;
}

.detail_ab_cp_word {
  display: none;
}

/* ===========================
	検索結果0件ページ
   =========================== */
.zero-area {
  width: 100%;
  height: auto;
}

.zero-area img {
  display: block;
  margin: 40px auto;
}

.zero-area img:nth-child(3) {
  margin: 0 auto 20px;
}

ul.arrow-box {
  display: table;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}

ul.arrow-box li {
  display: table-cell;
  padding: 0 80px 20px;
}

ul.button-box {
  display: table;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0 10px;
}

ul.button-box li {
  display: table-cell;
}

ul.button-box li img,
ul.arrow-box li img {
  margin: 0;
}

/* ===========================
	LINEボタン
=========================== */
.btn_line_box {
  display: table;
  width: 98%;
}

.btn_line {
  display: table-cell;
  float: right;
  padding: 5px 10px 0 0;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .zero-area {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .zero-area img {
    display: block;
    margin: 40px auto;
  }

  .zero-area img:nth-child(3) {
    margin: 0 auto 20px;
  }

  ul.arrow-box {
    display: none;
  }

  ul.button-box {
    display: block;
    list-style-type: none;
    margin: 0 auto;
    padding: 0 0 10px;
  }

  ul.button-box li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  ul.button-box li img {
    margin: 0;
    width: 100%;
  }
}

/* ===========================
	詳細ボタンエリア
=========================== */
.sp-btn-box .job-contact-btn-m,
.sp-btn-box .job-detail-btn_m {
  position: relative;
  margin: 0 auto;
}

.sp-btn-box .job-detail-btn_m i {
  position: absolute;
  top: calc(50% - 8px);
  left: 0.9em;
}

.sp-btn-box .job-contact-btn-m i {
  position: absolute;
  top: calc(50% - 8px);
  right: 0.9em;
}

.sp-btn-box div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-btn-box .oneline {
  line-height: 280%;
}

/* ===========================
	期限切れコメント
	JINZAISYSTEM-9678 【GJB】法務依頼_求人の掲載方法と並び順の変更_求人詳細の変更
=========================== */
.expired_message {
  width: 90%;
  margin: 1em auto;
  padding: 10px;
  background: #fbffe8;
  font-size: 1.2rem;
  text-align: left;
}

/* ===========================
	ポップアップ
   =========================== */
.confirmation-modal,
.detail-opportunity-fixed-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.confirmation-modal-inner,
.detail-opportunity-fixed-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 80%;
  height: fit-content;
  padding: 1.5em;
  border-radius: 3px;
  background: #fff;
}

.confirmation-modal-open,
.detail-opportunity-fixed-modal-open {
  z-index: 1;
}

.confirmation-modal-cancel,
.detail-opportunity-fixed-modal-cancel {
  position: absolute;
  top: 1em;
  right: 1em;
  margin: 0;
  color: #a2a2a5;
}

.confirmation-modal-cancel:hover,
.detail-opportunity-fixed-modal-cancel:hover {
  opacity: 0.8;
  cursor: pointer;
}

.confirmation-modal-cancel i,
.detail-opportunity-fixed-modal-cancel i {
  margin-right: 0.5em;
}

.confirmation-modal-body,
.detail-opportunity-fixed-modal-body {
  display: flex;
  padding-top: 2em;
  flex-direction: column;
  align-items: center;
}

.confirmation-modal-body a,
.detail-opportunity-fixed-modal-body a {
  width: 300px;
}

.confirmation-modal-body a:hover,
.detail-opportunity-fixed-modal-body a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.lock {
  position: fixed;
  width: 100%;
  height: 100%;
}

.job-detail-2c-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* ===========================
	スキル
   =========================== */
.skill {
  margin-top: 2em;
}

.skill-panel {
  margin: 2em auto 0.2em;
  padding: 0.5em;
  background: #ff9922;
  color: #fff;
  text-align: center;
}

.skill-panel i {
  margin: 0 0.5em;
}

.skill-heading {
  margin-bottom: 0.5em;
  font-weight: 700;
}

.skill-heading i {
  color: #7ecef4;
}

.skill-heading span {
  padding: 0.2em 0.5em;
  border-radius: 2px;
  background: #7ecef4;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}

.skill .sp-member-detail-head {
  display: table-cell;
  padding: 0.5em 0.9em;
  box-sizing: border-box;
  text-align: center;
}

.skill .member-form-input {
  width: 96%;
}

.skill-baloon {
  position: absolute;
  display: inline-flex;
  top: -30px;
  right: -10px;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 1.4;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background: #ff9922;
  border-radius: 50%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.skill-baloon::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -7px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-right: 15px solid #ff9922;
  z-index: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 960px) {
  .skill-panel {
    width: 50%;
    margin-top: 3em;
    padding: 1em;
  }

  .skill .info-input {
    width: 79%;
    margin: 0 7.1em 1.429em;
  }

  .skill-baloon {
    top: -50px;
    right: 15%;
    width: 70px;
    height: 70px;
    font-size: 1.2rem;
  }

  .skill-baloon::before {
    bottom: -6px;
    left: -6px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 15px solid #ff9922;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* ===========================
	求人イメージ画像
   =========================== */

.tableWrap_top,
.sp_tableWrap_top {
  position: relative;
}

.tableWrap_top > a::before,
.sp_tableWrap_top > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.job-search .job-detail-2c tbody {
  display: table;
}

.job-search-intro {
  display: flex;
  padding: 0 1em 1em;
  background: #fff;
}

.job-search-image {
  width: 50%;
}

.job-search-info {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.job-search-intro .job-detail-item_top,
.job-search-intro .sp_job-detail-item_top {
  width: 80px;
  font-weight: 700;
}

.job-search-intro .job-detail-comment_top,
.job-search-intro .sp_job-detail-comment_top {
  width: calc(100% - 80px);
  margin-left: 0;
}

.job-search-intro .sp_job-detail-comment_top {
  z-index: 1;
  margin-bottom: 0.5em;
  padding: 0;
}

.job-search-intro .sp_job-detail-comment_top.jobdetail,
.job-search-intro .sp_job-detail-comment_top.salary {
  height: 2.8em;
}

.job-search-intro .job-detail-comment_top.salary {
  height: 4.2em;
}

.job-search-intro .job-detail-comment_top {
  z-index: 1;
  margin-bottom: 0.5em;
}

.sp_tableWrap_top .job-search-intro {
  padding-bottom: 0;
}

.sp_tableWrap_top .job-search-intro .job-search-image {
  width: 40%;
}

.sp_tableWrap_top .job-search-intro .job-search-info {
  margin: 0;
  font-size: 1.3rem;
}

.job-detail-image {
  width: 98%;
  margin: 1em auto;
}

.job-detail-image img {
  vertical-align: bottom;
}

.job-detail-intro {
  display: flex;
  margin: 2em auto !important;
}

.job-detail-intro .job-detail-image {
  width: 340px;
}

.job-detail-intro .job-detail-box {
  margin-top: 1em;
  margin-left: 1em;
  flex: 1;
}

.job-detail-intro .job-detail-info {
  display: flex;
  margin: 0;
  font-size: 1.3rem;
  flex-wrap: wrap;
}

.job-detail-intro .job-item {
  width: 80px;
  font-weight: 700;
}

.job-detail-intro .job-detail-comment {
  width: calc(100% - 80px);
  margin-left: 0;
}

.job-detail-intro .job-detail-button {
  margin: 1em;
}

.job-detail-intro .job-entry-btn_pc {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.4rem;
}

.job-detail-intro .job-reentry-btn_pc {
  width: 100%;
  margin: 0;
}

.job-detail-intro .job-examlist-btn {
  width: 100%;
  margin-top: 1em;
}

/* JINZAI-22104 【GJB】KJBの転職コラム記事内に登録導線追加 */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.leadin-btn {
  bottom: 12px;
  right: 15px;
  display: flex;
  gap: 5px;
}

.leadin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.leadin-bottom {
  bottom: 0;
  width: 100%;
  background: #EAF7FD;
  left: 0;
  z-index: 1;
  position: fixed;
  opacity: 0;
  transition: .2s;
}

.leadin-bottom .leadin-bottom-btn {
  display: flex;
  gap: 10px;
  bottom: 10px;
  right: 120px;
}

.entry-content .leadin img,
.entry-content .leadin-bottom img {
  margin-bottom: inherit;
}

.leadin-bottom-wrap {
  max-width: 840px;
  margin: auto;
}

@media (max-width: 540px) {
  /* 540px以下の画面幅に適用するスタイル */

  .leadin { 
    max-width: 343px;
    margin: 30px auto;
  }

  .leadin-bottom .leadin-bottom-btn {
    gap: 5px;
    bottom: 10px;
    right: 15px;
  }

  .sp-user_voice .float-left {
    float: inherit;
  }
}
