@charset "utf-8";

/*
faq
FAQ
*/

#SecOtherProducts ul li:nth-child(1),
#SecOtherProducts ul li:nth-child(2){
	display: none;
}

/* #Sec01
-----------------------------------------------------------------*/
.faq #Sec01{
	margin-top: 40px;
	padding: 0 80px;
}
.faq #Sec01 .inner{
	max-width: 960px;
	margin: 0 auto;
}
.faq #Sec01 .under_ttl{
	margin-top: 50px;
}
.faq #Sec01 ul.faq_box{
	margin-top: 40px;
}
.faq #Sec01 ul.faq_box li:nth-child(n+2){
	margin-top: 60px;
}
.faq #Sec01 ul.faq_box li .link_btn{
	margin-top: 30px;
}
.faq #Sec01 ul.faq_box li .txt{
	letter-spacing: 0;
}
.faq #Sec01 ul.faq_box li .txt span{
	font-weight: 700;
}

@media screen and (max-width: 1020px) {
/* 1020pxまでの幅の場合に適応される */


/* 1020pxまでの幅の場合に適応される */
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.faq #Sec01{
	padding: 0 50px;
}
/* 767pxまでの幅の場合に適応される */
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */


/* 640pxまでの幅の場合に適応される */
}