@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   common
			  - header
					- pagetop
					- footer
					- second

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
 -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body,pre {
	margin: 0;
	padding: 0;
	color: #030000;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
}

a:link {
	color: #006699;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	background: url(../image/header_back.png) repeat-x 0 100%;
}

#header header {
	position: relative;
	width: 1000px;
	height: 92px;
	margin: 0 auto;
}

#header header h1,
#header header p {
	position: absolute;
	top: 20px;
	left: 0;
}

#header header h1 a,
#header header p a {
	display: block;
	width: 458px;
	height: 45px;
	background: url(../image/title.png) no-repeat 0 0;
	background-size: 458px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
}

#header header ul {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header header ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#header header ul li a {
	display: block;
	width: 138px;
	height: 48px;
}

#header header ul li a:hover {
/*	opacity: 1;*/
}

#mddNav {
	width: 100%;
	background: #FFF;
	position: relative;
	z-index: 10;
	background: url(../image/gnavi_back-01.png) repeat-x 0 0;
	background-size: 10px;
}

#mddNav > ul {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	list-style: none;
	text-align: left;
	/*background: url(../image/gnavi_line.png) repeat-y 0 0;*/
}

#mddNav > ul > li {
	width: 203px;
	float: left;
	margin: 0 0 0 -3px;
	padding: 0;
	position: relative;
	background: url(../image/gnavi_line.png) repeat-y 0 0, url(../image/gnavi_line.png) repeat-y 100% 0;
}

#mddNav > ul > li:hover,
#mddNav > ul > li.active {
	background:  url(../image/gnavi_line.png) repeat-y 0 0, url(../image/gnavi_back-02.png) repeat-x 0 0/10px;
}

#mddNav > ul > li > a {
	color: #000000;
 padding-top: 15px;
 padding-bottom: 15px;
	display: block;
	text-align: center;
	transition: all 0.1s linear;
 background: url(../image/line-01.gif) no-repeat 100% center;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.1em;
}

#mddNav > ul > li:last-child > a {
  background-image: none;
}

#mddNav > ul > li:hover a,
#mddNav > ul > li:active a {
  color: #000000;
}

#mddNav li ul li a:hover, #mddNav li ul li a:active {
/*opacity: 1;*/
background-color: #8AB65A;
color: #FFF;
}

#mddNav .mddWrap {
	top: 58px;
	left: 0;
	width: 203px;
	height: auto !important;
	text-align: center;
	background: #fff;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	display: none;
  color: #5890ad !important;
	letter-spacing: 0.05em;
}

#mddNav .mddWrap .mddInner {
	margin: 0 auto;
	text-align: left;
}

#mddNav ul li ul {
	margin: 0;
	padding: 0;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#mddNav ul li ul li {
  color: #5890ad !important;
text-align: left !important;
}

#mddNav ul li ul li a {
display: block;
background-color: #ECF4E3;
padding: 8px 12px;
text-align: left;
border-bottom: 1px solid #CCC;
background-image: none;
color: #000;
text-decoration: none;
}

#mddNav ul li ul li a:hover {
	color: #FFF !important;
}

#mddNav ul li ul li ul {
	border: none;
}

#mddNav ul li ul li ul li a {
padding: 10px 5px 10px 25px;
background: url(../image/arrow-06.png) #FFF no-repeat 15px 13px;
background-size: 6px;
text-align: left !important;
}

#mddNav ul li ul li ul li:last-of-type a {
background: url(../image/arrow-06.png) #FFF no-repeat 15px 13px;
background-size: 6px;
}

#mddNav ul li ul li ul li:last-of-type a:hover, #mddNav ul li ul li ul li:last-of-type a:active {
background-color: #8AB65A;
color: #FFF;
}

#mddNav > ul:after {
	content: " ";
	display: block;
	clear: both;
}

/*#headerBox nav {
	background: url(../image/gnavi_back-01.png) repeat-x 0 0;
	background-size: 10px;
}

#headerBox nav ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: url(../image/gnavi_line.png) repeat-y 0 0;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: 500;
}

#headerBox nav ul li {
	float: left;
	margin: 0 0 0 -3px;
	padding: 0;
	background: url(../image/gnavi_line.png) repeat-y 0 0, url(../image/gnavi_line.png) repeat-y 100% 0;
}

#headerBox nav ul li:hover {
	background:  url(../image/gnavi_line.png) repeat-y 0 0, url(../image/gnavi_back-02.png) repeat-x 0 0/10px;
}

#headerBox nav ul li a {
	display: block;
	width: 203px;
	height: 58px;
	line-height: 56px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#headerBox nav ul li.now {
	background:  url(../image/gnavi_line.png) repeat-y 0 0, url(../image/gnavi_back-02.png) repeat-x 0 0/10px;
}
*/

/*------------------------------------------------------------------------------------------------
  pagetop
--------------------------------------------------------------------------------------------------*/
.pagetop {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footerBox {
	background-color: #6AA330;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

#footer footer {
	width: 500px;
	float: left;
	color: #FFFFFF;
}

#footer footer p {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
}

#footer footer p span {
	font-size: 12px;
	letter-spacing: 0;
}

#footer footer address {
	margin: 20px 0 0;
	font-style: normal;
}

#footer .fInfo {
	width: 500px;
	float: right;
	padding: 12px 0 0;
	text-align: right;
}

#fMenu {
	padding: 18px;
	background-color: #282522;
}

#fMenu ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
}

#fMenu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#fMenu ul li a {
	padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#fMenu ul li::after {
	content: "｜";
	color: #FFFFFF;
}

#fMenu ul li:last-child::after {
	content: "";
}

.copy {
	padding: 12px;
	text-align: center;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#secondTitle {
	position: relative;
	width: 100%;
	height: 110px;
}

#secondTitle h1 {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-right: -50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
	display: block;
	width: 40%;
	padding: 20px 10px;
	text-align: center;
	line-height: 1.4;
	font-size: 28px;
	letter-spacing: 0.1em;
	font-weight: 600;
}

#secondTitle h1 span {
	display: block;
	margin-top: 3px;
	color: #d85f12;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
}

#pan ol {
	width: 1000px;
	margin: 0 auto 10px;
	padding: 10px 0;
	list-style: none;
	text-align: right;
	font-size: 0;
}

#pan ol li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#pan ol li::after {
	content: ">";
	padding: 0 10px;
}

#pan ol li:last-child {
	color: #555555;
}

#pan ol li:last-child::after {
	content: "";
}

#pan ol li a {
	color: #030000;
	text-decoration: none;
}

#second {
	width: 1000px;
	margin: 0 auto;
}

#second .content {
	/*float: right;
	width: 700px;*/
	width: 100%;
	line-height: 2;
	padding: 0 0 40px;
}

#second .content h2 {
 position: relative;
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 5px solid #6AA330;
}

#second .content h2::after {
 position: absolute;
 bottom: -5px;
 left: 0;
 z-index: 2;
 content: '';
 width: 22px;
 height: 5px;
 background-color: #D85F12;
}

#second .content h3 {
 position: relative;
	margin: 0 0 20px;
 padding: 5px 10px 5px 24px;
	background-color: #F6F8F5;
	font-weight: 600;
	font-size: 18px;
}

#second .content h3::after {
 position: absolute;
 top: .5em;
 left: .5em;
 content: '';
 width: 6px;
 height: -webkit-calc(100% - 1em);
 height: calc(100% - 1em);
 background-color: #6AA330;
}

#second .content h3 a {
 float: right;
 margin: 2px 0 0;
 width: 180px;
 font-size: 16px;
 text-decoration: none;
 background-color: #8BCA4D;
 color: #FFF;
 text-align: center;
 border-radius: 5px;
 font-weight: normal;
}

#second .content p {
	margin: 0 0 50px;
}

#second .content ul {
	margin: 0 0 50px;
	padding: 0 10px;
	list-style: none;
}

#second .content ul li {
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	background: url(../image/arrow-04.png) no-repeat 0 8px;
	background-size: 6px;
	line-height: 1.4;
}

#second .sideContent {
	float: left;
	width: 250px;
	font-size: 14px;
}

#second .sideContent ul {
	margin: 0 0 50px;
	padding: 10px;
	list-style: none;
	background-color: #F6F8F5;
}

#second .sideContent ul li {
	margin: 0;
	padding: 0;
	background: url(../image/arrow-01.png) no-repeat 98% 15px;
	background-size: 16px;
}

#second .sideContent ul li a {
	display: block;
	color: #030000;
	text-decoration: none;
	padding: 10px 5px;
	background: url(../image/line-01.png) repeat-x 0 100%;
}

#second .sideContent ul li ul {
	margin: 0;
	padding: 0 0 0 14px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}

#second .sideContent ul li ul li {
	background: none;
}

#second .sideContent ul li ul li a {
	padding: 8px 8px 8px 20px;
	background: url(../image/arrow-03.png) no-repeat 10px 18px;
	background-size: 6px;
}

#second ul.anchorMenu {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	text-align: center;
}

#second ul.anchorMenu li {
	display: inline-block;
	width: 210px;
	margin: 0 5px 20px;
	padding: 0;
	text-align: left;
	background-image: none;
	border: 1px solid #CCC;
}

#second ul.anchorMenu li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}

/*- pager_wrap -------------------------------------------------*/
.pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

.pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px !important;
	padding: 0 !important;
	background-color: #E9F5DC !important;
	text-align: center;
	background-image: none !important;
}

.pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	color: #000;
}

.pager_wrap ul.pager li.active {
	background-color: #6AA330 !important;
	display: block;
	padding: 10px 15px !important;
	color: #FFFFFF;
}

.pager_wrap ul.pager li.active a:link, .pager_wrap ul.pager li.active a:visited,
.pager_wrap ul.pager li.active a:hover, .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

/*- pn_pager -------------------------------------------------*/
.pn_pager {
padding: 0 0 30px;
}

.pn_pager .prev {
width:50%;
float:left;
}

.pn_pager .next {
width:50%;
float:right;
text-align: right;
}



