
.txtcen,.exaimg{
	text-align: center;
}

/* 会社案内 */
.slogan{
	padding-top:0;
	padding-bottom: 0;
}
.company h2,.service h2,.example h2,.csr h2,.contact h2,.pripoli h2,.aaaa{
	margin:0 auto;
	max-width:600px;
	text-align: center;
	border-bottom: 1px solid black;
	font-weight: bold;
}

.comp-pro,.quali{
	margin:20px auto 60px;
}

.comp-pro th,.comp-pro td,.quali th,.quali td{
	padding:10px 0;
}

.comp-pro th,.quali th{
	border-bottom: 1px solid #c80000;
	padding:10px;
	text-align: center;
}

.comp-pro td,.quali td{
	padding-left:10px;
	border-bottom: 1px solid gray;
}

.company h3{
	margin:40px auto;
}

.greeting-text{
	line-height: 2em;
}

.greeting-content figure{
	text-align: right;
}

.comp-photo{
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 50px;
}

.comp-photo img{
	width: 100%;
}

.access{
	text-align: center;
	margin-top:10px;
	padding:5px 0;
	background-color:#00a1e9;
	color:white;
}

.acs-map{
	margin-bottom: 60px;
}


/* 業務内容 */
.service h3{
	border-left:4px solid #c80000;
	border-bottom: 1px solid gray;
	padding-left:5px;
	margin:10px 0;
}

.st{
	font-weight: bold;
}

/* 施工事例 */
.example h3{
	text-align: center;
	margin:40px 0 10px;
}

.exa{
	margin:0 auto;
}

.exa th{
	width:100px;
	background-color:#00a1e9;
	color:white;
	text-align: center;
	padding:5px 0;
	border-bottom: 1px solid white;
}

.exa td{
	width:450px;
	padding-left:5px;
	border-bottom: 1px solid gray;
}

.exaimg{
	margin:20px 0;
}

/* お問い合わせ */
.contact ul{
	margin:10px 0;
}

.contact-cont{
	margin:20px auto 0;
}

.label span{
	font-size:6px;
	color:white;
	background-color:#c80000;
	border-radius: 2px;
	padding:3px;
	line-height: 3px;
	margin-left:3px;
}

/* 個人情報保護方針 */
.pripoli-cont h3{
	border-bottom: 1px solid #00a1e9;
}

.pripoli-cont p,.pripoli-cont dl{
	line-height: 2em;
	margin:20px 0;
}

/* サイトマップ */
.site div{
	margin:0 auto;
}

.site li{
	float: left;
	width:260px;
	height:60px;
	line-height: 60px;
	margin:20px;
}

.site li a{
	display: inline-block;
	width:100%;
	margin:20px;
	background-color:#00a1e9;
	border-radius: 5px;
	border:1px solid #00a1e9;
	text-align: center;
	transition: .2s;
	color:white;
}

.site li a:hover{
	background-color:white;
	color:#001a9e;
}

@media screen and (max-width: 640px) {
	.offset-2,.offset-1{
		margin-left: 0;
	}

	.section{
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.example h3{
		font-size: 24px;
	}

	.exaimg img{
		width:100%;
	}

	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.comp-pro,.quali {
		width: 80%;
	}
	.comp-pro th,.comp-pro td,
	.quali th,.quali td{
		border-bottom: none;
		display: block;
		width: 100%;
	}

	.col-6{
		max-width:80%;
		flex:0 0 80%;
	}

	.site li{
		width:100%;
		margin:10px 0;
	}

	.site li a{
		margin:0;
	}

	.pripoli-cont h3{
		font-size:20px;
	}

	.comp-photo{
		flex-direction: column;
	}
}