@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* @import url(//use.fontawesome.com/releases/v5.0.13/css/all.css); */
/* ================================================================================ */
/*                                                                                  */
/*      スタイル                                                                    */
/*                                                                                  */
/* ================================================================================ */

/* 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;
	transition: .2s opacity;
}

a:hover{
	text-decoration:none;
	opacity: 0.75;
}
input[type="radio"] {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
input[type="text"],
input[type="password"],
select{
	padding:3px;
	border:1px solid #CCC;
}
@media screen and (max-width: 480px) {
	input[type="file"], input[type="password"] {
		width: 100%;
	}
}

/*
html{
  scroll-behavior: smooth;
}
*/
/* clearfix
----------------------------------------------- */

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

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

*{
	box-sizing:border-box;
}

body{
	line-height:1.5;
	color:#333;
	font-size:12px;
	font-family:"Noto Sans JP","メイリオ",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;
	border-radius: 3px;
	border: solid 1px #0A7096;
	line-height: 1.5;
}


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

.head_inline{
	max-width:1140px;
	width: 100%;
}
#contents{
	width:100%;
	margin:0;
	padding:100px 0 40px;
	background: #EEF0F5;
}
.contents_inline{
	max-width:1180px;
	width: 100%;
	margin:0 auto;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#contents {
		padding-top: 75px;
	}
	.nobody #contents.siteTop,
	.nuser #contents.siteTop {
		padding:100px 0 10px;
	}
}
@media screen and (min-width: 481px) {
	#head {
	}
	#contents .siteTop {
		padding-top: 149px;
	}
}
@media screen and (max-width: 480px) {
	#contents{
		padding:95px 0 10px;
	}
	.contents_inline{
		padding: 10px;
		margin-top: 10px;
	}
	.siteTop .contents_inline{
		padding: 0;
	}
}
/* 1カラム
----------------------------------------------- */

.c1 .contents_m{

}

/* 2カラム
----------------------------------------------- */
@media screen and (min-width: 980px) {
	.c2 .contents_m{
		float:left;
		width: calc(100% - 357px);
	}

	.c2 .contents_s{
		float:right;
		width:328px;
	}
}
/* 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:30px 0 10px 0;
	font-size:18px;
	line-height:1.6rem;
	overflow:hidden;
	color: #003860;
}
.contents_m > h2 svg {
	margin-right: 6px;
}
.contents_m > .main > h2:first-child,
.contents_m > h2:first-child{
	margin:0 0 15px;
}

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

.contents_m h3 {
	margin-bottom:10px;
	font-size:14px;
	padding-bottom: 5px;
}
.contents_m h3 a {
	text-decoration: none;
	color: #0A7096;
}
.contents_m h3 span.more{
	padding-left:10px;
	font-size:12px;
}

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


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

.contents_m .contents_box{
    padding: 20px 15px;
    margin-bottom: 30px;
}
.cuser .contents_m .contents_box{
	padding: 15px;
	border-radius: 3px;
    border: 1px solid #BCC8E0;
    background: #fff;
    box-shadow: 0px 0px 3px 0 rgba(0,0,0,.1);
    border-radius: 3px;
    padding: 30px 15px 30px;
    margin-bottom: 20px;
}
.contents_m .contents_box h2{
	position:relative;
	border:none;
	margin:0;
	font-size:14px;
	line-height:1.3;
}
.contents_m .contents_box > h3{
	position:relative;
	border:none;
	margin:0;
	padding-bottom: 20px;
	font-size:18px;
	line-height:1.3;
	font-weight: bold;
	text-align: center;
	color: #252525;
}
.contents_m .contents_box .body{
/* 	padding:15px; */
}
.contents_m .contents_box .body > p{
	width: 100%;
}
.contents_box .more a,
.contents_m .top_search .search_table .plus.addition_ui a,
.top_search a.form_accordion,
.contents_m .btn_back,
.page_registration.comp .contents_m ul li a,
.page_inquiry.comp .contents_m ul li a,
.page_recruiter .page_text .more a {
	border: 1px solid #6688B5;
    color: #6688B5;
    background: #fff;
    text-decoration: none;
    border-radius: 30px;
    line-height: 1rem;
    padding: 17px 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    display: block;
    font-weight: normal;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
}
.page_registration.comp .contents_m ul li a,
.page_inquiry.comp .contents_m ul li a {
	max-width: 200px;
	padding: 10px 0 8px;
}
.contents_m .top_search .search_table .plus.addition_ui a {
	margin: 0;
}
.contents_s .contents_box.history .body > p.more a,
.contents_s .contents_box.article .body > p.more a {
	max-width: 100%;
}
.contents_m .btn_back {
	margin-top: 30px;
	margin-bottom: 10px;
}
.contents_box .more a:after,
.contents_m .btn_back:after,
.page_recruiter .page_text .more a:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 10%;
    top: 46%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1E1E1E;
    border-right: 2px solid #1E1E1E;
    transform: rotate(45deg) translate(0,-50%);
}
.contents_m .btn_back:after {
	right: auto;
	left: 10px;
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media screen and (min-width: 481px) {
	.page_inquiry.comp .contents_m ul.btn2 {
		display: flex;
		justify-content: space-between;
		max-width: 420px;
		margin: 20px auto 0;
	}
	.page_inquiry.comp .contents_m ul.btn2 li {
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	.contents_m > .main > h2:first-child,
	.contents_m > h2:first-child{
		margin:0 0 10px;
	}
	.contents_box .more a {
		max-width: 100%;
	}
	.page_inquiry.comp .contents_m ul.btn2 li:first-child {
		margin-bottom: 16px;
	}
	.page_jobDetail .contents_m .contents_box > h3,
	.cUser_info .contents_m .contents_box > h3 {
		font-size: 16px;
	}
	.contents_m > .main > h2,
	.contents_m > h2 {
		font-size: 16px;
	}
}

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

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

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

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

.btn_search{
	background: #CD5148;
    box-shadow: 0px 3px 0px 0px #A42B22;
    width: 100%;
    max-width: 240px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    padding: 15px;
    border-radius: 5px;
    line-height: 1rem;
    margin: 0 10px 0 0;
}

.contents_m .button .btn_contract {
	background: #CD5148;
    box-shadow: 0px 3px 0px 0px #A42B22;
    width: 100%;
    max-width: 240px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border:none;
    padding: 15px;
    border-radius: 5px;
    line-height: 1rem;
}
.page_registration.check .contents_m .check_table .button {
	display: flex;
	justify-content: space-between;
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.page_registration.check .contents_m .check_table .button input {
	width: 48.5% !important;
	margin-right: 0;
}
.page_registration.check .contents_m .check_table th {
	padding: 8px 0;
}
.page_registration.comp .contents_m .message {
	margin-bottom: 30px;
}
.page_registration.comp .contents_m ul li {
	margin-bottom: 15px;
}
/* 汎用メッセージ */

.contents_m .message{
	padding:0 0 20px;
	margin:10px 0;
	font-size: 14px;
}

.contents_m .description{
	margin:10px 0;
	font-size: 14px;
}
.contents_m .description--accent{
    font-size: 16px;
    font-weight: bold;
}
.contents_m .linkbutton--top{
	background: #0A7096;
    box-shadow: 0px 3px 0px 0px #07516D;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 17px 0 0px;
    color: #FFF;
    text-decoration: none;
}
.contents_m .linkbutton--list{
	background: #fff;
    border: 1px solid #0A7096;
    box-shadow: 0px 3px 0px 0px #0A7096;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 17px 0 0px;
    color: #0A7096;
    text-decoration: none;
}
/*.page_registration .contents_m .description{
	margin-bottom: 30px;
}*/
.contents_m .error_message{
	border:1px solid #ee3344;
	color:#ee3344;
}

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

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

/* 汎用メニュー */

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

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

.contents_m ul.sub_menu li a:hover{
/* 	background:#333; */
	opacity:0.7;
}
.contents_m #search_form .button input[type="submit"],
.contents_m .button input[type="submit"] {
    height: 40px;
    padding: 12px 20px;
    min-width: 200px;
    -webkit-appearance: none;
    border: 1px solid #0A7096;
    color: #0A7096;
    box-shadow: 0px 3px 0px 0px #0A7096;
    background: #fff;
    border-radius: 3px;
    line-height: 1rem;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}
.contents_m .button input.btn_login{
	background-color: #f78f9b;
	box-shadow: initial;
    border: none;
    color: white;
}
.contents_m .button input.btn_back{
	background: #ddd !important;
	border: 1px solid #999;
	color: #333;
	box-shadow: 0px 3px 0px 0px #555;
}


@media screen and (max-width: 480px){
	.contents_m #search_form .button input[type="submit"],
	.contents_m .button input[type="submit"] {
	    width: 100%;
	    min-width: 100%;
	    margin-bottom: 10px;
	}
}
/* サイドカラム
----------------------------------------------- */
.contents_s{
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 0 10px 0px rgba(59, 89, 124, 0.1);
}

.contents_s .contents_box{
	margin:0 0 15px;
	padding: 20px 15px;
}

.contents_s .contents_box h2{
	position:relative;
}

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

.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:right;
}
.contents_s .contents_box .arrowList {
	display: flex;
	flex-wrap: wrap;
}
.contents_s .contents_box .arrowList li {
	display: block;
	width: 50%;
	margin-bottom: 10px;
}
.modal__content .arrowList li {
	margin-bottom: 10px;
}
.contents_s .contents_box .arrowList li a,
.modal__content .arrowList li a {
	text-decoration: none;
	color: #252525;
	font-size: 11px;
}
.contents_s .contents_box .arrowList li a svg,
.modal__content .arrowList li a svg {
	margin-right: 4px;
}
.contents_s .contents_box p{
	padding:2px 0;
}

.contents_s .contents_box p.button{
	text-align:center;
}
.contents_s .contents_box.side_bnr{
	flex-flow: wrap;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}
.contents_s .contents_box.side_bnr a{
	width: calc(50% - 5px);
}
.contents_s .contents_box.side_bnr img{
	width: 100%;
}
@media screen and (min-width: 480px) and (max-width: 980px){
	.contents_s .contents_box .arrowList {
		justify-content: space-between;
	}
	.contents_s .contents_box .arrowList li {
		width: calc((100% - 45px)/4);
	}
}
/* サイドカラム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;
	max-width: 100%;
	margin:0 auto;
	z-index: 999;
}

#super_user a{
	display: inline-block;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #297ca6;
	position: fixed;
	top: 0;
	left: calc(50% - 50px);
	z-index: 99;
}

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

#super_user + table{
	margin-top: 28px;
}

.breadcrumb{
	margin-bottom:10px;
	color: #707070;
	margin-left: -4px;
}
.breadcrumb a {
	text-decoration: none;
	color: #0A7096;
	font-size: 12px;
}
.breadcrumb svg {
	margin-right: 6px;
	margin-left: 6px;
}
.breadcrumb.sp {
	display: none;
}

@media screen and (max-width: 480px) {
	.breadcrumb {
		display: none;
	}
	.breadcrumb.sp {
		display: block;
		padding: 0 10px 10px;
		font-size: 10px;
		margin-left: 0;
	}
	.breadcrumb.sp a {
		color: #707070;
		font-size: 10px;
	}
	.breadcrumb.sp svg {
		margin-right: 2px;
	    margin-left: 2px;
	}
}
/* ヘッダー(共通)
----------------------------------------------- */

#head{
	width:100%;
	background:#FFF;
	position: fixed;
	z-index: 10;
}
#head a {
	color: #252525;
}
.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;
}
.sub-menu{
	display: flex;
    padding: 10px;
    background: #fff;
	position: relative;
}
.pc_nav-head {
	position: relative;
	z-index: 0;
    transition: top .6s;
	display: flex;
	background: #fff;
	top: 0;
	align-items: center;
}
.is-animation .pc_nav-head {
}
.pc_nav-head ul {
	display: flex;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
}
.pc_nav-head .parent_menu div{
	display: none;
}
.pc_nav-head .parent_menu ul{
	display: block;
}
.pc_nav-head .addMainMenu{
	position:absolute;
	z-index:80;
	background:#fff;
	text-align:left;
	top: 22px;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}

.pc_nav-head .addMainMenu ul{
	width:auto;
	padding: 10px;
}

.pc_nav-head .addMainMenu li{
	width:100%;
	margin-right: 0;
}

.pc_nav-head .addMainMenu ul li a{
	display: block;
	padding: 10px;
	color:#FFF;
	text-decoration:none;
}

.pc_nav-head .addMainMenu ul li a:hover{
/* 	background:#666; */
}

.pc_nav-head ul li {
	display: block;
}
.pc_nav-head ul li:not(:last-child){
	margin-right: 15px;
}
.pc_nav-head ul li a {
	color: #0A7096;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1rem;
	display: inline-block;
}
.sub-menu .signup_company{
	display: inline-block;
    width: 80px;
    text-decoration: none;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    color: #6688b5 !important;
    letter-spacing: 1.5px;
	position: absolute;
	right: 10px;
	bottom: 13px;
}
#search_subHead,
#search_subFoot {
	display: none;
}
@media screen and (max-width: 480px) {
	#search_subHead,
	#search_subFoot {
		width:100%;
		background: #fff;
		position: fixed;
		z-index: 11;
		height: 54px;
		opacity: 0;
		transition: opacity .6s;
		box-shadow:-5px 0 10px 0 rgba(59, 89, 124, 0.2);
	}
	#search_subFoot {
		bottom: 0;
		transition: bottom .6s;
	}
	#foot_jobDetail #foot #pagetop,
	.nobody #foot_nobody_top #foot #pagetop {
		bottom: 85px;
		transition: bottom .6s;
	}
	#search_subHead ul,
	#search_subFoot ul {
		display: flex;
		padding: 6px 10px;
		height: 43px;
		justify-content: space-between;
	}
	#search_subHead li {
		width: calc((100% - 10px)/2);
		display: block;
	}
	#search_subHead li a,
	#search_subFoot li a {
	    display: block;
	    margin: 0 0 10px;
	    padding: 10px;
	    font-size: 14px;
	    width: 100%;
		text-decoration: none;
	    font-weight: bold;
        border-radius: 5px;
        text-align: center;
        color: #fff;
		border-radius: 50px;
	}
	#search_subFoot li:first-child {
		width: calc(40% - 5px);
		display: block;
	}
	#search_subFoot li:last-child {
		width: calc(60% - 5px);
		display: block;
	}
	#search_subHead li a svg,
	#search_subFoot li a svg {
		margin-right: 6px;
	}
	#search_subHead li:first-child a,
	#search_subFoot li:first-child a {
		background-color: #f78f9b;
	    border: none;
		border-radius: 50px;
    }
	#search_subHead .accordion a {
		background-color: #fff;
		box-shadow: 0px 3px 0px 0px #003860;
		border:solid 1px #005997;
		color: #005997;
	}
	.nobody #search_subHead li:first-child {
		display: none;
	}
	.nobody #search_subHead ul {
		display: block;
	}
	.nobody #search_subHead li {
		width: 100%;
	}
	#search_subFoot.nobody_top{
		padding: 7px;
	}
	#search_subFoot.nobody_top a{
		width: 100%;
		padding: 7px;
	}
}

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

#menu{
    position: fixed;
    left: 0;
    top: 55px;
    display: none;
    z-index: 10;
    width: 100%;
	background: #EFF4FF;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}
#menu.open {
	display: block;
}
#menu.close {
    display: none;
}
/*
#menu > ul{
	max-width:1140px;
	width: 100%;
	margin:0 auto;
}

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

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

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

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

#menu > ul > li > a:hover{
	color:#000;
}
*/

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

#menu .addMainMenu ul{
	width:auto;
}

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

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

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

#menu .parent_menu div{
	display:none;
}

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

#foot{
	margin:0;
	padding: 30px 0 20px;
	background:#FFF;
}
#foot .foot_inline{
	max-width:1140px;
	width: 100%;
	margin:0 auto;
}

#foot .foot_inline .foot_menu{
	display: flex;
	justify-content: space-between;
	max-width: 620px;
	margin: 50px auto;
}
#foot .foot_inline .foot_menu li {
	display: block;
}
#foot .foot_inline .foot_menu li a {
	text-decoration: none;
	color: #0A7096;
	font-size: 12px;
}
#foot #pagetop{
	position: fixed;
	right: 10px;
	bottom: 65px;
	width: 48px;
	height: 48px;
	transition: .2s opacity;
	z-index: 1;
	display: none;
	opacity: 0;
}

#foot #pagetop a {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius:24px;
	display: block;
	background: #fff;
	text-decoration:none;
	text-align: center;
	font-size: 10px;
	box-shadow: 0 3px 6px rgba(255,255,255,0.5);
	color: #333;
	padding-top: 22px;
	box-sizing: border-box;
	letter-spacing: 0.08rem;
	border: 1px solid #777;
}
#foot #pagetop a:before {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    content: "";
    border-width: 0 5px 6px 5px;
    border-style: solid;
    border-color: transparent transparent rgba(92, 92, 92, 0.652) transparent;
}
#foot .commonList {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#foot .commonList .commonList {
	padding: 0;
	margin: 0;
}

#foot .commonList li {
	line-height: 1rem;
	margin: 0 0 20px;
	padding: 0;
}
#foot .commonList li a {
	text-decoration: none;
	color: #0A7096;
}
#foot .commonList--circle li {
	list-style: none !important;
}
#foot .areaList__area {
	background: none;
	color: #0A7096;
	text-align: left;
	font-size: 12px;
}
#foot .areaList__prefecture ul li a {
	text-decoration: none;
	color: #0A7096;
	font-size: 12px;
}
@media screen and (max-width: 1140px) {
	#foot .cmslGrid{
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	#foot #pagetop{
	}
	.qj-articleCont {
		padding-bottom: 32px;
	}
	#foot {
		background: #eef0f5;
		padding: 0 20px;
	}
	#foot .cmslGrid {
		display: block;
		padding: 0;
	}
	#foot .cmslGrid__col--5,
	#foot .cmslGrid__col--7 {
		width: 100%;
	}
	#foot .areaList__area {
		width: 28%;
		padding-bottom: 15px;
		border-bottom: #BCC8E0 1px solid;
		margin-bottom: 15px;
	}
	#foot .areaList {
		padding-top: 15px;
	}
	#foot .areaList__prefecture {
		padding-bottom: 15px;
		border-bottom: #BCC8E0 1px solid;
		margin-bottom: 15px;
	}
	#foot .areaList__area:nth-of-type(8),
	#foot .areaList__prefecture:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	#foot .areaList__prefecture {
		width: 72%;
	}
	.areaList__area {
	}
	#foot .cmslGrid__col.menuList,
	#foot .foot_inline .foot_menu {
		display: block;
		width: 100%;
	}
	#foot .cmslBlock--2 .cmslBlock__ {
		width: 100%;
	}
	#foot .cmslGrid__col,
	.foot_menu {
		background: #fff;
		box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
/* 		border: 1px #CCD7DF solid; */
		border-radius: 5px;
		padding: 2px 16px;
		margin-bottom: 26px;
	}
	#foot .foot_inline .foot_menu {
		margin-top: 0;
		margin-bottom: 30px;
		max-width: none;
	}
	#foot .cmslGrid__col.menuList a,
	.foot_menu a {
		text-decoration: none;
		display: block;
		padding: 8px 0;
		line-height: 1rem;
		font-size: 12px;
		position: relative;
		color: #0A7096;
		border-bottom: 1px #CCD7DF solid;
	}
	#foot .cmslGrid__col.menuList a:after,
	.foot_menu a:after {
		content: " ";
		display: block;
		position: absolute;
		top:50%;
		right: 0;
		transform: translate(0,-50%);
	    margin-top: -3px;
	    width: 6px;
	    height: 6px;
	    border-top: 2px solid #BCC8E0;
	    border-right: 2px solid #BCC8E0;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	#foot .cmslGrid__col.menuList li:last-child a,
	.foot_menu li:last-child a {
		border-bottom: none;
	}
	#foot .cmslGrid__col.menuList .sp_border-bottom li:last-child a {
		border-bottom: #BCC8E0 1px solid;
	}
	#foot .commonList li {
		margin-bottom: 0;
	}
	#foot .copyright {
		padding-bottom: 20px;
	}
	.contents_s .contents_box {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	#foot {
		padding: 0 15px 50px 15px;
	}
}
/* テーブル
----------------------------------------------- */

.contents_m table{
	width:100%;
}


_:-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{
	color:#003860;
	font-size:18px;
	padding-bottom: 20px;
	font-weight: bold;
}
.contents_m table .hint{
	display: block;
	margin: 7px 0;
}

.contents_m table th{
	font-weight: bold;
	font-size: 13px;
	padding-right: 15px;
}
.contents_m table tr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.contents_m table td{
	padding: 0 0 10px 0;
}

.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 10px 10px 0;
	color: #297CA6;
}

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

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

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

.contents_m .register-form td .label2 label{
	margin:0 10px 10px 0;
	color: #297CA6;
}

.contents_m .register-form td .label2 label:nth-child(11){
	width: 100%;
	margin-bottom:10px;
}

.contents_m .register-form td .label2 label:nth-child(11):after{
	content: "";
	width: 100%;
	display:block;
	height:1px;
	left:10px;
	background-color: #b6b6b6;
	margin-top: 10px;
}

.contents_m .register-form td .label2 label:nth-child(12),.contents_m .register-form td .label2 label:nth-child(13){
	color: #f13d7a;
	font-size: 14px;
	font-weight: bold;
}

.contents_m .register-form .mid td .label2 label{
	display: none;

}

.contents_m .register-form .mid td .label2 label:nth-child(1),
.contents_m .register-form .mid td .label2 label:nth-child(2),
.contents_m .register-form .mid td .label2 label:nth-child(3),
.contents_m .register-form .mid td .label2 label:nth-child(4){
	display: block;
}

.cuser .main{
	border: 1px solid #BCC8E0;
    background: #fff;
    box-shadow: 0px 0px 3px 0 rgba(0,0,0,.1);
    border-radius: 3px;
    padding: 20px 15px 30px;
    margin-bottom: 20px;
}
.cuser .contents_m table{
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

input[type=checkbox]{
	vertical-align:middle;
	margin-right:5px;
	cursor:pointer;
	margin-top:2px;
	margin-bottom:2px;
}
@media screen and (max-width: 680px) {
	.contents_m table td .label3 label{
		width: 45%;
	}
	.contents_m table td .label2 label{ /*label 2列*/
	width:47%;
	}
}
@media screen and (max-width: 480px) {
	.contents_m table td .label3 label{
		width: 100%;
	}
	.contents_m table td .label2 label{ /*label 2列*/
	width: 100%;
	}
}


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

.contents_m .search_table input[type="text"],
.contents_m .form_table input[type="text"],
.contents_m .form_table input[type="password"],
.contents_m .form_table textarea {
	max-width:247px;
	height: 40px;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #0A7096;
}
.contents_m .form_table textarea{
	line-height: 1.7;
}
.contents_m .login_table input[type="text"],
.contents_m .login_table input[type="password"],
.contents_m .login_table2 input[type="text"],
.contents_m .login_table2 input[type="password"] {
	max-width: 100%;
	height: 40px;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #0A7096;
}
@media screen and (max-width: 480px) {
	.contents_m .login_table input[type="text"],
	.contents_m .login_table input[type="password"],
	.contents_m .login_table2 input[type="text"],
	.contents_m .login_table2 input[type="password"] {
		max-width: none;
		width: 100%;
		margin-bottom: 10px;
	}
}
.contents_m .form_table table:not(:last-of-type){
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.contents_m .form_table input[type="text"] {
	max-width: 380px;
	min-width: 50px;
}
.contents_m .form_table textarea {
	max-width: none;
	width: 100%;
	height: auto;
}
.contents_m .search_table input[type="radio"] {
	border: solid 1px #0A7096;
	box-shadow: none;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.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 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 .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 th .requisite{
	border:1px solid #ff7272;
	background-color:#FFF;
	font-weight:normal;
	font-size:10px;
	color:#F33;
	padding:1px 2px;
	margin-left:8px;
}

.contents_m .form_table td .hint{
	color:#666;
	display:block;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}
.contents_m .form_table td .hint:first-of-type{
	margin-top: 7px;
}
.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{ /*個別*/
	color:#FF0000;
	margin-top:15px;
}

.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{
	outline: none;
}

.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）
----------------------------------------------- */
@media screen and (max-width: 680px) {
	.contents_m .login_table tr,
	.contents_m .login_table2 tr {
		display: block;
		margin-bottom: 0;
	}
	.contents_m .login_table td,
	.contents_m .login_table2 td {
		display: block;
	}
	.contents_m .login_table input,
	.contents_m .login_table2 input{
		width: auto;
	}
}
/* ボタン
----------------------------------------------- */

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

.contents_m .button input{
	margin:0 10px 0 0;
	cursor: pointer;
	transition: 0.2s ease;
}
.contents_m .button input:hover{
	opacity: 0.5;
}

/* 画面メッセージ
----------------------------------------------- */

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

/* ページャー
----------------------------------------------- */
.contents_m .search_page ul li a{
	background:#FFF;
	border-radius:2px;
}

.contents_m .search_page{
	margin:20px 0;
}

.contents_m .search_page p{
	text-align: center;
	color: #003860;
	font-size: 12px;
}
.contents_m .search_page p span{
	font-size:16px;
	font-weight:bold;
}

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

.contents_m .search_page ul li{
	line-height:100%;
	display:inline-block;
	margin: 0 5px;
}

.contents_m .search_page ul li.focus{
	background-color:#999;
	border:1px solid #8E8E8E;
	color:#FFF;
	font-weight:bold;
	padding:6px 8px 4px 8px;
	border-radius: 3px;
	font-size: 15px;
	display:inline-block;
}
.contents_m .search_page ul li a{
	padding:8px 8px 6px 8px;
	border:1px solid #297CA6;
	background: #fff;
	text-decoration:none;
	display:inline-block;
	font-size: 14px;
	color: #297CA6;
	border-radius: 3px;
}

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

@media screen and (max-width: 480px) {
	.contents_m .search_page ul{
		text-align: center;
	}
	.contents_m .search_page ul li{
		margin: 0 7px 0 0;
	}
	.contents_m .search_page ul li:lat-of-type{
		margin: 0;
	}
	.contents_m .search_page ul li a,
	.contents_m .search_page ul li.focus{
		font-size: 10px;
		padding: 7px 10px;
		margin-bottom: 7px;
	}
}

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

.contents_m ul.sub_menu li a:hover{
/* 	background-color:#111; */
}

.cuser .contents_m ul.sub_menu li a{
	background: #0A7096;
	box-shadow: 0px 3px 0px 0px #07516D;
}

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

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

@media screen and (max-width: 480px) {
	.contents_m ul.sub_menu li a,
	.contents_m ul.sub_menu li.back a{
		padding: 4px 8px;
	}
	.nuser .contents_m ul.sub_menu{
		text-align: center;
		width: 100%;
	}
	.nuser .contents_m ul.sub_menu li{
		width: 100%;
		margin-left: 0;
	}
	.nuser .contents_m ul.sub_menu li a{
		padding: 10px;
		width: 100%;
		font-size: 14px;
	}
}

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

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


/* ニュース
----------------------------------------------- */
@media screen and (min-width: 481px) {
	/*.contents_m .news .body ul.news_list li:after{
		content:'';
		display:block;
		clear:both;
		height:0;
	}*/

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

	.contents_m .news .body ul.news_list li p{
		margin-left:85px;
	}
}
/*
.page_news .contents_inline,
.page_registration .contents_inline,
.page_inquiry .contents_inline,
.page_lower .contents_inline {
	max-width: 980px;
*/
}

.page_news .contents_m .news .body ul.news_list li span {
	color: #8E8E8E;
}
.page_news .contents_box,
.page_news.detail .contents_m .main,
.page_registration .contents_box,
.page_inquiry .main,
.login_table,
form#resetter,
.page_article .contents_box,
.page_interview.list .contents_m .contents_box,
.login_table2,
.contents_m--recruitment_information .main,
.contents_whiteFrame{
	border-radius: 3px;
    border: 1px solid #BCC8E0;
    background: #fff;
    box-shadow: 0px 0px 3px 0 rgba(0,0,0,.1);
    border-radius: 3px;
    padding: 30px 15px 30px;
    margin-bottom: 20px;
}
.page_interview .contents_m .contents_box {
	padding-bottom: 20px;
}
.page_news .contents_box ul.news_list {
	padding: 0;
}
.page_news .contents_box ul.news_list li {
	border-bottom: 1px solid #BCDAE0;
    padding-bottom: 15px;
    display: block;
    padding-top:15px;
}
.page_news .contents_box ul.news_list li p {
    position: relative;
    padding-right: 20px;
}
.page_news .contents_box ul.news_list li p:after {
	content: ' ';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #BCC8E0;
    border-right: 2px solid #BCC8E0;
    transform: rotate(45deg) translate(0,-50%);
}
.page_news .contents_box ul.news_list li a {
	font-size: 14px;
    color: #0A7096;
    font-weight: bold;
    text-decoration: none;
}
@media screen and (max-width: 480px) {
	.page_news .contents_inline,
	.page_history .contents_inline,
	.page_registration .contents_inline,
	.page_inquiry .contents_inline,
	.page_lower .contents_inline,
	.page_clip .contents_inline,
	.page_article .contents_inline,
	.page_interview .contents_inline {
		padding: 20px 15px 0;
	}
	.page_interview .contents_m > .description {
		margin: 0;
	}
	.page_news .contents_m .news .body ul.list li span {
		display: block;
		margin-bottom: 8px;
		color: #8E8E8E;
	}
}
/* ニュース本文
----------------------------------------------- */
.page_news.detail .contents_m .date {
	display: block;
	text-align: right;
    font-size: 12px;
    color: #707070;
    margin-bottom: 10px;
}
.page_news.detail .contents_m .main .news_text p {
	font-size: 14px;
	line-height: 1.4rem;
}
@media screen and (max-width: 480px) {
	.page_news.detail .contents_m > h2:first-child {
		margin-bottom: 10px;
	}
	.page_news.detail .contents_m .date {
		font-size: 10px;
	}
}
/* ページ本文
----------------------------------------------- */
.nobody .contents_m .page_text{
	padding: 40px;
	background: #FFF;
	font-size: 13px;
	line-height: 1.6em;
	border: 1px solid #BCC8E0;
    box-shadow: 0px 0px 3px 0 rgba(0,0,0,.1);
    border-radius: 3px;
}
#job_special{
	margin-top: 20px;
}

.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;
}
@media screen and (max-width: 480px) {
	.contents_m .page_text{
		padding: 0px;
	}
}
/* 求人情報(embed)
----------------------------------------------- */

.contents_m .embed_job{
}
.contents_m .embed_job .body .item_list{
	margin:0;
	display:flex;
	flex-wrap:wrap;
}

.contents_m .embed_job .body .item_list > li {
	margin:0;
	width:20%;
	box-sizing:border-box;
}

.contents_m .embed_job .body .item_list .joblist_chara li:nth-of-type(n+4){
	display: none;
}

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

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

.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 .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;
}
.contents_m .embed_job .body h4 a,
.contents_m .embed_job .body h3 a{
	text-decoration: none;
	font-weight: bold;
	color: #252525;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	line-height: 1.4rem;
	display: block;
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	-ms-line-clamp: 2;
	overflow: hidden;
}
.contents_m .embed_job .body h4 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 .embed_job.embed_feature ul a {
	display: block;
}
.contents_m .embed_job.embed_feature ul a img {
	width: 100%;
	height: auto;
}
.contents_m .embed_coulmn .interview_list_embed li p.cate,
.contents_m .embed_coulmn .interview_list_embed li p.text {
	display: none;
}
.contents_m .embed_job .companyName {
	margin-bottom: 8px;
	font-size: 10px;
	display: block;
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-o-line-clamp: 1;
	-ms-line-clamp: 1;
	overflow: hidden;
}
@media screen and (max-width: 680px) {
	.contents_m .embed_job .body .img{
		height: 200px;
		text-align: center;
		background: #DCDFEF;
	}
	.contents_m .embed_job .body .img img{
		height: 100%;
		width: auto;
	}

}

/* おすすめ求人一覧
----------------------------------------------- */
.contents_m .embed_job.pickup{
	padding-top: 0;
}
#contents .contents_m .embed_job.pickup_job{
	border: none;
	border-radius: 0;
	padding: 20px;
	box-shadow: none;
	border-radius: 12px;
	margin-bottom: 20px;
}

#contents .contents_m .embed_job.pickup .list_table .item_list > li,
#contents .contents_m .embed_job.pickup_job .list_table .item_list > li {
	margin-bottom: 15px;
}
.contents_m .embed_job.pickup .body h3,
.contents_m .embed_job.pickup .body h3 a {
	color: #333;
}
@media screen and (max-width: 680px) {
	#contents .contents_m .embed_job.pickup .list_table .item_list > li{
		margin-bottom: 30px;
	}
}
/* 新着求人一覧
----------------------------------------------- */

.contents_m .embed_job.new{}

/* slider */
.contents_m .top_sliderList {
}
.contents_m .top_sliderList .item_list li{
}
.contents_m .top_sliderList .item_list .img{
	height: auto;
}
.contents_m .top_sliderList .item_list .img img{
	width:100%;
	height:auto;
}
.top_sliderList .more{
	margin-top: 15px;
}
.contents_m .top_sliderList .slick-slide{
	width:220px;
	overflow: hidden;
	margin-right: 15px;
}
.slick-initialized {

}
.slick-initialized .slick-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slick-initialized .slick-arrow::before {
	content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 14px;
    transform: rotate(45deg);
}
.slick-initialized .slick-next {
	right: 0;
}
.slick-initialized .slick-prev {
	left: 0;
}
.slick-initialized .slick-next::before {
	left: 12px;
}
.slick-initialized .slick-prev::before {
	border-width: 0 0 3px 3px;
	left: 15px;
}

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

.contents_m .embed_job.limits{}


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

.contents_m .embed_job.cuser_job {

}
.contents_m .embed_job.cuser_job .body li,
.contents_m .embed_job .top_newJobList h3.title {
	padding: 0;
	position: relative;
	padding-right: 20px;
	margin-bottom: 15px;
}
.contents_m .embed_job.cuser_job li:nth-child(n + 4) {
	display: none;
}
.contents_box .interview_list_embed > li .title {
	position: relative;
	padding-right: 20px;
}
.contents_m .embed_job.cuser_job .body li:after,
.contents_m .embed_job .top_newJobList h3.title:after,
.siteTop .contents_box .interview_list_embed > li .title:after {
	content: ' ';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #BCC8E0;
    border-right: 2px solid #BCC8E0;
    transform: rotate(45deg) translate(0,-50%);
}
.contents_m .embed_job.cuser_job .body li img {
	display: none;
}
.contents_m .embed_job.cuser_job .body .cate,
.contents_m .embed_job .top_newJobList .cate {
	font-size: 10px;
	display: inline-block;
	margin-bottom: 8px;
	color: #8E8E8E;
}
.contents_m .embed_job.cuser_job .body .cate .type,
.contents_m .embed_job .top_newJobList .cate .type {
	border: 1px solid #003860;
	padding: 1px 5px;
	border-radius: 2px;
	color: #003860;
	display: inline-block;
	white-space: nowrap;
	margin-right: 6px;
	border-radius: 3px;
}

@media screen and (min-width: 481px) {
	.contents_m .embed_job.cuser_job .body ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.contents_m .embed_job.cuser_job .body > ul > li,
	.siteTop .contents_m .embed_coulmn .body > ul > li {
		width: calc((100% - 40px)/3);
		margin-right: 20px;
	}
	.contents_m .embed_job.cuser_job .body > ul > li:nth-child(3n),
	.siteTop .contents_m .embed_coulmn .body > ul > li:nth-child(3n) {
		margin-right: 0;
	}
	.siteTop .contents_m .embed_job .top_newJobList h3.title,
	.siteTop .contents_m .embed_job .top_newJobList .item_list .jobList_detailList tr {
		margin-bottom: 0;
	}
	.contents_s .history .item_list .jobList_detailList tr {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.contents_m .embed_job.cuser_job .body li {
		padding-bottom: 12px;
		margin-bottom: 14px;
		border-bottom: 1px solid #D9D9D9;
	}
	.contents_m .embed_job.cuser_job .body li:nth-child(3n) {
		border-bottom: none;
		padding-bottom: 0;
	}
	.contents_m .embed_job.cuser_job .body h4 {
		margin-bottom: 0;
	}
	.contents_m .embed_job.cuser_job .item_list .jobList_detailList tr {
		margin-bottom: 0;
	}
	.contents_m .embed_job .top_newJobList h3.title {
		margin-bottom: 0;
	}
	.contents_m .embed_job .top_newJobList > ul > li {
		position: relative;
	}
	.contents_m .embed_job .top_newJobList > ul > li:after {
		content: ' ';
	    display: block;
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    width: 6px;
	    height: 6px;
	    border-top: 2px solid #BCC8E0;
	    border-right: 2px solid #BCC8E0;
	    transform: rotate(45deg) translate(0,-50%);
	}
	.contents_m .embed_job .top_newJobList h3.title:after {
		display: none;
	}

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

.contents_m .embed_job.alike_job{}

.contents_m .embed_job.alike_job .body .item_list > li {
    background: #FFF;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 12px;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
 }
@media screen and (max-width: 480px) {
	.contents_m .embed_job.alike_job > h3 {
		padding-bottom: 10px;
	}
	.contents_m .embed_job.alike_job .body .item_list > li {
	}
	.contents_m .embed_job.alike_job .body .item_list > li:nth-child(3) {
		margin-bottom: 0;
	}
}
/* 県内のおすすめ求人(企業詳細ページ下部)
----------------------------------------------- */

.contents_m .embed_job.area_job{}


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

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

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

.contents_m .embed_user .body .img{
}

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

.contents_m .embed_user .body .cate{}

.contents_m .embed_user .body h3{}

.contents_m .embed_user .body h3 a{}

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

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

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

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

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

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


/* メイン：勤務形態から探す
----------------------------------------------- */

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

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


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

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

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


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

.contents_m .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 a,
.areaType .body .prefectures > ul > li a {
    text-decoration: none;
    color: #0A7096;
    font-size: 11px;
}
.areaType .body .foreign > ul > li a svg,
.areaType .body .prefectures > ul > li a svg {
	margin-right: 4px;
}
.areaType .body .foreign > ul > li > .area_name,
.areaType .body .prefectures > ul > li > .area_name{
	border:none;
	margin:0;
	padding:5px 0;
	width:110px;
	font-weight: bold;
}
.areaType .body .foreign .map_area > ul li,
.areaType .body .prefectures .map_area > ul li {
	margin-left: 30px;
	margin-bottom: 5px;
}

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


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

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

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

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

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

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

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

.contents_m .sort{
	margin:15px 0;
}
.contents_m .sort dl{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.contents_m .sort dt{
	display:none;
}
.contents_m .sort dd{
	display:block;
	width: 23%;
}
.contents_m .sort dd a{
	display:block;
	padding:11px 10px 9px;
	border: #297CA6 1px solid;
	border-radius: 2px;
	color: #297CA6;
	font-size: 15px;
	background: #fff;
	text-decoration: none;
}
.contents_m .sort dd a.active{
	background: #999;
	color: #fff;
	position: relative;
	border:none;
}
.contents_m .sort dd a.active:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%,0);
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
}
/*
.contents_m .sort dd + dd{
	display:inline-block;
	border-left:0;
}
*/

.contents_m .sort dl + dl{
	display: none;
}
@media screen and (max-width: 480px) {
	.contents_m .sort dd a {
		font-size: 12px;
	    padding: 5px 10px;
	}
}
/*----------------------------------------------------------------【求人検索結果】*/

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

.contents_m .top_search.contents_box{
	background: #B9DEEF;
	border-radius: 3px;
	border: 1px solid #CCD7DF;
	padding: 20px;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
}
#search_form_mini select,
#search_form select,
.page_inquiry select {
	border: solid 1px #BFBFBF;
	border-radius: 50px;
    font-size: 14px;
    color: #606060;
	padding: 10px;
	height: 40px;
	margin-right: 15px;
	background: #fff;
	position: relative;
}

/* #top #search_form_mini .formGrid div:first-child div{
	padding-right: 0;
	padding-left: 0;
} */

#top #search_form_mini .formGrid div:nth-child(3) div{
	padding-left: 0;
	padding-right: 10px;
} 
#top #search_form_mini .formGrid div:nth-child(7){
	padding-right: 0;
} 
#top #search_form_mini .cmn-stylishSelect{
	min-width: auto;
}
@media screen and (max-width: 480px) {
	#search_form_mini select,
	#search_form select,
	.page_inquiry select {
	width: 100%;
    margin: 0;
	}
	#top #search_form_mini .formGrid{
		flex-wrap: nowrap;
	}
	#top .easySearchForm{
		margin-bottom: 0px;
	}
	#top .cmn-stylishBtn{
		min-width: 60px;
	}

}

/*
#search_form .selector {
	position: relative;
}
#search_form .selector:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    content: " ";
    border-width: 6px 4px 0 4px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    display: block;
}
*/
/*
#search_form tr.location td > label {
	position: relative;
	display: block;
	padding-left: 22px;
}
#search_form tr.location td > label:after,
#search_form tr.location td > label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	transform: translate(0,-50%);
}
#search_form tr.location td > label:after {
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #0A7096;
	border-radius: 100%;
	background: #fff;
}
#search_form tr.location td > label:before {
	top: 50%;
	left: 5px;
	width: 8px;
	height: 8px;
	background: #0A7096;
	opacity: 0;
	border-radius: 100%;
	z-index: 1;
}
#search_form tr.location td > label:before (> #search_form tr.location td > label input[type=radio]:checked) {
	opacity: 1;
}
#search_form tr.location td > label input {
	display: none;
}
*/
#search_form #stn select {
	 width: 180px;
}
select:focus {
	outline: none;
}

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

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

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

.contents_m .top_search .search_table table{
	margin:0;
	table-layout: fixed;
}
.contents_m .top_search .audition-search th{
	width: 110px;
}
.contents_m .top_search .audition-search th,
.contents_m .top_search .audition-search td{

}
.contents_m .top_search .search_table .addition_ui{
}

.contents_m .top_search .search_table .addition_ui a{
}

.search_table .location td label {
	width: 80px;
}
.search_table .location td #japan {
	width: 270px;
}
.search_table .location td #japan select[name="work_place_add_sub"] {
	margin-right: 0px;
}

.search_table table th,
.page_registration .contents_m .form_table th {
	color: #003860;
	font-size: 13px;
}

#search_form tr.checklist_cont td > div {
	display: flex;
	vertical-align: middle;
	flex-wrap: wrap;
}
/*#search_form table .checklist_cont td > div label {
	width: auto;
	margin-right: 15px;
}*/
.contents_m .top_search .search_table .addition_ui a {
	color: #297CA6;
	display: block;
	position: relative;
	padding-left: 20px;
	margin-top: 8px;
}
.contents_m .top_search .search_table .plus.addition_ui a {
	margin-top: 0;
}
.contents_m .top_search .search_table .addition_ui a:before {
	content: "";
    position: absolute;
    display: inline-block;
    top: 40%;
    left: 3px;
    width: 2px;
    height: 14px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #0A7096;
    transform: rotate(45deg) translate(0,-50%);
}
.contents_m .top_search .search_table .addition_ui a:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 40%;
    left: 13px;
    width: 2px;
    height: 14px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #0A7096;
    transform: rotate(-45deg) translate(0,-50%);
}
.contents_m .top_search .search_table .plus.addition_ui a:before,
.contents_m .top_search .search_table .plus.addition_ui a:after {
	display: none;
}
.search_table tr.salary td {
	display: flex;
	width: 280px;
}
.search_table tr.salary #salary_month_disp select {
	margin-right: 6px;
}
.top_search a.form_accordion {
	max-width: 100%;
	padding: 18px;
	font-size: 16px;
}
.top_search a.form_accordion:after {
    content: " ";
    display: block;
    right: 18px;
    top: 50%;
    margin-top: -8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0a7096;
    border-right: 2px solid #0a7096;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
}
.top_search a.form_accordion.open {
	margin-bottom: 20px;
}
.top_search a.form_accordion.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;

}
.top_search a.form_accordion svg {
	margin-right: 8px;
}
.top_search #search_form {
	display: none;
}
#search_form table tr.recommend td label{
	color: #297CA6;
}
.search_table table th {
	vertical-align: text-top;
}
#search_form table .checklist_cont th {
	padding-top: 5px;
}
#search_form table tr.recommend td {
}
#search_form table tr.audition{
	margin-bottom: 0;
}
#search_form table tr.audition td {
	padding-bottom: 0;
}
#search_form #stn select:not(:last-of-type) {
	margin-bottom: 10px;
}
/*.page_registration.validityMail .form_table table tbody {
	display: block;
	margin: 10px auto -10px;
}*/
.page_registration .contents_box .form_table .adress td div {
	margin-bottom: 15px;
}
.contents_m #search_form .button input[type="submit"] {
	margin-right: 0;
}
@media screen and (min-width: 481px) {
	.search_table .location td {
		width: 390px;
		display: flex;
		align-items: center;
	}
/*	.page_registration .contents_m .form_table tr {
		display: flex;
		justify-content: flex-start;
	}*/
/*	.page_registration .contents_m .form_table th {
		display: block;
		width: 220px !important;
		padding-top: 10px;
	}*/
/*	.page_registration .contents_m .form_table th.pt0,
	.page_registration .contents_m .form_table .dm th {
		padding-top: 0;
	}*/
/*	.page_registration .contents_m .form_table td {
		display: block;
		width: calc(100% - 200px);
	}*/
/*	.page_registration.validityMail .contents_m .form_table th {
		width: 150px !important;
	}*/
/*	.page_registration.validityMail .contents_m .form_table td {
		width: calc(100% - 150px);
	}*/
}
@media screen and (max-width: 480px) {
	.top_search a.form_accordion {
		padding: 10px;
	}
	.contents_m .search_table input[type="text"]{
		max-width: 100%;
	}
	.search_table .location td label {
		display: inline-block;
		margin-bottom: 15px;
	}
	.search_table table .location th {
		padding-top: 0;
	}
	.search_table .location td label {
		padding-left: 20px;
		position: relative;
	}
	.search_table input[type="radio"] {
		position: absolute;
		left: 0;
	}
	#search_form #stn select {
		width: 100%;
		margin-right: 0;
	}
	.search_table #stn select[name="traffic_station"] {
		margin-bottom: 0;
	}
	.search_table table .location .location_selectboxCont > div label {
		width: 100%;
		display: flex !important;
		justify-content: space-between;
		padding-left: 0;
	}
	.search_table .location td #japan {
		width: 100%;
	}
	.search_table .location td #japan select {
		width: calc(50% - 10px);
		margin-right: 0px;
	}
	.search_table .location td #japan select[name="work_place_adds"] {
		margin-right: 10px;
	}
	.search_table table .location .location_selectboxCont > label {
		display: inline-block;
	}
	.search_table tr.salary td {
	    width: calc(70% - 10px);
		display: block;
	}
	.search_table tr.salary select[name="salary_type"] {
		margin-bottom: 10px;
		display: block;
	}
	.search_table tr.salary #salary_month_disp {
		display: block;
	}
	.contents_m .top_search .button {
		margin-top: 20px;
	}
	.contents_m .list .job_container .button {
		display: flex;
		justify-content: space-between;
	}
	.contents_m .list .job_container .button:after {
		display: none;
	}
	.searchResult .job_container .button a {
		margin: 0;
		width: 48.5%;
		font-size: 14px;
	}
	.contents_m .list .job_container p.limits {
		font-size: 14px !important;
	}
	#search_form tr.checklist_cont td > div {
		display: block;
		margin-bottom: 10px;
	}
	.contents_m .top_search .search_table .addition_ui .label3,
	#search_form table td > div label {
		display: block;
	}
/*	.page_registration .contents_m .form_table th {
		display: block;
		margin-bottom: 10px;
	}*/
/*	.page_registration .contents_m .form_table td {
		display: block;
	}*/
}
/* 求人情報
----------------------------------------------- */

.job_container{
	background:#FFF;
	border:1px solid #9ACCE3;
	padding:15px;
	border-radius: 3px;
}

.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{
	border:1px solid #ccc;
	padding:2px;
}

.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 a {
	color: #0A7096;
}
.job_container .jobtext .icon{
	overflow:hidden;
	margin:0;
	padding:0;
}

.job_container .jobtext .icon li{
	float:left;
	margin:0 5px 5px 0;
	white-space:nowrap;
}
.joblist_chara.icon {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 4px;
}
.joblist_chara.icon li {
	display: block;
}
.joblist_chara.icon li:not(:last-child){
	margin-right: 7px;
	margin-bottom: 7px;
}
.joblist_chara.icon li a {
	display: block;
	background: #fff;
    border: 1px solid #6688B5;
    color: #6688B5;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.7rem;
}
.job_container .jobtext .icon li a {
	display:block;
	background: #fff;
    border: 1px solid #6688B5;
    color: #6688B5;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
}

.job_container .jobtext p{
	line-height:1.5;
	margin:0 0 10px;
	font-size: 12px;
	color: #707070;
}

.job_container .box{
	overflow:hidden;
}

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

.job_container .button a,
.btn_entry,
.btn_clip,
.page_registration .button button,
.page_registration.comp .contents_m ul .login,
.page_inquiry .button input,
.page_article .contents_m .btn_more,
.page_interview.detail .contents_m .cuser_container .button a {
	display:inline-block;
	width:220px;
	text-decoration:none;
	background: #579BF8;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border:none;
    padding: 11px;
    border-radius: 50px;
    text-align: center;
}
.btn_entry.not{
	background: #777;
    box-shadow: 0px 3px 0px 0px #555;
    border: 1px solid #555;
}
.page_registration.comp .contents_m ul .login,
.page_article .contents_m .btn_more {
	display: block;
	margin: 0 auto 20px;
	width: 240px;
	max-width: 240px;
}
.page_article .contents_m .btn_more {
	margin-bottom: 0;
}
.page_article .contents_m .btn_more svg {
	margin-right: 6px;
}
.contents_m .embed_job .embedOther_button {
	margin-top: 10px;
}
.contents_m .embed_job .embedOther_button .btn_entry,
.contents_m .embed_job .embedOther_button .btn_clip {
	display: block;
	margin: 0 0 10px;
	padding: 10px;
	font-size: 13px;
	width: 100%;
}
.contents_m .embed_job .embedOther_button .btn_entry {
	margin-bottom: 0;
}
.job_container .button .btn_clip,
.contents_m .embed_job .embedOther_button .btn_clip {
	background-color: #F78F9B;
}
.job_container .button .not,
.page_registration .button input[name="back"],
.page_inquiry .button input[name="back"],
#search_subFoot li:first-child .btn_clip.not,
.contents_m .embed_job .embedOther_button .btn_clip.not {
	background: #777;
    border: 1px solid #555;
    color: #fff;
}
.page_inquiry .button input[name="back"] {
	margin-bottom: 15px;
}
.page_inquiry .button input[name="back"]:after {
	display: none;
}
.job_container .button .btn_inquiry {
	background: #fff;
	color: #297CA6;
	border: 1px solid #297CA6;
    margin-left: 2%;
}
.job_container .button a:hover{
/* 	background-color:#333; */
}

.job_container .item_img{
	margin:15px 0;
	display:flex;
}
.job_container .btn_nextlink {
    padding: 18px;
    display: block;
    width: 300px;
    background: #fff;
    color: #297CA6;
    border: 1px solid #297CA6;
    box-shadow: 0px 3px 0px 0px #297CA6;
    margin: 15px auto 3px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.job_container .item_img li{
}

.job_container .item_img li+li{
}

.job_container .item_img li p.img{
	height:auto;
	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 .info_table {
	margin-bottom: 10px;
}
.job_container .info_table tr{
	margin-bottom: 10px;
}
.contents_m .job_container .photo {
	width: 100%;
	padding: 0;
	border: none;
}
.contents_m .job_container .photo img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}
.job_container .info_table.ordition tr {
	padding-bottom: 4px;
}
.job_container .info_table table th {
	padding: 0;
	width: 140px;
	vertical-align: top;
	font-size: 15px;
}
.job_container .info_table table th svg {
	width: 20px;
	margin-right: 4px;
}
.job_container .info_table table td {
	padding: 0;
	font-size: 14px;
	display: block;
 	width: 100%;
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-o-line-clamp: 1;
	-ms-line-clamp: 1;
	overflow: hidden;
}
.job_container .info_table.ordition {
	background: #eee;
	padding: 15px 15px 5px 15px;
	margin-bottom: 20px;
}
.page_inquiry .contents_m table td input[name="zip1"]{
	width: 80px;
}
.page_inquiry .contents_m table td input[name="zip2"]{
	width: 120px;
}
.page_article.detail .contents_s .contents_box.same .view-articleCardThumb.view-articleCardThumb--list {
	display: block !important;
}
.job_container .info_table.ordition table td{
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	-ms-line-clamp: 3;
	overflow: hidden;
}
@media screen and (min-width: 481px) {
	.job_container .box{
		display: flex;
		justify-content: space-between;
	}
	.contents_m .job_container .photo {
		width: 310px;

	}
	.contents_m .list .job_container .photo + .jobtext {
		width: calc(100% - 330px);
	}
	.job_container .info_table.ordition table tr {
		display: flex;
	}
	.job_container .info_table.ordition table th {
		display: block;
		width: 185px;
	}
	.job_container .info_table.ordition table td {
		width: calc(100% - 170px);
	}
	.contents_m .list .job_container table {
		margin-bottom: 0;
	}

}
@media screen and (max-width: 680px) {
	.job_container .info_table table td{
		width: 100%;
	}
	.contents_m .embed_job .embedOther_button {
		display: flex;
		justify-content: space-between;
		gap: 10px;
		align-items: center;
	}
	.contents_m .embed_job .embedOther_button .btn_clip{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.job_container .jobtext .icon li a,
	.joblist_chara.icon li a {
		font-size: 10px;
	    padding: 0 4px;
	    line-height: 1.2rem;
/* 	    margin-bottom: 6px; */
	}
	.job_container .jobtext .icon li a {
	    margin-bottom: 0;
	}
	.job_container .jobtext p{
		font-size: 14px;
	}
	.job_container .jobtext #bxslider p{
		font-size: 12px;
	}
	.job_container .info_table table tr {
		display: block;
		margin-bottom: 0px;
	}
	.page_jobDetail .contents_m .job_detail .info_table {
		padding-top: 20px;
	}
	.page_jobDetail .job_container .date.strong {
		font-size: 14px;
	}
	.page_jobDetail .contents_m .job_detail .info_table th {
		width: auto;
		margin-bottom: 4px !important;
	}
	.job_container .info_table table th {
		font-size: 12px;
		width: 100%;
	}
	.page_jobDetail .job_container .info_table table th {
		font-size: 14px;
	}
	.job_container .info_table table td {
		font-size: 12px;
	}
	.page_inquiry .contents_m table td .label3 label{ /*label 3列*/
		width:50%;
		margin-bottom: 10px;
	}
	.page_inquiry .contents_m table td input[name="zip1"]{
		width: 20%;
	}
	.page_inquiry .contents_m table td input[name="zip2"]{
		width: 24%;
	}
	.page_inquiry .contents_m table td input[name="name"],
	.page_inquiry .contents_m table td input[name="kana"],
	.page_inquiry .contents_m table td input[name="tel"],
	.page_inquiry .contents_m table td input[name="mobile_tel"],
	.page_inquiry .contents_m table td input[name="mobile_tel"]{
		width: 80%;
	}
	.job_container .button .btn_clip,
	.job_container .button a {
		font-size: 14px;
		padding: 11px;
		margin: 0;
		width: calc(50% - 8px);
	}
	.job_container .info_table {
		margin-bottom: 0;
	}
	.job_container .info_table.ordition {
		margin-bottom: 20px;
	}
	.job_container .jobtext .date {
		color: #707070;
		font-size: 10px;
	}
	.page_article .contents_m .btn_more {
		font-size: 14px;
		padding: 11px;
		width: 100%;
		max-width: none;
	}
	.job_container .info_table.ordition tr {
		display: block;
	}
	.job_container .info_table.ordition tr th,
	.job_container .info_table.ordition tr td {
		width: 100%;
		margin-bottom: 4px;
	}
	.job_container .info_table.ordition tr td {
		margin-bottom: 0;
	}
	.page_jobDetail .contents_s .contents_box.history,
	.page_jobDetail .contents_s .contents_box.occupation,
	.page_jobDetail .contents_s .contents_box.location,
	.page_jobDetail .contents_s .contents_box.type,
	.page_jobDetail .contents_s .contents_box.chara,
	.page_jobDetail .contents_s .newsCont,
	#foot_jobDetail .foot_inline .menuList,
	#foot_jobDetail .foot_inline .menuList + .cmslGrid__col--7{
		display: none;
	}
	.nobody #foot_jobDetail .foot_inline .cmslGrid--separate .menuList {
		display: none;
	}
	.nobody #foot_jobDetail .foot_inline .menuList {
		display: block;
	}
	.page_inquiry .contents_m table {
		margin-bottom: 0;
	}
	.page_registration.validityMail .button button {
		font-size: 14px;
		width: 100%;
		padding: 9px;
		margin: 0;
	}
}
@media screen and (max-width: 320px) {
	.job_container .button .btn_clip,
	.job_container .button a {
		font-size: 12px;
		padding: 9px;
	}
}

/* 求人リスト
----------------------------------------------- */
.contents_m .list {
	background:#FFF;
	margin:0 0 15px 0;
	padding:20px 15px;
	border-radius: 12px;
	box-shadow: 0 0 10px 0px rgba(59, 89, 124, 0.1);
}
.contents_m .list.list_pickup {
	position: relative;
}
.contents_m .list.list_pickup::before {
	content: "おすすめ";
	position: absolute;
	top: 10px;
	left: -24px;
	background: #f78f9b;
	color: #FFF;
	padding: 8px 4px;
	line-height: 1rem;
	font-size: 13px;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	border-radius: 12px 0 0 12px;
}

.contents_m .list .title{
	line-height:1.5;
	margin-bottom:10px;
}

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

.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: #f78f9b;
    color: #FFF;
    font-size: 13px;
    margin: 0;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 10px;
    margin-top: -3px;
    border-radius: 50px;
}

.contents_m .list .title h3 span.wanted{
	display: none!important;
	background-color:#0a7096;
	color:#FFF;
	font-size:10px;
	margin:0;
	font-weight:normal;
	display:inline-block;
	vertical-align:middle;
	padding:2px 6px 1px;
	margin-top: -3px;
}
.list .joblist_companyName {
	font-size: 12px;
	margin-bottom: 4px;
}

.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:#CD5148;
	margin:10px 0;
	font-size: 16px;
}

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

.contents_m .list .job_container .photo + .jobtext{
}

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

.contents_m .list .job_container table{
	margin:0;
	display: flex;
    flex-direction: column;
}

.contents_m .list .job_container .jobtext p{
	margin:0 0 10px;
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	-ms-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
}
.contents_m .list .job_container .jobtext .icon{
	margin:0;
}

@media screen and (max-width: 480px) {
	.contents_m .list.list_pickup::before {
		display: none;
	}
	.contents_m .list .job_container .button {
		margin: 0;
	}
	.contents_m .list {
	    padding: 15px 15px 20px;
	}
	.joblist_chara li:nth-of-type(n+8){
		display: none;
	}
}

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

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

.contents_m .job_detail h2.job_h2{
	font-size: 22px;
	margin-bottom: 10px;
}
.contents_m .job_detail h2.job_h2 br{
	display: none;
}
.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: #f88057;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 1rem;
    border-radius: 50px;
}
.contents_m .job_detail h2.job_h2 span.wanted{
	display: none!important;
	background:#0a7096;
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	display:inline-block;
	padding:4px 5px 2px;
	vertical-align:middle;
	line-height: 1rem;
}

.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;
}
.contents_m .job_detail #bxslider {
	margin-bottom: 40px;
}
.contents_m .job_detail .button {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	text-align: center;
}
.contents_m .job_detail .button:after {
	display: none;
}
.contents_m .job_detail .button a {
	width: 48.5%;
}
.contents_m .job_detail .button a {
	padding: 18px;
	margin-bottom: 20px;
}
.contents_m .button svg {
	margin-right: 8px;
}
.contents_m .job_detail .info_table {
	background: #fff;
	border-radius: 50px;
	padding: 20px;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.contents_m .job_detail .info_table th {
	display: block;
	color: #333;
	padding: 0;
	margin-bottom: 4px;
	margin-top: 15px;
}
.page_jobDetail .contents_m .job_detail .info_table th,
.page_article.detail .contents_m .articleDetail th {
	margin-top: 0;
	font-size: 16px;
	width: 100%;
	margin-bottom: 8px;
}
.page_jobDetail .job_container .info_table table tr{
	margin-bottom: 20px;
	display: block;
}
.page_jobDetail .job_container .info_table table caption{
	text-align: center;
}
.page_article.detail .contents_m .articleDetail tr {
	margin-bottom: 10px;
	display: block;
}
.page_article.detail .contents_m .articleDetail tr {
	margin-bottom: 30px;
}
.contents_m .job_detail .info_table td {
	display: block;
	color: #707070;
	padding: 0;
	margin-bottom: 15px;
}
.contents_m .job_detail .info_table table {
	margin-bottom: 0;
}
.job_container .date.strong {
	text-align: center;
	font-size: 16px;
	color: #f88057;
}
.page_jobDetail .contents_m .contents_box {
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.cUser_info .contents_m .contents_box {
    border-radius: 3px;
    border: 1px solid #BCC8E0;
    padding: 20px 15px;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.cUser_info .contents_m .embed_job .body .item_list > li {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #BCC8E0;
    padding: 20px 15px;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
}

.contents_m .embed_job.alike_job {
	border: none;
	box-shadow: none;
	padding: 0 !important;
	background: none;
}
.contents_m .embed_howtoApply {
	text-align: center;
}
.contents_m .embed_howtoApply h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
}
.contents_m .embed_howtoApply .body {
	color: #707070;
	text-align: left;
	display: inline-block;
}
.embed_howtoApply .btn_entry,
.page_interview.detail .contents_m .cuser_container .button a {
	display: block;
	margin: 20px auto 0;
	width: 100%;
	max-width: 320px;
	padding: 8px;
	text-align: center;
}
.btn_detail {
	display: block;
	margin: 20px auto 0;
	width: 100%;
	max-width: 320px;
	padding: 8px;
	text-align: center;
	text-decoration:none;
    font-size: 16px;
    font-weight: bold;
    border:none;
    border-radius: 50px;
    border: 1px solid #0A7096;
    color: #297CA6;
    background: #fff;
}
.page_interview.detail .contents_m .cuser_container .button a {
	padding: 12px;
}
.btn_entry svg,.btn_clip svg,.btn_detail svg {
	margin-right: 8px;
}
@media screen and (max-width: 480px) {
	.contents_m .job_detail .button {
		display: block;
	}
	.contents_m .job_detail .button a {
		width: 100%;
		display: block;
		margin-bottom: 15px;
		padding: 11px;
		margin-left: 0;
	}
	.page_jobDetail .contents_m .contents_box {
/*		margin-right: 10px;
		margin-left: 10px;
		padding: 20px 10px 15px;*/
	}
	.contents_m .embed_howtoApply {
		text-align: left;
	}
	#contents .contents_m .embed_job.pickup_job {
		margin-right: 0;
		margin-left: 0;
	}
	.contents_m .job_detail h2.job_h2 {
		font-size: 14px;
	}
	.page_article.detail .contents_m .job_detail h2.job_h2 {
		font-size: 16px;
	}
	.page_article.detail .contents_m .job_detail {
		padding: 0;
	}
	.contents_m .embed_howtoApply h4 {
		font-size: 14px;
	}
	.embed_howtoApply .btn_entry,
	.page_interview.detail .contents_m .cuser_container .button a {
		font-size: 14px;
		padding: 8px;
		max-width: none;
	}
	.page_jobDetail .contents_m .job_detail .info_table th,
	.page_article.detail .contents_m .articleDetail th {
		font-size: 14px;
	}
	.page_jobDetail .job_container .info_table table tr {
		margin-bottom: 0;
	}
	.page_article.detail .contents_m .articleDetail tr {
		margin-bottom: 20px;
	}
	.contents_m .job_detail h2.job_h2 span.pickup {
		font-size: 10px;
	    padding: 1px 5px;
	}
	.contents_m .job_detail h2.job_h2 span.wanted {
		display: none!important;
		font-size: 10px;
	    padding: 1px 5px;
	}
	.contents_m .job_detail .info_table table {
		display: flex;
	    flex-direction: column;
	}
}
/* 求職者の検索
----------------------------------------------- */
.resume_more{
	text-align:right;
}

.resume_more li a{
	padding:5px 15px;
	background: #0a7096;
	color:#fff;
	text-decoration:none;
	border-radius: 3px;
}

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

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

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

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



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

.cuser_container{
	margin-bottom:30px;
}

.cuser_container .box{
	margin-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:#333;
	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;
}

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

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

.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;
	text-overflow: ellipsis;
	overflow: hidden;
}
.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 ul{
}

.contents_s .embed_job.history .body li{
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: transparent;
	border-bottom: 1px dashed #D9D9D9;
}
.contents_s .embed_job.history .body li:last-child,
.contents_s .embed_job.history .body li:nth-child(3) {
	border-bottom: none;
	padding-bottom: 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: auto;
	border-radius: 3px;
}

.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{
	color: #666;
}

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

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

.contents_s .embed_job.history .body .item_list li:nth-child(n+4) {
	display: none;
}
.contents_s .embed_job.history .body .item_list li a .title .title_cname{
	font-size: 0.9rem;
	font-weight: bold;
	color: #252525;
	margin: 0 0 8px;
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	-ms-line-clamp: 3;
	overflow: hidden;
	line-height: 1.2rem;
    white-space: normal;
    text-overflow: unset;
}

.contents_s .embed_job.history .body li a .title .title_name{
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	height: 2.5em;
	overflow: hidden;
}
.item_list .jobList_detailList{
	width:100%;
	line-height:1rem;
	margin-bottom:0;
}
.item_list .jobList_detailList tr {
	display: flex;
	font-size: 11px;
	margin-bottom: 6px;
}
.item_list .jobList_detailList tr th {
	display: block;
	width: 70px;
	padding: 0;
	font-size: 11px;
	border: none;
}
.contents_s .history .item_list .jobList_detailList tr th {
	width: 26%;
}
.item_list .jobList_detailList tr th svg {
	margin-right: 3px;
}
.item_list .jobList_detailList tr td {
	display: block;
	width: calc(100% - 75px);
	margin-bottom: 0;
	padding: 0;
	border: none;
	display: block;
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-o-line-clamp: 1;
	-ms-line-clamp: 1;
	overflow: hidden;
}
.contents_s .history .item_list .jobList_detailList tr {
	color: #252525;
}
.contents_s .history .item_list .jobList_detailList tr td {
	width: 74%;
}
.item_list .jobList_detailList tr.odd td {
	background: none !important;
}
@media screen and (min-width: 481px) and (max-width: 1100px) {
	.item_list .jobList_detailList tr {
		display: block;
		margin-bottom: 10px;
	}
	.item_list .jobList_detailList tr th {
		width: 100%;
	}
	.item_list .jobList_detailList tr td {
		width: 100%;
	}

}
@media screen and (max-width: 680px) {
	.item_list .jobList_detailList tr th{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.contents_s .embed_job.history .body li {
		padding-right: 20px;
		position: relative;
	}
	.contents_s .embed_job.history .body li:after {
		content: ' ';
	    display: block;
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    width: 6px;
	    height: 6px;
	    border-top: 2px solid #BCC8E0;
	    border-right: 2px solid #BCC8E0;
	    transform: rotate(45deg) translate(0,-50%);
	}
}
/* サイド：検討中リスト
----------------------------------------------- */
.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:#0A7096;
	color:#fff;
	text-decoration:none;
	padding:5px 15px;
	font-weight:bold;
	border-radius: 5px;
}

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

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

/* サイド
----------------------------------------------- */
.sidebar_signUp {
	border-radius: 3px;
	text-align: center;
	font-size: 13px;
	position: fixed;
	right: 0;
	bottom: 190px;
	z-index: 1;
}
.sidebar_signUp p.catch {
	background: url(/common/img/sidebar_signUp_line.png) center center no-repeat;
	background-size: 294px auto;
	max-width: 294px;
	height: auto;
	color: #003860;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
}
.sidebar_signUp a {
	background: #000;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
    width: 120px;
    border-radius: 10px 0 0 10px;
    padding: 5px;
}
.sidebar_signUp a svg {
	margin-right: 6px;
}
.sidebar_signUp .info{
	color:#ff4500;
}
.line_add{
	position: fixed;
	right: 0;
	bottom: 125px;	
	text-align: center;
	z-index: 1;
}
.btn_line{
	background: #06C755;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    border-radius: 10px 0 0 10px;
    padding: 5px;
}
.line_add p.catch {
	height: auto;
	color: #003860;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
}
.contents_s h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #252525;
	height: auto;
	border-bottom: none;
	margin-bottom: 20px;
}
.contents_s h2 svg{
	margin-right: 4px;
}
.contents_s .contents_box.request textarea{
	width: 100%;
}
.contents_m .contents_box.news ul li,
.contents_s .contents_box.news ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	display: block;
}
.siteTop .contents_m .contents_box.news ul li:after,
.contents_s .contents_box.news ul li:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #BCC8E0;
    border-right: 2px solid #BCC8E0;
    transform: rotate(45deg) translate(0,-50%);
}
.contents_m .contents_box.news ul li p,
.contents_s .contents_box.news ul li p {
	padding-right: 20px;
}
.contents_m .contents_box.news ul li p a,
.contents_s .contents_box.news ul li p a {
	font-size: 14px;
	color: #0A7096;
	font-weight: bold;
	text-decoration: none;
	display: block;
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	-ms-line-clamp: 3;
	overflow: hidden;

}
.contents_m .contents_box.news ul li span,
.contents_s .contents_box.news ul li span {
	font-size: 10px;
	color: #8E8E8E;
}
.contents_m .contents_box.news p.more a,
.contents_s .contents_box.news p.more a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    line-height: 1rem;
    padding: 0 20px 0 0;
    text-align: right;
    box-sizing: border-box;
    display: inline;
    max-width: none;
    margin: 0;
}
.contents_m .contents_box.news{
	padding: 20px;
	background: #FFF;
    margin: 0 0 15px;
    padding: 20px 15px;
    box-shadow: 3px 3px 6px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    border: 1px solid #BCC8E0;
}
@media screen and (max-width: 768px){
	.sidebar_signUp{
	}
	.line_add{
	}
}
@media screen and (max-width: 480px){
	.siteTop .contents_m .newsCont{
		padding: 20px 10px;
	}
}
/* 履歴書：希望勤務地(検索用)
----------------------------------------------- */

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


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

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

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


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

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

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

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

/*
.cmslGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}
*/
.cmslGrid--separate .cmslGrid__col:first-of-type {
	padding-right: 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: nowrap;
}
.formGrid div svg {
	display: none;
}
.formGrid div:nth-child(5) {
	display: none;
}
@media screen and (max-width: 480px) {
	.formGrid{
		flex-wrap: wrap;
		gap: 0;
	}
	.formGrid div:first-child div {
		padding-right: 10px;
	    padding-bottom: 15px;
	}
	.formGrid div:nth-child(3) div {
		padding-left: 10px;
	    padding-bottom: 15px;
	}
	.formGrid div:nth-child(7) {
		padding-right: 10px;
	    padding-bottom: 15px;
	}
}

.formGrid__col {
	box-sizing: border-box;
}

.formGrid__col--05 { display: none; }

.formGrid__col--1 { width: 8.33333333333%; }
.formGrid__col--2 { width: 50%; }
.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 {
	margin-bottom: 20px;
}
.easySearchForm .formGrid__col--2{
	width: 25%;
	margin-right: 10px;
}

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

.easySearchForm__crossIcon {
	text-align: center;
}

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

.easySearchForm__submit {
}
@media screen and (max-width: 480px) {
	.easySearchForm__submit {
		margin: 0;
	    padding-left: 10px;
	}
}

.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;
}
@media screen and (max-width: 680px) {
	.easySearchForm {
		padding: 0 10px;		
	}
	.easySearchForm .formGrid__col--2{
		margin-right: 0;
	}
}

/* stylishSelect */

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

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

.cmn-stylishSelect select {
	width: 100%;
	height: 40px;
	outline: none;
	border: 1px solid #ccc;
	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 {
	min-width:200px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	text-decoration: none;
	vertical-align: top;
	padding: 0 0.3em;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	background: #6688B5;
	color: #FFF;
	border-radius: 50px;
	border: none;
	letter-spacing: 1px;
	transition: 0.2s;
	box-sizing: border-box;
}

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

@media screen and (max-width: 480px) {
	.cmn-stylishBtn {
		min-width: 110px;		
	}
}

/* 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%;
	position: relative;
	margin: 0 auto 15px;
}
.qj-topimage .slick-list li {
}

.qj-topimage #bxslider {
	position: relative;
}
.qj-topimage #bxslider img {
	transform: scale(0.8);
	transition: all 0.3s ease 0.2s;
	opacity: 0.5;
}
.qj-topimage #bxslider .slick-current img {
	transform: scale(1.0);
	opacity: 1;
}

 /* ボタンコンテナを横並びに */
 .menu_search.topimage__btn-container,
 .topimage__btn-container {
	 display: flex;
	 gap: 15px;
	 align-items: center;
	 width: 100%;
 }

 /* 各ボタンラッパーを50%幅に */
 .qj-topimage__btn {
	min-width: 0; /* はみ出し防止 */
	box-sizing: border-box;
 }

 .qj-topimage__btn--register {
	flex: 7;
	width: auto;
  }
  .qj-topimage__btn--login {
	flex: 3;
	width: auto;
  }

 /* リンクとボタンを100%幅に */
 .qj-topimage__btn a {
	 display: block;
	 width: 100%;
	 text-decoration: none;
 }

 /* ボタン共通スタイル */
 .qj-topimage__btn button {
	 width: 100%;
	 padding: 10px;
	 font-size: 16px;
	 border-radius: 4px;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 font-weight: 500;
	 display: flex;
	 align-items: center;
	 justify-content: center;
 }

 /* ログインボタン（シンプルな枠線） */
 .qj-topimage__btn__login {
	background: #fff;
    border: 1px solid #6688b5;
    color: #6688b5;
 }

 .qj-topimage__btn__login:hover {
	 background-color: #f5f5f5;
 }

 /* 会員登録ボタン（目立つ青いボタン） */
 .qj-topimage__btn__member {
	 background-color: #f78f9b;
	 border: none;
	 color: white;
 }

 .qj-topimage__btn__member:hover {
	 background-color: #cc737d;
 }
 .qj-topimage__btn__member__text{
	background: #fff;
    font-size: 10px;
    color: #f78f9b;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0 7px 0 0;
 }

.dots-3{
	margin-bottom: 20px;
}

.qj-topimage__ {
	max-width: 1140px;
	width: 100%;
	height: 300px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.qj-topimage__text {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc(100% - 40px);
	transform: translate(-50%,0);
}

.qj-topimage + .easySearchForm {
	margin: 0 0 15px;
}
@media screen and (min-width: 481px) {
}
@media screen and (max-width: 1140px){
	.qj-topimage{
	}
}
@media screen and (max-width: 1140px){
	.qj-topimage{
	}
}
@media screen and (max-width: 768px){
	.qj-topimage{
	}
}
@media screen and (max-width: 680px) {
	.qj-topimage {
	}
}
@media screen and (max-width: 480px) {
	.qj-topimage {
	}
}

/* ヘッダー(共通)
----------------------------------------------- */
.qj-head {
	width: 100%;
	margin: 0 auto;
	min-height: 55px;
	display: flex;
	flex-wrap: nowrap;
	padding: 0 10px;
	align-items: center;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 5px 0 rgba(59, 89, 124, 0.2);
}
.qj-head__set {
	display: flex;
	align-items: center;
	padding: 0 20px 0 0;
}
@media screen and (max-width: 550px){
	.qj-head__set {
    align-items: flex-start;
    flex-direction: column;
	}
}

.qj-head__set__logo {
	margin: 0 20px 0 0;
	height: 100%;
/* 	display: flex; */
	align-items: center;
	font-feature-settings: "palt";
	letter-spacing: -0.01em;
	color: #004098;
}
.qj-head__set__logo a {
}

.qj-head__set__logo a img {
	display: block;
	max-width: 200px;
	max-height: 70px;
	width: auto;
}
.qj-head__set__logo a:hover {
	opacity: 0.7;
}

.qj-head__set__switch {
	overflow: hidden;
	border-radius: 50px;
	background: #DDD;
}
@media screen and (max-width: 550px){
	.qj-head__set__switch {
	}
}

.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: 3px 20px;
	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: #333;
	color: #fff !important;
	padding: 3px 30px;
    border-radius: 50px;
}

.qj-head__set__switch__btn--mid.active a {
	background: #333;
	color: #fff !important;
	padding: 3px 30px;
    border-radius: 50px;
}

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

.qj-head__panel__free {
	flex-grow: 1;
	padding: 0 20px 0 0;
}

.qj-head__panel__free__hello {
	text-align: right;
}

.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__item {
	font-size: 11px;
	display: inline-block;
	margin: 0 0 0 10px;
}

.qj-head__panel__free__link__item a {}

.qj-head__panel__free__link__item a:hover {}

.qj-head__panel__menu .svg-inline--fa {
	height: 1.1rem;
	width: 1.1rem;
}
.qj-head__panel__menu .qjMyMenuList__item__icon .svg-inline--fa {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	color: #6688b5;
}
.qj-topimage_tab .svg-inline--fa {
	padding-top: 1px;
	padding-right: 4px;
	box-sizing: content-box;
}
.tab_search .popularWord h2 svg,
.tab_search .systemMessage h2 svg,
.contents_m .embed_job.pickup h2 svg {
	margin-right: 4px;
}
.tab_search .systemMessage.system_news h2 {
	margin-bottom: 10px;
}
@media screen and (min-width: 481px) {
	.tab_search_flex {
	}
	.tab_search .menu_search_type {
		margin-bottom: 0;
	}
	.tab_search_flex .popularWord {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.qj-topimage_tab .svg-inline--fa {
		padding-right: 2px;
	}
}


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

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

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

.qjMyMenuList__item > a {
	display: block;
	text-decoration: none;
}

.qjMyMenuList__item:last-child > a {
/* 	border-right: 1px solid #DDD; */
}

.qjMyMenuList__item__icon {
	position: relative;
	display: block;
	height: 27px;
	width: 27px;
	text-align: center;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}
.qjMyMenuList__item__icon svg{
	color: #fff;
}
.qjMyMenuList__item__signUp .qjMyMenuList__item__icon {
}
.qjMyMenuList__item__companysignUp .qjMyMenuList__item__icon {
}
.qjMyMenuList__item__icon i {
	line-height: 27px;
	font-size: 13px;
}

.qjMyMenuList__item__icon__cnt {
	position: absolute;
	top: -2px;
	right: -10px;
	background: #CD5148;
	color: #FFF;
	font-size: 10px;
	border-radius: 100%;
	padding: 1px 5px;
	transform: scale(0.9);
	transform-origin:0 0;
}

.qjMyMenuList__item__name {
	display: table;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-feature-settings: "palt";
}
#header_nav_btn .header_nav_icon {
	position: relative;
    width: 27px;
    height: 27px;
    top: 4px;
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
    left: 50%;
    transform: translate(-50%,0);
}
#header_nav_btn .header_nav_icon div {
	position: relative;
	height: 16px;
	top: 2px;
}
#header_nav_btn .header_nav_icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6688b5;
    transition: transform .2s;
}
#header_nav_btn .header_nav_icon span:nth-of-type(1) {
    top: -3px;
}
#header_nav_btn.active .header_nav_icon span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
#header_nav_btn .header_nav_icon span:nth-of-type(2) {
    top: 50%;
    transform: translate(0,-50%);
    width: 20px;
    right: 0;
    left: auto;
}
#header_nav_btn.active .header_nav_icon span:nth-of-type(2) {
	opacity: 0;
}
#header_nav_btn .header_nav_icon span:nth-of-type(3) {
    bottom: -3px;
}
#header_nav_btn.active .header_nav_icon span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
.qjMyMenuList__item__name {
	text-align: center;
	font-size: 10px;
	color: #5a7fb2;
	height: 2.6em;
	line-height: 1.2em;
	vertical-align: middle;
}
#header_nav_btn.active .qjMyMenuList__item__name {
	letter-spacing: -0.02rem;
}

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

#menu .menu_signIn-Up_cont {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin-bottom: 24px;
}
#menu .menu_signIn-Up_cont a {
	text-decoration: none;
	display: block;
	border-radius: 3px;
	line-height: 1rem;
	padding: 12px 0;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}
#menu .menu_signIn {
	width: 35%;
	border: 1px solid #0A7096;
	color: #0A7096;
	box-shadow:0px 3px 0px 0px #0A7096;
	background: #fff;
}
#menu .menu_signIn-Up_cont a svg {
	margin-right: 4px;
}
#menu .menu_signIn i {
	font-size: 20px;
}
#menu .menu_signUp {
	width: 62%;
	background: #CD5148;
	color: #fff;
	box-shadow:0px 3px 0px 0px #A42B22;
}
#menu .menu_signUp i {
	font-size: 17px;
}
#menu .menu_signIn-Up_cont i {
	margin-right: 6px;
}
#menu .menu_search {
	margin-bottom: 24px;
}
.menu_search .menu_search_ttl {
	color: #005997;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}
.menu_search .menu_search_ttl svg {
	margin-right: 4px;
}
.menu_search .menu_search_ttl i{
	margin-right: 6px;
}
.menu_search form {
	display: flex;
}
.menu_search label {
	display: block;
	width: calc(100% - 40px);
}
.menu_search input[type="text"] {
	border-radius: 50px 0 0 50px;
	border: solid 1px #6688b5;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
}
.menu_search input[type="text"]::placeholder {
	font-size: 14px;
	color: #aaa;
}
.menu_search input[type="submit"] {
	border-radius: 0 50px 50px 0;
	width: 40px;
	height: 40px;
	background: url(/common/img/icon_search.svg) no-repeat center center,#6688b5;
	background-size: 20px;
	border: none;
}
.menu_search input:focus {
	outline: none;
}
.menu_search_type {
	display: flex;
	margin-bottom: 26px;
	justify-content: space-between;
}
.menu_search_type li {
	display: block;
    width: calc((100% - 21px) / 4);
    width: -webkit-calc((100% - 21px) / 4);
    letter-spacing: -0.5px;
}
.menu_search_type.menu_hamburger li {
	display: block;
    width: calc((100% - 14px) / 3);
    width: -webkit-calc((100% - 14px) / 3);
}
.menu_search_type li a {
	width: 100%;
	height: 100%;
	border: 1px solid #0A7096;
	color: #0A7096;
	box-shadow:0px 3px 0px 0px #0A7096;
	background: #fff;
	text-decoration: none;
	border-radius: 3px;
	line-height: 1rem;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	display: block;
	font-weight: bold;
	cursor: pointer;
}
.menu_search_type.menu_hamburger li a{
	font-size: 13px;
}
.menu_search_type li a i {
	display: block;
	margin-bottom: 8px;
	font-size: 30px;
}
.menu_search_type li a small {
	font-size: 10px;
	display: block;
	font-weight: normal;
}
.menu_search_type svg {
	display: block;
	margin: 0 auto 10px;
}
.fa-user:before {
	content: '\f007';
}
.fa-dumbbell:before {
	content: '\f44b';
}
.fa-map-marked-alt:before {
	content: '\f5a0';
}
.fa-sign-in-alt:before {
	content: '\f2f6';
}
.fa-pen:before {
	content: '\f304';
}
.fa-users:before {
	content: '\f0c0';
}
.fa-award:before {
	content: '\f559';
}
.fa-crown:before {
	content: '\f521';
}
.fa-comment-dots:before {
	content: '\f4ad';
}
.fa-thumbs-up:before {
	content: '\f164';
}
.menu_linkList {
	background: #fff;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
	border-radius: 3px;
	padding: 2px 16px;
	margin-bottom: 26px;
}
.menu_linkList a {
	text-decoration: none;
	display: block;
	padding: 8px 0;
	line-height: 1rem;
	font-size: 12px;
	position: relative;
	border-bottom: #BCC8E0 1px solid;
	color: #0A7096;
}
.menu_linkList a:after {
	content: " ";
	display: block;
	position: absolute;
	top:50%;
	right: 0;
	transform: translate(0,-50%);
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #BCC8E0;
    border-right: 2px solid #BCC8E0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_linkList li:last-child a {
	border-bottom: none;
}
.menu_sns {
	display: flex;
	justify-content: space-between;
	width: 84px;
	margin: 0 auto 8px;
}
.menu_sns li:nth-child(1) img {
	height: 16px;
}
.menu_sns li img {
	height: 16px;
}

.copyright {
	font-family: 'Roboto Condensed', sans-serif;
	color: #8E8E8E;
	font-size: 10px;
	transform: scale(0.8);
	text-align: center;
}
.slick-prev, .slick-next {
    top: 50%;
    transform: translate(0,-50%);
}
.slick-next {
	right: 0;
}
.slick-next:before {
    position: absolute;
    top: 50%;
	right: 6px;
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-width: 12px 0 12px 9px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
}
.slick-prev {
	left: 0;
	z-index: 1;
}
.slick-prev:before {
    position: absolute;
    top: 50%;
	left: 6px;
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-width: 12px 9px 12px 0;
    border-style: solid;
    border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
}
.slick-dots{
	position: static;
}
.slick-dots li {
	width: 8px;
	height: 8px;
}
.slick-dots li button {
	width: 8px;
	height: 8px;
}
.slick-dots li button:before {
	content: ' ';
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: 1;
	border: 1px solid #6184b5;
}
.slick-dots li.slick-active button:before {
	background: #6184b5;
	opacity: 1;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
#qj-topimage_tab_wrap{
	background: #fff;
	box-shadow:0 0 5px 0px rgba(59, 89, 124, 0.2);
}
.qj-topimage_tab {
	display: flex;
    width: 100%;
	justify-content: space-between;
	gap: 2px;
	max-width: 1140px;
	margin: 0 auto;
}
.qj-topimage_tab li {
    width: 100%;
	padding: 10px 0 15px 0;
    letter-spacing: -1px;
    line-height: 1rem;
	font-size: 16px;
	background: #fff;
	text-align: center;
}
.qj-topimage_tab li:not(:last-child){
	border-right: 2px solid #EEF0F5;
}
.qj-topimage_tab li img{
	width: auto;
	height: 45px;
}
.qj-topimage_tab li a {
	width: 100%;
	color: #252525;
	text-decoration: none;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.qj-topimage_tab li a span{
	margin-top: 10px;
	font-weight: 500;
}
.qj-topimage_tab li a svg{
	width: 100px !important;
    height: 35px;
    margin-bottom: 10px;
}
.qj-topimage_tab li i {
	font-size: 16px;
}
.tab_search .menu_search {
	margin-bottom: 10px;
}
.tab_search .menu_search form {
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,.16);
}
.tab_search .menu_search_type span {
	display: block;
	height: 32px;
}
.menu_search_type li:first-child svg {
	width: 25px;
	height: auto;
}
.menu_search_type li:nth-child(2) svg {
	width: 30px;
	height: auto;
}
.menu_search_type li:nth-child(3) svg {
	width: 22px;
	height: auto;
}
.menu_search_type li:last-child svg {
	width: 20px;
	height: auto;
}
.counter_newArticles {
	background: #BCE0C5;
	color: #003860;
	height: 25px;
	border-radius: 13px;
	font-size: 10px;
	text-align: center;
	position: relative;
	padding-top: 6px;
	box-sizing: border-box;
	margin-bottom: 6px;
	line-height: 1rem;
}
.tab_search .counter_newArticles:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%,0);
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #BCE0C5 transparent transparent transparent;
}
.tab_search .counter_newArticles big {
	font-size: 15px;
}
.popularWord{
	max-width: 1140px;
	margin: 20px auto;
}
.tab_search .popularWord h2,
.tab_search .systemMessage h2,
.contents_m .embed_job.pickup h2,
.contents_m .embed_job.new h2,
.contents_m .contents_box h2,
.modal__content h2 {
	font-size: 1.2rem;
	color: #252525;
	margin-bottom: 20px;
	text-align: center;
}
.contents_m .contents_box h2 svg,
.modal__content h2 svg {
	margin-right: 6px;
}
.tab_search .popularWord ul {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.tab_search .popularWord ul li a {
	background: #fff;
	border: 1px solid #6688B5;
	color: #6688B5;
	text-decoration: none;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 50px;
	font-size: 0.8rem;
}
.contents_m .article_search{
	width: 50%;
	max-width: 400px;
}
#top .top_bnrArea {
	margin: 30px 0;
    padding: 0 10px;
}
#top .top_bnrArea img{
	width: 100%;
}
#top .menu_search{
	max-width:1140px;
	margin: 20px auto;
}
.tab_search .systemMessage {
	border-radius: 3px;
	border: 1px solid #CCD7DF;
	background: #fff;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,.16);
	padding: 16px 10px;
	text-align: center;
}
.tab_search .systemMessage a {
	font-weight: bold;
	font-size: 12px;
	color: #CD5148;
}
.contents_m .embed_job.pickup h2,
.contents_m .embed_job.new h2 {
	border-bottom: none;
	padding: 0;
}
.contents_m .embed_job.pickup .update {
	font-size: 10px;
	color: #003860;
	margin-bottom: 20px;
	text-align: center;
}
.contents_m .embed_job.new .update {
	font-size: 10px;
	color: #8E8E8E;
	margin-bottom: 20px;
	text-align: center;
}
.qj-head__set__logo p {
	font-size: 12px;
	margin-bottom: 2px;
}
.qjMyMenuList__item__name {
	height: auto;
	padding-top: 4px;
}
.contents_box.box-shadow {
    padding: 28px 15px;
}
.contents_m .embed_job.new h2 svg {
	color: #CD5148;
}
.contents_m .embed_feature h2 svg {
	color: #DFB542;
}
.contents_m .embed_coulmn h2 svg,
.contents_m .embed_catalogue h2 svg,
.contents_m .qj-articleCont h2 svg {
	color: #DF8642;
}
.contents_m .embed_guide h2 svg {
	color: #4CAA56;
}
.contents_m .embed_companylist ul {
	max-width: 645px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents_m .embed_companylist ul li {
	display: block;
	width: calc((100% - 45px)/4);
}
.contents_m .embed_companylist ul li img {
	width: 100%;
}
.contents_m .embed_catalogue .body a {
	max-width: 326px;
	margin: 0 auto;
	display: block;
}
.contents_m .embed_catalogue .body a img {
	width: 100%;
	margin-bottom: 10px;
}
.contents_m .embed_guide{
	padding: 0;
}
.contents_m .embed_guide ul,
.contents_m .embed_guide .body > div {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.contents_m .embed_guide ul li,
.contents_m .embed_guide .body > div > div {
	flex: 1 1 calc(50% - 10px);
	background: #fff;
	text-align: center;
	padding: 10px;
	gap: 10px;
	border-radius: 12px;
	box-shadow: 0 0 5px 0 rgba(59, 89, 124, 0.2);
}
.contents_m .embed_guide ul li a{
	display: flex;
	height: 100%;
	gap: 10px;
	color: #252525!important;
	align-items: center;
}
.contents_m .embed_guide ul li:nth-of-type(4n),
.contents_m .embed_guide .body > div > div:nth-of-type(4n) {
	margin-right: 0;
}
.contents_m .embed_guide .view-articleCardThumb__body__description {
	display: none;
}
.contents_m .embed_catalogue > div {
	text-align: center;
}
.contents_m .embed_guide ul li a,.contents_m .embed_catalogue > div > a,
.contents_m .embed_guide .body > div .view-articleCardThumb__body__title {
	color: #0A7096;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.contents_m .embed_guide ul li img,
.contents_m .embed_guide .body > div img {
	width: 70px;
}
.siteTop .interview_list_embed > li:nth-child(n+4),
.siteTop .contents_box.embed_feature .body > ul > li:nth-child(n+4),
.contents_m .embed_job .body .item_list > li:nth-child(n+4),
.contents_m .embed_guide .body > div a:nth-of-type(n+5) {
	display: none;
}

.tab_search {
}
@media screen and (min-width: 481px) and (max-width: 980px) {
	.pc_nav-head ul{
		padding-left:10px;
	}
	.pc_nav-head ul li:not(:last-child){
		margin-right: 8px;
	}
	.pc_nav-head ul li a {
		font-size: 13px;
	}
}
@media screen and (min-width: 769px) {
	#head {
		box-shadow: 0 0 10px 0 rgba(59, 89, 124, 0.2);
	}
	.qjMyMenuList__item___menu {
		display: none;
	}
	.qj-topimage_tab {
	}
	.qj-topimage .slick-prev:before {
		left: 22px;
	}
	.qj-topimage .slick-next:before {
	    right: 15px;
	}
	.qj-topimage .slick-list li p {
		top: 46%;
		left: 12%;
	}
}
@media screen and (max-width: 768px) {
	.pc_nav-head {
		display: none;
	}
	#head {
		box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	}
	.slick-prev, .slick-next{
		top: 45%;
	}
	.qj-head__panel {
	    position: absolute;
	    right: 0;
	}
	.qj-head__panel__free {
		display: none;
	}
	.qj-head {
		min-height: 55px;
		padding: 0 10px;
	}
	.qj-head__set__logo a img {
		width: 149px;
	}
	.qj-head__set__logo p {
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: left center;
		white-space: nowrap;
	}
	.qj-head__set__logo {
		width: 160px;
		height: auto;
	}
	.qj-head__panel{
/* 		margin-right: 10px;  */
		height: 40px;
	}
	.qjMyMenuList__item > a {
		padding: 0;
	}
	.qj-head__panel__menu {
	height: 55px;
	padding: 5px 0;
	}
}
@media screen and (max-width: 680px) {
	#top .menu_search {
		padding: 0 10px;
		margin: 10px 0;
	}
}

@media screen and (min-width: 681px) {
	.tab_search {
	}
	.nobody .contents_m .tab_search {
		padding-bottom: 0;
	}
	.contents_m .embed_job .body .list_table .item_list {
		justify-content: flex-start;
	}
	.contents_m .embed_job .body .item_list > li {
		width: calc((100% - 40px)/3);
		margin-right: 20px;
	}
	.page_jobDetail .contents_m .embed_job.cuser_job .body .item_list > li {
		padding-bottom: 0;
	}
	.page_jobDetail .contents_m .embed_job.cuser_job .body h4 {
		margin-bottom: 0;
		padding-right: 20px;
	}
	.page_jobDetail .contents_m .embed_job.cuser_job .body .item_list .jobList_detailList tr {
		margin-bottom: 0;
	}
	.contents_m .embed_job .body .item_list > li:nth-child(3n) {
		margin-right: 0;
	}
	.tab_search .counter_newArticles {
		margin-bottom: 15px;
	}
	.tab_search .menu_search {
		margin-bottom: 20px;
	}
	.tab_search .popularWord h2 {
		margin-bottom: 10px;
	}
	.qjMyMenuList__item {
	}
}
@media screen and (max-width: 680px) {
	#menu{
		height: calc(100% - 55px);
		overflow-y: scroll;
	}
	.tab_search .popularWord h2,
	.tab_search .systemMessage h2,
	.contents_m .embed_job.pickup h2,
	.contents_m .embed_job.new h2,
	.contents_m .contents_box h2,
	.modal__content h2 {
	}
	.contents_m .embed_job.pickup .body .item_list > li {
	}
	.contents_m .embed_job .body .item_list > li {
		width: 100%;
		margin-bottom: 20px;
	}
	.contents_m .embed_job.new .body .item_list > li {
		border-bottom: 1px solid #D9D9D9;
		padding: 0 0 10px;
		margin-bottom: 10px;
	}
	.contents_m .embed_job.new .body .item_list > li .jobList_detailList tr {
		margin-bottom: 0;
	}
	.contents_m .embed_job.new .body .item_list > li:nth-child(3) {
		border-bottom: none;
		padding-bottom: 0;
	}
	.contents_m .article_search{
		width: 100%;
		padding: 10px 0px;
		background:initial;
	}
	.contents_box.box-shadow {
		margin: 0 10px 20px;
	}
	.contents_m .embed_companylist ul li {
		width: calc((100% - 26px)/2);
		margin-bottom: 20px;
	}
	.contents_m .embed_catalogue .body a {
		max-width: 100%;
	}
	.contents_m .embed_guide ul li{
		flex: 1 1 100%;
	}
	.contents_m .embed_guide ul li a {
		font-size: 16px;
	}
	.siteTop .contents_s {
		padding: 15px 15px 0 15px;
	}
	.page_article.detail .contents_s {
		padding: 0;
	}
	.tab_search .menu_search_type {
		margin-bottom: 26px;
	}
	.job_detail .slick-prev,.job_detail .slick-next {
		top: 50%;
	}
	.job_detail .slick-next:before {
	}
	.job_detail .slick-prev:before {
	}
	.contents_m .contents_box .interview_list_embed > li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.contents_m .contents_box .interview_list_embed > li:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.contents_m .contents_box .interview_list_embed > li .img {
		float: left;
		width: 100px;
		margin-right: 10px;
		margin-bottom: 0;
	}
/*	.contents_box .interview_list_embed > li .title {
		width: calc(100% - 110px);
		position: relative;
	}*/
	.siteTop .contents_box .interview_list_embed > li .title {
		float: left;
	}
	.contents_box .interview_list_embed > li .title a {
		font-size: 12px;
	}
	.contents_box.embed_feature > .body > ul {
		justify-content: space-between;
		align-items: flex-start;
	}
	.contents_box.embed_feature > .body > ul{
		display: block;
	}
	.contents_box.embed_feature > .body > ul > li {
	    padding-bottom: 20px;
	}
	.contents_box.embed_feature.box-shadow,
	.contents_box.embed_companylist.box-shadow {
		padding-bottom: 0;
	}
	.page_jobDetail .contents_m .embed_job.cuser_job .body .more,
	.page_jobDetail .contents_m .embed_job.alike_job .body .more,
	.page_jobDetail .contents_m .embed_job.pickup_job .body .more {
		display: none;
	}
}
@media screen and (max-width: 375px){
	.nuser .qj-head__set__logo a img {
		width: 108px;
	}
	.qj-head__set__logo p {
		transform: scale(0.62);
	}
}

@media screen and (max-width: 320px) {
	.qjMyMenuList__item {
	    width: 40px;
	}
	.qjMyMenuList__item__name {
		transform: scale(0.8);
	    white-space: pre;
	    position: relative;
	}
	.qjMyMenuList__item__icon--message + div.qjMyMenuList__item__name {
		position: relative;
		margin-left: -4px;
	}
	#qj-topimage_tab_wrap{
		width: 100%;
		bottom: 0;
		height: 37px;
		overflow-x: scroll;
	}
	.qj-topimage .slick-slide:first-child li {
	}

	.qj-topimage .slick-slide:nth-child(2) li {
	}

	.qj-topimage .slick-slide:nth-child(3) li {
	}

	.qj-topimage .slick-slide:nth-child(4) li {
	}
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
.modal__bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 400px;
    border-radius: 3px;
    max-height: 70vh;
    overflow-y: scroll;
}

.modal__contIn {
	position: relative;
}
.js-modal-close {
    position: absolute;
    display: block;
    top: -5px;
    right: 0;
    width: 24px;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
}
.js-modal-close:before {
	content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 12px;
    width: 2px;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #0A7096;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.js-modal-close:after {
	content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 12px;
    width: 2px;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #0A7096;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#contents.searchResult h2.pageTtl {
	color: #003860;
	margin-bottom: 10px;
}
#contents.searchResult h2.pageTtl svg {
	margin-right: 8px;
}
.page_privacypolicy .page_text .text_box_bs {
	margin-bottom: 40px;
}
.page_privacypolicy .page_text .pv_text h3.index {
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 10px;
	padding: 0;
	background: none;
	color: #333;
}
.page_privacypolicy .page_text .privacy_right {
	text-align: right;
}
.page_privacypolicy .page_text ol {
    margin: 1em 2em 2em;
}
.page_privacypolicy .contents_m .page_text p {
	margin-bottom: 0;
}
.page_qanda .page_text h3,
.page_recruiter .page_text h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 16px;
	padding: 0;
	background: none;
	color: #003860;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.6rem;
}
.page_recruiter .page_text h3 {
	margin-bottom: 15px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.page_qanda .page_text h3 svg,
.page_recruiter .page_text h3 svg {
	margin-right: 6px;
}
.page_qanda .page_text h3:nth-of-type(1),
.page_recruiter .page_text h3:nth-of-type(1) {
	margin-top: 0;
}
.page_qanda .page_text dt,
.page_recruiter .page_text dt {
	display: block;
	position: relative;
	padding-left: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 15px;
}
.page_recruiter .page_text dt {
	padding-left: 0;
	background: #9acce3;
	color: #07516d;
	padding: 12px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1.5px;
	border-radius: 3px;
}
.page_qanda .page_text dt:before {
	content: "Q";
	display: block;
	position: absolute;
	left: 0;
	top:-3px;
	color: #0A7096;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}
.page_qanda .page_text dd,
.page_recruiter .page_text dd {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.6rem;
}
.page_qanda .page_text dd:last-child,
.page_recruiter .page_text dd:last-child {
	margin-bottom: 0;
}
.page_qanda .page_text dd .arrow {
	color: #0A7096;
	display: block;
	position: relative;
	padding-left: 10px;
}
.page_qanda .page_text dd .arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #0A7096;
    position: absolute;
    left: 0;
    top: 5px;
}
.page_recruiter .page_text p.note_tax {
	text-align: right;
	font-size: 11px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.page_recruiter .table_cont table {
	text-align: center;
	vertical-align: middle;
}
.page_recruiter .table_cont .Lhead {
	background: #999;
	color: #fff;
	font-weight:bold;
	font-size: 14px;
	padding: 8px;
	border: 1px solid #999 !important;
}
.page_recruiter .page_text p {
	font-size: 14px;
	line-height: 1.6rem;
}
.page_recruiter .page_text p.img{
	text-align: center;
	margin: 15px 0;
}
.page_recruiter .page_text p.img img{
	max-width: 100%;
}
.page_recruiter .table_cont .Lhead span {
	font-size: 13px;
}
.page_recruiter .table_cont th {
	background: #dcdcdc;
	color: #333;
	font-weight:bold;
	text-align: center;
	padding: 8px;
	border-right: #cacaca solid 1px;
	line-height: 1rem;
}
.page_recruiter .table_cont th.fontS {
	font-size: 12px;
}
.page_recruiter .table_cont th:first-child {
	border-left: #cacaca solid 1px;
}
.page_recruiter .table_cont td {
	border-right: #D9D9D9 solid 1px;
	border-bottom: #D9D9D9 solid 1px;
	padding: 8px;
}
.page_recruiter .table_cont td:first-child {
	border-left: #D9D9D9 solid 1px;
}
.page_recruiter .page_text .note {
	font-size: 11px;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.2rem;
}
.page_recruiter .page_text .more {
	margin-bottom: 40px;
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.page_recruiter .table_cont {
		display: flex;
		justify-content: space-between;

	}
	.page_recruiter .table_cont > div:nth-of-type(1) {
		width: 60%
	}
	.page_recruiter .table_cont > div:nth-of-type(2) {
		width: 38%
	}
	.page_recruiter br.sp {
		display: none;
	}
}
@media screen and (min-width: 481px) {
	#contents.searchResult .contents_s {
		margin-top: 38px;
	}
	.contents_m .sp {
		display: none;
	}
}
@media screen and (max-width: 680px) {
	.page_recruiter .table_cont table tr {
		display: table-row;
	}
	.page_recruiter .table_cont table th,
	.page_recruiter .table_cont table td{
		display: table-cell;
	}
	.page_recruiter .table_cont table{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 480px) {
	.page_text.faq_page{
		padding: 15px;
	}
	.page_privacypolicy .page_text .privacy_right {
		text-align: left;
	}
	.page_privacypolicy .page_text ol {
	    margin: 1em 1em 2em;
	}
	.page_recruiter .table_cont th,
	.page_recruiter .table_cont td,
	.page_recruiter .table_cont th.fontS {
		font-size: 10px;
	}
	.page_qanda .page_text h3,
	.page_recruiter .page_text h3 {
		font-size: 16px;
	}
	.page_qanda .page_text dt, .page_recruiter .page_text dt {
		font-size: 14px;
	}
	.page_recruiter .page_text .more {
		margin-top: 30px;
	}
}


/* トップページ 記事
----------------------------------------------- */
.siteTop .contents_m .contents_box {
	margin-bottom: 20px;
}
.contents_m .embed_job ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.qj-article {
	width: 100%;
}

.qj-article__ {
	max-width: 1140px;
	margin: 0 auto;
}

.qj-article__des__title {
	font-size: 16px;
	font-weight: bold;
    color: #003860;
    margin-bottom: 20px;
    text-align: center;
}

.qj-linkBtn {
	text-decoration: none;
	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;
}

.embed-articleListHorizntal__{
	width: 100%;
}
.qj-linkBtn__name {
	border: 1px solid #6688B5;
    color: #6688B5;
    background: #fff;
    text-decoration: none;
    border-radius: 30px;
    line-height: 1rem;
    padding: 17px 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    display: block;
    font-weight: normal;
    max-width: 240px;
    margin: 0 auto;
    position: relative;
}
.qj-linkBtn__name:after{
	content: ' ';
	display: block;
	position: absolute;
	right: 8%;
    top: 45%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1E1E1E;
    border-right: 2px solid #1E1E1E;
    transform: rotate(45deg) translate(0,-50%);
}
@media screen and (max-width: 480px) {
	.qj-linkBtn__name {
		max-width: 100%;
	}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 記事モジュール（講座・ガイド）
----------------------------------------------- */
.page_article .contents_box {
	padding-bottom: 20px;
}
.page_article .contents_box .guide h3 {
	font-size: 16px;
	margin-bottom: 4px;
}
.page_article.list .contents_box .view-articleCard .view-articleCard__body h3 {
	color: #0A7096;
}
.page_article .contents_box .guide .result-articleList__item {
	padding-bottom: 15px;
	border-bottom: 1px dashed #D9D9D9;
	margin-bottom: 15px;
}
.page_article .contents_box .guide .result-articleList__item:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.page_article .contents_box .guide .view-articleCard--list .view-articleCard__body {
	padding: 0 20px 0 15px;
	position: relative;
}
.page_article .contents_box .guide .view-articleCard--list .view-articleCard__body:after {
	position: absolute;
	content: "";
	display: block;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #BCC8E0;
    border-right: 2px solid #BCC8E0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page_article .contents_box .guide .view-articleCard {
	margin: 0;
}
.page_article .contents_m .course .teacher {
}
.page_article .contents_m .course .teacher dt {
	font-weight: bold;
	margin-bottom: 4px;
}
.page_article .contents_m .course .teacher dd {
	font-size: 13px;
	margin-bottom: 16px;
}
.page_article .contents_m .detailTxt h3 {
	margin-bottom: 4px;
	margin-top: 10px;
}
.page_article .view-articleParts {
	overflow: visible;
}
.page_article .googleMap iframe {
	width: 100%;
}
.page_article .contents_s .view-categoryList li {
	display: block;
    border-bottom: 1px solid #BCDAE0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%;
}
.page_article .contents_s .view-categoryList li a {
    font-size: 14px;
    color: #0A7096;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
	padding-right: 20px;
}
.page_article .contents_s .view-categoryList li a:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #BCC8E0;
    border-right: 2px solid #BCC8E0;
    transform: rotate(45deg) translate(0,-50%);
}
.page_article .contents_s .view-articleCard--min .view-articleCard__body {
	padding: 0 0 0 10px;
}
.page_article.detail .contents_s .view-articleCard--min,
.page_article.detail .contents_s .contents_box.same .view-articleCardThumb.view-articleCardThumb--list {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.page_article.detail .contents_s .view-articleCard--min h3 {
	color: #0A7096;
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
	-ms-line-clamp: 4;
	overflow: hidden;
}
.page_article.detail .contents_s .view-articleCardThumb--min .view-articleCardThumb__body__title {
	margin-bottom: 0;
	text-align: left;
	margin-top: 8px;
	color: #0A7096;
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	-ms-line-clamp: 3;
	overflow: hidden;
}
.page_article .contents_s .view-articleCard--min {
	margin-bottom: 15px;
}
.page_article .contents_s .view-categoryList__item {
	width: 100%;
}
.page_article .contents_s .contents_box {
	padding-bottom: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
.page_article .contents_m .guide.clear:after {
	clear:both;
	display: block;
	content: "";
}
.page_article .contents_m .guide .right {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	display: block;
}
.page_article .contents_m .guide .left {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	display: block;
}
.page_article .contents_m .guide {

}
.page_article .contents_m .guide h2 {
	margin-top: 20px;
}
.page_article .contents_m .guide p {
	font-size: 11px;
}
.page_article.detail .contents_s .view-categoryList__item__image {
	display: none;
}
.page_article.detail .contents_s .view-categoryList__item__name {
	padding: 0;
}
@media screen and (min-width: 481px) {
	.page_article .imgCont {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.page_article .imgCont li {
		width: calc(96%/3);
		text-align: center;
		height: 160px;
		display: block;
		position: relative;
		background: #fff;
		border: 1px solid #ccc;
		overflow: hidden;
	}
	.page_article .imgCont img {
		width: auto;
		height: 100%;
		display: block;
		position: absolute;
		top:50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.page_article .contents_m table.articleDetail {
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.page_article .contents_m table.articleDetail tr {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.page_article .contents_m table.articleDetail th {
		width: 120px;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.page_article .contents_m table.articleDetail td {
		width: calc(100% - 120px);
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 681px) {
	.contents_m table th {
	    vertical-align: text-top;
    	width: 220px;
		margin-right: 0;
	}
	.contents_m table th {
		padding: 10px 0 0;
	}
	.contents_m table td {
		padding-top: 0;
		width: calc(100% - 200px);
	}
/*
	.page_inquiry .contents_m .form_table textarea {
		width: 100%;
	}
*/
}
@media screen and (max-width: 680px) {
	.contents_m table tr {
		display: block;
	}
	.contents_m table th {
		display: block;
		margin-bottom: 5px;
	}
	.contents_m table td {
		display: block;
	}
	.contents_m .form_table input[type=text] {
		margin-bottom: 6px;
	}
}
@media screen and (max-width: 480px) {
	.contents_m .form_table input[type="text"] {
		width: 100%;
	}
	.page_article .imgCont li {
		margin-bottom: 10px;
	}
	.page_article .imgCont li a img {
		width: 100%;
	}
	.page_article .googleMap {
		margin-bottom: 30px;
	}
	.page_article .googleMap iframe {
		height: 360px;
	}
	.page_article.detail .articleDetail caption {
		padding-bottom: 10px;
	}
	.contents_m .embed_job {
		padding: 20px 10px;
	}
	.contents_m .list .job_container .jobtext p{
		font-size: 12px;
	}
	.searchResult .contents_m .main .list .title h3,
	.page_article .contents_m > .course > li > .list .title h3 {
		font-size: 16px;
	}
	.page_article.list .contents_m .result-articleList__item .view-articleCard__thumb img {
		width: 100px;
		height: auto;
	}
	.page_article.list .contents_box .view-articleCard .view-articleCard__body h3 {
		font-size: 14px;
	}
	.page_article.detail .contents_m .guide img.right,
	.page_article.detail .contents_m .guide img.left {
		max-width: 50%;
		height: auto;
	}
}


/*------------------------------------------
 企業アカウントでログイン時
-------------------------------------------*/
#wrapper.cuser{
	min-width: 1180px;
	width: 100%;
}
.cuser .contents_inline {
	width: 1180px;
}
.cuser .contents_m table tr{
	display: table-row !important;
	border-bottom: 1px solid #ccc;
}
.cuser .contents_m #midplan tr:nth-child(3){
	display: none !important;
}
.cuser .list_table table{
	border: 1px solid #ccc;
}
.cuser .list_table th{
	background: #eff4ff;
	border-bottom: 1px solid #ccc;
}
.cuser .info_table table img{
	width: 100%;
	max-width: 500px;
	height: auto;
	border: 1px solid #ccc;
}
.cuser .form_table table caption,
.cuser .info_table table caption{
	padding-bottom: 10px;
}
.cuser .table_job_option table th,
.cuser .table_job_option table td{
	border-right: 1px solid #ccc;
}
.cuser .table_job_option table td:nth-child(4) input[type="button"]{
	display: none;
}
.cuser #table_edit #japan input{
	margin-bottom: 10px;
}
.cuser .btn_clip.not{
	background: #777 !important;
	box-shadow: 0px 3px 0px 0px #555 !important;
}
.cuser #search_form select{
	height: 30px !important;
	padding: 5px;
}

/*お問い合わせ用テーブル*/
.cuser .check_table table,
.cuser .table_interview table,
.cuser .table_inquiry table,
.cuser .table_payJob_select table{
	border: 1px solid #ccc;
}
.cuser .check_table th,
.cuser .table_interview th,
.cuser .table_inquiry th,
.cuser .table_payJob_select th{
	background: #eff4ff;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
}
.cuser .check_table td,
.cuser .table_interview td,
.cuser .table_inquiry td,
.cuser .table_payJob_select td{
	padding: 10px;
	vertical-align: middle;
}
.cuser .check_table table caption,
.cuser .table_payJob_select caption{
	padding-bottom: 10px;
}
.cuser .page_registration .contents_m .form_table table,
.cuser .contents_m--recruitment_information .form_table table,
.cuser .info_table table,
.cuser .admin_info table{
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
.cuser .page_registration .contents_m .form_table th,
.cuser .page_registration .contents_m .form_table td,
.cuser .contents_m--recruitment_information .form_table table th,
.cuser .contents_m--recruitment_information .form_table table td,
.cuser .info_table th,
.cuser .info_table td,
.cuser .admin_info table th,
.cuser .admin_info table td{
	padding: 10px;
	border-right: 1px solid #ccc;
}
.cuser .page_registration .contents_m .form_table th,
.cuser .page_registration .contents_m .form_table td,
.cuser .contents_m--recruitment_information .form_table table th,
.cuser .contents_m--recruitment_information .form_table table td,
.cuser .info_table table th,
.cuser .info_table table td{
	vertical-align: middle;
	display: table-cell;
}
.cuser .page_registration .contents_m .form_table th,
.cuser .contents_m--recruitment_information .form_table table th,
.cuser .admin_info table th,
.cuser .info_table th,
.cuser .search_table #search_form table th{
	background: #eff4ff;
	border-right: 1px solid #ccc;
}
.cuser .search_table #search_form table th{
	vertical-align: middle;
}
.cuser .contents_m--recruitment_information .form_table table th,
.cuser .contents_m--recruitment_information .form_table table td,
.cuser .search_table #search_form table th,
.cuser .search_table #search_form table td{
	border: 1px solid #ddd;
	padding: 10px;
}
.cuser .page_registration .contents_m .form_table tr{
	margin-bottom: 0;
}
.cuser #search_form #japan{
	margin-top: 5px;
}
.cuser ul.sub_menu{
	margin-top: 0;
}
.cuser .plus.addition_ui{
	line-height: 2.5;
}
.cuser .form_table input[type="text"]{
	height: 30px !important;
	margin-right: 5px;
}
.cuser .form_table input[type="text"]:not(:first-child){
	margin-left: 5px;
}
.cuser input[type="text"],
.cuser .form_table select{
	height: 30px !important;
	min-width: 50px;
	margin-right: 5px;
	border: solid 1px #0A7096;
	border-radius: 3px;
}
.cuser .form_table select:not(:first-child){
	margin-left: 5px;
}
.cuser .form_table select:not(:last-of-type){
	margin-bottom: 10px;
}
.cuser .form_table button + br + textarea{
	margin-top: 5px;
}
.cuser table td div[class^="label"] label{
	line-height: 30px;
}
.cuser .admin_info {
	margin-bottom: 10px;
}
.cuser .job_container .info_table table{
	display: table;
}
.cuser .job_container .info_table table tr{
	width: 100%;
}
.cuser .job_container .info_table table th,
.cuser .job_container .info_table table td{
	display: table-cell;
	padding: 10px;
}
.cuser .job_container .info_table table td{
	width: 200px;
}
.cuser .sub_menu li{
	margin-bottom: 10px;
}
.cuser #search_form #stn select:not(:last-of-type){
	margin-bottom: 0;
}
.cuser .contents_m .button a.button,
.cuser .contents_m .button button,
.cuser .contents_m .button input[type="button"]{
	background: #0A7096;
    box-shadow: 0px 3px 0px 0px #07516D;
    width: auto;
    max-width: 100%;
    display: inline-block;
    border-radius: 3px;
    margin-right: 0;
}
.cuser p.button+p.button{
	margin-top: 10px;
}
.cuser .contents_m--recruitment_information .form_table table img{
	width: 100%;
	height: auto;
	max-width: 500px;
	border: 1px solid #ccc;
}
.cuser .page_registration .main{
	border: none;
	padding: 0;
	box-shadow: none;
}

/* 個別ページ */
.cuser .contents_m .page_text,
.cuser .page_qanda .contents_m .page_text{
	padding: 20px;
}

/* ニュース　*/
.cuser .page_news .contents_box{
	border: none;
	box-shadow: none;
	padding: 0;
}
.cuser .contents_box.news a{
	color: #0A7096;
	text-decoration: none;
	font-weight: bold;
    font-size: 14px;
}
.cuser .contents_box.news ul li p{
	position: relative;
}
.cuser .contents_box.news ul li span{
	color: #777;
	margin-bottom: 3px;
	display: block;
}
.cuser .contents_box.news ul li p:after{
	content: ' ';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #BCC8E0;
    border-right: 2px solid #BCC8E0;
    transform: rotate(45deg) translate(0,-50%);
}
.cuser .contents_box.news ul{
	margin-bottom: 10px;
}
.cuser .contents_box.news ul li{
	margin-bottom: 7px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.cuser .contents_box.news ul li:last-of-type{
	margin-bottom: 0;
}
.cuser #pay_simple ul li{
	margin-bottom: 10px;
}

/* インタビュー */
.cuser .contents_m .interview_body h3{
	margin-top: 0;
}
.cuser .contents_m .interview_body p{
	margin-bottom: 30px;
}
.cuser .contents_m .interview_body p img{
	display: block;
	float: none;
}

@media screen and (max-width: 680px) {
	.cuser .info_table table{

	}
	.cuser .info_table table tr{

	}
	.cuser .contents_m table th,
	.cuser .contents_m table td{
		display: table-cell;
		width: auto;
	}
	.cuser .cmslBlock--3 .cmslBlock__{
		width: 100%;
	}
	.cuser .search_table input[type="radio"]{
		position: static;
	}
}

/*------------------------------------------
 求職者ユーザーでログイン時
-------------------------------------------*/
/* コンテンツ背景、余白 */
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.cUser_info) .main:not(#job_special){
}
.nuser .cUser_info .cuser_container{
	background: #fff;
	border: 1px solid #BCC8E0;
    box-shadow: 0px 0px 3px 0 rgba(0,0,0,.1);
    padding: 20px;
}
.nuser .contents_m .page_text{
	padding: 20px;
}

.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview) table a{
	color: #0A7096;
}

/* 検索ページなどのボタン */
.nuser .button a.button,
.nuser .sub_menu a,
.nuser .button input[type="button"]{
	background-color: #0A7096 !important;
    box-shadow: 0px 3px 0px 0px #07516D !important;
    color: #fff;
    border-radius: 3px;
}
.nuser .button a.button{
	margin-top: 10px;
}
.nuser .sub_menu .back a,
.nuser .button .back input[type="button"]{
	background-color: #ddd !important;
	box-shadow: 0px 3px 0px 0px #555;
	border: 1px solid #555;
	border-radius: 3px;
}

/*　テーブルの下にあるボタン */
.nuser table + .button{
	margin-top: 20px;
}
.nuser .contents_m .message a{
	color: #297CA6;
}

/* フォーム関連 */
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_article):not(.article_result) input[type="text"],
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) input[type="password"],
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) select{
    height: 30px !important;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #0A7096;
}

/*　マイページ検索用、履歴書用のテーブル */
.nuser .form_table,
.nuser .info_table table,
.nuser .check_table table{
	margin-top: 30px;
}
.nuser .form_table caption,
.nuser .info_table caption,
.nuser .check_table caption{
	text-align: center;
	padding-bottom: 10px;
}
.nuser .form_table table,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table table,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table{
}
.nuser .form_table table tr,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table tr,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table table tr,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table tr{
	display: table-row;
}
.nuser .form_table table th,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table th,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table table th,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table th{
	vertical-align: middle;
    display: block;
    padding: 0;
    margin-bottom: 15px;
}
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table th{
	width: 12%;
}
.nuser .form_table table td,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table td,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table table td,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table td{
	vertical-align: middle;
    display: block;
    color: #707070;
    padding: 0;
    margin-bottom: 15px;
}
.nuser .form_table table label,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table label,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table label,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table label{
	margin: 0 !important;
}
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table img,
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article) .info_table img,
.nuser .form_table table img{
	width: 100%;
	height: auto;
}

/*　マイページ検索結果一覧用のテーブル */
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.cUser_info) .list_table table{
	margin-bottom: 10px;
}
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.cUser_info) .list_table table tr{
	display: flex;
    font-size: 11px;
    margin-bottom: 6px;
}
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.cUser_info) .list_table table tr:not(:last-of-type){
}
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.cUser_info) .list_table table th{
	display: block;
    width: 70px;
    padding: 0;
    font-size: 11px;
    border: none;
}
.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.cUser_info) .list_table table td{
	display: block;
    width: calc(100% - 75px);
    margin-bottom: 0;
    padding: 0;
    border: none;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
}

/* マイページ、メッセージ送信フォーム　*/
.nuser .table_inquiry table{
	border:1px solid #ccc;
	margin-bottom: 15px;
	border-radius: 3px;
    background: #fff;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.16);
    padding: 16px 10px;
}
.nuser .table_inquiry table tr{
	display: table-row;
}
.nuser .table_inquiry table th{
	background: #eff4ff;
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.nuser .table_inquiry table td{
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
.scroll_caution{
	display: none;
}

@media screen and (max-width: 768px) {
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table th{
		width: 12%;
		font-size: 13px;
	}
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.cUser_info) .list_table th{
		white-space: nowrap;
		text-align: center;
	}
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table label{
    	margin-bottom: 7px !important;
    	display: inline-block;
	}
}
@media screen and (max-width: 680px){
	.scroll_caution{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 5px 0px;
	}
	.triangle1{
		width: 0;
		height: 0;
		border-left: 7px solid #0A7096;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		display: block;
		margin-left: 5px;
	}
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table label{
		width: 49%;
	}
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .table_inquiry input[type="text"],
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .table_inquiry textarea{
		width: 100%;
	}
	.nuser .form_table table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .table_inquiry table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .table_inquiry table td,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .info_table table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table td,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .info_table table td,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table td{
		width: 100% !important;
		margin-bottom: 0;
	}
	.nuser .form_table table th,
	.nuser .form_table table td,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .table_inquiry table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .table_inquiry table td,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table table td,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table td,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table td{
		border-right: 0;
		border-left: 0;
	}
	.nuser .form_table table,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .search_table table{
		border-bottom: 0;
	}
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.cUser_info) .list_table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.cUser_info) .list_table td{
		display: table-cell;
	}
	.list_table::-webkit-scrollbar{　　
		width: 10px;
		height: 10px;
	}
	.list_table::-webkit-scrollbar-track{
		border-radius: 10px;
		box-shadow: 0 0 4px #aaa inset;
	}
	.list_table::-webkit-scrollbar-thumb {
	background-color: #0A7096;
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
	}
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.cUser_info) .list_table table{
		width: 600px;
	}
}
@media screen and (max-width: 480px){
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.cUser_info) .main{
	}
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table table th,
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table table td{
		margin: 0;
	}
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table table th{
		font-size: 14px;
		margin-bottom: 4px;
	}
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.page_article):not(.job_special) .info_table table td{
		font-size: 12px;
		margin-bottom: 14px;
	}
	.nuser #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.cUser_info) .list_table table{
		width: auto;
	}
}



/*------------------------------------------
 未ログイン時
-------------------------------------------*/
/* ボタン */
.nobody .sub_menu a,
.nobody .button input[type="button"]{
	background-color: #0A7096 !important;
    box-shadow: 0px 3px 0px 0px #07516D;
    color: #fff;
    border-radius: 3px;
}
.nobody .sub_menu .back a,
.nobody .button .back input[type="button"]{
	background-color: #ddd !important;
	box-shadow: 0px 3px 0px 0px #555;
	border: 1px solid #555;
	border-radius: 3px;
}
.nobody .login_table table,
.nobody .form_table table{
	margin-bottom: 20px;
}
.nobody .form_table table,
.nobody .info_table table,
.nobody .check_table table{
	margin-top: 30px;
}
.nobody .form_table caption,
.nobody .info_table caption,
.nobody .check_table caption{
	text-align: center;
	padding-bottom: 10px;
}

.nobody .form_table table,
.nobody .login_table table,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.job_special) .info_table table{
}
.nobody .form_table table tr,
.nobody .login_table table tr,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table tr,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.job_special) .info_table table tr{
	display: table-row;
}
.nobody .form_table table th,
.nobody .login_table table th,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table th,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.job_special) .info_table table th{
    vertical-align: middle;
    display: block;
    padding: 0;
    margin-bottom: 15px;
}
.nobody .form_table table td,
.nobody .login_table table td,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table td,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.job_special) .info_table table td{
    vertical-align: middle;
    display: block;
    color: #707070;
    padding: 0;
    margin-bottom: 15px;
}

.nobody .form_table table label,
.nobody .login_table table label,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table label,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview) .info_table label{
	margin: 0 !important;
}

.nobody .form_table table img,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table img,
.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview) .info_table img{
	width: 100%;
	height: auto;
}
.nobody .page_inquiry .form_table table{
	margin-top: 0;
}
.nobody .table_nobody_regist{
	background: #fff;
	padding: 15px;
	box-shadow: 0px 0px 3px 0 rgba(0,0,0,.1);
	border: 1px solid #BCC8E0;
	border-radius: 3px;
}
.nobody .table_nobody_regist table{
	margin-bottom: 20px;
	margin-top: 10px;
}
.nobody .cUser_info .cuser_container{
	background: #fff;
	border: 1px solid #BCC8E0;
    box-shadow: 0px 0px 3px 0 rgba(0,0,0,.1);
    padding: 20px;
}
@media screen and (max-width: 680px){
	.nobody .table_nobody_regist table th,
	.nobody .table_nobody_regist table td,
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview) .form_table table th,
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview) .form_table table td,
	.nobody .login_table table th,
	.nobody .login_table table td {
		border-right: 0 !important;
	}
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.nobody_regist) .form_table table td,
	.nobody .login_table table,
	.nobody .nobody_regist_check .check_table,
	.nobody .table_nobody_regist table {
		border-bottom: 0 !important;
	}
	.nobody .table_nobody_regist table th{
		width: 100% !important;
	}
}
@media screen and (max-width: 480px){
	.nobody .form_table table td,
	.nobody .login_table table td,
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table td,
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.job_special) .info_table table td,
	.nobody .form_table table th,
	.nobody .login_table table th,
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table th,
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.job_special) .info_table table th{
		margin: 0;
	}
	.nobody .form_table table th,
	.nobody .login_table table th,
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table th,
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.job_special) .info_table table th{
		font-size: 14px;
		margin-bottom: 4px;
	}
	.nobody .form_table table td,
	.nobody .login_table table td,
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail) .check_table table td,
	.nobody #contents:not(.siteTop):not(.searchResult):not(.page_jobDetail):not(.page_history):not(.page_news):not(.page_clip):not(.page_interview):not(.job_special) .info_table table td{
		font-size: 12px;
		margin-bottom: 15px;
	}
}

/*@media screen and (max-width: 480px){
	.nobody .siteTop #foot #pagetop{
		bottom: 66px;
	}
}*/

/*------------------------------------------
 2020/02/13 修正 shima
-------------------------------------------*/
#contents.resetter #inputPassword {
	margin-bottom: 10px;
}
#contents.resetter .form_table table {
	margin-top: 0;
}
.margintop20 {
	margin-top: 20px;
}
.margintop30 {
	margin-top: 30px !important;
}
.backgroundNone {
	background: none !important;
}
.cuser .form_table .marginleft_ajust input[type="text"]:not(:first-child),
.cuser .form_table .marginleft_ajust select:not(:first-child){
	margin-left: 0;
}
.input_rightTxt {
	padding-top: 5px;
}
@media screen and (max-width: 680px) {
	.sp_borderNone_lowerright td,
	.sp_borderNone_lowerright th {
		border-right: none !important;
	}
	.sp_table_borderbottomNone table {
		border-bottom: none !important;
	}
	.sp_margin10 {
		display: block;
		margin-bottom: 10px;
	}
	.info_table #map {
		width: 100% !important;
	}
}

/*------------------------------------------
 2020/02/20 修正 taka
-------------------------------------------*/
.job_special img{
	max-width: 100%;
	height: auto;
}
.job_special .page_text{
	padding: 20px !important;
}
.job_special .page_text p{
	margin-bottom: 10px !important;
}

/*------------------------------------------
 2020/11/06 modal banner add
-------------------------------------------*/
.overlay{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
}
.btn_area{
	width: 90%;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 2;
	border-radius: 6px;
	text-align: center;
}
.btn_area div{
	padding: 30px 15px 15px;
}
.btn_area div a{
	display: inline-block;
	margin: 10px 0;
}
.btn_area button{
	display: block;
	margin: 0 auto;
	border-radius : 5px;
	font-size     : 12px;
	text-align    : center;
	cursor        : pointer;
	padding       : 12px 12px;
	background    : #607D8B;
	color         : #ffffff;
	line-height   : 1em;
	transition    : .3s;
	box-shadow    : 0px 2px #46626f;
	border        : none;
}
.btn_area img{
	max-width: 100%;
	max-height: calc(100vh - 250px);
}
.btn_close{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	text-align: right;
	color: #9E9E9E;
}
.newicon{
	font-size: 10px;
	font-weight: bold;
	background-color:#f78f9b;
	color:white;
	border-radius: 2px;
	padding:3px 10px;
	display: inline-block;
	text-align: left;
	margin-bottom: 3px;
	display: none;
	border-radius: 50px;
	}
p.movie_caution {
	color: #ee3344;
	font-size: 13px;
	font-weight: bold;
	margin-top: 7px;
}
/*メインスライド下のロゴスライド*/
.infiniteslide_wrap {
	background-color: #fff;
	margin: 20px 0px;
	}
ul.infiniteslide{
	margin-top:20px;
	margin-bottom:20px;
}
ul.infiniteslide li{
	margin-right:50px;
	line-height: 0;
}
.infiniteslide li img {
	height: 60px;
}
img.small{
padding: 0px 20px;
}
@media screen and (max-width: 375px) {
.infiniteslide_wrap {
	background-color: #fff;
	margin: 10px 0px;
}
}

/* 会員登録の画像 */
.info_image {
    margin: 20px 0;
}

/* PC表示用のスタイル */
@media screen and (min-width: 769px) {
    .info_image #slider {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        padding: 0;
    }

    .info_image #slider li {
        width: 32%;
    }

    .info_image #slider li img {
        width: 100%;
        height: auto;
    }
}

/* SP表示用のスタイル */
@media screen and (max-width: 768px) {
    .info_image {
        margin: 20px 0;
        padding: 0 20px;  /* スライダー全体の左右パディングを追加 */
    }

    .info_image #slider {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .info_image #slider li {
        padding: 0;  /* 個別のスライドのパディングを削除 */
    }

    .info_image #slider li img {
        width: 100%;
        height: auto;
        margin: 0 auto;  /* 画像を中央寄せ */
    }

    /* Slickスライダーのドットナビゲーション調整 */
    .info_image .slick-dots {
        bottom: -25px;
    }

    /* 矢印ナビゲーションの位置調整 */
    .info_image .slick-prev {
        left: -25px;
    }
    
    .info_image .slick-next {
        right: -25px;
    }
}

.signup_advice{
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
    max-width: 100%;
	text-align: center;
}
.signup_advice p{
	font-weight: bold;
	font-size: 0.9rem;
}
.signup_advice-btn {
	width: 350px;
    max-width: 100%;
	margin-top: 10px;
    display: inline-block;
    padding: 12px 32px;
    background-color: #4caf50;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1.5;
}

/* ホバー時のスタイル */
.signup_advice-btn:hover {
    opacity: 0.5;
}

/* 無効時のスタイル */
.signup_advice-btn:disabled,
.signup_advice-btn.disabled {
    background-color: #ffcccc;
    border-color: #ffcccc;
    color: #666;
    cursor: not-allowed;
    opacity: 0.7;
}

/*会員登録モーダル*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  background: white;
  padding: 2em;
  border-radius: 10px;
  text-align: center;
  width: 500px;
  max-width: 90%;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  border-radius: 5px;
}
.popup-message {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}
#top #registerPopup .menu_search {
    margin-bottom: initial;
}
.close-button {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: initial;
    color: #6688b5;
}
 
.close-button::before, .close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #6688b5; /* バツ印の色 */
}
 
.close-button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.close-button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width: 680px) {
	#top #registerPopup h2{
		font-size: 16px;
	}

	#top #registerPopup .menu_search {
    	padding: initial;
	}
	.popup-content {
		padding: 1em;
	}
	.close-button {
		top: 0px;
		right: 0px;
	}
}
