@charset "utf-8";

nav#main-menu{
	margin-top: 5px;
}

#main-menu ul li {
	width: calc((100% - 32px) / 8);
	margin: 0 2px;
	/*padding: 10px 0;
	background-color: #5AB439;*/
}
/*
#main-menu ul li.nav_gray {
	background-color: #F3F3F3;
}
*/
#main-menu ul li img {
	/*width: 50%;*/
	margin: auto;
	display: block;
}

#services-area {
	display: flex;
	flex-wrap: wrap;
}

.title-services.career {
	background-image: url(../img/career/bg_career.jpg);
}

.title-services.caripo {
	background-image: url(../img/caripo/bg_caripo.jpg);
}

.contents-career {
	border: 2px solid #DCDDDD;
	margin-bottom: 20px;
	text-align: center;
}

.contents-career h2 {
	font-size: 20px;
	border-bottom: 2px solid #000;
	margin-bottom: 40px;
	display: inline-block;
}

div.flex {
	display: flex;
	text-align: left;
	flex-wrap: wrap;
}

.pic-col {
	width: 37%;
}

.txt-col {
	width: 60%;
}

.mr-3 {
	margin-right: 3%;
}

.ml-3 {
	margin-left: 3%;
}

div.flex p:last-child {
	margin-bottom: 0;
}

#services-area article img {
	margin-bottom: 0;
}

.cntct_btn {
	border: 2px solid #5AB439;
	display: block;
	margin: 25px auto auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	box-sizing: border-box;
	text-align: center;
	color: #5AB439;
	text-decoration: none;
}


.tb-privacy tr th,
.tb-privacy tr td{
	display: table-cell;
}




@media screen and (max-width:1023px) {

	nav#main-menu li {
		width: calc(25% - 4px);
		margin: 2px;
	}

	.txt-col,
	.pic-col {
		width: 100%;
	}

	.ml-3 {
		margin-left: 0;
	}

	.mr-3 {
		margin-right: 0;
	}

	.flex div:first-child {
		margin-bottom: 10px;
	}

}