.zeh_1_main{
	max-width:1920px;
	margin:150px auto 0 auto;
}
.zeh_1_sub_1{
	max-width:1200px;
	width:90%;
	margin:0 auto;
	position:relative;
}
.zeh_1_sub_1 .flex_1{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.zeh_1_sub_1 .flex_1 .div_1{
	margin-right:50px;
}

.zeh_1_sub_1 .flex_1 .div_1 .title_1{
	display:inline-block;
	font-size:18px;
	color:#fff;
	padding:5px 20px;
	background:#6B635C;
}
.zeh_1_sub_1 .flex_1 .div_1 .title_2{
	font-size:60px;
	font-family:myfont;
	color:#6B635C;
	letter-spacing:5px;
	margin:10px 0 30px 0;
}
.zeh_1_sub_1 .flex_1 .div_1 .text_1{
	font-size:16px;
	color:#6B635C;
	line-height:180%;
}
.zeh_1_sub_1 .flex_1 .div_1 .text_1 .title_1a{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	
}
.zeh_1_sub_1 .text_2 .title_1a{
	font-size:18px;
	font-weight:bold;
	color:#6B635C;
	margin:20px 0;
}

.zeh_1_sub_1 .table_1{
	font-size:16px;
	border-spacing:0;
	border:1px solid #ccc;
	max-width:1000px;
	width:100%;
}
.zeh_1_sub_1 .table_1 td{
	text-align:center;
	padding:10px 10px;
	box-sizing:border-box;
}
.zeh_1_sub_1 .table_1 tr:first-child td:nth-child(4){
	font-size:13px;
}
.zeh_1_sub_1 .table_1 td:not(:nth-child(1)){
	text-align:right;
	border-left:1px #ccc solid;
}
.zeh_1_sub_1 .table_1 tr:not(:first-child) td{
	border-bottom:1px #ccc solid;
}
.zeh_1_sub_1 .table_1 tr:nth-child(1) td:nth-child(1){
	border-bottom:1px #ccc solid;
	width:20%;
}
.zeh_1_sub_1 .table_1 tr:nth-child(2) td:nth-child(1){
	border-left:1px #ccc solid;

}
.zeh_1_sub_1 .table_1 tr:nth-child(1) td{
	border-bottom:1px #fff solid;
	text-align:center;
	padding:10px 10px 0px 10px;
}
.zeh_1_sub_1 .table_1 tr:nth-child(2) td{
	text-align:center;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
}

.zeh_1_sub_1 .table_1 tr:nth-child(5) td{
	border-top:3px #000 solid;
	border-bottom:3px #000 solid;
}
.zeh_1_sub_1 .table_1 tr:nth-child(5) td:first-child{
	border-left:3px #000 solid;
}
.zeh_1_sub_1 .table_1 tr:nth-child(5) td:last-child{
	border-right:3px #000 solid;
}
.zeh_1_sub_1 .table_1 tr:nth-child(5) td{
	background:#ffe;
}
.zeh_1_sub_1 .table_1 td:nth-child(1){
	
}
.zeh_1_sub_1 .table_1 td:nth-child(2){
	font-size:16px;
}

.zeh_1_sub_1 .table_2{
	font-size:16px;
	border-spacing:0;
	border:1px solid #ccc;
	max-width:1000px;
	width:100%;
}
.zeh_1_sub_1 .table_2 td{
	text-align:center;
	padding:10px 10px;
	box-sizing:border-box;
}
.zeh_1_sub_1 .table_2 td:nth-child(1){
	width:30%;
}
.zeh_1_sub_1 .table_2 tr:not(:first-child) td:not(:first-child){
	text-align:right;
}
.zeh_1_sub_1 .table_2 td:not(:nth-child(1)){
	
	border-left:1px #ccc solid;
}
.zeh_1_sub_1 .table_2 tr:not(:last-child) td{
	border-bottom:1px #ccc solid;
}
.zeh_1_sub_1 .table_2 tr:nth-child(5) td{
	border-top:3px #000 solid;
	border-bottom:3px #000 solid;
}
.zeh_1_sub_1 .table_2 tr:nth-child(5) td:first-child{
	border-left:3px #000 solid;
}
.zeh_1_sub_1 .table_2 tr:nth-child(5) td:last-child{
	border-right:3px #000 solid;
}
.zeh_1_sub_1 .table_2 tr:nth-child(5) td{
	background:#ffe;
}


@media screen and (max-width:1024px) {
.zeh_1_sub_1 .flex_1{
	display:block;
}	
.zeh_1_sub_1 .flex_1 .div_1{
	margin-right:0px;
}
.zeh_1_sub_1 .flex_1 .div_2 .img_1{
	margin:50px auto 0 auto;
	text-align:center
}
.zeh_1_sub_1 .table_1{
	width:800px;
	font-size:14px;
}
.zeh_1_sub_1 .table_2{
	width:800px;
	font-size:14px;
}
}
@media screen and (max-width:784px) {
.zeh_1_main{
	margin:50px auto 0 auto;
}
.zeh_1_sub_1 .flex_1 .div_1 .title_2{
	font-size:40px;
}
.zeh_1_sub_1 .flex_1 .div_2 .img_1 img{
	max-width:100%;
}

}