@charset "utf-8";

/*--------------------------------------------------------------------------------
 * style setting
 *------------------------------------------------------------------------------*/

body{
	text-align: left;
}
a:link,a:visited,a:hover,a:active{
	color: #000;
	text-decoration: underline;
}
a:hover,a:focus{
	color: #000;
	text-decoration: none;
}
.header{
	width: 1014px;
	margin: 0 auto;
	padding-bottom: 73px;
}
.header{
	position: relative;
	left: -97px;
}
.ttl_01{
	text-align: center;
	padding: 0 0 52px 0;
}
.ttl_01 p{
	padding: 57px 0 0 0;
}
.ttl_01,
.section_01{
	width: 1014px;
	margin: 0 auto;
}
.section_01_wrapper{
	padding: 67px 0 0;
	background: #eee;
}
.section_01{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: solid 1px #cecece;
}
.section_01_lastChild{
	margin-bottom: 0;
	border-bottom: none;
}
.section_01 h2{
	margin-bottom: 13px;
}
.section_01 ul li{
	padding-left: 1em;
	text-indent: -1em;
}
.section_01 ul li ul{
	/* margin-left: 1em; */
}
.close_btn{
	padding: 56px 0 100px;
	text-align: center;
}