@charset "utf-8";

/* CSS Document */

#question_top{
	width: 100%;
	padding-top: 220px;
	padding-bottom: 110px;
	background-color: #f7f5f2;
	text-align: center;
}
#question_top h1{
	font-size: 20px;
	line-height: 2.0;
    color: #ae9373;
}
#question_title{
	width: 100%;
	text-align: center;
	position: relative;
	top: -12px;
	margin-bottom: 95px;
}
#question_title h2{
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 24px;
    line-height: 1.0;
}
#question_title h3{
	font-weight: 400;
    font-size: 12px;
    line-height: 1.0;
	font-family: 'Overpass', sans-serif;
}
.question_box{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.question_box h1{
	font-family: Lato, "Noto Sans Japanese", sans-serif;
	text-align: center;
	margin-bottom: 60px;
}
.question_title{
	font-size: 26px;
	padding-bottom: 10px;
    border-bottom: 2px solid #666666;
}
.question_list{
	width: 700px;
	margin: 0 auto;
}
.question_list li{
	font-family: Lato, "Noto Sans Japanese", sans-serif;
	border-bottom: solid 1px #CACACA;
	color: #666666;
	margin-bottom: 40px;
}
.question_list dt{
	float: left;
}
.q{
	font-size: 26px;
	margin-bottom: 20px;
	color:#1e90ff;
}
.q_text{
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 35px;
	padding-top: 4px;
}
.a{
	font-size: 26px;
	margin-bottom: 20px;
	color: #f08080;
}
.a_text{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 30px;
	padding-top: 4px;
}