@charset "utf-8";

/* Base Setting
-------------------------------------- */
body {
	background-color: #1C3927;
	color: #000;
	font-family: '游ゴシック','Yu Gothic',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-weight: 500;
	font-feature-settings: 'pkna';
	line-height: 1.6;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast:none) {
body {
	font-family: 'メイリオ',Meiryo,sans-serif;
}
}

@media all and (min-width: 668px) { /* [PC] */
body {
	min-width: 980px;
	font-size: 14px;
}
a {
	color: #316745;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
a:hover {
	color: #6EA924;
	text-decoration: none;
}
a img {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}
a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
a:active, a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
body {
	min-width: 320px;
	font-size: 12px;
}
a {
	color: #316745;
	text-decoration: none;
}
a:active, a:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
}
} /* @media */


/* Header
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
#header {
	position: relative;
	width: 100%;
	height: 190px;
	background-color: #316745;
}
#header .box-wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#header .tagline {
	height: 30px;
	border-bottom: 1px solid #4B795C;
	color: #EBE7D8;
	font-size: 0.8em;
	line-height: 30px;
}
#header .tagline span {
	display: block;
	width: 980px;
	margin: 0 auto;
}
#header .logo a {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 280px;
	height: 60px;
	background: url(/assets/img/common/logo_01.svg) no-repeat 0 0;
	-webkit-background-size: 280px 60px;
	background-size: 280px 60px;
	text-indent: -9999px;
}
#header .utility {
	position: absolute;
	top: -30px;
	right: 0;
}
#header .utility ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#header .utility ul li {
	margin-left: 15px;
	font-size: 12px;
	line-height: 30px;
}
#header .utility ul li a {
	color: #EBE7D8;
}
#header .utility ul li a:hover {
	color: #6EA924;
}
#header address {
	display: block;
	position: absolute;
	top: 20px;
	left: 506px;
	width: 154px;
	height: 60px;
	background: url(/assets/img/common/txt_address_01.png) no-repeat 0 0;
	text-indent: -9999px;
}
#header aside {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 300px;
}
#header #global-nav-pc {
	display: block !important;
	position: absolute;
	top: 130px;
	width: 100%;
	height: 60px;
	background-color: #EBE7D8;
}
#header #global-nav-pc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 980px;
	height: 60px;
	margin: 0 auto;
	border-left: 1px solid #DAD3B8;
}
#header #global-nav-pc ul li {
	width: 16.66%;
	border-right: 1px solid #DAD3B8;
}
#header #global-nav-pc a {
	display: block;
	position: relative;
	height: 60px;
	font-weight: 700;
	text-align: center;
	line-height: 59px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#global-nav-sp {
	display: none !important;
}
#header .toggle {
	display: none !important;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
#header {
	position: relative;
	width: 100%;
	background-color: #316745;
	z-index: 10000;
}
#header .box-wrap {
	padding: 0;
}
#header .tagline {
	height: 22px;
	border-bottom: 1px solid #4B795C;
	color: #EBE7D8;
	font-size: 0.8em;
	line-height: 22px;
	text-align: center;
}
#header .logo {
	padding: 15px 10px;
}
#header .logo a {
	display: block;
	width: 150px;
	height: 32px;
	background: url(/assets/img/common/logo_01.svg) no-repeat 0 0;
	-webkit-background-size: 150px 32px;
	background-size: 150px 32px;
	text-indent: -9999px;
}
#header .utility {
	display: none;
}
#header address {
	display: block;
	position: absolute;
	top: 37px;
	right: 50px;
	width: 82px;
	height: 32px;
	background: url(/assets/img/common/txt_address_01.png) no-repeat 0 0;
	-webkit-background-size: 82px 32px;
	background-size: 82px 32px;
	text-indent: -9999px;
}
#header address a {
	display: block;
	width: 82px;
	height: 32px;
}
#header aside {
	padding: 0 10px 10px 10px;
}
#header .toggle {
	position: absolute;
	top: 27px;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 10000;
}
#header .toggle a {
	display: block;
	position: absolute;
	top: 17px;
	right: 15px;
	width: 20px;
	height: 4px;
	background-color: #EBE7D8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#header .toggle a::before,
#header .toggle a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 4px;
	background-color: #EBE7D8;
	-webkit-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
#header .toggle a::before {
	margin-top: -9px;
}
#header .toggle a::after {
	margin-top: 5px;
}
#header .toggle.active a {
	background: transparent;
}
#header .toggle.active a::before,
#header .toggle.active a::after {
	margin-top: -2px;
}
#header .toggle.active a::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .toggle.active a::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#header .toggle span {
	position: absolute;
	top: 13px;
	left: -15px;
	width: 50px;
	margin: auto;
	color: #EBE7D8;
	font-size: 7.5px;
	text-align: center;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(1);
}
#header #global-nav-sp {
	display: none;
	position: absolute;
	top: 84px;
	left: 0;
	width: 100%;
	background-color: #EBE7D8;
	z-index: 9999;
}
#header #global-nav-sp li a {
	display: block;
	position: relative;
	height: 50px;
	padding: 0 30px 0 10px;
	border-bottom: 1px solid #DAD3B8;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
}
#header #global-nav-sp li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #316745;
	border-right: 2px solid #316745;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.overlay {
	display: none;
	position: fixed;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	background-color: rgba(0, 0, 0, 0.8);
	backface-visibility: hidden;
	z-index: 5000;
}
#global-nav-pc {
	display: none !important;
}
} /* @media */


/* Content
-------------------------------------- */
#content {
	position: relative;
	width: 100%;
	background-color: #F5F3EB !important;
}


/* Footer
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
#footer-nav {
	position: relative;
	width: 100%;
	background-color: #316745;
}
#footer-nav a {
	color: #EBE7D8;
}
#footer-nav a:hover {
	color: #6EA924;
}
#footer-nav .toggle {
	display: none;
}
#footer-nav #sitemap {
	display: block !important;
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}
#footer-nav #sitemap ul li {
	float: left;
	width: 210px;
}
#footer-nav #sitemap ul li:nth-of-type(2) {
	width: 300px;
}
#footer-nav #sitemap ul li:nth-of-type(3) {
	width: 260px;
}
#footer-nav #sitemap dl {
	font-size: 12px;
	color: #EBE7D8;
}
#footer-nav #sitemap dl dt {
	margin-bottom: 5px;
	font-weight: 700;
}
#footer-nav #sitemap dl dd {
	margin-bottom: 3px;
}
#footer-nav #sitemap dl dd a {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}
#footer-nav #sitemap dl dd a::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	border-top: 1px solid #EBE7D8;
}
#footer {
	width: 100%;
	background-color: #1C3927;
}
#footer .box-wrap {
	position: relative;
	width: 980px;
	height: 100px;
	margin: 0 auto;
}
#footer .logo {
	position: absolute;
	top: 20px;
	left: 0;
	width: 60px;
}
#footer address {
	display: block;
	position: absolute;
	top: 20px;
	left: 70px;
	width: 154px;
	height: 60px;
	background: url(/assets/img/common/txt_address_01.png) no-repeat 0 0;
	text-indent: -9999px;
}
#footer .utility {
	position: absolute;
	top: 16px;
	right: 0;
}
#footer .utility ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#footer .utility ul li {
	margin-left: 15px;
	font-size: 12px;
}
#footer .utility ul li a {
	color: #EBE7D8;
}
#footer .utility ul li a:hover {
	color: #6EA924;
}
#footer #copyright {
	position: absolute;
	bottom: 16px;
	right: 0;
	color: #EBE7D8;
	font-size: 12px;
	text-align: right;
}
#footer #copyright a {
	color: #EBE7D8;
	text-decoration: underline;
}
#footer #copyright small {
	display: block;
}
#page-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2000;
}
#page-top a {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #316745;
	text-indent: -9999px;
	z-index: 2000;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}
#page-top a:hover {
	color: #6EA924;
}
#page-top a::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	border-top: 2px solid #EBE7D8;
	border-right: 2px solid #EBE7D8;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#page-top a:hover::before {
	top: 2px;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
#footer-nav {
	position: relative;
	width: 100%;
	background-color: #316745;
}
#footer-nav a {
	color: #EBE7D8;
}
#footer-nav .toggle a {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 10px;
	line-height: 45px;
	text-align: center;
}
#footer-nav .toggle a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	background-color: #EBE7D8;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#footer-nav .toggle a span::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 19px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #316745;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#footer-nav .toggle a span::after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 15px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #316745;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#footer-nav .toggle.active a::before {
	background-color: #316745;
}
#footer-nav .toggle.active a {
	color: #316745 !important;
	background-color: #F5F3EB;
}
#footer-nav .toggle.active a span::before {
	border-top: 2px solid transparent;
}
#footer-nav .toggle.active a span::after {
	content: '';
	border-top: 2px solid #EBE7D8;
}
#footer-nav #sitemap {
	display: none;
	position: relative;
}
#footer-nav #sitemap ul {
	padding: 20px 10px;
}
#footer-nav #sitemap ul li {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #4B795C;
}
#footer-nav #sitemap ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#footer-nav #sitemap dl {
	font-size: 12px;
	color: #EBE7D8;
}
#footer-nav #sitemap dl dt {
	margin-bottom: 5px;
	font-weight: 700;
}
#footer-nav #sitemap dl dd {
	margin-bottom: 3px;
}
#footer-nav #sitemap dl dd a {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}
#footer-nav #sitemap dl dd a::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	border-top: 1px solid #EBE7D8;
}
#footer {
	position: relative;
	width: 100%;
	padding: 20px 10px;
	background-color: #1C3927;
	text-align: center;
}
#footer .logo,
#footer address {
	display: none;
}
#footer .utility {
	font-size: 12px;
}
#footer .utility ul li {
	margin-bottom: 5px;
}
#footer .utility ul li a {
	color: #EBE7D8;
}
#footer #copyright {
	margin-top: 15px;
	color: #EBE7D8;
	font-size: 10px;
}
#footer #copyright a {
	color: #EBE7D8;
	text-decoration: underline;
}
#footer #copyright small {
	display: block;
}
#page-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2000;
}
#page-top a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #316745;
	text-indent: -9999px;
	z-index: 2000;
}
#page-top a::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #EBE7D8;
	border-left: 2px solid #EBE7D8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
} /* @media */

.analyze {
	display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.head_bnr_wrap{
}
.head_bnr_wrap a img{
    width:calc((100% - 10px)/2);
    float: left;
}
.bnr_wrap{
    max-width: 980px;
    width: 100%;
    margin: 0 auto ;
}
.bnr_wrap a,.bnr_wrap a img{
    display: block;
    height: 100%;
}
.f-left{
    float: left;
}
.f-right{
    float: right;
}
@media all and (max-width: 667px) { /* [SP] */
    .head_bnr_wrap{
        width:100%;
    }
    .head_bnr_wrap a img{
        width:calc((100% - 10px)/2);
        float: left;
    }
    .bnr_wrap{
        padding: 20px 10px 0;
    }
    .bnr_wrap a img{
        padding-top: 20px;
    }
    #global-nav-sp .nav_bnr{
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #DAD3B8;
    }


} /* @media */
