@charset "UTF-8";
/* CSS Document */

.contents.common.recruit.page .main.environment {
	background-image: url("../../image/recruit/environment/main_img.webp");
}

.content.page h3,
.contents.page h3,
.contents.recruit.page h3 { 
	background-image: initial;
}

.content_wrapper.environment h3 {
	width: 90%;
	height: 40px;
	margin: 0 5% 20px;
	padding: 0;
	color: #FFF;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	background-color: #4c4948;
	border-radius: 20px;
	float: left;
	background-image: initial;
	background-repeat: no-repeat;
	background-size: 0;
	display: block;
}

.content_wrapper.environment h3::before {
	content: "";
	background-image: initial;
}

.content_wrapper.environment h4 {
	width: 94%;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	padding: 0 3%;
	background-image: url("../../image/recruit/common/ico_ square.png");
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
}


/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 980px */
/* **************************************************************** */
@media only screen and (max-width:980px){

.content_wrapper.environment h4 { width: 90%;padding: 0 5%; }

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 480px */
/* **************************************************************** */
@media only screen and (max-width:480px){

.content_wrapper.environment h4 { width: 84%;padding: 0 8%; }

}

