@charset "UTF-8";
/*************************
お客様の声
 *************************/

.main{
	margin-bottom:80px;	
}

.page_contents{
	margin-bottom:80px;
}


#case li {
	margin-bottom: 40px;
}
#case li:nth-child(2n+1) {
	clear: both;
	padding: 0 10px 0 0;
}
#case li:nth-child(2n) {
	padding: 0 0 0 10px;
}

#case li .btsInner {
	height: 100%;
}
#case li p {
	margin-bottom: 0;
}
#case li .title {
	font-weight: bold;
	letter-spacing:0.05em;
	font-size:18px;
	margin-bottom: 10px;
	text-align:center;
}
#case li figure {
	margin-bottom: 10px;
	text-align: center;
}
#case li figure img {
	width: 100%;
	height:auto;
	max-width: 364px;
}

@media screen and (max-width: 768px){

#case li figure{
	border:1px solid #f0efe8;
	padding:10px;
}

}

@media screen and (max-width: 640px) {

.main{
	margin-bottom:60px;	
}

.page_contents{
	margin-bottom:60px;
}

.text01 br{
	display:none;
}

#case li {
	height: auto !important;
	margin-bottom: 30px;
	padding: 0 !important;
}

#case li:last-child{
	margin-bottom:0;	
}

#case li .title {
	font-size:16px;
}
}