
.info_area{
	height:auto;
}
.info_area li{
	border: 10px solid #FBD8A4;
	padding: 20px 15px;
	margin-bottom: 10px;
	overflow:hidden;
	position:relative;
}
.new_info_title{
	display:block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}
.info_area .text{
	margin:0 25px 20px;
}
.info_area .label{
	position: absolute;
	top: 10px;
	right: 10px;
}

a.more{
	text-indent: 0;
	width: auto;
	height: auto;
	line-height: 15px;
	padding: 5px 5px;
}
a.more:before{
	content: url("../parts/icon_arrow.svg");
	color: #FE840F;
	font-weight: bold;
	margin-right: 5px;
	vertical-align: sub;
}
a.more:hover{
	background: #FDE9D2;
}

.page_view{
	text-align:center;
}

@media screen and ( max-width:1024px) {
	
	.page_view{
		display: flex;
		justify-content: center;
	}
	.page_view button{
		margin:0!important;
	}
	.page_view button:after,
	.page_view button[type="submit"]:after,
	.page_view button.active:after{
		margin:0 10px;
	}
	
}