<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.title{
	background:url(/alphastay/images/faq/title_bg.jpg) no-repeat center center;
	background-size:cover;
}
/*******************************************
	box01
*******************************************/
#box01{
	padding:30px 0 60px;
}
#box01 ul{
	border-top:1px solid #cccccc;
}
#box01 ul li{
	font-size:1.3rem;
	padding:25px;
	border-bottom:1px solid #cccccc;
}
#box01 ul dl dt{
	background:url(/alphastay/images/faq/box01_ico01.png) no-repeat 2px 10px;
	padding:10px 0 10px 50px;
	cursor: pointer;
	text-decoration: none;
}
/*#box01 ul dl dt.active{
	text-decoration: none;
}*/
#box01 ul dl dd{
	background:url(/alphastay/images/faq/box01_ico02.png) no-repeat 0 10px;
	padding:10px 0 10px 50px;
	/*display:none;*/
}
/*#box01 ul dl dt.active + dd{
	display:block;
}*/
@media screen and (max-width: 768px) {
	#box01{
		padding:8% 0;
	}
	#box01 ul li{
		font-size:2.0rem;
		padding:3.125%;
	}
}</pre></body></html>