@charset "UTF-8";
/* ######################################################################################

　ご購入者様の声

###################################################################################### */
.pageVoice {}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}

.pageVoice h1.mainimg img { width: 100%; height: auto;}
.pageVoice .contentsM.memo { padding: 60px 0;}
.pageVoice .memo h2 { font-size: 180%; margin-bottom: 20px;}
.pageVoice .voicememo ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.pageVoice .voicememo ul li { width: 31%; margin-bottom: 30px;}
.pageVoice .voicememo ul li img { width: 100%; height: auto; filter: drop-shadow(0px 0px 5px #aaa);}

/* 最後のコンテンツを左寄せにする指定 */
.pageVoice .voicememo ul:after {
    content: "";
    display: block;
    width: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.pageVoice .voice .wallTitle { background:linear-gradient(to top, #0d758b, #0a3139); margin-bottom: 35px;}
.pageVoice .voice .wallTitle h3 {
	color: #fff;
	font-size: 200%;
	line-height: 1;
	font-weight: normal;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding:20px 0;
}
.pageVoice .voice .wallTitle span {
	display: inline;
	/*vertical-align: middle;*/
	font-size: 230%;
	line-height: 1;
	margin-left: 10px;
	color: #ce9b20;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif" !important ;
}
.pageVoice .voice .wallTitle span:before { content: none;}

/*ランキング*/

.pageVoice .voice .rank { padding:80px 0px 80px; }
.pageVoice .voice .rank p { font-size: 140%;}
.pageVoice .voice .rank p img { margin-bottom: 20px;}
.pageVoice .voice .rank .rank01 {
	position: relative;
	border: solid 2px #ce9b20;
	padding: 60px;
	border-radius: 15px;
	margin-bottom: 120px;
}
.pageVoice .voice .rank .rank01 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0;
}
.pageVoice .voice .rank h5 {
	text-align: center;
	font-size: 250%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 40px;
}
.pageVoice .voice .rank h5 span {
  background: linear-gradient(transparent 50%, #fbeb64 50% 80%, transparent 80%);
}

.pageVoice .voice .rank .rank01 p { line-height: 1.5;}
.pageVoice .voice .rank .rank01 p em {
	font-style: normal;
	font-size: 200%;
}

.pageVoice .voice .rank .rank02 {
	position: relative;
	border: solid 2px #7e7e7e;
	padding: 60px 40px;
	border-radius: 15px;
	margin-bottom: 120px;
}
.pageVoice .voice .rank .rank02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0;
}
.pageVoice .voice .rank .rank02 p { line-height: 1.5;}

.pageVoice .voice .rank .rank03 {
	position: relative;
	border: solid 2px #633b0a;
	padding: 60px 40px;
	border-radius: 15px;
	margin-bottom: 120px;
}
.pageVoice .voice .rank .rank03 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0;
}
.pageVoice .voice .rank .rank03 ul li { width: 30%;}
.pageVoice .voice .rank .rank03 p { line-height: 1.5; margin-top: 20px;}

.pageVoice .voice .rank h4 {
	position: absolute;
	right: 0;
    left: 0;
	top: -60px;
	text-align: center;
}
.pageVoice .voice .rank h4 span { display: block; padding:0 20px;}
.pageVoice .voice .rank h4 span img { background: #fff; padding: 0 15px;}
.pageVoice .voice .rank a.btn {
    background: linear-gradient(45deg, #0d758b, #0a3139);
    display: block;
    margin: 50px auto 20px;
    text-align: center;
    color: #fff;
    width: 40%;
    padding:40px;
    text-decoration: none;
    transition: .5s;
	font-size: 140%;
}
.pageVoice .voice .rank a.btn:after {
	content:"\f105";
	display:inline-block;
	margin-right: 5px;
	color: #fff;
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 8px;
}
.pageVoice .voice .rank a.btn:hover {
	box-shadow:0px 0px 4px #999;
	transition : .5s;
	opacity: 0.7;
	background: linear-gradient(45deg, #0a3139, #0d758b);
}
.pageVoice .voice .rank .rank03 .price {
	background: #e4dfd8;
	padding: 30px;
	text-align: center;
	margin: 20px auto;
	border-radius: 12px;

}
.pageVoice .voice .att { line-height: 1.5; font-size: 80% !important; text-align: left;}


@media screen and (max-width: 767px) {
	.pageVoice .voicememo ul li { width: 48%; margin-bottom: 30px;}
	.pageVoice .contentsM.memo { padding: 60px 20px;}
	.pageVoice .memo h2 { line-height: 1.5;}
	.pageVoice .voice .wallTitle span {
		display: block;
		font-size: 200%;
		line-height: 1;
		margin-left: 0px;
		margin-top: 10px;
	}
	.pageVoice .voice .rank {
		padding: 80px 0px 80px;
		width: 90%;
		margin: auto;
	}
	.pageVoice .voice .rank h4 {
		position: absolute;
		right: 0;
		left: 0;
		top: -85px;
		text-align: center;
	}
	.pageVoice .voice .rank p { text-align: left;}
	.pageVoice .voice .rank p img { margin-bottom: 20px; margin-top: 20px;}
	.pageVoice .voice .rank .rank01,
	.pageVoice .voice .rank .rank02{ padding:15px 30px 30px; text-align: center;}
	.pageVoice .voice .rank .rank03{ padding:30px 30px 30px; text-align: center; margin-bottom: 60px;}
	
	.pageVoice .voice .rank .rank01 ul,
	.pageVoice .voice .rank .rank02 ul,
	.pageVoice .voice .rank .rank03 ul { margin-top: 0 auto 0; display: block;}
	
	.pageVoice .voice .rank .rank01 li,
	.pageVoice .voice .rank .rank02 li{ margin-bottom: 30px; width: 100%;}
		.pageVoice .voice .rank .rank03 ul li { margin-bottom: 50px; width: 100%;}
	
	.pageVoice .voice .rank a.btn {
		width: 100%;
	}	
}


/* end */
