@charset "UTF-8";

.faq_content{
	margin-bottom: 100px;
}

.content{
	width: 80%;
	margin: 0 auto;
	color: #616161;
}

.title{
	width: 100%;
	height: 60px;
	border-bottom: 3px solid #ff9e00;
	font-size: 23pt;
	font-weight: bold;
	text-align: left;
}

dl{
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
}

dt{
	width: 80%;
	text-align: left;
	font-weight: bold;
	font-size: 16pt;
}

dt::before{
	content: "Q.";
	color: #ff9e00;
}

dd{
	font-size: 13pt;
	padding: 10px 0;
	line-height: 1.7em;
}

#link a{
	text-decoration: none;
	color: #4876e6;
	font-weight: bold;
}

#link a:hover{
	border-bottom: 1px solid #4876e6;
}