@charset "UTF-8";
/* ######################################################################################

　よくある質問　ファーストビューの要素

###################################################################################### */
.pageFaq .contents .accMenu .accData{display:none;}

@media print, screen and (min-width: 768px) {
	.pageFaq .contents .accMenu{
		width:1100px;
		margin-left: auto;
		margin-right: auto;
		}
	.pageFaq .contents .accMenu .ans01 em{
		display:inline-block;
		margin-top:-14px;
		}
	.pageFaq .contents .accMenu .ans01 .time{
		font-size:1.6rem;
		font-weight:bold;
		font-style:inherit;
		}
	.pageFaq .contents .accMenu .ans01 .tel{
		font-size:2.6rem;
		font-weight:bold;
		color:#ED1C23;
		font-style:inherit;
		}
	
}
@media screen and (max-width: 767px) {
	.pageFaq .contents .accMenu .ans01 em{
		display:inline-block;
		margin-top:14px;
		}
	.pageFaq .contents .accMenu .ans01 .time{
		font-size:1.6rem;
		font-weight:bold;
		font-style:inherit;
		}
	.pageFaq .contents .accMenu .ans01 .tel{
		margin-bottom:-14px;
		font-size:2.6rem;
		font-weight:bold;
		color:#ED1C23;
		font-style:inherit;
		}
	
}

