@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: url("/img/information/bg_mv.jpg");
}



/* main */
.main__h2 {
	font-size: 36px;
	font-family: "Yuji Syuku", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	border-top: 2px solid #e50012;
	border-bottom: 2px solid #e50012;
	padding-bottom: 5px;
	margin-bottom: 50px;
}

.main__box {
	margin-bottom: 100px;
}

.main__item {
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}




/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){


	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* main */
.main__h2 {
	font-size: 20px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

.main__box {
	margin-bottom: 50px;
}
	
	
	
}