.comment_page{
	color:#000;
	text-align:center;
	background: #9CD4CD;
	padding-bottom: 10%;
}
header{
	position: relative;
	padding: 5% 0;
}
header h1{
	color:#fff;
	font-size:65px;
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	text-align: center;
	width: auto;
}
@media screen and (max-width: 640px) {
	header h1{
		font-size:40px;
	}
}
/*.comment_page img{
	width:100%;
	height:auto;
}*/
.comment_page section{
	width: 90%;
	max-width: 1360px;
	margin: 0 auto;
}
.comment_page h2{
	margin: 0 auto 60px;
	height: auto;
	max-width: 750px;
	width: 60%;
	z-index: 999;
	position: relative;
}
.comment_page h2 + img{
	max-width: 1112px;
	width: 95%;
	margin-top: -14%;
}
.comment_page p.fudo{
	margin-top: 1em;
	font-weight: 300;
	font-size: 12px;
}

.comment_page ul{
	margin:0 auto;
	padding: 0;
	list-style:none;
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;*/
	letter-spacing: -0.4em;
}
.comment_page ul li{
	margin-bottom:50px;
	width: calc(100% / 3 - 20px);
	letter-spacing: normal;
	text-align: left;
	margin: 0 10px 20px;
	background: #F5E828;
	padding: 30px;
	border-radius: 10px;
	font-weight: 600;
	position: relative;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.comment_page ul li p{
	margin-bottom: 100px;
}
.comment_page ul li p.name{
	margin: 0 auto 30px;
	position: absolute;
	bottom: 0;
	letter-spacing: -.075em;
	width: calc(100% - 60px);
}
.comment_page ul li span{
	color: #FF0000;
}
.comment_page ul li p.name span{
	font-size:24px;
	font-weight:bold;
	line-height: 1.3em;
	color: #000;
}
.button_top{
	border: solid 2px #fff;
	border-radius: 5px;
	text-align:center;
	width: 200px;
	margin: 50px auto;
	height: 50px;
	font-size:20px;
	line-height:54px;
}
.button_top a{
	display:block;
	text-decoration:none;
	color:#fff;
}
@media screen and (max-width: 640px) {
	section{
		padding-top: 30px;
	}
	.comment_page h2{
		width: 90%;
	}
	.comment_page h2 + img{
		width: 60%;
		margin-top: 0;
	}
	.comment_page{
	}
	.comment_page ul li{
		margin-bottom:20px;
		width: calc(100% - 20px);
		padding: 15px;
		font-size: 13px;
	}
	.comment_page ul li p{
		margin-bottom: 75px;
	}
	.comment_page ul li p.name{
		margin: 0 auto 15px;
		width: calc(100% - 30px);
	}
}