
#title {
background-image: url(images/title_bg.jpg);
}

div.bg-mori {
	background: url(images/bg_mori.jpg) repeat  center top;
}

div.sp-btn a.link-btn-green {
	background: #1d8866 url(../images/link_btn_white.svg) no-repeat right 10px center;
	background-size: 20px;
	display: block;
	padding: 10px 35px 10px 30px;
	width: 270px;
	margin: 5px auto;
	font-size: 14px;
}

div.sp-btn a.link-btn-green:hover {
	background: #f3be4d url(../images/link_btn_white.svg) no-repeat right 8px center;
	background-size: 20px;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

div.philosophy h3 {
    color: white;
	padding: 10px 20px;
	border-radius: 5px;
}

div.philosophy h3.pink {
background-color: #f96e50;
}

div.philosophy h3.blue {
	background-color: #85c4ec;
	}

div.philosophy h3.yellow {
		background-color: #fbcd40;
		}

div.philosophy {
 font-weight: 600;
}
		