@charset "utf-8";

.h2_bottom{
	width: 95%;
	margin: auto;
}
.h2_bottom h4{
	font-size: 28px;
	margin-bottom: 10px;
}
/*-------------*/

.faq .Q a{
	font-family: none;
	font-size: 20px;
	color: #0296DD;
	margin-bottom: 10px;
	margin-left: 30px;
	font-weight: bold;
}
.faq .answer{
background-color:#252525;
	color: #fff;
	font-size: 25px;
	padding:8px 0 5px 20px;
	font-weight: bold;
	margin: 0 0px 20px 0;
}
.faq .answer_text{
	font-size: 22px;
}
.faq .answer_text .red{
	color: #FF0D45;
	font-family: none;
	font-weight: bold;
	font-size:40px;
	line-height: 40px;
}
.faq .answer_text .blue{
	color: #2E45FF;
	font-family: none;
	font-size:40px;
	line-height: 40px;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.faq .Q a{
	font-size: 25px;
	margin-left: 10px;
}
	.faq .answer_text{
	font-size: 25px;
}

}
