@charset "utf-8";
/* CSS Document */

.top-image{
	position: relative;
	width: 960px;
	height: 410px;
}
.top-image .top{
	position: absolute;
}
.inquiry{
	position: absolute;
	bottom: 30px;
	right: 0;
	font-size: 87.5%;
}
.inquiry a{
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #9C9C9C;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
}
.inquiry a::before,
.inquiry a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.inquiry a,
.inquiry a::before,
.inquiry a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.inquiry a:hover {
	background-color: #2F70B8;
}

.top-copy{
	background-color: #767CA2;
	font-size: 131.3%;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
}

.item-list{
	text-align: center;
}
.item-list li{
	margin-bottom: 10px;
}
.item-list li:last-child{
	margin-bottom: 0;
}
.p_top{
	background-color: #9C9C9C;
	color: #FFFFFF;
}
#h1_subject{
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 30px;
}
.text{
	font-size:18px;
}
.yes-no{
	width: 250px;
	margin: 10px 0;
}
.yes-no img{
	width: 100%;
}
.brush-map{
	margin: 10px 0 20px 0;
}
.brush-map img{
	width: 100%;
}