@charset "utf-8";
/*=============================================================
 #mainVisual
=============================================================*/
.pageTtlTxt:after{
	display: none;
}
/* .qa
-------------------------------------------------------------*/
.qa{
	margin: 30px 0 0;
}
.qa dl{
	border-bottom: 1px solid #A0A0A0;
}
.qa dl dt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 70px 0 25px 0;
	font-size: 24px;
}
.qa dl dt span.icn{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 34px;
	color: #fff;
	background-color: #E50012;
	border-radius: 9999px;
}
.qa dl dt span.txt{
	width: calc(100% - 70px);
	padding: 3px 0 0;
}
.qa dl dd{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0 70px 0;
}
.qa dl dd span.icn{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 34px;
	color: #fff;
	background-color: #000;
	border-radius: 9999px;
}
.qa dl dd span.txt{
	width: calc(100% - 70px);
	padding: 10px 0 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:899px){
/*=============================================================
 ttl
=============================================================*/
/* .pageTtl
-------------------------------------------------------------*/
.pageTtl{
	background: url("../img/main_sp.jpg") no-repeat center center;
	background-size: cover;
}
/* .qa
-------------------------------------------------------------*/
.qa{
	margin: 30px 0 0;
}
.qa dl{
	border-bottom: 1px solid #A0A0A0;
}
.qa dl dt{
	padding: 40px 0 20px 0;
	font-size: 19px;
}
.qa dl dt span.icn{
	width: 40px;
	height: 40px;
	font-size: 24px;
}
.qa dl dt span.txt{
	width: calc(100% - 60px);
	padding: 2px 0 0;
}
.qa dl dd{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0 40px 0;
}
.qa dl dd span.icn{
	width: 40px;
	height: 40px;
	font-size: 24px;
}
.qa dl dd span.txt{
	width: calc(100% - 60px);
	padding: 5px 0 0;
}
}