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

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}

.tal{
	text-align: left;
}

.hov:hover{
	opacity: 0.7;
}
.txtCap.add1 {
	width: 98%;
	padding:0.25em 2em 0.25em 2em;
}
@media screen and (max-width: 600px) {
	.flex_reverse{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;	
	}	
}
.radiusNone{
	border-radius: 0 !important;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3) !important;
}