.Leader {
	background: url(img/header_background.png) no-repeat 0 0 / cover;
	background-position: right -1px bottom -1px;
	background-size: 400px;
	background-color: #219ebc;
	height: 116px;
}

/* スマホ版 */
@media screen and (max-width: 760px) {
	.Leader {
		background-size: 240px;
	}
}
