@charset "UTF-8";

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



/* footerコメント追加 240509
----------------------------------------------- */
#foot .permit-number li{
	color: #000;
    padding: 0 15px!important;
    text-decoration: none;
    font-size: 14px;
}



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

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;
}

input::placeholder{
	color: #AAA;
}

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

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

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

*{
	box-sizing:border-box;
}

html {
	scroll-behavior: smooth;
}

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

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

.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{
	
}

#container {
    min-width: 1200px;
}

.head_inline{
	width:1020px;
}

#menu ul{
	width:1020px;
}

#contents{
	width:100%;
	background:#fff;
	margin:0;
	padding:20px 0;
}

.contents_inline{
	width:1020px ;
	margin:0 auto;
}

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

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

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

/* 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 20px;
}

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

.contents_m h3{
	border-left:5px solid #DD1B64;
	padding:5px 8px;
	margin-bottom:10px;
	font-size:14px;
}

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

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

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

.contents_m .description{
}

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

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

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

.contents_m--cuser .contents_box h2{
	border-bottom: none;	
	background: #dfe6fe;
	font-size: 18px;
	padding: 5px;
}

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

.contents_m--cuser .contents_box h2:after{
	background: #fff;
	right:0px;
	top: 0px;
	width:7%;
	height: 100%;
	left: auto;
}

.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:#DD1B64;
}

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

.contents_m .contents_box .body > p{
}

.contents_m .contents_box .body > .more{
	background:#F5F5F5;
	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;
}

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

/* ボタンセット */
.contents_m .button{
	margin:15px 0;
	padding:15px 0;
	background:#EEE;
}

.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:#DD1B64;
	color:#FFF;
	border:none;
	border-radius:2px;
	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;
}

/* ページ送り */
.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;
	border:1px solid #DDD;
	border-radius:2px;
	padding:20px;
	margin:10px 0;
}

.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 .error_message--danger{
	font-size: 19px;
	font-weight: bold;
}
/* 汎用メニュー */

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

.contents_m ul.sub_menu li a{
	border-radius:2px;
	padding:8px 16px;
	border:none;
}

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


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

.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:#DD1B64;
}

.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:8px;
}

.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{
	background:#F5F5F5;
	margin:0 -15px -10px;
	padding:10px 15px;
	text-align:right;
}

.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{
	margin-bottom:20px;
}

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

#head{
	width:100%;
	background:#FFF;
	border-bottom:1px solid #E5E5E5;
	padding:0px 0;
}

.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{
	background: #efefef;
    border-bottom: 1px solid #DDD;
    border: none;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    position: relative;
    z-index: 2;
}

.cuser #menu {
	background: #eb5f70;	
}

#menu > ul{
	width:1020px;
	margin:0 auto;
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.cuser #menu > ul{
    display: flex;
    justify-content: space-between;
}

#menu > ul > li{
	font-size:14px;
	position:relative;
	text-align: center;
    width: calc(100% / 7);
}

.cuser #menu > ul > li {
    font-size: 14px;
    position: relative;
    float: none;
    text-align: center;
    display: block;
    border-left: 1px solid #fff;
}

.cuser #menu > ul > li:last-child {
	border-right: 1px solid #fff;	
}

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

.cuser #menu > ul > li::before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	height:100%;
	width:1px;
	background:#fff;
	display: none;
}

#menu > ul > li:last-child::after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	height:40%;
	width:1px;
	background:#fff;
	display: none;
}

.cuser #menu > ul > li:last-child::after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	height:100%;
	width:1px;
	background:#fff;
	display: none;
}

#menu > ul > li > a{
	display:block;
    padding: 20px 10px 20px 10px;
	color:#000;
	text-decoration:none;
}

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

.cuser #menu > ul > li:last-child > a {
	padding: 15px 20px 15px 20px;	
}

#menu > ul > li.toCompany {
    padding: 10px 0 10px 20px;
}

#menu > ul > li.toCompany > a {
	background: #000;
	color: #fff;
    padding: 10px;
}

#menu > ul > li > a:hover{
	opacity: 0.8;
}

#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;
}

.clipMyList {
	position: relative;	
}

.clipMyList .qjMyMenuList__item__icon__cnt {
	position: absolute;
	top: -13px;
	right: 5px;
	background: #fff;
	color: #eb5f70;
	font-size: 12px;
	border: #eb5f70 1px solid;
	padding: 2px 5px;
}


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

#foot{
	margin:0;
	padding: 30px 0 20px;
	background:#FFF;
}

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

#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: 10px;
	bottom: 20px;
}

#foot #pagetop a{
	display: block;
	background: #ecadb7;
	border: 1px solid #DDD;
	padding:10px 20px;
	font-size: 12px;
	text-decoration:none;
	color: #fff;
}


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

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


_:-ms-input-placeholder, :root .contents_m table {

}


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

_:-ms-input-placeholder, :root .contents_m--recruitment_information .search_table table th {
	width: 85% !important;
}

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


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

_:-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;
}

_:-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;
}

_:-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;
}

_:-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:#DD1B64;
	color:#FFF;
	font-size:12px;
	padding:5px 5px 5px 10px;
}

.contents_m table th{
	background-color:#fff8f8;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	padding:8px 10px;
}

.contents_m--cuser table th{
    background-color: #f0f0f0;
}

.contents_m table td{
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	padding:8px 10px;
	background-color:#FFF;
}

.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:5px 0 0;
}

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

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

.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;
}


/* 検索テーブル（search_table）
----------------------------------------------- */
.contents_m .search_table{
}

.contents_m .search_table input[type="text"]{
	max-width:200px;
}

.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;
}

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

.contents_m .list_table th{
	padding:8px;
	border-left:1px dotted #DDD;
	border-right:1px dotted #DDD;
}

.contents_m .list_table td{
	padding:8px;
	border-left:1px dotted #DDD;
	border-right:1px dotted #DDD;
}

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

.contents_m--cuser .list_table td{
	padding:8px;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}

.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{
	background-image:url(../img/system/icon_edit.png);
}

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

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

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

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


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

.requisite{
	color: #fff;
    padding: 3px;
    margin-left: 5px;
    font-weight: normal;
    font-size: 10px;
    font-weight: bold;
    background: #7E2842;
}

.contents_m .form_table td .hint{
	color:#666;
	display:block;
	padding-top:2px;
	margin-top:3px;
}

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

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

.contents_m .form_table td.validate .error,
.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{
	padding:4px;
}

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


/* 確認フォームテーブル（check_table）
----------------------------------------------- */
.contents_m .check_table{
}


/* ログインフォームテーブル（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 .message{
	padding:10px;
}

.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{
	margin-bottom:10px;
}

/* エラーメッセージ
----------------------------------------------- */
.contents_m .error_message{
	padding:10px;
	color:#FF0000;
}

.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{
	margin-bottom:10px;
}

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

.search_page p{
	float:left;
	float:none;
	margin-left:5px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.search_page p span{
	font-size:14px;
	font-weight:bold;
}

.search_page ul{
	margin:10px auto 20px auto;
    display: flex;
    justify-content: center;
	padding: 10px 0 0;
}

.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:#DD1B64;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:8px 16px;
}

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

.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;
}

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

#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);
}

.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 .body ul{
	margin:0;
	display:flex;
	flex-wrap:wrap;
}

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

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

.contents_m .embed_job .body .img img{
	width:100%;
	height:75px;
	border:1px solid #DDD;
	object-fit: cover;
}

.contents_m .embed_job .body .cate{
	font-size:10px;
	margin:0 0 5px;
	display:block;
}

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

.contents_m .embed_job .body .jobItem__container--attention .cate .new {
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #FFf, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.contents_m .embed_job .body .cate .limits{
	color:red;
}

.contents_m .embed_job .body h4,
.contents_m .embed_job .body h3{
	font-weight:normal;
	font-size:12px;
	border:none;
	padding:0;
	margin:0 0 5px;
	word-break: break-all;
}

.contents_m .embed_job .body h4 a,
.contents_m .embed_job .body h3 a{}

.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--info .embed_job {
	border: none;	
}

/* 地域PR求人一覧
----------------------------------------------- */

.contents_m .embed_job.pickup{
	
}


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

.contents_m .embed_job.new{}


.contents_m .embed_job.new .jobCategoryItem span .new {
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #FFf, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
	color: red;
}


/* 必見求人特集
----------------------------------------------- */


.contents_m > .main > h2, .contents_m > h2.recentRecruitTitle--must {
	margin: 20px 0 0;	
}

.contents_m .contents_box.page.embed_job.history.specialLink {
	
}

.contents_m .contents_box.page.embed_job.history.specialLink .body {
	padding: 5px 0 0;	
}

.contents_m .contents_box.page.embed_job.history.specialLink .body ul {
    justify-content: space-between;
}

.contents_m .contents_box.page.embed_job.history.specialLink .body ul li {
	width: calc((100% / 2) - 5px);
    padding: 0 0 5px;
	
}

.contents_m .contents_box.page.embed_job.history.specialLink .body ul li a img {
	width: 100%;
    object-fit: cover;
}


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

.contents_m .embed_job.limits{}


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

.contents_m .embed_job.cuser_job{
	border: none;
}

.contents_m .embed_job.cuser_job .body {
	padding: 15px 0;
}

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

.contents_m .embed_job.alike_job{}


/* 県内の地域PR求人(企業詳細ページ下部)
----------------------------------------------- */

.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:76px;
	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 .featuresType .body ul{
	display:flex;
	flex-wrap:wrap;
}

.contents_m .featuresType .body ul li{
	width:25%;
	margin:5px 0;
}


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

.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:#DD1B64;
	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;
}

.contents_m .top_search .search_table{
}

.contents_m .top_search .search_table table{
	margin:0;
	table-layout: fixed;
}

.contents_m .top_search .search_table .addition_ui{
}

.contents_m .top_search .search_table .addition_ui a{
}


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

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

.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{
	padding:2px;
	float:left;
}

.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:0 5px 5px 0;
	white-space:nowrap;
}

.job_container .jobtext .icon li a{
	display:block;
	font-size:12px;
	padding:5px 10px;
	border:1px solid #999;
	border-radius:2px;
	text-decoration:none;
}

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

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

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

.job_container .button a{
	display:inline-block;
	padding:8px 0;
	width:180px;
	margin:0 2px;
	background-color:#DD1B64;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	border-radius:2px;
}

.job_container .button a.not{
	background-color:#AAA;
}

.job_container .button a:hover{
	background-color:#333;
}

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

.job_container .item_img li{
	width:33.33%;
	padding:10px;
}

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

.job_container .item_img li p.img{
	height:auto;
	border:1px solid #DDD;
	background:#FAFAFA;
	text-align:center;
}

.job_container .item_img li p.img img{
	width:100%;
	height:auto;
}

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

.job_container .item_img li p.text{
	padding:5px;
	font-size:12px;
}

.job_container table{}

.job_container table td,
.job_container table th{
	padding:5px 8px;
}

/*----------------------------------------------------------------【店舗アルバム】*/

.album{
	margin-bottom: 1rem;
}
.album__title{
	border-left:none;
	background-color: #DD1B64;
    color: #FFF;
    font-size: 12px;
	padding: 5px 5px 5px 10px;
	line-height: 150%;
}
.album__list{
	display: flex;
	flex-wrap: wrap;
	min-height: 270px;
}
.album__item{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0.5rem;
}
.album__container{
	line-height: normal;
	border:1px solid #DDD;
	background-color: #FFF;
	padding: 0.5rem;
	display: flex;
	flex-direction: column;
}
.album__img {
	text-align: center;
}
.album__img img{
	width: 280px;
	height: 210px;
}
.album__comment{
	margin: 0.5rem 0.5rem 0 0.5rem;
}
/*----------------------------------------------------------------【スタッフアルバム】*/

.staff{
	margin-bottom: 1rem;
}
.staff__title{
	border-left:none;
	background-color: #DD1B64;
    color: #FFF;
    font-size: 12px;
	padding: 5px 5px 5px 10px;
	line-height: 150%;
}
.staff__list{
	display: flex;
	flex-wrap: wrap;
	min-height: 220px;
}
.staff__item{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0.5rem;

}

.staff__container{
	line-height: normal;
	border:1px solid #DDD;
	background-color: #FFF;
	padding: 0.5rem;
	display: flex;
	flex-direction: column;
}
.staff__profile{
	display: flex;
	flex-direction: row;
	margin-bottom: 0.5rem;
}

.staff__img {
	text-align: center;
}
.staff__detail{
	margin-left: 1rem;
	display: flex;
	flex-direction: column;
}
.staff__comment{
	vertical-align: baseline;
}

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

.contents_m .list{
	background:#FFF;
	margin:0 0 15px 0;
	border:1px solid #CCC;
	padding:15px;
}

.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{
	line-height:1.5;
	margin-bottom:10px;
}

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

.contents_m .list .title h3 span.cate{
	color:#666;
	font-weight:normal;
	font-size:12px;
	display:block;
}

.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-bottom:5px;
}

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

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

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

.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:0;
}

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

.contents_m .job_detail{
	background:#FFF;
	border:1px solid #DDD;
	padding:15px;
}

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

.contents_m .job_detail h2.job_h2{
}

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

.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;
}


/* 求職者の検索
----------------------------------------------- */
.nUser_more,
.resume_more{
	text-align:right;
	margin-top: 0.5rem;
}

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

.nUser_more li a:hover,
.resume_more li a:hover{
	opacity: 0.7;
}

/* 求人情報の管理
----------------------------------------------- */
.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:#DD1B64;
	border-radius:2px;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	padding:8px 16px;
}

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

.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-bottom:10px;
}

.cuser_container .box .photo{
	border:1px solid #ccc;
	padding:2px;
	float:left;
}

.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;
}


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

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

.contents_s .login{}

.contents_s .login .body{}

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

.contents_s .login .body dl .pass input[type="password"],
.contents_s .login .body dl .mail input[type="text"]{
	width:100%;
	box-sizing:border-box;
}

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

.contents_s .login .body input[type="submit"]{
	padding:8px 16px;
	cursor:pointer;
	background:#DD1B64;
	color:#FFF;
	border:none;
	border-radius:2px;
	font-size:12px;
	box-sizing:border-box;
}

.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{
	border-top: 1px solid #DDD;
	padding: 10px 0 0;
	margin: 10px 0 0;
}

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

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

.contents_s .embed_job .body li a .img > img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.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: 70%;
	padding: 0 0 0 6px;
}

.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: bold;
	line-height: 1;
	color: #333;
	margin: 0 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contents_s .embed_job .body li a .title .title_name{
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	height: 2.5em;
	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 .embed_job.history{}

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

.contents_s .embed_job.history .body ul{
}

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

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

.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: 30%;
	padding: 0;
}

.contents_s .embed_job.history .body li a .img > img{
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 0px;
	object-fit: cover;
}

.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: 70%;
	padding: 0 0 0 6px;
}

.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: bold;
	line-height: 1;
	color: #333;
	margin: 0 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contents_s .embed_job.history .body li a .title .title_name{
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
	height: 2.5em;
	overflow: hidden;
}


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


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



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

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

.contents_s .service p.serviceButton a:hover{
	opacity: 0.7;
}

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


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

.addHopeList{
	border:1px solid #ccc;
	margin:5px 0px;
	padding:3px;
	width:300px;
	font-size:12px;
	border: 1px solid #CCC;
    color: #333;
    background: #FFF;
    zoom: 1;
    padding: 8px;
    margin: 0 2px 0px;
    font-size: 12px;
    border-radius: 5px;
}
.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 10px;
}

/* ブロック
----------------------------------------------- */
.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: 0;
	margin: 0 0 10px;
	text-align: center;
	background: rgba(0,0,0,0.05);
	font-size: 11px;
}

.areaList__prefecture {
	width: 80%;
	padding: 0 5px;
	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;
}

/* リスト
----------------------------------------------- */
.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 li {
	list-style: circle !important;
}

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

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

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

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

.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: #E5E5E5;
	margin: -20px 0 15px;
}

.easySearchForm__ {
	padding: 20px 0;
	margin: 0 auto;
	width: 1020px;
	box-sizing: border-box;
}

.easySearchForm__crossIcon {
	text-align: center;
}

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

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

.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;
}

/* stylishSelect */

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

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

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

.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: #DD1B64;
	color: #FFF;
	border: 1px solid #DD1B64;
	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: 100%;
	min-width: 1020px;
	height: 300px;
	background-image: url("../img/qj_topimage.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin: -20px auto 0;
}

.qj-topimage__ {
	width: 1020px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}

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

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

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

.qj-head__set {
	display: block;
	align-items: center;
	padding: 10px 0px 0 0;
}

.qj-head__set__description {
    display: block;
    font-size: 11px;
}

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

.qj-head__set__logo a {
}

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

.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__free {
	flex-grow: 1;
	padding: 0 20px 0 0;
}

.qj-head__panel__free__hello {
	text-align: right;
    color: #DD1B64;
}

.qj-head__panel__free__hello img {
	padding: 0 10px 0 0 ;
	vertical-align: bottom;
	width: 27px;
}

.cuser .qj-head__panel__free__hello a {
	text-decoration: none;	
	color: #000;
}

.qj-head__panel__free__hello strong {
	margin: 0 3px 0 0;
}

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

.qj-head__panel__free__link--cuser {
		
}

.qj-head__panel__free__link__item {
	font-size: 11px;
	display: inline-block;
	margin: 0 0 0 10px;
}

.qj-head__panel__free__link--cuser .qj-head__panel__free__link__item {
		
}

.qj-head__panel__free__link--cuser .qj-head__panel__free__link__item a {
	text-decoration: none;
	display: block;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 8px 20px;
	font-size: 12px;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.2);
}

.qj-head__panel__free__link__item a {}

.qj-head__panel__free__link__item a:hover {}


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

.qjMyMenuList {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
}

.qjMyMenuList__item {
	width: 90px;
	box-sizing: border-box;
}

.qjMyMenuList__item--regist {
	background: #DD1B64;	
}

.qjMyMenuList__item > a {
	display: block;
	text-decoration: none;
	padding: 0 5px;
}

.qjMyMenuList__item:last-child > a {

}

.qjMyMenuList__item__icon {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	padding: 20px 0 0;
}

.qjMyMenuList__item__icon .fa {
	line-height: 30px;
	font-size: 20px;
	color: #DD1B64;
}

.qjMyMenuList__item__icon.qjMyMenuList__item__icon--signIn img {
	width: 16px;	
}

.qjMyMenuList__item--admin .qjMyMenuList__item__icon.qjMyMenuList__item__icon--signIn img {
	width: 20px;	
}

.qjMyMenuList__item--history .qjMyMenuList__item__icon.qjMyMenuList__item__icon--signIn img {
	width: 17px;	
}

.qjMyMenuList__item--message .qjMyMenuList__item__icon.qjMyMenuList__item__icon--signIn img {
	width: 24px;	
}

.qjMyMenuList__item--clip .qjMyMenuList__item__icon.qjMyMenuList__item__icon--signIn img {
	width: 21px;	
}

.qjMyMenuList__item--scout .qjMyMenuList__item__icon.qjMyMenuList__item__icon--signIn img {
	width: 18px;	
}

.qjMyMenuList__item:last-child .qjMyMenuList__item__icon.qjMyMenuList__item__icon--signIn img {
	width: 21px;	
}

.qjMyMenuList__item--regist .qjMyMenuList__item__icon img {
	width: 20px;	
}


.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: 11px;
	color: #DD1B64;
	height: 2.6em;
	line-height: 1.2em;
	vertical-align: middle;
	padding: 5px 0 20px;
}

.qjMyMenuList__item--regist .qjMyMenuList__item__name > span {
	color: #fff;	
}

.qjMyMenuList__item__icon--message {
/* 	background-image: url(../img/sp/mymenulist_message.png); */
}

.qjMyMenuList__item__icon--entry {}

.qjMyMenuList__item__icon--resume {}

.qjMyMenuList__item__icon--clip {}

.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: #DD1B64;
	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%;
}


/* 応募
----------------------------------------------- */

.entryItemList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.entryItem {
	border: 1px solid #666;
	background: #FFF;
    display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}
.entryItem--new {
	border: 3px solid #DD1B64;
}
.entryItem--cep2 {
	width: 49%;
}
.entryItem--cep2:nth-child(odd) {
	margin-right: 2%;
}
.entryItem__head {
    display: flex;
    flex-direction: row;
	border-bottom: 1px solid #666;
}
.entryItem__user {
	width: 33%;
	border-right: 1px solid #666;
}
.entryItem__job {
	width: 34%;
	border-right: 1px solid #666;
}
.entryItem__entry {
	width: 33%;
}
.entryItem__photo {
	width: 80px;
	margin-right: 0.5rem;
}
.entryItem__detail {
    display: flex;
    flex-direction: column;
}
.entryItem__detail--cep2 {
	width: 50%;
}
.entryItem__body {
	margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
}

.entryItem__foot {
	display: flex;
	flex-direction: row;
}
.entryItem__foot--info {
	margin-top: 1rem;
}
.entryItem__panel {
    display: flex;
	flex-direction: column;
	width: 100%;
}
.entryItem__jobLink {
	color: #619CCE;
	text-decoration: underline;
}
.entryItem__message {
    display: flex;
	flex-direction: column;
	background-color: #EFEFEF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	height: 76px;
}
.entryItem__buttonList {
    display: flex;
    flex-direction: row;
	width: 100%;
}
.entryItem__memo {
	width: 300px;
	border: 1px solid #666;
	background-color: #fff;
	margin: 0.5rem;
	margin-left: 0;
}
.entryItem__memo--wide {
	width: 700px;
	margin: 0;
}
.entryItem__memo:hover{
	opacity:0.3;
	background:#619CCE;
}

.entryItem__memoTitle {
	font-size: 1.2rem;
	font-weight: bold;
}
.entryItem__memoHint {
	color: #B2B1B1;
}

.entryItem__container {
    display: flex;
    flex-direction: column;
	padding: 0.5rem 1rem;
}
.entryItem__container--full {
	height: 100%;
}
.entryItem__container--up {
	padding-bottom: 0;
}
.entryItem__container--down {
	padding-top: 0;
}
.entryItem__container--blue {
	background-color: #E9ECFE;
}
.entryItem__column {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.entryItem__label {
	display: inline-block;
	text-align: left;
	margin-right: 0.5rem;
	width: 70px;
}
.entryItem__label--flat {
	width: auto;
}
.entryItem__text {
}
.entryItem__text--right {
	margin-left: auto;
}
.entryItem__text--bottom{
	margin-top: auto;
}

.entryItem--bold {
	font-weight: bold;
}
.entryItem--large {
	font-size: 1.1rem;
}
.entryItem--pink {
	color: #DD1B64;
}

.entryItem__icon{
	padding:4px 16px;
	cursor:pointer;
	font-size:12px;
	box-sizing:border-box;
	vertical-align: top;	
}

.entryItem__icon--progress {
	background:#FFF;
	color:#619CCE;
	border: 1px solid #619CCE;
	border-radius:15px;
}
.entryItem__icon--multiple {
	background:#DD1B64;
	color:#FFF;
	border:none;
	border-radius:5px;
}
.entryItem__icon--scout {
    background: #1877f2;
    color: #fff;
    border: none;
    margin-right: 5px;
}

.entryItem__icon--fresh {
    background: #06c755;
    color: #fff;
    border: none;
    margin-right: 5px;
}

.entryItem__icon--remain {
	background:#FFF;
	color:#666;
	border: 1px solid #666;
}

.entryItemMessage {
	display: flex;
	flex-direction: row;
	margin-bottom: 0.2rem;
	align-items: center; 
}
.entryItemMessage--new {
	font-weight: bold;
}
.entryItemMessage__icon{
	padding: 0.2rem 0.5rem;
	border:1px solid #555;
	color:#555;
	background:#FFF;
	text-align: center;
	margin-right: 0.5rem;
	font-weight: normal;
}
.entryItemMessage--new .entryItemMessage__icon{
	border:1px solid #DD1B64;
	color:#DD1B64;
	background:#FFF;
}
.entryItemMessage__text{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 500px;
}
.entryItemMessage--link {
	text-decoration: none;
}
.entryItemMessage__read {
	margin-left: 0.5rem;
}

.entryItem__linkbox {
	font-size: 14px;
	position: relative;
}
.entryItem__LinkboxLink {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
	width: 100%;
	z-index: 1;
}
.entryItem__LinkboxLink:hover{
	opacity:0.3;
	background:#619CCE;
}

.entryItem__LinkboxLink--inlink {
	z-index: 2;
	position: relative;
	text-decoration: none;
}




.entryItem__buttonList {
    display: flex;
    flex-direction: row;
	width: 100%;
}
.entryItem__buttonList--mini {
	flex-wrap: wrap;
	width: 320px;
	justify-content: center;
}
.entryItem__button {
	flex-basis: 25%;
	margin-right: 0.5rem;
}
.entryItem__button:last-child {
	margin-right: 0;
}
.entryItem__button--mini {
	flex-basis: 45%;
	margin-right: none;
}
.entryItem__button--mini:nth-child(1),
.entryItem__button--mini:nth-child(2) {
	margin-bottom: 0.5rem;
}
.entryItem__button--mini:nth-child(even) {
	margin-right: 0;
}

.entryItem__button--grow {
	flex-grow: 1;
}

.entryItem__buttonLink {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	width: 100%;
	height: 1rem;
	padding: 1rem 0.5rem;
	font-size: 0.9rem;
	text-decoration: none;
	cursor: pointer;
	
	background: #FFF;
	color: #666;
	border: 1px solid #666;
	border-radius: 10px;

	font-weight:bold;
}
.entryItem__buttonLink:hover {
	opacity:0.7;
}

.entryItem__buttonLink--pink {
	background: #DD1B64;
	color: #EEE;
	border: 1px solid rgba(255,255,255,0.6);
}
.entryItem__buttonLink--action {
	background: #EEE;
	color: #666;
}
.entryItem__buttonLink--black {
	background: #666;
	color: #EEE;
}
.entryItem__buttonLink--bold {
	font-weight:bold;
}
.entryItem__buttonLink--nonactive {
	background: #FFF;
	color: #AAA;
	border: 1px solid #AAA;
}

.entryItem__buttonLink--nonactive {
	background: #FFF;
	color: #AAA;
	border: 1px solid #AAA;
}

.foldingMenu{
	margin-bottom: 0.3rem;
}
.foldingMenu__titlebar{
	background: #FFFEF3;
	color: #DD1B64;
	border: 1px solid #DD1B64;
	padding: 0.3rem;
	display: flex;
	flex-direction: row;
}
.foldingMenu__title{
	font-weight: bold;
	font-size: 1rem;
}
.foldingMenu__subtitle{
	font-weight: normal;
	font-size: 1rem;
}
.foldingMenu__open{
	margin-left: auto;
	font-weight: bold;
	font-size: 1rem;
}
.foldingMenu__table{
	background: #FFFEF3;
}
.foldingMenu__label{
	background: #FFFEF3;
	color: #333;
	width: 230px;
}
.foldingMenu__text{
	background: #ffffff;
}

.messageBox{
	margin-top: 2rem;
}
.messageBox__buttonList {	
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}
.messageBox__button {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	width: 250px;
	height: 1rem;
	padding: 1rem 0.5rem;
	font-size: 0.9rem;
	text-decoration: none;
	cursor: pointer;
	
	background: #fff;
	color: #DD1B64;
	border: 2px solid #DD1B64;
	border-radius: 7px;

	font-weight:bold;
}
.messageBox__button:hover {
	opacity:0.7;
}
.messageBox__button--reverse {
	background: #DD1B64;
	color: #fff;
	border: 2px solid #fff;
}

.messageBoxItem{
	background: #fff;
	border-bottom: 3px solid #666;
}
.messageBoxItem:nth-child(2){
	border-top: 3px solid #666;
}
.messageBoxItem--right{
	margin-left: auto;
}
.messageBoxItem--new{
}
.messageBoxItem--new .messageBoxItem__sub,
.messageBoxItem--new .messageBoxItem__message{
	font-weight: bold;
}


.messageBoxItem__inner{
	display: flex;
	flex-direction: row;
	padding: 1rem;
}
.messageBoxItem__subArea{
	margin-right: 1rem;
	text-align: center;
}
.messageBoxItem__mainArea{
	width: 100%;
}
.messageBoxItem__header{
	display: flex;
	flex-direction: row;
	padding-bottom: 0.8rem;
	border-bottom: 1px dotted #666;
	margin-bottom: 1rem;
}

.messageBoxItem__icon{
	padding: 0.2rem 0.5rem;
	border:1px solid #555;
	color:#555;
	font-size: 0.9rem;
	text-align: center;
	display: inline-block;
	width: 60px;
}

.messageBoxItem__icon--other{
	border: 2px solid #DD1B64;
	color:#DD1B64;
}

.messageBoxItem__sub{
	font-size: 1rem;
}
.messageBoxItem__date{
	font-size: 0.9rem;
}
.messageBoxItem__read{
	font-size: 0.9rem;
	margin-left: 1rem;
}
.messageBoxItem__unread{
	padding: 0.2rem 1rem;
	margin-right: 0.5rem;
	border:1px solid #555;
	border-radius: 10px;
	color:#555;
	font-size: 0.9rem;
	text-align: center;
	display: inline-block;
}
.messageBoxItem__message{
	font-size: 0.9rem;
}

.messageBoxItem__linkbox:hover{
	opacity:0.7;
}

.messageBox__form
{
	border:1px solid #555;
	background-color: #FFFEF3;
	margin-bottom: 1rem;
}
.messageBox__formInner{
	padding: 0.5rem 1rem;
}
.messageBox__formHead
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0.5rem;
	position: relative;

	font-size: 0.9rem;
}

.messageBox__formHead
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0.5rem;
	position: relative;

	font-size: 0.9rem;
}
.messageBox__formHead select
{
	border-radius: 5px;
	padding: 0.2rem 1rem;
	font-size: 0.9rem;
}

.messageBox__formHead--right
{
	position: absolute;
	right: 0;
}

.messageBox__link{
	background-color: #F2F2F2;
	padding: 0.2rem 1rem;

}

.messageBox__row
{
	display: flex;
	flex-direction: row;
	margin-bottom: 0.3rem;
}
.messageBox__label
{
	width: 40px;
	margin-right: 0.5rem;
	font-size: 0.9rem;
	color: #555;
}
.messageBox__input,
.messageBox__input input[type="text"],
.messageBox__input textarea
{
	width: 100%;
}
.messageBox__require
{
	color:#DD1B64;
}
.messageBox_error
{
	color:#DD1B64;
}

.messageBoxInterview{
	border: 2px solid #C9E5FE;
	border-radius: 5px;
	background: #F9FBFF;
	margin: 1rem 0;
}

.messageBoxInterview__inner{
	padding: 1rem;
}
.messageBoxInterview__list{
	margin-bottom: 1rem;
}
.messageBoxInterview__label{
	font-weight: bold;
	font-size: 0.9rem;
}
.messageBoxInterview__text{
	font-size: 0.9rem;
}


/* 求職者応募
----------------------------------------------- */

.userEntryItemList {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.userEntryItem {
	border: 1px solid #B7B7B7;
	background: #FFF;
	padding: 0.5rem;
    display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}
.userEntryItem--marginRight{
	margin-right: 1rem;
}
.userEntryItem--right{
	margin-left: auto;
}
.userEntryItem--bottom{
	margin-top: auto;
}
.userEntryItem--wide{
	width: 100%;
}
.userEntryItem--250{
	width: 250px;
}
.userEntryItem__body {	
	background: #FEF7F7;
	padding: 1rem 0.5rem 1rem 0;
}
.userEntryItem__body--column {	
    display: flex;
	flex-direction: column;
}
.userEntryItem__body--row {	
    display: flex;
	flex-direction: row;
}
.userEntryItem__user {
	width: 33%;
}
.userEntryItem__job {
	width: 33%;
}
.userEntryItem__entry {
	width: 33%;
}
.userEntryItem__photo {
	margin-right: 0.5rem;
	width: 200px;
	min-width: 200px;
}
.userEntryItem__photo img{
	width: 100%;
	height: 70px;
	margin-right: 0.5rem;
	object-fit: cover;
}

.userEntryItem.userEntryItem--cep2 .userEntryItem__photo img{
	height: 124px;
}

.userEntryItem__detail {
    display: flex;
    flex-direction: column;
}
.userEntryItem__detail--cep2 {
	width: 50%;
}
.userEntryItem__head {
    display: flex;
	flex-direction: row;
	align-items: center;
}

.userEntryItem__foot {
	display: flex;
	flex-direction: row;
}
.userEntryItem__panel {
    display: flex;
	flex-direction: column;
	margin-top: 0.5rem;
}
.userEntryItem__message {
    display: flex;
    flex-direction: column;
	width: 100%;
	height: 60px;
	margin-right: 0.5rem;

}
.userEntryItem__buttonList {
    display: flex;
    flex-direction: row;
	width: 100%;
}
.userEntryItem__memo {
}

.userEntryItem__column {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.userEntryItem__column--200 {
	width: 200px;
	margin-right: 1rem;
}
.userEntryItem__column--box {
	border: 1px solid #DD1B64;
	padding: 0.3rem 0.5rem;
}
.userEntryItem__label {
	display: inline-block;
	text-align: right;
	margin-right: 0.5rem;
	font-size: 0.9rem;
}
.userEntryItem__label--flat {
	width: auto;
}
.userEntryItem__text {
	font-size: 0.9rem;
}
.userEntryItem__text--right {
	margin-left: auto;
}

.userEntryItem--bold {
	font-weight: bold;
}
.userEntryItem--large {
	font-size: 1.2rem;
}
.userEntryItem--pink {
	color: #DD1B64;
}

.userEntryItem__linkbox {
    position: relative;
}
.userEntryItem__LinkboxLink {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.userEntryItem__jobLink {
	color: #1D49B9;
}


.userEntryItem__button {
	flex-basis: 25%;
	margin: 0.2rem 0.2rem;
}

.userEntryItem__button--grow {
	flex-grow: 1;
}

.userEntryItem__buttonLink {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	padding: 0.5rem;
	text-decoration: none;
	
	background: #FFF;
	color: #666;
	border: 1px solid #666;
	border-radius: 10px;

	font-weight:bold;
}
.userEntryItem__buttonLink:hover {
	opacity:0.7;
}

.userEntryItem__buttonLink--250 {
	width: 250px
}
.userEntryItem__buttonLink--pink {
	background: #DD1B64;
	color: #EEE;
	border: 1px solid rgba(255,255,255,0.6);
}
.userEntryItem__buttonLink--action {
	background: #EEE;
	color: #666;
}
.userEntryItem__buttonLink--gray {
	background: #B7B7B7;
	color: #EEE;
}
.userEntryItem__buttonLink--black {
	background: #878787;
	color: #EEE;
}
.userEntryItem__buttonLink--bold {
	font-weight:bold;
}
.userEntryItem__buttonLink--nonactive {
	background: #FFF;
	color: #AAA;
	border: 1px solid #AAA;
}


.userEntryItemMessage {
	display: flex;
	flex-direction: row;
	margin: 0.3rem 0;
	align-items: center; 
}
.userEntryItemMessage--new {
	font-weight: bold;
}
.userEntryItemMessage__icon{
	padding: 0.2rem 0.5rem;
	border:1px solid #555;
	color:#555;
	background:#FFF;
	text-align: center;
	margin-right: 0.5rem;
	font-weight: normal;
}
.userEntryItemMessage--new .userEntryItemMessage__icon{
	border:1px solid #DD1B64;
	color:#DD1B64;
	background:#FFF;
}
.userEntryItemMessage__text{
	font-size: 0.9rem;
}
.userEntryItemMessage--link {
	text-decoration: none;
}
.userEntryItemMessage__read {
	margin-left: 0.5rem;
	color:#DD1B64;
}


.userMessageBox{
	margin-top: 2rem;
}
.userMessageBox__buttonList {	
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}
.userMessageBox__button {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	padding: 0.8rem 2.5rem;
	font-size: 0.9rem;
	text-decoration: none;
	cursor: pointer;
	
	background: #fff;
	color: #DD1B64;
	border: 2px solid #DD1B64;
	border-radius: 7px;

	font-weight:bold;
}
.userMessageBox__button:hover {
	opacity:0.7;
}
.userMessageBox__button--reverse {
	background: #DD1B64;
	color: #fff;
	border: 2px solid #fff;
}

.userMessageBoxItem{
	background: #fff;
	border-bottom: 3px solid #666;
}
.userMessageBoxItem:nth-child(2){
	border-top: 3px solid #666;
}
.userMessageBoxItem--right{
	margin-left: auto;
}


.userMessageBoxItem__inner{
	display: flex;
	flex-direction: column;
	padding: 1rem 0.5rem;
}
.userMessageBoxItem__sub{
	width: 80px;
    margin-right: 1rem;
}
.userMessageBoxItem__header{
	display: flex;
	flex-direction: row;
	padding-bottom: 0.8rem;
	border-bottom: 1px dotted #666;
	margin-bottom: 1rem;
}
.userMessageBoxItem--new{
}
.userMessageBoxItem--new .userMessageBoxItem__subject,
.userMessageBoxItem--new .userMessageBoxItem__message{
	font-weight: bold;
}
.userMessageBoxItem--row{
	display: flex;
	flex-direction: row;
}
.userMessageBoxItem--column{
	display: flex;
	flex-direction: column;
}

.userMessageBoxItem__icon{
	padding: 0.2rem 0.5rem;
	border:1px solid #555;
	color:#555;
	font-size: 1rem;
	text-align: center;
	display: inline-block;
	width: 80px;
}

.userMessageBoxItem__icon--other{
	border: 2px solid #DD1B64;
	color:#DD1B64;
}

.userMessageBoxItem__name{
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.userMessageBoxItem__subject{
	font-size: 1rem;
}
.userMessageBoxItem__date{
	font-size: 0.9rem;
}
.userMessageBoxItem__read{
	font-size: 0.9rem;
	margin-left: 0.5rem;
	color:#DD1B64;
}
.muserMessageBoxItem__unread{
	padding: 0.2rem 1rem;
	margin-right: 0.5rem;
	border:1px solid #555;
	border-radius: 10px;
	color:#555;
	font-size: 0.9rem;
	text-align: center;
	display: inline-block;
}
.userMessageBoxItem__message{
	font-size: 1rem;
	line-height: 1.3;
}

.userMessageBoxItem__linkbox:hover{
	opacity:0.7;
}

.userMessageBox__form
{
	border:1px solid #555;
	background-color: #FEF7F7;
	margin-bottom: 1rem;
}
.userMessageBox__formInner{
	padding: 1rem 1rem;
}
.userMessageBox__formHead
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0.5rem;
	position: relative;

	font-size: 0.9rem;
}

.userMessageBox__formHead
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0.5rem;
	position: relative;

	font-size: 0.9rem;
}
.userMessageBox__formHead select
{
	border-radius: 5px;
	padding: 0.2rem 1rem;
	font-size: 0.9rem;
}

.userMessageBox__formHead--right
{
	position: absolute;
	right: 0;
}

.userMessageBox__link{
	background-color: #F2F2F2;
	padding: 0.2rem 1rem;

}

.userMessageBox__row
{
	display: flex;
	flex-direction: row;
	margin-right: 0.5rem;
	margin-bottom: 0.3rem;
}
.userMessageBox__label
{
	width: 40px;
	margin: 1rem 0.5rem 0.5rem 0;
	font-size: 0.9rem;
	color: #555;
}
.userMessageBox__input,
.userMessageBox__input input[type="text"],
.userMessageBox__input textarea
{
	width: 100%;
	font-size: 1rem;
	padding: 0.5rem;
}
.userMessageBox__require
{
	color:#DD1B64;
}
.userMessageBox_error
{
	color:#DD1B64;
}

.userMessageBoxInterview{
	border: 2px solid #C9E5FE;
	border-radius: 5px;
	background: #F9FBFF;
	margin: 1rem 0;
}

.userMessageBoxInterview__inner{
	padding: 1rem;
}
.userMessageBoxInterview__list{
	margin-bottom: 1rem;
}
.userMessageBoxInterview__label{
	font-weight: bold;
	font-size: 0.9rem;
}
.userMessageBoxInterview__text{
	font-size: 0.9rem;
}


.hopeButtonList{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 1rem 0;
}
.hopeButtonList--center{
	justify-content: center;
}
.hopeButtonList__half{
	width: 50%;
}
.hope__button{
    display: inline-block;
	width: 100%;
	padding: 0.8rem 0;


	background: #DD1B64;
    color: #FFF;
	border-radius: 5px;

	text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;

	margin-bottom: 0.5rem;
	
	cursor:pointer;
}
.hope__button--white{
	background: #FFF;
    color: #DD1B64;
	border: 1px solid #545353;
}
.agreeCheck{
	margin-bottom: 0.5rem;
}

/* システムメッセージ
----------------------------------------------- */
.systemMessage__item {
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #EEE;
}
.systemMessage__item:last-child {
	margin-bottom: 1rem;
	border-bottom: none;
}
.systemMessage__name {
	color: #333;
}
.systemMessage__name a{
	font-weight:bold;
}
.systemMessage__subject {
	color: #333;
	font-weight:bold;
	position: relative;
	padding-left: 10px;
}
.systemMessage__subject:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #333;
}

.systemMessage__count {
	margin-left: 0.5rem;
	color: #DD1B64;
}
.systemMessage__list{
	list-style: none;
	padding-left: 1rem;
	margin: 0;
	margin-top: 0.2rem;
}
.systemMessage__text{
	line-height: 1.5;
	margin-bottom: 0.2rem;
	position: relative;
	text-decoration: underline;
}
.systemMessage__text--pink,
.systemMessage__text--pink a{
	color: #DD1B64;
	text-decoration: underline;
}

/* PDF
----------------------------------------------- */
.pdf__layout{
    width: 1200px;
	font-family: 'Noto Serif JP';
}
.pdf__container{
	margin-bottom: 16px;
}
.pdf__ceparate{
	width: 100%;
}
.pdf__ceparate--left{
	vertical-align: bottom;
}
.pdf__ceparate--right{
	text-align: right;
	vertical-align: bottom;
}
.pdf__ceparate--marginHeight{
	height: 2px;
}
.pdf__ceparate--marginWidth{
	width: 10px;
}
.pdf__pagination{
	height: 50px;
}

.pdf__header{
	padding: 0 2px;
}

.pdf__user{
}
.pdf__userText{
    width: 850px;
}
.pdf__userImage{
    width: 350px;
}
.pdf__userHeight{
	height: 250px;
}
.pdf__userName{
	height: 150px;
}
.pdf__userSex{
	width: 100px;
	text-align: center;
}
.pdf__userImage{
	padding-left: 10px;
	text-align: center;
}
.pdf__userImage img{
	height: 240px;
}


.pdf__address{
}
.pdf__addressLeft{
	width: 800px;
}
.pdf__addressRight{
    width: 400px;
}
.pdf__addressRow{
	height: 120px;
}
.pdf__addressHeight{
	height: 300px;
}

.pdf__table{
	border-collapse: collapse;
	border: 2px solid #333;
	width: 100%;
}
.pdf__tableRow{
	height: 70px;
}

.pdf__tableUnderLine{
	border-bottom: 2px solid #333;
}
.pdf__tableUnderLine--dashed{
	border-bottom: 2px dashed #333;
}
.pdf__tableSideLine{
	border: 2px solid #333;
}
.pdf__tableUnderLine--none{
	border-right: none;
}


.pdf__label{
	padding: 4px 6px;
	vertical-align: top;
	font-size: 16px;
}
.pdf__label--table{
	background-color: #DDD;
	font-size: 20px;
}
.pdf__text{
	padding: 4px 8px;
	font-size: 23px;
}
.pdf__text--mini{
	font-size: 12px;
}
.pdf__text--list{
	font-size: 22px;
}
.pdf__text--top{
	vertical-align: top;
}
.pdf__text--break{
	word-break: break-all;
}


.pdf__subject{
	font-size: 32px;
}
.pdf__date{
	margin-top: auto;
}
.pdf__kana{
	height: 30px;
}
.pdf__name{
	padding: 4px 6px;
	font-size: 50px;
}
.pdf__detail{
	height: 215px;
	vertical-align: top;
	margin: 4px 6px;
	font-size: 20px;
}

.pdf--center{
	text-align: center;
}
.pdf--right{
	text-align: right;
}
.pdf__width--60{
	width: 70px;
}
.pdf__year{
	width: 90px;
}
.pdf__month{
	width: 60px;
}


/* 入力補助
----------------------------------------------- */
.selector_school,
.selector_history,
.selector_license{
	margin-bottom: 0.5rem;
}


.school_item,
.history_item,
.license_item{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.5rem;
}
.school_item:last-child,
.history_item:last-child,
.license_item:last-child{
	margin-bottom: 0;
}

.school_board,
.history_board,
.license_board{
	padding: 0.5rem;
	border:1px solid #CCC;
}

.school_date,
.history_date,
.license_date{
	margin-right: 0.5rem;
}
.school_delete,
.history_delete,
.license_delete{
	margin-left: auto;
	padding: 0.2rem 0.5rem;
	background-color:#444;
	color:#fff;
	cursor:pointer;
}
.school_delete:hover,
.history_delete:hover,
.license_delete:hover{
	background-color:#ee1133;
}

/* 検討中件数表示
----------------------------------------------- */

.clipCount__item{
	text-align: center;
	font-size: 1.3rem;
	margin: 0.5rem 0 1rem;
}

.clipCount__count{
	color:#ee1133;
}


/* 求人一覧
----------------------------------------------- */
.jobItemList{
	margin-bottom: 1rem;
}
.jobItemList--container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.jobItemList--title{
	position:relative;
	padding:10px 15px;
	font-size:14px;
	line-height:1.3;
	border-bottom:3px solid #EEE;
	background:#FFF;
	border:1px solid #DDD;
	margin:0 0 10px;
}

.jobItemList--title::after{
	content:"";
	position:absolute;
	bottom:-3px;
	left:0;
	width:50%;
	height:3px;
	background:#DD1B64;
}


.jobItem__container{
	display: flex;
	flex-direction: column;
	border: 2px solid #878787;
	background: #fff;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1rem;
	border-radius: 15px;
	line-height:1.5;
	width: 100%;
/*	width: 49%;*/
}
/*
.jobItem__container:nth-child(odd){
	margin-right: 2%;
}
*/
.jobItem__container--attention{
	border: 3px solid #F23E60;
	background: #FFE7EA;
}
.jobItem__main{
	display: flex;
	flex-direction: row;
}
.jobItem__left{
	display: flex;
	flex-direction: column;
	width:160px;
	margin-right: 0.5rem;
}

.jobItem__right{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.jobItem__gift{
	border-top: 1px solid #DD1B64;
	border-bottom: 1px solid #DD1B64;
	background-color: #fff;
	text-align: center;
	font-size: 0.6rem;
	margin-bottom: 0.5rem;
}
.jobItem__gift--padding{
	padding: 0.5rem 0.2rem 0.1rem 0.2rem;
}
.jobItem__giftMoney{
	color:#DD1B64;
	font-size: 1rem;
}
.jobItem__img img{
	width:160px;
}
.jobItem__img--full {
	margin-bottom: 0.5rem;
}
.jobItem__img--full img{
	width:100%;
}
.jobItem__icon{
	margin: 0.5rem 0;
}

.jobItem__imageList{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.jobItem__imageList--space{
	margin-bottom: 1rem;
}

.jobItem__images{
	width: 30%;
	width: calc((100% - 40px) / 3);
}
.jobItem__images img{
	width: 100%;
	height: 195px;
}


.jobItem__icon li{
	margin:0 0.5rem 0.5rem 0;
	display:inline-block;
	font-size:0.7rem;
	background-color: #fff;
	color: #DD1B64;
	border:1px solid #DD1B64;
	padding: 0.3rem 1rem;
	white-space:nowrap;
}

.jobItem__icon li a{
	color: #DD1B64;
	text-decoration: none;
}


.jobItem__head{
	/* font-weight: bold; */
	font-size: 1rem;
	margin: 0.5rem 0;
}
.jobItem__subject{
	color: #004379;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}
.jobItem__subject--link{
	color: #004379;
	text-decoration:underline;
}
.jobItem__salary{
	font-weight:bold;
	font-size: 1rem;
	margin-top: auto;
}
.jobItem__salary--price{
	color:#ee1133;
	font-size: 1.1rem;
}


.jobItem__foot{
}

.jobItem__category{
	background-color: #ee1133;
	color:#fff;
	font-size: 0.8rem;
	padding: 0.2rem 0.5rem;
	margin-right: 0.5rem;
}
.jobItem__prefectures{
	font-size: 0.9rem;
}
.jobItem__date{
	font-size: 0.7rem;
	text-align: right;
}

.jobItem__attention{
	display: flex;
	flex-direction: row;
}

.jobItem__attentionIconArea{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jobItem__attentionIcon{
	font-size: 1.3rem;
    text-align: right;
    padding: 0.2rem 1rem;
    background-color: #54d553;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0.5rem 0;
    white-space: nowrap;
}
.jobItem__attentionMessage {
	position: relative;
	display: inline-block;
	margin: 0.5rem 0 0.5rem 15px;
	padding: 0.5rem 0.5rem;
	width: 100%;
	min-height: 65px;
	color: #555;
	background: #F7FFF0;
	border: solid 2px #11c01f;
	border-radius: 15px;
	box-sizing: border-box;
  }
  
  .jobItem__attentionMessage:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
    margin-top: -8px;
    border: 6px solid transparent;
    border-right: 12px solid #FFF;
	z-index: 2;
  }
  
  .jobItem__attentionMessage:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -18px;
    margin-top: -8px;
    border: 6px solid transparent;
    border-right: 12px solid #11c01f;
	z-index: 1;
  }
  
.jobItem__attentionMessage--text{
	font-size: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.jobItem__table{
	width:100%;
	font-size:0.9rem;
	clear:both;
	margin-bottom: 0.5rem;
}

.jobItem__tableLbael{
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	padding:3px;
	width:120px;
	font-weight:normal;
	background-color:#FAFAFA;
}
.jobItem__tableText--red{
	color: #DD1B64;
}
.jobItem__tableText--price{
	color: #DD1B64;
	font-size:1rem;
}

.jobItem__tableText{
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	padding: 3px 5px;
	background-color:#fff;
}

.jobListButton{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.jobListButton--center{
	justify-content: center;
}
.jobListButton__half{
	width: 48%;
}
.jobListButton__half:nth-child(odd){
	margin-right: 4%;
}
.jobListButton__full{
	flex-grow: 1;
}

.jobItem__button{
    display: inline-block;
	width: 100%;
	padding: 1rem ;


	background: #DD1B64;
    color: #FFF;
	border-radius: 5px;

	text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;

	margin-bottom: 0.5rem;
	
	cursor:pointer;
}
.jobItem__button--big{
	padding: 1rem 0;
}

.jobItem__button--pink{
	background: #DD1B64;
    color: #FFF;
}

.jobItem__button--white{
	background: #FFF;
    color: #DD1B64;
	border: 1px solid #545353;
}
.jobItem__button--gray{
	background: #B2B1B1;
    color: #fff;
}



.linkBox{
	position: relative;
}
.linkAll{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.button{
	margin:15px 0;
	padding:15px 0;
	background:#EEE;
}

.button__common{
	padding:8px 16px;
	cursor:pointer;
	background:#DD1B64;
	color:#FFF;
	border:none;
	border-radius:2px;
	text-decoration:none;
	display:inline-block;
}

.button__common:hover{
	opacity:0.7;
}

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

.jobInfo__header{
	display: flex;
	flex-direction: row;
	border-top: 5px solid #DD1B64;
	border-bottom: 1px solid #DDD;
	background:#fff8f8;
	line-height:1.4;
	margin-bottom:5px;
	padding: 0.5rem;
}
.jobInfo__title{
	font-size: 0.9rem;
}
.jobInfo__title--sub{
	font-size: 0.7rem;
}

.jobInfo__date{
	margin-left: auto;
	margin-top: auto;
	font-size: 0.7rem;
}

.jobInfo__subject{	
	display: flex;
	flex-direction: row;
	background-color: #FFE7EA;
	width: 100%;
	padding: 0.5rem;
	margin-bottom: 1rem;
}
.jobInfo__subject--text{
	font-size: 1rem;
	font-weight: bold;
}
.jobInfo__subject--right{
	margin-left: auto;
}

.jobInfo__name {
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0.5rem 1rem;
}

.jobInfo_imgContainer{
	position: relative;
	margin-bottom: 1rem;
}

.jobInfo_imgNavi{
	position: absolute;
	z-index: 2;
	top: 60px;
}

.jobInfo_imgNavi--left{
	left: 0px;
}

.jobInfo_imgNavi--right{
	right: 0px;
}
.jobInfo_img{
	z-index: 0;
}
.jobInfo_description{
	margin-bottom: 0.5rem;
}
.jobInfo__gift{
	border-top: 1px solid #DD1B64;
	border-bottom: 1px solid #DD1B64;
	background-color: #fff;
	text-align: center;
	font-size: 1.3rem;
	width: 95%;
	padding: 0.5rem 0 0;
}

.jobInfo__giftMoney{
	color:#ee1133;
	font-size: 2rem;
}

.jobInfo__tabList{
	border-bottom: 1px solid #DD1B64;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
.jobInfo__tab{
	border: 1px solid #DD1B64;
	border-bottom: none;
    border-radius: 5px 5px 0 0;
	color:#ee1133;
	background-color: #fddce3;
	font-size: 0.8rem;
	margin-right: 0.5rem;
	padding: 0.5rem 2rem 0.5rem;
	width: 230px;
}
.jobInfo__tab--link{
	color:#ee1133;
	text-decoration: none;
}
.jobInfo__tab:last-child{
	margin-right: 0;
}
.jobInfo__tab--active{
	border-bottom: 1px solid #fff;
	color:#ee1133;
	background-color: #fff;
	font-size: 0.8rem;
	margin-bottom: -1px;
}

.staff__name{
	font-size: 1.2rem;
}

.nUserSearch__tabList{
	border-bottom: 1px solid #DD1B64;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
.nUserSearch__tab{
	border: 1px solid #DD1B64;
	border-bottom: none;
	border-radius: 2px;
	color:#ee1133;
	background-color: #FFD6DF;
	font-size: 1rem;
	margin-right: 0.5rem;
	padding: 0.5rem 0;
	width: 250px;
}
.nUserSearch__tab--link{
	color:#ee1133;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.nUserSearch__tab:last-child{
	margin-right: 0;
}
.nUserSearch__tab--active{
	border-bottom: 1px solid #fff;
	color:#ee1133;
	background-color: #fff;
	font-size: 1rem;
	margin-bottom: -1px;
}

.nUser__title{
	display: flex;
}
.nUser__title--right{
	margin-left: auto;
	text-align: right;
}
.nUser__date{
	font-weight: normal;
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}

.messageListItem{
	border:1px solid #DDD;
	background-color: #fff;
}
.messageListItem__inner{
	display: flex;
	flex-direction: column;
	padding: 0.5rem;
}
.messageListItem__head{
	margin-bottom: 0.5rem;
	display: flex;
	flex-direction: row;
}
.messageListItem__main{
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row;
}
.messageListItem__main--left{
	width: 80px;
	margin-top:0.65rem
}
.messageListItem__main--right{
	width: 920px;
}
.messageListItem__foot{
	margin-bottom: 0.5rem;
	
}
.messageListItem__store{
	color:#ee1133;
	font-size: 1.2rem;
	
}
.messageListItem__date{
	margin-left: auto;
	font-size: 0.8rem;
}
.messageListItem--new .messageListItem__date{
	font-weight: bold;
}
.messageListItem__new{
	margin-left: 0.5rem;
	color:#ee1133;
	font-weight: bold;
	font-size: 0.8rem;
}
.messageListItem__icon{
	padding: 0.2rem 0.5rem;
	border:1px solid #555;
	color:#555;
	font-size: 0.9rem;
	text-align: center;
}
.messageListItem--new .messageListItem__icon{
	border:1px solid #ee1133;
	color:#ee1133;
}
.messageListItem__text{
	margin-left: 0.5rem;
	font-size: 1rem;
}
.messageListItem--new .messageListItem__text{
	font-weight: bold;
}
.messageListItem__progress{
	padding: 0.2rem 0.5rem;
	border:1px solid #ee1133;
	color:#ee1133;
}
.messageListItem--link{
	text-decoration: none;
}




.cUserMessageListItem{
	border-bottom:1px solid #DDD;
	background-color: #fff;
}
.cUserMessageListItem:first-child{
	border-top:1px solid #DDD;
}
.cUserMessageListItem:nth-child(even){
	border-top:1px solid #DDD;
	background-color: #F1F1EF;
}
.cUserMessageListItem__inner{
	display: flex;
	flex-direction: row;
	padding: 0.5rem 0;
}
.cUserMessageListItem__block{
	padding: 0.5rem 1rem;
	border-right:1px solid #DDD;
	display: flex;
	flex-direction: column;
}
.cUserMessageListItem__block--250{
	width: 250px;
}
.cUserMessageListItem__block--370{
	width: 369px;
}
.cUserMessageListItem__block:last-child{
	border-right:none;
}
.cUserMessageListItem__line{
	margin-bottom: 0.5rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.cUserMessageListItem__line--bottom{
	margin-top: auto;
}
.cUserMessageListItem__line--right{
	margin-left: auto;
}

.cUserMessageListItem__icon{
	padding: 0.2rem 0.5rem;
	border:1px solid #555;
	color:#555;
	font-size: 0.9rem;
	text-align: center;
}
.cUserMessageListItem__new{
	margin-left: 0.5rem;
	color:#ee1133;
	font-weight: bold;
	font-size: 0.9rem;
}
.cUserMessageListItem__date{
	font-size: 0.8rem;
}
.cUserMessageListItem__name{
	font-weight: bold;
	font-size: 1.2rem;
}
.cUserMessageListItem__label{
	font-size: 0.8rem;
}
.cUserMessageListItem__text{
	margin-left: 0.5rem;
	font-size: 0.8rem;
}
.cUserMessageListItem__store{
	font-size: 0.9rem;
}
.cUserMessageListItem__message{
	font-size: 0.8rem;
}
.cUserMessageListItem--new .cUserMessageListItem__message{
	font-weight: bold;
}
.cUserMessageListItem--link{
	text-decoration: none;
}

.cUserMessageListItem__button{
	width: 100%;
	padding:0.5rem 1rem;
	cursor:pointer;
	background:#878787;
	color:#FFF;
	border:none;
	border-radius:10px;
	font-size:0.9rem;
	box-sizing:border-box;
	vertical-align: top;
	display: block;
	text-align: center;
	text-decoration: none;
}

.cUserMessageListItem__button:hover{
	opacity:0.7;
}

.entrySearch__container{
    display: flex;
	flex-direction: column;
	border: 1px solid #ccc;
	background-color: #FFF;
}

.entrySearch__line{
    display: flex;
	flex-direction: row;
	border-bottom: 1px solid #ccc;
}
.entrySearch__line:last-child{
	border-bottom: none;
}
.entrySearch__label{
	width: 120px;
	min-width: 120px;
	background-color: #F4F4F4;
	text-align: center;
	padding: 0.5rem 1rem;
}
.entrySearch__form{
	padding: 0.5rem 1rem;
}
.entrySearch__form label{
	margin-right: 0.5rem;
	display: inline-block;
}
.entrySearch__form select[name="items_id"]{
	width: 100%;
}
.entrySearch__buttonContainer{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.entrySearch__button{
	width: 200px;
	padding:0.5rem 1rem;
	cursor:pointer;
	background:#878787;
	color:#FFF;
	border:none;
	border-radius:10px;
	font-size:0.9rem;
	box-sizing:border-box;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin: 1rem 0.5rem;
}
.entrySearch__button--pink{
	background: #DD1B64;
    color: #FFF;
}

.entrySearch__button--white{
	background: #FFF;
    color: #B2B1B1;
	border: 1px solid #B2B1B1;
}
.entrySearch__button--gray{
	background: #B2B1B1;
    color: #fff;
}

.entrySearch__SpaceBetween{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.entrySearch__downloadButton{
	padding:0.5rem 1rem;
	margin: 1rem 0.5rem;
	cursor:pointer;
	background:#FFFEF3;
	color:#DD1B64;
	border: 1px solid #DD1B64;
	font-size:0.9rem;
	box-sizing:border-box;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.entrySearch__sortContainer {
	display: inline-block;
	position: relative;
  
	background:#FFFEF3;
	color:#DD1B64;
	border: 1px solid #DD1B64;
	font-size:0.9rem;
	margin: 1rem 0.5rem;
}
.entrySearch__sortContainer::before {
	  position: absolute;
	  top: 50%;
	  right: 8px;
	  transform: translateY(-50%);
	  content: "▼";
	  pointer-events: none;
}	
  
.entrySearch__sort {
	width: 100%;
	height: 100%;
	padding:0.5rem 1rem;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	background-color: #FFFEF3;
	border: none;
	color: #DD1B64;
	
	cursor: pointer;
}
.entrySearch__sort::-ms-expand {
	display: none;
}


/* トップページ一覧おすすめ */

.jobItemList.pickup {

}

.jobItemList.pickup .jobItemList--container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.jobItemList.pickup .jobCategoryItem {
	display: flex;
	flex-direction: column;
    align-items: center;
}

.jobItemList.pickup .jobItem__container--attention .jobCategoryItem {
    align-items: baseline;	
}

.jobItemList.pickup .jobItem__main {
    display: block;
}

.jobItemList.pickup .jobItem__container--attention {
    border: 2px solid #f7aeba;
	border-radius: 0px;
    background: #fff;
    width: 32.3%;
    padding: 0.5rem 0.5rem;
	height: 420px;
}

.jobItemList.pickup .jobItem__container--attention:nth-child(3n-1) {
	margin: 0 10px;	
}

.jobItemList.pickup .jobItem__head {
    font-weight: bold;
    font-size: 1rem;
    margin: 0rem 0 0.5rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jobItemList.pickup .jobItem__attentionIcon {
    font-size: 1.0rem;
    text-align: left;
    padding: 0.3rem 0.5rem;
    background-color: #54d553;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0.5rem 0;
    white-space: nowrap;
    line-height: 18px;
}


.jobItemList.pickup .jobItemGiftArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.jobItemList.pickup .jobItem__attentionMessage {
    position: relative;
    display: inline-block;
    margin: 0.0rem 0 0.2rem 15px;
    padding: 0.2rem 0.5rem;
    width: 100%;
    min-height: 50px;
    color: #555;
    background: #f8fff2;
    border: solid 2px #11c01f;
    border-radius: 15px;
    box-sizing: border-box;
}

.jobItemList.pickup .jobItem__attentionMessage:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -17px;
    margin-top: -12px;
    border: 10px solid transparent;
    border-right: 10px solid #FFF;
    z-index: 2;
}

.jobItemList.pickup .jobItem__attentionMessage:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    margin-top: -10px;
    border: 8px solid transparent;
    border-right: 8px solid #00B715;
    z-index: 1;
}

.contents_m .jobItemList.pickup .jobItem__category {
    background-color: #ee506b;
    color: #fff;
    font-size: 10px;
    padding: 0.2rem 0.3rem;
	margin-right: 0.5rem;
	display: block;
    width: 100%;
}

.jobItemList.pickup .jobItem__left {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 5px 0;
}

.jobItemList.pickup .jobItem__prefectures {
    font-size: 11px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jobItemList.pickup .jobItem__salary {
    font-size: 0.85rem;
}
.jobItemList.pickup .jobItem__salary--price{
	color:#ee1133;
	font-size: 0.9rem;
}


.jobItemList.pickup .jobItem__giftMoney {
    color: #ef5570;
    font-size: 0.9rem;
}

.jobItemList.pickup .jobItem__gift {
    border-top: 1px solid #DD1B64;
    border-bottom: 1px solid #DD1B64;
    background-color: #fff;
    text-align: center;
    font-size: 0.5rem;
    margin-bottom: 0.5rem;
}

.jobItemList.pickup .jobItem__date {
    font-size: 0.5rem;
    text-align: right;
	padding: 0 0 5px;
}

.jobItemList.pickup .jobItem__subject {
    color: #266495;
    font-size: 1.0rem;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jobItemList.pickup .jobItem__subject a {
	color: #266495;
    font-size: 1.0rem;
	text-decoration: underline;
}

.jobItemList.pickup .jobItem__subject span {
	color: #666;
	text-decoration: none;
}

.jobItemList.pickup .jobItem__img img {
    width: 100%;
    height: 135px;
    object-fit: cover;
}

.contents_m .jobItemList.pickup .body {
	padding: 15px 10px;	
}





/* トップページ新着一覧 */

.jobItemList.new {

}

.jobItemList.new .jobItemList--container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.jobItemList.new .jobCategoryItem {
	display: flex;
	flex-direction: column;
	padding: 0 0 5px;
}

.jobItemList.new .jobItem__main {
    display: block;
}

.jobItemList.new .jobItem__container--attention {
    border: 2px solid #ccc;
	border-radius: 0px;
    background: #fff;
    width: 24.3%;
    padding: 0.5rem 0.5rem;
	margin-bottom: 0.3rem;
	height: 290px;
}

.jobItemList.new .jobItem__container--attention:nth-child(4n+2) {
	margin: 0 5px;	
}

.jobItemList.new .jobItem__container--attention:nth-child(4n+3) {
	margin: 0 5px 0 0;	
}





.jobItemList.new .jobItem__head {
    /* font-weight: bold; */
    font-size: 0.85rem;
    background: #f2f2f2;
    margin: 0.1rem 0 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	display: -webkit-box;
	padding:5px;
}

.jobItemList.new .jobItem__attentionIcon {
    font-size: 1.0rem;
    text-align: left;
    padding: 0.3rem 0.5rem;
    background-color: #54d553;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0.5rem 0;
    white-space: nowrap;
    line-height: 18px;
}


.jobItemList.new .jobItemGiftArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.jobItemList.new .jobItem__attentionMessage {
    position: relative;
    display: inline-block;
    margin: 0.0rem 0 0.2rem 15px;
    padding: 0.2rem 0.5rem;
    width: 100%;
    min-height: 50px;
    color: #555;
    background: #f8fff2;
    border: solid 2px #11c01f;
    border-radius: 15px;
    box-sizing: border-box;
}

.jobItemList.new .jobItem__attentionMessage:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    margin-top: -12px;
    border: 10px solid transparent;
    border-right: 10px solid #FFF;
    z-index: 2;
}

.jobItemList.new .jobItem__attentionMessage:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    margin-top: -10px;
    border: 8px solid transparent;
    border-right: 8px solid #00B715;
    z-index: 1;
}

.jobItemList.new .jobItem__category {
    background-color: #ee506b;
    color: #fff;
	font-size: 9px;
	border-radius: 5px;
    padding: 0.2rem 0.3rem;
    margin-right: 0.5rem;
}

.jobItemList.new .jobItem__left {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 5px 0 5px;
}

.jobItemList.new .jobItem__prefectures {
	margin-top: 0.2rem;
    font-size: 11px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jobItemList.new .jobItem__salary {
	font-size: 10px;
	font-weight: normal;
}
.jobItemList.new .jobItem__salary--price{
	color:#ee1133;
	font-size: 15px;
	font-weight: normal;
}


.jobItemList.new .jobItem__giftMoney {
    color: #ef5570;
    font-size: 0.9rem;
}

.jobItemList.new .jobItem__gift {
    border-top: 1px solid #DD1B64;
    border-bottom: 1px solid #DD1B64;
    background-color: #fff;
    text-align: center;
    font-size: 0.5rem;
    margin-bottom: 0.5rem;
}

.jobItemList.new .jobItem__date {
    font-size: 0.5rem;
    text-align: right;
}

.jobItemList.new .jobItem__subject {
    color: #266495;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jobItemList.new .jobItem__subject a {
    /* font-size: 1.0rem; */
	color: #266495;
	text-decoration: underline;
}

.jobItemList.new .jobItem__subject span {
	color: #666;
	text-decoration: none;
}

.jobItemList.new .jobItem__img img {
    width: 100%;
    height: 99px;
    object-fit: cover;
}

.contents_m .jobItemList.new .body {
	padding: 15px 5px 15px 10px;	
}

.contents_m .jobItemList.new .body ul.item_list {
    justify-content: flex-start;
}


/* 求人一覧 */


.jobItem__container--attention.listJobPage {
	border: 1px solid #ddd;
    background: #fff8f8;
    border-radius: 0px;
}


.jobItem__container--attention.listJobPage .jobItem__attentionIcon {
    font-size: 1.0rem;
    background-color: #54d553;
    border: none;
}

.jobItem__container--attention.listJobPage .jobItemMessageArea {
	position: relative;
	width: 100%;
    margin: 0 0.8rem 0 0;
}

.jobItem__container--attention.listJobPage .jobItemMessageArea:before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -8px;
    border: 6px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.jobItem__container--attention.listJobPage .jobItemMessageArea:after {
	content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -8px;
    border: 6px solid transparent;
    border-right: 12px solid #11c01f;
    z-index: 1;
}

.jobItem__container--attention.listJobPage .jobItem__attentionMessage {
    position: relative;
    display: inline-block;
    margin: 0.5rem 0 0.5rem 15px;
    padding: 0.35rem 0.5rem;
    width: 100%;
	max-width: 575px;
    min-height: 35px;
    color: #555;
    background: #f8fff2;
    border: solid 2px #11c01f;
    border-radius: 5px;
    box-sizing: border-box;
}


.jobItem__container--attention.listJobPage .jobItem__attentionMessage:before {
	display: none;
}

.jobItem__container--attention.listJobPage .jobItem__attentionMessage:after {
 	display: none;   
}

.jobItem__container--attention.listJobPage .jobItem__attentionMessage--text {
    font-size: 0.8rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.jobItem__container--attention.listJobPage .jobItem__head {
	font-size: 1.2rem;	
	margin: 0.0rem 0 0.5rem;
}

.jobItem__container--attention.listJobPage .jobItem__head span {
    background-color: #DD1B64;
    color: #fff;
    font-size: 0.7rem;
    padding: 0.2rem 0.3rem;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.jobItem__container--attention.listJobPage .jobItem__images {
	width: 100%;	
}

.jobItem__container--attention.listJobPage .jobItem__images img {
    width: 100%;
    height: 423px;
    object-fit: cover;
}

.jobItem__container--attention.listJobPage .jobItemDetailList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.jobItem__container--attention.listJobPage .jobItem__subject {
    color: #004379;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.jobItem__container--attention.listJobPage .jobItem__table {
    font-size: 0.7rem;
	width: calc(100%/2);
}

.jobItem__container--attention.listJobPage .jobItemDetailList__des {
    margin: 0 20px;
	width: calc(100%/2);
}

.jobItem__container--attention.listJobPage .jobItem__icon {
    margin: 0 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
}

.jobItem__container--attention.listJobPage .jobItem__icon li {
    margin: 0 0.4rem 0.5rem 0;
    display: inline-block;
    font-size: 0.6rem;
    background-color: #fff;
    color: #DD1B64;
    border: 1px solid #DD1B64;
    padding: 0px;
    white-space: nowrap;
}

.jobItem__container--attention.listJobPage .jobItem__icon li a {
	padding: 0.3rem 0.5rem;
    display: block;
}

.jobItemDetailList__des__congratulatoryMoney {
    display: flex;
    align-items: center;
	justify-content: space-between;
	margin: 0 0 0.7rem 0;
}

.jobItemDetailList__des__congratulatoryMoney .jobItem__gift {
	padding: 0.0rem 0.2rem 0.0rem 0.2rem;
	margin: 0px;
}

.jobItemDetailList__des .jobItem__button {
    padding: 0.3rem 0.5rem;
    font-size: 0.7rem;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

.jobItemDetailList__des .jobListButton__full .jobItem__button {
	font-size: 1.0rem;
}

.jobItemDetailList__des .jobItem__button--white {
    border: 1px solid #bbb;
	padding: 0.3rem 0.5rem 0.2rem;
}

.jobItemDetailList__des .jobItem__button--pink {
    background: #f7a8b2;
    color: #FFF;
}


.jobInfoDetailArea {
	display: flex;	
	justify-content: space-between;
}


.contents_m .jobInfoDetailArea table.jobItem__table {
    width: 48%;
    line-height: 150%;
}

.jobInfoDetailArea__btn {
    width: 48%;
}

.jobInfoDetailArea .jobItem__button {
    background: #DD1B64;
}

.jobInfoDetailArea .jobItem__button--big {
    padding: 0.5rem 0;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

.jobInfoDetailArea .jobItem__button.jobItem__button--pink {
	background: #f7a8b2;
	padding: 0.5rem 0;
	font-size: 0.8rem;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

.jobInfoDetailArea .jobItem__tableText--red {
    color: #ed6f89;
}

.jobInfoDetailArea .jobInfo__gift {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
    text-align: center;
    font-size: 0.7rem;
    width: 95%;
    padding: 0.5rem 0 0;
    position: relative;
}

.jobInfoDetailArea .jobInfo__gift:before {
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../common/img/oiwaikin_before.png);
    background-repeat: no-repeat;	
	position: absolute;
	margin: 5px 0;
    left: -5px;
}

.jobInfoDetailArea .jobInfo__gift:after {
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../common/img/oiwaikin_after.png);
    background-repeat: no-repeat;	
	position: absolute;
    margin: 5px;
}

.jobInfoDetailArea .jobInfo__giftMoney {
	color: #ed6f89;
    font-size: 1.2rem;
	letter-spacing: -1.0px;
}

.jobInfoDetailArea .jobListButton__half:nth-child(odd) {
    margin-right: 3%;
}





.jobListButton.jobListButton--detail {
    justify-content: center;
	align-items: center;
}

.jobListButton.jobListButton--detail .jobListButton__half {
    width: auto;
}

.jobListButton.jobListButton--detail .jobInfo__gift {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
    text-align: center;
    font-size: 0.9rem;
    width: 100%;
    padding: 0.5rem 0 0;
	position: relative;
}

.jobListButton.jobListButton--detail .jobInfo__giftMoney {
    color: #ed6f89;
    font-size: 1.5rem;
    letter-spacing: -1.0px;
}

.jobListButton.jobListButton--detail .jobItem__button--pink {
    background: #f7a8b2;
    padding: 0.5rem 3rem;
    color: #FFF;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
    font-size: 0.9rem;
}
.jobListButton.jobListButton--detail .jobItem__button--red {
    padding: 0.5rem 2.5rem;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
    font-size: 0.9rem;
}
.jobListButton.jobListButton--detail .jobItem__button--gray {
    padding: 0.5rem 3rem;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
    font-size: 0.9rem;
	border-radius: 30px;
    margin: 0px;
}


.jobListButton.jobListButton--detail .jobInfo__gift:before {
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../common/img/oiwaikin_before.png);
    background-repeat: no-repeat;	
	position: absolute;
	margin: 10px 0;
    left: -25px;
}

.jobListButton.jobListButton--detail .jobInfo__gift:after {
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../common/img/oiwaikin_after.png);
    background-repeat: no-repeat;	
	position: absolute;
    margin: 10px;
}


.jobListButton.jobListButton--applicationBtn {
	justify-content: center;
}


.jobListButton.jobListButton--applicationBtn .jobListButton__full {
    flex-grow: 0;
}

.jobListButton.jobListButton--applicationBtn .jobItem__button--big {
    padding: 0.5rem 6rem;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}


.album__container {
    padding: 0px;
    border: none;
}

.album__item {
    display: flex;
    flex-direction: column;
    width: 33.3%;
    padding: 0.5rem;
}

.album__img img {
    width: 230px;
    height: 170px;
	object-fit: cover;
}

.album__comment {
    margin: 0.5rem 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.album .jobInfo__title--sub,
.staff .jobInfo__title--sub {
    font-size: 0.8rem;
}

.album .jobInfo__title--sub img,
.staff .jobInfo__title--sub img {
	padding:0 5px 0 0;
	vertical-align: text-bottom;
}

.contents_m .contents_box .cuserJobTitle img {
	padding:0 5px 0 0;
	vertical-align: text-bottom;
}

.staff__name {
    font-size: 1.0rem;
    font-weight: 600;
	overflow-wrap: anywhere;
}

.staff__exp_year {
    font-size: 0.8rem;
    font-weight: 600;
	overflow-wrap: anywhere;
}

.staff__comment {
    vertical-align: baseline;
    background: #fff8f8;
    padding: 5px 5px 2px;
    margin: 5px 0 0;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
	overflow-wrap: anywhere;
}

.staff__profile {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.2rem;
}


.contents_m .embed_job .body .otherJobList.jobItem__container.jobItem__container--attention.jobItemList.new {
    margin: 0 0 5px;
    padding: 5px 5px 10px;
    width: 24.4%;
    box-sizing: border-box;
	border: 1px solid #ccc;
    border-radius: 0px;
    background: none;
}


.contents_m .embed_job .body .otherJobList.jobItem__container.jobItem__container--attention.jobItemList.new:nth-child(4n+2) {
	margin: 0 5px 5px;	
}

.contents_m .embed_job .body .otherJobList.jobItem__container.jobItem__container--attention.jobItemList.new:nth-child(4n+3) {
	margin: 0 5px 5px 0;	
}

.contents_m .embed_job .body .otherJobList.jobItem__container.jobItem__container--attention.jobItemList.new .jobItem__img img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.contents_m .embed_job.cuser_job .body ul {
	padding: 0 0 10px;	
}


.contents_m .clip--list {
	margin: 10px 0 15px 0;	
}

.contents_m .clip--list .job_container .photo {
    border: none;
    padding: 0px;
	margin: 0 0 5px;
    float: none;
}

.contents_m .clip--list .job_container .photo img {
	width: 100%;
	height: 611px;
	object-fit: cover;
}

.contents_m .clip--list .job_container .photo > a {
	line-height: 0px;	
}

.contents_m .clip--list .title h3 {
	display: flex;
    align-items: center;
	font-size: 18px;
	padding: 10px 0 0;
}

.contents_m .clip--list .title h3 span.cate {
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    display: block;
    padding: 0 5px;
    background: #DD1B64;
    margin: 0 10px;
}

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

.contents_m .clip--list .box a {
	color: #004379;
    font-size: 1.2rem;
    padding: 0 0 0px;
}


.contents_m .clip--list .job_container .jobtext .icon li {
    margin: 0 0.4rem 0.5rem 0;
    display: inline-block;
    font-size: 0.6rem;
    background-color: #fff;
    color: #ee1133;
    border: 1px solid #ee1133;
    padding: 0px;
    white-space: nowrap;
}

.contents_m .clip--list .job_container .jobtext .icon li a {
    padding: 0.3rem 0.5rem;
    display: block;
	color: #ee1133;
    text-decoration: none;
    border: none;
}

.clipDescription {
	display: flex;	
	justify-content: space-between;
    align-items: flex-start;
}

.contents_m .clip--list .clipDescription .info_table {
	width: calc(100%/2);	
}

.contents_m .clip--list .clipDescription .info_table th {
	border-left: none;
    border-right: none;
}

.contents_m .clip--list .clipDescription .info_table td {
	border-left: none;
    border-right: none;
}

.contents_m .clip--list .clipDescription .infoClipDetail {
    margin: 0 0 0 20px;
    width: calc(100%/2);
}

.infoClipDetail__inner {
	display: flex;	
	justify-content: space-between;
    align-items: center;
    padding: 5px 0 0;
}


.contents_m .clip--list .clipDescription .gift {
    padding: 0.0rem 0.2rem 0.0rem 0.2rem;
    margin: 0px;
	border-top: 1px solid #DD1B64;
    border-bottom: 1px solid #DD1B64;
    background-color: #fff;
    text-align: center;
    font-size: 0.6rem;
}

.contents_m .clip--list .clipDescription .gift span {
    color: #ee1133;
    font-size: 1rem;
	line-height: 1.5;
}

.contents_m .clip--list .clipDescription .button {
	background: none;	
	margin: 0px;
}

.contents_m .clip--list .clipDescription .button .jobItem__button {
    display: inline-block;
    width: 100%;
    padding: 0.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

.contents_m .clip--list .clipDescription .button a {
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    margin: 0 0px;
    background-color: #DD1B64;
    color: #FFF;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

.contents_m .clip--list .clipDescription .button a:hover,
.contents_m .clip--list .clipDescription .button .jobItem__button:hover {
	opacity: 0.7;	
}

.list_table--clipList {
	
}

.list_table--clipList > label {
	padding: 0 10px 0 16px;
}

.list_table--clipList input[type=checkbox], 
.clipCheckBox input[type=checkbox] {
	display: none;
}

.checkAll,
.checkbox-parts{
	padding-left: 25px;
	position:relative;
	margin-right: 20px;
}

.checkAll::before,
.checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 0px;
    background-color: #e9e9e9;
}

.list_table--clipList input[type=checkbox]:checked + .checkAll,
.clipCheckBox input:checked + .checkbox-parts{
  	color: #d01137;
}

.list_table--clipList input[type=checkbox]:checked + .checkAll::after,
.clipCheckBox input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #d01137;
	border-right: 3px solid #d01137;
}


.jobItem__container.jobItem__container--attention.jobItem__container.jobItem__container--attention.listJobPage {
    background: #fff;
}

.jobInfoTitle__book {
    width: 20px;
    vertical-align: middle;
    padding: 0 5px 0 0;
}



.jobInfo__subject__list {
    display: flex;
    align-items: baseline;
    padding: 10px 0 0;
}

.jobInfo__subject--text--category {
    background-color: #DD1B64;
    color: #fff;
    font-size: 0.7rem;
    padding: 0.2rem;
    margin-right: 0.5rem;
}

.jobInfo__subject--jobInfoDes {
	display: block;	
}

.job_detail .jobItem__images {
    width: 100%;
}

.job_detail .jobItem__images img {
	height: 444px;	
	object-fit: cover;
	height: auto;
    object-fit: contain;
    aspect-ratio: 76 / 47;
    width: 750px;
}

.job_detail .jobItem__images p.text {
    width: 750px;
	word-wrap: break-word;
	padding: 10px 0px 0;
}

.jobInfoDetailArea .jobListButton .jobListButton__half .jobItem__button--gray {
    font-size: 0.8rem;
    padding: 0.5rem;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
    background: #B2B1B1;
}


#headButton{
	z-index: 1;
	position: fixed;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    width: 100%;
    background: rgba(236, 173, 183, 0.9);
    left: 0;
    top: 0;
    margin: 0;
}

#headButton div{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    height: 60px;
	border-left:1px solid #fff;
}
#headButton div:last-child{
	border-right:1px solid #fff;
}
#headButton a{
	display: block;
	width: 250px;
	margin: 1rem 0;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	
	text-decoration: none;
}


#footButton{
	z-index: 1;
	position: fixed;
	display: flex;
    width: 100%;
    height: 100px;
    background: rgba(255, 244, 249, 0.9);
    left: 0;
    bottom: 0;
    margin: 0;
}


.recruitBoxDes {
    padding: 5px 0 10px;
	font-size: 12.5px;
}


.contents_m--cuser .recruitBoxDes__text {
    line-height: 26px;
}

.contents_m--cuser .recruitBoxDes__attention {
	line-height: 26px;
	color: #000;
	font-weight:600;
}

.contents_m--cuser .recruitBoxDes__attention span {
	color: #eb5f70;
}



.contents_m--cuser .contents_box.user_info .body {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 15px 15px;	
}

.todayNumber {
    display: flex;
	width: 50%;
}
.todayNumber a{
	text-decoration: none;
}

.interviewNum {
    border: 1px solid #eb5f70;
    color: #eb5f70;
    width: 100%;
}

.interviewNum__inner {
    padding: 23px 15px;
}

.interviewNum__inner__title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 15px;
}

.interviewNum__inner__num {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.interviewNum__inner__num span {
	font-size: 24px;
	font-weight: bold;
	padding: 0 2px 0 0;
}

.applicationNum {
    border: 1px solid #eb5f70;
    color: #eb5f70;
    width: 100%;
}

.applicationNum__inner {
    padding: 23px 15px;
}

.applicationNum__inner__title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 15px;
}

.applicationNum__inner__num {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.applicationNum__inner__num span {
	font-size: 24px;
	font-weight: bold;
	padding: 0 2px 0 0;
}

.newMessageNum {
    border: 1px solid #eb5f70;
    color: #eb5f70;
    width: 100%;
}

.newMessageNum__inner {
    padding: 23px 5px;
}

.newMessageNum__inner__title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 15px;
}

.newMessageNum__inner__num {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    padding: 0 5px 0 0;
}

.newMessageNum__inner__num span {
	font-size: 24px;
	font-weight: bold;	
	padding: 0 2px 0 0;
}

.contents_m--cuser .contents_box {
	position: relative;	
}

.contents_m--cuser .contents_box.user_info .info_table {
	margin: 0 0 0 10px;	
	width: 50%;
}

.contents_m--cuser .contents_box.user_info .info_table th {
	border-left: 1px solid #ccc;	
	width: 33%;
	padding: 3px 5px;
	color: #555;
}

.contents_m--cuser .contents_box.user_info .info_table th:last-child {
	border-right: 1px solid #ccc;	
}

.contents_m--cuser .contents_box.user_info .info_table td {
	border-left: 1px solid #ccc;
	padding: 5px;
}

.contents_m--cuser .contents_box.user_info .info_table td:last-child {
	border-right: 1px solid #ccc;
}

.contents_m--cuser ul.sub_menu.sub_menu--cuser {
	position: absolute;
    top: -30px;
    right: 10px;	
}

.periodInfo {
    padding: 10px 15px 0;
    text-align: right;
    font-size: 14px;
    color: #888;
}

.contents_m--cuser ul.sub_menu.sub_menu--cuser li a {
	background-color: #fff;
    color: #7c9afc;
	padding: 8px 28px;
	border: 1px solid #7c9afc;
	border-radius: 10px;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
}

.info_table--cuserIndex {
		
}


.contents_s--cuser .contents_box.system_news h2 {
	border-bottom: none;
    background: #dfe6fe;
    font-size: 14px;
    padding: 5px;
    position: relative;
    border: none;
    margin: 0;
    line-height: 1.3;	
}

.contents_s--cuser .contents_box.system_news h2:after {
	background: #fff;
    right: 0px;
    top: 0px;
    width: 10%;
    height: 100%;
    left: auto;
    content: "";
    position: absolute;
    bottom: -3px;	
}

.contents_s--cuser .contents_box.service h2 {
	border-bottom: none;
    background: #fffccf;
    font-size: 14px;
    padding: 5px;
    position: relative;
    border: none;
    margin: 0;
    line-height: 1.3;
}

.contents_s--cuser .contents_box.service h2:after {
	background: #fff;
    right: 0px;
    top: 0px;
    width: 10%;
    height: 100%;
    left: auto;
    content: "";
    position: absolute;
    bottom: -3px;	
}

.contents_s--cuser .contents_box.service h2 a {
	text-decoration: none;	
	color: #333;
}


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


.contents_s--cuser .service p.serviceButton a {
	background: #fff;
	color: #ddb66c;
	padding: 8px 28px;
	border: 1px solid #f4cd94;
	border-radius: 10px;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
}



.contents_s--cuser .contents_box.recommend h2 {
	border-bottom: none;
    background: #fffccf;
    font-size: 14px;
    padding: 5px;
    position: relative;
    border: none;
    margin: 0;
    line-height: 1.3;
}

.contents_s--cuser .contents_box.recommend h2:after {
	background: #fff;
    right: 0px;
    top: 0px;
    width: 10%;
    height: 100%;
    left: auto;
    content: "";
    position: absolute;
    bottom: -3px;	
}

.contents_s--cuser .contents_box.recommend h2 a {
	text-decoration: none;	
	color: #333;
}

.contents_s--cuser .contents_box.recommend #pay_simple p {
	text-align: center;
	padding: 10px 0;
}

.contents_s--cuser .contents_box.recommend #pay_simple p a {
	background: #fff;
	color: #ddb66c;
	padding: 8px 10px;
	border: 1px solid #f4cd94;
	border-radius: 10px;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
	text-decoration: none;
}

.contents_s--cuser .contents_box.recommend #pay_simple p a:hover {
	opacity: 0.7;
}

.contents_s--cuser .recommend ul {
    border-bottom: none;
}


.contents_s--cuser .embed_job.rank h2 {
	border-bottom: none;
    background: #dfe6fe;
    font-size: 14px;
    padding: 5px;
    position: relative;
    border: none;
    margin: 0;
    line-height: 1.3;	
	height: auto;
}

.contents_s--cuser .embed_job.rank h2:after {
	background: #fff;
    right: 0px;
    top: 0px;
    width: 10%;
    height: 100%;
    left: auto;
    content: "";
    position: absolute;
    bottom: -3px;	
}

.contents_s--cuser .contents_box.request h2 {
	border-bottom: none;
    background: #eee;
    font-size: 14px;
    padding: 5px;
    position: relative;
    border: none;
    margin: 0;
    line-height: 1.3;	
	height: auto;
}

.contents_s--cuser .contents_box.request h2:after {
	background: #fff;
    right: 0px;
    top: 0px;
    width: 10%;
    height: 100%;
    left: auto;
    content: "";
    position: absolute;
    bottom: -3px;	
}

.contents_s--cuser .contents_box.request textarea {
	width: 100%;	
}

.contents_s--cuser .contents_box.request p.button {
	background: none;
	text-align: right;
    margin: 0;
}





.contents_m--cuser .contents_box.pay_job table th {
    border-left: 1px solid #ccc;
	font-weight: normal;
}

.contents_m--cuser .contents_box.pay_job table th:last-child {
	border-right: 1px solid #ccc;
}

.contents_m--cuser .contents_box.pay_job table td {
    border-left: 1px solid #ccc;
}

.contents_m--cuser .contents_box.pay_job table td:last-child {
    border-right: 1px solid #ccc;
}


.contents_m--cuser .contents_box.pay_job table tr:last-child th {
	border-top: 2px dotted #ccc;
	font-weight: bold;
}

.contents_m--cuser .contents_box.pay_job table tr:last-child td {
	border-top: 2px dotted #ccc;
	font-weight: bold;
	color: #333;
}

.contents_m--cuser .contents_box.pay_job table tr:nth-of-type(n+2) th {
	background: none;	
}



.contents_m--cuser ul.sub_menu.sub_menu--cuser {
    position: absolute;
    top: -30px;
    right: 10px;
}

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

.contents_m--cuser ul.sub_menu.sub_menu--cuser li a {
    background-color: #fff;
    color: #7c9afc;
    padding: 8px 28px;
    border: 1px solid #7c9afc;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
}




.foot_inline--cuser .cmslBlock--3 .cmslBlock__ {
    width: 25%;
}

.foot_inline--cuser .cmslBlock--3 .cmslBlock__ .commonList--circle li {
    list-style: none !important;
}

.foot_inline--cuser .cmslBlock--3 .cmslBlock__ .commonList--circle li a {
	text-decoration: none;	
}

.foot_inline--cuser .cmslBlock--3 .cmslBlock__ .commonList--circle li a:hover {
	opacity: 0.7;	
}

.cuser #contents {
	background: none;	
}

#foot {
	background: #fdf4f9;	
}

.foot_underArea {
	background: #eb5f70;
}

.foot_underArea .foot_menu {
	width: 1020px;
    margin: 0 auto;
    display: flex;
    padding: 10px;
}

.foot_underArea .foot_menu li {
	padding: 0 15px;	
}

.foot_underArea .foot_menu a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

.foot_underArea .foot_menu a:hover {
	opacity: 0.7;	
}



.contents_m--cuser .contents_box.new_nuser .more {
    position: absolute;
    top: -20px;
    right: 10px;
	display: inline-block;
    background: none;
    margin-left: 7px;
}


.contents_m--cuser .contents_box.new_nuser .more a {
    display: inline-block;
    background-color: #fff;
    color: #7c9afc;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 28px;
    border: 1px solid #7c9afc;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
}

.contents_m--cuser .contents_box.new_nuser .more a:hover {
	opacity: 0.7;	
}




.contents_m--cuser .contents_box.news .more {
    position: absolute;
    top: -20px;
    right: 10px;
	display: inline-block;
    background: none;
    margin-left: 7px;
}


.contents_m--cuser .contents_box.news .more a {
    display: inline-block;
    background-color: #fff;
    color: #7c9afc;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 28px;
    border: 1px solid #7c9afc;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
}

.contents_m--cuser .contents_box.news .more a:hover {
	opacity: 0.7;	
}

.contents_m--cuser .contents_box.recruitInfoHalfway h2 {
    background: #fffccf;
}

.contents_m--cuser .contents_box.recruitInfoHalfway table {
	margin: 5px 5px 8px;
    width: 98.5%;
	border: 1px solid #333;
}

.contents_m--cuser .contents_box.recruitInfoHalfway ul.sub_menu.sub_menu--cuser {
    position: absolute;
    top: -30px;
    right: 10px;
}

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

.contents_m--cuser .contents_box.recruitInfoHalfway ul.sub_menu.sub_menu--cuser li a {
    display: inline-block;
    background-color: #fff;
    color: #ddb66c;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 28px;
    border: 1px solid #f4cd94;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
}


.contents_m--cuser .contents_box.new_graduate h2 {
    background: #fffccf;
}

.contents_m--cuser .contents_box.new_graduate table {
	margin: 5px 5px 8px;
    width: 98.5%;
	border: 1px solid #333;
}

.contents_m--cuser .contents_box.new_graduate ul.sub_menu.sub_menu--cuser li a {
    display: inline-block;
    background-color: #fff;
    color: #ddb66c;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 28px;
    border: 1px solid #f4cd94;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
}

.contents_m--cuser .contents_box.recruitInfoHalfway table tr:nth-of-type(n+2) th,
.contents_m--cuser .contents_box.new_graduate table tr:nth-of-type(n+2) th {
	background: none;	
}

.cuser #foot #pagetop a {
    display: block;
    background: #fff;
    border: 1px solid #DDD;
    padding: 7px 5px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}



.graphList{
    display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 1rem;
}
.graphItem{
    width: 100%;
	border: 2px solid #DDD;
}

.graphItem__title{
	background-color: #DDD;
	padding: 0.5rem;
	display: flex;
	align-items: center;
}

.graphItem__title--main{
	font-size: 18px;
	font-weight: bold;
}
.graphItem__title--date{
	margin-left: auto;

}
.graphItem__canvas{
	margin: 1rem 0;

}


#history_items .job_container .photo a img {
	height: 82px;
}


_::-webkit-full-page-media, _:future, :root .jobItemList.pickup .jobItem__attentionMessage {
    line-height: 1.2;
}

.continue_message {
	cursor: pointer;
}

.alert_text {
    color: #f36;
    font-size: .9rem;
    font-weight: bold;
}






.pageInformation {
    line-height: 1.6em;
    font-size: 12px;
    text-align: center;
    padding: 10px 0 5px 15px;
	border-radius: 10px 10px 0 0;
}

.pageInformation strong {
    font-size: 22px;
}

.jobSearchSelect {
    margin: 0px 0px 20px;
    padding: 20px 10px 40px;
    background: #FFF9D8;
}

.jobSearchSelect__ {
    width: 1020px;
    margin: 0 auto;
}

.jobSearchSelect__switch {
    display: flex;
    margin: 0 0px;
    justify-content: center;
}

.jobSearchSelect__switch__title {
    padding: 0 10px;
}

.jobSearchSelect__switch__title--active {

}

.jobSearchSelect__switch__title a {
    display: block;
    padding: 14px 45px 12px;
    font-size: 15px;
    font-weight: bold;
    background: #EFEFEF;
    color: #A5A5A5;
    text-decoration: none;
    text-align: center;
}

.jobSearchSelect__switch__title--active a {
    background: #fff;
    color: #000;
    text-align: center;
}

.jobSearchSelect__body {
    padding: 20px;
    background: #FFF;
    border: 2px solid #fff;
}

.jobSearchC {
    margin: 0 0 5px 0;
}

.formGrid {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

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

.formGrid.formGrid--mt {
    justify-content: center;
    padding: 10px 0 0;
}

.formGrid .stylishSelect {
    border-color: #707070;
    border-radius: 0px;
}

.stylishSelect {
    position: relative;
    border-radius: 3px;
    border: 1px solid #CCC;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
}

.stylishSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
}

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

.formGrid__col--1 {
    width: calc((100% / 22) - 20px);
}

.formGrid__col--55 {
    width: 45.8333333334%;
}

.kj-crossIcon {
    text-align: center;
}

.kj-crossIcon .fa {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #707070;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    padding: 5px 0 0;
}

.formGrid__col--free {
    width: calc((100% / 22) * 4);
    flex-grow: unset;
}

.formGrid__col--12 {
    width: calc((100% / 22) * 8);
}

.formGrid.formGrid--mt .formGrid__col--12 {
    width: auto;
}

.kj-easySearchText > input[type="text"] {
    border: 1px solid #707070;
    height: 44px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.kj-easySearchBtn {
    display: flex;
}

.kj-easySearchBtn input {
    width: 250px;
    border: 1px solid #DD1B64;
    border-bottom: 1px solid #DD1B64;
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    background: #FFF;
    color: #DD1B64;
    box-sizing: border-box;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	cursor: pointer;
}

.kj-easySearchBtn input.btn_easy {
    width: 250px;
    border: none;
    border-bottom: none;
    background: #DD1B64;
    color: #FFF;
    font-family: FontAwesome;
	cursor: pointer;
}

.kj-easySearchBtn input + input {
    margin-left: 20px;
}

.l-pagebody--searchForm .pageInformation{
	background: #f0f0f0;	
	width: 1020px;
	margin: 0 auto;
}

.slick-prev,
.slick-next {
	display: none !important;	
}


#contents .stylishSelect select {
    display: inline-block;
    background: url(../img/sp/icon_ionic-ios-arrow-up.png) no-repeat right;
    background-size: 11px;
    background-position: right 5% top 50%;
}


.contents_s .login {
	border: none;
	background: #F5F5F5;
}

.contents_s .login h2 {
	border: none;
    padding: 15px 15px 10px;
}

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

.contents_s .login .body {
    color: #000;
    padding: 5px 15px 20px;
}

.contents_s .login .body input[type="submit"] {
    padding: 8px 16px;
    cursor: pointer;
    background: #666;
    color: #FFF;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    box-sizing: border-box;
    width: 100%;
}

.contents_s .login .body dl .mail input[type="text"] {
	padding: 5px;
    border: 1px solid #666;
}

.contents_s .login .body dl .pass input[type="password"] {
	padding: 5px;
    border: 1px solid #666;
}

.contents_s .login .body dl .pass label {
	position: relative;	
}

.contents_s .login .body dl .pass label:before {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #666;
    left: 0;
    top: 0px;
}

.contents_s .login .body dl .pass label input[type=checkbox] {
    display: none;
}

.contents_s .login .body dl .pass label span {
	padding: 0 0 0 25px;	
}

.contents_s .login .body dl .pass label input[type=checkbox]:checked + span:before {
    opacity: 1;
}

.contents_s .login .body dl .pass label input[type=checkbox] + span:before {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 16px;
    transform: rotate(45deg);
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    left: 8px;
    top: -5px;
    opacity: 0;
    transition: .3s;
}

.recentRecruitTitle {
    text-align: center;
    padding: 10px 0 20px;
}

.recentRecruitTitle a {
	text-decoration: none;
	color: #000;
}

.contents_s .embed_job.history {
    border: none;
    background: #F5F5F5;
}

.contents_s .embed_job.history .body,
.contents_s .embed_job.rank .body{
    padding: 10px 10px;
}

.qj-sampleBanner img {
	width: 100%;
	/*
    image-rendering: -webkit-optimize-contrast;
	*/
}

.contents_s .embed_job.history .body li,
.contents_s .embed_job.rank .body li {
    line-height: 1;
    padding: 10px;
    background: #fff;
}

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

.recruitmentRecentListInfo {
	display: flex;
	padding: 10px 0 0;
}

.contents_s .embed_job.history .body li +li {
    border-top: none;
    padding: 10px;
    margin: 10px 0 0;
}

.title_cname {
    padding: 5px 0 0px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

.contents_s .embed_job.history .body li a .cate {
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 8px;
    font-size: 10px;
    color: #333;
    line-height: 12px;
    border-bottom: 1px solid #ccc;
}

.contents_s .embed_job.history .body li a .cate img {
	vertical-align: sub;
    width: 10px;
}

.contents_s .embed_job .body p.more {
    margin: 15px auto 10px;
	text-align: center;
	width: 100%;
}
	
.contents_s .embed_job .body p.more a {
	color: #fff;	
	text-decoration: none;
	background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block; 
}

.contents_s .embed_job.rank {
	background:repeating-linear-gradient(
	-45deg,
	#eee,
	#eee 2px,
	#fff 0,
	#fff 6px);
}

.contents_s .embed_job.rank .rank_number {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #ffc264;
	padding: 3px 6px;
	border-radius: 50%;
	margin: 0 5px 0 0;
}

.contents_s .embed_job.history.embed_job.rank .body li +li:nth-child(10) .rank_number {
	padding: 3px 2px;	
}

.contents_s .embed_job.rank .body li a .cate img {
	vertical-align: sub;
    width: 10px;
}

.embed-articleListHorizntal {
	background: #F5F5F5;
    padding: 10px 10px;
}

.embed-articleListHorizntal__ {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px 20px;
    background: #fff;
	
}

.embed-articleListHorizntal__ .qj-linkBtn {
    border: 1px solid #000;
    background: #fff;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
    color: #000;
}

.embed-articleListHorizntal__ .qj-linkBtn img {
    vertical-align: sub;
    padding: 0 10px 0 0;
    width: 27px;
}

.embed-articleListHorizntal__ .qj-linkBtn span {
    color: #000;
}

.featureMainBanner {
    padding: 0 0px 20px 0;
}

.featureMainBanner img {
    width: 100%;
}


.contents_m .jobItemList.pickup .body {
    padding: 15px 0px;
}

.contents_m--info .contents_box h2 {
	text-align: center;
    font-size: 16px;
	border: none;
    padding: 15px 15px;
}


.contents_m--info .contents_box h2::after {
	display: none;
}


.jobItemList.pickup .jobItem__container--attention {
    background: #feeed8;
	border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
	padding: 0px;
	width: calc((100% / 3) - 10px);
    height: 520px;
}

.jobItemList.new .jobItemTopList,
.jobItemList.pickup .jobItemTopList {
    display: flex;
    justify-content: space-between;
}

.jobItemList.new .jobItem__attentionIconArea,
.jobItemList.pickup .jobItem__attentionIconArea {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jobItemList.new .jobItem__container--attention .jobItem__attentionIcon,
.jobItemList.pickup .jobItem__container--attention .jobItem__attentionIcon {
    font-size: 12px;
    text-align: right;
    padding: 0.2rem 0.8rem;
    background-color: #EE2323;
    color: #fff;
    border: none;
    border-radius: 0px;
    margin: 0;
    white-space: nowrap;
}

.jobItemList.new .jobItem__container .jobItem__subject,
.jobItemList.pickup .jobItem__container .jobItem__subject {
    color: #000;
    padding: 5px 15px 0 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px;
	height: 43px !important;
}

.jobItemList.new .jobItem__subject a,
.jobItemList.pickup .jobItem__subject a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.jobItemList.new .jobItem__container--attention .jobItem__main,
.jobItemList.pickup .jobItem__container--attention .jobItem__main {
    display: block;
}

.jobItemList.new .jobItem__container--attention .jobItem__left,
.jobItemList.pickup .jobItem__container--attention .jobItem__left {
    display: flex;
    align-items: flex-start;
    flex-direction: inherit;
    width: 100%;
    padding: 5px 0 0;
    position: relative;
}

.jobItemList.new .jobItem__container--attention .jobItem__left {
	padding: 0px;	
	margin: 0px;
}

.jobItem__left__date {
    position: absolute;
    right: 0px;
    font-size: 10px;
    padding: 2px 3px;
    color: #fff;
    background: #666;
}

.jobItemList.new .jobItem__container--attention .jobItem__img img,
.jobItemList.pickup .jobItem__container--attention .jobItem__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
	aspect-ratio: 16 / 9;
	aspect-ratio: 76 / 47;
}

.jobItemList.new .jobItem__container--attention .jobItem__img img {
	object-fit: contain;
	aspect-ratio: 76 / 47;
}

_::-webkit-full-page-media, _:future, :root .jobItemList.new .jobItem__container--attention .jobItem__img img {
    height: 102px;
}

_::-webkit-full-page-media, _:future, :root .jobItemList.pickup .jobItem__container--attention .jobItem__img img {
	height: 138px;	
}

.jobItemList.new .jobItem__container--attention .jobItem__head,
.jobItemList.pickup .jobItem__container--attention .jobItem__head {
    font-weight: bold;
    font-size: 14px;
    color: #666;
    margin: 0rem 10px 0rem;
    padding: 5px 0 0;
}

.jobItemList.new .jobItem__container--attention .jobItem__head {
	background: none;
	font-size: 12px;
}

.jobItemList.new .jobItemGiftArea,
.jobItemList.pickup .jobItemGiftArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 0;
}

.jobItemList.new .jobItem__container--attention .jobItem__gift,
.jobItemList.pickup .jobItem__container--attention .jobItem__gift {
    border: 1px solid #ff7a91;
    background-color: #fff;
    text-align: center;
    font-size: 10px;
    margin-bottom: 0rem;
    width: auto;
    padding: 0px 5px;
    margin: 0 0px 5px 0;
}

.jobItemList.new .jobItem__giftMoney,
.jobItemList.pickup .jobItem__giftMoney {
    color: #ff7a91;
    font-size: 1rem;
    font-weight: bold;
}

.jobItemList.new .jobItem__giftMoney {
	font-size: 14px;	
}

.jobItemList.new .jobItem__container--attention .jobItem__category,
.jobItemList.pickup .jobItem__container--attention .jobItem__category {
    background-color: inherit;
    color: #000;
    font-size: 13px;
    padding: 0.2rem 0 0;
    margin-right: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jobItemList.new .jobItem__container--attention .jobItem__category {
	font-size: 12px;
}

.contents_m .jobItemList.new .jobItem__container--attention .jobItem__category.cate,
.contents_m .embed_job.jobItemList.pickup .jobItem__container--attention .jobItem__category.cate {
	margin: 0 0 0px;
}

.jobItemList.new .jobItem__container--attention .jobItem__category img,
.jobItemList.pickup .jobItem__container--attention .jobItem__category img {
    vertical-align: text-bottom;
    padding: 0 7px 0 0;
    width: 17px;
}

.jobItemList.new .jobItem__salary,
.jobItemList.pickup .jobItem__salary {
    font-weight: normal;
    color: #000;
    font-size: 13px;
    padding: 0 0 0 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jobItemList.new .jobItem__salary {
	font-size: 12px;	
	padding: 5px 0 0;
}

.jobItemList.new .jobItem__salary img,
.jobItemList.pickup .jobItem__salary img {
    padding: 0 2px 0 0;
    vertical-align: middle;
	width: 12px;
}

.jobItemList.new .jobItem__salary--price,
.jobItemList.pickup .jobItem__salary--price {
    color: #ee1133;
    font-size: 1rem;
}

.jobItemList.new .jobItem__salary--price {
	font-size: 13px;	
}

.jobItemList.new .jobItem__prefectures,
.jobItemList.pickup .jobItem__prefectures {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 13px;
    padding: 3px 0 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #000;
}

.jobItemList.new .jobItem__prefectures {
	font-size: 12px;	
}

.jobItemList.new .jobItem__prefectures img,
.jobItemList.pickup .jobItem__prefectures img {
    vertical-align: middle;
    padding: 0 4px 0 0;
	width: 13px;
}

.jobItem__footer {
    display: flex;
    align-items: center;
	background: rgba(255,255,255, 0.8);
    padding: 10px;
	margin: 10px;
}

.jobItem__footer__inner {
    word-break: break-all;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color:#666;
}

.jobItemList.new .jobItem__container--attention .jobCategoryItem,
.jobItemList.pickup .jobItem__container--attention .jobCategoryItem {
    align-items: baseline;
    padding: 0 10px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.contents_m .contents_box .body > .more {
    margin: 15px auto 10px;
    text-align: center;
    width: 400px;
	background: none;
}

.contents_m .contents_box .body > .more a {
	color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
}

.contents_m .jobItemList.new .body {
    padding: 10px 0px 15px 0px;
}

.jobItemList.new .jobItem__container--attention {
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border-radius: 0px;
    background: #fff;
	width: calc((100% / 4) - 5px);
    padding: 0px;
    margin-bottom: 0.5rem;
    height: 300px;
}

.contents_m .jobItemList.new .body ul.item_list {
	/*
    justify-content: space-between;
	*/
}

.contents_m .jobItemList.new .body ul.item_list:after {
	display: block;
	content:"";
	width: calc((100% / 4) - 5px);
}

.contents_m .contents_box.page.brandPageList {
    background: #F5F5F5;
    border: none;
    margin: 0px;
	padding: 10px;
}

.contents_m .contents_box.page.brandPageList h2 {
	padding: 30px 0 15px;	
}

.contents_m .contents_box.page.brandPageList .body {
	padding: 5px;
}

.contents_m .contents_box.page.brandPageList ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contents_m .contents_box.page.brandPageList ul:after {
	display: block;
	content:"";
	width: calc((100% / 4) - 5px);
}

.contents_m .contents_box.page.brandPageList ul li {
	width: calc((100% / 4) - 5px);
	margin-bottom: 0.2rem;
}

.contents_m .contents_box.page.brandPageList ul li a img {
    object-fit: cover;
    width: 177px;
    height: 85px;
    image-rendering: auto;
}


.contents_m .contents_box.embed_interview.interview {
    background: #FFF9D8;
	border: none;
}

.contents_m .contents_box.embed_interview.interview h2 {
	padding: 40px 0 5px	
}

.contents_m .contents_box.embed_interview.interview .interview_list_embed li {
	border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border-radius: 0px;
    background: #fff;
	display: flex;
    justify-content: flex-start;
}

.contents_m .contents_box.embed_interview.interview .interview_list_embed li .companyPrInfo .title {
	margin: 0 0 0 0px;	
    border: none;
    font-size: 15px;
	padding: 10px 0;
}

.contents_m .contents_box.embed_interview.interview .interview_list_embed li .companyPrInfo .title img {
    vertical-align: text-top;
    padding: 0 5px 0 0;	
}

.contents_m .contents_box.embed_interview.interview .interview_list_embed li .companyPrInfo .title a {
	text-decoration: none;
	color: #333;
}

.contents_m .contents_box.embed_interview.interview .interview_list_embed li .companyPrInfo .text {
	margin: 0 0 0 0px;	
    padding: 10px 0;
    font-size: 13px;
}

.contents_m .contents_box.embed_interview.interview .interview_list_embed li .companyPrInfo .cate {
	margin: 0 0 0 0px;	
    text-align: end;
}

.contents_m .interview .body ul.interview_list_embed li .companyPrImg .img a img {
    display: block;
    width: 219px;
    height: 135px;
    border: none;
    object-fit: cover;
}

.companyPrImg {
    padding: 10px;
}

.companyPrInfo {
    padding: 10px 20px 10px 0;
    width: 100%;
}


.contents_m .contents_box.free {
	border: none;	
}

.contents_m .contents_box.free h2 {
	padding: 30px 0 10px;	
}

.contents_m .contents_box.free input[type="submit"] {
	background: #DD1B64;
}

.cmslGrid__col--area .areaTitle {
	border-bottom: 1px solid #ccc;
    padding: 0px 10px 5px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.cmslGrid__col--area .areaTitle img {
	vertical-align: bottom;
    padding: 0 5px 0 0;
}

.cmslGrid__col--area .areaList {
	
}

.cmslGrid__col--area .areaList {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.3em;
    padding: 20px 10px;
	align-items: baseline;
}

.cmslGrid__col--area .areaList__area {
    width: 20%;
    padding: 5px;
    margin: 0 0 10px;
    text-align: center;
    background: #DD1B64;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.cmslGrid__col--area .areaList__prefecture ul li a {
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;
    text-decoration-style: dotted;
    color: #000;
}

.cmslGrid__col--area .areaList__prefecture {
    width: 80%;
    padding: 0 0px 0 5px;
    box-sizing: border-box;
}

.cmslGrid__col--areaMain {
	width: 100%;	
}

.cmslGrid__col--areaMain .areaList__area {
	font-size: 14px;	
}

.cmslGrid__col--areaMain .areaTitle {
	font-size: 14px;	
}

.cmslGrid__col--areaMain .areaList__prefecture ul li a {
	font-size: 14px;	
}

.contents_m .contents_box.items_type.workstyleType {
	border: none;	
	padding: 10px 0 0;
}

.contents_m .contents_box.items_type.workstyleType h2 {
	border-bottom: 1px solid #ccc;
    padding: 0px 10px 5px;
    color: #000;
    font-weight: bold;	
    text-align: left;
	font-size: 14px;
}

.contents_m .contents_box.items_type.workstyleType h2 img {
	vertical-align: bottom;
    padding: 0 5px 0 0;
}

.contents_m .contents_box.items_type.workstyleType ul li {
    background-color: #efefef;
    border-radius: 10px;
    border: none;
    margin: 5px 10px;
    text-align: center;
	width: auto;
}

.contents_m .contents_box.items_type.workstyleType ul li a {
	text-decoration: none;
    padding: 10px 20px;
    color: #666;
	display: block;
}

.contents_m .contents_box.items_type.workstyleType .body {
	padding: 15px 0;	
}


.contents_m .contents_box.items_type.jobType {
	border: none;	
	padding: 10px 0 0;
}

.contents_m .contents_box.items_type.jobType h2 {
	border-bottom: 1px solid #ccc;
    padding: 0px 10px 5px;
    color: #000;
    font-weight: bold;	
    text-align: left;
	font-size: 14px;
}

.contents_m .contents_box.items_type.jobType h2 img {
	vertical-align: bottom;
    padding: 0 5px 0 0;
}

.contents_m .contents_box.items_type.jobType ul li {
    background-color: #efefef;
    border-radius: 10px;
    border: none;
    margin: 5px 10px;
    text-align: center;
	width: auto;
}

.contents_m .contents_box.items_type.jobType ul li a {
	text-decoration: none;
    padding: 10px 20px;
    color: #666;
	display: block;
}

.contents_m .contents_box.items_type.jobType .body {
	padding: 15px 0;	
}


.contents_m .contents_box.news {
    background: #fff;
    padding: 10px 10px;
    border: 10px solid #F5F5F5;
}

.contents_m .contents_box.news h2 {
	padding: 30px 0 20px;	
}

.contents_m .newsIndexTop .contents_box.news .body ul li span {
	float: none;
	width: auto;
	padding: 10px 0 0;
    display: block;
}

.contents_m .newsIndexTop .contents_box.news .body ul li p {
    margin: 0px;
    padding: 10px 0;
}

.qj-article.qj-article--attention {
    background: #F5F5F5;
    margin: 20px 0;
}

.qj-article.qj-article--attention h2 {
	text-align: center;
    font-size: 16px;
    border: none;
	padding: 20px 0 10px;
}

.qj-article.qj-article--attention .qj-article__ {
	width: auto;	
}

.qj-article.qj-article--attention .qj-article__des {
    text-align: center;
    padding: 10px 0 0;
}

.qj-article.qj-article--attention .embed-articleListHorizntal__ {
	margin: 15px auto 10px;
    text-align: left;
    background: none;
	width: calc((100% / 2) - 5px);
}

.qj-article.qj-article--attention .embed-articleListHorizntal__.moreBtnInfo {
	width: 400px;
    margin: 0 auto 10px;
    padding: 20px 10px 10px;
}

.qj-article.qj-article--attention .qj-linkBtn {
	color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
}

.qj-article.qj-article--attention .qj-linkBtn span {
	color: #fff;	
}

.qj-article.qj-article--attention .embed-articleListHorizntal {
	margin: 0px;
    padding: 0px 10px;
}

.qj-article.qj-article--attention .view-articleCardThumb.view-articleCardThumb--list.view-articleCardThumb--min a.view-articleCardThumb__link {
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
	align-items: center;
}

.qj-article.qj-article--attention .view-articleCardThumb.view-articleCardThumb--list.view-articleCardThumb--min .view-articleCardThumb__thumb {
    width: calc(100% / 3);
	padding: 0 0 0 10px;
}

.qj-article.qj-article--attention .view-articleCardThumb--min .view-articleCardThumb__body {
    padding: 10px 0px 10px;
    width: calc((100% / 3) * 2);
}

.qj-article.qj-article--attention .view-articleCardThumb--min .view-articleCardThumb__body__title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0px 10px 5px 10px;
	border: none;
	font-weight: normal;
}

.qj-article.qj-article--attention .view-articleCardThumb--min .view-articleCardThumb__body__description {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
}

.qj-article.qj-article--attention .view-articleCardThumb__thumb img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.view-articleCardThumb__body__date {
    padding: 5px 10px 0;
    text-align: right;
}

.qj-article.qj-article--attention .embed-articleListHorizntal--separate .embed-articleListHorizntal__ {
    padding: 0 0px;
    margin: 0px;
}

.qj-article.qj-article--attention .embed-articleListHorizntal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qj-article.qj-article--attention .view-articleCardThumb {
    margin: 0 0 10px;
    border: 1px solid #CCC;
    border-radius: 2px;
    background: #FFF;
}

#foot {
	background:#F5F5F5;	
}

#foot #pagetop {
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 15px;
    border-radius: 50%;
    background: #ccc;
}

.nobody #foot #pagetop a,
.nuser #foot #pagetop a {
    text-decoration: none;
    font-size: 12px;
    padding: 2px 5px;
    display: block;
    color: #fff;
	background: #ccc;
	border-radius: 50%;
}

.nobody #foot #pagetop a .fa,
.nuser #foot #pagetop a .fa{
    font-size: 20px;
}

.nobody #foot #pagetop a p,
.nuser #foot #pagetop a p{
    padding: 0 6px 5px;
}

#foot .cmslGrid__col--5 {
	width: calc((100% / 11) * 5);
    padding: 50px 0px 0 0;
}

#foot .cmslGrid__col--7 {
	width: calc((100% / 11) * 6);	
}


#foot .commonList.commonList--circle {
    display: flex;
	padding: 0px;
}

#foot .cmslBlock--2 .cmslBlock__ {
    width: 100%;
}

#foot .commonList.commonList--circle li {
    border-right: solid 1px #000;
	list-style: none !important;
	padding: 0px;
}

#foot .commonList.commonList--circle li:last-child {
	border: none;	
}

#foot .commonList.commonList--circle li a {
	color: #000;	
	padding: 0 15px;
	text-decoration: none;
	font-size: 14px;
}

#foot .commonList.commonList--circle li a:hover {
	opacity: 0.7;	
}

.footCopy {
    text-align: center;
    padding: 30px 0;
}

.footCopy a {
	display: block;
	padding: 10px 0 10px;
}

.footCopy a img {
    width: 150px;
}

.nuser #menu > ul > li {
    width: calc(100% / 6);
	text-align: center;
}

.nuser #menu > ul > li > a {
    display: block;
    padding: 20px 20px 20px 20px;
    color: #000;
    text-decoration: none;
}

.nuser #menu > ul > .faq {
	
}

.nuser #menu > ul > .faq:after {
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background: #ccc;	
	display: inline-block;
}

.nuser .qjMyMenuList {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    align-items: baseline;
}

.nuser .qjMyMenuList__item {
    width: 80px;
    box-sizing: border-box;
}

.nuser .qjMyMenuList__item--message .qjMyMenuList__item__icon__cnt {
    position: absolute;
    top: 0px;
    right: 15px;
    background: rgba(255,0,0,0.8);
    color: #FFF;
    font-size: 10px;
    border-radius: 50%;
    padding: 2px 5px;
}

.nuser .qjMyMenuList__item--clip .qjMyMenuList__item__icon__cnt {
    position: absolute;
    top: 5px;
    right: 15px;
    background: rgba(255,0,0,0.8);
    color: #FFF;
    font-size: 10px;
    border-radius: 50%;
    padding: 2px 5px;
}

.nuser .qjMyMenuList__item--scout .qjMyMenuList__item__icon__cnt {
    position: absolute;
    top: 8px;
    right: 15px;
    background: rgba(255,0,0,0.8);
    color: #FFF;
    font-size: 10px;
    border-radius: 50%;
    padding: 2px 5px;
}

.nuser .qj-head__panel__free__hello a {
    color: #DD1B64;
	text-decoration: none;
}

.nuser .contents_s .contents_box.system_news {
    border: none;
}

.messageManagement {
    border: 1px solid #DD1B64;
	margin: 0 0 10px;
}

.messageManagement a {
	display: flex;	
	align-items: center;
    justify-content: space-between;
	text-decoration: none;
	padding: 10px;
    height: 70px;
}

.messageManagement a:hover {
	opacity: 0.7;	
}

.messageManagement__left__img {
    padding: 0 10px;
}

.messageManagement__left__img img {
    vertical-align: bottom;
	width: 21px;
    image-rendering: -webkit-optimize-contrast;
}

.messageManagement__left {
    display: flex;
    align-items: center;
}

.messageManagement__left__ {
    padding: 0 0 0 10px;
}

.messageManagement__left__title {
	color:#DD1B64;
	font-size: 14px;
	font-weight: bold;
}

.messageManagement__left__count {
	font-size: 12px;	
}

.messageManagement__left__count span {
	color: #DD1B64;
    font-size: 16px;
    font-weight: bold;
    padding: 0 2px;
}

.messageManagement__right {
	padding: 0px;	
}

.messageManagement__right .fa {
	font-size: 22px;
	color: #DD1B64;
}

.messageManagement.messageManagement--gift {
    border: 1px solid #333;
}

.messageManagement--gift .messageManagement__left__title {
	color: #333;	
}

.messageManagement--gift .messageManagement__right .fa { 
	color: #333;
}

.systemMessage__subject:before {
	display: none;	
}

.helloMypageCount {
    background: #F5F5F5;
    margin: 0 0 40px;
    padding: 0px 10px 20px;
}

.helloMypageCount__inner {
	background: #fff;
	padding: 20px 10px 10px;
}

.helloMypageCount .systemMessage__item {
	border: none;	
	margin: 0px;
}

.helloMypageCount .systemMessage__item__img {
    text-align: center;
    padding: 20px 0 0px;
}

.helloMypageCount .systemMessage__name {
    text-align: center;
    padding: 0 0 10px;
}

.helloMypageCount .helloMypageCount__inner .systemMessage__item {
	padding: 5px 0 15px;
}

.helloMypageCount .helloMypageCount__inner .systemMessage__count {
	color: #DD1B64;
    font-size: 16px;
    font-weight: bold;
    padding: 0 2px 0 2px;
	margin: 0px;
}

.helloMypageCount .helloMypageCount__inner .systemMessage__count span {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 2px;
}

.helloMypageCount .helloMypageCount__inner .systemMessage__list {
    list-style: none;
    padding-left: 10px;
    margin: 0;
    margin-top: 0.2rem;
}

.helloMypageCount .helloMypageCount__inner .systemMessage__text--pink a {
	color: #666;	
}

.c2 .contents_m.contents_m--recruitSearch h2 {
	background: #FFF9D8;
	text-align:center;
    padding: 30px 0;
	margin: 0px;
}

.c2 .contents_m.contents_m--recruitSearch h2 .fa {
	padding: 0 5px 0 0	
}

.contents_m.contents_m--recruitSearch .contents_box.top_search {
	border: none;
    background: #F5F5F5;
	padding: 0px 15px 20px;
}


.contents_m.contents_m--recruitSearch form input[type="text"] {
    border: 1px solid #CCC;
    color: #333;
    background: #FFF;
    zoom: 1;
    padding: 8px;
    margin: 0 2px 5px;
    font-size: 12px;
    max-width: unset;
    border-radius: 5px;
    width: 300px;
}

.contents_m.contents_m--recruitSearch form select {
    display: inline-block;
    background: url(../../img/sp/icon_ionic-ios-arrow-up.png) no-repeat right;
    height: auto;
    background-size: 11px;
    background-position: right 5% top 50%;
    width: calc((100% / 3) - 10px);
	padding-right: 60px;
	border: 1px solid #CCC;
    color: #333;
    zoom: 1;
    padding: 8px;
    margin: 0 10px 0 0;
    font-size: 12px;
    max-width: 100%;
    border-radius: 5px;
}

.contents_m.contents_m--recruitSearch .jobSearchSelect__--recruitSearch form select {
    display: inline-block;
    background: url(../../img/sp/icon_ionic-ios-arrow-up.png) no-repeat right;
    height: 100%;
    background-size: 11px;
    background-position: right 5% top 50%;
    width: 100%;
	padding-right: 60px;
	border: none;
    color: #333;
    zoom: 1;
    padding: 8px;
    margin: 0 10px 0 0;
    font-size: 12px;
    max-width: 100%;
    border-radius: 5px;
}

.jobSearchSelect__--recruitSearch {
	width: 750px;
	padding: 30px 0 0;
}

.jobSearchSelect__--recruitSearch .jobSearchSelect__body {
    padding: 20px 0;
    background: #FFF;
    border: 2px solid #fff;
    width: 100%;
}

.contents_m.contents_m--recruitSearch .jobSearchSelect__--recruitSearch form .kj-easySearchText > input[type="text"] {
	border: 1px solid #707070;
    height: 44px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
	border-radius: 0px;
}

.c2 .contents_m.contents_m--recruitSearch .jobSearchSelect__--recruitSearch h2.recentRecruitTitle {
    background: none;
    text-align: center;
    padding: 50px 0 10px;
    margin: 0px;
}

.contents_m.contents_m--recruitSearch form .workLocation label {
    position: relative;
	padding: 0px 20px 10px 25px;
    display: inline-block;
}

.contents_m.contents_m--recruitSearch form .workLocation input[type=radio] {
    display: none;
}

.contents_m.contents_m--recruitSearch form .workLocation label:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 50%;
    left: 0;
    top: -2px;
}

.contents_m.contents_m--recruitSearch form .workLocation input[type=radio]:checked+span:before {
    opacity: 1;
}

.contents_m.contents_m--recruitSearch form .workLocation input[type=radio] + span:before {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 16px;
    transform: rotate(45deg);
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    left: 8px;
    top: -5px;
    opacity: 0;
    transition: .3s;
}

.contents_m.contents_m--recruitSearch .top_search .search_table {
	background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    padding: 20px 10px;
}

.contents_m.contents_m--recruitSearch .top_search .ttl h3 {
    margin: 0;
    border: none;
    line-height: 34px;
    float: none;
    text-align: center;
    padding: 20px 0;
	font-size: 16px;
}


.contents_m.contents_m--recruitSearch .top_search .search_table table th,
.contents_m.contents_m--recruitSearch .top_search .search_table table td {
	border: none;
	background: none;
}

.contents_m.contents_m--recruitSearch .top_search .search_table table th {
	width: 130px;	
	font-size: 14px;
}

.contents_m.contents_m--recruitSearch .top_search .search_table table .baselineStyle th {
	vertical-align: baseline;	
}




.contents_m.contents_m--recruitSearch .top_search .search_table .workType td {
    padding: 5px 10px;
}

.contents_m.contents_m--recruitSearch .top_search .search_table .workType td .label2,
.contents_m.contents_m--recruitSearch .top_search .search_table .workType td .label3 {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: flex-start;
	background: #f7f7f7;
	padding: 10px 5px 10px 0;
}

.contents_m.contents_m--recruitSearch .top_search .search_table .workType td .label2 label,
.contents_m.contents_m--recruitSearch .top_search .search_table .workType td .label3 label{
    width: auto;
    border: none;
    box-sizing: border-box;
    padding: 5px 5px 5px 10px;
    margin-bottom: 2px;
    font-size: 12px;
}

.contents_m.contents_m--recruitSearch .top_search .search_table .workType td .label2 label input[type="checkbox"],
.contents_m.contents_m--recruitSearch .top_search .search_table .workType td .label3 label input[type="checkbox"]{
    margin-bottom: 0;
	margin-right: 8px;
	height: 20px;
    width: 20px;
    vertical-align: bottom;
}


/*

.contents_m.contents_m--recruitSearch .top_search .search_table .workType td .label2 label input[type=checkbox] {
    display: none;
}

.contents_m.contents_m--recruitSearch .top_search .search_table .workType td .label2 label:before {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #666;
	border-radius: 3px;
    left: 0;
    top: 0px;
}

.contents_m.contents_m--recruitSearch .top_search .search_table .workType td .label2 label input[type=checkbox]:checked + span:before {
    opacity: 1;
}

.contents_m.contents_m--recruitSearch .top_search .search_table .workType td .label2 label input[type=checkbox] + span:before {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 16px;
    transform: rotate(45deg);
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    left: 8px;
    top: -5px;
    opacity: 0;
    transition: .3s;
}

*/

.contents_m.contents_m--recruitSearch form .salaryType td {
	display: flex;
}

.salaryType__tdDiv {
	display: flex;	
}

.contents_m.contents_m--recruitSearch form .salaryType select {
	width: auto;	
}

.contents_m.contents_m--recruitSearch #salary_day_disp {
    display: flex ;
    align-items: center;
}

.contents_m.contents_m--recruitSearch .salaryType select {
	display: inline-flex;
}

.contents_m.contents_m--recruitSearch .salaryType span {
    white-space: nowrap;
	display: inline-flex;
}

.contents_m.contents_m--recruitSearch .top_search .search_table .addition_ui a {
	text-decoration: none;
	color: #000;
}

.contents_m.contents_m--recruitSearch .top_search .search_table .addition_ui a .fa {
	padding: 0 0 0 5px;
	font-size: 14px;
}	

.contents_m.contents_m--recruitSearch .top_search .search_table .addition_ui .minus {
	padding: 10px 0 10px;	
}

.contents_m.contents_m--recruitSearch .top_search .button {
    margin: 15px auto 10px;
    text-align: center;
    background: none;
}

.contents_m.contents_m--recruitSearch .top_search .button--nuser {
	width: auto;
	display: flex;
	justify-content: space-between;
}

.contents_m.contents_m--recruitSearch .top_search .button input[type="submit"] {
    cursor: pointer;
    border: solid 1px #000;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    outline: none;
    text-align: center;
    font-size: 14px;
    -webkit-appearance: none;
    background: #000;
    color: #fff;
    border-radius: 50px;
    width: 400px;
    font-family: FontAwesome;
}

.contents_m.contents_m--recruitSearch .top_search .button--nuser input[type="submit"] {
	width: auto;
	flex-grow: 3;
}

.contents_m.contents_m--recruitSearch .top_search .button--nuser input[type="button"] {
	flex-grow: 2;
	cursor: pointer;
    border: solid 1px #ccc;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    outline: none;
    text-align: center;
    font-size: 14px;
    -webkit-appearance: none;
    background: #ccc;
    color: #fff;
    border-radius: 50px;
}

.saveSearchBtn {
	margin: 0 10px 0 0;	
}

.saveSearchBtn,
.loadSearchBtn {
    border-radius: 0px;
    background: #000;
    border: none;
    color: #fff;
    padding: 2px 10px;
}


.search_page ul li.focus {
    padding: 5px 8px 5px 8px;
    border: 1px solid #ff7a91;
    background-color: #fff;
    color: #ff7a91;
    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 p span.boldNumber {
    color: #DD1B64;
    font-size: 16px;
    font-weight: bold;
	padding: 0 0 0 5px;
}

.contents_m .sort dl.sortInfo dd {
	border: none;	
	padding: 0px;
}

.contents_m .sort dl.sortInfo {
	display: flex;	
}

.sort dl.sortInfo dd a {
	text-decoration: none;	
	display: block;
	border: 1px solid #ccc;
    padding: 5px 10px;
}

.sort dl.sortInfo dd a.active {
    background-color: #DD1B64;
    color: #fff;
    position: relative;
}

.sort dl.sortInfo dd a.active::after {
    content: "";
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #DD1B64;
}

.jobItem__date.jobItem__date--detailInfo {
	
}

.jobItem__date__text {
    background: #aaa;
    color: #fff;
    padding: 3px 10px;
    display: initial;
}

.contents_m .list.list--itemList {
    border: 1px solid #ccc;
    padding: 0px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.contents_m .list.list--itemList .jobItem__container.jobItem__container--attention.jobItem__container.jobItem__container--attention.listJobPage {
	padding: 0px 0 10px;	
    border: none;
	margin: 0px;
}

.jobItemListInfoDetail {
    display: flex;
}

.jobItemListInfoDetail .jobItem__imageList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px 0 15px;
    width: calc(100% / 2);
}

.jobItem__container--attention.listJobPage .jobItemListInfoDetail .jobItem__images img {
    width: 100%;
    height: 285px;
    object-fit: contain;
}

.jobItemListInfoDetail .jobItem__subject--link {
    color: #666;
    text-decoration: underline;
    font-size: 16px;
	word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jobItem__container--attention.listJobPage .jobItemListInfoDetail .jobItem__subject {
    color: #004379;
    font-size: 1.2rem;
    margin-bottom: 5px;
    padding: 15px 10px 0 5px;
}

.jobItemListInfoDetail__store {
    font-size: 14px;
    padding: 0 0 0 5px;
}

.jobItemListInfoDetail__jobAdditionIcon {
	padding: 10px 0 0 5px;
}

.jobItemListInfoDetail__jobAdditionIcon li {
    margin: 0 0.2rem 0.2rem 0;
    display: inline-block;
    font-size: 11px;
    background-color: #fff;
    color: #ddd;
    border: 1px solid #ddd;
    padding: 0.2rem 0.5rem;
    white-space: nowrap;
    border-radius: 5px;
}

.jobItemListInfoDetail__jobAdditionIcon li a {
    color: #666;
    text-decoration: none;
}

.contents_m .list.list--itemList .jobItemGiftArea {
	padding: 10px 0 5px 0px;
}

.contents_m .list.list--itemList .jobItemGiftArea span.jobItem__gift {
	border: 1px solid #ff7a91;
    background-color: #fff;
    text-align: center;
    font-size: 10px;
    margin-bottom: 0rem;
    width: auto;
    margin: 0 0px 5px 0;
    padding: 7px 5px 3px;
}
	
.contents_m .list.list--itemList .jobItemGiftArea span.jobItem__gift .jobItem__giftMoney{
	color: #ff7a91;
    font-size: 1rem;
    font-weight: bold;
}

.jobItemDetailList__infoDetail {
    width: calc(100% / 2);
    padding: 0 0 10px 15px;
}

.contents_m .list.list--itemList .jobItem__category.cate {
    background: none;
    color: #000;
    font-size: 14px;
	padding: 5px 0 0;
	margin: 0px;
}

.contents_m .list.list--itemList .jobItem__category.cate img {
	vertical-align: sub;
    padding: 0 10px 0 0;
}

.contents_m .list.list--itemList .jobItem__salary {
    font-size: 14px;
    font-weight: normal;
}

.contents_m .list.list--itemList .jobItem__salary img {
	vertical-align: sub;
    padding: 0 4px 0 1px;
}

.contents_m .list.list--itemList .jobItem__time {
    font-size: 14px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	padding: 4px 0 0;
}

.contents_m .list.list--itemList .jobItem__time img {
	vertical-align: sub;
    padding: 0 0px 0 0;
}

.jobItem__foot {
    padding: 0px 0 0;
}

.contents_m .list.list--itemList .jobItem__foot {
    padding: 4px 0 0;
}


.jobItem__foot .jobItem__prefectures img{
	vertical-align: middle;
    padding: 0 4px 0 2px;
}

.contents_m .list.list--itemList .jobItem__container--attention.listJobPage .jobItemDetailList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0 0 0;
}

.contents_m .list.list--itemList .jobItemListInfoDetail__ {
    width: calc(100% / 2);
}

.jobItem__container--attention.listJobPage .jobItemDetailList__des.jobItemDetailList__des--info {
    width: calc(100% / 2);
}

.jobItemDetailList__des__prDes {
    background: #F5F5F5;
    padding: 10px;
    margin: 0 0 10px;
}

.jobItemDetailList__des__prDes p {
	word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.jobItemDetailList__des__prDes p br {
	display: none;	
}

.contents_m .list.list--itemList .jobItemDetailList__des .jobItem__button--pink {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
	font-size: 14px;
}

.contents_m .list.list--itemList .jobItemDetailList__des .jobItem__button--pink img {
    vertical-align: middle;
	padding: 0 5px 0 0;
    width: 25px;
}


.contents_m .list.list--itemList .jobItemDetailList__des .jobItem__button--white {
    background: #000;
    color: #fff;
    border: 1px solid #545353;
    border-radius: 30px;
	padding: 6px;
	font-size: 14px;
}

.contents_m .list.list--itemList .jobItemDetailList__des .jobListButton__full .jobItem__button {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 0;
    background: #dd1b64;
    color: #FFF;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

.contents_m .list.list_pickup.list--itemList .jobItem__container.jobItem__container--attention.jobItem__container.jobItem__container--attention.listJobPage {
	background: #feeed8;
}

.contents_m .list.list_pickup::before {
	display: none;	
}

.contents_m .list.list_pickup.list--itemList .jobItem__date.jobItem__date--detailInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contents_m .list.list_pickup.list--itemList .jobItem__attentionIconArea {
	display: block;	
}

.contents_m .list.list_pickup.list--itemList .jobItem__container--attention.listJobPage .jobItem__attentionIcon {
	font-size: 12px;
    text-align: right;
    padding: 0.2rem 0.8rem;
    background-color: #EE2323;
    color: #fff;
    border: none;
    border-radius: 0px;
    margin: 0;
    white-space: nowrap;
}

.jobAttentionTimeTitle {
    padding: 10px 15px 0px;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

.contents_m .contents_box.embed_job.pickup_job.new.jobItemList {
	border: none;
	padding: 30px 0;
}

.contents_m .contents_box.embed_job.pickup_job.new.jobItemList .body .jobItem__container--attention {
    margin-bottom: 0.5rem;
    padding: 0px;
    box-sizing: border-box;
    width: calc((100% / 4) - 5px);
}

.contents_m .contents_box.embed_job.pickup_job.new.jobItemList h3 {
	border-left: 5px solid #f2c2d4;
	border-bottom: none;
	color: #dd1b64;
	font-size: 16px;
}

.contents_m .contents_box.embed_job.pickup_job.new.jobItemList h3:after {
	display: none;	
}

.contents_m .contents_box.embed_job.pickup_job.new.jobItemList .body {
    padding: 20px 0px 15px 0px;
}

.contents_m .contents_box.embed_job.pickup_job.new.jobItemList .body ul.item_list:after {
    display: block;
    content: "";
    width: calc((100% / 4) - 5px);
}

.contents_m .contents_box.embed_job.pickup_job.new.jobItemList .body + .more {
    margin: 15px auto 10px;
    text-align: center;
    width: 400px;
    background: none;
    padding: 10px 15px;
}
		
.contents_m .contents_box.embed_job.pickup_job.new.jobItemList .body + .more a {
    color: #fff;
    background: #f2c2d4;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
}

.contents_m .contents_box.embed_job.pickup_job.new.jobItemList .body + .more a:hover {
	opacity: 0.7;	
}


.contents_m .list.list--itemList .jobItemDetailList__des .jobItem__button {
    font-size: 14px;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
    border-radius: 30px;
    padding: 6px;
}

.contents_m--recruitInfo {
	
}

.contents_m--recruitInfo .job_detail {
	border: none;	
	padding: 0px 0 15px;
}

.job_detail__mainHead {
    display: block;
    background: #feeed8;
}


.job_detail__mainHead__attention {
    display: flex;
    align-items: flex-start;
}

.job_detail__mainHead__attention .jobItem__attentionIcon { 
	font-size: 12px;
    text-align: right;
    padding: 6px 7px;
    background-color: #EE2323;
    color: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    white-space: nowrap;
    line-height: 1.5;
}

.job_detail__mainHead__attention .jobListButton__half {
	width: auto;
	margin: 0 10px;
}

.job_detail__mainHead__attention .jobInfo__gift {
    width: auto;
    border: 1px solid #FF4574;
    padding: 2px 4px;
	font-size: 12px;
}

.job_detail__mainHead__attention .jobInfo__gift .jobInfo__giftMoney {
    color: #ff7a91;
    font-size: 16px;
    font-weight: 700;
}

.job_detail__mainHead__attention .jobInfo__date {
	text-align: left;
    margin: 0px;
    background: #aaa;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
}

.contents_m--recruitInfo h2.job_h2.jobInfo__header {
	border: none;
    background: none;
    padding: 0 10px 10px;
}

.contents_m--recruitInfo .jobInfo__subject--jobInfoDes {
    background: none;
	margin-bottom: 0.5rem;
}

.contents_m--recruitInfo .jobInfo__subject--jobInfoDes img {
    vertical-align: sub;
    padding: 0 10px;
    width: 38px;
}

.contents_m--recruitInfo .jobInfo__name {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0rem 1rem;
    background: #feeed8;
    padding: 10px;
}

.contents_m--recruitInfo .jobItem__icon {
    margin: 1.5rem 0 1rem;
}

.contents_m--recruitInfo .jobItem__icon li {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 0.2rem 0.5rem;
}

.contents_m--recruitInfo .jobItem__icon li a {
    color: #999;
    text-decoration: none;
}



.contents_m--recruitInfo .jobListButton.jobListButton--gift {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    border: 3px solid #ff7a91;
    padding: 5px 0;
    margin: 0 0 25px;
    position: relative;
}

.contents_m--recruitInfo .jobListButton.jobListButton--gift:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #ff7a91 transparent;
    border-width: 10px 10px 0 10px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.contents_m--recruitInfo .jobListButton.jobListButton--gift .jobListButton__half {
    width: 100%;
    text-align: center;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.contents_m--recruitInfo .jobListButton.jobListButton--gift > span > p {
    font-size: 16px;
    font-weight: 700;
}

.contents_m--recruitInfo .jobListButton.jobListButton--gift .jobInfo__gift {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    padding: 0.1rem 0 0;
    position: relative;
}

.contents_m--recruitInfo .jobListButton.jobListButton--gift .jobInfo__gift .jobInfo__giftMoney {
    font-size: 24px;
	color: #ff7a91;
    font-weight: 700;
}



.contents_m--recruitInfo table.jobItem__table--detail tr .jobItem__tableLbael,
.contents_m--recruitInfo table.jobItem__table--detail tr:nth-child(odd) .jobItem__tableLbael {
    padding: 6px 0 0;
    background: none;
	border: none;
	width: auto;
	vertical-align: text-top;
}

.contents_m--recruitInfo table.jobItem__table--detail tr:nth-child(4) .jobItem__tableLbael {
	padding: 3px 0 0;
}

.contents_m--recruitInfo table.jobItem__table--detail tr .jobItem__tableLbael .fa {
	color: #ff7a91;
}

.contents_m .jobInfoDetailArea table.jobItem__table tr:first-child .jobItem__tableLbael img {
	width: 11px;
}

.contents_m .jobInfoDetailArea table.jobItem__table tr .jobItem__tableLbael img {
	width: 11px;
}

.contents_m--recruitInfo table.jobItem__table--detail tr .jobItem__tableText,
.contents_m--recruitInfo table.jobItem__table--detail tr:nth-child(odd) .jobItem__tableText {
    padding: 3px 5px 0px 10px;
    background: none;
	border: none;
}

.contents_m--recruitInfo .jobItem__tableText--price {
    color: #DD1B64;
    font-size: 1.2rem;
}

.contents_m--recruitInfo .clipCount__item {
    text-align: center;
    font-size: 14px;
    margin: 0.5rem 0 0.5rem;
	background: #FFF9D8;
    padding: 2px 0;
}

.contents_m--recruitInfo .clipCount__count {
    font-size: 1.3rem;
    letter-spacing: -2px;
    color: #000;
}

.contents_m--recruitInfo .jobInfoDetailArea .jobInfoDetailArea__btn .jobListButton__half {
	width: 100%;	
	margin: 0px;
}

.contents_m--recruitInfo .jobInfoDetailArea .jobItem__button.jobItem__button--pink {
	background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 25px;
	width: 100%;
	font-size: 14px;
}

.contents_m--recruitInfo .jobInfoDetailArea .jobItem__button.jobItem__button--pink img {
	vertical-align: sub;
    padding: 0 5px 0 0;
	width: 25px;
}

.contents_m--recruitInfo .jobInfoDetailArea .jobItem__button--big {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 0;
    background: #dd1b64;
    color: #FFF;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
	font-size: 14px;
}

.jobInfo__tabList {
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-top: 1rem;
    margin-bottom: 0rem;
    text-align: center;
}

.jobInfo__tab {
    border: none;
    border-bottom: 5px solid #f1f1f1;
    width: calc(100% / 3);
    background: none;
    position: relative;
}

.jobInfo__tab--active {
    border-bottom: 5px solid #f2c2d4;
    color: #dd1b64;
    background-color: #fff;
    font-size: 1rem;
    margin-bottom: 0px;
}

.jobInfo__tab a {
    color: #000;
    position: relative;
	font-size: 1rem;
}

.jobInfo__tab--job a:before {
    content: "";
    background: url(../img/pc_4075.png) no-repeat;
    position: absolute;
    left: -25px;
    top: 0px;
    background-position: left;
    width: 18px;
    height: 22px;
	background-size: contain;
}

.jobInfo__tab--album a:before {
	content: "";
    background: url(../img/pc__274.png) no-repeat;
    position: absolute;
    left: -25px;
    top: 2px;
    background-position: left;
    width: 20px;
    height: 16px;
	background-size: contain;
}

.jobInfo__tab--staff a:before {
    content: "";
    background: url(../img/pc__269.png) no-repeat;
    position: absolute;
    left: -25px;
	top: 2px;
    background-position: left;
    width: 20px;
    height: 20px;
	background-size: contain;
}

.jobInfo__tab.jobInfo__tab--job.jobInfo__tab--active span {
	position: relative;
}

.jobInfo__tab.jobInfo__tab--job.jobInfo__tab--active span:before {
	background: url(../img/pc__4075.png) no-repeat;
	content: "";
	position: absolute;
    left: -25px;
    top: 0px;
    background-position: left;
    width: 18px;
    height: 22px;
    background-size: contain;
}

.jobInfo__tab.jobInfo__tab--album.jobInfo__tab--active span {
	position: relative;
}

.jobInfo__tab.jobInfo__tab--album.jobInfo__tab--active span:before {
	background: url(../img/pc_274.png) no-repeat;
	content: "";
	position: absolute;
    left: -25px;
    top: 2px;
    background-position: left;
    width: 20px;
    height: 16px;
	background-size: contain;
}

.jobInfo__tab.jobInfo__tab--staff.jobInfo__tab--active span {
	position: relative;
}

.jobInfo__tab.jobInfo__tab--staff.jobInfo__tab--active span:before {
	background: url(../img/pc_269.png) no-repeat;
	content: "";
	position: absolute;
    left: -25px;
    top: 2px;
    background-position: left;
    width: 20px;
    height: 20px;
	background-size: contain;
}

.contents_m--recruitInfo h2.job_h2.jobInfo__header.jobTitleInfo {
    padding: 15px 0 15px 15px;
    text-align: left;
    border-left: 5px solid #f2c2d4;
    margin: 15px 0 20px;
    color: #dd1b64;
}
	
	
.contents_m--recruitInfo .jobTitleInfo .jobInfo__title--sub {
    font-size: 1.0rem;
}

.contents_m--recruitInfo .jobTitleInfo .jobInfo__title--sub .jobInfoTitle__book {
    width: 25px;
    vertical-align: sub;
    padding: 0 10px 0 0;
}

.contents_m--recruitInfo .jobTitleInfo .jobInfo__title--sub .jobInfoTitle__book.jobInfoTitle__book--album {
    vertical-align: text-bottom;
}

.contents_m--recruitInfo .jobTitleInfo .jobInfo__title--sub .jobInfoTitle__book.jobInfoTitle__book--staff {
	
}

.contents_m--recruitInfo table.jobItem__table.jobItem__table--main tr .jobItem__tableLbael, 
.contents_m--recruitInfo table.jobItem__table.jobItem__table--main tr .jobItem__tableText {

}

.contents_m--recruitInfo table.jobItem__table.jobItem__table--main tr:nth-child(odd) .jobItem__tableLbael, 
.contents_m--recruitInfo table.jobItem__table.jobItem__table--main tr:nth-child(odd) .jobItem__tableText {
    background: #f7f7f7;
}

.contents_m--recruitInfo table.jobItem__table.jobItem__table--main tr .jobItem__tableLbael {
	background: none;
	font-weight: 700;
	padding: 10px 0 10px 20px;
}

.contents_m--recruitInfo table.jobItem__table.jobItem__table--main tr .jobItem__tableText {
	padding: 10px;	
}

.contents_m--recruitInfo table.jobItem__table.jobItem__table--main tr:nth-child(odd) .jobItem__tableLbael {
	
}

.contents_m--recruitInfo table.jobItem__table.jobItem__table--main tr:nth-child(odd) .jobItem__tableText {
	
}

.jobListButton.jobListButton--detail.jobListButton--btnInfo {
	display: flex;	
	padding: 0 0 20px;
}

.jobListButton.jobListButton--detail.jobListButton--btnInfo .jobListButton__half {
	width: calc((100% / 2 ) - 5px);
	display: block;
	margin: 0px 5px 0 0;
}

.jobListButton.jobListButton--detail.jobListButton--btnInfo .jobListButton.jobListButton--applicationBtn {
	width: calc((100% / 2 ) - 5px);	
	display: block;
}

.jobListButton.jobListButton--detail.jobListButton--btnInfo .jobItem__button--pink {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 25px;
}

.jobListButton.jobListButton--detail.jobListButton--btnInfo .jobItem__button--pink img {
	padding: 0 5px 0 0;	
	vertical-align: bottom;
	width: 25px;
}

.jobListButton.jobListButton--detail.jobListButton--btnInfo .jobListButton.jobListButton--applicationBtn .jobItem__button--big {
	color: #FFF;
	border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 0.7rem 0;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
    background: #dd1b64;
}

.contents_m--recruitInfo .jobListButton.jobListButton--gift.jobListButton--giftMiddle {
	margin: 30px 0 15px;
}

.staff__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0rem 0px 10px;
}

.staff__container {
    line-height: normal;
    border: 1px solid #DDD;
    background-color: #FFF;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.staff__img img {
	border-radius: 10px;
	width: 120px;
    height: 180px;
    object-fit: cover;
}

.jobCategoryName {
    color: #dd1b64;
    padding: 0 0 5px 0;
    font-size: 12px;
    font-weight: 700;
}

.staff__name {
	font-size: 14px;	
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
}

.staff__name span {
	font-size: 12px;
	font-weight: normal;
}

.staff__comment {
    vertical-align: baseline;
    background: none;
    padding: 5px 0px 2px;
    margin: 5px 0 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
    font-size: 12px;
}

.contents_m--recruitInfo .contents_box.embed_interview.interview {
	background: none;	
	margin: 0 0 40px;
}

.contents_m .contents_box > h3 {
    border: none;
    background: none;
    padding: 15px 0 15px 15px;
    text-align: left;
    border-left: 5px solid #f2c2d4;
    margin: 15px 0 15px;
    color: #dd1b64;
}

.contents_m .contents_box > h3::after {
	display: none;	
}

.contents_m--recruitInfo .interview .body,
.contents_m--recruitInfo .embed_job.cuser_job .body{
	padding: 0px;	
}

.contents_m--recruitInfo .embed_job.cuser_job {
    border: none;
	margin: 0 0 40px;
}


.jobListButton.jobListButton--detail.jobListButton--footBtn .jobItem__button--pink {
	background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 25px;
	font-size: 14px;
    padding: 0.5rem 3rem;
	margin: 0px;
}

.jobListButton.jobListButton--detail.jobListButton--footBtn .jobItem__button--pink img {
	padding: 0 5px 0 0;	
    vertical-align: text-top;
	width: 25px;
}
	
.jobListButton.jobListButton--detail.jobListButton--footBtn .jobItem__button--red {
	color: #FFF;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
    background: #dd1b64;
	margin: 0px;
}

#footButton {
    height: 80px;
}

.jobListButton.jobListButton--detail.jobListButton--footBtn .jobListButton__half {
	/*
	width: calc((100% / 2) - 550px);	
	*/
}

.jobListButton.jobListButton--detail.jobListButton--footBtn .jobListButton__half:nth-child(odd) {
    margin-right: 20px;
}




.titleAreaZone {
    background: #FFF9D8;
    text-align: center;
    padding: 20px 0;
    margin: -17px 0 0;
}

.titleAreaZone--privacy img {
	width: 30px;	
}

.contents_m--searchForm  {
    margin: 0px;
}

.contents_m--searchForm .main--searchForm {
	padding: 40px 0 0;	
    background: #fff;
}

.contents_m--searchForm .button {
	background: #fff;
    margin: 0px;
    padding: 30px 0;
}

.contents_m--searchForm .form {

}

.contents_m--searchForm .form .error {
	background: #fff;
	padding: 10px;
    color: #FF0000;
	font-size: 14px;
}

.contents_m--searchForm .form table {
	
}

.contents_m--searchForm .form table th {
	display: block;	
	background: none;
	border: none;
}

.contents_m--searchForm .form .check_table.form_table.regsitFormInput th {
	padding: 10px 0 0;	
}

.contents_m--searchForm .form table td {
	display: block;
	border: none;
    padding: 0 10px 10px;
}

.contents_m--nuserInquiry .mailAddressTrArea td a:before {
	content: "\A" ;
	white-space: pre ;	
}


.contents_m--searchForm .form .check_table.form_table.regsitFormInput td {
	padding: 10px 0 20px;	
}

.contents_m--searchForm .form table td .hint {
	font-size: 12px;	
}

.form_table.regsitFormInput {
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 30px 200px 20px;
    margin: 0px 0 0px;
}

.check_table.form_table.regsitFormInput {
    padding: 30px 100px 20px;
    margin: 0px 0 10px;
}

.form_table.login_table2.regsitFormInput {
	box-shadow: none;
    border: none;
    padding: 0px;
}


.contents_m--searchForm .form table input[type="text"], 
.contents_m--searchForm .form table input[type="email"],
.contents_m--searchForm .form table input[type="number"], 
.contents_m--searchForm .form table input[type="tel"], 
.contents_m--searchForm .form table input[type="password"],
.contents_m--searchForm .form table select,
.contents_m--searchForm .form table textarea {
    border: 1px solid #CCC;
    color: #333;
    background: #FFF;
    zoom: 1;
    padding: 8px;
    margin: 0 2px 0px;
    font-size: 12px;
    max-width: 100%;
    width: 90%;
    border-radius: 5px;
}

.contents_m--searchForm .form table tr.addressInputList td {
	
}

.contents_m--searchForm .form table tr.addressInputList td input[type="text"] {
	width: 100px;
}

.contents_m--searchForm .form table tr.addressInputList td #disp_adds input[type="text"] {
	width: 90%;
}

.contents_m--searchForm .form table tr.addressInputList td input[type="button"] {
    padding: 6px 10px;
    border-radius: 0px;
    background: #000;
    color: #FFF;
    font-size: 12px;
	border: none;
    margin: 0 5px 0 15px;
}

#disp_adds {
    padding: 10px 0;
    display: block;
}

.contents_m--searchForm .form table tr.addressInputList td select {
	margin: 0px 10px 10px 0px;
    display: inline-block;
    background: url(../img/sp/icon_ionic-ios-arrow-up.png) no-repeat right;
    height: auto;
    background-size: 11px;
    background-position: right 5% top 50%;
    width: calc((100% / 2) - 100px);
	-webkit-appearance: none;
	appearance: none;
}


.contents_m--searchForm .form table tr.birthInputList td select {
	margin: 0px 0px 10px 0px;
    display: inline-block;
    background: url(../img/sp/icon_ionic-ios-arrow-up.png) no-repeat right;
    height: auto;
    background-size: 11px;
    background-position: right 5% top 50%;
    width: calc((100% / 3) - 100px);
	-webkit-appearance: none;
	appearance: none;
}

.contents_m--searchForm .form table tr.birthInputList td select:first-child {
	margin: 0px 5px 10px 0px;
}

.contents_m--searchForm .form table tr.birthInputList td select:nth-child(2) {
	margin: 0px 5px 10px 5px;
}

.contents_m--searchForm .form table tr.birthInputList td select:last-child {
	margin: 0px 0px 10px 5px;
}

.contents_m--searchForm .form table .workLocation label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

.contents_m--searchForm .form table .workLocation label:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 50%;
    left: 0;
    top: -2px;
}

.contents_m--searchForm .form table .workLocation input[type=radio] {
    display: none;
}

.contents_m--searchForm .form table .workLocation input[type=radio] + span:before {
	position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 16px;
    transform: rotate(45deg);
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    left: 8px;
    top: -5px;
    opacity: 0;
    transition: .3s;
}

.contents_m--searchForm .form table .workLocation input[type=radio]:checked + span:before {
    opacity: 1;
}


.newsInfoFromSiteTable {
    margin: 20px 0;
}

.open-label{
	margin: 0 1em 10px;
    padding: 0.8em;
    display: block;
    font-weight: bold;
    text-align: center;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    width: 86%;
}

.open-box input[type="checkbox"].on-off{
  	opacity: 0;
	display: none;
}

.open-label:active{
 	box-shadow: 0 0 0 0;
}

.open-label:hover{
	opacity: 0.7;
}

.open-box .open{
	padding: 0 1em;
	height: 0;
	display: none;
	transition: .5s;
}

.open-box .on-off:checked  ~ .open{
	padding: 1.5em 1em 0;
	height: auto;
	display: block;
}

.open-label::after{
  	content:'▼ 下記も登録することで、面接受諾率がアップ ▼'; 
}

.on-off:checked ~ .open-label::after{
  	content: '閉じる';
}

.contents_m--searchForm .button--regist {
    text-align: center;
    display: flex;
    justify-content: center;
}

.contents_m--searchForm .button--regist input[type="submit"] {
	color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
	width: 400px;
}

.contents_m--searchForm .form table.nowStatusTable {
	
}


.contents_m--searchForm .form table.nowStatusTable select {
	margin: 0px 10px 10px 0px;
    display: inline-block;
    background: url(../img/sp/icon_ionic-ios-arrow-up.png) no-repeat right;
    height: auto;
    background-size: 11px;
    background-position: right 5% top 50%;
    width: calc((100% / 2) - 100px);
    -webkit-appearance: none;
    appearance: none;
}

.contents_m--searchForm .form table.nowStatusTable td {
	padding: 0 0 10px;	
}

.contents_m--searchForm .form table.nowStatusTable th {
	padding: 15px 0 5px;	
}

.contents_m--searchForm .form table.nowStatusTable .hopeCheckList td {
    background: #f7f7f7;
	padding: 10px 0 10px;
    width: 90%;
}

.contents_m--searchForm .form table.nowStatusTable .hopeCheckList td .label2,
.contents_m--searchForm .form table.nowStatusTable .hopeCheckList td .label3 {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.contents_m--searchForm .form table.nowStatusTable .hopeCheckList td .label2 label,
.contents_m--searchForm .form table.nowStatusTable .hopeCheckList td .label3 label {
    width: auto;
    border: none;
    box-sizing: border-box;
    padding: 0px 5px 10px 10px;
    margin-bottom: 2px;
    font-size: 12px;
}

.contents_m--searchForm .form table.nowStatusTable .hopeCheckList td .label2 label input[type="checkbox"],
.contents_m--searchForm .form table.nowStatusTable .hopeCheckList td .label3 label input[type="checkbox"]{
    margin-right: 3px;
    height: 20px;
    width: 20px;
    vertical-align: bottom;
	margin-right: 8px;
    margin-bottom: 0px;
}

.contents_m--searchForm .form table.nowStatusTable .hopeWorkAddress input[type="button"] {
    padding: 6px 10px;
    border-radius: 0px;
    background: #000;
    color: #FFF;
    font-size: 12px;
    border: none;
    margin: 0 5px 0 5px;
}

.contents_m--searchForm .message {
	padding: 30px 0;	
}

.contents_m--searchForm .message p {
	display: flex;
    justify-content: center;
}

.contents_m--searchForm .message ul {
	display: flex;
    justify-content: center;
}

.contents_m--searchForm .message ul li {
	text-align: center;
	background: none;
}

.contents_m--searchForm .message ul li a {
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
	width: 300px;
}

.contents_m--searchForm .message ul li a:hover {
	opacity: 0.7;	
}



.contents_m--searchForm .form form tr {
	background: #fff;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.contents_m--searchForm .form .regsitFormInput form ul {
	box-shadow: unset;
}


.contents_m--searchForm .form .workLocation label {
 	position: relative;
  	padding-left: 25px;
  	display: inline-block;
}

.contents_m--searchForm .form .workLocation label:before {
	position: absolute;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #666;
	border-radius: 50%;
	left: 0;
	top: -2px;
}

.contents_m--searchForm .form .workLocation label ~ label{
  	margin-left: 25px;
}

.main--searchForm .form .workLocation input[type=radio] {
    display: none;
}

.contents_m--searchForm .form .workLocation input[type=radio] + span:before {
    position: absolute;
	content: '';
	display: block;
	width: 6px;
	height: 16px;
	transform: rotate(45deg);
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	left: 8px;
	top: -5px;
	opacity: 0;
	transition: .3s;
}

.contents_m--searchForm .form .workLocation input[type=radio]:checked+span:before {
    opacity: 1;
}


.contents_m--searchForm .form select {
	
}

.contents_m--searchForm .form tr td p {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 0;
}

.contents_m--searchForm .form tr .nonactive .check {
	display: none;
}

.contents_m--searchForm .form tr .nonactive .changeDisp::after {
    content: "\f107";
	font-family: FontAwesome;
}

.contents_m--searchForm .form tr .changeDisp::after {
    float: right;
    margin-right: 5px;
    color: #000;
    content: "\f106";
	font-family: FontAwesome;
	font-size: 16px;
}


.contents_m--searchForm .form tr td.workType,
.contents_m--searchForm .form tr td.workForm,
.contents_m--searchForm .form tr td.workFeatures {
    background: #f7f7f7;
    margin: 0 10px;
}

.contents_m--searchForm .form tr td.pickupSearchList {
	background: #f7f7f7;
    margin: 0 10px;
}

.contents_m--searchForm .form tr td p.workLocation {
	justify-content: flex-start;
    padding: 5px;
}

.contents_m--searchForm .form #japan {
    display: flex;	
	justify-content: space-between;
}

.contents_m--searchForm .form select {
	display: inline-block;
 	background: url(../../img/sp/icon_ionic-ios-arrow-up.png) no-repeat right;
	height: auto;
    background-size: 11px;
    background-position: right 5% top 50%;
	width: calc((100% / 2) - 5px);
}

.contents_m--searchForm .midSearch__checkbox--2 {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.contents_m--searchForm .form tr td .check .midSearch__checkbox--2 label {
    width: auto;
    border: none;
    box-sizing: border-box;
    padding: 0.5rem;
    margin-bottom: 2px;
    font-size: 10px;
}

.membership-style {
	padding: 20px 0 0;
}

.contents_m--searchForm .form .regsitFormInput form .membership-style ul {
	display: inline-block;
    text-align: left;
}

.contents_m--searchForm .form .regsitFormInput form .membership-style ul input[type=checkbox] {
    width: 20px;
    height: 20px;
}




.contents_m--searchForm {
	background-color: #efefef;
}

.contents_m--searchForm h2 {
	background: none;
    margin: 0px 0 15px;
    padding: 10px 0 0;	
}

.contents_m--searchForm__img {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 30px 0 0;
}

.contents_m--searchForm .main--clip {
    padding: 0px;
	margin: 0px;
    background-color: #efefef;
}

.contents_m--searchForm .list_table--clipList {
    padding: 0px 10px 15px;
}

.contents_m--searchForm .list_table--clipList.search_item article {
    border: none;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    padding: 0px;
    box-sizing: border-box;
	background: #fff;
    margin: 10px 0 20px;
}

.contents_m--searchForm .consideration-lists .jobItem__container {
	border: none !important;	
	box-shadow: none;
	padding: 0px;
	margin: 0px;
}

.contents_m--searchForm .jobInfo__subject__list--detail {
    justify-content: start;
    padding: 0px 0 0 0px;
}

.contents_m--searchForm .recruit--list .jobItem__date {
    font-size: 0.7rem;
    margin: 0px 0px 0 auto;
}

.contents_m--searchForm .clipCheckBox {
    padding: 0px 10px;
    position: relative;
    top: 5px;
}

.contents_m--searchForm .checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
}

.contents_m--searchForm .item_list .consideration-lists .jobItem__subject {
    padding: 0px 10px;
}

.contents_m--searchForm .jobItem__icon {
    margin: 0.5rem 0;
    padding: 5px 10px;
}

.contents_m--searchForm .jobItem__subject--link {
    color: #000;
    text-decoration: none;
}

.contents_m--searchForm .shopNameText {
    padding: 5px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.contents_m--searchForm .jobItem__container--attention .jobItem__foot {
    margin: 10px 10px 0px;
    display: block;
    align-items: center;
    width: auto;
    padding: 10px 10px;
    background: rgba(245,245,245, 0.8);
}

.contents_m--searchForm .recruit--list .jobItem__head {
	margin: 0rem 10px 0rem;
}

.contents_m--searchForm .recruit--list .jobItem__gift--padding {
    padding: 1px 10px 1px 10px;
}

.contents_m--searchForm .jobItem__img--full {
    margin-bottom: 0.5rem;
    margin-top: 10px;
}

.contents_m--searchForm .search_item table th {
    background-color: unset;
    border: none;
    width: auto;
    padding: 5px 10px 0px;
	vertical-align: top;
}

.contents_m--searchForm .search_item table td {
    border: none;
}

.contents_m--searchForm .jobListButton {
	padding: 0 10px 20px;
}

.contents_m--searchForm .jobListButton .jobListButton__half {
	width: calc((100% / 2) - 15px);	
}

.contents_m--searchForm .jobListButton .jobListButton__half a {
    background: #000;
    color: #fff;
    border: 1px solid #545353;
    border-radius: 30px;
    text-decoration: none;
	display: inline-block;
    width: 100%;
    padding: 0.5rem 0;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}

.contents_m--searchForm .jobListButton__half:nth-child(odd) {
	margin: 0px 10px 0 0;	
}

.contents_m--searchForm .jobListButton__half a.jobItem__button {
    background: #dd1b64;
    filter: unset;
    border: 1px solid #dd1b64;
}

.contents_m--searchForm .list_table--clipList .button--application input {
    background-color: #000;
    border-radius: 30px;
}

.contents_m--searchForm .list_table--clipList.allCheck_list {

}

.contents_m--searchForm .list_table--clipList.allCheck_list label {
	background: #fff;
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 10px 5px 10px 15px;
}

.contents_m--searchForm .checkAll::before,
.contents_m--searchForm .checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
}

.contents_m--searchForm .description {
    margin: 10px;
    padding: 10px 0;
}

.contents_m--nuserInquiry .description {
    margin: 10px 0;
    padding: 10px;
}

.contents_m--searchForm .description .att {
    color: #DD1B64;
    font-size: 24px;
    font-weight: bold;
    padding: 0 3px 0 0;
}

.contents_m--searchForm--news {
    background-color: #fff;
}

.contents_m--searchForm--news .main {
	margin: 0 0px 0px;
    background-color: #efefef;
}

.contents_m--searchForm--news .info_list {
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
	padding: 5px;
}

.contents_m--searchForm--news .newsListTitleTxt {
    border-left: 3px solid #DD1B64;
    padding: 5px 10px;
    margin: 10px 10px;
}

.contents_m--searchForm--news .info_list ul li {
	padding: 15px 10px;
	border: none;
}

.contents_m--searchForm--news .info_list ul li p {
    padding: 10px 0px 5px;
}


.contents_m--searchForm--scout .main--searchForm {
    background: #efefef;
    margin: 0px;
	padding: 0px;
}

.contents_m--searchForm--scout .jobItem__container.linkBox.linkBox--Item .jobItem__subject {
	padding: 10px 10px 10px 10px;
}

.contents_m--searchForm--scout .jobListButton .jobListButton__half {
    width: calc((100% / 2) - 5px);
}


.contents_m--searchForm--regist .main--searchForm {
    background: #efefef;
    margin: 0px;
}

.contents_m--searchForm--regist .main--searchForm .form {
    padding: 10px 0 10px;
	background: none;
	box-shadow: none;
}

.contents_m--searchForm--regist .form ul li span.hint {
    margin: 0px 0 0 0px;
    font-size: 10px;
    text-align: left;
}

.contents_m--searchForm--regist .main--searchForm .form ul li p {
    display: block;
    padding: 5px 0;
}

.contents_m--searchForm--regist .form ul li .workLocation input[type="text"] {
	width: auto;	
}

.contents_m--searchForm--regist .form ul li > span {
    padding: 5px 5px 2px;
}

.contents_m--searchForm--regist .form ul li.addressInputList input[type="button"] {
    padding: 8px 10px;
    border-radius: 0px;
    background: #000;
    color: #FFF;
    font-size: 10px;
}

.addressInputList__postCode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px;
}

.contents_m--searchForm--regist .form ul li .addressInputList__postCode input[type="text"] {
	margin: 0 4px 0px;
}

.form ul li .addressInputList__todoufuken select {
	margin: 0 2px 0px;
}

.addressInputList__todoufuken {
    padding: 0 0 10px;
}

.addressInputList__num {
    padding: 0 0 10px;
}

.form ul li .addressInputList__num input[type="text"] {
	margin: 0 2px 0px;
}

.contents_m--searchForm--regist .main--searchForm .form ul li.birthDayList p {
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.main--searchForm .form ul li.birthDayList select {
    width: calc((100% / 3) - 30px);
	padding-right: 0px;
}

.contents_m--searchForm--regist .main--searchForm .form ul li p.radio.workLocation {
    padding: 5px;
}

.attentionRegistTxt {
	padding: 25px 0 20px;
	font-size: 14px;
	color: #666;
	text-align:center;
}

.contents_m--searchForm--regist .main--searchForm .midSearch__checkbox--2 {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.contents_m--searchForm--regist .main--searchForm .form ul li .check .midSearch__checkbox--2 label {
    width: auto;
    border: none;
    box-sizing: border-box;
    padding: 0px 5px 10px 10px;
    margin-bottom: 2px;
    font-size: 10px;
}

.contents_m--searchForm--regist .main--searchForm .form ul li p.check--hope {
    background: #f7f7f7;
}

.contents_m--searchForm--regist .form ul li textarea {
    width: 94%;
}

.contents_m--searchForm--regist #drawhope_work_placeSelecter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contents_m--searchForm--regist .main--searchForm .form #drawhope_work_placeSelecter select {
    width: calc((100% / 3) - 5px);
    margin: 0px;
}

.contents_m--searchForm--regist .main--searchForm .form #drawhope_work_placeSelecter input[type="button"] {
    width: calc((100% / 3) - 5px);
    padding: 8px 5px;
}

.contents_m--searchForm--regist .main--searchForm .form .transferSelect select {
    width: auto;
}

.contents_m--searchForm--regist .main--searchForm .form ul li p.salarySelectInfo {
	display: flex;	
	justify-content: flex-start;
    align-items: center;
}

.contents_m--searchForm--regist .main--searchForm .form ul li p.salarySelectInfo select {
	width: auto;	
}

.contents_m--searchForm--regist .main--searchForm .form ul li p.salarySelectInfo input[type="text"] {
	width: auto;	
}

.deleteBtnRegistInfo {
	padding: 0px 0 40px;
	text-align: center;
}

.contents_m--searchForm--regist .main--searchForm .form .regsitFormInput {
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    padding: 10px 0 10px;
}

.contents_m--searchForm--regist .main--searchForm .form .button {
	padding: 20px 0 0;	
}

.button.button--confirmation {
    display: flex;
}

.button.button--confirmation input.btn_back {
	border: 1px solid #ccc;
	color: #fff;
}

.contents_m--searchForm--regist .main--searchForm .form .regsitFormInput--confirm ul li p {
    padding: 5px;
}

.contents_m--searchForm--regist .main--searchForm .message .button a {
    cursor: pointer;
    border: solid 1px #000;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    outline: none;
    text-align: center;
    font-size: 14px;
    -webkit-appearance: none;
    background: #000;
    color: #fff;
    border-radius: 50px;
    width: 100%;
}

.contents_m--login {
	
}

.contents_m--login h2 {
    padding: 10px 0 0;		
}

.contents_m--login .login_table .loginFormArea {
	background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 30px 330px 20px;
    margin: 0px 0 10px;
}

.contents_m--login table {
	text-align: center;	
}

.contents_m--login table th {
    display: block;
    background: none;
    border: none;
	padding: 8px 10px;
    font-size: 14px;
}

.contents_m--login table td {
    display: block;
    border: none;
    padding: 0 10px 10px;
}

.contents_m--login .button--login {
    text-align: center;
    display: flex;
    justify-content: center;
	background: #fff;
    margin: 0px;
    padding: 30px 0;
}

.contents_m--login .button--login input[type="submit"] {
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
    width: 400px;
}

.contents_m--login table input[type="text"],
.contents_m--login table input[type="password"],
.contents_m--login .form_table input[type=text]{
	border: 1px solid #CCC;
    color: #333;
    background: #FFF;
    zoom: 1;
    padding: 8px;
    margin: 0 0px 0px;
    font-size: 12px;
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}

.contents_m--login table input[type="password"] {
	margin: 0 0 20px;
}	

.contents_m--login .login_table .loginFormArea table tr td label {
	padding: 10px 0 0;	
	font-size: 14px;
}

.contents_m--login .login_table .loginFormArea table tr td .hint {
    padding: 5px 0 10px;
    display: block;	
	font-size: 14px;
}

.contents_m--login .login_table .loginFormArea table tr td input[type=checkbox] {
    width: 20px;
    height: 20px;
	vertical-align: sub;
}

.contents_m--searchForm .page_text {
	padding: 0px 0 30px;	
}

.contents_m--searchForm .page_text .info_table.form_table.regsitFormInput {
	padding: 20px 0;	
}

.contents_m--searchForm .page_text .info_table.form_table.regsitFormInput table th {
    display: block;
    width: auto;
    background: none;
    border: none;
    padding: 20px 10px 10px;
	text-align: center;
	font-size: 16px;
}

.contents_m--searchForm .page_text .info_table.form_table.regsitFormInput table td {
    display: block;
    border: none;
    text-align: center;
    padding: 10px 0 20px;
}


.contents_m--searchForm .form_table.login_table2.regsitFormInput .loginFormArea {
	background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 30px 300px 40px;
    margin: 0px 0 10px;
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput.registInput2 .loginFormArea {
	padding: 30px 220px 40px;
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput .loginFormArea img {
	text-align: center;	
	margin: 0 auto;
    padding: 0 0 10px;
	display: block;
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput .loginFormArea h2 {
	text-align: center;
	padding: 0px 0 10px;
}


.contents_m--searchForm .form_table.login_table2.regsitFormInput .loginFormArea table input[type="text"],
.contents_m--searchForm .form_table.login_table2.regsitFormInput .loginFormArea table input[type="password"] {
	width: 100%;
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput.registInput2 .loginFormArea table input[type="text"],
.contents_m--searchForm .form_table.login_table2.regsitFormInput.registInput2 .loginFormArea table input[type="password"] {
	width: 90%;	
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput .button--regist {
    text-align: center;
    display: flex;
    justify-content: center;
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput .button--regist input[type="submit"] {
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
    width: 400px;
}

.form_table.login_table2.regsitFormInput.registInput2 {
    padding: 10px 0 0;
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput.registInput2 table tr.addressInputList td input[type="text"] {
    width: 100px;
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput .loginFormArea .categoryNameInfotxt {
	font-size: 14px;
	font-weight: bold;
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput .loginFormArea .categoryNameInfotxt img {
	margin: 0px;
    padding: 5px 5px 0 0;
	display: inline-block;
    vertical-align: text-bottom;
    width: 18px;
}

.recruitmentInfoNameTxt {
    padding: 5px 0 0;
    font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.contents_m--searchForm .form_table.login_table2.regsitFormInput .hopeButtonList__half {
	width: 100%;	
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput .hopeButtonList__half .hope__button {
    border-radius: 30px;
	color: #000;
	font-size: 14px;
	width: 88%;
}

.contents_m--searchForm .form_table.login_table2.regsitFormInput.registInput2.check_table .loginFormArea {
    padding: 30px 120px 40px;
}

.contents_m.contents_m--searchForm.contents_m--complete h2 {
    background: #fff;
    margin: 0px;
    padding: 20px 0 0;
}


.contents_m--searchForm .main--searchForm.main--qanda {
    padding: 40px 0 30px;
    background: #fff;
}

.contents_m--searchForm .main--qanda .page_text {
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    padding: 0px 40px 40px;
    background: #FFF;
    font-size: 14px;
    line-height: 1.4em;
    border: 1px solid #ccc;
}

.contents_m--searchForm .main--qanda .page_text .qj-qanda {
    margin: 10px 0px 10px;
}

.registMemberAbout {
    background: #aaa;
    color: #fff;
    border-radius: 5px;
    padding: 5px 8px;
    font-weight: bold;
    margin: 30px 0 10px;
}

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

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

.qj-qanda dl img {
    vertical-align: bottom;
    padding: 0 5px 0 0;
}

.qj-qanda dl dd {
    position: relative;
    padding: 4px 0 10px 5px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #BBB;
    font-size: 12px;
    text-indent: -2em;
    padding-left: 2.45em;
}

.qj-qanda dl img {
    vertical-align: bottom;
    padding: 0 5px 0 0;
	width: 25px;
}

.qj-qanda dl dd::after, 
.qj-qanda dl dt::after {
    display: none;
}

.contents_m--searchForm .main--company,
.contents_m--searchForm .main--privacy {
	margin: 0 0 30px;	
}

.contents_m--searchForm .main--privacy .page_text,
.contents_m--searchForm .main--company .page_text {
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    padding: 50px 100px 50px;
    background: #FFF;
    font-size: 14px;
    line-height: 1.4em;
    border: 1px solid #ccc;
}


.contents_m--searchForm .main--privacy .page_text h3 {
    color: #000;
    background: none;
    padding: 0.5em 0 0;
    font-size: 16px;
    font-weight: bold;
}

.contents_m--searchForm .main--privacy .page_text ol {
    margin: 1em 0 2em 0em;
}


.contents_m--searchForm .main--searchForm .contents_box.news {
	background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 20px 20px 20px;
    margin: 0px 0 0px;
}


.contents_m.contents_m--searchForm.contents_m--newsList .search_page {
    margin: 15px 0 0;
    text-align: right;
}

.contents_m.contents_m--searchForm.contents_m--newsList .search_page ul {
    margin: 10px auto 10px auto;
}

.contents_m.contents_m--searchForm.contents_m--newsList .news .body ul li {
    margin-bottom: 8px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.contents_m.contents_m--searchForm.contents_m--newsList .news .body ul li:last-child {
	border: none;	
}


.contents_m.contents_m--searchForm.contents_m--newsList .news_text {
	background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 20px 40px 20px;
    margin: 0px 0 0px;	
}

.contents_m.contents_m--searchForm.contents_m--newsList .news_text h2 {
	display: flex;	
	justify-content: space-between;
    align-items: center;
}

.contents_m.contents_m--searchForm.contents_m--newsList .news_text h2 .newsTitle {
	position: relative;
	font-size: 16px;
}

.contents_m.contents_m--searchForm.contents_m--newsList .news_text h2 .newsTitle:after {
    border-left: 5px solid #DD1B64;
    position: absolute;
    left: -20px;
    content: "";
    height: 23px;
}

.contents_m.contents_m--searchForm.contents_m--newsList .news_text h2 .date {
	font-size: 12px;
	font-weight: normal;
}

.contents_m.contents_m--searchForm.contents_m--newsList .news_text p {
	font-size: 14px;	
}

.contents_m.contents_m--searchForm.contents_m--newsList .newsListBackToNext {
	padding: 20px 0;	
}

.contents_m.contents_m--searchForm.contents_m--newsList .newsListBackToNext li:first-child {
	text-align: center;	
	margin: 15px auto 10px;
    text-align: center;
    width: 400px;
}

.contents_m.contents_m--searchForm.contents_m--newsList .newsListBackToNext li:first-child a {
	color: #fff;
    background: #999;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
}

.contents_m.contents_m--searchForm.contents_m--newsList .newsListBackToNext li:first-child a:hover,
.contents_m.contents_m--searchForm.contents_m--newsList .newsListBackToNext li:last-child a:hover{
	opacity: 0.7;
}

.contents_m.contents_m--searchForm.contents_m--newsList .newsListBackToNext li:last-child {
	text-align: center;	
	margin: 5px auto 10px;
    text-align: center;
    width: 400px;
}

.contents_m.contents_m--searchForm.contents_m--newsList .newsListBackToNext li:last-child a {
	color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
}

.contents_m--searchForm h2.byCompanyFormTitle {
	margin: 0px;
    background: #fff;
    padding: 20px 0 15px;
}

.contents_m--searchForm .main--companyRegist {
	padding: 0px 0 0;
}

.companyRegistTentative {
	background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 20px 280px 20px;
    margin: 0px 0 10px;	
}


.contents_m--searchForm .main--companyRegist .companyRegistFormTable th {
	display: block;
    background: none;
    border: none;
	padding: 8px 10px;
}

.contents_m--searchForm .main--companyRegist .companyRegistFormTable td {
	display: block;
    border: none;
    padding: 0 10px 10px;
}



.contents_m--searchForm .main--companyRegist .companyRegistFormTable td input {
    border: 1px solid #CCC;
    color: #333;
    background: #FFF;
    zoom: 1;
    padding: 8px;
    margin: 0 2px 0px;
    font-size: 12px;
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}

.companyRegistTentative__title {
    text-align: center;
    padding: 10px 0 20px;
    font-size: 14px;
    font-weight: bold;
}

.companyRegistTentative__des {
    font-size: 14px;
    text-align: center;
    padding: 0 0 30px;
    font-weight: bold;
}

.contents_m--searchForm .main--companyRegist .button--regist {
    margin: 5px auto 10px;
    text-align: center;
}

.contents_m--searchForm .main--companyRegist .button--regist button {
	color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
    width: 400px;
}

.contents_m--searchForm .main--searchForm .form .addressInputList--company #japan {
    display: block;
}

.addressInJapanNum {
	display: flex;	
	padding: 10px 0 20px;
	align-items: center;
}

.todoufukenInfo {
    padding: 5px 0 10px;
}

.banchiInfo {
    padding: 5px 0 20px;
}

.billdingInfo {
	padding: 5px 0 0px;	
}

.contents_m--searchForm .main--searchForm .mailaddressTrCompany {
	display: flex;
    align-items: baseline;
    margin: 0px;
    padding: 10px 0;
}

.contents_m--searchForm .main--searchForm .mailaddressThCompany {
	
}

.contents_m--searchForm .main--searchForm .mailaddressThCompany,
.contents_m--searchForm .main--searchForm .mailaddressTdCompany{
	
}

.contents_m--searchForm .main--cuserRegistForm .form table input[type="text"],
.contents_m--searchForm .main--cuserRegistForm .form table input[type="password"]{
	width: 100%;	
}


.contents_m--searchForm .main--searchForm .form tr.addressInputList td .addressInJapanNum input[type="text"] {
	margin: 0 5px 0px;
}

.contents_m--searchForm .main--searchForm .form tr.addressInputList td .banchiInfo input[type="text"],
.contents_m--searchForm .main--searchForm .form tr.addressInputList td .billdingInfo input[type="text"] {
	width: 100%;	
}

.contents_m--cuserRegist {
	background: #fff;	
}

.contents_m--cuserRegist h2 {
	
}

.contents_m--cuserRegist .contents_box {
    margin: 0 0 0px;
}

.contents_m--cuserRegist .form_table.regsitFormInput {
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 30px 200px 20px;
    margin: 0px 0 5px;
}


.contents_m--cuserRegist .form .fromSiteNewsTable {
    margin: 10px 0;
}

.contents_m--cuserRegist .form .fromSiteNewsTable th {
    padding: 15px 10px;
}

.contents_m--cuserRegist .form .fromSiteNewsTable td {
    padding: 0 10px 15px;
}

.contents_m--cuserRegist .form .fromSiteNewsTable td .hint {
	padding: 10px 0 0;	
}

.contents_m--searchForm .main--cuserRegistComp .message {
	text-align: center;	
}

.contents_m--searchForm .main--cuserRegistComp .message p {
    display: block;
}

.contents_m--searchForm h2.compCompanyTitle {
    background: #fff;
    margin: 0px;
    padding: 20px 0 0;
}

.contents_m--searchForm .main--searchForm.main--cuserRegistComp {
    padding: 20px 0 10px;
}

.contents_m--passReset .main--searchForm .loginFormArea {
	text-align: center;	
	padding: 30px 200px 20px;
}

.contents_m--passReset .main--searchForm .loginFormArea h2 {
	text-align: center;	
	padding: 5px 0 10px;
    font-size: 20px;
}

.contents_m--passReset .main--searchForm .loginFormArea img {
	text-align: center;	
}

.contents_m--passReset .main--searchForm .loginFormArea .loginFormArea__des {
	padding: 5px 0 15px;	
	color: #666;
	font-size: 14px;
}

.contents_m--passReset .main--searchForm .loginFormArea table input[type="password"] {
	margin: 0 0 10px;	
}

.contents_m--passReset .main--searchForm .loginFormArea table #complexity {
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.contents_m--passReset .main--searchForm .loginFormArea table tr td .hint {
    padding: 5px 0 10px;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    width: 100%;
}

.contents_m--interview {
	background: #fff;	
}

.contents_m--interview .interviewTitleField {
    background: #FFF9D8;
    padding: 20px;
}

.contents_m--interview .interviewTitleField img {
	padding: 5px 0 0;
	text-align: center;
    display: flex;
    margin: 0 auto;
    width: 30px;
}

.contents_m--interview .interviewTitleField h2 {
	text-align: center;
}

.contents_m--interview .interviewTitleField .description {
	background: none;
	border: none;
}

.contents_m--interview .contents_box.interview {
	border: none;	
	padding: 30px 0 0;
}

.contents_m--interview .contents_box.interview h2 {
	border: none;
	border-left: 3px solid #DD1B64;
    padding: 5px 10px;
    margin: 0px 0px;
}

.contents_m--interview .contents_box.interview h2:after {
	display: none;	
}

.contents_m--interview .contents_box.interview .body {
	padding: 10px 0;	
}

.contents_m--interview .contents_box.interview .body ul li {
	border: 0.5px solid #ccc;
    background: #fff;
    margin: 0 0 15px;
    padding: 0px;
    border-radius: 0px;
    line-height: 1.5;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.contents_m--interview .contents_box.interview .body ul li a {
	display: flex;
	justify-content: flex-start;
    text-decoration: none;
	padding: 15px;
}

.contents_m--interview .contents_box.interview .body ul li a .img {
	
}

.contents_m--interview .contents_box.interview .body ul li .text {
    margin: 0 0 0 0px;
    line-height: 1.5;
	padding: 0 0 0 20px;
    width: 100%;
}

.contents_m--interview .contents_box.interview .body ul li a img {
    object-fit: cover;
    vertical-align: bottom;
}

.contents_m--interview .contents_box.interview .body ul li a .interview--img img {
    object-fit: cover;
    vertical-align: bottom;
	width: 240px;
    height: 180px;
}

.contents_m--interview .contents_box.interview .body ul li a .cname {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
}

.contents_m--interview .contents_box.interview .body ul li a .cname img {
    vertical-align: text-top;
    padding: 0 5px 0 0;
}

.contents_m--interview .contents_box.interview .body ul li a h3 {
	border: none;
	padding: 20px 0 10px;
	font-size: 14px;
	font-weight: normal;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.contents_m--interview .contents_box.interview .body ul li a .date {
	text-align: right;	
}


.contents_m--interviewInfo .interviewInfoFieldArea {
    background: #FFF9D8;
    padding: 0 0 10px;
}


.contents_m--interviewInfo .interview_body {
	border: none !important;	
	padding: 5px 25px 25px !important;
}


.contents_m--interviewInfo .interviewInfoFieldArea .interview_detail__imgInterview {
    padding: 30px 0 0;
    text-align: center;
    display: flex;
    margin: 0 auto;
}

.contents_m--interviewInfo .interviewInfoFieldArea h2 {
	text-align: center;	
    padding: 10px 0 20px;
}

.contents_m--interviewInfo .interviewInfoFieldArea .interview_detail {
	border: 0.5px solid #ccc;
    background: #fff;
    margin: 0 20px 15px;
    padding: 0px;
    border-radius: 0px;
    line-height: 1.5;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.mainInterviewImg img {
	width: 100%;
	object-fit: cover;
}

.contents_m--interviewInfo .interviewInfoFieldArea .interview_detail .interview_date {
	text-align: right;
	padding: 15px 10px 10px;	
}

.contents_m--interviewInfo .interviewInfoFieldArea .interview_detail .interview_description {
	margin: 0;
}

.contents_m--interviewInfo .interviewInfoFieldArea .interview_detail .mainCopyTitle {
	font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px;	
}

.contents_m--interviewInfo .interviewInfoFieldArea .interview_detail .speakInterviewDes {
	background: #666;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 25px;
}

.contents_m--interviewInfo .cuser_container .box {
	display: flex;
	justify-content: flex-start;
    padding: 20px 0px 10px;	
}

.contents_m--interviewInfo .cuser_container .box .photo {
	border:none;	
}

.contents_m--interviewInfo .cuser_container .box .photo img {
	width: 100%;
	object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.contents_m--interviewInfo .cuser_container .companyNameCuserInfo {
	padding: 5px 20px;	
}

.contents_m--interviewInfo .cuser_container .companyNameCuserInfo .jobtext {
	margin: 0px;	
}

.contents_m--interviewInfo h3.interviewDetailCompanyName {
    border-left: 5px solid #f2c2d4;
    border-bottom: none;
    color: #dd1b64;
    font-size: 16px;
    padding: 15px 0 15px 15px;
}

.contents_m--interviewInfo .cuser_container {
	border: 0.5px solid #ccc;
    background: #fff;
    padding: 10px 30px 15px;
    margin: 20px 0 20px;
    border-radius: 0px;
    line-height: 1.5;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
	color: #666;
	font-size: 14px;
}

.contents_m--interviewInfo .button--regist {
	background: #fff;
    margin: 0px;
    padding: 0px 0 20px;
	text-align: center;
    display: flex;
    justify-content: center;
}	

.contents_m--interviewInfo .button--regist a.button {
	color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
    width: 400px;
}

.companyNameCuserInfo__text {
    padding: 0 0 5px;
    font-size: 18px;
    font-weight: bold;
}

.contents_m--interviewInfo .cuser_container table {
	
}

.contents_m--interviewInfo .cuser_container table tr {
	display: flex;
}

.contents_m--interviewInfo .cuser_container table tr th {
	background: none;
	border: none;
    padding: 10px 0px 10px 0px;
}

.contents_m--interviewInfo .cuser_container table tr td {
	border: none;
    padding: 10px 10px 10px 0;
}


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


.contents_m--interviewInfo .contents_box.embed_job.pickup_job.new.jobItemList .body > .more {
    margin: 15px auto 10px;
    text-align: center;
    width: 400px;
    background: none;
    padding: 10px 15px;
}

.contents_m--interviewInfo .contents_box.embed_job.pickup_job.new.jobItemList .body > .more a {
    color: #fff;
    background: #f2c2d4;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
}

.contents_m--interviewInfo .cuser_container #business_hours caption {
    background-color: #999;
    color: #FFF;
    font-size: 14px;
    padding: 5px 5px 5px 15px;
    border-radius: 5px;
    margin: 20px 0 15px;
}

.contents_m.contents_m--interviewInfo.contents_m--recruitInfo .cuser_container {
	margin: 0 0 20px;	
}


.contents_m--interviewInfo .embed_user .body li {
    margin-bottom: 0.5rem;
    padding: 0px;
    box-sizing: border-box;
    width: calc((100% / 4) - 5px);
	border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border-radius: 0px;
    background: #fff;
}

.contents_m--interviewInfo .embed_user .body li .img {
	border: none;
    margin: 0px;
}

.contents_m--interviewInfo .embed_user .body li .img img {
	width: 100%;
	border: none;
    height: 120px;
}

.contents_m--interviewInfo .embed_user .body li .text {
	padding: 10px;	
}

.contents_m--recruitSearch .list_table--company {
	padding: 20px 20px 25px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 0.5px solid #ccc;
}

.contents_m--recruitSearch .list_table--company table {
	
}

.contents_m--recruitSearch .list_table--company table tr {
	
}

.contents_m--recruitSearch .list_table--company table tr th {
	background: #F5F5F5;
    border: none;
	color: #000;
}

.contents_m--recruitSearch .list_table--company table tr th a {
	color: #000;	
}

.contents_m--recruitSearch .list_table--company table tr th:first-child,
.contents_m--recruitSearch .list_table--company table tr th:last-child {
	text-align: center;	
}

.contents_m--recruitSearch .list_table--company table tr td {
	border-left: none;
	border-right: none;
	border-top: none;
	color: #000;
    padding: 10px;
}

.contents_m--recruitSearch .list_table--company table tr td a {
	color: #000;	
}


.contents_m.contents_m--recruitSearch .top_search .button--company input[type="submit"] {
	background: #999;
    border: solid 1px #999;
}


.contents_m--privacy .main--privacy .page_text h3 {
	margin: 0 0 1em;	
}

.contents_m--privacy .main--privacy .page_text h3.privacyTitle.privacyTitle--next {
	margin: 4em 0 1em;
}

.cmslGrid--separate .cmslGrid__col--8 {
    padding: 0 10px 0 0;
}

.contents_m--recentList {
	
}

.contents_m--recentList ul.sub_menu li a {
	color: #666;
    font-weight: normal;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #666;
    padding: 8px 20px;
}

.contents_m--recentList > h2 {
	padding: 20px 0 0;	
}

.contents_m--recentList .recentlyRecruitList {
	background: #FFF;
    margin: 0 0 15px 0;
    border: 1px solid #CCC;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
	display: flex;
    justify-content: space-between;
}

.contents_m--recentList .recentlyRecruitList .recentlyItemLeft {
    width: calc((100% / 11) * 4);
}

.contents_m--recentList .recentlyRecruitList .recentlyItemRight {
    width: calc((100% / 11) * 7);
}



.contents_m--recentList .recentlyRecruitList .giftMoneyPrice p.gift  {
    border: 1px solid #ff7a91;
    background-color: #fff;
    text-align: center;
    font-size: 10px;
    width: auto;
    margin: 0 0px 5px 0;
    padding: 5px 5px 3px;
}

.recentlyItemLeft__up {
    display: flex;
	align-items: flex-start;
    justify-content: flex-start;
}

.recentListDate {
    background: #aaa;
    color: #fff;
    padding: 5px 10px 5px;
	margin: 0 0 0 10px;
}

.contents_m--recentList .recentlyRecruitList .giftMoneyPrice p.gift span {
    color: #ff7a91;
    font-size: 1rem;
    font-weight: bold;
}

.recentlyItemLeft__bottom {
    padding: 15px 20px 0 0;
}

.recentlyItemLeft__bottom .photo a img {
	width: 100%;	
    object-fit: cover;
    vertical-align: bottom;
}

.recentlyItemRight .recentlyItemRight__link {
	padding: 5px 0 10px;	
}

.recentlyItemRight .recentlyItemRight__link a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recentlyItemRight__store {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    padding: 0 0 10px;
}


.recentlyItemRight__info {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
}

.contents_m--recentList .jobItem__category.cate {
    background: none;
    color: #000;
    font-size: 14px;
    padding: 5px 0 0;
    margin: 0px;
}

.contents_m--recentList .jobItem__category.cate img {
    vertical-align: sub;
    padding: 0 10px 0 0;
}

.contents_m--recentList .jobItem__salary {
    font-size: 14px;
    font-weight: normal;
}

.contents_m--recentList .jobItem__salary img {
    vertical-align: sub;
    padding: 0 4px 0 1px;
}

.contents_m--recentList .jobItem__foot {
    padding: 4px 0 0;
}

.contents_m--recentList .jobItem__prefectures {
    font-size: 0.9rem;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.contents_m--recentList .jobItem__foot .jobItem__prefectures img {
    vertical-align: middle;
    padding: 0 4px 0 2px;
}


.contents_m--recentList .jobItemDetailList__des__prDes {
    background: #F5F5F5;
    padding: 10px;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 0px;
    width: 50%;
    color: #666;
}


.contents_m--recentList .jobListButton__full .jobItem__button {
    width: 100%;
    padding: 0.5rem 0;
    background: #dd1b64;
    color: #FFF;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0.5rem;
}


.contents_m--recentList .jobListButton__half .jobItem__button--white {
	background: #000;
    color: #fff;
    border: 1px solid #545353;
    font-size: 14px;
    border-radius: 30px;
    padding: 6px;
}


.contents_m--recentList .jobListButton__half .jobItem__button--pink {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 14px;
	padding: 6px;
}
	
	
	
.contents_m--recentList .jobListButton__half .jobItem__button--pink img {
    vertical-align: middle;
    padding: 0 5px 0 0;
	width: 25px;
}

.contents_m--recentList .jobListButton__recently {
	width: calc((100% - 20px) / 3 );	
}

.contents_m--recentList .jobListButton__half:nth-child(odd) {
    margin-right: 0px;
}

.contents_m--recentList .jobListButton__recently:nth-child(2) {
	margin: 0 10px;	
}


.contents_m--recentList .main--clipList .jobItem__button--gray {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 14px;
    padding: 0.5rem 3rem;
    margin: 0px;
}

.contents_m--recentList .main--clipList .clipCheckBox {
    padding: 2px 0 0;
}

.contents_m--recentList .main--clipList .checkbox-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 15px;
}

.contents_m--recentList .main--clipList .checkAll::before,
.contents_m--recentList .main--clipList .checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
}

.contents_m--recentList .main--clipList .list_table--clipList input[type=checkbox]:checked + .checkAll::after,
.contents_m--recentList .main--clipList .clipCheckBox input:checked + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 7px;
    width: 7px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
}

.contents_m--recentList .main--clipList .list_table--clipList input[type=checkbox]:checked + .checkAll::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 27px;
    width: 7px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
}

.contents_m--recentList .main--clipList .checkAll::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
}


.checkAllClipListArea {
	padding: 10px 0 25px;	
}


.contents_m--recentList .main--clipList .checkAll {
    padding: 4px 30px 0px 50px;
    text-align: center;
    margin: 0 auto;
}

.checkAllClipListArea label {
	border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 40px;
    position: relative;
}

.contents_m--recentList .button--regist {
	background: #fff;	
}

.contents_m--recentList .button--regist input[type="button"]{
	cursor: pointer;
    border: solid 1px #000;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    outline: none;
    text-align: center;
    font-size: 14px;
    -webkit-appearance: none;
    background: #000;
    color: #fff;
    border-radius: 50px;
	width: 350px;
}

.contents_m--searchForm ul.totopLinkBtn {
	margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.contents_m--searchForm ul.totopLinkBtn li {
	text-align: center;
    background: none;
}

.contents_m--searchForm ul.totopLinkBtn li a {
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
    width: 300px;
}

.contents_m.contents_m--recruitSearch.contents_m--recentList.contents_m--searchForm .main--searchForm .message {
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;	
}

.contents_m--special {
	
}


.contents_m--special .page_text {
	background: #FFF9D8;
    text-align: center;
    padding: 30px 0;
    margin: 0px;	
}

.contents_m--special .page_text h2 {
	padding: 5px 0 15px;
}

.contents_m--special .page_text p {
	margin: 0px;	
}


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

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

.contents_m--nuserEdit .description {
	margin: 10px 0;
	padding: 10px;
}

.deleteMemberBtn {
	text-align: center;	
	padding: 10px 0 20px;
}

.contents_m--delete .check_table.form_table.regsitFormInput {
	text-align: center;	
	padding: 30px 0 40px;
}

.contents_m.contents_m--searchForm .deleteCompTitle {
    background: #fff;
    margin: 0px;
    padding: 40px 0 0;
    text-align: center;
}

.contents_m--searchForm .experienceTh .requisite {
	color: #fff;
    padding: 3px;
    margin-left: 5px;
    font-weight: normal;
    font-size: 10px;
    font-weight: bold;
    background: #7E2842;	
}

.contents_m--application h2 img {
    vertical-align: text-bottom;
    padding: 0 10px 0 0;
}

.contents_m--application .form_table.regsitFormInput {
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 30px 50px 20px;
    margin: 0px 0 5px;
}

.contents_m--application .targetJobOffer {
    display: flex;
    justify-content: space-between;
}

.contents_m--application .targetJobOffer__img {
    width: calc(100% / 4);
}

.contents_m--application .targetJobOffer__img img {
    width: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.contents_m--application .targetJobOffer__info {
	 width: calc((100% / 4) * 3);
	 margin:0px;
     padding: 0 0 0 20px;
}

.contents_m--application .jobItem__category {
	font-size: 14px;
    padding: 0.5rem 0.0rem;
    margin-right: 0rem;
    background: none;
    color: #000;	
	font-weight: bold;
}

.contents_m--application .jobItem__category span {
	font-weight: normal;
	color: #666;
	text-decoration: underline;
	padding: 0 0 0 5px;
}

.contents_m--application .jobItem__category img {
	vertical-align: text-bottom;
    padding: 0 5px 0 0;	
}

.contents_m--application .targetJobOffer__info__store {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
}

.contents_m--application .targetJobOffer__info__name {
    margin-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
	color: #666;
	text-decoration: underline;
}

.contents_m--application .form table td {
    display: block;
    border: none;
    padding: 0 0px 10px;
}


.contents_m--application .button--checkApplication input[type="submit"].btn_back {
    width: 150px;
    background: #999;	
}

.contents_m--application .button--checkApplication input[type="submit"].btn_entry {
	width: 250px;
	background: #DD1B64;
}

.contents_m--application .main--compleateApp .message {
	background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 30px 50px 20px;
    margin: 0px 0 5px;	
}

.contents_m--application .main--compleateApp ul {
    text-align: center;
    padding: 30px 0 20px;
}

.contents_m--application .main--compleateApp ul li {
    padding: 0 0 10px;
}


.contents_m--application .main--compleateApp ul li:first-child a{
	cursor: pointer;
    border: solid 1px #ccc;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    outline: none;
    text-align: center;
    font-size: 14px;
    -webkit-appearance: none;
    background: #ccc;
    color: #fff;
    border-radius: 50px;
	width: 350px;
}

.contents_m--application .main--compleateApp ul li:last-child a{
	cursor: pointer;
    border: solid 1px #000;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    outline: none;
    text-align: center;
    font-size: 14px;
    -webkit-appearance: none;
    background: #000;
    color: #fff;
    border-radius: 50px;	
	width: 350px;
}

.mainMessageApp {
    text-align: center;
    padding: 10px 0 20px;
    font-size: 16px;
    font-weight: bold;
}

.contents_m--application .main--compleateApp .message p {
	text-align: center;
    font-size: 14px;	
    padding: 0 0 10px;
}


.contents_m--gift .description {
	margin: 20px 0 0;
    font-size: 14px;
    padding: 10px 20px;
}

.contents_m--gift .main--searchForm {
    padding: 10px 0 0;
    background: #fff;
}

.contents_m--gift .main--searchForm .form_table.regsitFormInput {
    margin: 0px 0 0px;
    padding: 0px;
    box-shadow: none;
    border: none;
}

.contents_m--gift .main--searchForm.main--gift .form_table.regsitFormInput {
	box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    margin: 20px 0 20px;
}

.contents_m--gift .main--searchForm table {
	background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 30px 200px 20px;
    margin: 0px 0 20px;
    display: block;
}

.contents_m--gift .main--searchForm table tr {
	display: flex;	
	align-items: baseline;
}

.contents_m--gift .main--searchForm table tr th {
	font-size: 14px;
    width: 150px;
}

.contents_m--gift .main--searchForm table tr td {
	font-size: 14px;
	color: #000;
}

.contents_m--gift .main--searchForm .list_table tr.odd td {
	background: #fff !important;	
}

.contents_m--gift .main--searchForm table tr td a {
	color: #000;	
}

.contents_m--gift .main--searchForm table tr td.statusBtnStyle {
	border: none;
    padding: 5px;
}

.contents_m--gift .main--searchForm table tr td.statusBtnStyle a {
    background: #aaa;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
	padding: 10px 120px;
    border-radius: 30px;	
}

.contents_m--gift .main--gift div.description {
	border: none;
	border-bottom: 1px solid #ccc; 
	margin: 0px 10px;
	padding: 10px 0;
}

.contents_m--gift .main--gift .description p {
	padding: 30px 200px 20px;
}

.contents_m--gift .main--gift table {
	border: none;
	box-shadow: none;
}

.contents_m--gift .main--gift table tbody {
	display: block;	
}

.contents_m--gift .main--gift table tr {
    display: block;
}

.contents_m--gift .main--gift table th {
	display: block;	
}

.contents_m--gift .main--gift table td {
	display: block;	
    width: 100%;
}

.contents_m--gift .main--gift table td select {
	width: 25%;	
}

.contents_m--gift .main--gift table td select:first-child {
	margin: 0 2px 0 0px;
}

.messageListItem--new .messageListItem__icon {
	border: none;	
}

.messageListItem--new .messageListItem__icon .messageListItem__icon__rec {
    background: #ff7a91;
    color: #fff;
    padding: 0px 5px;
    border: none;
}

.messageListItem--new .messageListItem__icon .messageListItem__icon__send {
	color: #fff;
    background: #00cdd7;	
	padding: 2px 5px;
    border: none;
}


.main--messageListInfo .messageListItem__head {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.messageListItem__head__left {
    display: flex;
    align-items: center;
}

.main--messageListInfo .messageListItem__icon {
    padding: 0rem 0.2rem 0 0;
}

.messageListItem__head__left .userMessageBoxItem__read {
	color: #666;
	text-align: center;
	font-size: 10px;
}

.messageListItem__head__left .userMessageBoxItem__read img {
	display: block;
	text-align: center;
    margin: 0 auto;
    padding: 5px 0 0;
	width: 20px;
}

.main--messageListInfo .messageListItem {
    padding: 5px 10px 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.messageListItem__head__left .messageListItem__store {
    color: #000;
    font-size: 16px;
    padding: 0 0 0 10px;
    font-weight: bold;
}

.messageListItem__head__right {
    display: flex;
    align-items: center;
}

.messageListItem__head__right .messageListItem__new {
	background: #ee1133;
	color: #fff;
	padding: 0px 5px;
	margin: 0 5px 0 0;
}

.main--messageListInfo .messageListItem__main .messageListItem__main--right {
	width: 100%;	
	background: #efefef;
    padding: 5px 10px;
    color: #000;
}

.main--messageListInfo .messageListItem__main .messageListItem__text {
	margin: 0px;	
}

.main--messageListInfo .messageListItem__progress {
    padding: 0.3rem 1.5rem;
    border: 1px solid #7E2842;
    color: #7E2842;
    font-size: 0.7rem;
    text-align: center;
    border-radius: 30px;
}

.contents_m--gift .main--entryList .search_table {
	padding: 30px 0 0;	
}

.contents_m--gift .main--entryList table {
	box-shadow: none;
	padding: 0px;
	margin: 0 0 40px;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.contents_m--gift .main--entryList table tr {
    align-items: center;
}

.contents_m--gift .main--entryList table tr th {
	border: none;
	background: #f1f1f1;
	font-size: 14px;
    width: 80px;
	padding: 26px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents_m--gift .main--entryList table tr td {
	border: none;	
}

.contents_m--gift .main--entryList table tr td.browsingTd {
	width: 190px;
    display: flex;
    justify-content: space-around;
}

.contents_m--gift .main--entryList table tr td.progressSearchTd {
	width: 470px;
    display: flex;
    justify-content: space-around;
}

.contents_m--gift .main--entryList table tr td.narrowDownSearchTd {
	background: #f1f1f1;
	padding: 17px 29.5px;

}

.contents_m--gift .main--entryList table tr td.narrowDownSearchTd .button {
	text-align: center;
	background: #f1f1f1;
	padding: 0px;
}

.contents_m--gift .main--entryList table tr td.narrowDownSearchTd .button input[type="submit"] {
	background: #fff;
    color: #666;
    border: 1px solid #666;
    border-radius: 30px;
    padding: 7px 30px;
    text-align: center;
    margin: 0 auto;
}


.contents_m--gift .main--entryList .userEntryItemList {
	
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem {
	border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
	margin-bottom: 2rem;
    padding: 1rem;
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem:last-child {
	margin-bottom: 0px;	
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem .userEntryItem__column--box {
    padding: 0.1rem 1.0rem;
    border: 1px solid #7E2842;
    color: #7E2842;
    font-size: 0.7rem;
    text-align: center;
    border-radius: 30px;
}


.contents_m--gift .main--entryList .userEntryItemList .userEntryItem .userEntryItem__column--box .userEntryItem--pink {
    color: #7E2842;
}
 
.contents_m--gift .main--entryList .userEntryItemList .userEntryItem--large {
	font-weight: bold;
	font-size: 16px;
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body {
	background: none;	
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body .userEntryItem__label,
.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body .userEntryItem--right,
.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body .userEntryItem__text--right{
	margin: 0px;	
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body .userEntryItem--right {
	padding: 20px 0 0;	
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body .userEntryItem--right .userEntryItem__column {
	margin: 0px;	
}

.userEntryItem__body--rightInfo {
	padding: 0px 0 0 10px;	
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body .userEntryItem--bottom {
	margin: 0px 0 0.3rem;	
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body .userEntryItem--bottom .userEntryItem--marginRight img {
    vertical-align: middle;
    padding: 0 2px 2px 0;
	width: 15px;
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body .userEntryItem--bottom .userEntryItem--marginRight a {
	color: #666;	
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body .userEntryItem__jobLink {
    color: #666;
    font-weight: bold;
}

.contents_m--gift .main--entryList .userEntryItemList .userEntryItem__body .userEntryItem__label.userEntryItem--pink {
    color: #DD1B64;
}

.contents_m--gift .main--entryList .userEntryItem__panel {
	margin: 0px;	
}

.contents_m--gift .main--entryList .userEntryItem__panel .userEntryItem__buttonLink--black {
    background: #000;
    color: #EEE;
    border-radius: 30px;
    margin: 0 3px;
}

.contents_m--gift .main--entryList .userEntryItem__panel .userEntryItem__linkbox {
    position: relative;
    padding: 10px 10px 7px;
    background: #f1f1f1;
    margin: 0 0.5rem 0 0.2rem;
	height: auto;
}

.contents_m--gift .main--entryList .userEntryItem__panel .userEntryItem--right.userEntryItem--bottom.userEntryItem--250 {
	margin-top: 0px;	
}

.contents_m--gift .main--entryList .userEntryItem__panel .userEntryItem__column.userEntryItem--wide {
    padding: 10px 0 0;
}


.contents_m--gift .main--entryList .userEntryItem__panel .messageListItem__icon.entryItemMessage__icon {
	border: none;
	padding: 0px;
}

.contents_m--gift .main--entryList .userEntryItem__panel .messageListItem__icon.entryItemMessage__icon .messageListItem__icon__rec {
    background: #ff7a91;
    color: #fff;
    padding: 0px 5px;
    border: none;
}

.contents_m--gift .main--entryList .userEntryItem__panel .messageListItem__icon.entryItemMessage__icon .messageListItem__icon__send {
    background: #00cdd7;
    color: #fff;
    padding: 0px 5px;
    border: none;
}

.contents_m--gift .main--entryList .info_table--entryList .sub_menu li a {
    background: #fff;
    color: #666;
    border: 1px solid #666;
    border-radius: 30px;
    padding: 7px 30px;
    text-align: center;
    margin: 0 auto;
}

.contents_m--gift .main--entryList .userMessageBox {
    margin-top: 1rem;
}

.contents_m--gift .main--entryList .userMessageBox__button {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 0.4rem 2.5rem;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    color: #7E2842;
    border: 2px solid #7E2842;
    border-radius: 7px;
    font-weight: bold;
}

.contents_m--gift .main--entryList .userMessageBox__form {
    background-color: #f1f1f1;
    margin-bottom: 1rem;
    padding: 10px 0 0;
    margin-top: 30px;
    border: none;
}

.contents_m--gift .main--entryList .userMessageBox__input input[type="text"],
.contents_m--gift .main--entryList .userMessageBox__input textarea {
    width: 100%;
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 7px;
	border: 1px solid #000;
}

.contents_m--gift .main--entryList .sendMessageDiv .userMessageBox__button {
	color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
    display: block;
    width: 300px;
	border: none;
}

.contents_m--gift .main--entryList .userMessageBox__label {
    width: 40px;
    margin: 15px auto 0;
    font-size: 0.9rem;
    font-weight: bold;
    color: #555;
    text-align: center;
}

.contents_m--gift .main--entryList .userMessageBox__require {
    color: #fff;
    padding: 2px;
    margin: -5px 0 0 0;
    font-weight: normal;
    font-size: 10px;
    font-weight: bold;
    background: #7E2842;
}

.contents_m--gift .main--entryList .userMessageBoxItem__inner {
    display: flex;
    flex-direction: column;
    padding: 1rem 0rem;
}

.contents_m--gift .main--entryList .userMessageBoxItem__header {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    padding: 10px 10px 10px;
    background: #f1f1f1;
    border: none;
}

.contents_m--gift .main--entryList .userMessageBoxItem__name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #999;
}

.contents_m--gift .main--entryList .userMessageBoxItem__icon.userMessageBoxItem__icon--other.messageListItem__icon,
.contents_m--gift .main--entryList .userMessageBoxItem__icon.userMessageBoxItem__icon--self.messageListItem__icon {
    border: none;
    padding: 0px;
    width: auto;
}

.contents_m--gift .main--entryList .userMessageBoxItem {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.contents_m--gift .main--entryList .userMessageBoxItem:nth-child(2) {
    border-top: 2px solid #ccc;
}

.contents_m--gift .main--entryList .userMessageBoxItem__sub {
	width: auto;
}

.contents_m--gift .main--entryList .userMessageBoxItem__icon.userMessageBoxItem__icon--other.messageListItem__icon .messageListItem__icon__rec {
	background: #ff7a91;
    color: #fff;
    padding: 0px 5px;
    border: none;	
}

.contents_m--gift .main--entryList .userMessageBoxItem__icon.userMessageBoxItem__icon--self.messageListItem__icon .messageListItem__icon__send {
	background: #00cdd7;
    color: #fff;
    padding: 0px 5px;
    border: none;	
}

.contents_m--gift .main--entryList .info_table--entryList {
    padding: 0 0 40px;	
}

.contents_m--resume ul.sub_menu {
    display: flex;
    margin: 60px 0 0;
}

.contents_m--resume ul.sub_menu li {
	margin: 0px;
}

.contents_m--resume ul.sub_menu li a {
    display: inline-block;
    background-color: #f1f1f1;
    color: #7E2842;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 15px;
    border-left: 1px solid #7E2842;
	border-top: 1px solid #7E2842;
}

.contents_m--resume ul.sub_menu li:last-child a {
	border-right: 1px solid #7E2842;
}

.contents_m--resume ul.sub_menu li.activeResumeList a {
	background-color: #fff;	
}

.contents_m--resume .info_table table {
	
}

.resume_tableInfo {
	border: 1px solid #7E2842;
	padding: 40px 60px;
    display: flex;
    justify-content: space-between;
}

.contents_m--resume .info_table table th {
	border: none;
	background: none;
	display: block;
	font-size: 14px;
}

.contents_m--resume .info_table table td {
	border: none;
	background: none;
	display: block;
	padding: 5px 10px 20px;
    font-size: 14px;
}

.contents_m--resume .info_table table .identificationTd {
	text-align: end;
}

.contents_m--resume .form_table.regsitFormInput {
	box-shadow: none;
	border: none;
	padding: 0px;
}

.contents_m--resume .main--resumeEdit .info_table table {
	border: 1px solid #7E2842;
	padding: 30px 100px 30px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}



.contents_m--resume .form table tr.addressInputList.addressInputList--history td select {
    margin: 0px 0px 10px 0px;
}


.contents_m--resume .form table tr.addressInputList.addressInputList--history td input[type="text"] {
    width: 168px;
}

.contents_m--resume .main--resumeEdit .description,
.contents_m--resume .main--resumeSend .description{
    padding: 20px;
    margin: 10px 0 0;
}

.resume_tableInfo.resume_tableInfo--send {
    display: block;
    position: relative;
}

.sendResumeTable {
	position: relative;
	z-index: 1;
}

.sendOtherResume {
    display: flex;
}

.contents_m--resume .resume_tableInfo.resume_tableInfo--send table td select {
   	margin: 0px 10px 10px 0px;
    display: inline-block;
    background: url(../img/sp/icon_ionic-ios-arrow-up.png) no-repeat right;
    height: auto;
    background-size: 11px;
    background-position: right 3% top 50%;
    width: calc((100% / 2) - 100px);
    -webkit-appearance: none;
    appearance: none;	
	padding: 8px;
    border-radius: 5px;
}

.contents_m--resume .info_table .sendOtherResume table:last-child {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 0;
}

.contents_m--resume .info_table .sendOtherResume table:first-child {
	position: relative;
	z-index: 1;
}

.contents_m--resume .main--resumeSend .countDownNum .description {
	margin: 0 0 10px;	
}


.contents_m--resume .main--resumeSend .check_table.form_table.info_table {
	padding: 20px 0 0;	
}

.contents_m--resume .main--resumeEditCheck .resume_tableInfo.resume_tableInfo--send {
	display: flex;	
}

.contents_m.contents_m--toCuserInformation {
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    padding: 40px 50px 20px;
    margin: 10px 0 10px;
}

.contents_m--searchForm h2.loginFormOtherTitle {
	background: #fff;
	margin: 0px;
	padding: 30px 0 0;
}




.contents_m--login .main--registFormMain table {
	text-align: left;	
}


.contents_m--searchForm h2.reportInterTitle {
	margin: 0px;
    background: #fff;
    padding: 30px 0 0;
}

.cuser .qj-head {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0 10px;
}

.cuser #menu > ul {
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

.cuser .cmslGrid__col--8 {
	width: auto;	
}

.cuser .cmslGrid__col--4 {
	width: auto;	
}

.cuser .contents_m .button {
    background: #fff;
}

.cuser .cmslBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cuser .foot_inline--cuser .cmslBlock--3 .cmslBlock__ {
    width: auto;
}


.cuser .contents_m .contents_box.news {
    background: none;
    padding: 0px 0px;
    border: 1px solid #DDD;
}

.cuser .contents_m--cuser .contents_box.news .more {
    position: absolute;
    top: -20px;
    right: 10px;
	width: auto;
    margin: 0 -15px -15px;
}

.cuser .contents_m--cuser .contents_box.new_nuser .body > .more {
	position: absolute;
    top: -20px;
    right: 10px;
	width: auto;
    margin: 0 -15px -15px;
}

.cuser .contents_m .contents_box.news h2 {
    padding: 5px;
}

.cuser .contents_m--cuser .contents_box.news .body > .more a {
	display: inline-block;
    background-color: #fff;
    color: #7c9afc;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 28px;
    border: 1px solid #7c9afc;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 10%);
	font-size: 12px;
}

.cuser .contents_m--cuser .contents_box.new_nuser .body > .more a {
    display: inline-block;
    background-color: #fff;
    color: #7c9afc;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 28px;
    border: 1px solid #7c9afc;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 10%);
	font-size: 12px;
}


.cuser .contents_m--cuser .contents_box h2:after {
	display: none;	
}

.cuser .contents_s .contents_box h2::after {
	display: none;	
}

.cuser ul.sub_menu li .jobItem__button--pink {
    padding: 8px 10px;
    font-size: 13px;
}

.cuser ul.sub_menu li .jobItem__button--pink img {
    width: 20px;
    vertical-align: middle;
}

.cmnIcon {
	background: #FFF;
	color: #666;
	border: 1px solid #666;
	padding: 1px 8px;
	border-radius: 5px;
	box-sizing: border-box;
}

#slick_dots .slick-dots {
	position: static;
}

