/*検索 */

#search{
	margin: 80px auto;
	width: 60%;
}
.text1{
    width: 80%; 
    padding: 10px 15px; 
    font-size: 16px;
    border-radius: 3px;
    border: 2px solid #ddd; 
    box-sizing: border-box; 
}
.search_btn{
	 width: 18%;
	padding: 8px 20px; 
    font-size: 16px;
    color: #fff;
    background-color: #5cad86;
}

.nopost{
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
	text-align: center;
}


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

#search{
	margin: 60px auto;
	width: 90%;
}

.text1{
	   width: 72%; 
    padding: 10px 12px;
    font-size: 14px;
}
.search_btn{
	width: 25%;
    font-size: 14px;
}
}


/* リスト　*/

#faq_list{
	margin: 140px 0 100px 0;
}

#faq_category{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
#faq_category li {
	width: 18.6%;
	margin-bottom: 20px;
}
#faq_category li a{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #242424;
	line-height: 130%;
	border: solid 1px #5cad86;
	position: relative;
	height: 60px;
}
#faq_category li a span{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	text-align: center;
}
#faq_category li a.active{
	background-color: #5cad86;
	color: #fff;
}
#faq_category li a:hover{
	background-color: #5cad86;
	color: #fff;
}




.faq{
	width: 100%;
	border-bottom: solid 1px #c3c3c3;
}

/*.faq a{
	display: flex;
	padding: 25px;
	color: #242424;
	align-items: center;
	justify-content: space-between;
}
*/

.faq_title{
	position: relative;
	width: 93%;
	text-align: left;
}
.faq_title h3{
	font-size: 17px;
	line-height: 160%;
	width: 89%;
}
.arrow1{
    width: 9px;
    height: 9px;
    border-top: 2px solid #5cad86;
    border-right: 2px solid #5cad86;
    transform: rotate(135deg);
    transition:.2s;
    margin-right: 6px;
    margin-top: -9px;
    position: absolute;
    right: 15px;
    top:50%;
}
a:hover .arrow1{
    margin-right: -4px;
}
.quest{
	background-color: #ed832e;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	height: 40px;
    width: 40px;
    margin-right: 20px;
	text-align:center;
	line-height: 40px;
	display: inline-block;
}

/* 追加　*/

.faq .faq_list{
	display: flex;
	padding: 25px;
	color: #242424;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.faq_inner{
	display: none;
}
.faq_contents_list{
	margin: 10px 0 40px 0;
	display: flex;
	justify-content: space-between;
	padding: 25px;
}

.answer_i_list{
	background-color: #2180c3;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	height: 40px;
    width: 40px;
    margin-right: 20px;
	text-align:center;
	line-height: 40px;
	display: inline-block;
}
.answer_list{
	margin-top: 0px;
	width: 93%;
}
.faq_contents_list p{
	margin: 0px 0;
}
.faq_contents_list h2{
	margin: 90px 0 40px 0;
	font-weight: bold;
	font-size: 19px;
	border-left: solid 7px #5cad86;
	padding: 5px 0 5px 23px;
	line-height: 150%;
}
.faq_contents_list h4{
	margin: 70px 0 35px 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 150%;
}
.faq_contents_list h3{
	margin: 70px 0 35px 0;
	font-size: 20px;
	color: #5cad86;
	line-height: 150%;
}
.faq_quest{
	background-color: #f4f4f4;
	padding: 25px 0;
	width: 100%;
	text-align: center;
	margin: 0px 0 20px 0;
}

@media screen and (max-width:640px) {
.faq_contents_list{
	margin: 10px 0 20px 0;
	display: flex
}
.answer_i_list{
	font-size: 18px;
	height: 32px;
    width: 32px;
    margin-right: 15px;
	line-height: 32px;
}
.answer_list{
	margin-top: -15px;
	width: 80%;
}
}

/* 追加ここまで */

@media screen and (max-width:640px) {
	
#faq_list{
	margin: 80px 0 50px 0;
}
#faq_category{
	display: block;

}
#faq_category li {
	width: 100%;
	margin-bottom: 10px;
}
#faq_category li a{
	padding: 15px 0;
	height: auto;
}
#faq_category li a span{
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
}

.faq a{
	padding: 15px 10px;
}

.faq_title{
	width: 80%;
	margin-top: 0px;
}
.faq_title h3{
	font-size: 15px;
	width: 94%;
}
.arrow1{
    margin-right: 0px;
    right: 0px;
}
.quest{
	font-size: 18px;
	height: 32px;
    width: 32px;
    margin-right: 15px;
	line-height: 32px;
}

}




/* 個別ページ　*/

#faq_page{
	margin: 140px 0 160px 0;
}
#faq_top{
	margin-bottom: 40px;
}
#faq_top h2{
	font-weight: bold;
	font-size: 23px;
	padding-bottom: 15px;
	border-bottom: solid 1px #afafaf;
	line-height: 150%;
}
#faq_top h2 span{
	background-color: #ed832e;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	height: 50px;
    width: 50px;
    margin-right: 30px;
	text-align:center;
	line-height: 50px;
	display: inline-block;
}

#faq_contents{
	margin: 60px 0 100px 0;
	display: flex
}
.answer_i{
	background-color: #2180c3;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	height: 50px;
    width: 50px;
    margin-right: 30px;
	text-align:center;
	line-height: 50px;
	display: inline-block;
}
.answer{
	margin-top: -20px;
	width:915px;
}
#faq_contents p{
	margin: 30px 0;
}
#faq_contents h2{
	margin: 90px 0 40px 0;
	font-weight: bold;
	font-size: 19px;
	border-left: solid 7px #5cad86;
	padding: 5px 0 5px 23px;
	line-height: 150%;
}
#faq_contents h4{
	margin: 70px 0 35px 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 150%;
}
#faq_contents h3{
	margin: 70px 0 35px 0;
	font-size: 20px;
	color: #5cad86;
	line-height: 150%;
}

#faq_quest{
	background-color: #f4f4f4;
	padding: 25px 0;
	width: 100%;
	text-align: center;
	margin: 150px 0 120px 0;
}
.faq_quest_top{
	font-size: 17px;
	font-weight: bold;
}
.faq_quest_bottom{
	font-size: 13px;
}
.ans_btn{
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.ans_btn a{
	display: block;
	width: 26%;
	padding: 12px 0;
	text-align: center;
	border: solid 1px #6a6a6a;
	color: #242424;
	font-weight: bold;
	font-size: 16px;
	margin: 0 20px;
}
.ans_btn a.yes{
	background-color: #fff;
}
.ans_btn a.no{
	background-color:#dfdfdf;
}
.ans_btn a:hover{
	color: #fff;
	background-color: #717171;
}

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

#faq_page{
	margin: 70px 0 80px 0;
}

#faq_top h2{
	font-size: 18px;
	padding-bottom: 12px;
	text-indent: -50px;
	margin-left: 50px;
}
#faq_top h2 span{
	font-size: 20px;
	height: 35px;
    width: 35px;
    margin-right: 20px;
	line-height: 35px;
	text-indent: 0px;
	margin-left: 0px;
}

#faq_contents{
	margin: 40px 0 60px 0;
	display: flex
}
.answer_i{
	font-size: 20px;
	height: 35px;
    width: 35px;
    margin-right: 20px;
	line-height: 35px;
}
.answer{
	margin-top: -15px;
	width: 80%;
}
#faq_contents p{
	font-size: 15px;
	line-height: 170%;
}
#faq_contents h2{
	margin: 50px 0 25px 0;
	font-size: 18px;
	padding: 3px 0 3px 20px;
}
#faq_contents h4{
	margin: 45px 0 25px 0;
	font-weight: bold;
}
#faq_contents h3{
	margin: 45px 0 25px 0;
	font-size: 18px;
}

#faq_quest{
	padding: 22px 0;
	margin: 80px 0 70px 0;
}
.faq_quest_top{
	font-size: 15px;
}
.faq_quest_bottom{
	font-size: 12px;
}
.ans_btn{
	margin: 15px 0;
}
.ans_btn a{
	width: 40%;
	padding: 10px 0;
	font-size: 14px;
	margin: 0 12px;
}


}











