@charset "UTF-8";

.mainimage {
	background-image: url("../works/img/img-head.jpg");
}

.cmn_sec {
	padding: 100px 0 140px;
}

.cmn_sec:nth-of-type(even) {
	background: #F7F7F7;
}

.sec_row {
	margin-top: 26px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sec_col {
	width: 33.33%;
}

.sec_col_cap {
	margin-top: 5px;
}

.company {
	display: none;
}

/* All SP & Tablet */
@media screen and (max-width:1400px) {
}

@media screen and (min-width:641px) {
	.sec_col:nth-child(n+4) {
		margin-top: 50px;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.sec_row {
		max-width: 375px;
		margin: 26px auto 0;
	}

	.sec_col {
		width: 100%;
		margin-top: 30px;
	}

	.sec_col:first-child {
		margin-top: 0;
	}

}
