@charset "UTF-8";
/* CSS Document */


#sec01{
	background-color: #f0e4da;
}



.faq1{
  background: #fff;
  padding: 2em;
  border-radius: 1em;
}
.faq1 dt{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted;
	font-size: 28px;
	color: #990000;
	font-weight: bold;
}
.faq1 dt:before{
	content: "Q";
	font-weight: normal;
	background: #d4ae8f;
	color: #000;
	width: 2.0em;
	height: 2.0em;
	line-height: 2;
	text-align: center;
	display: inline-block;
	border-radius: 2em;
	margin-right: 0.5em;
	font-size: 44px;
}
.faq1 dd{
	margin-bottom: 2em;
	font-size: 18px;
	color: #000;
	margin-top: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 32px;
	padding-left: 60px;
	padding-right: 60px;
}
.faq1 dd:last-child{
	margin-bottom: 2em;
	font-size: 18px;
	margin-top: 1em;
	font-weight: normal;
	line-height: 32px;
	padding-left: 60px;
	padding-right: 60px;
}
