@charset "UTF-8";
@media screen and (min-width: 768px) {
#header_area {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
	z-index: 3;
	animation:show3 1.0s both;
}
#sp_header {
	display: none;
}
#sb-site {
	padding-top: 150px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#header_area {
	display: none;
}
#sp_header {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,1.0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
	z-index: 3;
	animation:show3 1.0s both;
}
#sb-site {
	padding-top: 50px;
	background: #FFF;
}
}





/*////////////////////////////////////
FAQ
////////////////////////////////////*/
.faq_subtitle h3 {
	position: relative;
	padding-bottom: .2em;
	font-size: 1.6rem;
	font-weight: normal;
	color: #483e30;
}
.faq_subtitle h3::before,
.faq_subtitle h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
.faq_subtitle h3::before {
	z-index: 2;
	width: 15%;
	background-color: #444;
}
.faq_subtitle h3::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
#faq_area {
	width: 80%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
.question {
	color: #555;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding: 10px 0 3px 10px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.question span img {
	width: 48px;
	margin-right: 10px;
}
.answer {
	padding: 10px;
	color: #555;
	font-size: 1.4rem;
	line-height: 1.6;
}
.a_left {
	width: 52px;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.answer	span.faqimg1 {
	display:inline-block;
	width: 140px;
}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
.question {
	color: #555;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding: 10px 0 3px 10px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.question span img {
	width: 36px;
	margin-right: 10px;
}
.answer {
	padding: 10px;
	color: #555;
	font-size: 1.4rem;
	line-height: 1.6;
}
.a_left {
	width: 40px;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.answer	span.faqimg1 {
	display:inline-block;
	width: 140px;
}
}
@media screen and (min-width: 0px) and (max-width: 480px) {
.question {
	color: #555;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding: 10px 0 3px 10px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.question span img {
	width: 36px;
	margin-right: 10px;
}
.answer {
	padding: 10px;
	color: #555;
	font-size: 1.4rem;
	line-height: 1.6;
}
.a_left {
	width: 40px;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.answer	span.faqimg1 {
	display:inline-block;
	width: 140px;
}
}
.answer a:link,
.answer a:visited {
	color: #1D75B8;
	text-decoration: underline;
}
.answer a:hover {
	color: #FF0000;
}