@charset "utf-8";

/*--------------------------------------------*/
/*ヘッダーイメージ設定*/
#header_img {
	margin-top:0;
	background:url(../images/img_bk.jpg) repeat-x;
}
#header_img p{
	margin:0 auto;
	width:1200px;
}

@media screen and (max-width:1199px){
#header_img p{
	width:100%;
}

}


/*--------------------------------------------*/
/*メインコンテンツ*/
#main {
	margin-bottom:20px;
}


/*セクション*/
.main_in{	
	margin:0 100px;
}


#main h2 {
	font-size: 200%;
	background-color: #43b149;	/*背景色*/
	color:#fff;
	padding:15px 50px 13px;
	margin-top:30px;
	margin-bottom:15px;
	border-radius:15px;
}

#main h2 span{
	font-size: 70%;
}

#main h3 {
	font-size: 180%;
	line-height:1.3;
	color:#1a2a51;
	text-align:center;
	font-weight:bold;
	margin:20px 0 20px;
}
.large{
	display:block;
	width:100%;
	margin-bottom:50px;
}
.small{
	display:none;
}
.center{
	text-align:center;
}



/*タブレット*/
@media screen and (min-width:600px) and (max-width:1199px){


#main {
	width:auto;
	margin:0 20px 20px;
}
#main h2 {
	font-size: 150%;
	padding:10px 20px 8px;
	margin-top:30px;
	margin-bottom:15px;
	border-radius:10px;
}
.main_in{	
	width: auto;	
	margin:0 20px;
}


}


/*スマホ*/
@media screen and (max-width:599px){

#main {
	float: none;
	width:auto;
	margin:0 15px 20px;
}

#main h2 {
	font-size: 125%;
	padding:8px 20px 6px;
	margin-top:15px;
	margin-bottom:10px;
	border-radius:5px;
}
.main_in{	
	width: auto;	
	margin:0 ;
}

#main h3 {
	font-size: 160%;
	line-height:1.3;
	color:#1a2a51;
	text-align:center;
	font-weight:bold;
	margin:20px 0 ;
}
.large{
	display:none;
}
.small{
	display:block;
	margin-bottom:20px;
}

}