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

/* 基本カラー  */

.fcBasic {
	color:#e92627;
}

.fwBold {
	font-weight: 400;
}

.boxLeader {
	padding: 40px 120px;
}


@media screen and (max-width: 600px) {	
.boxLeader {
	padding: 30px;
}
}

.bg_photo {
	background-image: url("../img/content/back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}