@charset "UTF-8";

/* pickup
------------------------------------------------*/
#pickup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 25px auto;
	line-height: 1.5;
}
#pickup.inner:after {
	content: none;
}
#pickup .box {
	width: 31%;
}
#pickup a {
	display: block;
	text-decoration: none;
	color: #222;
}
#pickup a:hover {
	opacity: 0.8;
}
#pickup .box img {
	max-width: 100%;
	height: auto;
}
#pickup .box dt {
	position: relative;
	margin: 10px 0;
	font-size: 22px;
	font-weight: bold;
}
#pickup .box dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 4px;
	height: 4px;
	border: 1px solid;
	border-color: transparent transparent #999 #999;
	margin: -3px 0 0;
	transform: rotate(-135deg);
}
#pickup .box dd {
	margin: 0 0 1em;
}
@media screen and (max-width:768px) {
	#pickup {
		display: block;
		margin: 5px 0 1px;
		padding: 0 5px 0 0;
	}
	#pickup .box {
		width: 100%;
		margin: 0 0 1px;
	}
	#pickup .box img {
		width: 100%;
		height: auto;
	}
	#pickup a {
		display: flex;
		align-items: top;
	}
	#pickup .box p {
		width: 50%;
	}
	#pickup .box dl {
		width: 50%;
		padding: 0 0 0 10px;
		box-sizing: border-box;
	}
	#pickup .box dt {
		margin: 0 0 5px;
		font-size: 15px;
	}
	#pickup .box dd {
		font-size: 12px;
	}
}
@media screen and (max-width:480px) {
	#pickup .box p {
		width: 40%;
	}
	#pickup .box dl {
		width: 60%;
	}
}

/* sket
------------------------------------------------*/
#sket {
	background: url(img/bg-sket.jpg) no-repeat center center;
	background-size: cover;
	margin: 0 0 40px;
	padding: 70px 0 50px;
	text-align: center;
	color: #fff;
}
#sket a {
	text-decoration: none;
	color: #fff;
}
#sket p img {
	width: 100px;
	height: auto;
}
#sket h2 {
	margin: 5px 0;
	font-size: 35px;
	font-weight: bold;
}
@media screen and (max-width:768px) {
	#sket {
		margin: 0 0 20px;
		padding: 15px 10px;
	}
	#sket h2 {
		font-size: 20px;
	}
}

/* all-service
------------------------------------------------*/
#all-service {
	display: flex;
	justify-content: space-between;
}
#all-service .box {
	width: 31%;
}
#all-service dl {
	margin: 0 0 20px;
}
#all-service dt {
	background-color: #014a8f;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #014a8f;
	padding: 12px 0 12px 60px;
	line-height: 1;
	color: #fff;
}
#all-service dl.kyuhaisui dt {
	background-image: url(img/icon-kyuhaisui.png);
}
#all-service dl.maintenance dt {
	background-image: url(img/icon-maintenance.png);
}
#all-service dl.air dt {
	background-image: url(img/icon-air.png);
}
#all-service dl.factory dt {
	background-image: url(img/icon-factory.png);
}
#all-service dl.coating dt {
	background-image: url(img/icon-coating.png);
}
#all-service dl.kitchen dt {
	background-image: url(img/icon-kitchen.png);
}
#all-service dl.other dt {
	background-image: url(img/icon-other.png);
}
#all-service dd {
	margin: 3px 0;
	padding: 0 0 0 15px;
	border-bottom: solid 1px #ccc;
}
#all-service dd:last-child {
	border: none;
}
#all-service dd a {
	position: relative;
	text-decoration: none;
}
#all-service dd a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -15px;
	width: 4px;
	height: 4px;
	border: 1px solid;
	border-color: transparent transparent #666 #666;
	margin: -3px 0 0;
	transform: rotate(-135deg);
}
@media screen and (max-width:768px) {
	#all-service {
		display: block;
	}
	#all-service .box {
		width: 100%;
	}
}

/* bnr
------------------------------------------------*/
#all-service + ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#all-service + ul li {
	width: 48%;
	margin: 0 0 4%;
}
#all-service + ul li img {
	width: 100%;
	height: auto;
}

/* news-area
------------------------------------------------*/
#news-area h2 {
	margin: 20px 0 0;
	padding: 0 0 0 18px;
	border-left: 6px solid #00518D;
	font-size: 21px;
	font-weight: bold;
}
#news-area dl dt {
	float: left;
	margin: 0 18px 0 0;
	padding: 15px 0;
}
#news-area dl dd {
	border-bottom: 1px solid #aaa;
	padding: 15px 0;
}
#news-area p {
	margin: 10px 0 0;
	text-align: right;
}
@media screen and (max-width:768px) {
	#news-area dl dt {
		float: none;
		margin: 0;
		padding: 15px 0 0;
	}
	#news-area dl dd {
		padding: 0 0 15px;
	}
}

/* sns-area
------------------------------------------------*/
#sns-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0;
}
#sns-area .box {
	width: 48%;
}
@media screen and (max-width:768px) {
	#sns-area .box {
		width: 100%;
		margin: 0 0 20px;
	}
}
