@charset "utf-8";

/**************************
* 福利厚生支援サービス
**************************/

@media print,screen and (min-width: 641px) {

#employee_benefit_support .title {
	background-image: url(../images/employee_benefit_support/main.jpg);
}

#employee_benefit_support .s1 {
	margin: 100px 0 130px;
}

#employee_benefit_support .s1_inner {
	padding: 0 2%;
}

#employee_benefit_support .s1_inner > p {
	text-align: center;
}

#employee_benefit_support .s1 .img {
	text-align: center;
	margin: 50px 0;
}

#employee_benefit_support .s1 .c_sec3 {
	margin-bottom: 20px;
}

#employee_benefit_support .s1 .c_sec3 .c_lst2 li {
	font-size: 1em;
	color: #000;
}

#employee_benefit_support .s1 .c_cap5 {
	text-align: left;
}

#employee_benefit_support .s1_box1 {
	background-color: #f5f5f5;
	padding: 2%;
}

#employee_benefit_support .s1_box1 .c_tbl_outer {
	margin-bottom: 30px;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(1) th:nth-of-type(2) {
	font-size: 1.5em;
	background-color: #0070c0;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(2) th:nth-of-type(1),
#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(2) th:nth-of-type(2) {
	background-color: #3b92d0;
	border-left: 1px solid #ddd;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(1) th:nth-of-type(3) {
	font-size: 1.5em;
	background-color: #e42424;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(2) th:nth-of-type(3),
#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(2) th:nth-of-type(4) {
	background-color: #eb6565;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr th:nth-of-type(2) small,
#employee_benefit_support .s1_box1 .c_tbl1 tr th:nth-of-type(3) small {
	display: block;
	font-size: .666em;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr td:nth-of-type(1) {
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #8f91c6;
}

#employee_benefit_support .s2 {
	margin-bottom: 120px;
}

#employee_benefit_support .s2_inner {
	padding: 0 2%;
}

#employee_benefit_support .s2_inner > p {
	text-align: center;
}

#employee_benefit_support .s2_inner h3 {
	font-size: 1.25em;
	font-weight: 500;
	color: #7c7eb6;
	text-align: center;
	margin: 40px 0 20px;
}

#employee_benefit_support .s2_btn {
	justify-content: center;
}

#employee_benefit_support .s2_btn .c_btn + .c_btn {
	margin-left: 20px;
}

}

@media screen and (max-width: 640px) {

#employee_benefit_support .title {
	background-image: url(../images/employee_benefit_support/main_sp.jpg);
}

#employee_benefit_support .s1 {
	margin: 13% 0;
}

#employee_benefit_support .s1 .img {
	text-align: center;
	margin: 5vw 0;
}

#employee_benefit_support .s1 .img p {
	margin-top: 2vw;
}

#employee_benefit_support .s1 .img p img {
	width: 26px;
	margin-left: .3em;
}

#employee_benefit_support .s1 .c_sec3 {
	margin-bottom: 5vw;
	padding: 5% 3%;
}

#employee_benefit_support .s1 .c_sec3 .c_lst2 li {
	font-size: 1em;
	color: #000;
}

#employee_benefit_support .s1 .c_sec3 .c_cap5 {
	font-size: 1.077em;
	text-align: left;
	margin-bottom: 3vw;
}

#employee_benefit_support .s1_box1 {
	background-color: #f5f5f5;
	padding: 5%;
}

#employee_benefit_support .s1_box1 .c_cap5 {
	font-size: 1.308em;
	text-align: left;
	margin-bottom: 3vw;
}

#employee_benefit_support .s1_box1 .c_tbl_outer {
	margin-bottom: 3vw;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(1) th:nth-of-type(2) {
	font-size: 1.231em;
	background-color: #0070c0;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(2) th:nth-of-type(1),
#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(2) th:nth-of-type(2) {
	background-color: #3b92d0;
	border-left: 1px solid #ddd;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(1) th:nth-of-type(3) {
	font-size: 1.231em;
	background-color: #e42424;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(2) th:nth-of-type(3),
#employee_benefit_support .s1_box1 .c_tbl1 tr:nth-of-type(2) th:nth-of-type(4) {
	background-color: #eb6565;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr th:nth-of-type(2) small,
#employee_benefit_support .s1_box1 .c_tbl1 tr th:nth-of-type(3) small {
	display: block;
	font-size: .8125em;
}

#employee_benefit_support .s1_box1 .c_tbl1 tr td:nth-of-type(1) {
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #8f91c6;
}

#employee_benefit_support .s2 {
	margin-bottom: 13%;
}

#employee_benefit_support .s2_inner h3 {
	font-size: 1.154em;
	font-weight: 500;
	color: #7c7eb6;
	text-align: center;
	margin: 7vw 0 3vw;
}

#employee_benefit_support .s2_btn {
	justify-content: center;
}

#employee_benefit_support .s2_btn .c_btn + .c_btn {
	margin-top: 3vw;
}

}
