@charset "UTF-8";
/* CSS Document */
.sp {
	display: none;
}

#comment_con {
	font-size: 14px;
	margin-top: 30px;
}

#comment_con .inner {
	width: 895px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}

#comment_con .inner h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 60px;
}

#comment_con .inner img {
	width: 365px;
	margin-bottom: 120px;
}

#comment_con .inner .btn a {
	background-color: #ce002e;
	color: #ffffff;
	font-size: 26px;
	text-decoration: none;
	padding: 3px 0;
	border-radius: 50px;
	width: 380px;
	display: inline-block;
}




/* ---------- スマートフォン ---------- */
@media screen and (max-width:740px){
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
#comment_con .inner {
	width: 100%;
	box-sizing: border-box;
}
		
	#comment_con .inner img {
		width: 80%;
		margin-bottom: 80px
	}

	
#comment_con .inner .btn a {
	font-size: 26px;
	padding: 3px 0;
	width: 83%;
}
	

	
}


