@charset "utf-8";

/* CSS Document */

#fee_top{
	width: 100%;
	padding-top: 220px;
	padding-bottom: 110px;
	background-color: #f7f5f2;
	text-align: center;
}
#fee_top h1{
	font-size: 20px;
	line-height: 2.0;
    color: #ae9373;
}
#fee_title{
	width: 100%;
	text-align: center;
	position: relative;
	top: -12px;
	margin-bottom: 95px;
}
#fee_title h2{
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 24px;
    line-height: 1.0;
}
#fee_title h3{
	font-weight: 400;
    font-size: 12px;
    line-height: 1.0;
	font-family: 'Overpass', sans-serif;
}
.fee_box1{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
}
.fee_box1 h1{
	font-family: 'EB Garamond','Sawarabi Gothic','PT Sans','Sawarabi Mincho';
	font-size:28px;
	color: #ae9373;
	margin-bottom: 20px;
}
.fee_box1 h2{
	font-size:22px;
	color: #666666;
	margin-top: 30px;
	text-align: right;
}
.fee_box1_l{
	width: 420px;
	margin-right: 30px;
	float: left;
}
.fee_box1_l img{
	width: 100%;
}
.fee_box1_r{
	width: 450px;
	float: left;
}
.fee_box1_r p{
	font-family: "Noto Sans JP", sans-serif;
	font-size:14px;
	line-height: 30px;
	letter-spacing: 1.6px;
}
.fee_box2{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
}
.fee_box2 h1{
	font-family: 'EB Garamond','Sawarabi Gothic','PT Sans','Sawarabi Mincho';
	font-size:28px;
	color: #ae9373;
	margin-bottom: 20px;
}
.fee_box2 h2{
	font-size:22px;
	color: #666666;
	margin-top: 30px;
	text-align: right;
}
.fee_box2_l{
	width: 450px;
	float: left;
}
.fee_box2_l p{
	font-family: "Noto Sans JP", sans-serif;
	font-size:14px;
	line-height: 30px;
	letter-spacing: 1.6px;
}
.fee_box2_r{
	width: 420px;
	margin-left: 30px;
	float: left;
}
.fee_box2_r img{
	width: 100%;
}
.fee_color{
	color: #ae9373;
	font-size: 16px;
}
.circle_box{
	margin: 10px 0;
}
.circle{
	color: #ae9373;
    border: 1px dashed #ae9373;
    padding: 0;
    margin: 0 15px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}