@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 71px;
	background-image: url(../image/common/page_title_bg04.jpg);
}

#main {
	margin-bottom: 286px;
}

#main .topText {
	margin-bottom: 74px;
	font-size: 14px;
	line-height: 1.85;
	text-align: center;
}

#main .topText a {
	color: #2B6815;
	text-decoration: underline;
}

#main .topText a:hover {
	text-decoration: none;
}

#main .linkList {
	margin: 0 -45px 99px;
}

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

#main .linkList li a {
	padding: 33px 5px 30px;
	display: table-cell;
	color: #2B6815;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background: #C6DDC0 url(../image/common/icon15.png) no-repeat center bottom 15px;
}

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

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

#main .headLine01 {
	margin-bottom: 30px;
}

#main .headLine01:before {
	bottom: -16px;
}

#main .faqBox {
	margin-bottom: 86px;
}

#main .faqBox .link {
	margin-bottom: 19px;
	text-align: right;
}

#main .faqBox .link .ttl {
	color: #2B6815;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

#main .faqBox .link .ttl .close {
	display: none;
}

#main .faqBox .link .ttl.action .close {
	display: inline;
}

#main .faqBox .link .ttl.action .open {
	display: none;
}

#main .faqBox .faqDl {
	font-size: 16px;
	border-bottom: 2px solid #EAEAEA;
}

#main .faqBox .faqDl dt {
	padding: 24px 33px 16px;
	font-size: 18px;
	font-weight: bold;
	border-top: 2px solid #EAEAEA;
	background: url(../image/common/icon16.png) no-repeat right 31px center;
	cursor: pointer;
}

#main .faqBox .faqDl dt:nth-last-child(2) {
	padding-bottom: 18px;
}

#main .faqBox .faqDl dt:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .faqBox .faqDl dt.on {
	background-image: url(../image/common/icon17.png);
}

#main .faqBox .faqDl dd {
	display: none;
}

#main .faqBox .faqDl dd .area {
	padding: 6px 32px 29px;
	width: 100%;
	height: 80px;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
}

#main .faqBox .faqDl dd .mark {
	padding-top: 6px;
	width: 32px;
	display: table-cell;
	vertical-align: top;
}

#main .faqBox .faqDl dd .txtBox {
	padding-left: 22px;
	display: table-cell;
	vertical-align: middle;
}

#main .faqBox .faqDl dd .txtBox p {
	font-size: 14px;
	line-height: 2;
}

#main .faqBox .faqDl dd .txtBox .sub p {
	margin-top: 11px;
	width: 600px;
	float: left;
}

#main .faqBox .faqDl dd .txtBox .pho {
	margin-top: 3px;
	float: right;
}

#main .faqBox .faqDl dd .txtBox .comBtn {
	margin-top: 12px;
}

#main .faqBox .faqDl dd .txtBox ul {
	margin: 10px 35px;
}

#main .faqBox .faqDl dd .txtBox li {
	font-size: 14px;
	line-height: 2;
	text-indent: -1em;
}

#main .faqBox .faqDl dd .txtBox li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.pageTitle {
		margin-bottom: 22px;
		background-image: url(../image/common/sp_page_title_bg04.jpg);
	}
	
	.pageTitle h1 img {
		height: 19px;
	}

	#main {
		margin-bottom: 98px;
	}
	
	#main .topText {
		margin-bottom: 27px;
		font-size: 12px;
		line-height: 1.65;
		text-align: left;
	}
		
	#main .topText a:hover {
		text-decoration: underline;
	}

	#main .linkList {
		margin: 0 0 44px;
	}

	#main .linkList li {
		width: 33.33%;
		min-height: 50px;
	}
	
	#main .linkList li:first-child,
	#main .linkList li:nth-child(2) {
		margin-bottom: 2px;
		width: 50%;
	}
	
	#main .linkList li a {
		padding: 15px 10px;
		font-size: 14px;
		line-height: 1.25;
		background-size: 10px auto;
		background-position: center bottom 5px;
	}
	
	#main .headLine01 {
		margin-bottom: 27px;
	}
	
	#main .headLine01:before {
		bottom: -6px;
	}

	#main .faqBox {
		margin-bottom: 50px;
	}
	
	#main .faqBox .link {
		margin-bottom: 16px;
		text-align: center;
	}
	
	#main .faqBox .link .ttl {
		margin: 0 auto;
		padding: 8px;
		max-width: 335px;
		display: block;
		font-size: 12px;
		text-decoration: none;
		border-radius: 16px;
		border: 1px solid #409422;
	}
	
	#main .faqBox .faqDl {
		margin: 0 -20px;
		font-size: 16px;
		border-bottom: 2px solid #F5F5F5;
	}

	#main .faqBox .faqDl dt {
		padding: 11px 40px 12px 20px;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.95;
		border-top: 2px solid #F5F5F5;
		background: url(../image/common/sp_icon01.png) no-repeat right 20px center;
		background-size: 15px auto;
	}
	
	#main .faqBox .faqDl dt:nth-last-child(2) {
		padding-bottom: 16px;
	}
	
	#main .faqBox .faqDl dt:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .faqBox .faqDl dt.on {
		background-image: url(../image/common/sp_icon02.png);
	}

	#main .faqBox .faqDl dd .area {
		padding: 5px 40px 15px 20px;
		height: 60px;
	}
	
	#main .faqBox .faqDl dd .mark {
		width: 25px;
	}
	
	#main .faqBox .faqDl dd .mark img {
		width: 100%;
	}

	#main .faqBox .faqDl dd .txtBox {
		padding-left: 15px;
	}
	
	#main .faqBox .faqDl dd .txtBox p {
		font-size: 12px;
		line-height: 1.6;
		text-align: justify;
	}
	
	#main .faqBox .faqDl dd .txtBox .sub p {
		margin-top: 0;
		width: auto;
		float: none;
	}
	
	#main .faqBox .faqDl dd .txtBox .pho {
		margin-top: 10px;
		float: none;
	}
	
	#main .faqBox .faqDl dd .txtBox .comBtn {
		margin-top: 5px;
	}
	
	#main .faqBox .faqDl dd .txtBox ul {
		margin: 5px 20px;
	}
	
	#main .faqBox .faqDl dd .txtBox li {
		font-size: 12px;
		line-height: 1.6;
	}
}