<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#header #gNavi ul li a.qa_active{
	color:#de775b;
}

/* common
-----------------------------------------------*/
.inner{
	position: relative;
	max-width: 980px;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.inner{
		padding:0 20px;
	}
}


/* sec01
-----------------------------------------------*/
#sec01{
	background-color: #eeeeee;
	padding: 70px 40px 50px;
	margin-top: 70px;
}
#sec01 .btn a{
	position:relative;
	display:inline-block;
	width:270px;
	background:#de775b;
	color:#fff;
	text-align:center;
	font-size:138.5%;
	padding:18px 0 14px 0;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	background-image: url(../common/images/ico_win_white.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
}
#sec01 .btn a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
}
#sec01 .btn a:hover{
	opacity:0.7;
}
#sec01 ul.qaList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec01 ul.qaList li {
	width: 49%;
	display: block;
	background-color: #FFFFFF;
  border-radius: 20px;
	padding: 40px;
  box-shadow: 0px 5px 20px 0px rgba(52, 53, 54, 0.15);
	margin-bottom: 20px;
	box-sizing: border-box;
}
#sec01 ul.qaList li figure{
	margin-bottom: 20px;
	height: 50px;
}
#sec01 ul.qaList li h2{
	font-size: 20px;
	margin-bottom: 10px;
}
#sec01 ul.qaList li p{
	text-align: left;
	font-size: 138.5%;
	margin-bottom: 2em;
	line-height: 1.9;
}
@media screen and (max-width: 767px) {
	#sec01{
	padding: 20px 0px;
}
	#sec01 ul.qaList li {
		width: 100%;
	}
	#sec01 ul.qaList li p br{
		display: none;
	}
}</pre></body></html>