<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*owner_container*/
.owner_container {
	margin: 0;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
}
.owner_containermt{
	margin-top: 40px;
}
.owner_pink_container {
	background-color: #FBF8F4;
	padding: 40px 0;
	height: auto;
}
.owner_pink_container_inner {
	margin: 0;
	padding: 0;
	text-align: center;
}
.owner_pink_container_gra {
	background-image: url(../images/owner/owner_pink_container_gra_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.owner_center_title img {
	height: 78px;
	width: auto;
}
.owner_center_title {
	margin-bottom: 15px;
}
.owner_center_title a{
	text-decoration:none;
	color:#4C372B;	
	margin-left:35px;
}
.owner_center_title::after {
	display: block;
	content: "";
	height: 1px;
	background-color: #4C372B;
	margin: 10px auto 0;
	width: 90%;
}
/*owner_main_container*/
.owner_main_container {
	margin-top: 0px;
}
.owner_main_container_inner {
	width: 100%;
	height: 290px;
	background-position: center center;
	background-size: cover;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.owner_main_container_inner_text {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px 10px 10px 30px;
	font-size: 16px;
	color: #4C372B;
	font-weight: bold;
	line-height: 36px;
	width: 240px;
}
/*owner_overview*/
.owner_overview {
	text-align: center;
}
.owner_overview_title {
	font-size: 20px;
	line-height: 30px;
	color: #4C372B;
	font-weight: bold;
	margin-bottom: 32px;
	padding:0 24px;
}
.owner_overview_text {
	font-size: 14px;
	line-height: 24px;
	text-align:left;
	display:block;
	padding:0 24px;
}
/*owner_before*/
.owner_before {
	position: relative;
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 40px;
}
.owner_before_image_right {
	position: relative;
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.owner_before_image img {
	height: auto;
	width:100%;
}
.owner_before_right {
	z-index: 100;
	top: 0px;
	bottom: 0;
	padding: 26px 20px 50px;
	text-align: center;
	width: calc(100% - 40px);
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	margin-top: -20px;
}
.owner_before_text_left {
	position: absolute;
	z-index: 100;
	left: 0px;
	padding: 44px 20px 50px;
	text-align: center;
	width: 255px;
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
}
.owner_before_main_title {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #4C372B;
	margin-bottom: 15px;
}
.owner_before_main_text {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.owner_before_main_text &gt; a {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #333333;
}
.owner_link_area {
	display:block;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
}
.owner_link_list {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items:center;
	margin-bottom: 35px;
}
.owner_link_list li {
	width: 90%;
	margin-bottom: 33px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
}
.owner_link_list li a {
	margin: 0 auto;
	display: block;
	padding: 10px;
	width: 100%;
	color: #4C372B;
	border: 1px solid #4C372B;
	border-radius: 4px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.owner_link_list li a:hover {
	text-decoration: underline;
}
</pre></body></html>