@charset "UTF-8";

/* topTtl */
#topTtl {
	background-image: url('../img/mv.jpg');
}


/* Voice */
#Voice {
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
}
#Voice .section {
	margin-bottom: 80px;
}
#Voice .section:last-of-type {
	margin-bottom: 0;
}

#Voice .contents {
	padding: 0 20px;
	margin: 0 auto 40px;
}
#Voice .contents p {
	line-height: 1.8em;
	margin-bottom: 20px;
}
#Voice .contents p:last-of-type {
	margin-bottom: 0;
}


#Voice .voice {
	margin-bottom: 80px;
}
#Voice .voice dl {
	width: 100%;
	margin-bottom: 20px;
}
#Voice .voice dl dt,
#Voice .voice dl dd {
	float: left;
	border: 1px solid #eee;
	border-right: 0;
	padding: 10px 20px;
}
#Voice .voice dl dt {
	font-weight: bold;
	background-color: #feffc5;
}

#Voice .voice dl dd:last-child {
	border-right: 1px solid #eee;
}
#Voice .voice img {
	float: left;
	margin-right: 20px;
}

#Voice .voice p span {
	color: #ea2553;
	font-size: 1.2em;
	border-bottom: 1px dashed #ea2553;
	margin: 0 2px;
}


/* 640pxˆÈ‰º */
@media screen and (max-width: 640px) {
	#Voice .voice dl dt,
	#Voice .voice dl dd {
		width: 50%;
		border-right: 1px solid #eee;
	}

}
