@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	background-position: top center;
	background-image: url(../web/faq/mimg.webp);
	background-size: cover;
	text-align: center;
	font-size: 45px;
	font-weight:bold;
	letter-spacing: 3px;
	line-height: 350px;
	color: #FFF;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 30px;
}

#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 1px;
	float: left;
	font-weight: bold;
}
.ac1 {
	width: 1050px;
	height: 30px;
	padding-left: 50px;
	float: left;
	margin-top: 40px;
	background-image: url(../web/faq/ac1.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 16px;
	color:#000;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: left;
}
.ac2 {
	width: 1050px;
	padding-left: 50px;
	float: left;
	margin-top: 20px;
	background-image: url(../web/faq/ac2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 15px;
	color:#000;
	line-height: 27px;
	letter-spacing: 1px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	text-align: left;
}

@media screen and (min-width:768px){

}
