@charset "UTF-8";

/*-----------------------------------------------
  common
-----------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.5rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	font-family: /*游ゴシック体, 'Yu Gothic', YuGothic,*/ 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#333;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ul, ol, fieldset, form, label, legend, caption, tfoot, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;prBox
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
label.btn.btn-blue.active { z-index: 1; }
h1, h2, h3, h4, h5, h6 { line-height: 1.4em; }

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none !important;
    border-radius: 0;
    border: none;
	background-color: #FFF;
	padding: 6px;
}

button, input, select, label {
	cursor: pointer;
}

.form-control select {
	padding: 0;
}

select::-ms-expand { display: none; }

label {
	 outline: none !important;
}

.select-label {
	position: relative;
	border: 1px solid #ccc;
	font-weight: normal;
}

.select-label:after {
    width: 8px;
    height: 8px;
    top: 11px;
    right: 11px;
    content: '';
    position: absolute;
    transform: rotate(45deg);
    border-bottom: 1px solid #5c5c5c;
    border-right: 1px solid #5c5c5c;
	pointer-events:none;
}

@-moz-document url-prefix() {
  .select-label:after {
	  z-index: -1;
  }
}

.ff-gothic {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.btn-blue {
	background-color: #ddd;
	margin-right: 1px;
	margin-left: 0 !important;
}

.btn-blue.active {
	background-color: #0068b5;
	color: #FFF;
}

* {
	-webkit-appearance: none;
}

input, textarea {
	border: 1px solid #ccc;
}

::-webkit-input-placeholder {
	color: #adadad;
}

th, td {
	word-break: break-all;
}

.en {
	font-family: 'Roboto', sans-serif;
}

.ti, .mincho, #mainSearch h1, #employSearch h2, #employSearch input[type="checkbox"] + label, #employSearch > li ul > li, #recruitRecommend h2, input[type="checkbox"]:checked + div + div + .ribbon span, #selectAreaBtn span, #searchSubmit li, .addTerms span, .icon-close p, .icon-close-sub {
	font-family: YuKyo-Medium, "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

a, a:hover {
	color:#333;
}

a, a img {
	transition: all 0.3s ease;
}

a, a:hover, a:visited, a:active {
	text-decoration:none !important;
}

ul {
	list-style: none;
}

.inner {
	width:90%;
	max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    max-width: initial;
    box-shadow: 0px 0px 50px -40px #000000;
    background-color: #ffffff;
}

.spaceSection {
	margin:0 15px;
}

.secPd {
	padding:20px 0;
}

.secPd.bgGray {
	margin-bottom: 20px;
}
#recruitRecommend.secPd.bgGray {
	padding-bottom: 0;
}

.ti {
	text-align:center;
	margin-bottom:20px;
}

.sectTi {
	text-align:center;
	margin-bottom:50px;
	font-size:3.7rem;
	font-weight:bold;
}

.line03 {
  background: #0068b5;
  border: 0;
  height: 1px;
  position: relative;
}
 
.line03:before,
.line03:after {
  background: #0068b5;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}
 
.line03:before {
  top: -2px;
}
 
.line03:after {
  top: 2px;
}

.photoWrap {
	overflow:hidden;
}

.object-fit-img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.blueBtn {
	background-color:#0068b5;
	color:#FFF;
	transition: all 0.3s ease;
}

.bgGreen { background-color:#74c538; }
.bgPaleGreen { background-color:#e5ffa6; }
.bgBlue { background-color:rgba(0,104,181,.1); }
.bgSkyBlue { background-color:#009bff; }
.bgNavy { background-color:rgba(29,81,184,.2); }
.bgOrange { background-color:#ff7200; }
.bgPink { background-color:#ff61ff; }
.bgPastelPink { background-color:rgba(228,0,127,.2); color:rgba(228,0,127,1); }
.bgPalePink { background-color:#f7e8ef; }
.bgRed { background-color:#ff1201; }
.bgCalmRed { background-color:#e83828; }
.bgGray { background-color: #f5f5f5; }

a.bgPaleGreen:hover { background-color:#ceed6e; }
a.bgBlue:hover { background-color:rgba(0,104,181,.3); }
a.bgNavy:hover { background-color:rgba(29,81,184,.4); }
a.bgPalePink:hover { background-color:#efd3e0; }

.bgMintGreen { background-color:rgba(0,162,154,.2); color:rgba(0,162,154,1); }
.bgOrange2 { background-color:rgba(255,114,0,.2); color:rgba(255,114,0,1); }
.bgBlue2 { background-color:rgba(0,104,181,.2); color:rgba(0,104,181,1); }
.bgRed2 { background-color:rgba(255,18,1,.2); color:rgba(255,18,1,1); }


.boxRed {
	background-color: #ff0000;
	color: #FFF;
	font-weight: bold;
}

.bdrRed { border:1px solid #ff0000 }

.bdrBtmGray { border-bottom: 1px dotted #ccc; }

.txtRed { color: #ff0000; }

.simpleHeading {
	text-align: center;
	font-size: 2rem;
	margin: 0 auto 20px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
	height:3px;
	background-color: rgba(128,128,128,.4);
}
::-webkit-scrollbar-thumb {
	background-color: rgba(128,128,128,.4);
}

a.disabled {
	opacity: .5;
	pointer-events: none;
}

.innerLink, .userEdit a {
	color: rgba(0,104,181,1);
	text-decoration: underline !important;
}
.innerLink:hover, .userEdit a:hover {
	color: rgba(0,104,181,1);
	text-decoration: none !important;
}


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

.img-responsive {
	width:100%;
}

.row.mp0 {
	margin:0;
}
.row.mp0 > div {
	padding:0;
}

.modal-body {
	padding:0;
}

.modal-content {
	border-radius:0;
}

.modal-footer {
	border:none;
}

.panel, .panel-group {
	margin-bottom:0;
}

.panel {
	border:none;
	border-radius:0;
	box-shadow:none;
}

.modal-header {
	background:url(../images/bdr.svg) center 100% / 90% 3px repeat-x #FFF;
	border:none;
}

/*-----------------------------------------------
  flex
-----------------------------------------------*/
  
.rowFlex {
    display:-ms-flexbox; /*IE10*/
    display:-webkit-flex; /*old webkit browser*/
	display:flex;
	width:100%;
}

.rowAutoW {
	flex-grow:0;
	flex-shrink:1;
	flex-basis:auto;
	flex:1;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .rowAutoW { flex: 1 0 0%; } /* IE11 */	
}

.rowRight {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
    justify-content: flex-end !important;
}

.rowWrap {
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	flex-wrap: wrap;
}

.rowBetween {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rowCenter {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rowMiddle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rowReverse {
    -webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction : row-reverse;
}

.rowColmun {
	-webkit-flex-direction: column;
	-ms-flex-direction:column;
	flex-direction: column;
}

/*-----------------------------------------------
  input, btn
-----------------------------------------------*/

.check_mark {
	position: relative;
}

.check_mark:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #F0F0F0;
}

.check_mark:after {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
    left: 3px;
    width: 11px;
    height: 7px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: rgba(128,128,128,.2);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type="checkbox"]:checked + .check_mark:before{
	background-color: #000 !important;
}

input[type="checkbox"]:checked + .check_mark:after {
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

input.font-awesome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

/* checkbox none */

.areaBox input[type="checkbox"],
.selectJob input[type="checkbox"],
.addTermsList input[type="checkbox"] {
	display:none;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
}

/*-----------------------------------------------
  icon
-----------------------------------------------*/

.icon_plus,
.icon_cross {
	display: block;
	position: relative;
	width: 19px;
	height: 19px;
}

.icon_plus:before,
.icon_plus:after,
.icon_cross:before,
.icon_cross:after {
	display: block;
	content: '';
	background-color: #333;
	position: absolute;
}

.icon_plus:before,
.icon_cross:before {
	width: 1px;
	height: 19px;
	top: 0;
	left: 9px;
}

.icon_plus:after,
.icon_cross:after {
	width: 19px;
	height: 1px;
	top: 9px;
	left: 0;
}

.icon_cross:before,
.icon_cross:after {
	transform:rotate(45deg);
}

.icon-close,
.icon-close-sub {
	border: 1px solid #333333;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.icon-close span,
.icon-close-sub span {
	display: flex !important;
	justify-content: center;
	font-size: 1.7rem;
	line-height: 1.2;
	padding: 0 !important;
	margin: 0 !important;
}

.icon-close .icon_cross,
.icon-close-sub .icon_cross {
	margin-right: 5px;
}

/*-----------------------------------------------
  header
-----------------------------------------------*/

header a {
	display:block;
}

#mainHeader {
	background:url(../images/bdr.svg) center 100% / 90% 3px repeat-x #FFF;
}

#mainHeader.fixed {
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#mainHeadWrap {
	padding:8px 10px 12px 10px;
}

#mainHeadWrap h1 {
	font-size: 1.5rem;
	margin-left:20px;
}

#mainHeadWrap h1 span {
	font-size: 1.5rem;
	line-height:1.4;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    height: 100%;
}

.fixed #mainHeadWrap {
	padding:6px 8px 10px 8px;
}

#headLogo {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#headLogo img {
	width: 200px;
}

.fixed #headLogo img {
	width: 180px;
}

#headNav {
	padding-right: 40px;
}

#headNav ul {
    align-items: center;
}

#headNav li {
	margin:0 10px;
	align-self:flex-end;
}

#headNav li:not(:last-child) {
	min-width: 60px;
}

#headNav li a {
	color:#0068b5;
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	white-space:nowrap;
}

#headNav li .newsBadge {
	position:relative;
}

#headNav li .newsBadge i {
	color:#0068b5;
}

#headNav li .newsBadge span {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    text-align: center;
    position: absolute;
    right: 5px;
    bottom: 23px;
    width: 17px;
    height: 17px;
    font-size: 1rem;
    border-radius: 50px;
    background-color: #ff0012;
    color: #FFF;
}

#headNav i {
	display:block;
}

#headNav #headLogin,
#headNav #headNews { margin-left: 0; }

#headNav #headCompany i { font-size:3rem; margin-bottom:3px; }
#headNav #headLogin i,
#headNav .headLogin i { font-size:3.5rem; }
#headNav #headLogout i { font-size:3.3rem; }
#headNav #headConsider i { font-size:3.5rem; }
#headNav #headNews i { font-size:3rem; margin-bottom:4px; }
#headNav #searchBtn i { font-size:3rem; margin-bottom:3px; }

.fixed #headNav #headCompany i { font-size:2.5rem; }
.fixed #headNav #headLogin i { font-size:3rem; }
.fixed #headNav #headLogout i { font-size:3rem; }
.fixed #headNav #headConsider i { font-size:3rem; }
.fixed #headNav #headNews i { font-size:2.5rem; }
.fixed #headNav #searchBtn i { font-size:2.5rem; }

.fixed #headNav li a { font-size: 1.1rem; }

@media (min-width: 1420px) {
	#headNav {
		padding-right: 0;
	}
}
@media (min-width: 1300px) {
	#mainHeadWrap h1 span br {
		display:none;
	}
}
@media (max-width: 991px) {
	#headLogo img {
		width: 200px;
	}
	.fixed #headLogo img {
		width: 180px;
	}
	#mainHeadWrap h1 {
		display:none;
	}
}

/*-----------------------------------------------
  drawer
-----------------------------------------------*/

.drawer-hamburger {
	width: 3rem;
	padding: 18px 0 30px;
}
.drawer--right .drawer-hamburger {
    right: 20px;
}
.drawer--right.drawer-open .drawer-hamburger {
	right:10px;
}
.drawer--right .fixed .drawer-hamburger {
	margin:5px 0;
}
.drawer-menu {
	padding: 0 0 0 0;
}
.drawer-menu a {
	padding: 10px 60px 10px 20px;
    color: #0068b5;
    font-weight: bold;
	border-bottom: 1px solid rgba(71,162,255,.2);
}
.drawer-menu a:hover {
	background-color: rgba(71,162,255,.1);
}
.drawer-hamburger-icon {
	margin-top: 7px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background-color:#333;
	height:4px;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	top:-8px;
}
.drawer-hamburger-icon:after {
	top:8px;
}
.drawer-toggle .drawerTxt {
	display: block;
    margin-top: 13px;
    font-size: 1.2rem;
	font-weight:bold;
	white-space: nowrap;
}
.drawer-open .drawer-toggle .drawerTxt {
	display:none;
}
.drawer-nav {
	z-index:1002;
	width:30rem;
}
.drawer--right .drawer-nav {
	right:-30rem;
}
.drawer-overlay {
	z-index:1001;
}
.fixed-drawer {
	padding-top:12px;
}
.fixed-drawer .drawerTxt { margin-top: 11px; }

@media(max-width: 767px) {
	.drawer--right .drawer-hamburger {
		right:15px;
		padding-top:20px;
	}
}

/*------------------------------------------------------------
  common contents
------------------------------------------------------------*/

#puCompany .bnrList {
	background-color:#f2f2f2;
	padding:20px;
}

#puCompany .bnrList .row,
#memberEntry .row,
#usefulCont .row,
.companyList > div > ul,
.recruitGlance .recruitList {
	margin-left:-10px;
	margin-right:-10px;
}

#puCompany .bnrList .row > div,
#memberEntry .row > div,
#usefulCont .row > div,
.companyList > div > ul > li,
.recruitGlance .recruitList li {
	padding-left:10px;
	padding-right:10px;
}

#memberEntry {
	background-color:rgba(0,104,181,.2);
	color:#0068b5;
	text-align:center;
	padding:40px 20px;
	margin-bottom:20px;
}

#memberEntry > p {
	margin: 20px 0 30px;
}

#memberEntry h2, #memberEntry h3 {
	font-weight:bold;
}

#memberEntry h3 {
	font-size:2rem;
	margin: 20px 0;
}

#memberEntry .row > div > div {
	background-color:#FFF;
	padding: 25px;
}

#memberEntry .row > div > div i {
	font-size:8rem;
}

#memberEntry .row > div > div p,
#usefulCont .row > div > a > div p {
	font-size:1.3rem;
}

@media (max-width:991px) {
	#memberEntry .row > div > div {
		margin-bottom: 10px;
	}
}

#memberEntry a {
	background-color:#0068b5;
	border:3px solid #0068b5;
	color:#FFF;
	display: block;
    margin-top: 30px;
    padding: 10px;
}

#memberEntry a:hover {
	background-color:#FFF;
	color:#0068b5;
}

.companyList > div > ul > li,
.companyList > div > div > ul > li {
	margin-bottom:20px;
}

.companyList > div > ul > li > a,
.companyListMain > div  > ul > li > div {
	border:1px solid #EEE;
	display:block;
	position: relative;
}

.companyList.bgGray > div > div > ul > li > a > div {
	background-color: #FFF;
	border:1px solid #EEE;
}

.companyListMain > div  > ul > li > div,
.recruitList > li > div {
	padding-bottom:67px;
}

/*
.companyList .photoWrap {
	width:74px;
	height:80px;
}
*/

.companyListMain .photoWrap {
	width:100%;
	/*height:200px;*/
	height:auto;
	overflow:hidden;
	position:relative;
}

.companyList .photoWrap img {
	width:100px;
	height:100px;
	margin-left:-13px;
	margin-top: -10px;
}

.companyListMain .photoWrap img {
	width:100%;
	/*height:200px;*/
	height:auto;
	margin-left:0;
	margin-top: 0;
}

.ribbon, .employStatus, .salary {
	color:#FFF;
	position:absolute;
	font-size:1.2rem;
	line-height:1;
}

.ribbon {
	top:0;
	right:10px;
	padding:15px 0 13px;
	width:40px;
	text-align:center;
	font-size: 1.5rem;
}

.ribbon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    
}
.ribbon.bgRed:after {
	border-top: 7px solid #ff1201;
}
.ribbon.bgPink:after {
	border-top: 7px solid #ff61ff;
}

.employStatus {
	bottom:10px;
	left:0;
	border-radius:0 3px 3px 0;
	padding:5px 8px;
}

.employStatus.secondChd {
	bottom:40px;
}
.employStatus.thirdChd {
	bottom:70px;
}
.employStatus.fourthChd {
	bottom:100px;
}
.employStatus.fifthChd {
	bottom:130px;
}
.employStatus.sixthChd {
	bottom:160px;
}

.salary {
	display: none;
	background-color:#4d4d4d;
	bottom:10px;
	right:0;
	border-radius:3px 0 0 3px;
	padding:5px;
}

.salary:before {
	content:'\f157';
	font-family: FontAwesome;
	margin-right:3px;
}

.companyList .companySum {
	padding:5px;
}

.companyListMain .companySum {
	padding:10px;
}

.companyList .companyLogo {
	max-height: 26px;
    width: auto;
}

.companyList h3 {
	color:#0068b5;
	font-size: 1.4rem;
	margin-right:10px;
	font-weight:bold;
	margin-bottom: 10px;
}
.companyList h3:hover {
	text-decoration:underline;
}

.companyList .companyName {
	border-bottom: 1px solid #EEE !important;
    padding: 0 0 5px 0 !important;
    margin-bottom: 5px !important;
	position: static;
    text-align: left;
}

.companyListMain .companyName {
	border:none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.companyList .companyName img {
	margin-right:5px;
}

.areaListMain {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	flex-wrap: wrap;
}

.companyList .classCount,
.areaList li,
.areaListMain li a {
	font-size: 1.2rem;
    background-color: #ebebeb;
    line-height: 1;
    padding: 3px 5px;
    text-align: center;
	white-space:nowrap;
	margin:0 5px 5px 0;
	border-radius:3px;
	font-weight: bold;
	transition: all 0.3s ease;
}

/*
.areaList li:hover,
.areaListMain li a:hover {
	background-color:#0068b5;
	color:#FFF;
}
*/

.areaList li:before,
.areaListMain li a:before {
	content:'\f041';
	font-family: FontAwesome;
	margin-right:3px;
}

.areaList li,
.areaListMain li a {
	display:inline-block;
	border-radius:20px;
	color:#0068b5;
	cursor:text;
	pointer-events: none;
}

.companyList .blueBtn {
	width: 60px;
    margin-left: 10px;
	margin: 5px 5px 5px 0;
}

.companySum > a, .companySum > div {
	display:block;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px;
}

.companySum .blueBtn {
	margin:0;
	width:100%;
	padding:10px 0;
	display:block;
	font-size: 1.8rem;
}

.companyList .blueBtn p {
	height:100%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.companyList a:hover .blueBtn,
.nameBox > .blueBtn:hover,
.companySummary .blueBtn:hover {
	opacity:.7;
	color:#FFF;
}

.companySum h4 {
	font-weight:bold;
	margin:10px 0;
	line-height:1.4;
}

.companyListMain h4 span,
.recruitList h4 span,
.tblRequirements span {
	display:inline-block;
	color:#FFF;
	background-color:#e83828;
	padding: 4px 6px;
    font-size: 1rem;
	line-height:1;
	border-radius:2px;
	vertical-align: top;
	margin-left:5px;
	margin-top: 3px;
}

.tblRequirements span.small {
	color: #337ab7;
	background: #FFF;
	padding: 3px 4px;
	font-size: 1.125rem;
}

.tblRequirements span.text-danger {
	color: #FFF;
	background: #e83828;
}

.termsList {
	margin:0 0 10px 0;
}

.termsList li {
	display:inline-block;
	font-size: 1.2rem;
	line-height: 1;
	color:rgba(29,81,184,1);
	background-color:rgba(29,81,184,.2);
	text-align: center;
    white-space: nowrap;
    margin: 0 5px 5px 0;
	padding:5px 7px !important;
	font-weight:bold;
	border-radius:2px;
}

.recruitSummary {
	margin:0 0 10px 0;
}

.companyListMain > div > ul > li > div, .recruitList > li > div { padding-bottom: 53px !important; }

.recruitOther {
	margin:40px 0 20px;
	height: auto !important;
	position: static !important;
}

.recruitOther > p {
	border-bottom:1px dotted #ccc;
	color:rgba(29,81,184,1);
	font-size:1.2rem;
	font-weight:bold;
	padding-bottom:5px;
	text-align: left;
}

.recruitOther a {
	display:block;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom:1px dotted #ccc;
	padding:7px 5px;
}

.recruitOther a:hover {
	background-color:#efefef;
}

.recruitOther a h5 {
	font-weight:bold;
	line-height: 1.6;
	text-align: left;
}

.recruitOther a h5 span {
	display:inline-block;
	border-radius:2px;
	color:#FFF;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
    white-space: nowrap;
    margin: 0 5px 0 0;
	padding: 4px 6px;
	font-weight:normal;
}

.recruitOther a p {
	position:relative;
	padding-right:20px;
	font-size: 1.3rem;
	font-weight:bold;
	color:#0068b5;
}

.recruitOther a p:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: 1px solid #0068b5;
	border-right: 1px solid #0068b5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -5px;
}

.more {
	display:block;
	background-color:#e5e5e5;
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:1.8rem;
	margin:20px 0;
}

#usefulCont {
	text-align:center;
	color:#0068b5;
	border-bottom: 3px double #0068b5;
	position:relative;
}
#usefulCont a {
	color:#0068b5;
}

#usefulCont:after {
  background: #0068b5;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 1px;
}

#usefulCont h2 {
	margin-bottom:30px;
}

#usefulCont h2 span {
	position: absolute;
    left: 50%;
    color: #0068b5;
    margin-left: -113px;
    padding: 0 40px;
    top: -20px;
    display: inline-block;
    background-color: #FFF;
    z-index: 1;
    font-size: 2.4rem;
}

#usefulCont .row > div > a > div {
	background-color:rgba(0,104,181,.1);
	padding: 25px;
}

.lostBox {
	padding: 15px 15px 0px;
}

#usefulCont .row > div > a > div i {
	font-size:5rem;
}

#usefulCont h3 {
	font-weight:bold;
	font-size:2rem;
	margin: 20px 0;
}

#companyRecruit > div > div {
	border:1px solid #d6d6d6;
	padding:20px;
	margin-bottom:40px;
}

@media (max-width: 767px) {
	.employStatus {	bottom:70px; }
	.employStatus.secondChd { bottom:100px; }
	.employStatus.thirdChd { bottom:140px; }
	.employStatus.fourthChd { bottom:170px;	}
	.employStatus.fifthChd { bottom:200px; }
	.employStatus.sixthChd { bottom:230px; }
}

/*------------------------------------------------------------
  requirements
------------------------------------------------------------*/

.companySummary .blueBtn {
	display: inline-block;
    padding: 10px;
    min-width: 300px;
    font-size: 1.8rem;
}

#recruitDetail {
	margin-bottom: 60px;
}

#recruitDetail h2 {
	font-weight: bold;
	margin-bottom: 40px;
}

#recruitDetail .termsList {
	margin-bottom: 40px;
}

#recruitDetail > div > p {
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.tableBox {
	margin: 0 auto;
	padding: 0 !important;
	border: none !important;
}

.tblRequirements {
	width: 100%;
	border-top: 1px solid #999999;
}
.tblRequirements-bdrbtm {
	border-bottom: 1px solid #999999;
}

.tblRequirements tr {
    border-bottom: 1px dotted #ccc;
}
.tblRequirements tr.tr-jhTop {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #ccc;
}

.bdr-btm-none {
	border-bottom: none !important;
}

.bdr-top-none {
	border-top: none !important;
}

.tblRequirements td {
	text-align: left;
}

.tblRequirements th {
	color: #1d51b8;
	width: 20%;
	white-space: nowrap;
	vertical-align: top;
}

.tblRequirements span {
	border-radius:3px;
	margin-top: 2px;
}

.twoBtnBox {
	border: none !important;
	margin: 30px 0 0 0;
	padding: 0 !important;
}

.twoBtnBox a {
	width: 48%;
	padding: 20px;
	font-size: 2rem;
}

.twoBtnBox a:nth-child(1) {
	background-color: #90e9ff;
	margin-right: 1%;
}

.twoBtnBox a:nth-child(2) {
	background-color: #0068b5;
	margin-left: 1%;
	color: #FFF;
}

.twoBtnBox.scouted button:nth-child(1) {
	background-color: #999;
	color: #fff;
	width: 48%;
	font-size: 2rem;
}
.twoBtnBox.scouted span {
	display: block;
	font-size: .7em;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.twoBtnBox.scouted button:nth-child(1) {
		width: 100%;
		margin-bottom: 15px;
	}
	#recruitDetail h2 {
		font-size: 1.25em;
	}
}

.nameBox {
	border-bottom:1px solid #d6d6d6;
	padding-bottom:10px;
	margin-bottom:30px;
}

.nameBox h2 {
	line-height: 1.2;
}

.nameBox h2 a {
	color:#0068b5;
	font-size:2.5rem;
}

.nameBox .blueBtn {
	display:block;
	padding:5px 60px;
	text-align:center;
	line-height: 2.25em;
}

.pickup {
	display: inline-block;
    padding: 4px 6px;
    font-size: 1rem;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 5px;
	font-weight:bold;
	line-height: 1em;
}

.prBox {
	margin-bottom:20px;
}

.prBox > div:first-child {
	width:30%;
	height: 170px;
}

.prBox > div:last-child {
	width: calc(70% - 30px);
	margin-left:30px;
}

.prBox img {
	width:100%;
}

.prBox h3 {
	font-weight:bold;
	margin-bottom:20px;
	line-height: 1.4;
}

.prBox p:not(:last-child) {
	margin-bottom:10px;
}

.companyListWrap {
	position: relative;
}

.arrowBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 98px;
	height: 100%;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.9));
}

.arrowBox .arrowInner {
	position: relative;
	height: 100%;
}

.arrowBox .arrowInner:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -35px;
	width: 50px;
	height: 50px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.recruitList {
	overflow-x: visible;
	overflow-y: visible;
	cursor: move;
}

.recruitList > li {
	min-width: 360px;
	max-width: 360px;
    margin-right: 20px;
}

.moreList .recruitList > li {
	max-width: 100%;
}

.moreListWidget .recruitList > li {
	max-width: 100%;
}

.recruitList .employStatus,
.recruitList .salary {
	position:static;
	border-radius:0;
	display:inline-block;
	padding:8px 12px;
	font-size:1.3rem;
}

.recruitList .employStatus {
	padding:5px;
	margin-bottom: 5px;
}
.recruitList .salary:before {
	line-height:0.9;
}

.recruitList .companySum {
	padding:20px;
}

.recruitList .companySum > a {
	padding:20px;
}
.bnrArea {
	overflow-x:scroll;
	border:none !important;
	padding:0 0 20px 0 !important;
}
.bnrArea a {
	display:block;
	min-width:200px;
	margin-right:20px;
}
.notyet {
	border: 2px solid #E82124;
	background-color: #ffeef0;
	text-align: center;
	padding: 20px 20px 15px;
	margin-bottom: 30px;
	color: #E82124;
	font-size: 1.25em;
}
.notyet h3 {
	font-weight: 700;
	margin-bottom: 3px;
	font-size: 1em !important;
}
.notyet p {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.notyet p {
		font-size: 1.35rem;
	}
	.nameBox h2 {
		line-height: 1;
		margin-bottom: 10px;
	}
	.nameBox h2 a {
		font-size:2rem;
	}
	.nameBox .blueBtn {
		line-height: 1.6;
	}
	.nameBox, .nameBox .rowFlex {
		flex-direction: column;
		display: block;
	}
	.nameBox .mgl20 {
		margin-left: 0 !important;
	}
	.recruitList .lastRecList a {
		padding-bottom: 60%;
	}
}

/*------------------------------------------------------------
  company page
------------------------------------------------------------*/

/*
#companyContents {
	margin-bottom: 60px;
}
*/

#companyContents .companyLogo {
    max-height: 40px;
    width: auto;
}

#companyContents .companyName h2 {
	font-size: 3rem;
	margin: 0 20px;
}

#companyMainImg {
	position: relative;
}

#companyMainImg .areaListMain {
	position: absolute;
    bottom: 2vw;
    left: 2vw;
}

.considerBtn {
	display: block;
	background-color: #0068b5;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 3px;
	white-space: nowrap;
}
.considerBtn:hover {
	color: #FFF;
	opacity: .7;
}

#companyContents .companyName {
	margin-bottom: 20px;
}

.recruitJobType {
	background-color: #f0f0f0;
}

.recruitJobType p {
	text-align: center;
	background-color: #e0e0e0;
	padding: 5px;
	font-weight: bold;
}

.recruitJobType ul {
	padding: 15px 10px 5px;
}

.recruitJobType li {
	display: inline-block;
	background-color: #0068b5;
	line-height: 1;
	color: #FFF;
	text-align: center;
	padding: 5px 10px;
	border-radius: 3px;
	margin: 0 5px 10px;
	font-size: 1.3rem;
}

.companySummary {
	margin-top: 50px;
	margin-bottom: 120px;
	text-align: center;
}

.companySummary h1 {
	font-size: 3rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
}

.companySummary h2 {
	margin-bottom: 20px;
}

.companyTerms {
	margin-bottom: 15px;
}

.companyTerms li {
	padding: 0 10px;
	line-height: 1.2;
	font-weight: bold;
}

.companyTerms li:not(:last-child) {
	border-right: 1px solid #333;
}

.mainComment p {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 20px;
}

.emphasisBox {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

/*
.emphasisBox > div {
	display: inline-block;
}

.emphasisBox h3 {
	padding: 10px 20px;
	font-size: 3rem;	
	font-weight: bold;
	line-height: 1.2;
}

.emphasisBox h4 {
	padding: 10px 20px;
	font-size: 2rem;	
	font-weight: bold;
	line-height: 1.4;
}
*/

/*
.bnrLarge {
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 0 20px;
}
*/

.statesWrap {
	position: static;
    text-align: left;
    padding: 0 40px 0 0;
}

.recruitGlance .statesWrap .employStatus,
.recruitGlance .statesWrap .salary {
	position: static;
	
}

.recruitGlance .recruitList {
	overflow-x: visible;
	cursor: auto;
	padding: 0;
}

.recruitGlance .recruitList > li {
	min-width: 0;
	margin: 0 0 20px;
}

.onBdrTitle {
    position: relative;
    text-align: center;
	border: none !important;
	padding: 0 !important;
	margin-bottom: 40px;
}

.onBdrTitle:before {
	border-width: 4px;
	border-style: solid;
	margin-top: -4px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.onBdrTitle > * {
	background-color: #FFF;
    display: inline-block;
    padding: 0 20px;
	position: relative;
}

.bdrRed:before { border-color:#ff0000; }

#companyInfo {
	margin-bottom: 40px;
}

#companyInfo .photoWrap {
	height: 300px;
}

#companyInfo .photoWrap img {
	height: 100%;
}

/*
#companyInfo div > div:nth-child(1) {
	margin-right: 10px;
}
#companyInfo div > div:nth-child(2) {
	margin-left: 10px;

}
*/

#companyInfo tr:nth-child(even) {
	background-color: rgba(0,104,181,.07);
}

#companyInfo tr:nth-child(even) {
	background-color: rgba(0,104,181,.07);
}

#companyInfo table {
	width: 100%;
}

#companyInfo td,
#companyInfo th,
.tblRequirements th, 
.tblRequirements td {
	padding: 10px 20px;
}

#companyInfo th {
	width: 10%;
	white-space: nowrap;
	vertical-align: top;
}

#companyInfo td {
	width: 75%;
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------*/

footer {
	padding:80px 0 20px;
}

footer a {
	display:block;
	background-color:#efefef;
	margin-bottom: 5px;
	line-height: 1;
    padding: 10px 14px;
	font-weight:bold;
	white-space: nowrap;
	position:relative;
}

footer a:hover {
	background-color:#dfdfdf;
}

footer .footerNav li a:after {
	content:'\f105';
	font-family: FontAwesome;
	float:right;
	line-height: 0.7;
    font-size: 2.3rem;
	position:absolute;
	right:14px;
	bottom:10px;
}

footer .largeBtn i {
	display: block;
    font-size: 4rem;
	margin-bottom:5px;
}

footer .largeBtn {
	text-align:center;
}

footer .largeBtn li {
	width:23%;
}

footer .largeBtn li a {
	font-size:1.2rem;
	margin-bottom:0;
	padding: 10px 0;
}

footer .largeBtn li:last-child a {
	color:#1da1f2;
}

footer .largeBtn > a {
	display:block;
	background-color:#e3ebdb;
    padding: 20px 10px 15px 10px;
    margin-top: 8px;
}
footer .largeBtn > a i {
	margin-bottom:10px;
}
footer .largeBtn > a:hover {
	background-color:#cad9bc;
}

footer #footInfo {
	padding-top:40px;
}

footer #footInfo img {
	width:250px;
}

footer #footInfo img + div {
	margin-left: 10px;
    display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

footer #footInfo h1 {
	font-size:1.5rem;
	line-height:1.4;
}

footer #footTitle {
	font-weight: bold;
    margin: 40px 0 5px;
    font-size: 1.8rem;
}

footer address,
footer small {
	line-height:1.7;
	align-self: flex-end;
}

.hidden { display: none }
.mg0a { margin:0 auto !important }
.mgb0 { margin-bottom: 0 !important }
.mgb10 { margin-bottom: 10px !important }
.mgb15 { margin-bottom: 15px !important }
.mgb20 { margin-bottom: 20px !important }
.mgb25 { margin-bottom: 25px !important }
.mgb30 { margin-bottom: 30px !important }
.mgb40 { margin-bottom: 40px !important }
.mgb60 { margin-bottom: 60px !important }
.mgt0 { margin-top: 0 !important }
.mgt5 { margin-top: 5px !important }
.mgt10 { margin-top: 10px !important }
.mgt15 { margin-top: 15px !important }
.mgt20 { margin-top: 20px !important }
.mgt25 { margin-top: 25px !important }
.mgt30 { margin-top: 30px !important }
.mgt40 { margin-top: 40px !important }
.mgt50 { margin-top: 50px !important }
.mgt60 { margin-top: 60px !important }
.mgt70 { margin-top: 70px !important }

.mgl0 { margin-left: 0 !important; }
.mgl10 { margin-left: 10px !important; }
.mgl20 { margin-left: 20px !important; }
.mgl30 { margin-left: 30px !important; }

.pdt0 { padding-top: 0 !important }
.pdt5 { padding-top: 5px !important }
.pdt20 { padding-top: 20px !important }
.pdt60 { padding-top: 60px !important }
.pdb20 { padding-bottom: 20px !important; }
.pdb40 { padding-bottom: 40px !important; }
.pd510 { padding: 5px 10px!important; }

.w100percent { width: 100%; }

.underline-danger {
	background: linear-gradient(transparent 70%, #ff99ab 70%);
}

.text-left {
    text-align: left !important;
}
.text-bold { font-weight: bold; }
.mark-scout {
	position: relative;
}
.mark-scout:before {
	content: 'S';
	display: block;
	text-align: center;
	position: absolute;
	color: #fff;
	font-weight: 900;
	font-size: 11px;
	font-family: 'Roboto';
	line-height: 1.25em;
	top: 0;
	left: -3px;
	width: 14px;
	height: 14px;
	background-color: rgba(6,203,255,0.5);
	z-index: 1;
}
.mark-scout:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -3px;
	width: 14px;
	height: 14px;
	background-color: rgba(0,128,255,1);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 0;
}
.disp-inline { display: inline-block; }

.atten-box { padding: 15px; background-color: rgba(255,236,245,.75); margin-bottom: 20px; }
.atten-box table tr, .atten-box table td, .atten-box table th { background: none !important; padding: 0; }
.atten-box p { font-size: .875em; }

@media (max-width: 767px) { .banner-box .col-xs-12 { padding-left: 10px; padding-right: 10px; } }
@media (max-width: 992px) and (min-width: 768px) { .banner-box .col-sm-6 { padding-left: 15px; padding-right: 15px; } }

@media (max-width: 1200px) {
	.selectJob .jobTypeDetail li {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.iziModal-overlay {
		display: none;
	}
	.iziModal {
		display: block;
		position: static;
		box-shadow: none;
		margin: 0 !important;
		max-width: 100% !important;
	}
	.tableBox {
		width: 80%;
	}
	#commonSearchBox li, #searchResult li {
		font-family: YuKyo-Medium, "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	footer .largeBtn li {
		width:48%;
		margin-bottom:10px;
	}
	.prBox img {
		height: 100%;
	}
}
@media (max-width: 991px) {
	#searchResult p {
		background-color: rgba(0,0,0,.1);
		text-align: center;
		font-size: 1.2rem;
		padding: 5px;
		margin-bottom: 2%;
	}
	
	/*----- モーダル 共通 -----*/
	
	.iziModal {
		box-shadow: none !important;
		background: none;
	}
	.iziModal-overlay {
		background-color: rgba(255,255,255,.95) !important;
	}
	.modalTitle {
		background-color: #E5E5E5 !important;
		text-align: center;
		color: #333 !important;
		/*font-size: 1.2rem !important;*/
		padding: 5px;
		width: 100%;
		margin-bottom: 10px;
	}
	.iziModal-wrap {
		background: #FFF;
	}
}

@media (max-width: 767px) {
	#employSearch > li ul {
		display:none;
	}
	#companyInfo th, #companyInfo td, .tblRequirements td, .tblRequirements th {
		display: block;
	}
	
	.prBox, nameBox, #companyInfo .rowFlex, #companyContents .companyName, .recruitOther a, .twoBtnBox, .sp-flex-column {
		flex-direction:column;
	}
	#mainHeadWrap .inner, .prBox > div:first-child, .prBox > div:last-child, .nameBox .blueBtn, #companyInfo .photoWrap img, #employSearch > li > div > div > div > div, .considerBtn, #companyInfo .tableBox, .companyList .blueBtn, #companyInfo  th, #companyInfo td, .tblRequirements td, .tblRequirements th, .tableBox, .twoBtnBox a {
		width:100%;
	}
	.prBox > div:first-child {
		height: auto !important;
	}
	.prBox h2 {
		font-size: 2.4rem;
	}
	footer > .row > .row, #companyInfo .tableBox, .companyListMain .photoWrap, .select-label, #mainHeadWrap .inner {
		margin:0 !important;
	}
	footer #footInfo img {
		margin:0 auto;
	}	
	.twoBtnBox a:not(:last-child) {
		margin: 0 0 20px 0 !important;
	}
	.twoBtnBox a:nth-child(1) {
		margin-right: 0;
	}
	.twoBtnBox a:nth-child(2) {
		margin-left: 0;
	}
	#recruitDetail {
		margin-bottom: 30px !important;
		padding-bottom: 30px !important;
	}
	footer .largeBtn, .nameBox .blueBtn {
		margin-top:10px;
	}
	footer #footInfo img + div, #companyInfo table, #companyInfo {
		margin-top:20px;
	}
	.recruitOther h5,
	#puCompany .bnrList .row > div:nth-child(1),
	#puCompany .bnrList .row > div:nth-child(2) {
		margin-bottom:0;
	}
	#usefulCont .row > div, #memberEntry .row > div:not(:last-child), .prBox > div:first-child {
		margin-bottom:10px;
	}
	#employSearch h2 {
		margin-bottom:30px;
	}
	.prBox > div:last-child {
		margin-left:0;
	}
	#companyInfo th, .tblRequirements th {
		padding: 5px 10px;
	}
	#puCompany .bnrList, .considerBtn, .nameBox .blueBtn, #companyInfo td, .tblRequirements td {
		padding:10px;
	}
	#companyContents .companyName h2 {
		padding:10px 0;
		font-size: 2.25rem;
		margin: 0 10px;
	}
	#employSearch > li > div {
		padding:40px 0;
	}
	#usefulCont h2 span {
		padding:0 10px;
		margin-left: -118px;
	}
	#puCompany .bnrList .row > div:nth-child(1),
	#puCompany .bnrList .row > div:nth-child(3) {
		/* padding-right:5px; */
	}
	#puCompany .bnrList .row > div:nth-child(2),
	#puCompany .bnrList .row > div:nth-child(4) {
		/*padding-left:5px;*/
	}
	.sectTi {
		font-size:2.6rem;
	}
	.recruitOther a p {
		text-align:right;
	}
	.companyList .blueBtn {
		padding: 7px ;
		margin: 5px 0 0 0;
	}	
	footer > div > div > div:nth-child(1) { padding-right:1.5%; padding-left:0; }
	footer > div > div > div:nth-child(3) { padding-left:1.5%; padding-right:0; }
	footer #footInfo .rowFlex, .considerBtn {
		display:block;
		text-align:center;
	}
	#companyInfo .photoWrap {
		height: 170px;
	}
	#companyContents .companyLogo {
		max-height: 26px;
	}
	.companyTerms li:not(:last-child) {
		border: none;
	}
	.companyList .photoWrap {
		margin: 5px 0 0 5px;
	}
	#companyInfo tr:nth-child(even) {
		background: none;
	}
	#companyInfo th, .tblRequirements th {
		background-color: rgba(0,104,181,.07);
	}
	.sp-th-bg-none th {
		background: none;
		padding-bottom: 0;
	}
	.sp-th-bg-none td {
		padding:0 10px 10px 10px;
	}
	.tblRequirements, .tblRequirements tr {
		border: none;
	}
	.recruitList > li {
		min-width: 260px;
	    max-width: 260px;
	}
	.recruitList .employStatus {
		padding: 4px;
	}
	.ribbon {
		position: static;
		padding: 8px;
		width: 100%;
		margin-bottom: 0;
		right: 0;
	}
	.companySum .ribbon {
		margin-bottom: 10px;
	}
	.ribbon:after {
		border: none;
	}
	.recruitList .companySum {
		padding: 15px !important;
	}
	li:not(.slick-slide) .companySum > a {
		padding: 15px;
		position: static;
		padding: 0;
	}
	.recruitSummary {
		margin: 10px 0 0 0;
	}
	.termsList {
		margin: 0;
	}
	#memberEntry .row > div:nth-child(-n+2) {
		margin-bottom:15px;
	}
	.onBdrTitle {
		margin-bottom: 20px;
		background: #FFF;
	}
	.tabs, .tab-contents, #map-canvas0 {
		height:500px !important;
	}
	.sp-dispBlock { display: block; }
	.sp-floatnone { float: none !important; }
	.sp-bdr { border-bottom: 1px dotted #ccc; padding-bottom: 10px; margin-bottom: 10px; }
	.sp-w100 { width: 100%; }
	.sp-ml0 { margin-left: 0 !important; margin-top: 10px; }
}

@media (max-width: 543px) {
	.companySummary .blueBtn {
		width: 100%;
	}
	footer .footerNav li a {
		font-size: 3vw;
		padding: 10px;
	}
	footer .footerNav li a:after {
		right:10px;
	}
	.onBdrTitle:before {
		border: none;
		margin-top:0;
		position: static;
	}
	.onBdrTitle {
		border-top-width: 5px !important;
		border-bottom-width: 5px !important;
		border-top-style: solid !important;
		border-bottom-style: solid !important;
		padding: 10px 0 !important;
	}
	.bdrRed { border-color: #ff0000 !important; }
	#companyMainImg .areaListMain {
		position: static;
		margin: 3px 0 0 0;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap : wrap;
		-ms-flex-wrap : wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#selectAreaBtn .icon_plus:before {
		right: 9px;
		left: auto;
	}
	#selectAreaBtn .icon_plus:after {
		right: 0;
		left: auto;
	}
}

.banner-box { border: none !important; padding: 0 !important; margin-bottom: 30px; }
.banner-box div { max-height:165px !important; overflow:hidden; }
@media (max-width: 991px) {
	.banner-box.tblt2 .col-sm-6 { margin-bottom: 30px; }
	.banner-box.tblt2 { margin-bottom: 10px !important; }
}
@media (max-width: 767px) {
	.banner-box.tblt2 .col-sm-6, .banner-box > div { margin-bottom: 20px; padding-left: 10px; padding-right: 10px; }
/*	.banner-box { margin-bottom: 10px !important; }
	.banner-box .col-xs-6:nth-child(1), .banner-box .col-xs-6:nth-child(3) { padding-right: 10px !important; }
	.banner-box .col-xs-6:nth-child(2), .banner-box .col-xs-6:nth-child(4) { padding-left: 10px !important; }
*/
	/*.spaceSection div.row > div > div { padding: 12px; }*/ /* padding-left: 5px; padding-right: 5px; */
	.btn h4.text-bold { margin-bottom: 10px; }
	.companyListMain .companyName > a {
		flex-direction: column;
		display: block;
	}
	/*
	.companyListMain .companyName > a h3 {
		margin-top: 10px;
	}
	*/
	.companyList .classCount {
		margin: 0;
	}
	.slick-prev {
		left: -15px !important;
	}
	.slick-next {
		right: -15px !important;
	}
	#memberEntry {
		padding: 20px 15px 5px 15px;
	}
	#memberEntry h2 {
		font-size: 2rem;
	}
	#memberEntry .row > div > div,
	#usefulCont .row > div > a > div {
		padding: 15px;
	}
	#memberEntry .row > div > div i {
		font-size: 6rem;
	}
	#memberEntry h3,
	#usefulCont h3 {
		margin: 10px 0;
	}
	#memberEntry a {
		margin-top: 5px;
	}
	footer {
		padding-top: 40px;
	}
	.recruitJobType {
		margin-bottom: 20px !important;
	}
	.companySummary {
		margin-top: 0;
		margin-bottom: 0;
	}
	.recruitOther {
		height: auto !important;
		position: static !important;
		padding: 0 0 10px 0 !important;
	}
	.companyListMain > div > ul > li > div, .recruitList > li > div {
		padding-bottom: 0 !important;
		background: #FFF;
	}
	
	/* 検索結果 bg gray */
	#recruitInfo {
		background: #f2f2f2;
		margin: 0 0 20px;
	}
	.companyListMain > div > ul > li > div {
		background: #FFF;
	}
	#puCompany .bnrList {
		background: #FFF;
	}
	.slick-prev, .slick-next { height: 30px !important; width: 30px !important; padding: 0 !important; }
	.companyListMain .companySum { padding-bottom: 10px; }
	#companyRecruit { }
	#recruitDetail > div > p {
		padding: 0 15px;
	}
	.statesWrap {
		padding-right: 0;
	}
	
	/*mainHeader fixed トル*/
	main, #subSearch2 {
		padding-top: 58px !important;
		margin: 0 !important;
	}
	#mainHeader {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	#mainHeadWrap {
		padding: 8px 10px 12px 10px !important;
	}
	.drawer-hamburger {
		z-index: 1001;
	}
	#headLogo img {
		width: 150px !important;
	}
	#headNav #searchBtn i {
		margin-bottom:0;
		font-size:2.5rem !important;
	}
	#headNav li a { font-size: 1.1rem !important; }
}

@media (max-width: 414px) {
	/*
	.spaceSection {
		margin: 0;
	}
	footer.spaceSection, .companyName.spaceSection, #companyRecruit.spaceSection, .frmBdr {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}
	*/
	footer.spaceSection {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}
	#companyInfo {
		padding: 0;
	}
	#recruitInfo {
		padding: 20px 0 0;
	}
	#memberEntry, #usefulCont {
		margin: 0;
	}
	.formStep {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	#usefulCont .row, #recruitInfo .row, #companyRecruit, #companyRecruit .wrap > .banner-row, #recruitDetail .row, .recruitGlance .recruitList, #companyContents .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#recruitInfo .row li, #recruitDetail .row > div, #companyContents .row > div {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#mypage #mainContents > .inner, .twoBtnBox {
		width: 94%;
		margin: 0 auto;
	}
	#companyRecruit {
		background: #f2f2f2;
		padding-top: 0;
	}
	#companyRecruit > div > div,
	.recruitList li:not(.slick-slide) > div {
		background: #FFF;
		border: none;
	}
	.nameBox {
		margin-bottom: 10px;
	}
	.slick-list {
		margin: 0 -15px;
	}
	#companyRecruit > div > div.banner-row {
		background: #f2f2f2;
	}
}

@media (max-width: 320px) {
	.companyListMain .photoWrap img {
		margin-bottom: 10px !important;
	}
	.companyListMain .photoWrap,
	.companyListMain .photoWrap img {
		width:100%;
		height:auto;
	}
	.employStatus, .salary {
		position: static;
		display: inline-block;
		margin-bottom: 5px;
	}
}
#companyRecruit > div > div.banner-row {
	border: none;
    padding: 0;
}

/* Search Module 3rd Type */

h3.search-module {
	font-size: 1.125em;
	background-color: rgba(0,89,255,0.60);
	color: #fff;
	text-align: left;
	padding: 3px 8px;
	font-weight: bold;
}
.primaryChk label {
	display: inlin-block;
	width: 120px;
}
.selectedTerm li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
}
.userEdit a:after {
	text-decoration: none !important;
	content: '\f08e';
	display: inline-block;
	font-family: fontawesome;
	margin-left: 10px;
}

#spCont img {
	margin: 0 auto;
	width: 100%;
}

.datepicker th, .datepicker td {
	display: table-cell;
}

#recruitInfo .termsList li {
	padding:5px 7px !important;
}

/**** 応募フォーム 強制調整 **********************************************************/

@media (max-width: 767px) {
	#recruitDetail .twoColmunInput { flex-direction: column; }
	#recruitDetail .prof-form li > p {
		padding: 0; 
		text-align: left; 
	}
	#recruitDetail .prof-form li > p > span {
		background: #EFEFEF;
		color: #333;
		width: 100%;
		font-size: 1.4rem;
		border: none;
		padding: 10px;
		border-radius: 0;
		margin: 0 0 10px 0;
	}
	#recruitDetail .prof-form li > p > strong {
		background-color: rgba(0,104,181,.07);
		padding: 5px 10px;
		margin-bottom: 10px;
		display: block;
		font-weight: normal;
		color: #1d51b8;
	}
}


/*********************** */

.slick-prev, .slick-next {
	background: rgba(0,104,181,.8);
	border-radius: 50%;
}
.slick-prev:hover, .slick-next:hover {
	background: rgba(0,104,181,1);
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	background: rgba(0,104,181,.2);
}
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
.lg-size {
	width:auto;
	max-height:25px;
	margin-right:20px;
}
.slick-initialized .slick-slide.other_rec {
	display: none;
	width:0;
}
.recruitList .slick-prev {
	left: -15px;
}
.recruitList .slick-next {
	right: -15px;
}
.recruitList .slick-prev, .recruitList .slick-next {
	height: 30px;
}
.recruitList .slick-prev:before, .recruitList .slick-next:before {
	font-size: 3rem;
}
.display_block {
	display:block !important;
}
div.slick-track {
    display:flex;
}
 
ul.companyList li.slick-slide {
    margin: 0 10px 0 0;
    padding-bottom: 80px !important;
    position: relative;
    border: 1px solid #d6d6d6;
	float: none;
	height: auto;
}

.recruitList .lastRecList {
	min-width:0;
}

ul.companyList li.lastRecList {
	width: 200px !important;
	border: none !important;
	padding-bottom: 0 !important;
}

.recruitList .lastRecList span {
	display:block;
	color:#1d51b8;
	text-align:center;
	width:200px;
	height:100%;
	padding-bottom: 100px;
	font-size:1.6rem;
	font-weight:bold;
	background-color:rgba(0,104,181,.1);
	position:relative;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.recruitList .lastRecList span:hover {
	background-color:rgba(0,104,181,.3);
}

.recruitList .lastRecList span:after {
	content: '';
	width: 50px;
	height: 50px;
	margin-left:-35px;
	border: 0px;
	border-top: 2px solid #1d51b8;
	border-right: 2px solid #1d51b8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	top: 50%;
	left: 50%;
    right: 50%;
}


@media (max-width: 767px) {
	#companyRecruit > div > div { padding: 15px; }
	ul.companyList li.slick-slide { margin: 0 5px 0 0; }
	.recruitList .companySum > a { padding: 15px; }
	ul.companyList li.slick-slide { padding-bottom: 70px !important; }
	ul.companyList li.lastRecList { padding-bottom: 0 !important; }
}

@media (max-width:767px) { 
	#spCont a {
		display: block;
	}
	#spCont .col-xs-12 a {
		margin: 0 10px 10px 10px;
	}
	#spCont .col-xs-6:nth-child(odd) a {
		margin: 0 5px 10px 10px;
	}
	#spCont .col-xs-6:nth-child(even) a {
		margin: 0 10px 10px 5px;
	}
	#puCompany a {
		display: block;
		margin-bottom: 10px;
	}
}
#information { padding: 20px; }
#information h4 { font-size: 1em; line-height: 1.5em; font-weight: bold; margin-bottom: 5px; }
#information .box { display: flex; justify-content: space-between; border-top: 1px solid #ccc; padding: 8px 0; }
#information .box:last-child { border-bottom: 1px solid #ccc; }
#information a { color: #0068b5; }
#information .infoDate { width: 20%; padding-left: 5px; }
#information .infoBody { width: 80%; }
@media (max-width:767px) {
	#information .box { flex-direction: column; }
	#information .infoDate { width: 100%; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px dotted #ddd; padding-left: 0; }
	#information .infoBody { width: 100%; padding-bottom: 5px; }
}

/*-----------------------------------------------
  banner control
-----------------------------------------------*/

.banner-row {
	display: flex;
	justify-content: space-between;
}
.banner-row .banner-l { width: 100%; }
.banner-row .banner-m { width: 49.4%; }
.banner-row .banner-s { width: 23.4%; }

@media (max-width:767px) {
	.banner-row { flex-wrap: wrap; margin-bottom: 30px !important; }
	.banner-row .banner-m { width: 100%; }
	.banner-row .banner-s { width: 48.5%; }
	.banner-row a { margin-bottom: 10px; display: block; }
}