@charset 'UTF-8'; 

				  .voiceList {
					  margin-top: 0!important;
				  }
				  .voiceList h3 {
					  font-size: 16px!important;
					  font-family: 'source-han-sans-japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
				  }
				  .voiceList h3 a {
					  text-decoration: none!important;
				  }

				.newsArticle {
					padding-top: 0!important;
				}
				.newsArticle__mainImg {
					margin-bottom: 30px!important;
				}
				.newsArticle__mainImg img {
					width: auto!important;
					max-width: auto!important;
					height: auto!important;
					object-fit: auto!important;
										border-radius: 25px;
				}

				.ringImage {
					text-align: center;
					width: 100%;
					margin: 0!important;
				}

				.ringImage li {
					width: 32%;
					display: inline-block;
					text-align: center;
					margin: 0 0 30px;
					padding: 0 1%;
				}

				.ringImage li:nth-child(3n){
					margin-right: 0;
				}

				.ringImage img {
					max-width: 100%;
					height: auto;
				}

				.enqueteImage {
					text-align: center;
					width: 100%;
					clear: both;
				}

				.enqueteImage li {
					width: 35%;
					display: inline-block;
					text-align: center;
					margin: 0;
					padding: 0 2%;
				}

				.enqueteImage img {
					border: 1px solid #eee;        
				}

				.voiceText {
					margin-bottom: 30px;
				}

				.voiceText p {
					line-height: 1.8;
				}

				.oneImage {
					overflow: hidden;
					float: left;
					width: 35%;
					margin: 0 20px 20px 0;
				}

				.oneImage img {
					height: auto;
					width: 100%;
				}

				@media screen and (max-width: 768px) {
					.voiceArticle {
						padding: 0 20px!important;
					}
					.enqueteImage {
						padding-bottom: 50px;   
					}
				}
				
				
/*============================
#voice
============================*/

.ringWrap {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.ringCaution {
	margin-bottom: 20px!important;
}
.ringImage li {
    width: calc(50% - 5px);
    display: inline-block;
    text-align: center;
    margin: 10px 10px 0 0;
    padding: 0;
}

.ringImage li:nth-child(1),
.ringImage li:nth-child(2){
	margin-top: 0!important;
}

.ringImage li:nth-child(2n){
    margin-right: 0;
}

.ringImage li:nth-child(3n){
    margin-right: auto;
}
.enqueteImage li {
	width: 89%;
}
.voice__ttl {
	padding-top: 20px;
	text-align: left;
}

.staffWrap {
	padding: 30px;
	background: #f6f6f6;
	border-radius: 10px;
	margin-top: 30px;
}

.staffTitle {
	font-size: 18px!important;
}

.staffText {
	margin-bottom:0!important;
}

.customerWrap {
	padding: 30px;
	background: #f6f6f6;
	border-radius: 10px;
	margin-top: 30px;
}

.customerTitle {
	font-size: 18px!important;
}

.customerText {
	margin-bottom:0!important;
}

.paperImage {
	margin: 20px 0 0!important;
}
.paperImage li {
	margin-top: 30px;
}
.paperImage li:first-child {
	margin-top: 0!important;
}
@media screen and (max-width: 767px) {
	.entry-contents.padding-top {
		padding-top: 0!important;	
	}
	.thumbnail {
		margin-bottom:20px!important;
	}
	.ringWrap {
	padding: 20px 15px;	
	}
	.ringCaution {
		margin-bottom: 20px!important;
		font-size: 13px!important;
	}
	
	.staffWrap {
		padding: 15px;
		margin-top: 20px;
	}

	.staffTitle {
		font-size: 16px!important;
		margin-bottom: 15px!important;
	}

	.customerWrap {
		padding: 15px;
		margin-top: 20px;
	}

	.customerTitle {
		font-size: 16px!important;
		margin-bottom: 15px!important;
	}

	.paperImage {
		margin: 20px 0 0!important;
	}
	.paperImage li {
		margin-top: 20px;
	}
	
}