@charset "utf-8";

.bg1{background:url(../img/bg1_3.jpg);
	background-size:cover;
	background-position:center center;
	/*background:rgba(0,0,0,1.00);*/
	width:100%;
	/*min-width:1000px;*/
	height:100%;
	position:fixed; top:0;
	z-index:-2;}

.window2{width:900px;
	padding:0;
	margin:0 auto;
	line-height:20px;
	font-size:14px;
	color:rgba(255,255,255,1.00);
	background:url(../img/bg_window1.png) repeat;
	border-radius:5px;
	border:rgba(140,98,57,1.00) solid 2px;}

.qa_q{width:calc(100% - 20px);
	padding:0 10px;
	line-height:40px;
	font-size:16px;
	background:rgba(14,28,73,1.00);}

.qa_a{width:calc(100% - 20px);
	padding:5px 10px 10px;
	line-height:20px;
	font-size:14px;}

.qa_list1{margin-left:16px;}

.qa_list1 li{list-style-type:square;
	font-size:14px;}

ul.listmarker1 li{
	list-style-type: none;
	font-size:12px;
}
ul.listmarker1 li:before {
	content: '※'; 
}

.qa_text1{font-size:14px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:5px;}
	
.qa_text2{font-size:14px;
	line-height:20px;}

.spacer2{width:100%;
	height:10px;}

@media screen and ( max-width:736px )
{
.window2{width:calc(90% + 20px);
	max-width:440px;}
	
.qa_q{width:calc(100% - 20px);
	padding:0 10px;
	line-height:24px;
	font-size:16px;
	background:rgba(14,28,73,1.00);}
}


































