@charset "UTF-8";

#contents #faq{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#faq .faq-head{
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#faq .faq-head .title-en{
	margin: 0px;
	padding: 0px;
	font-size: 3.6rem;
	line-height: 3.6rem;
	font-style: italic;
	font-weight:500;
}

#faq .faq-head .title-en::after {
    display: block;
    height: 2px;
    background-color: #493528;
    content: "";
    width: 80px;
    margin: 10px auto 0px;
}

#faq .faq-head h1{
	margin: 0px;
	padding: 15px 0px 0px;
	font-size: 1.4rem;
	line-height: 1.4rem;
}


#faq .faq-body{
	margin: 40px 0px 0px;
	padding: 0px;
	position: relative;
}


#faq .faq-list{
	margin: 40px auto 0px;
	padding: 0px;
	width: 990px;
}

#faq .faq-list dl {
	margin-bottom: 0px;
	position:relative;
	color:#493528;
}
#faq .faq-list dl:last-child {
	border-bottom:solid 1px #d6cfc4;
}

#faq .faq-list dt {
	color: #493528;
	font-size:1.6rem;
	font-weight:500;
	border-top:solid 1px #d6cfc4;
	border-left:solid 1px #d6cfc4;
	border-right:solid 1px #d6cfc4;
	line-height:2.4rem;
}
#faq .faq-list dt a{
	display: block;
	background: #FFF;
	padding: 20px 20px 20px 60px;
	position:relative;
}

#faq .faq-list dt.open a{
    background: #FFF;
}

#faq .faq-list dt a svg {
    
    font-size: 1.2rem;
    text-decoration: none;
	position: absolute;
    top: 50%;
    right: 20px;
	
	 transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.fontawesome-i2svg-active #faq .faq-list dt a .fa-chevron-right{
	display:block;
}

.fontawesome-i2svg-active #faq .faq-list dt a .fa-chevron-down {
	display:none;
}

.fontawesome-i2svg-active #faq .faq-list dt a.open .fa-chevron-right{
	display:none;
}

.fontawesome-i2svg-active #faq .faq-list dt a.open .fa-chevron-down {
	display:block;
}



#faq .faq-list dt a .fa-chevron-right {
    font-size: 1.8rem;
}

#faq .faq-list dt a .fa-chevron-down {
    font-size: 1.8rem;
}


#faq .faq-list dt a:hover{
	text-decoration: underline;
}

#faq .faq-list dt span.t{
	font-size: 2rem;
	line-height: 2rem;
	color: #0066cc;
	position: absolute;
	left: 22px;
}



#faq .faq-list dd{
	overflow:hidden;
	height:auto;
	border-top:solid 1px #d6cfc4;
	border-left:solid 1px #d6cfc4;
	border-right:solid 1px #d6cfc4;
	padding: 20px 60px 20px 60px;
	display:none;
	background:#FFF;
	font-size:1.6rem;
	line-height:2.4rem;
	position: relative;
}

#faq .faq-list dd a{
	text-decoration: underline;
}

#faq .faq-list dd strong{
	font-size: 1rem;
	font-weight: bold;
}

#faq .faq-list dd span.t{
	font-size: 2rem;
	line-height: 2rem;
	color: #cc0000;
	position: absolute;
	left: 22px;
}