@charset "UTF-8";
/* CSS Document */
.table{
	width: 100%;
}

.table dl{
	width: 100%;
	display: table;
	border-bottom: 2px solid #e8eae9;
}
.table dl dt{
	display: table-cell;
	width: 20%;
	padding: 0 1vw;
	vertical-align: middle;
	background-color: #BBBCBC;
	border-right: 2px solid #e8eae9;
}
.table dl dt p{
	font-size: 1.2vw;
	color: #000;
	line-height: 2.2vw;
	font-weight: bold;
}
.table dl dd{
	display: table-cell;
	padding: 1.5vw 1vw;
	background-color:#D0D0CE ;
}
.table dl dd p{
	font-size: 1.2vw;
	color: #000;
	line-height: 2.2vw;
}
.table dl dd p.cap{
	font-size: 1vw;
	color: #000;
}
.inline{
	display: inline-block;
}
.linkBt{
	display: inline-block;
	margin-left: 1vw;
}
.linkBt a{
	display: block;
	background-color: #0076a8;
	padding: 0.7vw 2.5vw;
	color: #fff;
	font-size: 1.2vw;
}
.contSect .body{
	font-size: 1.3vw;
	line-height: 2.3vw;
	color: #000;
}
@media (max-width: 640px) {
	.table dl dt{
		width: 30%;
		padding: 0 2vw;
	}
	.table dl dt p{
		font-size: 3vw;
		line-height: 5vw;
	}
	.table dl dd{
		padding: 3vw 2vw;
	}
	.table dl dd p{
		font-size: 3.5vw;
		line-height: 5.5vw;
	}
	.table dl dd p.cap{
		font-size: 2.5vw;
		line-height: 4vw;
	}
	.linkBt{
		display: block;
		margin-left: 0;
		width: 100%;
		margin-top: 2vw;
	}
	.linkBt a{
		display: block;
		padding: 3vw 0;
		font-size: 3vw;
		text-align: center;
	}
	.contSect .body{
		font-size: 3.5vw;
		line-height: 6vw;
	}
}