@charset "UTF-8";
/*************************
Q&A
 *************************/

p,dl{
	margin:0;	
}

.main{
	margin-bottom:80px;	
}

.main h2{
	margin-bottom:30px;	
}

.main h2 img{
	width:100%;
	height:auto;	
}

.main .lead01{
	text-align:center;
	font-size:16px;
	margin-bottom:50px;	
}

.main nav ul li a{
	display:block;
	position:relative;
	padding:10px;
	font-size:16px;
	text-align:center;
	border: 1px solid #ccc;
	align-items: stretch;
}

.main nav ul li a:hover{
	color:#7bac2f;
	border:1px solid #7bac2f;
}

.main nav ul li a span{
	position:absolute;
	top:25%;
	right:5%;
}

.reform_q_a2 .main nav ul .qa2 a,
.reform_q_a3 .main nav ul .qa3 a,
.reform_q_a4 .main nav ul .qa4 a,
.reform_q_a5 .main nav ul .qa5 a{
	pointer-events: none;
	background:#7bac2f;
	color:#fff;
	border:1px solid #7bac2f;
}

.question dl{
	width:100%;
	display:table;
	border-collapse:separate;
	border-spacing:0 10px;
}

.question dl dt{
	cursor:pointer;
	background: url(../../../../img/page/qa/icon02.png) no-repeat 100% 50%;
	padding-right:40px;
}

.question dl dt.opened{
	background: url(../../../../img/page/qa/icon01.png) no-repeat 100% 50%;
}

.question dl .q-ttl{
	width:100%;
	display:table-cell;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
}

.question dl dd{
	display:none;
	margin-bottom:40px;
}

.question dl .a-ttl{
	display:table-cell;
	font-size:18px;	
	font-weight:bold;
	margin-bottom:20px;
	vertical-align:middle;
}

.question dl .q-ttl{
	padding-left:70px;
	height:50px;
	background:url(../../../../img/page/common/circle_q.png) left center no-repeat;
	background-size: 50px 50px;
}

.question dl .a-ttl{
	padding-left:70px;
	margin-bottom:20px;	
	height:50px;
	background:url(../../../../img/page/common/circle_a.png) left center no-repeat;
	background-size: 50px 50px;
}

.question dl .detail{
	padding-left:70px;
	font-size:16px;
	line-height:2;
}

.question dl dd .text{
	margin-bottom:30px;	
}

@media screen and (min-width:641px){

.main nav ul:after{
	content:"";
	display:block;
	clear:both;
}

.main nav ul li{
	float:left;
	width:48%;
}

.main nav ul li:nth-child(odd){
	margin-right:4%;	
}

.main nav ul li:nth-child(1),
.main nav ul li:nth-child(2){
	margin-bottom:20px;
}

}


@media screen and (max-width:640px){

.main .lead01 br{
	display:none;
}

.main nav ul li{
	width:100%;
	margin-bottom:20px;
}

.main nav ul li:last-child{
	margin-bottom:0;	
}

.question dl{
	border-top:1px solid #ccc;
	border-spacing:0 20px;
}

.question dl:last-child{
	border-bottom:1px solid #ccc;	
}

.linkbtn{
	width:80%;	
}
	
}

