@charset 'UTF-8';

.voice-block:not(:last-child) {
    margin-bottom: 40px;
}
.voice-entries {
    margin-bottom: 40px;
}
.voice-entry {
    margin-bottom: 40px;
}
.voice-entry__title {
    border-bottom: 1px solid #D9DBC8;
    background: url("../image/icon02.png") left top no-repeat;
    margin-bottom: 22px;
    padding: 0 0 17px 35px;
    color: #262F33;
    font-size: 2.2rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho,
		"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
		"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: normal;
    line-height: 1.2;
}

.voice-button {
	max-width: 510px;
	margin: 40px auto 0;
}
.voice-button__link {
	display: block;
	border-radius: 30px;
	background: #B1E06C;
	padding: 17px 15px 16px;
	color: #314415;
	font-size: 1.8rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho,
		"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
		"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
}
.voice-button__link:hover {
	opacity: 0.8;
	text-decoration: none;
}
