@charset "utf-8";

#wrap{
    position: relative;/* jquery.pagetop.jsで、.gotopを下部に固定するため */
	overflow: hidden;/* モバイル観覧での余白対策 */
}

/* =========================================================
 header
========================================================= */
#header {
	width: 100%;
}
.h-language-list > li.language > dl{
	position: relative;
	z-index: 1;
}
.h-language-list > li.language > dl > dt {
	color: #333;
	background-color: #fff;
	padding: 10px 23px 10px 10px;
	border-radius: 7px;
	border: 1px solid #c5c5c5;
	white-space: nowrap;
	cursor: pointer;
}
.h-language-list > li.language > dl > dt:after {
	border-right: 2px solid #2c8806;
	border-bottom: 2px solid #2c8806;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	right: 10px;
	top: 0;
	margin-bottom: auto;
	margin-top: auto;
}
.h-language-list > li.language > dl > dt.active {
	border: 1px solid #2c8806;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.h-language-list > li.language > dl > dd {
	position: absolute;
	width: 100%;
	display: none;
}
.h-language-list > li.language > dl > dd > ul {
}
.h-language-list > li.language > dl > dd > ul > li {
	border: 1px solid #2c8806;
	border-top: 0;
}
.h-language-list > li.language > dl > dd > ul > li a {
	color: #333;
	display: block;
	padding: 10px 15px;
}
.h-language-list > li.language > dl > dd > ul > li a:link,
.h-language-list > li.language > dl > dd > ul > li a:visited {
	background-color: #fff;
}
.h-language-list > li.language > dl > dd > ul > li a:hover,
.h-language-list > li.language > dl > dd > ul > li a:active,
.h-language-list > li.language > dl > dd > ul > li a:focus,
.h-language-list > li.language > dl > dd > ul > li a.hover {
	background-color: #e6e8b3;
}
.h-language-list > li.language > dl > dd > ul > li:last-child,
.h-language-list > li.language > dl > dd > ul > li:last-child a {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.h-search .h-searchbox .h-searchbox-inner {
	display: table;
	width: 100%;
}
.h-search .h-searchbox .h-searchbox-inner .h-searchbox-inner-left,
.h-search .h-searchbox .h-searchbox-inner .h-searchbox-inner-right {
	display: table-cell;
}
.h-search .h-searchbox .h-searchbox-inner .h-searchbox-inner-left input[type="text"] {
	border: 1px solid #ccc !important;
	background-color: #ebebeb;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 8px;
	font-size: 1.2rem;
	height: 2.7em;
	margin: 0 0 0 auto;
    border: 0;
	width: 100%;
}
.h-search .h-searchbox .h-searchbox-inner .h-searchbox-inner-right button[type="submit"] {
    color: #fff;
	background-color: #2c8806;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 8px;
	height: 2.7em;
    display: block;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
    border: 0;
	white-space: nowrap;
}
.h-search .h-searchbox .h-searchbox-inner .h-searchbox-inner-right button[type="submit"]:hover,
.h-search .h-searchbox .h-searchbox-inner .h-searchbox-inner-right button[type="submit"]:focus,
.h-search .h-searchbox .h-searchbox-inner .h-searchbox-inner-right button[type="submit"].hover {
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
#header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	display: block;
}
#header #header-contents .h-top {
	background: url(../images/bg-header_sp.png) no-repeat 50% 100%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 55px;
	display: table;
	width: 100%;
	padding: 0 10px;
}
#header #header-contents .h-top .h-logo {
	display: table-cell;
	max-width: 117px;
}
#header #header-contents .h-top .h-logo img {
	max-height: 55px;
	width: auto;
}
#header #header-contents .h-top .h-language {
	display: table-cell;
}
#header #header-contents .h-top .h-language .h-language-list .skip {
	display: none;
}
#header #header-contents .h-top .h-language .h-language-list {
	display: table;
	margin-left: auto;
}
#header #header-contents .h-top .h-language .h-language-list .speak {
	display: table-cell;
}
#header #header-contents .h-top .h-language .h-language-list .language {
	display: table-cell;
	padding-left: 5px;
}
#header #header-contents .h-top .h-language .h-language-list .speak > a {
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	display: block;
	background: #fff url(../images/icon-speak-header.png) no-repeat 50% 50%;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	border-radius: 7px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header #header-contents .h-bottom {
	display: table;
	width: 100%;
	height: 53px;
}
#header #header-contents .h-bottom .h-assist {
	display: table-cell;
	border-bottom: 1px solid #c9c9c9;
}
#header #header-contents .h-bottom .h-menu {
	display: table-cell;
	width: 112px;
}
#header #header-contents .h-bottom .h-design,
#header #header-contents .h-bottom .h-search .h-sitemap {
	display: none;
}
#header #header-contents .h-bottom .h-search {
	padding-left: 10px;
	padding-right: 10px;
}
#header #header-contents .h-bottom .h-menu:after {
	content: "";
	display: block;
	clear: both;
}
#header #header-contents .h-bottom .h-menu .h-menu-home {
	float: left;
	width: 54px;
}
#header #header-contents .h-bottom .h-menu .h-menu-home > a {
	width: 100%;
	height: 55px;
	display: block;
}
#header #header-contents .h-bottom .h-menu .h-menu-home > a img {
	width: 100%;
	height: auto;
}
#header #header-contents .h-bottom .h-menu .h-menu-home > a:hover,
#header #header-contents .h-bottom .h-menu .h-menu-home > a:active,
#header #header-contents .h-bottom .h-menu .h-menu-home > a:focus,
#header #header-contents .h-bottom .h-menu .h-menu-home > a.hover {
	opacity: 0.7;
}
#header #header-contents .h-bottom .h-menu .h-menu-gnav {
	float: left;
	width: 55px;
}
#header #header-contents .h-bottom .h-menu .h-menu-gnav .btn {
	height: 55px;
	border-left: 1px solid #c9c9c9;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 1.0rem;
	padding-top: 33px;
	cursor: pointer;
	color: #fff;
	background: #2c8806 url(../images/icon-menu-wht.png) no-repeat 50% 13px;
	-webkit-background-size: 19px auto;
	background-size: 19px auto;
}
#header #header-contents .h-bottom .h-menu .h-menu-gnav .btn:hover
#header #header-contents .h-bottom .h-menu .h-menu-gnav .btn.hover {
	opacity: 0.7;
}
#header #header-contents .h-bottom .h-menu .h-menu-gnav .h-menu-sp {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 10000;
	display: none;
	padding-bottom: 110px;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dt,
.h-menu .h-menu-gnav ul.subnav > li > dl > dt,
.h-menu .h-menu-gnav ul.subnav > li > a {
	background-color: #fff;
	padding: 12px 10px 12px 35px;
	cursor: pointer;
	display: block;
	border-bottom: 1px solid #c5c5c5;
	font-weight: bold;
	position: relative;
}
.h-menu .h-menu-gnav ul.subnav > li > dl > dt {
	background-color: #f6f7d8;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dt:before,
.h-menu .h-menu-gnav ul.gnav > li > dl > dt:after,
.h-menu .h-menu-gnav ul.subnav > li > dl > dt:before,
.h-menu .h-menu-gnav ul.subnav > li > dl > dt:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto 0;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dt:before,
.h-menu .h-menu-gnav ul.subnav > li > dl > dt:before {
	width: 12px;
	height: 2px;
	background-color: #2c8806;
	left: 15px;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dt:not(.active):after,
.h-menu .h-menu-gnav ul.subnav > li > dl > dt:not(.active):after {
	width: 2px;
	height: 12px;
	background-color: #2c8806;
	left: 20px;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dt img {
	height: 16px;
	width: auto;
}
.h-menu .h-menu-gnav ul.subnav > li > a {
	color: #333;
	background-color: #f6f7d8;
	text-decoration: none;
}
.h-menu .h-menu-gnav ul.subnav > li > a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 0;
	margin: auto 0;
	content: "";
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #2c8806;
	border-right: 2px solid #2c8806;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dt {
	display: none;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li > a,
.h-menu .h-menu-gnav ul.subnav > li > dl > dd > ul > li > a {
	display: block;
	padding: 10px 10px 10px 35px;
	border-bottom: 1px solid #c5c5c5;
	text-decoration: none;
	position: relative;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li > a:before,
.h-menu .h-menu-gnav ul.subnav > li > dl > dd > ul > li > a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 0;
	margin: auto 0;
	content: "";
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #a3a3a3;
	border-right: 2px solid #a3a3a3;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li > a:link,
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li > a:visited,
.h-menu .h-menu-gnav ul.subnav > li > dl > dd > ul > li > a:link,
.h-menu .h-menu-gnav ul.subnav > li > dl > dd > ul > li > a:visited {
	color: #333;
	background-color: #f8f8ef;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li > a:hover,
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li > a:active,
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li > a:focus,
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li > a.hover,
.h-menu .h-menu-gnav ul.subnav > li > dl > dd > ul > li > a:hover,
.h-menu .h-menu-gnav ul.subnav > li > dl > dd > ul > li > a:active,
.h-menu .h-menu-gnav ul.subnav > li > dl > dd > ul > li > a:focus,
.h-menu .h-menu-gnav ul.subnav > li > dl > dd > ul > li > a.hover {
	color: #333;
	background-color: #e6e8b3;
}
.h-menu .h-menu-gnav .menuclose > a {
	color: #333;
	background-color: #fff;
	padding: 12px 10px;
	display: block;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #c5c5c5;
	font-weight: bold;
}
.h-menu .h-menu-gnav .menuclose > a > span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.h-menu .h-menu-gnav .menuclose > a > span:before,
.h-menu .h-menu-gnav .menuclose > a > span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto 0;
}
.h-menu .h-menu-gnav .menuclose > a > span:before,
.h-menu .h-menu-gnav .menuclose > a > span:before {
	width: 12px;
	height: 2px;
	background-color: #2c8806;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.h-menu .h-menu-gnav .menuclose > a > span:after,
.h-menu .h-menu-gnav .menuclose > a > span:after {
	width: 2px;
	height: 12px;
	background-color: #2c8806;
	left: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}
@media print, screen and (min-width: 641px) {
#header {
	background: url(../images/bg-header-pc.png) no-repeat 50% 100%;
}
#header #header-contents {
	width: 1020px;
	padding: 15px 20px 0;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#header .h-logo {
	display: block;
	position: absolute;
	left: 40px;
	top: 30px;
	z-index: 0;
}
#header .h-logo > a {
	display: block;
}
.h-language-list {
	display: table;
	margin-bottom: 10px;
	margin-left: auto;
}
.h-language-list > li {
	display: table-cell;
}
.h-language-list > li + li {
	padding-left: 20px;
}
.h-language-list > li > a {
	position: relative;
	display: block;
	color: #333;
	padding: 11px 0 11px 15px;
}
.h-language-list > li:not(.speak) > a:before {
	border-right: 2px solid #2c8806;
	border-bottom: 2px solid #2c8806;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin-bottom: auto;
	margin-top: auto;
}
.h-language-list > li.speak > a {
	padding-left: 20px;
	background: url(../images/icon-speak-header.png) no-repeat 0 50%;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}
.h-assist {
	color: #333;
	background-color: #fff;
	display: table;
	padding: 13px;
	border-radius: 8px;
	margin-bottom: 18px;
	margin-left: auto;
} 
.h-design > dl {
	display: table;
}
.h-design > dl > dt,
.h-design > dl > dd {
	display: table-cell;
}
.h-design > dl > dd {
	display: table-cell;
}
.h-design > dl > dd + dt {
	padding-left: 30px;
}
.h-design > dl > dd > ul {
	display: table;
	margin-left: 13px;
}
.h-design > dl > dd > ul > li {
	display: table-cell;
}
.h-design > dl > dd > ul > li + li {
	padding-left: 4px;
}
.h-design > dl > dd > .h-design-size > li a,
.h-design > dl > dd > .h-design-color > li a {
	display: block;
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
}
.h-design > dl > dd > .h-design-size > li a:link,
.h-design > dl > dd > .h-design-size > li a:visited {
	color: #fff;
	background-color: #2c8806;
	border: 2px solid #2c8806;
}
.h-design > dl > dd > .h-design-size > li a:hover,
.h-design > dl > dd > .h-design-size > li a:active,
.h-design > dl > dd > .h-design-size > li a:focus,
.h-design > dl > dd > .h-design-size > li a.hover {
	opacity: 0.7;
}
.h-design > dl > dd > .h-design-size > li.on a {
	color: #216c02;
	background-color: #ebebeb;
	border: 2px solid #ebebeb;
}
.h-design > dl > dd > .h-design-color > li#colorWhite a:link,
.h-design > dl > dd > .h-design-color > li#colorWhite a:visited {
	color: #333;
	background-color: #fff;
	border: 2px solid #c8c8c8;
	text-decoration: none;
}
.h-design > dl > dd > .h-design-color > li#colorBlack a:link,
.h-design > dl > dd > .h-design-color > li#colorBlack a:visited {
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
	text-decoration: none;
}
.h-design > dl > dd > .h-design-color > li#colorWhite a:hover,
.h-design > dl > dd > .h-design-color > li#colorWhite a:active,
.h-design > dl > dd > .h-design-color > li#colorWhite a:focus,
.h-design > dl > dd > .h-design-color > li#colorWhite a.hover,
.h-design > dl > dd > .h-design-color > li#colorBlack a:hover,
.h-design > dl > dd > .h-design-color > li#colorBlack a:active,
.h-design > dl > dd > .h-design-color > li#colorBlack a:focus,
.h-design > dl > dd > .h-design-color > li#colorBlack a.hover {
	opacity: 0.7;
}
.h-design > dl > dd > .h-design-color > li#colorWhite.on a,
.h-design > dl > dd > .h-design-color > li#colorBlack.on a {
	color: #216c02;
	background-color: #ebebeb;
	border: 2px solid #ebebeb;
	text-decoration: none;
}

.h-search {
	width: 100%;
	display: table;
	margin-top: 15px;
}
.h-search .h-searchbox,
.h-search .h-sitemap {
	display: table-cell;
}
.h-search .h-sitemap {
	padding-left: 20px;
}
.h-search .h-sitemap > a {
	color: #fff;
	display: block;
	font-size: 1.2rem;
	padding: 8px 15px 8px 25px;
	height: 2.7em;
	border-radius: 5px;
	position: relative;
}
.h-search .h-sitemap > a:before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 0;
	top: 0;
	margin-bottom: auto;
	margin-top: auto;
}
.h-search .h-sitemap > a:link,
.h-search .h-sitemap > a:visited {
	background-color: #2c8806;
	text-decoration: none;
}
.h-search .h-sitemap > a:hover,
.h-search .h-sitemap > a:active,
.h-search .h-sitemap > a:focus,
.h-search .h-sitemap > a.hover {
	opacity: 0.7;
	text-decoration: none;
}
.h-menu {
	width: 100%;
	display: table;
}
.h-menu .h-menu-home {
	display: table-cell;
	width: 80px;
}
.h-menu .h-menu-home > a > span {
	display: table-cell;
	vertical-align: middle;
}
.h-menu .h-menu-home > a {
	display: table;
	width: 100%;
}
.h-menu .h-menu-gnav {
	display: table-cell;
}
.h-menu .h-menu-gnav .btn {
	display: none;
}
.h-menu .h-menu-gnav ul.gnav {
	width: 100%;
}
.h-menu .h-menu-gnav ul.gnav:after {
	content: "";
	display: block;
	clear: both;
}
.h-menu .h-menu-gnav ul.gnav > li {
	float: left;
	width: 150px;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dt {
	display: block;
	cursor: pointer;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dt > span.tab {
	display: table;
	width: 100%;
	min-height: 74px;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dt > span.tab > span {
	display: table-cell;
	vertical-align: middle;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd {
	background-color: #fff;
	border: 2px solid #2c8806;
	border-radius: 10px;
	margin-top: 3px;
	width: 980px;
	left: 20px;
	padding: 30px 25px;
	display: none;
	position: absolute;
	z-index: 10000;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #2c8806;
	position: absolute;
	top: 0;
}
.h-menu .h-menu-gnav ul.gnav > li.kurashi > dl > dd:before {
	left: 150px;
}
.h-menu .h-menu-gnav ul.gnav > li.kosodate > dl > dd:before {
	left: 300px;
}
.h-menu .h-menu-gnav ul.gnav > li.fukushi > dl > dd:before {
	left: 450px;
}
.h-menu .h-menu-gnav ul.gnav > li.kankou > dl > dd:before {
	left: 600px;
}
.h-menu .h-menu-gnav ul.gnav > li.business > dl > dd:before {
	left: 750px;
}
.h-menu .h-menu-gnav ul.gnav > li.chousei > dl > dd:before {
	left: 900px;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dt > a {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 25px;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dt > a:before {
	border: 4px solid #2c8806;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 14px;
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd {
	margin-top: 20px;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul {
	width: 100%;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul:after {
	content: "";
	display: block;
	clear: both;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li {
	width: 230px;
	margin-left: 2px;
	float: left;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li:nth-child(4n+1) {
	margin-left: 0;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li:nth-child(n+5) {
	margin-top: 5px;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li > a {
	position: relative;
	display: block;
	padding: 5px 0 5px 15px;
}
.h-menu .h-menu-gnav ul.gnav > li > dl > dd > dl > dd > ul > li > a:before {
	border-right: 2px solid #2c8806;
	border-bottom: 2px solid #2c8806;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 12px;
}
.h-menu .h-menu-gnav  .subnav,
.h-menu .h-menu-gnav  .menuclose {
	display: none;
}
}
/* =========================================================
 pageimage
========================================================= */
/* slider
--------------------------------------------------------- */
@media screen and (max-width: 640px) {
}
@media print, screen and (min-width: 641px) {
}
/* =========================================================
 pan
========================================================= */
#pan > ul {
	etter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	width: auto;
}
#pan > ul > li {
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	position: relative;
}
#pan > ul > li:last-child {
	padding: 5px 5px 5px 20px;
}
#pan > ul > li + li:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin-bottom: auto;
	margin-top: auto;
	margin-right: auto;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#pan > ul > li a {
	display: block;
	padding: 5px;
}
#pan > ul > li em {
	font-weight: bold;
}
@media screen and (max-width: 640px) {
#pan {
	width: 100%;
	background-color: #f8f8ef;
	padding: 3px 6px;
}
#pan > ul {
	font-size: 1.0rem;
}
#pan > ul > li + li {
	padding-left: 15px;
}
#pan > ul > li + li:after {
	left: 3px;
}
}
@media print, screen and (min-width: 641px) {
#pan {
	width: 1020px;
	padding: 15px 20px 5px;
	margin: 0 auto;
}
#pan > ul {
	font-size: 1.2rem;
}
#pan > ul > li + li {
	padding-left: 20px;
}
#pan > ul > li + li:after {
	left: 3px;
}
}
/* =========================================================
 readspeaker
========================================================= */
#xp1.rsbtn {
	margin-bottom: 20px;
}
/* =========================================================
 container
========================================================= */
@media screen and (max-width: 640px) {
#container-2col {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
}
#container-3col {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 45px;
}
#container-3col #side-left,
#container-3col #side-right {
	margin-top: 20px;
}
#container-2col #main {
	margin-bottom: 35px;
}
#side > div:last-child {
	margin-bottom: 35px;
}
#container-2col #side {
	padding-bottom: 30px;
}
#container-2col #side > div + div {
	margin-top: 20px;
}
}
@media print, screen and (min-width: 641px) {
#container-2col {
	width: 1020px;
	padding: 15px 20px 100px;
	margin: 0 auto;
	min-height: 350px;
}
#container-3col {
	width: 1020px;
	padding: 30px 20px 70px;
	margin: 0 auto;
}
#container-2col:after,
#container-3col:after  {
	content: "";
	display: block;
	clear: both;
}
#container-3col #main-wrap {
	width: 100%;
	float: left;
}
#container-3col #main {
	margin-right: 250px;
	margin-left: 250px;
	width: 480px;
	display: block;
}
#container-3col #side-left {
	float: left;
	margin-left: -100%;
	width: 220px;
}
#container-3col #side-right {
	float: left;
	margin-left: -220px;
	width: 220px;
}
#container-2col #main {
	width: 730px;
	float: left;
	display: block;
}
#container-2col #side {
	width: 220px;
	float: right;
}
#container-2col #side > div + div {
	margin-top: 30px;
}
}
/* side-menu
--------------------------------------------------------- */
@media screen and (max-width: 640px) {
.side-menu {
	margin-left: -15px;
	margin-right: -15px;
}
.side-menu > dl > dt {
	background-color: #216c02;
	position: relative;
}
.side-menu > dl > dt:before,
.side-menu > dl > dt:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto 0;
}
.side-menu > dl > dt:before {
	width: 12px;
	height: 2px;
	background-color: #fff;
	left: 13px;
}
.side-menu > dl > dt:not(.active):after {
	width: 2px;
	height: 12px;
	background-color: #fff;
	left: 18px;
}
.side-menu > dl > dt > span {
	color: #fff;
	font-size: 1.6rem;
	background-color: #2c8806;
	font-weight: bold;
	border-bottom: 2px solid #216c02;
	display: block;
	margin-left: 40px;
	padding: 15px 15px 12px 15px;
}
.side-menu > dl > dd {
	background-color: #216c02;
	padding: 10px 0;
}
.side-menu > dl > dd a {
	color: #fff;
}
.side-menu > dl > dd > ul > li {
	padding: 10px 10px 10px 15px;
}
.side-menu > dl > dd > ul > li > dl > dt {
	padding: 10px 10px 8px 15px;
}
.side-menu > dl > dd > ul > li > a:not(.rspkr_dr_link):not([href^="http"]):not([href$=".pdf"]):before,
.side-menu > dl > dd > ul > li > dl > dt > a:not(.rspkr_dr_link):not([href^="http"]):not([href$=".pdf"]):before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right: 8px;
}
.side-menu > dl > dd > ul > li > a[href^="http"]:not(.rspkr_dr_link):before,
.side-menu > dl > dd > ul > li > dl > dt > a[href^="http"]:not(.rspkr_dr_link):before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon-outside-link.png) no-repeat 100% 50%;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	margin-right: 5px;
}
.side-menu > dl > dd > ul > li > a[href$=".pdf"]:not(.rspkr_dr_link):before,
.side-menu > dl > dd > ul > li > dl > dt > a[href$=".pdf"]:not(.rspkr_dr_link):before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon-pdf.png) no-repeat 100% 50%;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 5px;
}
.side-menu > dl > dd > ul > li > dl >  dd {
	padding-bottom: 5px;
}
.side-menu > dl > dd > ul > li > dl >  dd > ul > li {
	padding: 8px 8px 8px 35px;
}
.side-menu > dl > dd > ul > li > dl >  dd > ul > li > a:not(.rspkr_dr_link):not([href^="http"]):not([href$=".pdf"]):before {
	content: "";
	background-color: #fff;
	border-radius: 6px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
}
.side-menu > dl > dd > ul > li > dl >  dd > ul > li > a[href^="http"]:not(.rspkr_dr_link):before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon-outside-link.png) no-repeat 100% 50%;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	margin-right: 5px;
}
.side-menu > dl > dd > ul > li > dl >  dd > ul > li > a[href$=".pdf"]:not(.rspkr_dr_link):before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon-pdf.png) no-repeat 100% 50%;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 5px;
}
.side-menu > dl > dd > .side-menu-dd-div-inner {
	margin-top: 10px;
	padding: 0 20px;
}
}
@media print, screen and (min-width: 641px) {
.side-menu > dl > dt {
	color: #fff;
	background-color: #2c8806;
	border-bottom: 4px solid #216c02;
	font-size: 1.6rem;
	padding: 15px 13px 10px;
}
.side-menu > dl > dd {
	background-color: #f8f8ef;
	padding: 10px 0;
}
.side-menu > dl > dd > ul > li {
	padding: 8px 8px 8px 15px;
}
.side-menu > dl > dd > ul > li > dl > dt {
	padding: 8px 8px 5px 0px;
}

.side-menu > dl > dd > ul > li > a:not(.rspkr_dr_link):not([href^="http"]):not([href$=".pdf"]):before,
.side-menu > dl > dd > ul > li > dl > dt > a:not(.rspkr_dr_link):not([href^="http"]):not([href$=".pdf"]):before {
	border-right: 2px solid #2c8806;
	border-bottom: 2px solid #2c8806;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right: 10px;
}
.side-menu > dl > dd > ul > li > a[href^="http"]:not(.rspkr_dr_link):before,
.side-menu > dl > dd > ul > li > dl > dt > a[href^="http"]:not(.rspkr_dr_link):before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon-outside-link.png) no-repeat 100% 50%;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	margin-right: 5px;
}
.side-menu > dl > dd > ul > li > a[href$=".pdf"]:not(.rspkr_dr_link):before,
.side-menu > dl > dd > ul > li > dl > dt > a[href$=".pdf"]:not(.rspkr_dr_link):before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon-pdf.png) no-repeat 100% 50%;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 5px;
}
.side-menu > dl > dd > ul > li > dl >  dd {
	padding-bottom: 5px;
}
.side-menu > dl > dd > ul > li > dl >  dd > ul > li {
	padding: 5px 8px 5px 23px;
}
.side-menu > dl > dd > ul > li > dl >  dd > ul > li > a:not(.rspkr_dr_link):not([href^="http"]):not([href$=".pdf"]):before {
	content: "";
	background-color: #2c8806;
	border-radius: 6px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
}
.side-menu > dl > dd > ul > li > dl >  dd > ul > li > a[href^="http"]:not(.rspkr_dr_link):before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon-outside-link.png) no-repeat 100% 50%;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	margin-right: 8px;
}
.side-menu > dl > dd > ul > li > dl >  dd > ul > li > a[href$=".pdf"]:not(.rspkr_dr_link):before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon-pdf.png) no-repeat 100% 50%;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 8px;
}
.side-menu > dl > dd > .side-menu-dd-div-inner {
	margin-top: 10px;
	padding: 0 15px;
}
}
/* side-aside
--------------------------------------------------------- */
@media screen and (max-width: 640px) {
#side .side-aside {
	display: none;
}
}
@media print, screen and (min-width: 641px) {
#side .side-aside > aside > div + div {
	margin-top: 20px;
}
}
/* =========================================================
 bannerad
========================================================= */
#bannerad figure figcaption {
	text-align: center;
}
#bannerad figure figcaption span {
	font-weight: bold;
}
#bannerad figure ul > li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
#bannerad {
	border-top: 1px solid #c5c5c5;
	background-color: #f8f8ef;
	padding: 15px 0 30px;
}
#bannerad figure {
	width: 260px;
	margin: auto;
}
#bannerad figure figcaption span {
	font-size: 1.4rem;
}
#bannerad figure ul {
	width: 100%;
	margin-top: 20px;
}
#bannerad figure ul:after {
	content: "";
	display: block;
	clear: both;
}
#bannerad figure ul > li {
	width: 123px;
	float: left;
}
#bannerad figure ul > li:nth-child(even) {
	margin-left: 14px;
}
#bannerad figure ul > li:nth-child(n+3) {
	margin-top: 12px;
}
}
@media print, screen and (min-width: 641px) {
#bannerad {
	border-top: 1px solid #e6e8b3;
	background-color: #f8f8ef;
}
#bannerad figure {
	width: 1020px;
	padding: 30px 20px 35px;
	margin: 0 auto;
}
#bannerad figure figcaption span {
	font-size: 1.6rem;
}
#bannerad figure ul {
	width: 100%;
	margin-top: 25px;
}
#bannerad figure ul:after {
	content: "";
	display: block;
	clear: both;
}
#bannerad figure ul > li {
	width: 150px;
	float: left;
	margin-left: 16px;
}
#bannerad figure ul > li:nth-child(6n+1) {
	margin-left: 0;
}
#bannerad figure ul > li:nth-child(n+7) {
	margin-top: 16px;
}
}
/* =========================================================
 footer
========================================================= */
#footer {
	background-color: #f8f8ef;
	width: 100%;
}
#footer .f-assist > ul {
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#footer .f-assist > ul > li {
	display: inline;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#footer .f-assist > ul > li > a {
	position: relative;
	display: inline-block;
	padding: 5px 0 5px 15px;
}
#footer .f-assist > ul > li > a:before {
	border-right: 2px solid #2c8806;
	border-bottom: 2px solid #2c8806;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin-bottom: auto;
	margin-top: auto;
}
#footer .f-address {
	background-color: #e6e8b3;
}
#footer .f-address > address > .f-logo img {
	width: 80px;
}

@media screen and (max-width: 640px) {
#footer {
	border-top: 1px solid #c5c5c5;
}
#footer .f-assist {
	padding: 18px 10px;
	border-bottom: 1px solid #d4d9dc;
}
#footer .f-assist > ul > li {
	margin: auto 10px;
}
#footer .f-address {
	padding: 15px 15px 20px;
}
#footer .f-address > address > .f-logo {
	text-align: center;
	margin-bottom: 10px;
}
#footer .f-address > address > .f-adddetail dt {
	display: none;
}
#footer .f-address > address > .f-adddetail dd {
	text-align: center;
	font-size: 1.0rem;
	margin-top: 3px;
}
}
@media print, screen and (min-width: 641px) {
#footer {
	border-top: 2px solid #e6e8b3;
}
#footer .f-assist {
	width: 1020px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
}
#footer .f-assist > ul {
	margin-top: 25px;
	margin-bottom: 25px;
}
#footer .f-assist > ul > li + li {
	margin-left: 20px;
}
#footer .f-address {
	padding-bottom: 25px;
	padding-top: 30px;
}
#footer .f-address > address {
	display: table;
	width: 1020px;
	padding: 0 20px;
	margin: 0 auto;
}
#footer .f-address > address > .f-logo {
	display: table-cell;
	width: 80px;
}
#footer .f-address > address > .f-adddetail {
	display: table-cell;
	padding-left: 30px;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#footer .f-address > address > .f-adddetail dt {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.2em;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#footer .f-address > address > .f-adddetail dd {
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#footer .f-address > address > .f-adddetail .tel {
	display: inline-block;
	padding-right: 10px;
}
#footer .f-address > address > .f-adddetail .fax {
	display: inline-block;
}
#footer .f-address > address > .f-adddetail .fax + dd {
	display: block;
}
}
/* =========================================================
 copyright
========================================================= */
#copyright {
	color: #fff;
	background-color: #2c8806;
}
@media screen and (max-width: 640px) {
#copyright {
	font-size: 1.1rem;
	text-align: center;
	padding: 10px;
}
}
@media print, screen and (min-width: 641px) {
#copyright {
	width: 100%;
	font-size: 1.2rem;
}
#copyright > small {
	display: block;
	width: 1020px;
	padding: 10px 20px;
	margin: 0 auto;
}
}
/* =========================================================
 page-top
========================================================= */
#pagetop a {
	display: block;
	background: url(../images/icon-pagetop.png) no-repeat 50% 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
#pagetop {
    position: fixed;
	bottom: 15px;
	left: 0;
	right: 5px;
	margin-left: auto;
	width: 56px;
}
#pagetop a {
	width: 56px;
	height: 56px;
	-webkit-background-size: 56px auto;
	background-size: 56px auto;
}
}
@media print, screen and (min-width: 641px) {
#pagetop {
    position: fixed;
	bottom: 15px;
	left: 0;
	right: 15px;
	margin-left: auto;
	width: 77px;
}
#pagetop a {
	width: 77px;
	height: 77px;
	-webkit-background-size: 77px auto;
	background-size: 77px auto;
}
}

@media screen and (max-width: 640px) {
.spnone {
	display: none !important;
}
}
@media print, screen and (min-width: 641px) {
.pcnone {
	display: none !important;
}
}
/* =========================================================
 未対応ブラウザ
========================================================= */
.browser {
  background-color: #d3d3d3;
  padding: 2em 4em;
  color: #333;
  font-size: 12px;
  border-bottom: 1px solid #CCC;
}
.browser a {
  color: #274bd2;
  font-weight: bold;
}
