@charset "utf-8";
/* CSS Document（faq/index.html用） */

.faqtitle{
  font-size:18px;
  text-align:left;
  color:#059a94;
  font-weight:bold;
  border-bottom:solid 2px #059a94;
}

/*---よくあるご質問---*/
#section01{
  margin:0px auto;
  padding-bottom:100px;
  width:100%;
  height:auto;
  overflow:hidden;
  background:url(../img/bg06.jpg) no-repeat center;
	background-size: cover;
}

dl{
	margin-bottom: 30px;
  text-align:left;  
}

dt{
	margin-top:20px;
}

.point_font{
	color:#059a94;
	font-size:17px;
	font-weight:bold;
	border-bottom:dashed 1px #059a94;
	margin-bottom:10px;
}

.que_box{
	padding-top: 5px;
	padding-left:15px;
  text-align:left;
	font-size:17px;
	font-weight:bold;
	height:auto;
	width:830px;
  color:#FFFFFF;
	background-color:#000000;
  border-bottom:solid 2px #059a94;
}

.ans_box{
	width:800px;
  margin-top:5px;
	margin-left:25px;
  font-size:15px;
}






