@charset "UTF-8";

/* ================================================================================ */
/*                                                                                  */
/*      スタイル                                                                    */
/*                                                                                  */
/* ================================================================================ */

/* reset
----------------------------------------------- */

body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
	font-size:100%;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

caption,
th{
	text-align:left;
}

a{
	text-decoration:underline;
	color:#666;
}

a:hover{
	text-decoration:none;
}

input[type="text"],
input[type="password"],
select{
	padding:3px;
	border:1px solid #CCC;
}

/* clearfix
----------------------------------------------- */

.clearfix:after{
	content:'';
	display:block;
	clear:both;
}

/* ベース
----------------------------------------------- */

*{
	box-sizing:border-box;
}

body{
	line-height:1.5;
	color:#333;
	font-size:12px;
	font-family:Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

::placeholder{
  color:#a9a9a9
}

/* 汎用
----------------------------------------------- */

.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

.cancel{
	text-decoration:line-through !important;
}

.att{
	color:#ee3344;
}

textarea[name=message]{
	padding:5px;
	line-height:1.4;
}

/* ================================================================================ */
/*                                                                                  */
/*      レイアウト                                                                  */
/*                                                                                  */
/* ================================================================================ */

#wrapper{
}

.head_inline{
	width:1020px;
}

#menu ul{
	width:1020px;
}

#contents{
	width:100%;
	margin:0;
	padding: 0 0;
}

.contents_inline{
	width: 1045px;
	margin: 20px auto 20px;
}

/* 1カラム
----------------------------------------------- */
.c1 .contents_m{
}

/* 2カラム
----------------------------------------------- */
.c2 .contents_m{
	float: left;
	width: 750px;
}

.c2 .contents_s{
	float: right;
	width: 240px;
}

/* 3カラム
----------------------------------------------- */
.c3{
	position:relative;
}

.c3 .contents_s2{
	position:absolute;
	left:0;
	top:0;
	width:234px;
}

.c3 .contents_s{
	position:absolute;
	right:0;
	top:0;
	width:234px;
}

.c3 .contents_m{
	margin:0 250px;
}


/*----------------------------------------------------------------【汎用デザイン】*/

/* コンテンツ部：メイン
----------------------------------------------- */

.contents_m{
}

.contents_m > .main > h2,
.contents_m > h2{
	margin:20px 0;
	font-size:18px;
	line-height:1.3;
	overflow:hidden;
}

.contents_m > .main > h2:first-child,
.contents_m > h2:first-child{
	margin:0 0 15px;
}

.contents_m > h2.function,
.contents_m > .main > h2.function
{
  padding-bottom: 10px;
  border-bottom: 1px solid #F99B1B;
}

.contents_m h2 span.id{
	float:right;
	font-weight:normal;
	font-size:10px;
	padding-top:3px;
}

.contents_m h2 span.sub{
	font-size: 14px;
	font-weight: normal;
}

.contents_m h3{
	font-size: 14px;
  margin: 20px 0 15px;
  border-left: 5px solid #F99B1B;
  padding-left: 10px;
}

.contents_m h3 span.more{
	padding-left:10px;
	font-size:12px;
  font-weight: normal;
}

.contents_m p{
	line-height:150%;
}

.contents_m ul li{
	line-height:150%;
}

.contents_m ul li p.news-text{
	line-height:150%;
  font-size: 14px;
  margin-top: 5px;
}

.contents_m .description{
}

.contents_m .annotation{
	margin:0 0 10px 10px;
	font-size:12px;
}

.contents_m .contents_box{
}

.contents_m .contents_box h2.business-type,
.contents_m .contents_box h2.occupation,
.contents_m .contents_box h2.features
{
	font-size: 16px;
  color: #333;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  position: relative;
}

.contents_m .contents_box h2.features
{
	margin: 30px 0 10px;
}

.contents_m .contents_box h2.business-type:before,
.contents_m .contents_box h2.occupatio:before,
.contents_m .contents_box h2.features:before
{
  content: '';
  display: inline-block;
  width: 17px;
  height: 20px;
  background-image: url(../img/icon-new.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  left: 2px;
}

.contents_m .contents_box h2.business-type:before
{
  width: 17px;
  height: 20px;
  background-image: url(../img/icon-occupation-b.svg);
  background-repeat: no-repeat;
  top: 0px;
  left: 2px;
}

.contents_m .contents_box h2.features:before
{
  width: 17px;
  height: 20px;
  background-image: url(../img/icon-features-b.svg);
  background-repeat: no-repeat;
  top: 1px;
  left: 2px;
}

.contents_m .contents_box.jobBusiness h2.features:before
{
  width: 17px;
  height: 20px;
  background-image: url(../img/icon-business-type-b.svg);
  background-repeat: no-repeat;
  top: 1px;
  left: 2px;
}

.contents_m div.news-wrapper{
  border: 1px solid #D3D3D3;
  margin: 40px 0 30px;
}

.contents_m div.news-wrapper li{
  border-bottom: 1px solid #D3D3D3;
  padding: 10px 15px;
}

.contents_m div.news-wrapper li:nth-child(3){
  border-bottom: none;
}

.contents_m div.news-wrapper li:nth-child(n+4){
  display: none;
}

/* .contents_m div.wish-wrapper li:nth-child(n+9){
  display: none;
} */

.contents_m .contents_box > h3{
	position:relative;
	border:none;
	margin:0;
	padding:10px 15px;
	font-size:14px;
	line-height:1.3;
	border-bottom:3px solid #EEE;
}

.contents_m .contents_box > h3::after{
	content:"";
	position:absolute;
	bottom:-3px;
	left:0;
	width:50%;
	height:3px;
	background:#666;
}

.contents_m div.news-wrapper h3{
  border-bottom: none;
  border-bottom: 1px solid #D3D3D3;
  background: #F8F8F8;
  display: flex;
  justify-content: space-between;
}

.contents_m div.news-wrapper h3:after{
  content: none;
}

.contents_m .contents_box .body{
	padding: 0;
}

.contents_m .contents_box .body--top-search{
	border: 1px solid #D3D3D3;
  background: #FAFAFA;
  padding: 20px 20px;
}

.contents_m .contents_box .body > p{
}

.contents_m .contents_box .body > .more{
	margin:0 -15px -15px;
	padding:10px 15px;
	text-align:right;
}

.contents_m .contents_box .body + .more{
	background:#F5F5F5;
	padding:10px 15px;
	text-align:right;
}

.contents_m .contents_box .body .message_result_none{
	background:transparent;
	text-align:center;
	color:#999;
}

.contents_m .contents_box .body .message_result_none + .more{
	display:none;
}

.contents_m .contents_box .body .message_result_botton{
  cursor: pointer;
  background: #2B91C7;
  color: #FFF;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 13px;
  text-decoration: none;
  padding: 6px 10px;
  display: inline-block;
  margin: 5px 0 10px;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1)
}

.th_notice{
	background:#ee3344 !important;
	color:#FFF !important;
}

/* ボタンセット */
.contents_m .button{
  /* display: block;
  color: #fff;
  background-color: #2B91C7;
  border-radius: 5px;
  width: 90px;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  position: relative;
  padding-left: 10px;
  border: none;
  cursor: pointer; */
}

.contents_m .button--gray{
  display: block;
  color: #000000;
  background-color: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 4px;
  width: 160px;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.contents_m .button--gray::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  border: 5px solid transparent;
  border-top: 7px solid #676869;
  transform: rotate(-90deg);
}

.contents_m .button a.button,
.contents_m .button button,
.contents_m .button input[type="button"],
.contents_m .button input[type="submit"]{
	padding:8px 16px;
	cursor:pointer;
	background:#2B91C7;
	color:#FFF;
	border:none;
	border-radius:3px;
	text-decoration:none;
	display:inline-block;
}

.contents_m .button a.button:hover,
.contents_m .button button:hover,
.contents_m .button input[type="button"]:hover,
.contents_m .button input[type="submit"]:hover{
	opacity:0.7;
}

.contents_m .button.button--yellow input[type="button"]{
  background: #FFFCEA;
  border: 1px solid #666;
  color: #444;
  background-image: url(/common/img/system/icon-text.svg);
  background-repeat: no-repeat;
  background-position: 15% 50%;
  padding: 8px 16px 8px 40px;
}

.contents_m .button input.btn_back[type="submit"]{
  background: #afafaf;
}

/* ページ送り */
.search_page{
	margin:20px 0;
}

.search_page ul li a{
	background:#FFF;
	border-radius:2px;
}

.search_page ul li.focus{
	background:#555;
	border:1px solid #555;
	border-radius:2px;
}

/* 汎用メッセージ */

.contents_m .message{
	background:#FFF;
	/* border:1px solid #DDD; */
	border-radius:2px;
	padding: 20px;
	margin: 10px 0;
}

.contents_m .description{
	background:#FFF;
	margin: 20px 0;
  line-height: 1.7em;
  font-size: 14px;
}

.contents_m .description.description--label{
	background:#F8F8F8;
	padding: 10px 20px;
}

.contents_m .error_message{
	border:1px solid #ee3344;
	color:#ee3344;
}

.contents_m .main > .error{
	background:#FFF;
	border:1px solid #ee3344;
	border-radius:2px;
	padding:20px;
	margin:10px 0;
	font-weight:normal;
}

.contents_m .attention{
	background:#FFF;
	border:1px solid #DDD;
	border-radius:2px;
	padding:20px;
	margin:10px 0;
}

/* 汎用メニュー */

.contents_m ul.sub_menu{
	margin:20px 0;
}

.contents_m ul.sub_menu.sub_menu--history{
	margin: 0;
  position: relative;
}

.contents_m ul.sub_menu.sub_menu--history a{
  background-image: url(/common/img/icon-batu-w.svg);
  background-repeat: no-repeat;
  background-position: 13% 47%;
  padding: 8px 16px 8px 35px;
}

.contents_m ul.sub_menu li a{
	border-radius: 5px;
  font-size: 12px;
	padding: 8px 16px;
	border: none;
  background-color: #2B91C7;
}

.contents_m ul.sub_menu li a:hover{
	opacity:0.7;
}

#history_items .search_page{
  margin: 0px 0 30px;
  padding-top: 10px;
  height: auto;
}


/* サイドカラム
----------------------------------------------- */

.contents_s .contents_box{
	background:#FFF;
	border:1px solid #DDD;
	margin:0 0 20px;
}

.contents_s .contents_box h2{
	position:relative;
	padding:10px 15px;
	font-size:14px;
	line-height:1.3;
	border-bottom:3px solid #EEE;
}

.contents_s .contents_box h2::after{
	content:"";
	position:absolute;
	bottom:-3px;
	left:0;
	width:50%;
	height:3px;
	background:#666;
}

.contents_s .contents_box h2 .more{
	float:right;
	font-size:12px;
}

.contents_s .contents_box .body{
	padding:15px;
}

.contents_s .contents_box .body dl dt{
	margin-bottom:3px;
}

.contents_s .contents_box .body dl dd{
	margin-bottom: 10px;
}

.contents_s .contents_box .body dl dd input[type="text"]{
	width:200px;
}

.contents_s .contents_box .body p.message,
.contents_s .contents_box .body p.more{
	text-align:center;
}

.contents_s .contents_box .body > p.more{
	/* margin: 11px -15px -10px; */
  margin: 15px auto 0;
	padding: 11px 0 5px 0;
	text-align: right;
  width: 100%;
  border-top: 1px solid #DDD;
}

.contents_s .contents_box ul{
	margin:0 0 10px;
}

.contents_s .contents_box ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	line-height:150%;
}

.contents_s .contents_box ul li+li{
	margin-top:5px;
}

.contents_s .contents_box p{
	padding:2px 0;
}

.contents_s .contents_box p.button{
	text-align:center;
}


/* サイドカラム2
----------------------------------------------- */
.contents_s2 .contents_box{
	margin-bottom:15px;
}

.contents_s2 .contents_box h2{
	padding:10px;
	border:1px solid #CCC;
	font-size:16px;
	background:url(../img/style/h2_bk.gif) repeat-x center;
}

.contents_s2 .contents_box .body{
	padding:10px;
	border:1px solid #CCC;
	border-top:none;
}

.contents_s2 .contents_box .body dl dt{
	margin-bottom:3px;
}

.contents_s2 .contents_box .body dl dd{
	margin-bottom:8px;
}

.contents_s2 .contents_box .body dl dd input[type="text"]{
	width:200px;
}

.contents_s2 .contents_box .body p{
	text-align:center;
	margin-top:10px;
}

.contents_s2 .contents_box ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	line-height:150%;
}

.contents_s2 .contents_box ul li+li{
	margin-top:5px;
}

/* ================================================================================ */
/*                                                                                  */
/*      モジュール＆ステート                                                        */
/*                                                                                  */
/* ================================================================================ */

#super_user{
	width:980px;
	margin:0 auto;
}

#super_user a{
	display:block;
	width:150px;
	padding:5px;
	margin:0 auto;
	text-align:center;
	width:100px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#555;
}

#super_user a:hover{
	background-color:#333;
}

.breadcrumb{
  padding: 0 0 10px 25px;
	margin-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #E3E2E2;
}

.breadcrumb:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 19px;
  background-image: url(../img/icon-home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -3px;
  left: -2px;
}

.breadcrumb a{
  color: #0860c0;
}

/* ヘッダー(共通)
----------------------------------------------- */

#head{
	width:100%;
	background:#FFF;
}

.head_inline{
	min-height:70px;
	margin:0 auto;
	position:relative;
}

#head #logo{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}

#head #logo > a{
	display:block;
}

#head #logo > a > img{
	display:block;
	max-height:70px;
	width:auto;
}

#head .switch{
	/* サイトのモード切替 */
	position:absolute;
	right:0;
	top:-10px;
	margin:0;
	overflow:hidden;
}

#head .switch li{
	float:left;
}

#head .switch li a{
	display:block;
	font-size:12px;
	border:none;
	background:#EEE;
	color:#000;
	margin:0;
	padding:6px 48px;
	text-decoration:none;
}

#head .switch li.active a{
	background:#666;
	color:#FFF;
}

#head .switch li.hello{
	margin:10px 10px 0 0;
}

#head .switch li.hello a{
	border:none;
	display:inline;
	padding:0;
	margin:0;
	text-decoration:underline;
	background:transparent;
}

#head .switch li.hello a:hover{
	text-decoration:none;
}

#head .head_menu{
	position: absolute;
	right: 0;
	bottom: 5px;
}

#head .head_menu li{
	display: inline-block;
	margin: 0 0 0 15px;
}

#head .head_menu li a{
}

#head .head_menu li a:hover{
	opacity: 0.7;
}

#head .head_menu--nobody{
	/* 未ログイン時に追加で付与されるクラス */
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
}

#head .head_menu--nobody li{
	display:inline-block;
	margin-left:5px;
}

#head .head_menu--nobody li a{
	display: block;
	padding: 7px 16px;
	border: 1px solid #666;
	border-radius: 2px;
	font-size: 12px;
	text-decoration: none;
}

#head .head_menu--nobody li a:hover{
}

#head .head_menu--nobody li.login a{
	background: #333;
	color: #FFF;
	border: 1px solid #333;
}

#head .switch + .head_menu--nobody{
	/* サイトのモード切替、の直後にある、未ログイン時のメニュー */
	position:absolute;
	right:0;
	bottom:0;
	transform: translateY(0%);
}

p.hello{
	text-align:right;
}


/* グローバルナビゲーション(共通)
----------------------------------------------- */

#menu{
  height: 55px;
	background:#F99B1B;
	color: #fff;
}

#menu > ul{
	width:1045px;
	margin:0 auto;
}

#menu > ul > li{
	float:left;
	font-size:16px;
	position:relative;
}

#menu > ul > li::before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	height:40%;
	width:1px;
	background:#DDD;
}

#menu > ul > li:first-child::before{
	content:"";
	position:absolute;
	width:0px;
}

#menu > ul > li > a{
	display:block;
	padding:15px 25px;
	color:#fff;
	text-decoration:none;
}

#menu > ul > li > a:hover{
	color:#fff;
  text-decoration: underline;
}

#menu .addMainMenu{
	position:absolute;
	z-index:80;
	background:#333;
	text-align:left;
	width:170px;
}

#menu .addMainMenu ul{
	width:auto;
}

#menu .addMainMenu li{
	width:100%;
}

#menu .addMainMenu ul li a{
	display:block;
	padding:15px 25px;
	color:#FFF;
	text-decoration:none;
}

#menu .addMainMenu ul li a:hover{
	background:#666;
}

#menu .parent_menu div{
	display:none;
}

/* フッター
----------------------------------------------- */

#foot{
	margin: 50px 0 0;
	padding: 40px 0 20px;
	background:#F8F8F8;
  border-top: 2px solid #F99B1B;
}

#foot .foot_inline{
	width: 1045px;
	margin: 0 auto;
}

#foot .foot_inline h2{
	font-size: 15px;
  margin-bottom: 20px;
}

#foot .foot_inline .foot_menu{
	padding: 0 20px;
	margin: 0 0 20px;
}

#foot .foot_inline .foot_menu li{
	display:inline-block;
	margin-right:20px;
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

#foot #pagetop{
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#foot #pagetop a{
	display: block;
}

.foot_inline__logo{
  width: 370px;
  padding: 10px 0 0 10px;
}

.foot_inline__logo img{
  width: 100%;
}

.foot_inline__copyright{
  width: 100%;
  background: #fff;
  text-align: center;
  border-top: 1px solid #c6c6c6;
}

.foot_inline__copyright p{
  margin: 20px 0;
  font-size: 14px;
}


/* テーブル
----------------------------------------------- */

.contents_m table{
	width: 100%;
	line-height: 150%;
	margin-bottom: 20px;
}


_:-ms-input-placeholder, :root .contents_m table {
  color:#a9a9a9
}


_:-ms-input-placeholder, :root .contents_m--recruitment_information table td {
  color:#a9a9a9
}

_:-ms-input-placeholder, :root .contents_m--recruitment_information .search_table table th {
  color:#a9a9a9
}

_:-ms-input-placeholder, :root .contents_m--recruitment_information table {
	table-layout: fixed;
    color:#a9a9a9
}


_:-ms-input-placeholder, :root .contents_m--recruitment_information table.publishingSettings {
	table-layout:auto;
    color:#a9a9a9
}

_:-ms-input-placeholder, :root .contents_m--recruitment_information table.publishingSettings th {
	width: 21.5%;
}


_:-ms-input-placeholder, :root .contents_m table#business_hours {
	table-layout: fixed;
    color:#a9a9a9
}

_:-ms-input-placeholder, :root .contents_m table#business_hours th {
	width: 220px;
}

_:-ms-input-placeholder, :root .contents_m table#business_hours td {
	width: 100% !important;
}


_:-ms-input-placeholder, :root .contents_m .wish_table {
	table-layout: fixed;
  color:#a9a9a9
}

_:-ms-input-placeholder, :root .contents_m .wish_table th {
	width: 220px;
}

_:-ms-input-placeholder, :root .contents_m .wish_table td {
	width: 100% !important;
}


_:-ms-input-placeholder, :root .contents_m .finalHistory_table {
	table-layout: fixed;
    color:#a9a9a9
}

_:-ms-input-placeholder, :root .contents_m .finalHistory_table th {
	width: 220px !important;
}

_:-ms-input-placeholder, :root .contents_m .finalHistory_table td {
	width: 100% !important;
}

.contents_m table caption{
	background-color:#656565;
	color:#FFF;
	font-size: 14px;
	padding: 8px 5px 7px 10px;
}

.contents_m table th{
	background-color:#F8F8F8;
	border: 1px solid #C3C3C3;
	padding: 14px 12px;
  font-size: 13px;
  vertical-align: top;
}

.contents_m table th div.info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1em;

}

.contents_m table td{
	border:1px solid #C3C3C3;
	padding: 12px 12px;
	background-color:#FFF;
  font-size: 13px;
}

.contents_m table td.ta_center{
	text-align:center;
}

.contents_m table td.ta_right{
	text-align:right;
}

.contents_m table td div[class^="label"]{
	display:flex;
	flex-wrap:wrap;
	margin:0 0 0;
}

.contents_m table td div[class^="label"] label{
	margin:0 0 5px;
}

.contents_m table td .label2 label{ /*label 2列*/
	width: 33.3%;
}

.contents_m table td .label2-2 label{ /*label 2列*/
	width: auto;
}

.contents_m table td .label2-2 label:first-of-type{ /*label 2列*/
	margin-right: 15px;
}

.contents_m table td .label3 label{ /*label 3列*/
	width:33%;
}

.contents_m table td .label4 label{ /*label 4列*/
	width:25%;
}

.contents_m table td .label5 label{ /*label 5列*/
	width:20%;
}

.contents_m table td .label6 label{ /*label 6列*/
	width:16%;
}

.contents_m table td .label7 label{ /*label 7列*/
	width:14%;
}

input[type=checkbox]{
	vertical-align:middle;
	margin-right:5px;
	cursor:pointer;
	margin-top:2px;
	margin-bottom:2px;
}

.contents_m table td label:has(input[name="foreign_flg"]){
	display: none;
}

.contents_m table td label input[name="foreign_flg"]{
	display: none;
}

.contents_m table td select{
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #B1B1B1;
  padding: 5px 25px 5px 7px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/common/img/under-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 7px center;
}

.contents_m table td div#japan select:first-of-type{
  margin-right: 10px;
}



/* 検索テーブル（search_table）
----------------------------------------------- */
.contents_m .search_table{
  margin-top: 20px;
}

.contents_m .search_table input[type="text"]{
	width:100%;
  padding: 5px;
}

.contents_m .search_table div[class^="label"]{
	display:flex;
	flex-wrap:wrap;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.contents_m .search_table .label3 label{
	width:50%;
	margin:0 0 5px;
}

.contents_m .search_table .label4 label{
	width:50%;
	margin:0 0 5px;
}

.contents_m .search_table .label5 label{
	width:33.33%;
	margin:0 0 5px;
}

.contents_m .search_table .label6 label{
	width: auto;
	margin: 0 18px 0 0;
}

.contents_m .search_table .label2col label{
	width:50%;
	margin:0 0 5px;
}
.contents_m .search_table .label3col label{
	width:33.33%;
	margin:0 0 5px;
}
.contents_m .search_table .label4col label{
	width:25%;
	margin:0 0 5px;
}

.contents_m .search_table .label4col.jobstyle label{
	width: auto;
	margin: 0 0 5px;
  margin-right: 20px;
}

/* 検索結果一覧テーブル（list_table）
----------------------------------------------- */
.contents_m .list_table{
}

.contents_m .list_table p.change-resume{
  position: relative;
}

.contents_m .list_table p.change-resume::before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 13px;
  background-image: url(../img/system/icon-change-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 13px;
}

.contents_m .list_table p.change-resume button{
  color: #333;
  padding: 7px 12px 7px 35px;
  border: 1px solid #999;
  background: none;
  border-radius: 3px;
}

.contents_m .list_table li p.company{
  font-size: 12px;
  padding: 8px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.contents_m .list_table li div.list_table__inner{
  background: #FFFCEA;
  padding: 2px 15px 10px;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  height: 213px;
}

.contents_m .list_table li div.list_table__info{
  padding: 10px 15px;
}

.contents_m .list_table li p.work-style span.mark-IF001,
.contents_m .list_table li p.work-style span.mark-IF002,
.contents_m .list_table li p.work-style span.mark-IF003,
.contents_m .list_table li p.work-style span.mark-IF004,
.contents_m .list_table li p.limit span.mark-IF001,
.contents_m .list_table li p.limit span.mark-IF002,
.contents_m .list_table li p.limit span.mark-IF003,
.contents_m .list_table li p.limit span.mark-IF004
{
  background: #4AADA0;
  padding: 5px 7px;
  font-size: 9px;
  border-radius: 2px;
  color: #fff;
  display:inline-block;
  margin: 6px 0 8px;
  line-height: 1em;
}

.contents_m .list_table li p.work-style span.mark-IF002,
.contents_m .list_table li p.limit span.mark-IF002
{
  background: #F06922;
}

.contents_m .list_table li p.work-style span.mark-IF003,
.contents_m .list_table li p.limit span.mark-IF003
{
  background: #5991ec;
}

.contents_m .list_table li p.work-style span.mark-IF004,
.contents_m .list_table li p.limit span.mark-IF004
{
  background: #5c687c;
}

.contents_m .list_table li p.occupation,
.contents_m .list_table li p.salary,
.contents_m .list_table li p.station{
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.contents_m .list_table li p.occupation br,
.contents_m .list_table li p.salary br,
.contents_m .list_table li p.station br{
  display: none;
}

.contents_m .list_table li p.occupation:before,
.contents_m .list_table li p.salary:before,
.contents_m .list_table li p.station:before
{
  content: '';
  display: inline-block;
  width: 9px;
  height: 11px;
  background-image: url(../img/icon-occupation-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0px;
}

.contents_m .list_table li p.salary:before{
  background-image: url(../img/icon-salary-g.svg);
  top: 4px;
  left: 0px;
}

.contents_m .list_table li p.station:before{
  background-image: url(../img/icon-station-g.svg);
  top: 3px;
  left: 0px;
}

.contents_m .list_table ul li:nth-child(n+4) {
  /* display: none; */
}

.contents_m .list_table th{
	padding:8px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
  text-align: center;
}

.contents_m .list_table td{
	padding: 10px;
  line-height: 1.5em;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

.contents_m .list_table td a{
	color: #0860c0;
}

.contents_m .list_table tr.odd td{
	background-color:#FAFAFA !important;
}

/* 操作アイコン */
.contents_m .list_table .operation{
	text-align:center;
	line-height:1;
}

.contents_m .list_table .operation li{
	display:inline-block;
	line-height:1;
}

.contents_m .list_table .operation li+li{
	padding-left:1px;
}

.contents_m .list_table .operation li a{
	display:inline-block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat left top;
}

.contents_m .list_table .operation li a:hover{
	opacity:0.7;
}

.contents_m .list_table .operation li.edit a,
.contents_m .list_table .operation li.delete a,
.contents_m .list_table .operation li.more a
{
  width: 64px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

/*編集*/
.contents_m .list_table .operation li.edit a{
	background-image:url(../img/system/icon-edit2.png);
}

/*削除*/
.contents_m .list_table .operation li.delete a{
	background-image:url(../img/system/icon-delete2.png);
}

/*詳細*/
.contents_m .list_table .operation li.more a{
	background-image:url(../img/system/icon-more2.png);
}

.contents_m .all_operation{
	text-align:center;
	margin-bottom:10px;
}

/* 詳細ページテーブル（info_table）
----------------------------------------------- */
.contents_m .info_table{
}

.contents_m .info_table.search-result{
}

.contents_m .info_table.search-result dl{
  border-top: 1px solid #D3D3D3;
  padding: 6px 15px;
  display: flex;
  align-items: center;
}

.contents_m .info_table.search-result dl:last-child{
  border-bottom: 1px solid #D3D3D3;
}

.contents_m .info_table.search-result dl dt{
  color: #000;
}

.contents_m .info_table.search-result dl dt img{
  margin: 5px 18px 0 0;
  width: 34px;
  height: 26px;
}


.contents_m .info_table.search-result dl dd{
  font-size: 13px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.contents_m .info_table.search-result dl dd br{
  display: none;
}


/* 入力フォームテーブル（form_table）
----------------------------------------------- */
.contents_m .form_table{
}

.contents_m .form_table p.lock,
.contents_m .main p.lock
{
  background:url(../img/icon-lock-g.svg) no-repeat left 5px;
  margin: 20px 0 15px;
  padding-left: 20px;
  background-position: 0% 5%;
}

.contents_m .form_table th .requisite{
	background-color:#EF6922;
	font-weight: normal;
	font-size: 11px;
	color:#fff;
	padding:3px 4px;
	margin-left: 10px;
  border-radius: 3px;
}

.contents_m .form_table td .hint{
	color:#6E6D6D;
	display: block;
	padding-top: 5px;
	margin-top: 5px;
}

.contents_m .form_table td .hint.hint--regist{
  padding: 0 0 5px;
  margin: 0 0 5px;
}

.contents_m .form_table td .closed{
	border:1px solid #555;
	background-color:#555;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	padding:2px 3px;
	emargin-left:3px;
}

.contents_m .form_table td select+select{
	margin-left:3px;
}

.contents_m .form_table td.validate .error{ /*個別*/
	color:#FF0000;
	margin-top:5px;
}

.contents_m .main > .error{ /*総括*/
	color:#F00;
	font-weight:bold;
	margin-bottom:10px;
}

.contents_m .form_table input[type=text]:focus,
.contents_m .form_table textarea:focus,
.contents_m .form_table select:focus{
	border:1px solid #0099ff;
}

.contents_m .form_table input[type=text],
.contents_m .form_table textarea,
.contents_m .form_table select,
.contents_m .form_table input[type=password],
.contents_m .login_table input[type=text],
.contents_m .login_table input[type=password],
.contents_m .login_table textarea,
.contents_m .login_table select
{
	padding: 6px;
  font-size:14px;
  border: 1px solid #878787;
  border-radius: 2px;
  padding-right: 40px;
}

.contents_m .form_table select[name="birth_date_year"]{
  width: 90px;
}

.contents_m .form_table select[name="has_adds"]{
  width: 90px;
}

.contents_m .form_table select[name="has_add_sub"]{
  /* padding-right: 40px; */
}

.contents_m .form_table select[name="birth_date_month"] ,
.contents_m .form_table select[name="birth_date_day"]
{
  width: 64px;
}

.contents_m .form_table table.regist-table th,
.contents_m .form_table table.regist-table td
{
  padding: 12px 15px;
}

.contents_m .form_table table.regist-table th div.info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1em;
}

.contents_m .form_table table.regist-table th div.info > p{
  display: flex;
  align-items: center;
}

.contents_m .form_table table.regist-table th div.info > p > img{
  margin: 0 0 2px 10px;
}

.contents_m .form_table table.regist-table td input[type="button"]{
  background: #2B91C7;
  color: #fff;
  border: none;
  margin-left: 10px;
  border-radius: 3px;
  padding: 4px 8px;
  cursor: pointer;
}

.contents_m .form_table table.regist-table td select{
  padding-right: 30px;
}

.contents_m .form_table table.regist-table td p.form-area{
  margin: 10px 0 5px;
}

.contents_m .form_table table.regist-table td p.form-area:first-of-type{
  margin: 5px 0 5px;
}

.contents_m .form_table table.regist-table td p.form-area span{
  width: 125px;
  display: inline-block;
}

.contents_m .form_table table.regist-table td a.mailcheck,
.contents_m .form_table table td a.mailcheck
{
  border: 1px solid #ccc;
  padding: 5px 8px;
  border-radius: 3px;
  margin-left: 10px;
  color: #0860c0;
}

.contents_m .login_table{
  margin: 30px 0 20px;
}

.contents_m .login_table span.hint a
{
	margin-left: 5px;
}

.input-example{
  font-size: 11px;
  display: block;
  margin: 5px 0;
}

.contents_m .form_table textarea{
	font-size:14px;
	border:1px solid #ccc;
	padding:4px;
	line-height:1.6;
	width:98%;
	margin-right:10px;
}

.contents_m .wish_table button[type=button],
.contents_m .wish_table input[type=button]:not([disabled]){
  padding: 4px 10px;
  cursor: pointer;
  background: #2B91C7;
  color: #FFF;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
}

.contents_m .wish_table button[type=button]{
  margin-top: 5px;
}

.contents_m .wish_table select[name="transfer"],
.contents_m .wish_table select[name="hope_salary_type"]{
  padding-right: 30px;
}

.direct-mail{
  background: none;
  padding: 0;
  margin: 20px 0 15px
}

/* 確認フォームテーブル（check_table）
----------------------------------------------- */

.contents_m .check_table table{
  margin: 20px 0 20px;
}

.contents_m .check_table table th,
.contents_m .check_table table td
{
  border: 1px solid #C3C3C3;
  padding: 10px 10px;
  background-color: #fff;
}

.contents_m .check_table table th
{
  background-color: #F8F8F8;
}


/* ログインフォームテーブル（login_table）
----------------------------------------------- */
.contents_m .login_table{
}

/* ボタン
----------------------------------------------- */

.contents_m .button{
	text-align: center;
}

.contents_m .button input{
	margin:0 10px 0 0;
	padding:3px 10px;
}

.contents_m .button p.tarms{
  margin-bottom: 15px;
  font-size: 11px;
}

.contents_m .button p.tarms a{
  color: #0860c0;
}

/* 画面メッセージ
----------------------------------------------- */
.contents_m .message{
	padding: 15px;
  background: #FFFCEA;
}


.contents_m .message.editcomp{
	padding:15spx;
  background: #FFFCE8;
}

.contents_m .message.message--registcomp{
	padding: 0 !important;
}

.contents_m .message.message--registcomp .attention{
	background: #FFFCE8;
  border: none;
}

.contents_m .message.editcomp p{
	margin-bottom: 0;
}

.contents_m .message ul{
	margin-top:20px;
}

.contents_m .message ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .message p{
  line-height: 1.7em;
  font-size: 14px;
}

.contents_m .message.complete{
	margin-bottom: 25px;
  line-height: 1.7em;
  font-size: 14px;
  background: #FFFCEA;
  padding: 15px;
}

.contents_m .message.complete > p{
	margin-bottom: 0;
}

/* エラーメッセージ
----------------------------------------------- */
.contents_m .error_message{
	padding: 20px;
	color: #333;
  border: none;
  background: #FFFCEA;
  margin: 30px 0;
}

.contents_m .error_message > p{
	font-size: 14px;
  line-height: 1.6em;
}

.contents_m .error_message ul{
	margin-top:20px;
}

.contents_m .error_message ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .error_message p{
}

.contents_m .resume-step{
  width: 40%;
  margin: 0 auto;
}

.contents_m .resume-step img{
  width: 100%;
}

/* 検討中リスト
----------------------------------------------- */

.contents_m .list.clip{
  border: none;
}

.contents_m .list.clip .clip__inner{
  margin-bottom: 20px;
  border: 1px solid #D3D3D3;
}

.contents_m .list.clip .title{
  padding: 0;
}

.contents_m .list.clip .clip__head{
  display: flex;
  align-items: center;
  padding: 10px;
}

.contents_m .list.clip .clip__head span.company{
  font-size: 13px;
  margin-bottom: 2px;
}

.contents_m .list.clip .clip__head p.work-style span{
  background: #4AADA0;
  padding: 4px 7px;
  font-size: 10px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin: 4px 10px 4px;
  line-height: 1em;

}

.contents_m .list.clip .job_container .clip__body{
  width: 100%;
  background: #FFFCE8;
  display: flex;
  padding: 15px;
}

.contents_m .list.clip .job_container .clip__body .photo img{
  width: 210px;
  height: 135px;
  object-fit: cover;
  object-position: 50% 50%;
}

.contents_m .list.clip .job_container .clip__body .info{
  width: 77%;
}

.contents_m .list.clip .job_container .clip__body .info h3{
  font-size: 18px;
  margin: 10px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.contents_m .list.clip .job_container .clip__body p.area,
.contents_m .list.clip .job_container .clip__body p.station,
.contents_m .list.clip .job_container .clip__body p.salary
{
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis
}

.contents_m .list.clip .job_container .clip__body p.station br,
.contents_m .list.clip .job_container .clip__body p.area br,
.contents_m .list.clip .job_container .clip__body p.salary br
{
  display: none;
}

.contents_m .list.clip .job_container .icon{
  overflow: hidden;
  margin: 0;
  padding: 15px 15px 15px;
}

.contents_m .list.clip .job_container .icon li{
  float: left;
  margin: 3px 6px 3px 0;
  white-space: nowrap;
}

.contents_m .list.clip .job_container .icon li a{
  display: block;
  font-size: 11px;
  color: #5f5f5f;
  padding: 4px 6px 3px 6px;
  border: 1px solid #AFAFAF;
  border-radius: 5px;
  text-decoration: none;
}

.contents_m .list.clip .job_container .button{
  margin: 0;
  padding: 15px 15px 18px;
  border-top: 1px solid #D3D3D3;
}

/* ページャー
----------------------------------------------- */
.search_page{
	margin: 20px 0 20px;
	text-align: right;
  height: 20px;
}

.search_page p{
	float:left;
	margin-left:5px;
}
.search_page p span{
	font-size:14px;
	font-weight:bold;
}

.search_page ul{
	margin:10px auto 20px auto;
}

.search_page ul li{
	line-height:100%;
	display:inline-block;
	margin-right:3px;
}

.search_page ul li.focus{
	padding:5px 8px 5px 8px;
	border:1px solid #CCC;
	background-color:#555;
	color:#FFF;
	font-weight:bold;
}

.search_page ul li a{
	padding:5px 8px 5px 8px;
	border:1px solid #CCC;
	text-decoration:none;
	display:inline-block;
}

.search_page ul li a:hover{
	background-color:#EEE;
}

/* sub_menu
----------------------------------------------- */

.contents_m ul.sub_menu{
	text-align:right;
	margin-bottom:10px;
	padding:0;
}

.contents_m ul.sub_menu li{
	display:inline-block;
	background:none;
	margin-left:7px;
}

.contents_m ul.sub_menu li a{
	display: inline-block;
	background-color:#2B91C7;
	color: #FFF;
	text-decoration: none;
	padding: 7px 14px 6px;
}

.contents_m ul.sub_menu li a:hover{
	background-color:#2B91C7;
}

.contents_m ul.sub_menu li.back a{
	background:url(../img/style/back.gif) no-repeat 10px 13px #FFF;
	color:#333;
	padding: 7px 16px 7px 25px;
	border:1px solid #999;
}

.contents_m ul.sub_menu li.back a:hover{
	background-color:#FAFAFA;
}

.contents_m ul.sub_menu li a.message-change{
  background:url(../img/system/icon-send.svg) no-repeat 20px 9px #FFFCEA;
  color: #333;
  border: 1px solid #333;
  padding: 7px 16px 7px 45px;
}

.contents_m ul.sub_menu li a.message-change:hover{
  background-color: #FFFCEA;
}

/* ソーシャルボタン
----------------------------------------------- */

#social {
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
}

#social > div:not(:first-child) {
    margin-left: 15px;
}

#social .mixi {
    width: 60px;
}

#social .hatena {
    width: 50px;
}

#social .twitter {
    width: 60px;
}

#social .facebook {
    width: 83px;
}

#social .line {

}


/* サイトからのお知らせ
----------------------------------------------- */
.contents_m .system_news .date{
	text-align:right;
}

.contents_m .system_news ul{
	padding:0 10px;
}

.contents_m .system_news ul li{
	margin-bottom:5px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	padding-left:10px;
}


/* ニュース
----------------------------------------------- */
.contents_m .news .body ul{
	padding:0 10px;
}

.contents_m .news .body ul li{
	margin-bottom:8px;
	zoom:1;
}

.contents_m .news .body ul li:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.contents_m .news .body ul li span{
	float:left;
	width:80px;
}

.contents_m .news .body ul li p{
	margin-left:85px;
}

/* ニュース本文
----------------------------------------------- */
.contents_m .news_text{
	padding:10px;
}

.contents_m .news_text ul{
	margin-top:20px;
}

.contents_m .news_text ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .news_text p{
	margin-bottom:10px;
}


/* ページ本文
----------------------------------------------- */
.contents_m .page_text{
	padding: 40px;
	background: #FFF;
	font-size: 13px;
	line-height: 1.4em;
}

.contents_m .page_text h3 {
	font-size: 16px;
	font-weight: bold;
	border: none;
	padding: 0.5em 1em;
	margin: 0 -1em 1em;
	background: #555;
	color: #FFF;
}

.contents_m .page_text h4 {
	font-size: 14px;
	font-weight: bold;
	border: none;
	padding: 0.5em 1em;
	margin: 0 0 1em;
	background: #EEE;
	color: #333;
}

.contents_m .page_text ul{
	margin: 1em 0 2em 2em;
}

.contents_m .page_text ul li{
	list-style: disc outside;
	margin: 0 0 0.5em;
}

.contents_m .page_text ol{
	margin: 1em 0 2em 2em;
}

.contents_m .page_text ol li{
	list-style: desimal outside;
	margin: 0 0 0.5em;
}

.contents_m .page_text p{
	margin: 0 0 2em;
}

.contents_m .page_text .info_table {
	padding: 0 20px;
}

.contents_m .page_text .qanda {}

.qj-qanda {
	margin: 20px 20px 30px;
}

.qj-qanda dl {
	margin: 0 0 20px;
}

.qj-qanda dl dt {
	position: relative;
	padding: 5px 0 0 40px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.qj-qanda dl dd {
	position: relative;
	padding: 7px 0 20px 40px;
	margin: 0 0 20px;
	border-bottom: 1px dashed #BBB;
}

.qj-qanda dl dd::after,
.qj-qanda dl dt::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	border-radius: 2px;
}

.qj-qanda dl dt::after {
	content: "Q";
	background: rgba( 77,121,181,1);
}
.qj-qanda dl dd::after {
	content: "A";
	background: rgba(243, 90,114,1);
  top: 8px;
}

.qj-pageBtn {
	text-align: center;
	margin: 0 0 20px;
}

.qj-pageBtn a {
	display: inline-block;
	padding: 1em 4em;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	line-height: 1.3em;
	background: linear-gradient(to right, #FF8532 0%, #FFB649 100%);
	background: linear-gradient(to right, #333 0%, #555 100%);
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}

.qj-pageBtn a + a {
	margin: 0 0 0 0.8em;
}

.qj-pageBtn a:hover {
	opacity: 0.7;
	color: #FFF;
}

/* 求人情報(embed)
----------------------------------------------- */

.contents_m .embed_job{
}

.contents_m .embed_job.wish .body ul li:nth-child(n+9) {
  display: none;
}

.contents_m .embed_job.new .body ul li:nth-child(n+4) {
  display: none;
}

.contents_m .embed_job.limits .body ul li:nth-child(n+4) {
  display: none;
}

.contents_m .embed_job.wish{
  margin-bottom: 30px;
}

.contents_m .embed_job .body ul{
	margin:0;
	display:flex;
	flex-wrap:wrap;
  gap: 22px;
}

.contents_m .embed_job .body li{
	margin:0;
	width: 235px;
  height: 338px;
  border: 1px solid #D3D3D3;
	box-sizing: border-box;
  border-top: #F1961A 6px solid;
}

.contents_m .embed_job .body .img{
	margin:0 0 5px;
  position: relative;
}

.contents_m .embed_job .body .img img{
	width: 100%;
	height: 120px;
  object-fit: cover;
  object-position: 50% 50%;
}

.other-recommend{
  width: 100%;
  clear: both;
}

.other-recommend .embed_job.cuser_job h3,
.other-recommend .embed_job.compnay_job h3,
.other-recommend .embed_job.pickup_job h3,
.other-recommend .embed_job.alike_job h3
{
  font-size: 16px;
  border-bottom: none;
  padding: 0;
  color: #333;
  padding: 0 0 10px 32px;
  margin: 30px 0 25px;
  border-bottom: 1px solid #F99B1B;
  position: relative;
}

.other-recommend .embed_job.cuser_job h3::before,
.other-recommend .embed_job.compnay_job h3::before,
.other-recommend .embed_job.pickup_job h3::before,
.other-recommend .embed_job.alike_job h3::before
{
  content: '';
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url(../img/icon-similar-or.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 2px;
}

.other-recommend .embed_job.alike_job h3::before{
  background-image: url(../img/icon-other-menber-or.svg);
  top: 0px;
  left: 4px;
  width: 17px;
  height: 19px;
}

.other-recommend .embed_job.compnay_job h3::before{
  background-image: url(../img/icon-company-or.svg);
  top: 0px;
  left: 2px;
  width: 19px;
  height: 21px;
}

.other-recommend .embed_job.pickup_job h3::before{
  background-image: url(../img/icon-jobtype-or.svg);
  top: 0px;
  left: 2px;
}

.other-recommend .embed_job.compnay_job h3::after,
.other-recommend .embed_job.alike_job h3::after,
.other-recommend .embed_job.pickup_job h3::after,
.other-recommend .embed_job.cuser_job h3::after{
  content: none;
}


.contents_box.cuser_job:has(.splide2) p.more {
  display: none;
}

.contents_box.compnay_job:has(.splide1) p.more {
  display: none;
}

.other-recommend .other_recruit-head{
	padding: 10px 10px 8px;
}

.other-recommend .contents_box .list_table .item_list{
}

.other-recommend .contents_box .list_table .item_list li{
  border: 1px solid #D3D3D3;
  border-top: 6px solid #F1961A;
}

.other-recommend .contents_box .list_table .item_list li dl{
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  align-items: center;
  width: 100%;
}

.other-recommend .contents_box .list_table .item_list li dl dt{
  border-right: 1px solid #D3D3D3;
  padding: 5px;
  height: 48px;
}

.other-recommend .contents_box .list_table .item_list li dl dd{
  width: 100%;
  margin: 7px 10px 5px;
  overflow: hidden;
  line-height: 1.5em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
  color: #000;
}

.other-recommend .contents_box .list_table .item_list li dl dt img{
  width: 38px;
  padding-top: 5px;
}

.other-recommend .other_recruit-head p.company{
	padding: 0 0 2px 0;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 13px;
}

.other-recommend .other_recruit-head p.category{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.other-recommend .other_recruit{
  padding: 15px 10px;
  background: #FFFCEA;
  display: flex;
  width: 100%;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}

.other-recommend .other_recruit .other_recruit-img{
  width: 120px;
  height: 80px;
}

.other-recommend .other_recruit .other_recruit-img img{
  width: 120px;
  height: 80px;
}

.other-recommend .other_recruit .other_recruit-info{
  margin-left: 10px;
}

.other-recommend .other_recruit .other_recruit-info span.mark-IF001,
.other-recommend .other_recruit .other_recruit-info span.mark-IF002,
.other-recommend .other_recruit .other_recruit-info span.mark-IF003,
.other-recommend .other_recruit .other_recruit-info span.mark-IF004
{
  background: #4AADA0;
  padding: 3px 5px;
  font-size: 9px;
  border-radius: 2px;
  color: #fff;
  display:inline-block;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 5px;
}

.other-recommend .other_recruit .other_recruit-info span.mark-IF002
{
  background: #F06922;
}

.other-recommend .other_recruit .other_recruit-info span.mark-IF003
{
  background: #5991ec;
}

.other-recommend .other_recruit .other_recruit-info span.mark-IF004
{
  background: #5c687c;
}


.other-recommend .other_recruit .other_recruit-info h4 a{
  font-size: 14px;
  line-height: 1.4em;
  color: #4D4A4A;
  text-decoration: none;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.other-recommend .button.button-other{
  width: 100%;
  display: flex;
  justify-content: center;
}

.other-recommend .button.button-other a {
  display: inline-block;
  width: 60%;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  padding: 0 0 0 23%;
  margin: 10px 0 12px;
  background: #F99B1B 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 0px #0000001C;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.other-recommend .button.button-other a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon-detail-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 52px;
}

.other-recommend .button a:hover{
	background: #ff8400;
}

.other-recommend .contents_box .more{
	margin-top: 15px;
}

.other-recommend .splide__arrow--prev{
  left: -3em;
}

.other-recommend .splide__pagination{
  bottom: -2em;
}

.other-recommend .splide__pagination .splide__pagination__page.is-active{
  background: #FEB759;
}

.contents_m .embed_job .body .cate .new{
	color:red;
	text-transform:uppercase;
}

.contents_m .embed_job .body .cate .limits{
  position: absolute;
  background: #fff;
  border-radius: 2px;
	color:red;
  top: 8px;
  left: 9px;
  padding: 3px 5px;
}

.contents_m .embed_job .body h4,
.contents_m .embed_job .body h3{
	font-weight: normal;
	font-size: 13px;
	border: none;
	padding: 0;
	margin: 0;
  color: #4D4A4A;
	word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.contents_m .embed_job .body h4 a,
.contents_m .embed_job .body h3 a{
  color: #0860c0;
}

.contents_m .embed_job .body h4 span,
.contents_m .embed_job .body h3 span{
	display:block;
	font-size:10px;
}

.contents_m .embed_job .body h4 span br,
.contents_m .embed_job .body h3 span br{
	display:none;
}

.contents_m .embed_job.cuser_job li{
  width: 31.9%;
}

.contents_m .embed_job.cuser_job li .other_recruit-head{
  padding: 10px 10px 8px;
}

.contents_m .embed_job.cuser_job li p.company{
  font-weight: bold;
  font-size: 13px;
  padding: 0;
}

.contents_m .embed_job.cuser_job li .other_recruit {
    padding: 15px 10px;
    background: #FFFCEA;
    display: flex;
    width: 100%;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
}

.contents_m .embed_job.cuser_job li .other_recruit .other_recruit-img{
  width: 120px;
  height: 80px;
}

.contents_m .embed_job.cuser_job li .other_recruit .other_recruit-img img{
  width: 120px;
  height: 80px;
  object-fit: cover;
}

.contents_m .embed_job.cuser_job li .other_recruit .other_recruit-info{
  margin-left: 10px;
}

.contents_m .embed_job.cuser_job li .other_recruit .other_recruit-info span{
  background: #4AADA0;
  padding: 3px 5px;
  font-size: 9px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 5px;
}

.contents_m .embed_job.cuser_job li .other_recruit .other_recruit-info span.mark-IF002{
  background: #F06922;
}

.contents_m .embed_job.cuser_job li .other_recruit .other_recruit-info span.mark-IF003{
  background: #5991ec;
}

.contents_m .embed_job.cuser_job li .other_recruit .other_recruit-info span.mark-IF004{
  background: #5c687c;
}

.contents_m .embed_job.cuser_job li .other_recruit .other_recruit-info h4 a{
  font-size: 14px;
  line-height: 1.4em;
  color: #4D4A4A;
  text-decoration: none;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.contents_m .embed_job.cuser_job .list_table .item_list li{
  height: 384px;
}

.contents_m .embed_job.cuser_job .list_table .item_list li dl{
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  align-items: center;
  width: 100%;
}

.contents_m .embed_job.cuser_job .list_table .item_list li dl dt{
  border-right: 1px solid #D3D3D3;
  padding: 5px;
  height: 48px;
}

.contents_m .embed_job.cuser_job .list_table .item_list li dl dt img{
  width: 38px;
  padding-top: 5px;
}

.contents_m .embed_job.cuser_job .list_table .item_list li dl dd{
  width: 100%;
  margin: 7px 10px 5px;
  overflow: hidden;
  line-height: 1.5em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
  color: #000;
}

.contents_m .embed_job.cuser_job .button.button-other {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contents_m .embed_job.cuser_job .button.button-other a{
  display: inline-block;
  width: 60%;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  padding: 0 0 0 7%;
  margin: 10px 0 12px;
  background: #F99B1B 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 0px #0000001C;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.contents_m .embed_job.cuser_job .button.button-other a::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon-detail-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 52px;
}


/* おすすめ求人一覧
----------------------------------------------- */

.contents_m .embed_job.pickup{}


/* 新着求人一覧
----------------------------------------------- */

.contents_m .embed_job.new{}

.contents_m .embed_job.new h2,
.contents_m .embed_job.wish h2
{
	font-size: 16px;
  color: #030303;
  border-bottom: 1px solid #F99B1B;
  padding: 0 0 8px 30px;
  margin-bottom: 25px;
  position: relative;
}

.contents_m .embed_job.new h2::before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 20px;
  background-image: url(../img/icon-new.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  left: 2px;
}

.contents_m .embed_job.wish h2::before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 20px;
  background-image: url(../img/icon-match.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  left: 2px;
}


/* 締め切り間近の求人
----------------------------------------------- */

.contents_m .embed_job.limits h2{
	font-size: 16px;
  color: #030303;
  border-bottom: 1px solid #F99B1B;
  padding: 0 0 8px 30px;
  margin-bottom: 25px;
  position: relative;
}

.contents_m .embed_job.limits h2::before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 20px;
  background-image: url(../img/icon-deadline-o.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  left: 2px;
}


/* この企業の求人
----------------------------------------------- */

.contents_m .embed_job.cuser_job h3,
.contents_m .embed_job.compnay_job h3,
.contents_m .embed_job.pickup_job h3,
.contents_m .embed_job.alike_job h3
{
  font-size: 16px;
  border-bottom: none;
  padding: 0;
  color: #333;
  padding: 0 0 10px 32px;
  margin: 40px 0 25px;
  border-bottom: 1px solid #F99B1B;
  position: relative;
}

.contents_m .embed_job.cuser_job h3::before,
.contents_m .embed_job.compnay_job h3::before,
.contents_m .embed_job.pickup_job h3::before,
.contents_m .embed_job.alike_job h3::before
{
  content: '';
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url(../img/icon-similar-or.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -3px;
  left: 2px;
}

.contents_m .embed_job.alike_job h3::before{
  background-image: url(../img/icon-other-menber-or.svg);
  top: -2px;
  left: 4px;
  width: 17px;
  height: 19px;
}

.contents_m .embed_job.compnay_job h3::before{
  background-image: url(../img/icon-company-or.svg);
  top: -1px;
  left: 2px;
  width: 19px;
  height: 21px;
}

.contents_m .embed_job.pickup_job h3::before{
  background-image: url(../img/icon-jobtype-or.svg);
  top: -1px;
  left: 2px;
}

.contents_m .embed_job.compnay_job h3::after,
.contents_m .embed_job.alike_job h3::after,
.contents_m .embed_job.pickup_job h3::after,
.contents_m .embed_job.cuser_job h3::after{
  content: none;
}


/* この求人と似た求人
----------------------------------------------- */
/* この求人に応募した人は
----------------------------------------------- */

.contents_m .embed_job.alike_job{}


/* 県内のおすすめ求人(企業詳細ページ下部)
----------------------------------------------- */

.contents_m .embed_job.area_job{}


/* 新着の求人企業
----------------------------------------------- */
/* この企業を見た人はこんな企業も見ています
----------------------------------------------- */

.contents_m .embed_user .body ul{
	margin:0;
	display:flex;
	flex-wrap:wrap;
}

.contents_m .embed_user .body li{
	margin:0;
	padding:5px 10px 10px;
	width:20%;
	box-sizing:border-box;
}

.contents_m .embed_user .body .img{
}

.contents_m .embed_user .body .img img{
	width:100%;
	height:auto;
	border:1px solid #DDD;
}

.contents_m .embed_user .body .cate{}

.contents_m .embed_user .body h3{}

.contents_m .embed_user .body h3 a{}

.contents_m .embed_user .body h3 span{
	display:block;
}


/* 新着の求職者情報
----------------------------------------------- */

.contents_m .new_nuser .body ul{
	margin:0 0 15px;
}

.contents_m .new_nuser .body ul li + li{
	margin:10px 0 0;
}

/* メイン：◯◯から探す
----------------------------------------------- */

.contents_m .items_type .body li{
	display:inline-block;
	margin:5px;
}


/* メイン：雇用形態から探す
----------------------------------------------- */

.contents_m .workstyleType .body ul{
	display:flex;
	flex-wrap:wrap;
}

.contents_m .workstyleType .body ul li{
	width:20%;
	margin:5px 0;
}


/* メイン：職種から探す
----------------------------------------------- */

.contents_m .jobType .body ul{
	display:flex;
	flex-wrap:wrap;
}

.contents_m .jobType .body ul li{
	width:50%;
	margin:5px 0;
}

.contents_m .jobType .body--top-search ul li{
  width: auto;
  margin: 5px 10px;
}


/* メイン：特徴から探す
----------------------------------------------- */

.contents_m .featuresType .body ul{
	display:flex;
	flex-wrap:wrap;
}

.contents_m .featuresType .body ul li{
	margin-right: 10px;
}


/* メイン：地域から探す
----------------------------------------------- */

.contents_m .areaType .body li{
}

.areaType .body .foreign > ul > li,
.areaType .body .prefectures > ul > li{
	display:block;
	margin:0;
	overflow:hidden;
}

.areaType .body .foreign > ul > li > .area_name,
.areaType .body .prefectures > ul > li > .area_name{
	border:none;
	margin:0;
	float:left;
	padding:5px 0;
	width:110px;
	font-weight: bold;
}

.areaType .body .foreign > ul > li > .area_name + ul,
.areaType .body .prefectures > ul > li > .area_name + ul{
}


/* メイン：フリーワード検索
----------------------------------------------- */

.contents_m .free .body{
	text-align:center;
}

.contents_m .free .body input[type="text"]{
	padding:0 10px;
	margin:0 0 0 10px;
	height:35px;
	line-height:35px;
	box-sizing:border-box;
}

.contents_m .free .body .search_button,
.contents_m .free .body input[type="submit"]{
	padding:8px 16px;
	cursor:pointer;
	background:#333;
	color:#FFF;
	border:none;
	border-radius:2px;
	font-size:12px;
	box-sizing:border-box;
	vertical-align: top;
}

.contents_m .free .body .search_button:hover,
.contents_m .free .body input[type="submit"]:hover{
	opacity:0.7;
}

.contents_m .free .body label > span {
	display: inline-block;
	height:35px;
	line-height:35px;
}

/* 並び替え・表示件数
----------------------------------------------- */

.contents_m .sort{
	margin:15px 0;
}

.contents_m .sort dt{
	display:inline-block;
	margin:0;
	padding:0 5px 0 0;
	color:#999;
}

.contents_m .sort dd{
	display:inline-block;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:0 10px 0 8px;
}

.contents_m .sort dd + dd{
	display:inline-block;
	border-left:0;
}

.contents_m .sort dl{
	float:left;
}

.contents_m .sort dl + dl{
	float:right;
}

/*----------------------------------------------------------------【求人検索結果】*/

/* 検索フォーム部
----------------------------------------------- */
.contents_m .top_search{
}

.contents_m .top_search.contents_box{
	background:transparent;
	border:none;
}

.contents_m .top_search .ttl{
	position:relative;
}

.contents_m .top_search .ttl h3{
	float:left;
	padding:0;
	margin:0;
	border:none;
	line-height:34px;
}

.contents_m .top_search .ttl .sub_menu{
	margin:0;
	float:right;
}

.contents_m .top_search .ttl .sub_menu li{
}

.contents_m .top_search .ttl .sub_menu li a{
	border-radius:0;
}

.contents_m .top_search .button{
	background:transparent;
  width: 100%;
}

.contents_m .top_search .button.search-form{
	width: 200px;
}

.contents_m .top_search .search_table{
}

.contents_m .top_search .search_table table{
	margin:0;
	/* table-layout: fixed; */
  border: 1px solid #AAA;
  box-shadow: 0px 2px 4px #0000001A;
  border-radius: 5px;
}

.contents_m .top_search .search_table table th{
  font-size: 14px;
  padding: 10px 14px;
  background: #F8F8F8;
}

.contents_m .top_search .search_table table td{
  padding: 9px 14px 9px 14px;
  line-height: 1em;
}

.contents_m .top_search .search_table table td div.condition-registration{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 220px;
}

.condition-registration-wrapper{
  width: 255px;
  display: flex;
  align-items: center;
}

.condition-registration-wrapper p{
  margin-right: 5px;
  padding-top: 1px;
}

.condition-registration-wrapper input{
  border: none;
  background: none;
  font-size: 13px;
  color: #0860c0;
  text-decoration: underline;
  cursor: pointer;
}

.condition-registration-wrapper input{
  border: 1px solid #B1B1B1;
  box-shadow: 0px 1px 0px #0000001F;
  background: none;
  font-size: 13px;
  color: #0860c0;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0 3px;
  border-radius: 3px;
}

.contents_m .top_search .search_table .addition_ui a{
}

.job_occupation_ui p.minus,
.category_ui p.minus,
.job_business_ui p.minus,
.addition_ui p.minus{
  margin-top: 5px;
}

.job_occupation_ui a,
.category_ui a,
.job_business_ui a,
.addition_ui a{
  text-decoration: none;
  color: #000;
  font-size: 13px;
  display: inline-block;
  box-shadow: 0px 2px 0px #0000001F;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  padding: 5px 10px 5px 27px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/common/img/icon-plus-blue.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: left 9px top 8px;
}

.job_occupation_ui p.minus a,
.category_ui p.minus a,
.job_business_ui p.minus a,
.addition_ui p.minus a{
  margin-top: 5px;
  background-image: url(/common/img/icon-minus-b.svg);
  background-position: left 9px top 13px;
}


/* 求人情報
----------------------------------------------- */

.job_container{
	background:#FFF;
	border:1px solid #DDD;
	padding:15px;
	margin:0 0 0;
}

.job_container .stop{
	color:red;
	padding:10px 7px;
	border:1px solid red;
	margin:0 0 10px;
	line-height:1.5;
}

.job_container .date{
	text-align:right;
	margin:0 0 10px;
	color:#999;
	font-size:12px;
}

.job_container .photo{
  width: 210px;
  margin-right: 20px;
}

.job_container .photo img{
  width: 210px;
  height: 130px;
  object-fit: cover;
  object-position: 50% 50%;
}

.job_container .job-info{
  width: 100%;
  display: flex;
  background: #FFFCE8;
  padding: 18px 18px 14px;
}

.job_container .job-info .job-inner{
  line-height: 1em;
}

.job_container .job-info .job-inner p.owner{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  color: #333;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.job_container .job-info .job-inner a.catchcopy{
  font-size: 17px;
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 7px;
  color: #4D4A4A;
  display: inline-block;
  line-height: 1.7em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #0860c0;
}

.job_container .job-info .job-inner p.adress,
.job_container .job-info .job-inner p.train{
  font-size: 13px;
  color: #333;
  margin-bottom: 3px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.job_container .job-info .job-inner p.adress br,
.job_container .job-info .job-inner p.train br{
  display: none;
}

.job_container .job-info .job-inner p.train{
  margin-bottom: 0;
}

.job_container .photo .frame{
	padding:5px;
	margin:0 0 10px 0;
	border:1px solid #EEE;
	background:url(../../img/admin/grad_top_white_50.gif) repeat-x top;
}

.job_container .photo .catchcopy{
	padding:0 0 5px 0;
	text-align:left;
	line-height:1.6;
}

.job_container .jobtext{}

.job_container .jobtext .icon{
	overflow:hidden;
	margin:0 0 15px;
	padding:0;
}

.job_container .jobtext .icon li{
	float: left;
	margin: 3px 6px 3px 0;
	white-space:nowrap;
}

.job_container .jobtext .icon li a{
	display: block;
	font-size:13px;
  color: #5f5f5f;
	padding: 5px 10px 4px 10px;
	border: 1px solid #AFAFAF;
	border-radius: 5px;
	text-decoration:none;
}

.job_container .jobtext p{
	line-height:1.5;
	margin:20px 0;
	word-break: break-all;
}

.job_container .box{
	margin:0 0 0;
	overflow:hidden;
}

.job_container .button{
	margin:15px 0;
}

.job_container .botton-details{
  background: #F8F8F8;
  padding: 15px;
}

.job_container .button a{
	display: inline-block;
  width: 230px;
  line-height: 48px;
  height: 50px;
	padding: 0 0 0 25px;
	margin: 0 7px;
  background: #F99B1B 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 0px #0000001C;
  border-radius: 5px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
  font-size: 15px;
  position: relative;
}

.job_container .button a::before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon-detail-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  left: 64px;
}

.job_container .button a.btn__entry--contact{
	padding: 0 0 0 35px;
}

.job_container .button a.btn__entry--contact::before{
	left: 46px;
}

.job_container .botton-details a::before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon-apply-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  left: 51px;
}

.job_container .button a.not{
	background-color: #fff;
  border: 1px solid #AFAFAF;
  color: #3C3C3C;
  font-weight: normal;
  font-size: 14px;
  padding: 0 0 0 32px;
}

.job_container .button a.not.remove{
  padding: 0 0 0 32px;
}

.job_container .button a.not:before{
	background-image: url(../img/icon-star-lg.svg);
  top: 14px;
  left: 42px;
}

.job_container .button a.not.remove:before{
	background-image: url(../img/icon-batu-g.svg);
  top: 17px;
  left: 39px;
  background-size: 70% 70%;
}

.job_container .button a:hover{
	background: #ff8400;
}

.job_container .button a.not:hover{
	background: #fff;
}

.job_container .item_img{
	margin: 15px 0;
	display: flex;
}

.job_container .item_img li{
	width: 235px;
	padding: 0;
  margin-right: 20px;
}

/* .job_container .item_img li+li{
	margin:0;
} */

.job_container .item_img li:last-of-type{
  margin-right: 0;
}

.job_container .item_img li p.img{
	height: 157px;
	text-align: center;
}

.job_container .item_img li p.img img{
	width: 100%;
	height: 157px;
  object-fit: cover;
  object-position: 50% 50%;
}

.job_container .item_img li p.img span{
	/* display:inline-block;
	line-height:165px;
	color:#999; */
  display: none;
}

.job_container .item_img li p.text{
  padding: 10px;
  font-size: 13px;
  background: none;
  text-align: center;
}

.job_container .item_img li p.text span{
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.job_container .item_img li:has(p.img > a) p.text{
  background: #FFFCEA;
}


.job_container .info_table p.pr{
	line-height: 2em;
	font-size: 14px;
  color: #464444;
  margin: 20px 0;
}

.job_container table{
  border: none;
}

.job_container table td,
.job_container table th{
	padding: 15px 15px;
  /* border-left: none;
  border-right: none;
  border-top: none; */
  border-color: #E4E4E4;
  /* border-bottom: 1px solid #E4E4E4; */
  background: none;
  font-size: 14px;
  line-height: 1.8em;
  vertical-align: top
}

.job_container table th{
  background: #F8F8F8;
  border-right: none;
}

.job_container .info_table h2.title-details{
  font-size: 18px;
  /* border-bottom: 1px solid #F99B1B; */
  padding-bottom: 7px;
  margin: 25px 0 10px;
}

.job_container .info_table h2.title-details span{
  font-size: 18px;
  border-left: 7px solid #F99B1B;
  padding-left: 15px;
}


/* 求人リスト
----------------------------------------------- */

.contents_m .list{
	background:#FFF;
	margin:0 0 30px 0;
	border: 1px solid #C7C7C7;
}

.contents_m .list:last-of-type{
	margin:0 0 50px 0;
}

.contents_m .list.list_pickup {
	position: relative;
}

.contents_m .list.list_pickup::before {
	content: "Pick UP";
	position: absolute;
	top: -1px;
	left: 0;
	background: #DD1144;
	color: #FFF;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	transform-origin: left top;
	transform: rotateZ(-90deg) translate(-100%,-100%);
}

.contents_m .list .title{
  width: 100%;
  padding: 10px 15px;
  border-top: 6px solid #F1961A;
}

.contents_m .list .title h3{
	font-size:14px;
	font-weight:bold;
	border:none;
	margin:0;
	padding:0;
	width:100%;
}

.contents_m .list .title h3 .list-box{
  width: 100%;
  display: flex
}

.contents_m .list .title h3 span.cate{
	color: #333;
	font-weight: normal;
	font-size: 13px;
	display:block;
  margin-right: 10px;
}

.contents_m .list .title h3 span.jobtype{
}

.contents_m .list .title h3 span.mark-IF001,
.contents_m .list .title h3 span.mark-IF002,
.contents_m .list .title h3 span.mark-IF003,
.contents_m .list .title h3 span.mark-IF004
{
  background: #4AADA0;
  padding: 5px 7px;
  font-size: 9px;
  border-radius: 2px;
  color: #fff;
  display:inline-block;
  line-height: 1em;
  font-weight: normal;
}

.contents_m .list .title h3 span.mark-IF002
{
  background: #F06922;
}

.contents_m .list .title h3 span.mark-IF003
{
  background: #5991ec;
}

.contents_m .list .title h3 span.mark-IF004
{
  background: #5c687c;
}

.contents_m .list .title h3 .pickup{
	background-color:#DD1144;
	color:#FFF;
	font-size:10px;
	margin:3px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
}

.contents_m .list .title h3 .limitation{
	background-color:#333;
	color:#FFF;
	font-size:10px;
	margin:3px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
}

.contents_m .list .title h3 a{
	color:#333;
}

.contents_m .list .title p.gift{
	float:right;
	padding:2px 7px;
	border:1px dotted #666;
}

.contents_m .list .title p.gift span{
	font-weight:bold;
	padding-left:3px;
}

.contents_m .list .job_container{
	border:none;
	padding:0;
}

.contents_m .list .job_container p.limits{
	text-align:center;
	font-weight:bold;
	color:#ff3333;
  margin: 10px 0;
  line-height: 1em;
}

.contents_m .list .job_container .jobtext .icon li a{
	font-size: 11px;
	padding: 2px 6px;
}

.contents_m .list .job_container .photo + .jobtext{
	margin:0 0 0 150px;
}

.contents_m .list .job_container .button{
	background: none;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 15px 0 25px;
}

.contents_m .list .job_container table{
	margin:0 0 10px;
}

.contents_m .list .job_container .jobtext p{
	margin:0 0 10px;
}

.contents_m .list .job_container .jobtext .icon{
	margin: 6px 12px;
}

.contents_m .list .job_container .jobtext .icon{
	display: none;
}

.contents_m .list .job_container .jobtext .icon:has(li){
	display: block;
}

/* 求人の詳細
----------------------------------------------- */

.contents_m .job_detail{
}

.contents_m .job_detail .job_container{
	border:none;
	padding:0;
}

.contents_m .job_detail .job_container span.mark-IF001,
.contents_m .job_detail .job_container span.mark-IF002,
.contents_m .job_detail .job_container span.mark-IF003,
.contents_m .job_detail .job_container span.mark-IF004
{
  background: #4AADA0;
  padding: 5px 7px;
  font-size: 11px;
  border-radius: 2px;
  color: #fff;
  display:inline-block;
  line-height: 1em;
  font-weight: normal;
}

.contents_m .job_detail .job_container span.mark-IF002
{
  background: #F06922;
}

.contents_m .job_detail .job_container span.mark-IF003
{
  background: #5991ec;
}

.contents_m .job_detail .job_container span.mark-IF004
{
  background: #5c687c;
}

.contents_m .job_detail h2.job_h2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.contents_m .job_detail h2.job_h2 span{
  font-size: 14px;
}

.contents_m .job_detail h2.job_h2 span.date{
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

.contents_m .job_detail h2.job_h2 p.title{
  width: 100%;
  font-size: 18px;
  line-height: 1.7em;
  margin: 10px 0;
}

.contents_m .job_detail h2.job_h2 span.cate{
	display:block;
	font-weight:normal;
	font-size: 12px;
}

.contents_m .job_detail h2.job_h2 span.pickup{
	background:#DD1144;
	border-radius:2px;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	display:inline-block;
	padding:3px;
	vertical-align:middle;
}

.contents_m .job_detail h2.job_h2 span.gift{
	background:#EEE;
	border-radius:2px;
	color:#333;
	font-size:10px;
	font-weight:normal;
	display:inline-block;
	padding:3px;
	vertical-align:middle;
}

.contents_m .job_detail h2.job_h2 span.gift span{
	font-weight:bold;
	padding-left:3px;
}


/* 求職者の検索
----------------------------------------------- */
.resume_more{
	text-align:right;
}

.resume_more li a{
	border:1px solid #ccc;
	padding:5px 15px;
	background:#666;
	color:#fff;
	text-decoration:none;
}

.resume_more li a:hover{
	background:#333;
}

/* 求人情報の管理
----------------------------------------------- */
.contents_m .list ul.operation{
	text-align:right;
	margin:0 0 10px;
	padding:10px 0 0;
}

.contents_m .list ul.operation li{
	display:inline-block;
	background:none;
	margin-left:7px;
}

.contents_m .list ul.operation li a{
	display:inline-block;
	background-color:#333;
	border-radius:2px;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	padding:8px 16px;
}

.contents_m .list ul.operation li a:hover{
	background-color:#111;
}

.contents_m .list ul.operation li.back a{
	background:url(../img/style/back.gif) no-repeat 10px 13px #FFF;
	color:#333;
	padding:7px 16px 7px 25px;
	border:1px solid #999;
}

.contents_m .list ul.operation li.back a:hover{
	background-color:#FAFAFA;
}



/*----------------------------------------------------------------【企業詳細】*/

.cuser_container{
	margin-bottom:30px;
}

.cuser_container .box{
	margin: 20px 0;
}

.cuser_container .box .photo{
	border: 1px solid #ccc;
	float: left;
  margin-right: 20px;
}

.cuser_container .box .photo img{
	width: 180px;
  height: 140px;
  object-fit: cover;
}

.cuser_container .box .photo span{
	line-height:100px;
	width:133px;
	text-align:center;
	display:block;
	background-color:#FAFAFA;
}

.cuser_container .box .jobtext{
	line-height:1.7;
	margin-left:150px;
}


/*----------------------------------------------------------------【メッセージボックス】*/

/* メッセージ履歴
----------------------------------------------- */

#contents #itemsMessageList{
	margin-bottom:10px;
}

#contents #itemsMessageList li{
	border:1px solid #ccc;
	margin-top:-1px;
	word-break:break-all;
	word-wrap:break-word;
}

#contents #itemsMessageList li p.sub{
	padding:7px 10px;
	font-weight:bold;
	background-color:#f5f5f5;
}

#contents #itemsMessageList li span.date{
	float:right;
	color:#666;
}

#contents span.mailtype{
	background-color:#666;
	color:#fff;
	display:inline-block;
	width:65px;
	text-align:center;
	font-size:10px;
}

#contents #itemsMessageList li p.title{
	border-bottom:1px dotted #CCC;
	padding:7px 10px;
	font-weight:bold;
}

#contents #itemsMessageList li p.description{
	border:none;
	padding:10px;
}

#contents #itemsMessageList tr.message td{
	padding:  15px 20px;
	line-height: 1.8;
  background: #FFFCEA;
}


/*----------------------------------------------------------------【サイドカラム】*/

/* サイド：ログインフォーム
----------------------------------------------- */

.contents_s .login{
  border-color: #C3C3C3;
}

.contents_s .login h2.login{
  color: #141414;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #C3C3C3;
  position: relative;
  padding-left: 36px;
}

.contents_s .login h2:after{
  content: none;
}

.contents_s .login h2:before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 15px;
  background-image: url(../img/icon-login-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 11px;
  left: 14px
}

.contents_s .login .body{}

.contents_s .login .body dl + p{
	text-align:center;
}

.contents_s .login .body dl dt{
	font-size: 13px;
  font-weight: bold;
  padding-bottom: 2px;
}

.contents_s .login .body dl .pass input[type="password"],
.contents_s .login .body dl .mail input[type="text"]{
	width:100%;
	box-sizing:border-box;
  padding: 12px 10px;
  border-radius: 5px;
  border: 1px solid #707070;
}

.contents_s .login .body dl .pass > label{
	display:block;
	margin:10px 0;
}

.contents_s .login .body input[type="submit"]{
	width: 84px;
  height: 36px;
  line-height: 36px;
	cursor: pointer;
	background: #F99B1B;
	color: #FFF;
	border: none;
	border-radius: 3px;
	font-size: 12px;
	box-sizing:border-box;
  font-size: 14px;
}

.contents_s .login .body input[type="submit"]:hover{
	opacity:0.7;
}


/* サイド：ページリスト
----------------------------------------------- */
.contents_s .page .body{
}

.contents_s .page ul li{
	background:none;
	padding:0;
}

.contents_s .page ul li+li{
	margin-top:10px;
}

.contents_s .page ul li.image a{
	display:block;
}

.contents_s .page ul li.image a img{
	width:100%;
	height:auto;
}

.contents_s .page ul li.text{
	margin:0;
}

.contents_s .page ul li.text a{
	display:block;
	padding:10px 10px 10px 20px;
	background:url(../img/style/list_icon.gif) no-repeat 10px 15px;
}


/* サイド：求人情報の埋め込み
----------------------------------------------- */
.contents_s .embed_job{}

.contents_s .embed_job h2{
	position: relative;
	height: 40px;
}

.contents_s .embed_job h2 a{
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	color: #333;
}

.contents_s .embed_job .body{
	padding: 10px 15px;
}

.contents_s .embed_job .body ul{
}

.contents_s .embed_job .body li{
	line-height: 1;
	padding: 0;
	background: transparent;
}

.contents_s .embed_job .body li +li:la{
  border-bottom: none
}

.contents_s .embed_job .body li +li{
	border-top: 1px solid #DDD;
	padding: 10px 0 0;
	margin: 0 0 0;
}

.contents_s .embed_job .body li:nth-child(n+3){
	display: none;
}

.contents_s .embed_job .body li a{
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}

.contents_s .embed_job .body li a .img{
	width: 100%;
	padding: 0;
	position: relative;
}

.contents_s .embed_job .body li a .img > img{
	display: block;
	width: 200px;
	height: 132px;
	border-radius: 3px;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 0 auto;
}

.contents_s .embed_job .body li a .cate{
	width: 100%;
	padding: 0;
	margin: 0 0 8px;
	font-size: 10px;
	color: #333;
}

.contents_s .embed_job .body li a .cate span{
	margin: 0 5px 0 0;
}

.contents_s .embed_job .body li a .title{
  width: 100%;
  font-size: 14px;
  padding: 14px 0 0;
}

.contents_s .embed_job .body li a .title span {
	display: block;
}

.contents_s .embed_job .body li a .title .title_cname{
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	color: #000;
	margin: 0 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contents_s .embed_job .body li a .title .title_name{
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4em;
  /* height: 4em; */
  overflow: hidden;
}

.contents_s .embed_job .body p.more{
}

.rank_number {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	color: #FFF;
	background: rgba(255,155,0,0.8);
	border: 1px solid #FFF;
	padding: 5px;
}


/* サイド：最近見た求人
----------------------------------------------- */
.contents_s .history{
  border-color: #C3C3C3;
}

.contents_s .history h2{
  color: #141414;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #C3C3C3;
  position: relative;
}

.contents_s .history h2 a{
  padding-left: 37px;
}

.contents_s .history h2:after{
  content: none;
}

.contents_s .history h2:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(../img/icon-checked-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 11px;
  left: 14px
}


.contents_s .embed_job.history .body{
	padding: 10spx 20px;
}

.contents_s .embed_job.history .body ul{
}

.contents_s .embed_job.history .body li{
	line-height: 1;
	padding: 0 0 15px;
	background: transparent;
}

.contents_s .embed_job.history .body li:nth-child(n+3){
	display: none;
}

.contents_s .embed_job.history .body li +li{
	border-top: 1px solid #DDD;
	padding: 10px 0 0;
	margin: 0 0 0;
}

.contents_s .embed_job.history .body li +li:last-of-type{
	border-bottom: none;
}

.contents_s .embed_job.history .body li a{
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}

.contents_s .embed_job.history .body li a .img{
	width: 100%;
	padding: 0;
}

.contents_s .embed_job.history .body li a .img > img{
	display: block;
	width: 200px;
  height: 132px;
	border-radius: 3px;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 0 auto;
}

.contents_s .embed_job.history .body li a .cate{
	width: 100%;
	padding: 0;
	margin: 0 0 8px;
	font-size: 10px;
	color: #333;
}

.contents_s .embed_job.history .body li a .cate span{
	margin: 0 5px 0 0;
}

.contents_s .embed_job.history .body li a .title{
	width: 100%;
	font-size: 14px;
  padding: 14px 0 0;
}

.contents_s .embed_job.history .body li a .title span {
	display: block;
}

.contents_s .embed_job.history .body li a .title .title_cname{
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	color: #000;
	margin: 0 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contents_s .embed_job.history .body li a .title .title_name{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	/* height: 4em; */
	overflow: hidden;
}


/* サイド：検討中リスト
----------------------------------------------- */
.contents_s .embed_job.clip{

}

.contents_s .embed_job.clip h2{
  color: #141414;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #C3C3C3;
  position: relative;
}

.contents_s .embed_job.clip h2:after{
  content: none;
}

.contents_s .embed_job.clip h2 a{
  padding-left: 37px;
}

.contents_s .embed_job.clip h2 a::before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon-star-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 9px;
  left: 12px;
}



/* サイド：アクセスランキング
----------------------------------------------- */
.contents_s .embed_job.rank{}



/* サイド：契約中のサービス
----------------------------------------------- */
.contents_s .service p.serviceButton{
	text-align:center;
	margin-top:10px;
}

.contents_s .service p.serviceButton a{
	background:#333;
	color:#fff;
	text-decoration:none;
	padding:5px 15px;
	font-weight:bold;
}

.contents_s .service p.serviceButton a:hover{
	background:#111;
}

/* サイド：契約中のサービス
----------------------------------------------- */
.contents_s .recommend ul{
	border-bottom:1px dotted #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}

/* サイド：運営からのご連絡
----------------------------------------------- */
.contents_s .contents_box.system_news h2{
  color: #141414;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #C3C3C3;
  position: relative;
  padding-left: 38px;
}

.contents_s .contents_box.system_news h2::after{
  content: none;
}

.contents_s .contents_box.system_news h2::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon-comment.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 11px;
  left: 14px;
}



/* 履歴書：希望勤務地(検索用)
----------------------------------------------- */

.addHopeList{
	border:1px solid #ccc;
	margin:5px 0px;
	padding:3px;
	width:300px;
	font-size:12px;
}
.ha_del{
	float:right;
	background-color:#444;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	padding:0px 5px;
}
.ha_del:hover{
	background-color:#ee1133;
}


/* 地図から探す
----------------------------------------------- */

#foundCounter{
	float:right;
	margin:5px;
}
#foundCounter span.count{
	font-size:15px;
	font-weight:bold;
}
#map_canvas{
	height:500px;
	width:100%;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.infoWnd{
	height:120px;
	line-height:1.5;
	font-size:11px;
}
.infoWnd a{
	font-size:13px;
}
#pointlist ul{
	margin-right:-15px;
}

#pointlist ul li{
	margin:0 8px 8px 0;
	width:137px;
	display:inline-block;
}


/* ================================================================================ */
/*                                                                                  */
/*      デザインテーマ                                                              */
/*                                                                                  */
/* ================================================================================ */

/* グリッド
----------------------------------------------- */
.cmslGrid {
	display: flex;
	flex-wrap: wrap;
}

.cmslGrid__col {
	width: 100%;
	box-sizing: border-box;
}

.cmslGrid__col--1 { width: 8.33333333333%; }
.cmslGrid__col--2 { width: 16.6666666667%; }
.cmslGrid__col--3 { width: 25%; }
.cmslGrid__col--4 { width: 33.3333333333%; }
.cmslGrid__col--5 { width: 41.6666666667%; }
.cmslGrid__col--6 { width: 50%; }
.cmslGrid__col--7 { width: 58.3333333333%; }
.cmslGrid__col--8 { width: 66.6666666667%; }
.cmslGrid__col--9 { width: 75%; }
.cmslGrid__col--10 { width: 83.3333333333%; }
.cmslGrid__col--11 { width: 91.6666666667%; }
.cmslGrid__col--12 { width: 100%; }

.cmslGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmslGrid--separate .cmslGrid__col {
	padding: 0;
}

/* ブロック
----------------------------------------------- */
.cmslBlock {
	display: flex;
	flex-wrap: wrap;
}

.cmslBlock__ {
	width: 100%;
	box-sizing: border-box;
}

.cmslBlock--2 .cmslBlock__ { width: 50%;  }
.cmslBlock--3 .cmslBlock__ { width: 33.3333333333%; }
.cmslBlock--4 .cmslBlock__ { width: 25%; }
.cmslBlock--5 .cmslBlock__ { width: 20%; }

.cmslBlock--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmslBlock--separate .cmslBlock__ {
	padding: 0 10px;
}

/* エリアリスト
----------------------------------------------- */
.areaList {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.3em;
}

.areaList__area {
	width: 20%;
	padding: 3px 0 2px;
	margin: 0 0 10px;
	text-align: center;
	background: #fff;
	font-size: 12px;
  color: #333;
}

.areaList__prefecture {
	width: 80%;
	padding: 3px 12px 0;
	box-sizing: border-box;
}

.areaList__prefecture ul {
	list-style: none;
	font-size: 0;
}

.areaList__prefecture ul li {
	display: inline-block;
	font-size: 11px;
}

.areaList__prefecture ul li a {
	display: inline-block;
	padding: 0 6px;
  font-size: 12px;
  color: #333;
}

/* リスト
----------------------------------------------- */
.commonList {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}

.commonList .commonList {
	padding: 0 0 0 20px;
	margin: 0;
}

.commonList li {
	line-height: 1.6em;
	margin: 0 0 0.4em;
	padding: 0 0 0 5px;
}

.commonList--circle {
  height: 194px;
}

.commonList--circle li {
	list-style-type: none;
  margin-bottom: 10px;
  position: relative;
}

.commonList--circle li:before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 8px;
  background-image: url(../img/icon-arrow-right-border-g.svg);
  background-size: contain;
  background-position: none;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  left: -12px;
}

.commonList--circle li a{
	color: #333;
}

/*----------------------------------------------------------------簡単検索*/

/* 簡単検索(グリッド)
----------------------------------------------- */
.formGrid {
	display: flex;
	flex-wrap: wrap;
}

.formGrid__col {
	width: 100%;
	box-sizing: border-box;
}

.formGrid__col--05 { width: 4.16666666666%;position: relative; }

.formGrid__col--05:after{
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/icon-batu.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 17px;
  left: 10px
}

.formGrid__col--1 { width: 8.33333333333%; }
.formGrid__col--2 { width: 16.6666666667%; }
.formGrid__col--3 { width: 25%; }
.formGrid__col--4 { width: 33.3333333333%; }
.formGrid__col--5 { width: 41.6666666667%; }
.formGrid__col--6 { width: 50%; }
.formGrid__col--7 { width: 58.3333333333%; }
.formGrid__col--8 { width: 66.6666666667%; }
.formGrid__col--9 { width: 75%; }
.formGrid__col--10 { width: 83.3333333333%; }
.formGrid__col--11 { width: 91.6666666667%; }
.formGrid__col--12 { width: 100%; }

.formGrid__col--free { width: auto; flex-grow: 1; }


.formGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.formGrid--separate .formGrid__col {
	padding: 0 10px;
}

.formGrid--mt {
	margin-top: 15px;
}

/* 簡単検索
----------------------------------------------- */
.easySearchForm {
	background: #F8F8F8;
  padding: 13px 18px;
  margin-bottom: 10px;
}

.easySearchForm-link{
    width: 100%;
    display: flex;
    justify-content: right;
    margin: 15px 0 0;
}

.easySearchForm h3{
	color: #414141;
  margin-bottom: 7px;
  position: relative;
  padding-left: 22px;
  border-left: none;
  margin: 0 0 7px;
}

.easySearchForm h3:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon-search-g.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  left: -1px;
}

.easySearchForm__ {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.easySearchForm__crossIcon {
	text-align: center;
}

.easySearchForm__crossIcon .fa {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}

.easySearchForm__submit{
	margin: 0 0 0 20px;
}

.easySearchForm__submit input{
  display: block;
  color: #fff;
  background-color: #2B91C7;
  border-radius: 5px;
  width: 90px;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  position: relative;
  padding-left: 10px;
  border: none;
  cursor: pointer;
}

.easySearchForm__link {}

.easySearchForm__link__list {
	font-size: 0;
}

.easySearchForm__link__list li {
	display: inline-block;
	font-size: 14px;
	margin: 0 1em 1em 0;
}

.easySearchForm__link__list li a {
	color: #333;
}

.easySearchForm__title {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #333;
}

.popular{
  margin: 16px 0 0;
}

.popular  dl{
  display: flex;
  align-items: center;
}

.popular dt{
  color: #6c6c6c;
  font-weight: bold;
  font-size: 12px;
  margin-right: 5px;
}

.popular dd{
}

.popular dd ul{
  display: flex;
  flex-wrap: wrap;
}

.popular dd ul li a{
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  padding: .4em 0.7em 0.3em;
  font-size: 11px;
  text-decoration: none;
  margin: 5px 7px 5px 0;
  border: 1px solid #B1B1B1;
  color: #5e5e5e;
}

/* stylishSelect */

.cmn-stylishSelect {
	position: relative;
	display: inline-block;
	min-width: 100px;
}

.cmn-stylishSelect:before{
  content: "";
  position: absolute;
  top: 17px;
  right: 14px;
  border: 6px solid transparent;
  border-top: 9px solid #2B91C7;
}

.cmn-stylishSelect .fa {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.cmn-stylishSelect select {
	width: 100%;
	height: 44px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #808080;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
  cursor: pointer;
}

.cmn-stylishSelect select::-ms-expand {
	display: none;
}

.cmn-stylishSelect--w100 {
	width: 100%;
}

/* stylishBtn */
.cmn-stylishBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	text-decoration: none;
	vertical-align: top;
	padding: 0 0.3em;
	width: 100%;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	background: #333;
	color: #FFF;
	border: 1px solid #333;
	border-radius: 3px;
	letter-spacing: 1px;
	transition: 0.2s;
	box-sizing: border-box;
}

.cmn-stylishBtn:hover {
	opacity: 0.8;
}

/* stylishText */
.cmn-stylishText {
	height: 40px;
	width: 100%;
	border: 1px solid #333 !important;
	border-radius: 3px;
	padding: 0 10px !important;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
}

.cmn-stylishTextWithBtn {
	display: flex;
}

.cmn-stylishTextWithBtn > .cmn-stylishText {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none !important;
	flex-grow: 1;
}

.cmn-stylishTextWithBtn > .cmn-stylishBtn {
	width: 80px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* qj sample */
.qj-sampleBanner {
	margin: 0 0 10px;
}

.qj-topimage {
	width: 1045px;
	height: 355px;
	background: #369ED5;
  border-radius: 5px;
  margin: 12px auto 20px;
  display: flex;
}

.qj-topimage__area{
	width: 613px;
  background: #fff;
	height: 308px;
  border-radius: 5px;
	position: relative;
  margin: 23px;
  padding: 15px 25px 20px 25px;
}

.qj-topimage__area > h2{
  color: #414141;
  font-size: 15px;
  padding: 0 0 5px 25px;
  margin: 0 0 15px;
  border-bottom: 1px solid #CECECE;
  position: relative;
}

.qj-topimage__area > h2:before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 17px;
  background-image: url(../img/icon-location-b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: 3px;
}

.qj-topimage__image{
  width: 360px;
  margin: 36px 0 0 10px;
}

.qj-topimage__image img{
  width: 100%;
}

.qj-topimage__text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.qj-topimage + .easySearchForm {
	margin: 0 0 15px;
}

.top-area{
  display: flex;
  margin: 7px 0;
}

.top-area > p{
  font-size: 14px;
  font-weight: bold;
  color: #6A6A6A;
  width: 112px;
}

.top-area > ul{
  display: flex;
  gap: 10px;
}

.top-area > ul li{
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 3px 5px;
  color: #ccc;
}


.top-area a{
  border-color: #CCCCCC;
  color: #2A80AD;
  text-decoration: none;
}

.top-area > ul li:has(> a) {
  border-color: #369ED5;
}


.top-area a:hover{
  /* color: #fff; */
  /* background: #369ED5; */
  border-color:  #369ED5;
}

/* ヘッダー(共通)
----------------------------------------------- */
.qj-head {
	width: 1045px;
	margin: 0 auto;
	min-height: 85px;
	display: flex;
	flex-wrap: nowrap;
}

.qj-head__set {
	display: flex;
	align-items: center;
	padding: 0 20px 0 0;
}

.qj-head__set p{
  font-weight: normal;
  font-size: 13px;
  color: #333;
  margin-left: 10px;
}

.qj-head__set__logo {
	margin: 0 20px 0 0;
	display: flex;
	align-items: end;
}

.qj-head__set__logo a {
}

.qj-head__set__logo a img {
	display: block;
	max-height: 53px;
	width: auto;
}

.qj-head__set__logo a:hover {
	opacity: 0.7;
}

.qj-head__set__switch {
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #DDD;
}

.qj-head__set__switch__btn {
	float: left;
}

.qj-head__set__switch__btn + .qj-head__set__switch__btn {
	border-left: 1px solid #DDD;
}

.qj-head__set__switch__btn a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 12px;
	text-decoration: none;
	background: #DDD;
	color: #333;
}

.qj-head__set__switch__btn a:hover {
	background: #FFF;
}

.qj-head__set__switch__btn--fresh {}

.qj-head__set__switch__btn--mid {}

.qj-head__set__switch__btn--fresh.active a {
	background: #FFF;
}

.qj-head__set__switch__btn--mid.active a {
	background: #FFF;
}

.qj-head__panel {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.qj-head__panel__menu{
  width: 290px;
  height: 40px;
  padding-left: 18px;
}

.qj-head__panel__menu--member{
  width: 250px;
  height: auto;
  margin-top: 3px;
}

.qj-head__panel__free {
	flex-grow: 1;
	padding: 0 18px 0 0;
  border-right: 1px solid #D1D0D0;
}

.qj-head__panel__free__hello {
	text-align: right;
  font-size: 13px;
  color: #000;
}

.qj-head__panel__free__hello--member {
	margin-top: 7px;
}

.qj-head__panel__free__link {
	list-style: none;
	text-align: right;
	margin: 0 0 0;
	font-size: 0;
}

.qj-head__panel__free__link__item {
	font-size: 12px;
	display: inline-block;
	margin: 0 0 5px 0;
  color: #000;
}

.qj-head__panel__free__link__item a {}

.qj-head__panel__free__link__item a:hover {}

.qj-head__panel__free__link__item--nuser{
  margin-top: 5px;
}


/* メニューパネル
----------------------------------------------- */

.qjMyMenuList {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
  gap: 10px
}

.qjMyMenuList__item {
	width: 110px;
	box-sizing: border-box;
}

.qjMyMenuList__item--member{
  width: 70px;
}

.qjMyMenuList__item > a {
	display: block;
	text-decoration: none;
	padding: 0 5px;
}


.qjMyMenuList__item > a.butoon{
  display: block;
  color: #fff;
  background-color: #F99B1B;
  border-radius: 4px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  padding-left: 38px;
}

.qjMyMenuList__item > a.butoon--member{
  display: block;
  color: #fff;
  background-color: #2B91C7;
  width: 150px;
  height: 40px;
  padding-left: 42px;
}

.qjMyMenuList__item > a.butoon:before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  background-image: url(../img/icon-login.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 18px;
}

.qjMyMenuList__item > a.butoon--member:before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/icon-member.svg);
  top: 11.5px;
  left: 18px;
}

.qjMyMenuList__item:last-child > a {
}

.qjMyMenuList__item__icon {
	position: relative;
	display: block;
	height: 35px;
	width: 35px;
	text-align: center;
	margin: 0 auto;
	background-color: #F8F8F8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}

.qjMyMenuList__item__icon .fa {
	line-height: 30px;
	font-size: 20px;
	color: #666;
}

.qjMyMenuList__item__icon__cnt {
	position: absolute;
	top: 0;
	right: -15px;
	background: rgba(255,0,0,0.8);
	color: #FFF;
	font-size: 10px;
	border-radius: 2px;
	padding: 2px 5px;
}

.qjMyMenuList__item__name {
	display: table;
	width: 100%;
}

.qjMyMenuList__item__name > span {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #666;
	height: 1.8em;
	line-height: 1.2em;
	vertical-align: middle;
}

.qjMyMenuList__item__icon--message img {
  margin-top: 11px;
}

.qjMyMenuList__item__icon--entry {}

.qjMyMenuList__item__icon--entry img{
  margin-top: 9px;
}

.qjMyMenuList__item__icon--resume {}

.qjMyMenuList__item__icon--clip {

}

.qjMyMenuList__item__icon--clip img{
  margin-top: 9px;
}

.qjMyMenuList__item__icon--edit {}

.qjMyMenuList__item__icon--search {}


/* トップページ 記事
----------------------------------------------- */

.qj-article {
	background: #EEE;
	width: 100%;
}

.qj-article__ {
	width: 1020px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.qj-article__des {
	text-align: center;
	padding: 10px 0;
}

.qj-article__des__title {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}

.qj-linkBtn {
	background: #333;
	text-decoration: none;
	padding: 12px 20px;
	line-height: 60px;
	border: 1px solid rgba(255,255,255,0.6);
	box-shadow: inset -1px -1px rgba(255,255,255,0.1), inset 1px 1px rgba(255,255,255,0.1);
}

.qj-linkBtn:hover {
	opacity: 0.8;
}

.qj-linkBtn__name {
	color: #fff;
	font-size: 110%;
}


/* 応募件数
----------------------------------------------- */
.entryCount__container
{
	border: 1px solid #ccc;
	margin-bottom: 1rem;
}
.entryCount__caption
{
	background-color: #555;
	color: #FFF;
	font-size: 12px;
	padding: 5px 5px 5px 10px;
}
.entryCount__list
{
	display: flex;
	flex-direction: row;
}
.entryCount__item
{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.entryCount__sub
{
	background-color: #F4F4F4;
	border-right: 1px solid #ccc;
    padding: 8px 10px;
	text-align: center;
}

.entryCount__item:last-child .entryCount__sub
{
	border-right: none;
}

.entryCount__count
{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
    padding: 8px 10px;
    background-color: #FFF;
	text-align: right;
}


.entryCount__item:last-child .entryCount__count
{
	border-right: none;
}

/* ボタン
----------------------------------------------- */

.butoon{
  display: block;
  color: #fff;
  background-color: #F99B1B;
  border-radius: 4px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.butoon:before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  background-image: url(../img/icon-login.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 14px;
}

.update{
  font-size: 14px;
  color: #CE0000;
  margin: 0 0 10px;
}

.button input[type="button"], .contents_m .button input.btn_search[type="submit"]{
  background-color: #2B91C7;
  border-radius: 3px;
  margin: 0 0 2px;
}

.splide__arrow{
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;

  left: 101%;
  background: #d1d1d1;

}

.splide__arrow--prev {
    left: -3.7%;
}

.splide__arrow svg {
  fill: #ffffff;
  height: 0.8em;
  width: 0.8em;
}

.splide__pagination {
  bottom: -2.3em;
}

.splide__pagination__page{
  margin: 5px;
}

.splide__pagination__page.is-active {
  background: #FEB759;
  transform: scale(1.2);
  z-index: 1;
  opacity: 1;
}

.splide .message_result_none{
  visibility: visible !important;
}

.button-area{
  width: 100%;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.button-area .button{
  padding: 8px 16px;
  cursor: pointer;
  background: #2B91C7;
  color: #FFF;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.link-text{
  margin: 20px 0 30px;
  text-align: left;
}

.regist-resume{
  padding: 5px 14px;
  cursor: pointer;
  background: #f8f8f8;;
  color: #333;
  border: none;
  border: 1px solid #989898;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0px 2px 0px #0000001C;
}

#message_simple div.search_page:first-of-type{
  display: none;
}

.contents_m > .main.none-member-entry h2{
  color: #000;
  font-size: 15px;
}

.contents_m > .main.none-member-entry h2.entry{
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #F99B1B;
  padding-bottom: 10px;
  margin: 40px 0 0;
}

.contents_m > .main.none-member-entry h2.entry span{
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.contents_m > .main.none-member-entry table td input[type="button"] {
  background: #2B91C7;
  color: #fff;
  border: none;
  margin-left: 10px;
  border-radius: 3px;
  padding: 4px 8px;
  cursor: pointer;
}

.contents_m > .main.none-member-entry table td p.form-area:first-of-type {
    margin: 5px 0 5px;
}

.contents_m > .main.none-member-entry table td p.form-area{
  margin: 10px 0 5px;
}

.contents_m > .main.none-member-entry table td p.form-area span {
  width: 125px;
  display: inline-block;
}

.contents_m > .main.none-member-entry table td select {
  padding-right: 25px;
}

.contents_m > .main.main--terms .page_text{
  padding: 30px 0 0;
}

.contents_m > .main.main--terms .page_text p.terms__modal-title{
  font-size: 19px;
  color: #000;
  margin: 0 0 1em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.contents_m > .main.main--terms .page_text h2{
  font-size: 17px;
  margin: 30px 0px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  display: inline-block;
}

.contents_m > .main.main--terms .page_text h3{
  font-size: 16px;
  padding: 0 0 0 10px;
  border-left: 5px solid #F99B1B;
  margin: 20px 0 20px;
  background: none;
  color: #333;
}

.contents_m > .main.main--terms .page_text h4{
  font-size: 13px;
  background: #efefef;
}

.contents_m > .main.main--terms .page_text .additional-clause{
  text-align: right;
  line-height: 1.7em;
}

.contents_m > .main.main--terms .page_text .additional-text{
  margin-top: 10px;
  display: inline-block;
}

.contents_m > .main.main--terms .page_text ul{
  margin: 2em 0 1em 2em
}

.contents_m > .main.main--terms .page_text ul li{
  line-height: 1.7em;
}

.contents_m > .main.main--qa .page_text{
  padding: 0;
}

.contents_m > .main.main--qa .page_text p{
  font-size: 16px;
  line-height: 1.6em;
}

.contents_m > .main.main--qa .page_text .qj-qanda{
  margin: 40px 0px 30px;
}

.contents_m > .main.main--qa .page_text .qj-qanda dt{
  font-weight: bold;
  color: #1f577d;
}

.contents_m > .main.main--qa .page_text .qj-qanda dd{
  font-size: 16px;
  line-height: 1.6em;
}

.contents_m > .main.main--recruiter .page_text{
  padding: 0;
}

.contents_m > .main.main--recruiter .page_text h3{
  margin: 30px 0 15px;
}

.contents_m > .main.main--news .contents_box.news ul{
  padding: 0;
}

.contents_m > .main.main--news .contents_box.news ul li{
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.contents_m > .main.main--news .contents_box.news ul li span{
  width: 100px;
}

.contents_m > .main.main--news .contents_box.news ul li a{
  color: #0860c0;
}

.contents_m > .main.main--line ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contents_m > .main.main--line ul li a{
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #0860c0;
}

.contents_m > .main.main--line p.line{
  font-weight: bold;
  margin: 30px 0 20px;
  font-size: 13px;
}

.contents_m > .main.main--company table.company th:nth-of-type(3),
.contents_m > .main.main--company table.company td:nth-of-type(3){
  display: none;
}

.contents_m > .main.main--company-info .info_table table tbody tr:nth-of-type(3),
.contents_m > .main.main--company-info .info_table table tbody tr:nth-of-type(4),
.contents_m > .main.main--company-info .info_table table tbody tr:nth-of-type(8),
.contents_m > .main.main--company-info .info_table table tbody tr:nth-of-type(9){
  display: none;
}

.contents_m > .main.main--company p.button{
  margin-top: 20px;
}

.contents_m > .main.main--company h3.terms{
  font-size: 14px;
  margin: 0px 0 15px;
  border-left: 5px solid #F99B1B;
  padding-left: 10px;
  line-height: 1.5em;
}

.contents_m.contents_m--news > h2{
  color: #333;
  margin: 10px 0 10px;
  font-size: 18px;
}

.contents_m.contents_m--news > p.news{
  color: #333;
  font-size: 14px;
}

.contents_m.contents_m--news .news_text{
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.contents_m.contents_m--news .news_text p{
  font-size: 15px;
  line-height: 1.7em;
}

.contents_m.contents_m--news .news_text ul{
  margin: 30px 0 0;
}

.contents_m.contents_m--news .news_text ul li{
  font-size: 14px;
  margin: 7px 0;
  background: url(../img/style/list_icon.gif) no-repeat left 7px;
}


