@charset "utf-8";

#keyVisual{
	background: url("../img/keyvisual_pc.jpg") no-repeat right center / cover;
}

@media screen and (max-width: 1024px){
	#keyVisual{
		background-position: 82% center;
	}
}
@media screen and (max-width: 768px){
	#keyVisual{
		background: url("../img/keyvisual_sp.jpg") no-repeat right center / cover;
	}
}

/* ------------------------------------------------------------------------ */

/*  本文エリア

/* ------------------------------------------------------------------------ */

#contentsBlock > section{
	margin: 100px 0;
}

section .contents{
	text-align: left;
}

section .color{
	color: #001555;
	font-weight: 700;
}

.contents .lead{
	line-height: 2;
}

.contents .lead + .lead{
	margin-top: 1.5em;
}

.contents table{
	margin-top: 64px;
}

@media screen and (max-width: 768px){
	#contentsBlock > section{
		margin-top: 60px;
	}
}




