@charset "UTF-8";

.sub.voice #mainVisual {
	background-image: url("../images/main.jpg");
}
/*--section--*/
.voice #contents .c-box01 {
	width: 100%;
	padding: 30px 0;
}
.voice #contents .voice-box {
	width: 100%;
	background: #f5f2ef;
	padding: 30px 40px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.8;
}
.voice #contents .c-box01 .voice-box p.usr-name {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #604c3f;
	display: block;
	line-height: 35px;
}
.voice #contents .c-box01 .voice-box p.usr-name span {
	font-size: 20px;
	font-weight: 600;
}
.voice #contents .c-box01 .voice-box p.usr-name::before {
	content: "";
  display: inline-block;
	width: 43px;
	height: 35px;
	background-image: url("../images/ico_voice.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	margin-right: 10px;
	vertical-align: middle;
}
.voice #contents .voice-box + .voice-box {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.sub.voice h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.sub.voice h3 span {
		font-size: 22px;
		line-height: 0.8;
	}
	/*--section--*/
	.voice #contents .c-box01 {
		width: 100%;
		padding: 20px 0;
	}
	.voice #contents .media-box {
		width: 100%;
		display:block;
	}
	.voice #contents .c-box01 .media-box .box {
		display:block;
		width: 100%;
	}
	.voice #contents .c-box01 .media-box .box:first-child {
		width: 100%;
		max-width: 100%;
		padding: 15px 10px 20px;
	}
		.voice #contents .c-box01 .media-box .box:first-child img {
			max-width: 40%;
		}
	.voice #contents .c-box01 .media-box .box:last-child {
		padding: 10px;
	}
	.voice #contents .c-box01 .media-box .box p.voice-copy {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.voice #contents .c-box01 .media-box > div p {
		font-size: 14px;
		line-height: 1.8;
	}
	.voice #contents .c-box01 .media-box .box a {
		font-size: 15px;
		margin: 10px auto 0;
		font-weight: 500;
		display:block;
		text-decoration: none;
		color: #604c3f;
		text-align: center;
		
	}
	.voice #contents .c-box01 .media-box .box p a + p {
		margin-top: 10px;
	}
	.voice #contents .c-box01 .media-box .box ul.shop-link li {
		display:block;
		margin-left: 0;
	}
	.voice #contents .c-box01 .media-box + .media-box {
		margin-top: 20px;
	}
}