@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* CSS Document */

.jobsite #contents ul.filter li a.active,
.jobsite #contents ul.filter li a:hover{
	border-top:5px solid #00a7ac;
}
.jobsite #contents ul.boxes {
	display: flex;
	flex-wrap: wrap;
}
.jobsite #contents ul.boxes li{
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 263px;
	margin: 0 15px 10px 15px;
	display: block;
}
.jobsite #contents ul.boxes li p{
	display: block;
}
.jobsite #contents ul.boxes li p:first-child{
	width: 100%;
	height: auto;
}
.jobsite #contents ul.boxes li p:first-child img{width: 263px;}
.jobsite #contents ul.boxes li p a{
	display: block;
	position: relative;
	opacity: 1.0;
	transition: opacity .2s;
}
.jobsite #contents ul.boxes li p a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 42px;
	background: url(../images/btn_play.png) no-repeat center center;
	background-size: contain;
	opacity: .65;
}
.jobsite #contents ul.boxes li p a:hover{
	opacity: .8;
}
.jobsite #contents ul.boxes li p:nth-child(2){
	margin: 8px 0 2px 0;
	font-size: 13px;
}
.jobsite #contents ul.boxes li p:nth-child(2) strong{
	display: block;
	font-size: 14.5px;
}
.jobsite #contents ul.boxes li p:nth-child(3){
	color: #00a7ac;
	font-size: 13px;
	line-height: 1.4;
	min-height: 37px;
}

/*220315_カテゴリ選択デザイン変更k*/
.jobsite #contents #jobsiteCategoryFilter{
	display: flex;
	flex-wrap: wrap;
}
.jobsite #contents #jobsiteCategoryFilter li{
	display: block;
	padding: 5px;
	box-sizing: border-box;
}

.jobsite #contents #jobsiteCategoryFilter li a{
	background-color: #fff;
	border: solid 1px #00a7ac;
	color: #00a7ac;
	border-radius: 100px;
	padding-bottom: 0;
  min-height: 40px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.jobsite #contents #jobsiteCategoryFilter li a:focus{
	outline: solid 1px #00a7ac;
}

.jobsite #contents #jobsiteCategoryFilter li a.active, .jobsite #contents #jobsiteCategoryFilter li a:hover{
	border: none;
	background-color: #00a7ac;
	color: #fff;
	position: relative;
}

.jobsite #contents #jobsiteCategoryFilter li a.active::after, .jobsite #contents #jobsiteCategoryFilter li a:hover::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -2.5px;
}

.jobsite #contents #jobsiteCategoryFilter li span{
	border: none;
	line-height: 40px;
}

.jobsite #contents #categorySelect {
	display: none;
	color: #00a7ac;
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	border: solid 2px #00a7ac;
	height: 40px;
	font-size: 16px;
	padding-left: 10px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.jobsite #contents .categorySelectCustom {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.jobsite #contents .categorySelectCustom::before{
	content: "";
	display: block;
	background-color: #00a7ac;
	position: absolute;
	height: 100%;
	width: 45px;
	top: 0;
	right: 0;
	pointer-events: none;
}
.jobsite #contents .categorySelectCustom::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5.5px 0 5.5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -3px;
	pointer-events: none;
}

.jobsite #contents #categorySelect:focus {
  outline: solid 1px #00a7ac;
}

.jobsite #contents #categorySelect option{
	width: 100%;
	padding: 15px;
	border-bottom: solid 1px #00a7ac;
}

@media screen and (max-width: 767px){

/*.jobsite #contents ul.filter li a.active,
.jobsite #contents ul.filter li a:hover{
	border-top:5px solid #00a7ac;
}*/
.jobsite #contents ul.boxes li{
	width: 90%;
	margin: 0 auto 20px;
	float: none;
	min-height: inherit;
	/*font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;*/
}
/*.jobsite #contents ul.boxes li p{
	display: block;
}
.jobsite #contents ul.boxes li p:first-child{
	width: 100%;
	height: auto;
}*/
.jobsite #contents ul.boxes li p:first-child img{width: 100%;}
/*.jobsite #contents ul.boxes li p a{
	display: block;
	position: relative;
	opacity: 1.0;
	transition: opacity .2s;
}
.jobsite #contents ul.boxes li p a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 42px;
	background: url(../images/btn_play.png) no-repeat center center;
	background-size: contain;
	opacity: .65;
}
.jobsite #contents ul.boxes li p a:hover{
	opacity: .8;
}
.jobsite #contents ul.boxes li p:nth-child(2){
	margin: 8px 0 2px 0;
	font-size: 12px;
}*/
.jobsite #contents ul.boxes li p:nth-child(2) strong{
	/*display: block;*/
	font-size: 14px;
}
.jobsite #contents ul.boxes li p:nth-child(3){
	min-height: inherit;
	/*color: #00a7ac;
	font-size: 13px;
	line-height: 1.4;*/
}




.jobsite #contents ul.filter{
	border-bottom: 0;
	margin: 0 auto 20px;
	text-align: center;
}
.jobsite #contents ul.filter li{
	width: 19%;
	display:inline-table;
}
.jobsite #contents ul.filter li:nth-child(2),
.jobsite #contents ul.filter li:last-child{width: 19%;}

.jobsite #contents ul.filter li:nth-child(2),
.jobsite #contents ul.filter li:nth-child(3),
.jobsite #contents ul.filter li:nth-child(4){width: 20%;}

.jobsite #contents ul.filter li a{
	padding-bottom:3px;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	height:54px;
}
.jobsite #contents ul.filter li a span{
	display:inline-block;
	line-height: 16px;
	padding:6px 0 6px 0;
}
.jobsite #contents ul.filter li:nth-child(4) a span{
	padding:2px 0 0 0;
}
.jobsite #contents .boxes dl{
	padding: 20px 0;
}
.jobsite #contents .boxes dl dt{
	width: 100%;
	line-height: 1;
	margin-bottom: 8px;
	position: relative;
}
.jobsite #contents .boxes dl dt::after{
	font-size:80%;
	margin-left:0;
	padding: 3px 0 2px;
	position: absolute;
	right: 0;
	top:-3px;
}

/*220315_カテゴリ選択デザイン変更k*/
.jobsite #contents #jobsiteCategoryFilter{
	display: none;
}

.jobsite #contents #categorySelect {
	display: block;
}






}
