
.faq_btn{
	font-size: 22px;
	font-weight: bold;
	color:#fff !important;
	display: inline-block;
	background: #76c4aa;
	padding: 5px 60px;
	margin-top: 18px;
	font-family: KOZGOPR6N;
}
.faq_btn:hover{
	text-decoration: none;
}
.search_wrapper{
	margin-top: 30px;
    padding-top: 55px;
    padding-bottom: 55px;
    background: #eff7e2;
}
	.search_wrapper .group{
		position: relative;
		width: 100%;
	    max-width: 600px;
	    margin: 0 auto;
	}
		.search_wrapper .group #search{
			width: 100%;
			height: 50px;
			border: 1px solid #55594a;
			padding-right: 70px;
    		box-sizing: border-box;
    		font-size: 18px;
    		font-family: KOZGOPR6N-REGULAR;
		}
		::-webkit-input-placeholder { text-align:right; }
		/* mozilla solution */
		input:-moz-placeholder { text-align:right; }
		.search_wrapper .group #submit{
			position: absolute;
			right: 17px;
		    top: 5px;
		    width: 37px;
		}
.search_result{
	display: block;
}
	.qa_title{
		font-size: 24px;
		position: relative;
		display: inline-block;
		z-index: 2;
		font-weight: bold;
		color: #000;
		margin-bottom: 20px;
		margin: 0px 50px;
		font-family: KOZGOPR6N-MEDIUM;
	}
		.qa_title .border_bottom{
			position: absolute;
			width: 100%;
			bottom: 1px;
			left: 0px;
			height: 10px;
			background: #eaf4db;
			z-index: -1;
		}

	.qa_item{
		padding: 0px 50px;
		padding-bottom: 30px;
		margin-top: 30px;
		border-bottom: 1px solid #454545;
	}
	.qa_item .question , .qa_item .answer{
		color: #fff;
		font-size: 18px;
		width: 100px;
	    text-align: center;
	    padding: 8px 0px;
	    font-family: KOZGOPR6N;
	}
	.qa_item .question{
		background: #ff8a20;
	}
	.qa_item .question_des{
		font-family: NOTOSANSCJKJP-MEDIUM;
		font-weight: bold;
	}
	.qa_item .answer_des{
		font-family: NOTOSANSCJKJP-REGULAR;
	}
	.qa_item .question_des , .qa_item .answer_des{
		padding-left: 30px;
		font-size: 14px;
		color: #000;
	}
	.qa_item .answer_des a {font-weight:bold; color:#54a288;}
	.qa_item .answer_des a:hover {color:#76c4aa;}

	.qa_item .answer{
		background: #76c4aa;
	}
	.tr_space{
		height: 30px;
		display: block;
	}

	.qa_list_wrapper{
		margin: 39px 100px;
		padding-bottom: 10px;
		/* margin-top: 39px; */
	}

	.mobile_accordion{
	  display:none;
	}
	.main_area{
		display:block;
		text-align:center;
		position:relative;
		color:#333;
		font-size:20px;
		background: #76c4aa;
	}
		.main_area:hover{
		 color:#333;
		}
		.main_area span{
		 display:inline-block;
		 color: white;
		 padding:0px 8px;
		}
		.main_area:before{
		  content: "";
		    height: 1px;
		    border-bottom: 1px solid #d5d5d5;
		    width: 100%;
		    position: absolute;
		    left: 0;
		    top: 50%;
		    z-index:-1;
		}
	 .main_area{
	    text-align: left;
	    padding: 18px 0px;
	    margin: 0px;
	    background-image: url('../../img/qa/slide_down.png');
	    background-repeat: no-repeat;
	    background-size: 27px;
	    border-bottom: 1px solid #d5d5d5;
	    background-position: right 50px center;
	    padding-left: 25px;
	    margin-bottom: 20px;
	    font-size: 18px;
	    font-family: KOZGOPR6N-MEDIUM;
	 }
	 .main_area_one{
	 	border-top: 1px solid #d5d5d5;
	 }
	 .main_area:before{
	   border-bottom:none;
	 }
	 .qa_list_wrapper .qa_item{
	 	border-bottom: none;
	 }
	 .qa_list_wrapper .qa_item table{
	 	border-bottom: 1px solid #454545;
	 	padding-bottom: 30px;
	 	width: 100%;
	 }
	 .qa_list_wrapper .qa_item table td:first-child {width:48px;}

	 .no_result{
	 	margin-top: 50px;
	 }
	 .no_result .align_wrapper{
	 	width: 100%;
	    max-width: 600px;
	    margin: 0 auto;
	    font-weight: bold;
	    color: #000;
	    font-size: 24px;
	 }
	 .no_result p{
	 	font-family: NOTOSANSCJKJP-REGULAR;
	 }
	 .no_result .back{
	 	padding: 15px 30px ;
	 	color: #fff;
	 	background: #76C4AA;
	 	display: inline-block;
	 	font-size: 20px;
	 	margin-top: 85px;
	 	font-family: KOZGOPR6N-REGULAR;
	 }
	 	.no_result .back:hover{
	 		text-decoration: none;
	 	}
	 .mobile_accordion{
	 	margin-top: 30px;
	 	margin-bottom: 30px;
	 }
@media (max-width: 1199px) and (min-width: 992px){
	.faq_btn{
		margin-left: 15px;
	}
}

@media (max-width: 990.99px) and (min-width: 768px){   
	.faq_btn{
		margin-left: 15px;
	}
}

@media (max-width: 767px){
	.wrap_top_content{
		max-width: inherit;
		margin:0px 12px;
	}
	.faq_btn{
		padding: 7.5px 37.5px;
		font-size: 14px;
		font-weight: bold;
	}
	.search_wrapper{
		background: none;
		padding: 0px;
		margin-top:20px;
	}
	.search_wrapper .group{
		margin-left: 12.5px;
	}
	.search_wrapper .group{
		max-width: 67.8%;
	}
	.search_wrapper .group #search{
		height: 35px;
    		font-size: 10px;
	}
	.search_wrapper .group #submit{
		width: 18px;
		top: 7px;
	}
	.search_result{
		display: none;
	}
	.qa_list_wrapper{
		margin: 0;
		margin-top: 20px;
		padding-bottom: 25px;
	}
	.main_area{
		font-size: 13px;
		font-weight: bold;
		padding: 17px 0px;
		margin-bottom: 9px;
		background-position: right 15px center;
	}
	.qa_item{
		padding: 0px;
		margin-top: 13px;
	}
	td{
		display: block;
	}
	.tr_space{
		display: none;
	}
	.question_des,.answer_des{
		padding-left: 0px !important;
	}
	.qa_item .question, .qa_item .answer {
		padding: 5px 10px;
		font-size: 15px;
		font-weight: bold;
		width: 50px;
		margin-bottom: 10px;
	}
	.qa_item .question_des, .qa_item .answer_des{
		margin-bottom: 11px;
	}
	.mobile_accordion{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.no_result p{
		margin-top: 19px;
		font-size: 13px;
	}
	.no_result .back{
		margin-top: 39px;
		font-size: 12px;
		padding: 9px 28px;
		margin-bottom: 30px;
	}
	.main_area span{
		padding-right: 68px;
	}

}