@charset "utf-8";

section a:hover{
	opacity: 0.5;	 
}
#content{
	margin-top: -50px;
}
h2{
	clear: both;
	margin: 75px 0 30px 0;	/*見出しの下(外側)に空けるスペース*/
//	background: linear-gradient(#105779, #105779 49%, #105779 50%);	/*背景画像の読み込み、グラデーション*/
	border-radius: 10px;	/*角丸のサイズ*/
	padding: 10px 20px 10px 50px;	/*上、右、下、左への見出し内の余白*/
}
.box1 h2{
	color: #fff;			/*文字色*/
	background: linear-gradient(#ff7f50, #ff7f50 49%, #ff7f50 50%);	
}
.box2 h2{
	color: #4b0082;			/*文字色*/
	background: linear-gradient(#ffc0cd, #ffc0cd 49%, #ffc0cd 50%);	
}
.box3 h2{
	color: #0000ff;			/*文字色*/
	background: linear-gradient(#ffd700, #ffd700 49%, #ffd700 50%);	
}
.box4 h2{
	color: #800000;			/*文字色*/
	background: linear-gradient(#f0e68c, #f0e68c 49%, #f0e68c 50%);	
}
.flag{
	font-size: 2rem;
	text-align: center;
}
.text{
	text-align: center;
}
.clear{
	clear: both;
}
.box1{
	overflow: hidden;
	margin: 0 auto;
}
.imgsize1{
	width: 300px;
}
.gazou{
	 
	wide: 600px;
	height: 400px;

}
.box11{
	float: left; 
	width: 320px;
	margin-right: 10px;
}
.box12{
	float: left;
	width: 320px;
	margin-right: 10px;
}
.box13{
	float: left;
	width: 320px;
	margin-right: 10px;
}
.box2{
	overflow: hidden;
	margin: 0 auto;
}
.imgsize2{
	width: 225px;
}
.box21{
	float: left;
	width: 240px;
	margin-right: 10px;
}
.box22{
	float: left;
	width: 240px;
	margin-right: 10px;
}
.box23{
	float: left;
	width: 240px;
	margin-right: 10px;
}
.box24{
	float: left;
	width: 240px;
	margin-right: 10px;
}
.box3{
	overflow: hidden;
	margin: 0 auto;
}
.imgsize3{
	width: 300px;
}
.box31{
	float: left; 
	width: 320px;
	margin-right: 10px;
}
.box32{
	float: left;
	width: 320px;
	margin-right: 10px;
}
.box33{
	float: left;
	width: 320px;
	margin-right: 10px;
}
.box4{
	overflow: hidden;
	margin: 0 auto;
}
.imgsize401{
	width: 240px;

}
.box41{
	float: left; 
	width: 245px;
	margin-right: 5px;
}
.box42{
	float: left;
	width: 245px;
	margin-right: 5px;
}
.box43{
	float: left;
	width: 245px;
	margin-right: 5px;
}
.box44{
	float: left;
	width: 245px;
	margin-right: 5px;
}
.box45{
	float: left;
	width: 245px;
	margin-right: 5px;
}
.box46
	float: left;
	width: 245px;
	margin-right: 5px;
}
footer{
	margin-top: 100px;
}

/*********************************************/
@media(max-width:600px){


.box1{
	overflow: hidden;
	text-align: center;
}
.imgsize1{
	width: 95%;
}
.box11{
	float: none; 
	width: 100%;
}
.box12{
	float: none;
	width: 100%;
}
.box13{
	float: none;
	width: 100%;
}
.box2{
	overflow: hidden;
	text-align: center;
}
.imgsize2{
	width: 95%;
}
.box21{
	float: none;
	width: 100%;
}
.box22{
	float: none;
	width: 100%;
}
.box23{
	float: none;
	width: 100%;
}
.box24{
	float: none;
	width: 100%;
}
.box3{
	overflow: hidden;
	text-align: center;
}
.imgsize3{
	width: 95%;
}
.box31{
	float: none; 
	width: 100%;
}
.box32{
	float: none;
	width: 100%;
}
.box33 {
	float: none;
	width: 100%;
}
.box4{
	overflow: hidden;
	text-align: center;
}
.imgsize4{
	width: 100%;
}
.box41{
	float: none; 
	width: 100%;
}
.box42{
	float: none;
	width: 100%;
}
.box43{
	float: none;
	width: 100%;
}
.box44{
	float: none; 
	width: 100%;
}
.box45{
	float: none;
	width: 100%;
}
.box46 {
	float: none;
	width: 100%;
}
footer{
	margin-top: 10px;
}

}