@charset "UTF-8";


.color--red {
	color: #640000;
}

.container--sub {
	background-color: #ededed;
}

.container--sub h2:after {
	border-color: #640000;
}

.seachArea__container {
	max-width: 820px;
}


.mv__wrapper {
	background-image: url('../img/bg_welding.jpg');
}

.seachArea .seachArea__btn__box {
	margin: 0 20px 30px;
}

.seachArea .seachArea__btn__box:nth-child(2) {
	color: #555;
	background: #c8c8c8;
}

.seachArea .seachArea__btn__box:nth-child(2):hover {
	color: #fff;
}

@media (max-width: 767px) {
	.seachArea {
		flex-direction: column;
	}
}

