@charset "utf-8";
/* CSS Document */
/*トップイメージ*/
#main_img{
	width: 100%;
	margin: 0 auto;
	height: auto;
	min-height: 500px;
}
#main_img div{
	height: auto;
	min-height: 500px;
}
#main_img figure{
	width: 100%;
	height: auto;
	min-height: 500px;
}
#main_img figure img{
	width: 100%;
	height: auto;
	min-height: 500px;
}
/*トップイメージ END*/
/*Information*/
article #info{
	margin: 0 10%;
	margin-bottom: 100px;
}
article #info h2{
	text-align: center;
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
article #info p{
	font-size: 24px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 50px;
}
article #info figure{
	text-align: center;
}
article #info figure img{
	display: inline-block;
	width: 45%;
	border: 2px solid #000;
	border-radius: 30px;
	margin: 1%;
}
article #info figure a:nth-child(3){
	display: block;
	
}
article #info figure img:hover{
	opacity: 0.5;
}
article #kyoukai{
	width: 100%;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 50px;
}
article #kyoukai img{
	width: 100%;
	max-width: 500px;
	border: none;
}
/*Information END*/
/*News*/
article #news{
	margin-bottom: 120px;
}
article #news h2{
	background-color: #21268a;
	color: #fff;
	text-align: center;
	font-size: 36px;
	padding: 10px 0;
	margin-bottom: 100px; 
}
article #news div{
	margin: 0 20%;
	padding: 2%;
	text-align: center;
	border: 5px solid #21268a;
	font-size: 21px;
	line-height: 2;
}
article #news #news_more{
	background-color: #21268a;
	margin: 0 40%;
}
article #news #news_more a{
	display: block;
	background-color: #21268a;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
article #news #news_more a:hover{
	text-decoration: underline;
}
/*News END*/
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
/*トップイメージ*/
#main_img{
	margin-bottom: 0px;
	height: auto;
	min-height: 300px;
}
#main_img div{
	height: auto;
	min-height: 300px;
}
#main_img figure{
	width: 100%;
	height: auto;
	min-height: 300px;
}
#main_img figure img{
	width: 100%;
	height: auto;
	min-height: 300px;
}
/*トップイメージ END*/
/*Information*/
article #info{
	margin: 0 5%;
	margin-bottom: 50px;
}
article #info h2{
	text-align: center;
	font-size: 21px;
	margin-bottom: 20px;
}
article #info h2 span{
	font-size: 28px;
}
article #info p{
	font-size: 16px;
	margin-bottom: 50px;
}
article #kyoukai{
	text-align: center;
	padding: 30px 0;
}
article #kyoukai img{
	width: 90%;
	max-width: 500px;
	height: auto;
}
/*Information END*/
/*News*/
article #news{
	margin-bottom: 80px;
}
article #news h2{
	background-color: #21268a;
	color: #fff;
	text-align: center;
	font-size: 36px;
	padding: 10px 0;
	margin-bottom: 30px; 
}
article #news div{
	margin: 0 5%;
	padding:2% 1%;
	font-size: 18px;
	line-height:1.5;
}
article #news div p{
	margin-bottom: 10px;
}
article #news #news_more{
	margin: 0 20%;
}
/*News END*/
}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 480px){
/*トップイメージ*/
#main_img{
	margin-bottom: 50px;
	height: auto;
	min-height: 150px;
}
#main_img div{
	height: auto;
	min-height: 150px;
}
#main_img figure{
	width: 100%;
	height: auto;
	min-height: 150px;
}
#main_img figure img{
	width: 100%;
	height: auto;
	min-height: 150px;
}
/*トップイメージ END*/
article #info figure{
	text-align: center;
}
article #info figure img{
	display: inline-block;
	width: 90%;
	border: 2px solid #000;
	margin: 1%;
}
article #info figure img:hover{
	opacity: 0.5;
}
}