<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*----------
  detail
-------------*/
#detail {
	background:#fffced;
	padding-bottom:50px;
}
#detail .section {
	margin:auto;
	padding: 0 20px;
}
#detail .section #sec01,
#detail .section #sec02 {
	margin-bottom:10%;
}
#detail .section h2 {
	margin-bottom:17px;
}
#detail .section .txt01 {
	font-size:14px;
	line-height:22px;
	margin-bottom:30px;
}
#detail .section .figure01 {
	margin-bottom:40px;
	text-align: center;
}
#detail .section .figure02 {
	margin-bottom:50px;
	text-align: center;
}
#detail .section .figure03 {
	margin-bottom:40px;
	text-align: center;
}
#detail .section .btn{
	text-align: center;
}
#detail .section .btn li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
@media(max-width: 600px){
	#detail .section .btn li{
		margin-bottom: 10px;
		padding-right: 0;
	}
}</pre></body></html>