@charset "utf-8";

/*------------------------------------
よくあるご質問
------------------------------------*/
.faq .faq_list{
	text-align:left;
}
.faq .category_list li {
	float: left;
}
.faq .category_list li a {
	background: url(../img/img-faq/category.gif) no-repeat left center;
	text-decoration: underline;
	padding: 0 0 0 35px;
}
.faq .category_list li a {
	margin-left: 70px;
	display: block;
}
.faq .quetion{
	padding: 10px 0 10px;
	border-bottom: 1px dotted #ccc;
}

.faq .faq_list .faq_txt{
	position:relative;
	padding: 10px 0 10px 35px;
	text-decoration: underline;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	font-size: 1.5rem;
	/*font-weight: bold;*/	
}

.faq .faq_list .faq_txt::before {
	content: "";
	position: absolute;
	background: url(../img/img-faq/faq_icon_q.gif) no-repeat left center;
	background-size: 70%;
	padding: 15px 0 10px 35px;
	left:0;
}

.faq .faq_list .ans_txt{
	position:relative;
	display: none;
	text-align: left;
	vertical-align: top;
	height:auto;
	font-size: 1.5rem;
	
}
.faq .faq_list .ans_txt p{
	padding:0px 0 10px 35px;
}

.faq .faq_list .ans_txt::before {
	content: "";
	position: absolute;
	background: url(../img/img-faq/faq_icon_a.gif) no-repeat left center;
	background-size: 70%;
	
	padding: 15px 0 15px 35px;
	left:0;
	
}

.faq .faq_list{
	padding:40px 0 0 !important;
	margin:0px auto 0;
}

 .syosai_btn.faq {
    background: #199541;
    font-size: 1.4rem;
    padding: 0px 40px 0px 20px !important;
    text-align: center;
	max-width: none;
  	width:auto;
	float:right;
	line-height: normal;
}
 .syosai_btn.faq a{
	font-weight: bold;
	padding: 10px 0 10px;
}
 .syosai_btn.faq.kengaku {
    background: #ff7373;
    font-size: 1.4rem;
    padding: 0px 40px 0px 20px !important;
    text-align: center;
    width: auto;
    float: right;
	max-width: none;
	font-weight: bold;
	line-height: normal;
}
 .syosai_btn.faq.kengaku a{
	font-weight: bold;
	padding: 10px 0 10px;
}
.syosai_btn.faq a {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    width: 100%;
	text-decoration:none;
}
.ans_txt a {
	text-decoration:underline;
}
.ans_txt a:hover {
	text-decoration:none;
}


