@charset "utf-8";
@import url("pages.css");
@import url("faq_common.css");
/*--京base.css--*/
/*###############PC first###############*/

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */

.faq_box h5{
	width:auto;
}
.faq_box{
	height:100%;
}
}