@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

nav {
	width: 100%;
	min-width: 1050px;
}

nav .panel-btn {
	animation-duration: 1s;
	animation-name: fade-out;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-out;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-out;
}

.strage {
	transition: background 0.5s ease;
	/* nav open */
	/* nav close */
	/* nav common */
}

.strage.on {
	background-color: #fff;
}

.strage.on > ul {
	border-bottom: 1px solid #eaeaea;
}

.strage.on > ul > li:not(.head_logo):not(.panel-btn):not(.sp) {
	left: 0;
}

.strage.on .panel-btn {
	margin-left: 0;
}

.strage > ul {
	padding-left: 0;
}

.strage > ul > li:not(.head_logo):not(.panel-btn) {
	position: relative;
	left: 100vw;
	transition: left 1s ease;
}

.strage .head_logo {
	padding-left: 0;
	margin-top: 0;
	width: 240px;
	background-position: left 20px center;
}

.strage .head_logo a {
	width: 100%;
	padding-top: 71px;
}

.strage .head_logo,
.strage .panel_btn {
	height: 70px;
	max-height: 100%;
	background-color: #fff;
}

.strage .panel-btn {
	display: block;
	position: relative;
	background-color: #ff7fa6;
	width: 71px;
	margin-left: auto;
	animation-duration: 1s;
	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;
}

.strage .panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: #fff;
	transition: 0.2s;
}

.strage .panel-btn-icon::before,
.strage .panel-btn-icon::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	background: #fff;
	transition: 0.3s;
}

.strage .panel-btn-icon::before {
	margin-top: -12px;
}

.strage .panel-btn-icon::after {
	margin-top: 8px;
}

.strage .panel-btn .close {
	background: transparent;
}

.strage .panel-btn .close::before,
.strage .panel-btn .close::after {
	margin-top: 0;
}

.strage .panel-btn .close::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.strage .panel-btn .close::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.tag {
	width: auto;
	height: 22px;
	padding: 0 10px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
}

.tag_list {
	color: #8f6050;
	font-weight: bold;
}

.tag_list li {
	border: 1px solid #d2c1af;
	margin-bottom: 5px;
	padding: 1px 5px 0;
	height: 22px;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	font-size: 1.2rem;
	margin-right: 5px;
}

.medi_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.medi_list li {
	margin-right: 12px;
	line-height: 1.4;
}

.medi_list li::before {
	content: '';
	width: 17px;
	height: 11px;
	display: inline-block;
	background-image: url(../img/common/f0fe.svg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

main {
	width: 1000px;
	margin: 70px auto 60px;
	display: block;
}

h2 {
	font-weight: normal;
	font-size: 1.4rem;
	text-align: center;
	border-bottom: 1px solid #333333;
	padding-bottom: 25px;
	width: 100%;
	letter-spacing: 4px;
	display: block;
}

.abel {
	font-size: 4rem;
	display: block;
	margin-bottom: 6px;
}

.job_detail_heading {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.job_detail_heading .review {
	height: 22px;
	margin: 0 8px;
}

.job_detail_heading ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #6a6a6a;
	font-size: 1rem;
}

.job_detail_heading li:nth-of-type(n + 2) {
	margin-left: 7px;
}

.job_detail_heading p a {
	font-size: 1.2rem;
	text-decoration: underline;
}

.job_list_body {
	margin: 20px auto 70px;
}

.job_list_body img.pc {
	display: block;
}

.job_list_body > dt {
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 15px;
}

.job_list_body > dd dt,
.job_list_body > dd dd {
	height: 34px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}
.single-dr_f .job_list_body > dd .item_001 dd,
.single-dr_p .job_list_body > dd .item_001 dd,
.single-dr_s .job_list_body > dd .item_001 dd,
.single-dr_c .job_list_body > dd .item_001 dd {
	height: -webkit-calc(100% - 80px);
	height: calc(100% - 80px);
}
.job_list_body .employment span::before,
.job_info_detail .employment span::before {
	content: '\f007';
	font-family: FontAwesome;
	font-size: 1.4rem;
	color: #ff7fa6;
	padding-right: 3px;
}
.job_list_body > dd .item_001 .employment p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 1.6;
}

.job_list_body > dd dt {
	background-color: #464646;
}
.single-dr_f .job_list_body > dd .item_001 dt,
.single-dr_p .job_list_body > dd .item_001 dt,
.single-dr_s .job_list_body > dd .item_001 dt,
.single-dr_c .job_list_body > dd .item_001 dt {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d4d4d4;
}
.job_list_body > dd dd {
	background-color: #fff;
}

.job_list_body dt {
	font-weight: bold;
}

.job_list_body .tag_list {
	margin-bottom: 15px;
}
.single-dr_f .job_list_body .item_001 dl,
.single-dr_p .job_list_body .item_001 dl,
.single-dr_s .job_list_body .item_001 dl,
.single-dr_c .job_list_body .item_001 dl {
	border: 1px solid #d4d4d4;
	margin-top: 20px;
}

.job_list_body div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}

.job_list_body .fa {
	color: #ff7fa6;
	margin-right: 4px;
}

.job_detail_point dt .fa-plus,
.job_detail_point dt .fa-minus {
	display: none;
}

#Pr + dd {
	color: #ff7fa6;
}

.job_detail_point {
	border: 10px solid #f5f5f5;
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}
.job_detail_point span {
	display: block;
}
.job_detail_point .pay {
	margin-bottom: 10px;
}
.job_detail_point dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.job_detail_point dt {
	width: 120px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	padding-right: 10px;
	margin-right: 20px;
	box-sizing: border-box;
	border-right: 2px solid #f5f5f5;
}

.job_detail_point dl {
	margin-top: 15px;
}

.job_detail_point dl:nth-child(1) {
	margin-top: 0;
}

.job_detail_point dd {
	width: 820px;
	box-sizing: border-box;
	line-height: 1.5;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
}
.job_detail_point dd span {
	font-size: 1.2rem;
}

.job_detail_point i {
	font-size: 3rem;
}

.job_detail_point img {
	width: 32px;
}
.job_detail_point i,
.job_detail_point img {
	margin-right: 11px;
	display: block;
}

.job_detail_point .fa-medkit {
	color: #b2885f;
}

.job_detail_point .fa-address-book {
	color: #4090eb;
}

.job_detail_point .icon-6 {
	color: #ffd76a;
}

#Adviser_msg {
	margin: 70px 0;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

#Adviser_msg > div:first-of-type {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	margin-left: 0;
	margin-bottom: 5px;
}

#Adviser_msg figure {
	text-align: center;
}

#Adviser_msg figcaption {
	padding-top: 5px;
}

#Adviser_msg figure span {
	font-size: 1.2rem;
}

#Adviser_msg .review {
	height: 22px;
	margin: 0 8px;
}

#Adviser_msg .comment {
	background-color: #ffffff;
	border: solid 1px #d4d4d4;
	margin-left: 15px;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}

#Adviser_msg .comment p {
	line-height: 1.5;
	position: relative;
	z-index: 1;
	font-size: 1.6rem;
}

#Adviser_msg .comment p:nth-of-type(n + 2) {
	margin-top: 20px;
}

#Adviser_msg .comment::before {
	content: '';
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 11px 3px 0;
	border-color: transparent #f1f9f6 transparent transparent;
	position: absolute;
	left: -11px;
	top: 20px;
}

#Adviser_msg .comment::after {
	content: '';
	display: block;
	background-image: url(../img/common/icon001.png);
	width: 92px;
	height: 87px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.job_detail_outline {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	border-top: none;
	margin-bottom: 70px;
}

*/ .job_detail_outline figure {
	margin-bottom: 20px;
	position: relative;
	left: -1px;
}

.job_detail_outline h2 {
	font-size: 1rem;
	text-align: left;
	border-bottom: none;
	padding-bottom: 0;
	margin: 30px 30px 0;
	letter-spacing: 0;
}

.job_detail_outline h2 span {
	font-size: 2rem;
	display: block;
	margin-top: 3px;
	font-weight: bold;
}

.job_detail_outline > ul {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #6a6a6a;
	margin: 7px 30px 0;
	font-size: 1.2rem;
	width: 100%;
}

.job_detail_outline > ul li:not(:last-child) {
	margin-right: 15px;
}

.job_detail_outline .table_layout {
	margin: 20px 30px 30px;
}

.job_detail_outline .table_layout dt {
	width: 137px;
}

.job_detail_outline .table_layout dd {
	width: 799px;
}

.job_detail_outline .table_layout p {
	line-height: 1.5;
}
/*
.job_detail_reccomend {
	margin-top: 70px;
	padding: 30px;
	border: 1px solid #d4d4d4;
}

.job_detail_reccomend h2 {
	margin-bottom: 30px;
}

.job_detail_reccomend li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}

.job_detail_reccomend a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.job_detail_reccomend figure {
	width: 170px;
	height: 130px;
	overflow: hidden;
	position: relative;
}

.job_detail_reccomend figure img {
	position: absolute;
	top: 0;
	left: -20px;
	width: auto;
	height: 100%;
}

.job_detail_reccomend dl {
	max-width: 100%;
	margin-left: 15px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}

.job_detail_reccomend dt {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.job_detail_reccomend dt span {
	padding-bottom: 5px;
}

.job_detail_reccomend dd {
	font-size: 2rem;
	color: #55a93a;
	font-weight: bold;
	line-height: 1.4;
}

.job_detail_reccomend dd p {
	line-height: 1.4;
}

.job_detail_reccomend dd span {
	font-size: 1.4rem;
	color: #333333;
	display: block;
	font-weight: normal;
}
*/
.job_detail_reccomend {
	margin-top: 70px;
	padding: 30px;
	border: 1px solid #eaeaea;
}

.job_detail_reccomend h2 {
	margin-bottom: 30px;
}

.job_detail_reccomend ul {
	display: flex;
	flex-wrap: wrap;
}

.job_detail_reccomend li {
	width: 18.5%;
}
.job_detail_reccomend li:not(:nth-of-type(5n)) {
	margin-right: 1.875%;
}
.job_detail_reccomend li:not(:nth-of-type(n + 6)) {
	margin-bottom: 1.875%;
}
/*
.job_detail_reccomend li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
*/

@media screen and (max-width: 767px) {
	.job_detail_reccomend li {
		width: 48%;
	}
	.job_detail_reccomend li:nth-of-type(odd) {
		margin-right: 4%;
	}
	.job_detail_reccomend li:nth-of-type(even) {
		margin-right: 0;
	}
	.job_detail_reccomend li:nth-last-of-type(n + 2) {
		margin-bottom: 4%;
	}
}

.job_detail_reccomend a {
	/*
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	*/
	display: block;
}

.job_detail_reccomend figure {
	/*width: 170px;*/
	width: 100%;
	height: 130px;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 767px) {
	.job_detail_reccomend figure {
		height: 0;
		padding-top: 50%;
	}
}

.job_detail_reccomend figure img {
	position: absolute;
	top: 0;
	left: -20px;
	width: auto;
	height: 100%;
}

.job_detail_reccomend dl {
	max-width: 100%;
	/*
	margin-left: 15px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	*/
}

.job_detail_reccomend dt {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 1.4;
}

.job_detail_reccomend dt span {
	/*padding-bottom: 5px;*/
	color: #55a93a;
	display: block;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
	.job_detail_reccomend dt span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.job_detail_reccomend dd {
	font-size: 2rem;
	color: #55a93a;
	font-weight: bold;
	line-height: 1.4;
}

.job_detail_reccomend dd p {
	line-height: 1.4;
}

.job_detail_reccomend dd span {
	font-size: 1.4rem;
	color: #333333;
	display: block;
	font-weight: normal;
}
.l_banner {
	margin: 70px auto;
	padding-top: 50px;
	text-align: center;
	border-top: 1px solid #eaeaea;
	width: 1000px;
}

.l_banner img {
	border: 1px solid #eaeaea;
	width: 100%;
}

.search_top {
	height: 30px;
	width: 200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 auto;
	font-size: 1.8rem;
	margin-top: 70px;
}

.tieup_job_links {
	margin-top: 65px;
}
@media screen and (max-width: 767px) {
	.tieup_job_links {
		margin: 30px 3% 0;
	}
}

.job_info_detail h2,
.hospital_info_detail h2,
.access_info_detail h2,
.apply_info_detail h2,
.tieup_job_links h2 {
	border-bottom: none;
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-background-size: contain;
	background-size: contain;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	padding-left: 45px;
}
.job_info_detail .table_layout,
.hospital_info_detail .table_layout,
.access_info_detail .table_layout,
.apply_info_detail .table_layout,
.tieup_job_links .table_layout {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.job_info_detail .table_layout,
	.hospital_info_detail .table_layout,
	.access_info_detail .table_layout,
	.apply_info_detail .table_layout,
	.tieup_job_links .table_layout {
		margin-top: 0;
	}
}
.job_info_detail .table_layout,
.hospital_info_detail .table_layout,
.access_info_detail .table_layout,
.apply_info_detail .table_layout,
.tieup_job_links .table_layout {
	margin-bottom: 30px;
}
.job_info_detail h2 {
	background-image: url(../img/common/icon032.svg);
	height: 40px;
	margin-top: 20px;
}
.hospital_info_detail h2 {
	background-image: url(../img/common/icon033.svg);
	height: 40px;
	margin-top: 20px;
	padding-left: 55px;
}
.access_info_detail h2 {
	background-image: url(../img/common/icon026.svg);
	height: 40px;
	margin-top: 20px;
}
.apply_info_detail h2 {
	background-image: url(../img/common/icon031.svg);
	height: 40px;
	margin-top: 20px;
}
.tieup_job_links h2 {
	background-image: url(../img/top/icon10.svg);
	height: 37px;
}
@media screen and (max-width: 767px) {
	.job_info_detail,
	.hospital_info_detail,
	.access_info_detail,
	.apply_info_detail {
		margin: 10% 3%;
	}
	.tieup_job_links h2,
	.hospital_info_detail h2,
	.access_info_detail h2,
	.apply_info_detail h2,
	.job_info_detail h2 {
		padding-left: 16%;
		margin: 0;
		background-position: left 3% center;
		background-color: #fff1f5;
		-webkit-background-size: 26px;
		background-size: 26px;
		border-radius: 5px 5px 0 0;
		border: 1px solid #ffcfdd;
		height: 50px;
	}
}
.tieup_job_links .table_layout dt {
	width: 160px;
}

.tieup_job_links .table_layout dd {
	/** width: 838px; **/
	width: 836px;
	line-height: 1;
}

.tieup_job_links .table_layout ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tieup_job_links .table_layout a {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	background-color: #f2f2f2;
	padding: 5px 10px;
	font-size: 1.2rem;
	margin-right: 5px;
	margin-bottom: 5px;

	background-color: #f7f7f7;
	padding: 6px 10px;
	border-radius: 3px;
	font-size: 1.3rem;
	border: solid 1px #d4d4d4;
}

.tieup_job_links .table_layout a::before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 1.6rem;
	font-weight: bold;
	color: #55a93a;
	margin-bottom: 2px;
	margin-right: 5px;
}

.table_layout p {
	line-height: 1.6;
}

/*.tieup_job_links .table_layout li:not(:last-of-type) {
	position: relative;
	margin-right: 20px;
}
.tieup_job_links .table_layout li:not(:last-of-type)::after {
	display: inline-block;
	position: absolute;
	right: -13px;
	top: -2px;
}
.tieup_job_links .table_layout .r_arrow li:not(:last-of-type)::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.8rem;
}
.tieup_job_links .table_layout .r_partition li:not(:last-of-type)::after {
	content: "";
	background-color: #dadada;
	width: 1px;
	height: 16px;
	right: -10px;
}*/

/*------------------------------------------------
Responsive
------------------------------------------------*/

@media screen and (max-width: 767px) {
	main {
		width: 100%;
		margin-top: 17px;
	}

	h2 {
		padding-bottom: 5%;
	}

	.tag_list li {
		border: none;
		padding: 0;
		height: auto;
	}
	.tag_list li:not(:last-child)::after {
		content: '/';
		display: inline-block;
		margin-left: 2px;
	}

	.job_detail_heading {
		margin: 0 3% 5px;
	}

	.more {
		text-decoration: underline;
		font-size: 1.5rem;
		margin: 0 3%;
		display: inline-block;
	}

	.job_list_body {
		margin: 0 auto 15%;
	}
	.job_list_body img {
		width: 100%;
	}
	.job_list_body img.pc {
		display: none;
	}
	.job_list_body dl {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		margin-bottom: 5px;
	}
	.single-dr_f .job_list_body > dt,
	.single-dr_p .job_list_body > dt,
	.single-dr_s .job_list_body > dt,
	.single-dr_c .job_list_body > dt,
	.single-dr_f .job_list_body .tag_list,
	.single-dr_p .job_list_body .tag_list,
	.single-dr_s .job_list_body .tag_list,
	.single-dr_c .job_list_body .tag_list {
		margin: 0 3%;
		font-size: 1.9rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		transition: 0.5s ease;
	}
	.job_list_body > dt .more {
		color: #ff7fa6;
	}
	.job_list_body .tag_list {
		font-size: 1.5rem;
	}
	.job_list_body .tag_list .more {
		color: #8f6050;
		margin-bottom: 15px;
	}
	.job_list_body .thumb {
		-webkit-order: -1;
		-moz-order: -1;
		-ms-order: -1;
		-o-order: -1;
		order: -1;
	}
	.job_list_body > dd {
		margin-top: 16px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.job_list_body > dd dt {
		width: 30%;
	}
	.job_list_body > dd dd {
		width: 70%;
		justify-content: flex-start;
		padding-left: 4%;
		box-sizing: border-box;
	}
	.job_list_body .tag_list {
		margin-bottom: 0;
	}
	.single-dr_f .job_list_body > dd div,
	.single-dr_p .job_list_body > dd div,
	.single-dr_s .job_list_body > dd div,
	.single-dr_c .job_list_body > dd div {
		padding: 3%;
		display: block;
	}
	.single-dr_f .job_list_body > dd .item_001,
	.single-dr_p .job_list_body > dd .item_001,
	.single-dr_s .job_list_body > dd .item_001,
	.single-dr_c .job_list_body > dd .item_001,
	.job_detail_point {
		display: block;
	}
	.single-dr_f .job_list_body > dd .item_001 dl,
	.single-dr_p .job_list_body > dd .item_001 dl,
	.single-dr_s .job_list_body > dd .item_001 dl,
	.single-dr_c .job_list_body > dd .item_001 dl {
		margin-bottom: 0;
		margin-top: 0;
	}

	.single-dr_f .job_list_body > dd .item_001 dl:not(:last-of-type),
	.single-dr_p .job_list_body > dd .item_001 dl:not(:last-of-type),
	.single-dr_s .job_list_body > dd .item_001 dl:not(:last-of-type),
	.single-dr_c .job_list_body > dd .item_001 dl:not(:last-of-type),
	.single-dr_f .job_list_body > dd .item_001 dt,
	.single-dr_p .job_list_body > dd .item_001 dt,
	.single-dr_s .job_list_body > dd .item_001 dt,
	.single-dr_c .job_list_body > dd .item_001 dt {
		border-bottom: none;
	}
	.job_detail_point {
		margin: 0;
		padding: 10px;
	}
	.job_detail_point dt {
		display: block;
		text-align: center;
		width: auto;
	}
	.job_detail_point img {
		margin: 0 auto 10px;
	}
	.job_detail_point dd {
		flex: 1;
	}
	main .job_list_body .item_001 dl:not(:last-of-type) {
		border-right: 1px solid #d4d4d4;
	}

	.table_layout dt {
		box-sizing: border-box;
	}

	.table_layout {
		margin: 15% 0;
		border: none;
	}

	.table_layout dt,
	.table_layout dd {
		font-size: 1.6rem;
		padding: 3%;
		border: 1px solid #d4d4d4;
	}
	.table_layout dt:first-of-type,
	.table_layout dd:first-of-type {
		border-top: none;
	}
	.table_layout dt {
		width: 30%;
		background-color: #f5f5f5;
		color: #333;
		display: block;
		line-height: 1.7;
	}
	.table_layout dd {
		width: 70%;
		background-color: #fff;
		border-left: none;
		word-wrap: break-word;
	}
	.table_layout dt:nth-of-type(n + 2),
	.table_layout dd:nth-of-type(n + 2) {
		border-top: none;
	}
	.table_layout .tag_list li {
		font-size: 1.6rem;
	}
	.tieup_job_links .table_layout dt,
	.tieup_job_links .table_layout dd {
		width: 100%;
	}
	.tieup_job_links .table_layout dd:first-of-type {
		border-top: none;
	}
	.tieup_job_links .table_layout dd {
		border-left: 1px solid #d4d4d4;
	}
	.tieup_job_links .table_layout .r_partition {
		display: block;
	}
	.tieup_job_links .table_layout .r_partition li {
		line-height: 1.5;
	}
	.tieup_job_links .table_layout .r_partition li:not(:last-of-type)::after {
		display: none;
	}

	#Adviser_msg {
		margin: 10% 3%;
		position: relative;
	}
	#Adviser_msg figure {
		display: none;
	}
	#Adviser_msg .comment {
		width: auto;
		margin: 0;
		background-color: transparent;
		padding: 0;
		flex: 1;
		border: none;
	}
	#Adviser_msg .comment p {
		line-height: 1.7;
	}
	#Adviser_msg .comment::before,
	#Adviser_msg .comment::after {
		display: none;
	}
	.job_detail_outline {
		margin: 10% 3%;
		clear: both;
		border: 1px solid #d4d4d4;
	}
	.job_detail_outline figure {
		display: none;
	}
	.job_detail_outline h2,
	.job_detail_outline > ul {
		margin: 5%;
	}
	.job_detail_outline > ul {
		line-height: 1.5;
	}
	.job_detail_outline > ul li:not(:last-child) {
		margin-right: 3%;
	}
	.job_detail_outline .table_layout {
		margin: 0;
		border: none;
		width: 100%;
		padding: 0;
	}
	.job_detail_outline .table_layout dt,
	.job_detail_outline .table_layout dd {
		padding: 3%;
		box-sizing: border-box;
	}
	.job_detail_outline .table_layout dt:last-of-type,
	.job_detail_outline .table_layout dd:last-of-type {
		border-bottom: none;
	}
	.job_detail_outline .table_layout dt {
		position: relative;
		width: 30%;
		border-left: none;
	}
	.job_detail_outline .table_layout dt:first-of-type {
		border-top: 1px solid #d4d4d4;
	}
	.job_detail_outline .table_layout dd {
		border-left: none;
		border-right: none;
		width: 70%;
		word-wrap: break-word;
	}
	.job_detail_outline .table_layout dd:first-of-type {
		border-top: 1px solid #d4d4d4;
	}
	.job_detail_reccomend {
		overflow: hidden;
		text-align-last: auto;
		display: block;
		margin: 15% 3%;
		padding: 5%;
	}
	.job_detail_reccomend dl {
		margin-left: 0;
	}
	.job_detail_reccomend dd p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.job_detail_reccomend dd span {
		margin-top: 2%;
	}

	.l_banner {
		border-top: none;
		margin: 15% 3%;
		padding-top: 0;
		width: 94%;
	}
	.l_banner img {
		width: 100%;
		border: none;
	}

	footer {
		padding: 0 0 60px 0;
	}
	.page_top {
		bottom: 70px;
	}
	.search_top {
		margin-top: 10%;
	}
}

.job_list_body > dt > span {
	color: #55a93a;
	margin-bottom: 10px;
	display: block;
}

.job_detail_heading {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-size: 1rem;
	justify-content: space-between;
}

.job_detail_point .subject_list ul {
	display: flex;
	flex-wrap: wrap;
}

.job_detail_point .subject_list li {
	margin: 0 5px 5px 0;
	background-color: #55a93a;
	color: #ffffff;
	font-size: 1.2rem;
	padding: 5px 10px;
}
