@charset "utf-8";

/* CSS Document */

#condition_list_top{
	width: 100%;
	padding-top: 220px;
	padding-bottom: 110px;
	background-color: #f7f5f2;
	text-align: center;
}
#condition_list_top h1{
	font-size: 20px;
	line-height: 2.0;
    color: #ae9373;
}
#condition_list_title{
	width: 100%;
	text-align: center;
	position: relative;
	top: -12px;
	margin-bottom: 95px;
}
#condition_list_title h2{
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 24px;
    line-height: 1.0;
}
#condition_list_title h3{
	font-weight: 400;
    font-size: 12px;
    line-height: 1.0;
	font-family: 'Overpass', sans-serif;
}
#condition_list{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.condition_list_box{
	width: 900px;
	border-top: 1px solid #DDDDDD;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
}
.condition_list_box p{
	font-size: 12px;
	line-height: 34px;
}
.c_h_style{
	font-size: 16px;
	color: #545454;
}
.condition_list_box_l{
	width: 25%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}
.condition_list_box_r{
	width: 75%;
	float: left;
	border-left: solid 1px #DDDDDD;
	box-sizing: border-box;
}
.condition_list_box ul{
	font-family: 'EB Garamond','Sawarabi Gothic','PT Sans';
	margin: 0;
	padding: 0;
}
.condition_list_box li{
	width: 50%;
	color: #B7B7B7;
	float: left;
	padding-left: 10%;
	line-height: 40px;
	box-sizing: border-box;
	background: url(images/r_arrow.png) 35px 13px no-repeat;
    background-size: 13px 13px;
	
}
.condition_list_box a{
	color: #721C00;
}