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

/* 基本カラー  */

.fcBasic {
	color:#0350bf;
}


.fcLight {
	color:#FAC50C !important;
	font-size:120%;
}

@media screen and (max-width: 600px) {
	
	.fcLight {
	color:#F3920E !important;
}
	
}


.bg_photo{
	background-image: url("../img/content/back.jpg");
	background-repeat: no-repeat;
	background-position: 50% 80%;
	background-size: cover;
	padding: 80px 20px;
}

@media screen and (max-width: 600px) {
.bg_photo{
	padding: 60px 20px;
}
}
