/*** -----------------------------------------------------------------------------

reset

-----------------------------------------------------------------------------  ***/
.clearfix:after {
     content:".";
     display:block;
     visibility:hidden;
     clear:both;
     height:0.1px;
     font-size:0.1em;
     line-height:0;
}
.clearfix {
     display:inline-table;
     zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix {
     height:1%;
}
.clearfix {
     display:block;
}
/* End hide from IE-mac */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
     margin:0px;
     padding:0px;
}
table {
     border-collapse:collapse;
     border-spacing:0;
}
fieldset, img {
     border:0;
}
address, caption, cite, code, dfn, em, th, var {
     font-style:normal;
     font-weight:normal;
}
li {
     list-style:none;
}
caption, th {
     text-align:left;
}
h1, h2, h3, h4, h5, h6 {
     font-size:100%;
     font-weight:normal;
}
q:before, q:after {
     content:'';
}
abbr, acronym {
     border:0;
     font-variant:normal;
}
sup {
     vertical-align:top;
}
sub {
     vertical-align:text-bottom;
}
input, textarea, select {
     font-family:inherit;
     font-size:inherit;
     font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
     color:#000000;
}
img {
     vertical-align:bottom;
}
/*** ------------------------------------------------------------------------------

common

-----------------------------------------------------------------------------  ***/
html {
     overflow-y:scroll;
}
body {
     color:#333;
     line-height: 1.6;
     font-size: 12px;
     font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
     -webkit-text-size-adjust: 100%;
}
/*** ------------------------------------------------------------------------------

リンク

-----------------------------------------------------------------------------  ***/
/* 基本 */
a{
     outline:none;
}
a:link {
     color: #5F9734;
     text-decoration:none;
}
a:visited {
     color: #5F9734;
     text-decoration:none;
}
a:hover {
     color: #5F9734;
     text-decoration:underline;
}
a:active {
     color: #5F9734;
     text-decoration:underline;
}
.opacity a:hover img {
     opacity:0.7;
     filter: alpha(opacity=70);
     -moz-opacity:0.7;
}
.opacity li:hover img {
     opacity:0.7;
     filter: alpha(opacity=70);
     -moz-opacity:0.7;
}
/*** ------------------------------------------------------------------------------

wrapper

-----------------------------------------------------------------------------  ***/
/*** ------------------------------------------------------------------------------

header

-----------------------------------------------------------------------------  ***/
header{
	width:100%;
	background:#FFF;
	z-index:99;
}
@media screen and (max-width: 600px) {
	header{
		position:fixed;
		width:auto;
		background:#FFF;
		z-index:99;
	}
}
header .inner{
	width:1080px;
	margin:17px auto 0;
}
@media screen and (max-width: 600px) {
	header .inner{
		width:auto;
		margin:17px auto 0;
	}
}
header .inner h1{
	float:left;
}
header .inner ul,
header .inner p{
	float:right;
	padding:18px 0 0;
}
@media screen and (max-width: 600px) {
	header .inner ul,
	header .inner p{
		float:none;
		padding:0;
	}
}
header .inner ul li{
	float:left;
	padding:0 45px 0 0;
	margin:0 17px 0 0;
	background:url(../img/icon_img03.png) no-repeat scroll right center;
}
@media screen and (max-width: 600px) {
	header .inner ul li{
		float:none;
		background:none;
		padding:0;
		margin:0;
		text-align:center;
	}
}
header .inner ul li:last-child{
	padding:0 45px 0 0;
	margin:0;
	background:none;
}
@media screen and (max-width: 600px) {
	header .inner ul li:last-child{
		padding:0;
	}
}
header .inner ul li a {
  position: relative;
  display: inline-block;
  padding:0 0 0.4em;
  text-decoration: none;
}
header .inner ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #5F9733;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
header .inner ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

header .inner .contact a{
	display:block;
	background:#FFEA00;
	padding:40px 20px;
	margin:-35px 0 0;
	line-height:1;
}
header .inner .contact a:hover{
	background:url(../img/header_img07_on.png) no-repeat scroll left 50% top 50% #FFB900;
	text-indent:-9999px;
	width:60px;
}
header .inner.pc{
	display:block;
}
header .inner.sp{
	display:none;
}

.inner.sp {
    width: 980px;
    margin: 0 auto;
}
.inner.sp:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    background: #fff;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (max-width: 600px) {
	header .inner.pc{
	display:none;
	}
	header .inner.sp{
		display:block;
	}
	#top-head,
    .inner.sp {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
		width:130px;
		padding:0;
    }
    #top-head.fixed .logo img,
    #top-head .logo  img{
		max-width:100%;
		height:auto;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*** ------------------------------------------------------------------------------

nav

-----------------------------------------------------------------------------  ***/
/*** ------------------------------------------------------------------------------

visual

-----------------------------------------------------------------------------  ***/
/*** ------------------------------------------------------------------------------

cont

-----------------------------------------------------------------------------  ***/
#cont{
	padding:93px 0 0;
}
@media screen and (max-width: 600px) {
	#cont{
		padding:0;
	}
}
/*** ------------------------------------------------------------------------------

main

-----------------------------------------------------------------------------  ***/
@media screen and (max-width: 600px) {
	#main{
		padding:56px 0 0;
	}
}
#main section{
	width:1000px;
	margin:0 auto 40px;
}
@media screen and (max-width: 600px) {
	#main section{
		width:auto;
		margin:0 15px 40px;
	}
}
#main section .inner{
	margin:0 0 40px;
}
#main section .inner p{
	margin:0 0 20px;
}
#main section.visual,
#home #main section,
#main section.visual .inner,
#home #main section .inner,
#main section.visual .inner p,
#home #main section .inner p{
	width:auto;
	margin:0;
}
#main section .inner h3{
	font-size:2em;
	padding:0 0 10px;
	margin:0 0 30px;
	border-bottom:5px solid #639E12;
}

#main section .inner h3 small{
	font-size: 0.7em;
	color: #81ac44;
}

#main .visual .visual-cont:before{
	content:'';
	display:block;
	background:url(../img/visual_top_bg.png) repeat scroll;
	height:150px;
}
@media screen and (max-width: 600px) {
	#main .visual .visual-cont:before{
		background-size:1.5px 1.5px;
		height:50px;
	}
	#main section .inner img{
		max-width:100%;
		height:auto;
	}
}

.table-space {
    width: 100%;
    display: flex;
    justify-content: center;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

@media screen and (max-width: 600px) {
    .table {
        width: 100%;
    }
}

.table th {
    background: #639E12;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    padding: 8px;
    border: solid 1px #537426;
    text-align: center;
    vertical-align: middle;
}

.table td {
    font-size: 1.1em;
    padding: 6px;
    border: solid 1px #93b366;
    text-align: center;
    vertical-align: middle;
}
.table tbody tr > td:nth-of-type(2) {
    text-align: left;
}

/*** ------------------------------------------------------------------------------

sub

-----------------------------------------------------------------------------  ***/

/*** ------------------------------------------------------------------------------

footer

-----------------------------------------------------------------------------  ***/
footer{
	background:#111111;
}
footer .inner{
	width:1000px;
	margin:0 auto;
	padding:40px 0;
}
@media screen and (max-width: 600px) {
	footer .inner{
		width:auto;
		padding:40px 15px;
	}
}
footer .inner .left{
	float:left;
	width:235px;
}
@media screen and (max-width: 600px) {
	footer .inner .left{
		float:none;
		width:auto;
	}
}
footer .inner .left .logo{
	margin:0 0 23px;
}
footer .inner .left .access{
	color:#FFF;
	font-size:1.087em;
	margin:0 0 23px;
}
footer .inner .left .btn a{
	display:block;
	color:#FFF;
	border:3px solid #FFF;
	background:url(../img/icon_img01.png) no-repeat scroll right 3px bottom 3px;
	background-size:13px 13px;
	padding:10px 0;
	text-align:center;
}
footer .inner .left .btn a:hover{
	text-decoration:none;
}
footer .inner .right{
	width:460px;
	float:right;
}
@media screen and (max-width: 600px) {
	footer .inner .right{
		width:auto;
		float:none;
		margin:0 0 20px;
	}
}
footer .inner .right ul{
	float:left;
	width:130px;
}
footer .inner .right ul li{
	padding:0 0 0 12px;
	background:url(../img/icon_img02.png) no-repeat scroll left center;
	margin:0 0 20px;
}
footer .inner .right ul li a{
	color:#FFF;
}
footer .copy{
	background:#3C3C3C;
	color:#FFF;
	font-size:1.167em;
	text-align:center;
	padding:10px 0;
}
/*** ------------------------------------------------------------------------------

トピックパス

-----------------------------------------------------------------------------  ***/
/*** ------------------------------------------------------------------------------

共通設定

-----------------------------------------------------------------------------  ***/
::selection {
	background:#A0D17C; /* Safari */
}

::-moz-selection {
	background:#A0D17C; /* Firefox */
}
.pankuzu{
	width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 600px) {
	.pankuzu{
		width:auto;
		margin:0 15px;
	}
}
.pankuzu p{
	padding:15px 0 0;
	margin:0 0 25px;
}
/* Basic code - don't modify */
.droppy { display: block; margin: 0; padding: 0; position: relative; }
.droppy li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
.droppy a { display: block; }
.droppy ul { display: none; position: absolute; left: -11px; top:40px; margin: 0; padding: 0; }
* html .droppy ul { line-height: 0; } /* IE6 "fix" */
.droppy ul a { zoom: 1; } /* IE6/7 fix */
.droppy ul li { float: none; }
.droppy ul ul { top: 0; }
.droppy li ul li{
	background:none;
	float:none;
	padding:0;
	margin:0;
}
.droppy li ul li a{
	display:block;
	width:auto;
	padding:15px;
	background:#649C13;
	width:130px;
}
.droppy li ul li a:hover{
	background:#517D0F;
}