/*よくあるご質問ページ*/
@media screen and ( min-width : 769px ) {
#shitsumon_hed {
  background: #fff;
}
#shitsumon_hed img{
  width: 100%;
}
#shitsumon_hed section.content_top {
	width: 100%;
	min-width: 320px;
	margin: 0 auto ;
}
#shitsumon_cont {
  background: #fff;
}
#shitsumon_cont section.content_top {
	max-width: 1080px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
.shitsumon_ttl01{
	text-align: left;
	border-bottom: solid 1px #101010;
	color: #17184b;
	font-size: 35px;
	margin: 10px;
}
.qa {
	width: 100%;
	margin-bottom: 20px; 
}
.q_txt{
	text-align: left;
	font-size: 16px;
	color: #101010;
	line-height: 1.5;
	font-weight: bold;
	margin: 5px 10px;
}
.q_txt span{
	font-size: 20px;
}
.a_txt{
	text-align: left;
	font-size: 16px;
	color: #F90101;
	line-height: 1.5;
	margin: 0 10px 0 10px;
}
.a_txt span{
	font-size: 20px;
}
table.qa {
	width: 100%;
	margin: 10px 0;
}
table.qa , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
table.qa ,td, th {
	padding: 10px;
	vertical-align: middle;
	color: #101010;
}
table.qa th {
	background: #fff;
	font-weight: bold;
}
table.qa td span {
	color: #F90101;
	font-weight: bold;
}
}
@media screen and (max-width:768px) {
#shitsumon_hed {
  background: #fff;
}
#shitsumon_hed img{
  width: 100%;
}
#shitsumon_hed section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
}
#shitsumon_cont {
  background: #fff;
}
#shitsumon_cont section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 5px 5px 30px 5px;
}
.shitsumon_ttl01{
	text-align: left;
	border-bottom: solid 1px #101010;
	color: #101010;
	font-size: 25px;
	margin: 5px;
}
.qa {
	width: 100%;
	margin: 10px 0 15px 0;
}
.q_txt{
	text-align: left;
	font-size: 14px;
	color: #101010;
	line-height: 1.2;
	font-weight: bold;
	margin: 5px 10px  ;
}
.q_txt span{
	font-size: 20px;
}
.a_txt{
	text-align: left;
	font-size: 14px;
	color: #F90101;
	line-height: 1.2;
	margin: 5px 10px ;
}
.a_txt span{
	font-size: 18px;
}
table.qa {
	width: 100%;
	margin: 5px 0;
}
table.qa , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
table.qa ,td, th {
	padding: 10px;
	vertical-align: middle;
}
table.qa th {
	background: #fff;
	font-weight: bold;
}
table.qa td span {
	color: #F90101;
	font-weight: bold;
}
}
/* よくあるご質問ページここまで */