.comment_page{
	color:#000;
	text-align:center;
	background: url("../img/bg-bill.png") no-repeat bottom center,url("../img/comment_bg.jpg") repeat-y;
	background-size: 100% auto, 100% auto;
	padding-bottom: 10%;
}
header{
	background: url("../img/header-bg.jpg") no-repeat top center;
	background-size: 100% auto;
	position: relative;
	padding: 5% 0;
}
header h1{
	margin: 0 auto;
	width: 30%;
}
@media screen and (max-width: 640px) {
	header h1{
		width: 70%;
		padding-top: 15%;
	}
}
.comment_page img{
	width:100%;
	height:auto;
}
.comment_page section{
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
}
.comment_page h2{
	margin: 0 auto 60px;
	border-bottom: solid 1px #cf121b;
	text-align: left;
	height: auto;
}
.comment_page h2 p{
	font-weight: 600;
	font-size: 36px;
	color: #cf121b;
	text-align: left;
	display: inline-block;
}
.comment_page h2 span{
	font-size: 12px;
	color: #000;
	float: right;
	margin-top: 20px;
}
.comment_page p.fudo{
	margin-top: 1em;
	font-weight: 300;
	font-size: 12px;
	/*color:rgba(255,255,255,0.8);*/
}

.comment_page ul{
	/*width:90%;
	max-width:970px;*/
	margin:0 auto;
	padding: 0;
	list-style:none;
	letter-spacing: -.4em;
	text-align: left;
}
.comment_page ul li{
	margin-bottom:50px;
	width: calc(50% - 30px);
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 18px;
}
.comment_page ul li:nth-child(even){
	margin-left:60px;
}
.comment_page ul li p.name{
	margin: 50px auto;
	text-align: right;
	font-size: 20px;
	color: #00b8d1;
}
.comment_page ul li span{
	font-size:24px;
	font-weight:bold;
	line-height: 1.3em;
	color: #cf121b;
}
.comment_page ul li p.name span{
	font-size:26px;
	font-weight:bold;
	color: #00b8d1;
	line-height: 1.3em;
}
.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{
	}
	.comment_page ul li{
		width: 100%;
		display: block;
	}
	.comment_page ul li:nth-child(even){
		margin-left:auto;
	}
	.comment_page ul li p.name{
		margin: 20px auto 50px;
	}
}