#contents .service {
  padding-top: 65px;
}
.sections{
	width: 1280px;
	border-top: 1px solid #bebebe;
	margin: 75px auto 0;
	padding: 75px 0 0;
	box-sizing: border-box;
}

.sections.sec01{
	margin: 0 auto;
	border-top: none;
}

.sections .sec_inner{
	width: 900px;
	margin: 0 auto;
}

.sections .sec_inner h4{
	text-align: center;
	padding: 0 0 65px;
}

.sections .txt_inner + .txt_inner {
	padding-top: 70px;
}


.sections .txt_inner .txt_area .list{
	width: 474px;
	margin: 0 0 0;
}
.sections .txt_inner .txt_area .list dt{
	line-height: 1.0;
	padding: 0 0 17px;
}
.sections .txt_inner .txt_area .list dd{
	padding: 0 0 20px;
	margin: 0 0 25px;
	border-bottom: 1px solid #a68146;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-size: 14px;
}
.sections .txt_inner .txt_area .list dd:last-child{
	border-bottom: none;
}


/*---------------------------------------------
 sec02
----------------------------------------------*/
.sec02 .ph_l{
	padding: 0 0 50px;
}

.sec02 .txt_inner .txt_area{
	width: 500px;
	margin: 0 0 0;
}

.sec02 .txt_inner{
	padding: 0 0 0;
}

.sec02 .btn{
	text-align: center;
	padding-top: 75px;
}


.sec02 .aside li{
	counter-increment: number;
	position: relative;
	padding-left: 30px;
	padding-top: 30px !important;
}
.sec02 .aside li::before{
	position:absolute;
	content: "※"counter(number);
	left: 0;
}

/*---------------------------------------------
 sec03
----------------------------------------------*/
.sec03 .ph_l{
	padding: 50px 0 0;
}
