@charset "UTF-8";
/* CSS Document */

html,
html * {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


/* ページ全体の枠組み
---------------------------------------------------- */

#header .inner{
	margin: 0 auto;
	max-width:768px;
	height: auto;
}

body {
	border-top: 5px solid #699600;
	clor: #666666;
	margin:0;
	padding:0;
	font-size:100%;
}

#header {
	height: auto;
	margin: 0 auto;
}


/* リンクと画像
---------------------------------------------------- */


/* ヘッダ
---------------------------------------------------- */

#header .inner .top {
	box-sizing: border-box;
	position: relative;
	top: 10px;
	max-width:768px;
	height: auto;
	margin: 0 auto;
	padding: 0px 15px;
}

#header .inner .top p {
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
}

h6 {
	display: block;
	font-size: 13px;
	float: right;
}


.slicknav_menu {
	display:none;
}

@media screen and (max-width: 768px) {
	#menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
}

/* メインコンテンツ
---------------------------------------------------- */

#content .inner {
	max-width: 768px;
	position: relative;
	top: 5px;
	margin: 5px auto;
	padding: 0 20px;
}

#topicpath {
	position: relative;
	top: 20px;
}

#content img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}

h1 {
	position: relative;
	top:40px;
	height: 30px;
	border-left: 10px solid #42b049;
	font-size: 26px;
	line-height: 30px;
	padding: 20px 0 20px 10px;
	color:#666666;
}

h2 {
	position: relative;
	top: 60px;
	max-width: 300px;
	height: 40px;
	margin-bottom: 30px;
	background: #42b049;
	font-size: 20px;
	color: #ffffff;
	text-shadow: 1px 1px #666666;
	line-height: 40px;
	padding: 0 0 0 20px;
}



h3 {
	position: relative;
	max-width: 100%;
	height:auto;
	top: 30px;
	font-size: 20px;
}

h4 {
	position: relative;
	max-width: 768px;
	top: 10px;
	line-height: 2em;
	font-size: 16px;
	padding: 40px 0px 5px;
}

#policy {
	margin: 60px auto;
	width: 768px;
}

#policy p1 {
	text-align: right;
}

.wTable {
	max-width: 1000;
}

.wTable tr td:nth-child(1) {
  width: 100px;
}


.gTable tr td:nth-child(1) {
  width: 900px;
}


.gTable a:visited {
	color: black;
}

table {
	position: relative;
	top:60px;
	border-collapse: collapse;
	max-width: 1200px;
}

td {
	vertical-align: top;
	height: 30px;
	border-bottom: 1px solid #666666;
}

#content h5 {
	font-size:14px;
	line-height: 2em;
}


iframe {
	position: relative;
	max-width: 100%;
	height: auto;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

#content#main {
	width: 1000px;
	height:auto;
	margin: 0 auto;
	}

#main section {
	position: relative;
	margin: 10px 0px -30px;
}

#main section h4 {
	position: relative;
	margin: 0px 0px 10px 0px ;
	color: #666666;
	font-size: 18px;
	float: left;
}

/* サブコンテンツ
---------------------------------------------------- */


/* フッタ
---------------------------------------------------- */

footer {
	position: relative;
	top: 100px;
	padding: 20px;
	background-color: #ccffcc;
	clear: both;
}

footer a {
	top: 10px;
	font-size: 13px;
	text-align: center;
}

footer p {
	top: 8px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
}

/*タブレット用
-----------------------------------------------------*/
	
@media (min-width: 768px){
	
	* {
		margin: 0;
		padding: 0;
	}

#header .inner{
	max-width: 1000px;
}
	
#header .inner .top {
	max-width: 1000px;
	margin: 0 auto;
}

#menu{
    max-width: 1200px;
    display: flex;
}
	

#menu li.current{
	background: #42b049;
}

#menu li.uncurrent:hover {
	background: #42b049;
	color: #ffffff;
	}	


#menu>li a {
	display: block;
	text-decoration: none;
}

#menu li a {
	text-decoration: none;
	color: black;
	}

ul{
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
	
li{
    max-width: calc(1200px/5);
    position: relative;
    padding: 5px;
    display: block;
    cursor: pointer;
}


#menu>li{
	width: 1200px;
    margin: 1px;
    background: #ffffff;
    display: inline;
	z-index: 100;
}


.sub_menu{
    width: 100%;
    display: none;
    position: absolute;
    margin-left: -5px;
    margin-top: 5px;
    background:#ccffcc;
}

.sub_menu li{
    width: 100%;
}

.sub_menu li a{
    padding: 5px 0;
    margin: -5px 5px -5px -5px;
    display: block;
	text-decoration: none;
}


#menu a:hover{
    background: #42b049;
	box-sizing: border-box;
    color: #ffffff;
}
#menu .current.sub_menu {
	color: black;
	}

#content .inner {
	max-width: 1000px;
}
	
#content#mainvisual {
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	}
	
#content#main {
	width: 1000px;
	height:auto;
	margin: 0 auto;
	}


#content h4 {
	max-width: 900px;
}
	
.wTable tr td:nth-child(1) {
  width: 150px;
}

.gTable tr td:nth-child(1) {
  width: 1000px;
}
	
table {
	position: relative;
	top:60px;
	border-collapse: collapse;
	width: 900px;
	margin: 0 auto;
}

#content h5 {
	font-size:16px;
}

footer p {
	font-size: 14px;
}

#main section {
	position: relative;
	top:50px;
	margin: 0px 10px;
	width: 45%;
	float: left;
	}

#main section h4 {
	position: relative;
	padding: 20px 0px 0px;
}
	
	
	

}






/*デスクトップ用
-----------------------------------------------------*/

@media (min-width: 1980px) {


	
}