@charset "UTF-8";
/* -------------------------------- *\
    共通
\* -------------------------------- */
.voiceLayout #content {
	margin: 65px auto 0;
	line-height: 1.8;
}
.voiceLayout #content .row {
	padding: 0 15px;
	margin: 0;
}
.voiceLayout #content .pagetop {
	text-align: right;
}
.voiceLayout #content .pagetop a {
	display: inline-block;
	text-align: center;
	color: #888;
}
.voiceLayout #content .pagetop a:hover,
.voiceLayout #content .pagetop a:focus {
	opacity: 0.6;
	text-decoration: none;
}
.voiceLayout #content .pagetop i {
	color: #AAA;
	font-size: 45px;
}
.page-title {
	color: #1E8E71;
	font-size: 35px;
	border-bottom: 1px solid #EEE;
	padding: 0 0 20px;
	margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
	.voiceLayout #content span.tel {
		color: #337AB7;
		text-decoration: underline;
	}
	.voiceLayout {
		background: none;
	}
	.voiceLayout #content {
		margin: 0 auto;
	}
}



/* -------------------------------- *\
    お客さまの声一覧
\* -------------------------------- */
.voice-index {
	margin-bottom: 60px;
}
.voice-list {
	margin-bottom: 50px!important;
	padding: 0;
	list-style-type: none;
}
.voice-list--pickup {
	margin: 30px 0!important;
	border-bottom: dotted 2px #1e8e71;
}
.voice-list li {
	margin-bottom: 30px;
}
.voice-list__icon {
	display: inline-block;
	margin-right: 1em;
}
.voice-list__icon span {
	display: block;
	min-width: 8em;
	padding: .2em .5em;
	border: solid 2px #1e8e71;
	color: #1e8e71;
	font-size: 14px;
	text-align: center;
}
.voice-list--pickup .voice-list__day {
	display: inline-block;
}
.voice-list__title {
	margin-top: 5px;
}
.voice-list__title a {
	color: #000;
}
.voice-nav__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}
.voice-nav__pagination li {
	padding: 0 .2em;
}
.pagination__number {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #1e8e71;
	color: #1e8e71;
}
.pagination__number[aria-current=page] {
	background-color: #1e8e71;
	color: #fff;
}



/* -------------------------------- *\
    お客さまの声詳細
\* -------------------------------- */
.article-header {
	margin-top: 20px;
	margin-bottom: 40px;
}
.article-date {
	text-align: right;
	font-size: 14px;
}
.article-info {
	margin-top: 15px;
	font-size: 16px;
}
.article-title {
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #1e8e71;
}
.article-body {
	margin-bottom: 64px;
}
.voice-detail__btn {
	max-width: 250px;
	margin: 0 auto;
}
.voice-detail__btn a {
	display: block;
	border: solid 1px #1e8e71;
	background-color: #1e8e71;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.voice-detail__btn a:hover {
	background-color: #fff;
	color: #1e8e71;
	text-decoration: none;
}