@charset "utf-8";
/*------------------------------------------------------------
Default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Helvetica,Arial,sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
	text-decoration: none;
}

a:hover {
	color: #040404;
	text-decoration: underline;
}

a:active {
	color: #040404;
	text-decoration: underline;
}

/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #101010;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 132px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	
	body.fixed {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		overflow-y: scroll;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#main {
		margin-bottom: 70px;
	}
}

.fNavi sup,
.naviList sup
{
  font-size: 10px;
  transform: scale(.8);
  width: 14px;
  transform-origin: left center;
  display: inline-block;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
.leadBox {
	position: relative;
}

#gHeader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1200px;
	background-color: #FFF;
	box-sizing: border-box;
}

#gHeader .hTop {
	padding: 10px 28px 10px 28px;
}

#gHeader .hTop h1,
#gHeader .hTop .logo {
	margin-right: 25px;
	float: left;
}

#gHeader .hTop h1,
#gHeader .hTop .logo {
	width: 403px;
}

.logo-list
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 71px;
}

.logo-list li:first-child
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-right: 20px;
}

.logo-list li:first-child:after
{
	content: "";
	display: block;
	width: 0;
	height:40px;
	padding-left: 20px;
	border-right: solid 1px #e6e7e8;
}

#gHeader .hTop .languageUl {
	margin-top: 29px;
	width: 300px;
	float: left;
}

#gHeader .languageUl li {
	margin-right: 7px;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #323232;
}

#gHeader .languageUl li:last-child {
	margin-right: 0;
	border-right: none;
}

#gHeader .languageUl li a {
	margin-right: 9px;
	display: block;
	color: #323232;
	font-size: 13px;
	line-height: 1;
}

#gHeader .hTop .hLink {
	margin-top: 24px;
	width: 408px;
	float: right;
}

#gHeader .hLink .search {
	width: 243px;
	float: left;
}

#gHeader .hLink .search .ttl {
	margin-top: 7px;
	width: 88px;
	float: left;
	color: #323232;
	font-size: 13px;
}

#gHeader .hLink .search ul {
	width: 152px;
	float: right;
}

#gHeader .search li {
	width: 122px;
	float: left;
}

#gHeader .search li input {
	padding: 5px 8px;
	width: 100%;
	height: 30px;
	color: #323232;
	font-size: 13px;
	line-height: 1.5;
	word-break: break-all;
	border-radius: 0;
	border: none;
	background: #F3F4F6;
	-webkit-appearance: none;
	box-sizing: border-box;
}

#gHeader .search .btn {
	width: 30px;
}

#gHeader .search .btn input {
	background: url(../image/common/search_btn.png) no-repeat center center;
	background-size: 30px 30px;
	cursor: pointer;
}

#gHeader .hLink .search .btn input:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .hLink .linkUl {
	margin: 7px -4px 0 0;
	width: 164px;
	float: right;
	text-align: right;
}

#gHeader .hLink .linkUl li {
	margin: 0 11px 0 12px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	#gHeader {
		position: relative;
		left: inherit;
		top: inherit;
		z-index: 10;
	}

	#gHeader.fix {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
	}
		
	#gHeader .hBox {
		width: auto;
	}

	#gHeader .hTop {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 55px;
		padding: 5px 14px 5px 20px;
		position: relative;
		border-bottom: 1px solid #EAEAEA;
	}
	
	#gHeader .hTop h1,
	#gHeader .hTop .logo {
		margin-right: 0;
		float: left;
	}
	
	#gHeader .hTop h1,
	#gHeader .hTop .logo {
		width: 277px;
		height: 45px;
	}
	#gHeader .hTop h1 img,
	#gHeader .hTop .logo img
	{
		width: 100%;
		height: auto;
	}
	.logo-list
	{
		height: 100%;
	}
	.logo-list li:first-child
	{
		width: 148px;
		margin-right: 12px;
	}
	.logo-list li:first-child:after
	{
		padding-left: 12px;
		height: 24px;
	}
	.logo-list li:last-child
	{
		width: 104px;
	}
	
	#gHeader .hTop .languageUl {
		display: none;
	}

	#gHeader .languageUl {
		margin-bottom: 50px;
		margin-top: 20px;
		text-align: center;
	}
	
	#gHeader .languageUl li {
		margin-right: 0;
		text-align: center;
		border-bottom: none;
		border-right: 2px solid #323232;
	}
	
	#gHeader .languageUl li a {
		margin: 0 26px;
		padding: 0;
		font-size: 14px;
		background: none;
	}
	
	#gHeader .hTop .hLink {
		display: none;
	}

	#gHeader .search {
		margin: 0 20px 10px;
	}

	#gHeader .search li {
		width: calc(100% - 40px);
		border-bottom: none;
	}

	#gHeader .search li input {
		padding: 5px 15px;
		height: 40px;
		font-size: 12px;
	}

	#gHeader .search li input::-webkit-input-placeholder {
		color: #C2C2C2;
		opacity: 1;
		font-weight: bold;
	}

	#gHeader .search li input:-moz-placeholder {
		color: #C2C2C2;
		opacity: 1;
		font-weight: bold;
	}

	#gHeader .search li input::-moz-placeholder {
		color: #C2C2C2;
		opacity: 1;
		font-weight: bold;
	}

	#gHeader .search li input:-ms-input-placeholder {
		color: #C2C2C2;
		opacity: 1;
		font-weight: bold;
	}

	#gHeader .search .btn {
		width: 40px;
	}
	
	#gHeader .search .btn input {
		background-image: url(../image/common/sp_search_btn.png);
		background-size: cover;
	}

	#gHeader .hLink .linkUl {
		display: none;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 19px 10px 20px;
	border-top: 1px solid #EAEAEA;
}

#gNavi ul {
	text-align: center;
}

#gNavi li {
	margin: 0 18px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#gNavi li a {
	display: block;
	position: relative;
	color: #323232;
	text-decoration: none;
}

#gNavi li a:before {
	display: none;
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background-color: #0CA001;
	
	content: "";
}

#gNavi li a:hover {
	color: #3F9520;
}

@media all and (min-width: 768px) {
	#gHeader .menu {
		display: none !important;
	}
		
	#gNavi .subNavi {
		display: none !important;
	}

}
@media screen and (max-width: 767px) {
	#gHeader .menu {
		position: absolute;
		right: 15px;
		bottom: 10px;
	}
	
	#gHeader .menu a.on {
		width: 26px;
		height: 33px;
		display: block;
		background: url(../image/common/close.png) no-repeat center center;
		background-size: 26px auto;
	}
	
	#gHeader .menu a.on img {
		visibility: hidden;
	}
	
	#gNavi {
		display: none;
		padding: 10px 0 20px;
		width: 100%;
		height: calc(100% - 55px);
		position: fixed;
		left: 0;
		top: 55px;
		overflow: auto;
		border-top: none;
		border-bottom: 1px solid #EAEAEA;
		background: #FFF;
		z-index: 1000;
	}
	
	#gNavi ul {
		text-align: left;
	}
	
	#gNavi li {
		margin: 0;
		display: block;
		font-size: 14px;
		text-align: left;
		border-bottom: 1px solid #EAEAEA;
	}
	
	#gNavi .naviList li:first-child {
		border-top: 1px solid #EAEAEA;
	}
	
	#gNavi li a {
		padding: 20px 20px 18px;
		color: #323232;
		background: url(../image/common/icon04.png) no-repeat right 20px center;
		background-size: 8px auto;
	}
	
	#gNavi li a:before {
		display: none !important;
	}

	#gNavi li a:hover {
		color: #323232;
	}
		
	#gNavi li .ttl {
		position: relative;
	}
		
	#gNavi li .ttl a {
		background: none;
	}
			
	#gNavi li .ttl .icon {
		position: absolute;
		right: 1px;
		top: 7px;
		width: 45px;
		height: 45px;
		background: url(../image/common/icon04.png) no-repeat center center;
		background-size: 8px auto;
	}
			
	#gNavi li .ttl.on .icon {
		background-image:url(../image/common/icon05.png);
		background-size: 14px auto;
	}
	
	#gNavi .subNavi {
		display: none;
	}
	
	#gNavi .subNavi li:last-child {
		border-bottom: none;
	}
	
	#gNavi .subNavi li a {
		padding: 10px 20px;
		background: none;
	}
			
	#gNavi .subNavi li .ttl .icon {
		top: 0;
	}
	
	#gNavi .subNavi .sub {
		display: none;
	}
	
	#gNavi .subNavi .sub li a {
		font-size: 12px;
	}

}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
	padding: 73px 0 27px;
	position: relative;
	background-color: #363636;
}

#gFooter .pageTop {
	display: none;
	height: 62px;
	position: absolute;
	right: 0;
	top: -62px;
	z-index: 1000;
}

#gFooter .pageTop.fix {
	position: fixed;
	right: 0;
	top: auto;
	bottom: 0;
}

#gFooter .pageTop a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .pageTop img {
	width: 62px;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 1200px;
}

#gFooter .naviBox {
	margin-bottom: 85px;
}

#gFooter .naviBox .fNavi {
	margin-right: 57px;
	width: 155px;
	float: left;
}

#gFooter .naviBox .fNavi:nth-child(6n) {
	margin-right: 0;
	width: 134px;
	float: right;
}

#gFooter .naviBox .fNavi li {
	margin-bottom: 22px;
}

#gFooter .naviBox .fNavi li:last-child {
	margin-bottom: 0;
}

#gFooter .naviBox .fNavi li a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#gFooter .naviBox .fNavi li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .naviBox .wid01 {
	margin-right: 22px;
}

#gFooter .naviBox .wid02 {
	margin-right: 33px;
}

#gFooter .naviBox .wid03 {
	margin-right: 7px;
	width: 280px;
}

#gFooter .naviBox .wid04 {
	margin-right: 20px;
}

#gFooter .naviBox .naviList {
	margin-top: 20px;
}

#gFooter .naviBox .naviList li {
	margin-bottom: 15px;
}

#gFooter .naviBox .naviList li a {
	font-weight: normal;
}

#gFooter .naviBox .subNavi {
	margin: 15px 0 0 14px;
}

#gFooter .naviBox .fNavi:nth-child(6n) .naviList {
	margin-bottom: 40px;
}

#gFooter p {
	color: #A0A0A0;
	font-size: 12px;
	text-align: center;
}

#gFooter .policyText {
	margin-bottom: 18px;
	letter-spacing: 0.5px;
	text-align: center;
}

#gFooter .policyText a {
	margin: 0 2px;
	color: #A0A0A0;
}

@media screen and (max-width: 767px) {
	#gFooter {
		padding: 40px 0 27px;
	}
	
	#gFooter .pageTop {
		height: 45px;
		top: -45px;
	}
	
	#gFooter .pageTop img {
		width: 45px;
	}
	
	#gFooter .pageTop.fix {
		top: auto;
	}
	
	#gFooter .fBox {
		width: auto;
	}
	
	#gFooter .naviBox {
		margin-bottom: 37px;
		border-top: 2px solid #9E9E9E;
	}
	
	#gFooter .naviBox .fNavi {
		margin-right: 0 !important;
		width: auto !important;
		float: none !important;
	}
	
	#gFooter .naviBox .fNavi li {
		margin-bottom: 0 !important;
	}

	#gFooter .naviBox .fNavi li a {
		padding: 20px 20px 17px;
		display: block;
		text-decoration: none;
		border-bottom: 2px solid #9E9E9E;
		background: url(../image/common/icon07.png) no-repeat right 20px center;
		background-size: 8px auto;
		font-weight: bold !important;
	}
		
	#gFooter .naviBox .fNavi li .ttl {
		position: relative;
	}
		
	#gFooter .naviBox .fNavi li .ttl a {
		background: none;
	}
			
	#gFooter .naviBox .fNavi li .ttl .icon {
		position: absolute;
		right: 2px;
		top: 7px;
		width: 45px;
		height: 45px;
		background: url(../image/common/icon07.png) no-repeat center center;
		background-size: 8px auto;
	}
			
	#gFooter .naviBox .fNavi li .ttl.on .icon {
		background-image: url(../image/common/icon05.png);
		background-size: 14px auto;
	}
	
	#gFooter .naviBox .naviList {
		display: none;
		margin-top: 0;
	}
	
	#gFooter .naviBox .naviList li a {
		padding: 10px 20px;
		background: none;
	}
			
	#gFooter .naviBox .fNavi .naviList li .ttl .icon {
		top: 0;
	}
	
	#gFooter .naviBox .fNavi:nth-child(6n) .naviList {
		margin-bottom: 0;
	}
	
	#gFooter .naviBox .subNavi {
		display: none;
		margin: 0;
	}
	
	#gFooter .naviBox .subNavi li a {
		font-size: 12px;
	}

	#gFooter p {
		font-size: 11px;
	}
	
	#gFooter .policyText {
		margin-bottom: 8px;
		letter-spacing: 0;
	}
	
	#gFooter .policyText a {
		margin: 0 3px;
		text-decoration: none;
	}
	
	#gFooter .policyText a span {
		margin-right: 3px;
	}
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* Text position */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* Font size(plus) */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* Font size(minus) */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* Font weight */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	Fine adjustment class(*Don't use much)
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	General style
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 80px;
	width: 100%;
	height: 429px;
	display: table;
	table-layout: fixed;
	background: url(../image/common/page_title_bg01.jpg) no-repeat center center;
	background-size: cover;
}

.pageTitle .inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.pageTitle h1,
.pageTitle .appTitle {
	margin: 0 auto;
	padding-top: 162px;
	width: 1100px;
}

@media screen and (max-width: 767px) {
	.pageTitle {
		margin-bottom: 35px;
		height: 150px;
		background-image: url(../image/common/sp_page_title_bg01.jpg);
	}
	
	.pageTitle h1,
	.pageTitle .appTitle {
		padding: 3px 20px 0;
		width: auto;
	}
	
	.pageTitle h1 img,
	.pageTitle .appTitle img {
		height: 37px;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#main .content {
	margin: 0 auto;
	width: 1110px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 75px;
	position: relative;
	font-size: 28px;
	text-align: center;
}

#main .headLine01:before {
	margin-left: -45px;
	width: 90px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: -12px;
	background-color: #409520;
	
	content: "";
}

#main .headLine01 sup {
	margin: 4px 2px 0;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 29px;
	font-size: 26px;
}

#main .headLine02 .time {
	margin: -1px 0 1px;
	display: block;
	font-size: 14px;
	font-weight: normal;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin-bottom: 18px;
	color: #2B6815;
	font-size: 26px;
	text-align: center;
}

#main .headLine03 sup {
	font-size: 15px;
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
#main .headLine04 {
	margin-bottom: 13px;
	font-size: 20px;
	text-align: center;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
#main .headLine05 {
	margin-bottom: 27px;
	font-size: 20px;
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
#main .headLine06 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

#main .headLine06 sup {
	font-size: 8px;
}

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
#main .headLine07 {
	margin-bottom: 60px;
	padding: 31px 0 22px;
	color: #2B6815;
	font-size: 26px;
	letter-spacing: 1px;
	border-top: 2px solid #D2D2D2;
	border-bottom: 2px solid #D2D2D2;
}

#main .headLine07 .sm {
	margin: 8px 0 0 56px;
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	/*------------------------------------------------------------
		content
	------------------------------------------------------------*/
	#main .content {
		margin: 0 20px;
		width: auto;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 35px;
		font-size: 19px;
	}
	
	#main .headLine01:before {
		margin-left: -30px;
		width: 60px;
		height: 3px;
		bottom: -5px;
	}
	
	#main .headLine01 sup {
		margin: 2px 0 0;
		font-size: 10px;
	}
		
	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 19px;
		font-size: 16px;
		line-height: 1.45;
	}
	
	#main .headLine02 .time {
		margin: -3px 0 4px;
		font-size: 12px;
	}
		
	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	#main .headLine03 {
		margin-bottom: 18px;
		font-size: 19px;
	}
	
	#main .headLine03 sup {
		font-size: 11px;
	}
		
	/*------------------------------------------------------------
		headLine04
	------------------------------------------------------------*/
	#main .headLine04 {
		margin-bottom: 24px;
		font-size: 15px;
	}
		
	/*------------------------------------------------------------
		headLine05
	------------------------------------------------------------*/
	#main .headLine05 {
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
	}
		
	/*------------------------------------------------------------
		headLine06
	------------------------------------------------------------*/
	#main .headLine06 {
		margin-bottom: 15px;
		font-size: 15px;
		letter-spacing: 0;
	}
	
	#main .headLine06 sup {
		font-size: 8px;
	}

	/*------------------------------------------------------------
		headLine07
	------------------------------------------------------------*/
	#main .headLine07 {
		margin: 0 -20px 41px;
		padding: 23px 20px 25px;
		font-size: 18px;
		letter-spacing: 0;
		border-top: 2px solid #F3F3F3;
		border-bottom: 2px solid #F3F3F3;
	}
	
	#main .headLine07 .sm {
		margin: 10px 0 0;
		display: block;
		font-size: 13px;
	}
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
#main .comBtn a {
	padding: 10px 10px 10px 55px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	background: url(../image/common/icon14.png) no-repeat left center;
}

#main .comBtn a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#main .comBtn a {
		padding: 5px 5px 5px 35px;
		display: block;
		font-size: 12px;
		background-size: 25px auto;
	}
}

/*------------------------------------------------------------
	comSpBtn
------------------------------------------------------------*/
#main .comSpBtn {
	display: none;
}

@media screen and (max-width: 767px) {
	#main .comSpBtn {
		margin-bottom: 55px;
		display: block;
	}
	
	#main .comSpBtn a {
		margin: 0 auto;
		padding: 14px 10px 11px;
		max-width: 360px;
		display: block;
		font-size: 12px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #000;
		background: url(../image/common/icon18.png) no-repeat right 9px center;
		background-size: 15px auto;
	}
}

/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
#main .comLinkUl {
	margin-bottom: 155px;
	font-size: 0;
	text-align: center;
}

#main .comLinkUl li {
	margin: 0 41px;
	width: 380px;
	display: inline-block;
	vertical-align: top;
}

#main .comLinkUl li a {
	padding: 22px 5px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	border: 2px solid #000;
}

#main .comLinkUl li a:hover {
	color: #FFF;
	border-color: #0AA000;
	background-color: #0AA000;
}

@media screen and (max-width: 767px) {
	#main .comLinkUl {
		margin: 0 auto 89px;
		max-width: 335px;
	}
	
	#main .comLinkUl li {
		margin: 0 0 15px;
		width: auto;
		display: block;
	}
	
	#main .comLinkUl li:last-child {
		margin: 0;
	}
	
	#main .comLinkUl li a {
		padding: 13px 5px;
		font-size: 12px;
		border: 1px solid #000;
	}
	
	#main .comLinkUl li a:hover {
		color: #000;
		border-color: #000;
		background-color: #FFF;
	}
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
#main .comLinkList {
	margin-bottom: 76px;
}

#main .comLinkList li {
	width: 20%;
	min-height: 100px;
	float: left;
	display: table;
	table-layout: fixed;
}

#main .comLinkList li a {
	padding: 10px 5px 6px;
	display: table-cell;
	color: #2B6815;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.44;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #C6DDC0;
}

#main .comLinkList li:nth-child(2n) a {
	background-color: #DBEAD7;
}

#main .comLinkList li sup {
	font-size: 9px;
}

#main .comLinkList li a:hover {
	color: #FFF;
	background-color: #409520;
}

@media screen and (max-width: 767px) {
	#main .comLinkList {
		margin: -10px 0 47px;
		font-size: 0;
		text-align: center;
	}
		
	#main .comLinkList li {
		margin-top: 10px;
		width: 33.33%;
		min-height: inherit;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
		
	#main .comLinkList li a {
		padding: 7px 0;
		display: block;
		font-size: 12px;
		line-height: 1.5;
	}
		
	#main .comLinkList li sup {
		font-size: 6px;
	}	
	
	#main .comLinkList li a:hover {
		color: #2B6815;
		background-color: #C6DDC0;
	}
		
	#main .comLinkList li:nth-child(2n) a:hover {
		background-color: #DBEAD7;
	}

}
@media (min-width: 320px) and (max-width: 374px) {
	#main .comLinkList li br {
		display: none;
	}
}

/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
#main .comTextBox {
	padding: 63px 10px 30px;
	min-height: 180px;
	background-color: #F3F3F3;
	box-sizing: border-box;
}

#main .comTextBox p {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}

#main .comTextBox p sup {
	font-size: 12px;
}

#main .comTextBox p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#main .comTextBox {
		padding: 26px 10px 24px;
		min-height: inherit;
	}
	
	#main .comTextBox p {
		font-size: 13px;
		line-height: 1.65;
	}
		
	#main .comTextBox p sup {
		font-size: 8px;
	}
}

/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
#main .pageList {
	margin-top: 64px;
	padding-top: 12px;
	height: 45px;
	position: relative;
	border-top: 2px solid #EAEAEA;
	box-sizing: border-box;
}

#main .pageList li a {
	text-decoration: none;
}

#main .pageList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .pageList .prev {
	float: left;
}

#main .pageList .prev a,
#main .pageList .next a {
	padding: 5px 0 0 23px;
	display: inline-block;
	font-size: 17px;
	background: url(../image/common/icon10.png) no-repeat left center;
	background-size: 10px 12px;
}

#main .pageList .next {
	float: right;
}

#main .pageList .next a {
	padding: 5px 23px 0 0;
	background: url(../image/common/icon11.png) no-repeat right center;
	background-size: 10px 12px;
}

#main .pageList .back {
	margin-left: -92px;
	width: 184px;
	position: absolute;
	left: 50%;
	top: 77px;
}

#main .pageList .back a {
	padding: 13px 5px 12px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #000;
}

#main .pageList .back a:hover {
	color: #FFF;
	border-color: #0AA000;
	background-color: #0AA000;
	filter: alpha(opacity=100);
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#main .pageList {
		margin-top: 32px;
		padding-top: 7px;
		height: 35px;
		border-top: 1px solid #EAEAEA;
	}
	
	#main .pageList .prev a,
	#main .pageList .next a {
		padding: 3px 0 0 13px;
		font-size: 15px;
		background-size: 7px auto;
	}
	
	#main .pageList .next a {
		padding: 3px 13px 0 0;
		background-size: 7px auto;
	}
	
	#main .pageList .back {
		margin-left: -67px;
		width: 134px;
		top: 66px;
	}
	
	#main .pageList .back a {
		padding: 7px 5px 6px;
		font-size: 12px;
		font-weight: normal;
		border: 1px solid #000;
	}
		
	#main .pageList .back a:hover {
		color: #000;
		border-color: #000;
		background-color: #FFF;
	}
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th,
#main .comTable td {
	padding: 10px 5px 9px 80px;
	width: 90%;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border: 2px solid #D2D2D2;
	box-sizing: border-box;
}

#main .comTable th {
	padding: 10px 20px 9px;
	width: 10%;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	#main .comTable th,
	#main .comTable td {
		padding: 9px 15px 7px;
		width: 84%;
		font-size: 12px;
		line-height: 1.35;
		border: 1px solid #D2D2D2;
	}
	
	#main .comTable th {
		padding: 7px 5px;
		width: 16%;
		white-space: normal;
	}
}

/*------------------------------------------------------------
	comAppList
------------------------------------------------------------*/
#main .comAppList {
	padding: 26px 0 15px;
	text-align: center;
	background-color: #3F9520;
}

#main .comAppList li {
	margin: 0 26px;
	width: 145px;
	display: inline-block;
	vertical-align: top;
}

#main .comAppList li .mark {
	margin-bottom: 16px;
	display: block;
}

#main .comAppList li a {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

#main .comAppList li a:before {
	display: none;
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: -17px;
	background-color: #FFF;
	
	content: "";
}

#main .comAppList li a:hover:before {
	display: block;
}

@media screen and (max-width: 767px) {
	#main .comAppList {
		padding: 3px 12px 24px;
		background-color: #3F9520;
	}
	
	#main .comAppList li {
		margin: 12px 0 0;
		width: 33.33%;
		display: block;
		float: left;
	}
	
	#main .comAppList li .mark {
		margin-bottom: 8px;
	}
	
	#main .comAppList li .mark img {
		width: 50px;
	}
	
	#main .comAppList li a {
		font-size: 13px;
		opacity: 0.5;
	}
		
	#main .comAppList li a:hover {
		opacity: 0.5 !important;
	}
	
	#main .comAppList li a:before {
		display: none !important;
	}
}


/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
#main .comContactBox {
	margin-bottom: 140px;
	padding: 60px 10px 27px;
	background-color: #F3F3F3;
}

#main .comContactBox p {
	margin-bottom: 0;
	font-size: 20px !important;
	line-height: 1.6 !important;
}

#main .comContactBox p .tel {
	text-decoration: none;
}

#main .comContactBox .title {
	margin-bottom: 5px;
	font-weight: bold;
}

#main .comContactBox .title a {
	color: #2B6815;
}

@media screen and (max-width: 767px) {
	#main .comContactBox {
		margin-bottom: 74px;
		padding: 33px 10px 22px;
	}
	
	#main .comContactBox p {
		margin-bottom: 0;
		font-size: 13px !important;
		line-height: 1.65 !important;
		text-align: center !important;
	}
	
	#main .comContactBox .title {
		margin-bottom: 2px;
	}
	
	#main .comContactBox .title a {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
#main .pageNavi {
	clear: both;
	text-align: center;
}

#main .pageNavi li {
	margin: 0 3px;
	width: 40px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

#main .pageNavi .current span,
#main .pageNavi li a {
	padding: 9px 2px 2px;
	min-height: 40px;
	display: block;
	text-decoration: none;
	background-color: #F3F4F6;
	box-sizing: border-box;
}

#main .pageNavi .current span,
#main .pageNavi li a:hover  {
	font-weight: bold;
	background-color: #D2D2D2;
}

#main .pageNavi .previouspostslink,
#main .pageNavi .nextpostslink {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}

#main .pageNavi .previouspostslink a,
#main .pageNavi .nextpostslink a {
	padding-top: 15px;
	text-decoration: underline;
	background: none;
}

#main .pageNavi .previouspostslink a:hover,
#main .pageNavi .nextpostslink a:hover {
	text-decoration: none;
	background: none;
}

@media screen and (max-width: 767px) {
	#main .pageNavi li {
		margin: 0 2px;
		width: 30px;
		font-size: 14px;
	}
	
	#main .pageNavi .current span,
	#main .pageNavi li a {
		padding: 5px 2px 2px;
		min-height: 30px;
	}
	
	#main .pageNavi .current span,
	#main .pageNavi li a:hover  {
		font-weight: normal;
		background-color: #F3F4F6;
	}

	#main .pageNavi .current span {
		font-weight: bold;
		background-color: #D2D2D2;
	}

#main .pageNavi .previouspostslink,
#main .pageNavi .nextpostslink {
	font-size: 13px;
}

#main .pageNavi .previouspostslink a,
#main .pageNavi .nextpostslink a {
	padding-top: 8px;
	text-decoration: underline;
	background: none;
}
	
	#main .pageNavi .previouspostslink a:hover,
	#main .pageNavi .nextpostslink a:hover {
		text-decoration: underline;
	}
}








