@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - FAQ
//////////////////////////////////////////////////////////*/

#faq {}


/*----------------------------------------------------------
  - TITLE
----------------------------------------------------------*/



#faq h1#title {
font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    text-align: center;
    font-size: 35px;
    margin:30px auto 0;
}



/*----------------------------------------------------------
  - CONTENTS
----------------------------------------------------------*/

#faq #contents {
	padding: 60px 0 80px 0;
}

#faq #contents .main .innerblock {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#faq #contents .main .description {
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#faq #contents .main .article {
	position: relative;
	margin: 0;
	padding: 0 0 100px 0;
}

#faq #contents .main .article ul {
	margin: 0;
	padding: 0;
}

#faq #contents .main .article li {
	width: 800px;
	margin: 0 0 40px 0;
}

#faq #contents .main .article .faq1 {

}
#faq #contents .main .article .faq2 {

}



#faq #contents .main .article .faq1 .asking,
#faq #contents .main .article .faq2 .asking {
	font-size: 18px;
	font-weight: bold;
	min-height: 25px;
	padding: 15px 0 20px 0;
}
#faq #contents .main .article .faq1 .asking i:before,
#faq #contents .main .article .faq2 .asking i:before{
	content:"Q";
	font-family: Oswald, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-right: 5px;
}
#faq #contents .main .article .faq1 .answer,
#faq #contents .main .article .faq2 .answer { min-height: 40px; padding: 5px 0 10px 0; }

#faq #contents .main .article .faq1 .answer i:before,
#faq #contents .main .article .faq2 .answer i:before{
	content:"A";
	font-family: Oswald, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-right: 5px;
}

#faq #contents .main .article .decor1 {
	position: absolute;
	right: 5px;
	bottom: 0;
	z-index: 0;
}


/*----------------------------------------------------------
  - TBD
----------------------------------------------------------*/

.sample {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	_zoom: 1;
	overflow: hidden;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-background-size: 30px auto;
	   -moz-background-size: 30px auto;
		    background-size: 30px auto;
	-webkit-background-origin: content;
	   -moz-background-origin: content;
	        background-origin: content;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 0px) and (max-width: 768px) {
}

