@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Oswald);

header {
	background: #FFF;
	margin: 0 0 20px;
	padding: 10px;
}

.line{
	height: 10px;
	background: linear-gradient(to bottom, #CDCDCD 0%, #FEFEFE 100%);
	margin: 0 0 30px;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 10px 0 0;
}

h1+p{
	color: #348DB5;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #FFF;
	font-size: 24px;
	margin: 50px 0 20px;
	padding: 10px 0;
}

h2#line01 {background: #348DB5;}
h2#line02 {background: #E9BF41;}
h2#line03 {background: #46AA71;}
h2#line04 {background: #E89500;}

h2 span {
	font-size: 40px;
	padding: 0 10px;
}


.pageList {
	display: flex;
	justify-content: center;
	margin: 40px auto 0;
}

.pageList > div {
	margin: 0 40px;
}

.pageList h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.pageList h3::before {
	content: "■ ";
	color: #205BA7;
	font-size: 15px;
}


.pageList ul {
	
}

.pageList ul li {
	text-align: left;
}



footer {
	font-size: 14px;
	text-align: center;
	border-top: solid 1px #333;
	margin: 80px 0 0;
	padding: 20px 0;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:700px) {

	.image img {
		width: 100%;
	}

	header {
	}
	
	h1 {
	}
	
	h1+p{
	}
	
	h2 {
	}
	
	h2 span {
	}
	
	
	.pageList {
	}
	
	.pageList > div {
		margin: 0 10px;
	}
	
	.pageList h3 {
	}
	.pageList h3::before {
	}
	
	
	.pageList ul {
		
	}
	
	.pageList ul li {
	}
	
	
	
	footer {
	}


}


/* FOR smartphone portrait
***************************************************************************/
@media screen and (max-width:400px) {


}