@charset "utf-8";

/*reset*/
ul {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0px;
}
.link a:hover {
	color: #57b042;
	background: #FFF;
}

h1, h2, h3 {
	font-weight: normal;
}

.inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

header {
	padding-top: 50px;
}

.sitename img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.sitename {
	margin-bottom: 30px;
}

nav {
	padding: 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

nav ul {
	list-style-type: none;
	letter-spacing: -.4em;
}

nav li {
	display: inline-block;
	letter-spacing: normal;
	width: 25%;
}
nav a {
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
}

nav a:hover {
	background: #57b042;
	color: #FFF;
}
main {
	display: block;
}
h1 {
	background: url(../images/bg.png) no-repeat center center;
	color: #FFF;
	text-align: center;
	height: 280px;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	box-sizing: border-box;
	padding-top: 100px;
	font-size: 3rem;
	}
section {
	margin-bottom: 10px;
}
h2 {
	text-align: center;
	margin-bottom: 50px;
}
.box {
	width: 50%;
	margin-bottom: 50px;
	float: left;
	padding: 0px 10px;
	box-sizing: border-box;
}

.box img {
	float: left;
	margin-right: 20px;
}

.box a {
	margin-top: 30px;
	padding: 8px 10px;
	color: #FFF;
	text-decoration: none;
	background: #57b042;
	border: 1px solid #57b042;
}

.link {
	text-align: center;
	clear: left;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}


aside {
	padding: 20px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
aside h3 {
	margin: 0px auto 15px;
	width: 12em;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 0px;
	color: #ccc;
}

aside ul {
	text-align: center;
}
aside li {
	display: inline-block;
}
aside li+li {
	margin-left: 20px;
}
aside a {
	font-size: 0.875r
	em;
	color: #000;
	text-decoration: none;
}
aside a:hover {
	color: #57B042;
}
footer {
	text-align: center;
}
footer small {
	font-size: 0.75rem;
}
.is_pc_none {
	display:none;
}

@media only screen and (max-width: 480px){
	.inner{
		width: 100%;
	}
	nav li {
		width:50%;
	}
	h1 {
		height:400px;
		padding-top:200px;
	}
	.is_pc_none {
		display:block;
	}
	.box {
		width:100%;
		float:none;
	}
	.box img{
		float:none;
		display:block;
		margin-right:auto;
		margin-left:auto;
	}

}