@charset "utf-8";
/* CSS Document */
.header_title{
	background-color:#e9e3e2;
}

.header_title h1{
	margin-top:8px;
}

.header_title{
	background-color:#e9e3e2;
}
@media(max-width:767px){
	.header_title h1{
		font-size:180%;
	}
}

#img_kouji{
	margin-top:5%;
	width:10%;
}
@media(max-width:767px){
	#img_kouji{
		width:15%;
	}
}

.kouji_message{
	margin-top:2em;
	font-size:140%;
}

@media(max-width:767px){
	.kouji_message{
		font-size:100%;
	}	
}

footer{
	padding:1em 0 0;
	background-color:#f7f5ec;
}