@charset "UTF-8";

/* CSS Document */



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* INFO TABLE */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.ow_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-bottom: 1px solid rgba(0,126,223,.4);
	background-color: rgba(0,126,223,.04);
}

.ow_table_row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	height: 100%;
	justify-content: flex-start;
}

.ow_table_l {
	border-top: 1px solid rgba(0,126,223,.4);
	padding: 11px 30px 12px 30px;
	float: left;
	width: 320px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
	background-color: rgba(0,126,223,.04);
}

.ow_table_r {
	border-top: 1px solid rgba(0,126,223,.4);
	padding: 11px 30px 12px 30px;
	float: left;
	width: calc(100% - 440px);
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.ow_table_l {
	padding: 12px 20px 12px 20px;
	width: 200px;
}

.ow_table_r {
	padding: 12px 20px 12px 20px;
	width: calc(100% - 280px);
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.ow_table_l {
	padding: 8px 14px 3px 14px;
	width: calc(100% - 28px);
	color: #006dc0;
	background: none;
}

.ow_table_r {
	border-top: 0px solid rgba(0,126,223,.4);
	padding: 0px 14px 12px 14px;
	width: calc(100% - 28px);
	color: #006dc0;
}
}

.ow_tbl_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din900", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #006dc0;
	text-decoration: none;
	text-align: right;
}

.ow_tbl_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #006dc0;
	text-decoration: none;
	text-align: left;
}

.ow_tbl_p1 span {
	font-family: "din700", Helvetica, Arial, sans-serif;
}

.ow_tbl_list_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
}

.ow_tbl_list_p1 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ow_tbl_list_p1 li {
	padding: 0px 0px 0px 20px;
	background-image: url('/wp-content/uploads/2021/11/bullet_006dc0_60.png');
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 0px 8px;
	color: #006dc0;
}

.ow_tbl_list_p1 li span {
	font-family: "din700", Helvetica, Arial, sans-serif;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.ow_tbl_h1 {
	font-size: 16px;
	line-height: 24px;
}

.ow_tbl_p1 {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 24px;
}

.ow_tbl_list_p1 {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 24px;
}

.ow_tbl_list_p1 li {
	padding: 0px 0px 0px 20px;
	background-size: 13px 13px;
	background-position: 0px 7px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.ow_tbl_h1 {
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}

.ow_tbl_p1 {
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}

.ow_tbl_list_p1 {
	padding: 0px 0px 20px 0px;
	font-size: 15px;
	line-height: 22px;
}

.ow_tbl_list_p1_space_before {
	padding-top: 20px;
}

.ow_tbl_list_p1 li {
	padding: 0px 0px 0px 18px;
	background-size: 12px 12px;
	background-position: 0px 6px;
}
}

.ow_tbl_list_p1:last-of-type {
	padding-bottom: 0px;
}

.ow_txt_list_p1 li:last-of-type {
	padding-bottom: 0px;
}
