@charset "utf-8";



.po-r_l30{
	position: relative;
	left: 30px;
	width: calc( 100% - 30px );
}


/***

4項目　100%

**/
.fac_4box{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	
/*	background: rgba(189,130,206,0.4);*/
}
@media print, screen and (min-width: 801px) {
.fac_4box.fac_2box_flex1{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
}
/***

2項目　50%

**/
.fac_2box{
	clear: both;
	width: 48.696%;
	max-width: 560px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	
/*	background: rgba(135,214,176,1.00);*/
}
@media print, screen and (max-width: 800px) {
.fac_2box{
	width: 100%;
}
}
/***

1項目　25%

**/
.fac_1box{
	clear: both;
	width: 23.044%;
	max-width: 265px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	
/*	background:rgba(220,172,217,1.00);*/
}
@media print, screen and (max-width: 800px) {
.fac_1box{
	width: 48%;
}
}

.fac_flex1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}







