@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}


.flex_Center{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
}

.flex_Center .f-item1-4{
	margin: 1em;
}
footer .footRes a{
	color: #fff;
}

.qr_contact img{
	width: 50%;
	max-width: 300px;
	margin: 0 auto;
}