@CHARSET "utf-8";


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

.human_class_list p {
	width: 100%;
	margin: 0 0 0 20px;
}

.human_class_list p:first-child {
	margin: 0;
}

.human_class_list p a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.human_class_list p a img {
	vertical-align: top;
}

.human_class_block section {
	margin: 0 0 20px 0;
}

.new_job_seeker_ttl {
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin: 0 0 20px 0;
	padding: 2px 10px;
}

.new_job_seeker_ttl p {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #555;
}

.new_job_seeker_ttl span {
	display: inline-block;
	font-size: 0.85rem;
	margin: 0 0 0 20px;
}

.new_job_seeker_ttl.color_1 {
	border-color: #AED243;
}

.new_job_seeker_ttl.color_1 span {
	color: #AED243;
}

.new_job_seeker_ttl.color_2 {
	border-color: #F2A334;
}

.new_job_seeker_ttl.color_2 span {
	color: #F2A334;
}

.new_job_seeker_ttl.color_3 {
	border-color: #AC47DA;
}

.new_job_seeker_ttl.color_3 span {
	color: #AC47DA;
}

.new_job_seeker_ttl.color_4 {
	border-color: #35A4EB;
}

.new_job_seeker_ttl.color_4 span {
	color: #35A4EB;
}

.human_list li {
	border-top: solid 1px #C0C0C0;
	padding: 5px;
	display: flex;
}

.human_list li:last-child {
	border-bottom: solid 1px #C0C0C0;
}

.human_list li .human_info {
	flex: 1;
}

.human_list li .favorite {
	width: 20%;
	max-width: 110px;
	border-left: solid 1px #C0C0C0;
	font-size: 0.8rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.human_list li .favorite .favorite_icon {
	display: block;
	width: 25px;
	height: 25px;
	background: url(/image/human/favorite.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.human_list li .favorite .favorite_icon.sel_fav {
	background-image: url(/image/human/favorite2.png);
}

.human_info {
	position: relative;
}

.human_info.new_icon::after {
	content: "NEW";
	display: block;
	width: 80px;
	height: 30px;
	background-color: #F3045E;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.1em;
	position: absolute;
	top: 0;
	right: 5px;
}

.human_info p {
	padding: 3px 0;
	display: flex;
}

.human_info p > span {
	display: inline-block;
	color: #555;
}

.human_info p > span:first-child {
	width: max-content;
}

.human_info p > span:last-child {
	margin: 0 0 0 25px;
	flex: 1;
}

.human_info .info_wrap div {
	display: inline-block;
	min-width: 35%;
}

.nationality_1 {
	background: url(/image/human/country.png) center left no-repeat;
	background-size: auto;
	padding: 0 0 0 1.6rem;
	background-size: 1rem;
}

.sex_1 {
	background: url(/image/human/seibetsu.png) center left no-repeat;
	background-size: auto;
	padding: 0 0 0 1.6rem;
	background-size: 1rem;
}

.age_1 {
	background: url(/image/human/age.png) center left no-repeat;
	background-size: auto;
	padding: 0 0 0 1.6rem;
	background-size: 1rem;
}

.occupation_1 {
	background: url(/image/human/occupation.png) center left no-repeat;
	background-size: auto;
	padding: 0 0 0 1.6rem;
	background-size: 1rem;
}

.workplace_1 {
	background: url(/image/human/work.png) center left no-repeat;
	padding: 0 0 0 1.6rem;
	background-size: 1rem;
}

.graduate_1 {
	background: url(/image/human/graduate.png) center left no-repeat;
	background-size: auto;
	padding: 0 0 0 1.6rem;
	background-size: 1rem;
}

.lang_skill_jp_1 {
	background: url(/image/human/jp.png) center left no-repeat;
	background-size: auto;
	padding: 0 0 0 1.6rem;
	background-size: 1rem;
}

.lang_skill_en_1 {
	background: url(/image/human/en.png) center left no-repeat;
	background-size: auto;
	padding: 0 0 0 1.6rem;
	background-size: 1rem;
}

.more_btn a {
	background-color: #3366CC;
	padding: 0 25px;
	min-width: 18em;
}

.side_bar_ttl {
	margin: 0;
}

#search_wrap {
	padding: 10px;
	margin: 0 0 20px;
	background: #f7f6f2;
	font-size: 0.85rem;
}

.search_row {
	margin-bottom: 25px;
}

.search_item {
	margin-bottom: 5px;
}

.search_item_left {
	display: inline-block;
	width: 35%;
}

.search_item_right {
	display: inline-block;
	width: 45%;

}

.search_row input:not([type=radio], [type=submit]) {
	color: #333;
	padding: 5px;
	width: 100%;
	border: 1px solid #e9e9e9;
}

.search_row select {
	color: #333;
	width: 100%;
	height: unset;
	font-size: 100%;
	padding: 6px 5px;
	border-radius: 3px;
	border: 1px solid #e9e9e9;
}

.search_row.check_box label {
	display: inline-block;
	width: 45%;
}

.search_row .search {
	color: #fff;
	width: 60%;
	padding: 5px 0;
	background: #3366CC;
	font-size: 16px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.ranking_info {
	padding: 10px 10px 10px 40px;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #C0C0C0;
	background: url(/image/human/ranking01.png) 5px 10px no-repeat;
	background-size: 1.6rem;
}

.ranking_info.rank_2 {
	background-image: url(/image/human/ranking02.png);

}

.ranking_info.rank_3 {
	background-image: url(/image/human/ranking03.png);
}

.ranking_info a {
	display: block;
}

.ranking_info p {
	padding: 3px 0;
}

.ranking_info p span {
	display: inline-block;
	color: #555;
}

.ranking_info p span:first-child {
}

.ranking_info p span:last-child {
	margin: 0 0 0 25px;
}

.bookmark_side {
	background-color: #f7f6f2;
	padding: 0;
	text-align: center;
}

.bookmark_side a {
	color: #fff;
	width: 100%;
	padding: 5px 0;
	background: #3366CC;
	font-size: 16px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.human_info .info_wrap div {
		display: block;
	}
}


/* mobile */
@media screen and (max-width: 767px) {

	.main_contents {
	    display: block;
	}

	.human_class_list {
		flex-wrap: wrap;
	}

	.human_class_list p {
		margin: 0;
		width: calc(50% - 10px);
	}

	.human_class_list p:nth-child(even) {
		margin: 0 0 0 20px;
	}

	.human_class_list p:nth-child(3) {
		margin: 20px 0 0 0;
	}

	.human_class_list p:nth-child(4) {
		margin: 20px 0 0 20px;
	}

	.human_class_list p a img {
		vertical-align: top;
		max-width: unset;
		width: 100%;
	}
}

/* detail*/
.human_detail {
	margin-bottom: 10px;
 /*   border: solid 1px #555;*/
}

.human_detail	dl > div {
	padding: 10px 0;
	border-bottom: solid 1px #C0C0C0;
}

.human_detail	dl > div:first-child {
	padding: 0 0 10px;
}

.human_detail	dl dt {
	float: left;
	width: 150px;
	text-align: center;
}

.human_detail	dl dt p {
	background-color: #F7F6F2;
	padding: 10px;
	line-height: 1.4;
	font-size: 0.9rem;
}

.human_detail	dl dd {
	margin-left: 150px;
	padding: 10px 10px 0 20px;
	line-height: 1.4;
	font-size: 0.9rem;
}

.human_detail	dl dd:after {
	display: block;
	content: "";
	clear: both;
}

.human_contact_bottom {
	background-color: #F7F6F2;
	padding: 30px;
	margin: 20px 0 0 0;
}

.human_contact_bottom a {
	display: inline-block;
	background-color: #F2A334;
	color: #FFFFFF;
	text-align: center;
	width: calc(45% - 30px);
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	border-radius: 5px;
}

.human_contact_bottom span {
	display: inline-block;
	background-color: #3366CC;
	color: #FFFFFF;
	text-align: center;
	width: calc(45% - 30px);
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	border-radius: 5px;
	margin: 0 0 0 30px;
}

.human_contact {
	background-color: #F7F6F2;
	padding: 30px;
}

.human_contact p {
	text-align: left;
	font-size: 0.85rem;
	margin: 0 0 30px 0;
}

.human_contact a {
	display: block;
	background-color: #F2A334;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	border-radius: 5px;
}

.human_contact span {
	display: block;
	background-color: #3366CC;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	border-radius: 5px;
	margin: 30px 0 0 0;
}

.favorite_btn {
	cursor: pointer;
}

.favorite_btn.sel_fav {
	background-color:#c0c0c0;
}

/* mobile */
@media screen and (max-width: 767px) {
	.main_contents {
		display: block;
	}

	.human_contact_bottom {
		display: none;
	}
}
