@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-position: top center;
	background-image: url(../web/faq/mimg.webp);
	background-size: cover;
	text-align: center;
	font-size: 15px;
	font-weight:bold;
	letter-spacing: 1px;
	line-height: 90px;
	color: #FFF;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01{
	width: 100%;
	height:auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#contents01 {
	width: 100%;
	height: auto;
	max-width: 310px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	width: 310px;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0px;
	float: left;
}
.ac1 {
	width: 290px;
	height: auto;
	padding-left: 20px;
	float: left;
	margin-top: 20px;
	background-image: url(../web/faq/ac12.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
	color:#000;
	line-height: 13px;
	letter-spacing: 0px;
}
.ac2 {
	width: 290px;
	height: auto;
	padding-left: 20px;
	float: left;
	margin-top: 15px;
	background-image: url(../web/faq/ac22.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
	color:#000;
	line-height: 13px;
	letter-spacing: 0px;
}
}
