/* https://codepen.io/slimsmearlapp/pen/AyueF */
@charset "utf-8";

.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*align-items: space-between;*/
}	
	.flex-row{
		flex-direction: row;	
	}
	.flex-column{
		flex-direction: column;
	}

.paper-edge{
	
}

.pager-edge .tit_sub {
	font-size:1.15em; text-align:Center;	
}

.paper-edge{
	width: 100%;
	height: auto;
	background-size: cover;
	background-clip: content-box;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	/*margin-bottom: 10px;*/
}

.paper-edge img{	
	width: 100%;
	height: 100%;
}

.paper-edge .wrap{
	width:24%;
	margin:0.5%;
}

.paper-edge .wrap p{
	clear: both;
	/*border: 1px solid red;*/
}	

@media screen and (max-width:992px) {
	.paper-edge .wrap{
	width:48%;
	margin:1%;
}

}