﻿@charset "utf-8";

html,body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;	
	background: #fff;
	-webkit-text-size-adjust:none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	max-width:100%;
	height: auto;
	vertical-align: middle;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	width: 100%;
}
a {
	color: #333;
	transition:0.5s;
}
a:hover {
	color: #529306;
	text-decoration: none;
}
.inner {
	max-width: 1400px;
	margin: 0 auto;
}
header {
	overflow: hidden;
	background: #529306;
	color: #fff;
	width: 94%;
	height: 80px;
	padding: 0 3%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	position: fixed;
	z-index: 1;
}
#top header {
	padding: 0;
	box-shadow: none;
	width: auto;
	min-height: 30%;
	overflow: auto;
	position: relative;
}

header #logo img {
	width: 300px;
	float: left;
	padding-top: 12px;
}
.contents {
	clear: both;
	overflow: hidden;
	padding: 40px 3%;
}
header + #menubar-s + .contents {
	padding-top: 120px;
}
.contents h2 {
	clear: both;
	margin-bottom: 20px;
	font-size: 20px;
	background: #529306;
	border-radius: 30px;
	color: #fff;
	padding: 5px 20px;
}
.contents h3 {
	clear: both;
	margin-bottom: 20px;
	font-size: 20px;
	padding: 3px 20px;
	border: 2px solid #ccc;	
	border-radius: 30px;
}
.contents p {
	padding: 0px 20px 15px;	
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -10px;
}
.main {
	overflow: hidden;
	float: right;
	width: 72%;
	padding-bottom: 30px;
}
.list {
	position: relative;
	overflow: hidden;
	padding: 20px;	
	border-bottom: 1px solid #dcdcdc;
	margin: 0 20px;	
	line-height: 1.5;
}
.list:first-of-type {
	border-top: 1px solid #dcdcdc;	
}
.list:nth-child(odd) {
	background: #fafafa;
}
.bg1 .list {
	background: #fff;
}
.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 20px;
	margin: -20px;
}
.list a:hover {
	background: #f9f9de;
}
.list a::before {
	content: "→";
	font-size: 12px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: #333;
	color: #fff;
	border-radius: 50%;
	transition: 0.5s;
}
.list a:hover::before {
	background: #529306;
}

.list h4 {
	font-size: 20px;
	color: #529306;
	margin-bottom: 10px;
}
.list p {
	padding: 0 20px 0 0 !important;
}
.list figure img {
	float: left;
	width: 10%;
	height: auto;
	border-radius: 8px;
	margin-right: 20px;
}
.sub {
	float: left;
	width: 24%;
	padding-bottom: 30px;
}
.sub h2 {
	border-radius: 0;
	margin-bottom: 0;
	background: #999;
	text-align: center;
}
.sub p {
	padding: 0 !important;
	margin: 0 !important;
}
.sub ul.submenu {
	margin-bottom: 15px;	
	border-top: solid 1px #dcdcdc;
	text-align: center;
}
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	background: #fff;
}
.sub h2 + ul.submenu {
	border-top: none;
}
.sub .box1 {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	border: solid 1px #dcdcdc;
	background: #fafafa;
}
.sub h2 + .box1 {
	border-top: none;
}
.sub ul.submenu {
	margin-bottom: 0;
}
footer {
	clear: both;
	background: #529306;
	color: #fff;
	font-size: 85%;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}
#footermenu {
	overflow: hidden;
	padding: 20px 3%;
}
#footermenu ul {
	float: left;
	width: 18%;
	padding-right: 1%;
	padding-left: 1%;
}
#new dl {
	padding-left: 20px;
	margin-bottom: 15px;
}
#new dt {
	float: left;
	width: 9em;
	color: #529306;
	letter-spacing: 0.1em;
}
#new dd {
	padding-left: 9em;
}
.ta1 {
	width: 96%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;
	padding: 10px 15px;
	word-break: break-all;
}
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	font-size: 18px;
	background: #fafafa;
}
.ta1 th {
	width: 140px;
	text-align: center;
	font-weight: normal;
}
.ta1 th img {
	width: 100%;
}
#pagetop {
	clear: both;
	padding-top: 40px;
	padding-right: 3%;
}
#pagetop a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	margin-bottom: 50px;
	background: #529306;
	color: #fff;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
}
#pagetop a:hover {
	background: #222;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}
.bg1 {
	background: #f0f0f0;
}
.look {
	background: #eee;
	padding: 5px 10px;
	border-radius: 4px;
}
.mb15,.mb1em {
	margin-bottom: 15px;}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1, .color1 a {
	color: #529306;
}
.pr {
	font-size: 10px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.big1 {
	font-size: 24px;
	letter-spacing: 0.2em;
}
.mini1 {
	font-size: 11px;
	display: inline-block;
	line-height: 1.5;
}
.sh {
	display: none;
}
figure.item {
	padding: 0px 20px 20px;
	text-align: center;
}

@media screen and (max-width:900px){
	header #logo img {
		width: 200px;
		padding-top: 21px;
	}
}
@media screen and (max-width:800px){
	.inner {
		width: auto;
	}
	#menubar-s {
		display: block;
		clear: both;
		position: fixed;
		z-index: 2;
		top: 80px;
		width: 100%;
		box-shadow: 0px 10px 5px rgba(0,0,0,0.1);
	}
	#menubar-s li a {
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 15px 0;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	#menubar {
		display: none;
	}
	#menubar_hdr {
		display: block;
		position: fixed;
		z-index: 2;
		top: 14px;
		right: 3%;
		width: 30px;
		border: 1px solid #fff;
		padding: 12px 10px 5px;
	}
	#menubar_hdr span {
			display: block;
		border-top: 3px solid #fff;
		margin-bottom: 7px;
	}
	#top #menubar_hdr {
		display: none;
	}
	.main, .sub {
		float: none;
		width: auto;
	}
	.list figure img {
		width: 20%;
	}
	.sub ul.submenu li {
		width: 50%;
		float: left;
	}
	.sub ul.submenu li:nth-child(even) a {
		border-left: none;
	}
	body.s-n .sub,body.s-n #footermenu,.m-n {
		display: none;
	}
	.fl-half{
		float:left;width:45%;
		margin-left:3%;
	}
	.sh {
		display:block;
	}
	.pc {
		display:none;
	}
}
@media screen and (orientation: landscape) and (max-height:400px){
	header,#menubar-s,#menubar_hdr {
		position: absolute;
	}
}
@media screen and (max-width:480px){
	body {
		font-size: 12px;
		line-height: 1.5;
	}
	.contents {
		padding: 20px 10px;
	}
	.contents h2 {
		font-size: 15px;
		padding: 5px 10px;
	}
	.contents h3 {
		font-size: 15px;
		padding: 3px 10px;
	}
	.contents p {
		padding: 0px 10px 15px;
	}
	.list {
		padding: 10px;
		margin: 0;
	}
	.list a {
		padding: 10px;
		margin: -10px;
	}
	.list h4 {
		font-size: 15px;
		margin-bottom: 0;
	}
	.list a::before {
		font-size: 10px;
		width: 20px;
		line-height: 20px;
	}
	.sub ul.submenu li a {
		padding: 10px;
	}
	#footermenu {
		display: none;
	}
	.ta1 th.tamidashi {
		font-size: 15px;
	}
	.ta1 th {
		width: 100px;
		padding: 5px;
	}
	.ta1 td {
		width: auto;
		padding: 5px;
	}
	.ws,.wl {
		width: 94%;
	}
	img.fr,img.fl {
		float: none;margin: 0;width: 100%;
	}
	.fl-half{
		float:none;width:100%;margin-left:0;
	}
}
