@charset "utf-8";

/*----PARENTS---*/
#visitor {
	width:100%;
}
/*---------------------------------------------
 txt
----------------------------------------------*/
.service_sub_title{
	font-size: 23px;
	color: #a68146;
	padding: 0 0 20px;
	letter-spacing: 0.2em;
	line-height: 2.2;
	text-align: center;
	font-weight: normal;
}

.sections{
	padding-bottom: 75px;
}

.sections p{
	letter-spacing: 0.05em !important;
	line-height: 2.4 !important;
	font-size: 14px;
	text-align: left;
}
.sections p.aside{
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.8 !important;
}

.sections .txt_inner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.sections .txt_inner .txt_area_l {
	padding-right: 50px;
}

.sections .txt_inner .txt_area_r {
	padding-left: 50px;
}


.sections .sec_inner{
	width: 900px;
	margin: 0 auto;
}
.sections .sec_inner h3{
	padding: 0 0 35px;
}
.sections .sec_inner h3,
.sections .sec_inner p.cach{
	text-align: center;
}

.sections .sec_inner .ph{
	padding: 40px 0;
	text-align: center;
}

.sections .aside_area,
.sections .iso_list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 12px;
	padding: 40px 0 0 0;
}

.sections .aside_area li{
	line-height: 2.0;
}

.box_gray{
	background: #f5f5f5;
	padding: 75px 0;
	width: 1280px;
	margin: 0 auto;
	text-align: center;
}

.box_gray p{
	letter-spacing: 0.2em !important;
	padding: 0 0 30px;
	text-align: center;
}

.sections h5{
	padding: 50px 0 0;
	text-align: center;
}

.sections .iso_list li{
	position: relative;
	border:3px solid #a68146;
	padding: 23px;
	box-sizing: border-box;
	width: 288px;
	margin-top: 42px;
	border-radius: 20px;
}

.sections .iso_list li p{
	padding: 10px 0 0 0;
	line-height: 1.8 !important;
	letter-spacing: 0 !important;
	font-size: 13.5px;
}

.sections .iso_list li .ico{
	position:absolute;
	left: 20px;
	top:-42px;
}
