<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * style.css
 */

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/* recruit - qa
--------------------------------------------------*/
.healthcareArea {
	max-width: 830px;
	margin-bottom: 100px;
}
.healthcareArea .box{
display: flex;
justify-content: space-between;
}
.healthcareArea .left_box{
margin-right: 70px;
}
.healthcareArea ul {
	margin-bottom: 1em;
}
.healthcareArea ul li{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 2em;
	text-indent: -1em;
	padding-left: 1em;
}

.healthcareArea a img:hover{
	opacity: 0.7;
}
.healthcareArea img{
	border: 1px solid #eee;
}

@media only screen and (max-width:767px) {
	.healthcareArea {
		margin-bottom: 50px;
	}
	.healthcareArea .left_box{
	margin-right: 0;
	}
	.healthcareArea .box{
	display: block;
}
.healthcareArea .right_box{
	text-align: center;
}
}
</pre></body></html>