@charset "utf-8";

/* ===================================

    RESET

=================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0;
}
img {
	border-style: none;
	vertical-align: top;
}
ol,ul {
	list-style: none;
}
caption {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}


/* ===================================

    ALL

=================================== */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #313131;
	min-width: 1090px;
	_display: inline;
	_zoom: 1;
}

a { color: #007110; text-decoration: none; outline: none;}
a:hover { color: #007110; text-decoration: underline;}


/* ===================================

    STRUCTURE

=================================== */
.wrapper {
	width: 990px;
	margin: 0px auto;
}
.nodisplay { display: none;}

/* 220805_PC/SP表示切り替え用CSS */
.pc_block {
	display: block !important;
}
.pc_inline {
	display: inline !important;
}
.sp_block {
	display: none !important;
}
.sp_inline {
	display: none !important;
}

/* ===================================

    LANGUAGE_BAR

=================================== */
#langBar { background: #000000; padding: 3px 0px; text-align: right;}
	#langBar li {
		background: url(../img/langbar_arw.gif) no-repeat left center;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin-left: 15px;
		padding-left: 10px;
	}
	#langBar li a { color: #FFFFFF; text-decoration: none; outline: none;}
	#langBar li a:hover { color: #FFFFFF; text-decoration: underline;}


/* ===================================

    HEADER_221202修正

=================================== */
#header {
	padding: 20px 0;
}
#header .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.headerTools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.hNav,
#fontSize {
	border-left: 1px solid #dcdcdc;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
}
.hNav li {
	background: url(../img/hnav_arw.gif) no-repeat left center;
	float: left;
	padding-left: 10px;
}
.hNav li:not(:first-child) {
	margin-left: 15px;
}
#fontSize li {
	float: left;
	color: #007110;
}
#fontSize li:not(:first-child) {
	margin-left: 5px;
}
#fontSize li.btn img {
	cursor: pointer;
}
.logo02 {
	border-left: 1px solid #dcdcdc;
	padding: 5px 0 5px 20px;
}

/* ===================================

    GNAV

=================================== */
#gNav { background: #007110;}

	#gNav ul {
		background: url(../img/gnav_line.gif) no-repeat right center;
	}
	#gNav li {
		background: url(../img/gnav_line.gif) no-repeat left center;
		float: left;
		width: 165px;
		text-align: center;
	}
	#gNav a { color: #fff; text-decoration: none; outline: none; padding: 15px 0px; display: block;}
	#gNav a:hover { color: #fff; text-decoration: none; background: url(../img/gnav_arw.gif) no-repeat center bottom;}
	#gNav #current { background: url(../img/gnav_arw.gif) no-repeat center bottom;}

#gNav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}


/* ===================================

    COMMONAREA01

=================================== */
#cmnArea01 {
	background: #c4d894;
	padding: 20px 0px;
}
#cmnArea01 .wrapper {
	width: 990px;
	overflow: hidden;
}
	#cmnArea01 .Outer {
		width: 1020px;
		zoom: 100%;
	}
		#cmnArea01 .col {
			float: left;
			width: 310px;
			padding-right: 30px;
		}
			#cmnArea01 .col .ttl {
				font-size: 129%;
				margin-bottom: 10px;
			}

#cmnArea01 a { color: #0a4106; text-decoration: none; outline: none; background: #FFFFFF; display: block;}
#cmnArea01 a:hover { color: #fff; text-decoration: underline;}


/* ===================================

    COMMONAREA02

=================================== */
#cmnArea02 {
	background: #78a509;
	padding: 20px 0px 10px 0px;
	color: #FFF;/* 221202修正 */
}
#cmnArea02 .wrapper {
	width: 990px;
	overflow: hidden;
}
	#cmnArea02 .Outer {
		width: 1020px;
		zoom: 100%;
	}
		#cmnArea02 .col {
			float: left;
			width: 225px;
			padding-right: 30px;
		}
			#cmnArea02 .col .ttl {
				margin-bottom: 10px;
				font-weight: bold;
				line-height: 18px
			}
			#cmnArea02 .col .footerMenu {
				margin-bottom: 10px;
				font-size: 86%;
				line-height: 12px
			}

#cmnArea02 a { color: #fff; text-decoration: none; outline: none;}/* 221202修正 */
#cmnArea02 a:hover { text-decoration: underline;}

#cmnArea02 .subLink {
	border-top: 1px solid #AEC96B;
	padding-top: 15px;
	margin-top: 10px;
	line-height: 35px;
	font-size: 86%;
}


/* ===================================

    FOOTER

=================================== */
#copy {
	background: #007110;
	color: #FFFFFF;
	padding: 15px 0px;
	font-size: 86%;
	line-height: 18px;
}


/* ===================================

    PAGETOP

=================================== */
#page-top {
	position: fixed;
	bottom: 60px;
	right: 10px;
}


/* ===================================

    SIDEBAR

=================================== */
#sideBar .sNav {
	margin-bottom: 10px;
}
	#sideBar .sNav h3 {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 129%;
	}
	#sideBar .sNav h3 a { color: #FFFFFF; text-decoration: none; display: block; background: #78A509 url(../img/snav_arw.gif) no-repeat 10px center; padding: 10px 10px 10px 20px;}
	#sideBar .sNav h3 a:hover { color: #FFFFFF; text-decoration: underline;}
	#sideBar .sNav ul {
		border-left: 1px solid #CDCCCC;
		border-right: 1px solid #CDCCCC;
		border-bottom: 1px solid #CDCCCC;
		padding: 0px 9px;
	}
	#sideBar .sNav ul li {
		font-weight: bold;
		line-height: 1.2;
	}
	#sideBar .sNav ul a { color: #313131; text-decoration: none; display: block; padding: 10px 0px;}
	#sideBar .sNav ul a:hover { color: #313131; text-decoration: underline;}

	#sideBar .sNav ul.cld {
		border-left: none;
		border-right: none;
		border-bottom: none;
		padding: 0px;
	}
	#sideBar .sNav ul.cld li {
		font-weight: normal;
	}
	#sideBar .sNav ul.cld a { background: url(../img/arws_gr01.gif) no-repeat left 5px; padding: 0px 0px 8px 10px;}

	#sideBar .sBnr li { padding-bottom: 10px;}


/* ===================================

    CATCH

=================================== */
.catchArea {
	text-align: center;
	padding-bottom: 30px;
}
	.catchArea .h2 {
		font-size: 257%;
		line-height: 1.3;
	}
	.catchArea .h3 {
		font-size: 157%;
		line-height: 1.3;
	}


/* ===================================

    TITLE

=================================== */
#pgTtl {
	border-bottom: 1px solid #ECECEC;
	background: #F5F5F5;
	padding: 40px 0px;
	font-size: 257%;
	line-height: 1.3;
	text-align: center;
}
#spTtl {
	border-bottom: 1px solid #ECECEC;
	background: #F5F5F5;
	padding: 40px 0px;
	font-size: 257%;
	line-height: 1.3;
	text-align: center;
}
	#spTtl .sub {
		font-size: 60%;
	}
.sh00 {
	padding-bottom: 25px;
	color: #000000;
	font-size: 214%;
	line-height: 1.3;
}
.sh01Gr {
	background: #78A509;
	padding: 5px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 129%;
	line-height: 1.3;
}
.sh01Pk {
	background: #EB6877;
	padding: 5px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 129%;
	line-height: 1.3;
}
.sh01Bl {
	background: #00A0E9;
	padding: 5px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 129%;
	line-height: 1.3;
}
.sh02 {
	padding-bottom: 10px;
	color: #007110;
	font-weight: bold;
	font-size: 143%;
	line-height: 1.3;
}
.ssh01 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 114%;
	line-height: 1.3;
}
.ssh01.line {
	border-bottom: 1px solid #A0A0A0;
	padding-bottom: 5px;
}


/* ===================================

    LIST

=================================== */
.numberList { }
.numberList li { list-style: decimal outside; margin-left: 30px;}
/*
.discList { }
.discList li { list-style: disc outside; margin-left: 30px;}
*/
.stripeList { }
	.stripeList li { float: left; width: 50%;}
	.stripeList li.li01 { background: #f5f5f5;}


/* ===================================

    LINK_TEXT

=================================== */
.arwLink01 { }
	.arwLink01 li { line-height: 1.5;}
	.arwLink01 a { color: #313131; display: block; background: url(../img/arws_gr01.gif) no-repeat left 10px; padding: 3px 0px 3px 10px;}

.arwLink02 { }
	.arwLink02 li { line-height: 1.5;}
	.arwLink02 a { display: block; background: url(../img/arw_gr01.gif) no-repeat left 10px; padding: 3px 0px 3px 15px;}

.footLink { border-top: 1px solid #a0a0a0; padding-top: 20px;}
	.footLink li { text-align: right; font-weight: bold; font-size: 114%;}
	.footLink li a { color: #007110; background: url(../img/arw_gr01.gif) no-repeat right 8px; padding: 3px 15px 3px 0px;}

.pdfLink {
	background: url(../img/icon_pdf.gif) no-repeat left 3px;
	padding-left: 50px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}



/* ===================================

    BUTTON

=================================== */
.linkBtn { width: 310px;}
	.linkBtn span {
		display: block;
		text-align: center;
	}
	.linkBtn span.left {
		text-indent: 10px;
		text-align: left;
	}

.bPink01 a {
	background: #eb6877;
	padding: 10px 0px;
	color: #FFFFFF;
	display: block;
	font-size: 114%;
}
.bBlue01 a {
	background: #00a0e9;
	padding: 10px 0px;
	color: #FFFFFF;
	display: block;
	font-size: 114%;
}
.bWhite01 a {
	background: #FFFFFF;
	padding: 10px 0px;
	color: #000000;
	display: block;
	font-size: 114%;
}
.bGreen01 a {
	background: #007110;
	padding: 10px 0px;
	color: #FFFFFF;
	display: block;
	font-size: 114%;
}
.bGray01 a {
	background: #434343;
	padding: 10px 0px;
	color: #FFFFFF;
	display: block;
	font-size: 114%;
}
.bLGreen01 a {
	background: #78a509;
	padding: 10px 0px;
	color: #FFFFFF;
	display: block;
	font-size: 114%;
}


/* ===================================

    COMMON_ELEMENTS

=================================== */
.pd01 { padding-bottom: 10px;}
.pd02 { padding-bottom: 20px;}
.pd03 { padding-bottom: 30px;}
.mg02 { margin-bottom: 20px;}
.mg03 { margin-bottom: 30px;}
.mg05 { margin-bottom: 50px;}

.bd01 { border-bottom: 1px solid #D9D9D9;}
.bd02 { border-bottom: 1px dotted #FFFFFF;}

.empArea01 { border: 5px solid #e7e7e7; background: #FFFFFF; padding: 30px;}
.empArea02 { border: 5px solid #007110; background: #FFFFFF; padding: 30px;}
.grayArea01 { background: #EDEDED; padding: 10px;}
.greenArea01 { background: #007110; padding: 30px; color: #FFFFFF;}

.alignCenter { text-align: center;}

.anqPoint {
	padding-top: 100px;
	margin-top: -100px;
	display: block;
}
.noPage {
	padding: 100px 0px;
	text-align: center;
}

/*
.mg01 { margin-bottom: 10px;}
.mg02 { margin-bottom: 20px;}
.line01 { border-top: 1px solid #EEEEEE; height: 1px; overflow: hidden;}
.anqPoint { padding-top: 120px;}
.btnArea {
	padding: 30px 0px;
	text-align: center;
}
.tTop {
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	padding-top: 10px;
	clear: both;
}
*/


/* ===================================

    FONT

=================================== */
.f12 { font-size: 86%;}
.f14 { font-size: 100%;}
.f16 { font-size: 114%;}
.f18 { font-size: 129%;}
.f20 { font-size: 143%;}
.f24 { font-size: 171%;}
.lh18 { line-height: 1.8;}
.txtIdt01 { padding-left: 10px;}

.fGreen { color: #007110;}
.fGreen2 { color: #00b050;}
.fPink { color: #eb6877;}
.fBlue { color: #00a0e9;}
.fWhite { color: #FFFFFF;}
.fGray { color: #9C9C9C;}
.fRed { color: #FF0000;}
.fRed2 { color: #c00000;}

/*
.f16 { font-size: 16px; line-height: 24px;}
.emp02 { color: #A40000;}
*/


/* ===================================

    CLEARFIX

=================================== */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html .clearfix {
	display: inline-block;
}

/* for IE7 */
*+html .clearfix {
	display: inline-block;
}



/* ===================================

    WP_DEFAULT_STYLE

=================================== */
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
