@charset "utf-8";
/* CSS Document */

/* 求人情報 */
.jobinfo_list {
	margin-bottom: 30px;
	list-style: none;
}
.jobinfo_list .hospital_header {
	padding: 30px 30px;
	border-bottom: dotted 1px #dddddd;
}
.jobinfo_list .hospital_detail {
	width: 100%;
	position: relative;
	border: solid 2px #ffa65e;
	margin-top: 30px;
}
.basic_member.jobinfo_list .hospital_detail {
	border: solid 1px #333333;
}
.trial_member.jobinfo_list .hospital_detail {
	border: solid 1px #dcdcdc;
}
.jobinfo_list .hospital_detail span {
	display: block;
	color: #2a2a2a;
}
.jobinfo_list .hospital_btns {
	border-top: dotted 1px #dddddd;
	padding: 20px 30px 30px 30px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
}
.jobinfo_list .hospital_btns a, 
.jobinfo_list .hospital_btns  button {
	display: flex;
	background-color: #ff9fd1;
	position: relative;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	top: 0;
	background-color: #FFFFFF;
	background-image: none;
	border: solid 1px #333333;
	color: #333333;
	height: 50px;
	min-width: 200px;
	font-family: "Sawarabi Gothic";
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin-bottom: 10px;
	line-height: 1;
	margin: 0 5px;
	transition: all 300ms 0s ease;
}
.jobinfo_list .hospital_btns a:hover, 
.jobinfo_list .hospital_btns  button:hover {
	background-color: rgba(255,97,183,0.15);
}
.jobinfo_list .hospital_tags {
	margin-bottom: 18px;
}
.jobinfo_list .hospital_tags span{
	background-color: #333333;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px 6px;
	border-radius: 24px;
	margin-right: 0;
}
.jobinfo_list .hospital_detail .hospital_name {
	font-size: 22px;
	font-weight: bold;
	color: #ff82b7;
	margin-bottom: 4px;
}
.jobinfo_list .hospital_detail .hospital_names {
	margin-right: 50px;
}

.point_add_icon {
	position: absolute;
	right: -2px;
	top: -2px;
}
.vip_member .hospital_header {
	background-color: #fffbe8;
}
.jobinfo_body {
	padding: 30px;
}
.jobinfo_list .hospital_detail .spe_ttl {
	font-size: 16px;
	color: #2a2a2a;
	margin-right: 10px;
	min-width: 98px;
	width: 98px;
	height: 52px;
	border: 1px solid #333333;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	margin-bottom: 0;
}
.jobinfo_list .hospital_detail .spe_body {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.jobinfo_list .specialities {
	display: flex;
	align-items: center;
}
.h_discription {
	padding-bottom: 30px;
	display: flex;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 20px;
}
.basic_member .h_discription {
	border-bottom: 1px solid #333333;
}
.hospital_photo {
	display: flex;
	flex: 1;
}
.vip_member .h_discription .comment {
	flex: 1;
}
.vip_member .hospital_photo img:first-child {
	margin-right: 12px;
}
.h_discription .comment {
	position: relative;
	font-size: 16px;
	margin-right: 26px;
	line-height: 1.8;
	overflow: hidden;
}
.basic_member .h_discription .comment {
	margin-right: 20px;
}
.jobinfo_list .more_btn {
	width: 114px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	color: #2a2a2a;
	background-color: #ffffff;
}
.search_btns {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0;
}
.search_btns .add_favorite {
	display: flex;
	background-color: #ff9fd1;
	position: relative;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	top: 0;
	background-color: #FFFFFF;
	background-image: none;
	border: solid 1px #333333;
	color: #333333;
	height: 50px;
	font-family: "Sawarabi Gothic";
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin-bottom: 10px;
	line-height: 1;
	margin: 0 5px;
	transition: all 300ms 0s ease;
}
.search_btns .serch_btn:hover {
	color: #ffa010;
}
.exec_btn {
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	background-color: #ffffff;
	width: 200px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.add_favorite {
	display: flex;
	background-color: #ff9fd1;
	position: relative;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	top: 0;
	background-color: #FFFFFF;
	background-image: none;
	border: solid 1px #333333;
	color: #333333;
	height: 50px;
	font-family: "Sawarabi Gothic";
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin-bottom: 10px;
	line-height: 1;
	margin: 0 5px;
	transition: all 300ms 0s ease;
}
.add_favorite:hover {
	background-color: rgba(255,97,183,0.15);
}
.jobinfo_list .hospital_detail .favarit_i {
	color: #ffb54b;
}
.trial_member .h_discription .comment {
	margin-right: 0;
}
.spe_body .check_select {
	background-color: unset;
	padding: 0 2px;
	margin: 0;
}
.hospital_detail_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.hospital_detail_table th {
	width: 70px;
	background-color: #fffbe8;
	border-right: none;
	vertical-align: top;
	text-align: center;
}
table tbody tr td {
	width: auto;
	padding: 10px;
	vertical-align: text-top;
	border-left: none;
}
.trial_member.jobinfo_list th {
	background-color: #f3f3f3;
}
.hospital_job_list {
	display: flex;
	list-style: none;
}
.jobinfo_list .hospital_detail .hospital_job_list span {
	display: flex;
	height: 36px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: solid 1px #dddddd;
	text-decoration: none;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	padding: 0 12px;
	margin-right: 10px;
}
.jobinfo_list .hospital_detail .new_balloon {
	background-color: #ff82b7;
	border-radius: 10px;
	width: 80px;
	height: 38px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -22px;
}
.jobinfo_list .hospital_detail .new_balloon:after {
	position: absolute;
	bottom: -9px;
	right: 14px;
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 9px 0;
	border-color: transparent #ff82b6 transparent transparent;
}





@media screen and (max-width: 1040px) {
	.vip_member .h_discription {
		flex-direction: column-reverse;
	}
	.vip_member .h_discription .comment {
		margin-right: 0;
	}
	.vip_member .hospital_photo {
		justify-content: center;
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 767px) {
	.jobinfo_list .hospital_detail .new_balloon {
		top: -28px;
	}
	.h_discription {
		flex-direction: column-reverse;
	}
	.hospital_photo {
		width: 100%;
		justify-content: center;
		margin-bottom: 20px;
	}
	.basic_member .h_discription .comment {
		margin-right: 0;
	}
	.jobinfo_list .hospital_header {
		padding: 4vw 4vw;
	}
	.jobinfo_body {
		padding: 4vw 4vw;
	}
	.hospital_detail_table,
	.hospital_detail_table tbody,
	.hospital_detail_table tr,
	.hospital_detail_table th,
	.hospital_detail_table td {
		display: block;
		width: 100%;
		font-size: 4vw;
	}
	.hospital_detail_table th, .hospital_detail_table td {
		border-bottom: none;
	}
	.hospital_detail_table th {
		border-right: solid 1px #d4d4d4;
	}
	.hospital_detail_table td {
		border-left: solid 1px #d4d4d4;
	}
	.hospital_detail_table tr:last-child td {
		border-bottom: solid 1px #dddddd;
	}
	.jobinfo_list .hospital_detail .spe_ttl {
		height: auto;
		min-width: 24vw;
		width: 24vw;
		padding: 2vw 0;
		line-height: 1;
	}
	.jobinfo_list .hospital_detail span img {
		width: 23vw;
	}
	
}


@media screen and (max-width: 620px) {
	.vip_member .hospital_photo img {
		width: 49%;
		display: block;
	}
	.hospital_photo img {
		height: 100%;
	}
	.jobinfo_list .specialities {
		flex-direction: column;
		align-items: flex-start;
	}
	.jobinfo_list .hospital_detail .spe_ttl {
		margin-right: 0;
		margin-bottom: 10px !important;
	}
}


@media screen and (max-width: 500px) {
	.search_btns a {
		font-size: 3.2vw;
		width: 48%;
		min-width: unset;
	}
	.search_btns .add_favorite {
		font-size: 3.2vw;
		width: 48%;
	}
	.jobinfo_list .hospital_detail .specialities .check_select {
		font-size: 2.6vw;
	}
	.address_ttl {
		font-size: 3.2vw;
	}
	.jobinfo_list .hospital_detail .hospital_name {
		font-size: 4.4vw;
	}
	.jobinfo_list .hospital_detail .spe_body {
		font-size: 3.2vw;
	}
	.jobinfo_list .hospital_detail .spe_ttl {
		font-size: 3.2vw;
	}
	.jobinfo_list .hospital_tags span {
		font-size: 3.2vw;
	}
}


.ttl_tmp:before{
    background: url(/assets/img/global/nav_icon_2.svg) no-repeat;
    background-size: 100%;
}