@charset "utf-8";
/*------------------------------------------------------------
	waterproofing
------------------------------------------------------------*/
#main .pageTitle {
	margin-bottom: 63px;
	padding-top: 25px;
}
#main .linkUl {
	margin: 0 auto 107px;
	max-width: 520px;
	display: flex;
	flex-wrap: wrap;
}
#main .linkUl li:last-child {
	margin-right: 0;
}
#main .linkUl li {
	margin-right: 53px;
}
#main .linkUl a {
	padding: 11px 5px 23px;
	width: 138px;
	height: 100%;
	display: block;
	border-radius: 8px;
	color: #666666;
	font-weight: bold;
	line-height: 1.14;
	background-color: #ED8F26;
	text-align: center;
	position: relative;
	letter-spacing: -0.5px;
	box-sizing: border-box;
}
#main .linkUl a:after {
	margin-left: -4px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(134deg);
	position: absolute;
	bottom: 11px;
	left: 50%;
	content: "";
}
#main .linkUl p {
	margin-top: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .headLine03 {
	margin-bottom: 57px;
	color: #666;
	font-size: 2.1rem;
}
#main .headLine03 span {
	background-image: url(../img/common/line01.png);
	background-size: 22px auto;
}
#main .headLine03 img {
	margin-bottom: 11px;
	display: inline-block;
}
#main .listDl {
	margin: 0 auto;
	max-width: 757px;
}
#main .listDl dt {
	margin-bottom: 12px;
}
#main .listDl dd {
	margin-bottom: 103px;
}
#main .listDl dd:last-child {
	margin-bottom: 0;
}
#main .listUl {
	display: flex;
	justify-content: space-between;
}
#main .listUl li {
	width: 345px;
}
#main .listUl img {
	width: 100%;
}
#main .listUl p {
	line-height: 2;
	word-break: break-all;
	letter-spacing: -0.5px;
}
#main .listUl .ttl {
	padding: 7px 5px 5px;
	line-height: 1.5;
	color: #FFF33F;
	font-weight: bold;
	font-size: 1.7rem;
	background-color: #ED8F26;
	text-align: center;
}
#main .listUl .image {
	margin-bottom: 17px;
}
#main .listUl .ttl + p {
	margin-top: 6px;
}
#main .sec02 {
	padding: 98px 0 120px;
	margin: 302px 0 71px;
	background: url(../img/waterproofing/bg.png) no-repeat center top;
	background-size: 100% 100%;
}
@media all and (-ms-high-contrast:none) {
	#main .listUl .ttl {
		padding: 10px 5px 3px;
	}
}
@media all and (min-width: 897px) {
	#main .linkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .linkUl li {
		margin: 0 5px;
		width: 30%;
	}
	#main .linkUl {
		margin-bottom: 50px;
		max-width: 400px;
		justify-content: center;
	}
	#main .linkUl a {
		width: 100%;
	}
	#main .linkUl li img {
		width: 44px;
	}
	#main .linkUl p {
		font-size: 1rem;
		letter-spacing: -1px;
	}
	#main .headLine03 img {
		width: 30px;
	}
	#main .headLine03 {
		font-size: 1.75rem;
	}
	#main .listUl li {
		margin-bottom: 35px;
		width: auto;
	}
	#main .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .listUl {
		display: block;
	}
	#main .listUl .ttl {
		font-size: 1.5rem;
	}
	#main .listDl dd {
		margin-bottom: 60px;
	}
	#main .sec02 {
		padding: 70px 0;
		margin: 80px 0 100px;
		background-size: 900px 100%;
	}
}