@charset "UTF-8";
/*******************************
 
下層共通 StyleCss
 
*******************************/

/*------------------------------

 #hero メインイメージ

------------------------------*/
#hero{
	margin-top: 155px;
	position: relative;
    background-color: #00408f;
	padding: 10px 0;
	margin-bottom: 95px;

}
#hero h2{
	font-size: 20px;
	letter-spacing: 5px;
	color: #fff;
	font-weight: bold;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#hero{
		margin-bottom: 60px;
	}
}


/*------------------------------

contents メインコンテンツ

------------------------------*/

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}