@charset "UTF-8";


/* master_comment
---------------------------------------------------------- */

/* section_comment */

.page_faq #faq .case {
    border-top: 2px solid #c7e3fb;
    margin-bottom: 0;
    padding: 15px;
}
.page_faq #faq .case:first-child{
    border-top: none;
    
}
.page_faq .q {
    background: url(../img/bg_q.png) no-repeat left top;
		background-size: 40px;
    margin-bottom: 10px;
    padding: 10px 0 10px  55px;
}
.page_faq .q p{
	font-weight: bold;
	color: #2C92E9;
	font-size: 110%;
}
.page_faq .a {
    background: url(../img/bg_a.png) no-repeat left top;
		background-size: 40px;
    padding: 5px 0 5px  55px;
}












/*-------------------------------------------------
---- Media Query
------------------------------------------------- */

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




} /* End Media 768px */





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




} /* End Media 420px */



















