@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
	box-sizing: border-box;
}

#faqbox {
	width: 100%;
	box-sizing: border-box;
}

#faqbox a{
text-decoration:none;
  color: #0000bf;
}

#faqbox a:hover{
color: #9b2429;
text-decoration:none;
}

#faqbox a:active, a:focus{
outline: 0;
}

#faqbox a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
/*-ms-filter: “alpha( opacity=80 )”;*/
}

ol {
	list-style-type: decimal;
}

div.qbox {
	padding: 10px;
	margin-bottom: 30px;
}

.qbox h4 {
    margin-bottom: 5px;
    font-size: 1.4em;
}

ul.question {
	width: 100%;
	font-weight:bold;
	font-size: 1.1em;
	line-height: 1.6em;
	/*display: flex;*/
	/*display: -ms-flexbox; /* IE10 */
	/*flex-wrap: wrap;*/
	/*-ms-flex-wrap: wrap; /* IE10 */
}

ul.question li {
	/*width: 33.33333%;*/
	text-indent: 1em;
}

ul.question li a i.far {
	margin-right: 3px;
}


div.answer {
	font-size: 1.2em;
	color: #000;
	
}

p.answer {
	color:#bf0000;
	font-weight: 400;
	font-size: 18px;font-weight: bold;
}
 
.faqustntxt {/*質問文*/
	color: #1b1b1b;
	background-color: #fff;
	padding: 10px;
	width: 98%;
	margin: 5px 0 8px;
	border-bottom: 2px #ccc dashed;
	font-size: 1.2em;
	line-height: 1.1em;
}
 
.faqanswrtxt {/*回答文*/
	color: #1b1b1b;
	background-color: #fff;
	padding: 10px;
	width: 98%;
	margin: 10px 0 8px;
	font-size: 0.8em;
	/*line-height: 1.3em;*/
	text-indent: 1em;
}

.faqanswrtxt ul {
	list-style: none;
	text-indent: 2em;
	margin-bottom: 10px;
}

.faqanswrtxt ul li span {
	color: #bf0000;
	font-weight: bold;
}

/*領収書*/
ul.nogood,
ul.good {
	list-style: none;
	margin-bottom: 10px;
}

ul.nogood li,
ul.good li {
	text-indent: 1em;
}

.reciptnotice {
	width: 85%;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 5px;
}

.faqnotice {
    color: #f00;
    font-weight: 400;
}

.reciptnotice p {
	margin-bottom: 1.5em;
}

