@charset "utf-8";

.career_txt {
	padding: 27px 0;
	border-top: 1px solid #ddd;
}

.career_ratio {
	width: 50%;
}

p {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.career_txt {
		padding: 0px;
	}

	p {
		margin-bottom: 20px;
	}

	.career_ratio {
		width: 100%;
	}

}