.custom_list_value1{
}
.custom_list_value1_item{
	margin-top:15px;
}
.custom_list_value1_item:nth-child(1){
	margin:0;
}
.custom_list_value1_item{
	display:flex;
	flex-wrap:nowrap;
	border-bottom:1px #ece8dc solid;
	padding:5px;
	padding-bottom:2px;
}
.custom_list_value1_item_box1{
	flex:1;
}
.custom_list_value1_item_box2{
	width:30%;
	min-width:100px;
	text-align:right;
}

.custom_title1{
	display:block;
	border-bottom:1px #ece8dc solid;
	padding:5px;
	padding-bottom:2px;
	margin-bottom:25px;
}

.custom_list_column1{
	-webkit-columns:3 200px;
	-moz-columns:3 200px;
	columns:3 200px;
	-webkit-column-gap:25px;
	-moz-column-gap:25px;
	column-gap:25px;
}
.custom_list_column1 span{
	display:block;
}

.custom_cont1{
	display:flex;
	flex-wrap:nowrap;
}
.custom_table_cont1{
	width:100%;
	border-colapse:colapse;
}
.custom_table_cont1 td{
	vertical-align:top;
}
.custom_table_cont1 td:nth-child(1){
	width:50%;
}
.custom_table_cont1 td:nth-child(2){
	padding-left:20px;
}