@charset "utf-8";
/* CSS Document */

#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;
}

h4,
.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 */
	list-style: none;
	text-indent: -0.7em;
}

ul.question li {
	/*width: 33.33333%;*/
	/*text-indent: 1em;*/
}

/*質問文リストのアイコン*/
ul.question li::before {
	font-family: 'FontAwesome';
	color: #0000bf;
	padding-right: 5px;
	content: "\f059";
}


ul.question li a i.far {
	margin-right: 3px;
}


div.answer {
	font-size: 1.2em;
	color: #000;
	
}

p.answer {
	color:#bf0000;
	font-size: 1.2em;
	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;
}

/*質問答え箇所のアイコン*/
h5.faqustntxt::before {/*質問*/
	font-family: 'FontAwesome';
	color: #1b1b1b;
	padding-right: 5px;
	content: "\51";
}

p.answer::before {/*答え*/
	font-family: 'FontAwesome';
	color: #bf0000;
	padding-right: 5px;
	content: "\41";
}
/*質問答え箇所のアイコン*/
 
.faqanswrtxt {/*回答文*/
	color: #1b1b1b;
	background-color: #fff;
	padding: 10px;
	width: 98%;
	margin: 10px 0 8px;
	font-size: 0.8em;
	/*line-height: 1.3em;*/
	text-indent: .5em;
}

.faqanswrtxt ul {
	list-style: none;
	text-indent: .5em;
	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;
}




/************************************ Below is the Tablet/PC Style ************************************/
@media screen and (min-width: 768px){
	ul.question li a i.far { margin-right: 10px; }	
	
}


/************************************ Below is the PC Style ************************************/
@media screen and (min-width: 1024px){
}
