@charset "UTF-8";

#contents #faq{
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
}

#faq .faq-head .title-en{
	margin: 0px;
	padding: 0px;
	font-size: 3.4rem;
	line-height: 3.4rem;
}

#faq .faq-head .title-en::after {
    width: 80px;
}

#faq .faq-head h1{
	margin: 0px;
	padding: 10px 0px 0px;
}




#faq .faq-body{
	margin: 20px 0px 0px;
	padding: 0px;
}

#faq .faq-list{
	margin: 30px 0 0px;
	padding: 0px;
	width: 100%;
}

#faq .faq-list dt {
	font-size: 1.5rem;
	font-weight: 500;
	border-top: 1px solid #d6cfc4;
	border-left: 0px none;
	border-right: 0px none;
	line-height: 2.4rem;
}
#faq .faq-list dt a{
	display: block;
	padding: 20px 50px 20px 65px;
	position:relative;
}

#faq .faq-list dt a::after {
    top: 15px;
    right: 10px;
	
	 transform: translateY(0%);
    -webkit- transform: translateY(0%);
}

#faq .faq-list dt span.t{
	font-size: 2rem;
	line-height: 2rem;
	position: absolute;
	left: 30px;
}

#faq .faq-list dt a .fa-chevron-right {
    font-size: 1.4rem;
}

#faq .faq-list dt a .fa-chevron-down {
    font-size: 1.4rem;
}


#faq .faq-list dd{
	border-top: 1px solid #d6cfc4;
	border-left: 0px none;
	border-right: 0px none;
	padding: 15px 50px 15px 65px;
	font-size: 1.5rem;
	line-height: 2.4rem;
}


#faq .faq-list dd span.t{
	font-size: 2rem;
	line-height: 2rem;
	position: absolute;
	left: 30px;
}