<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*company_main_container*/
.company_main_container_inner {
	width: 100%;
	height: 487px;
	background-position: center center;
	background-size: cover;
	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;
	min-width:1080px;
	width:100%;
	_display: inline;
	_zoom:1;
}
.company_main_container_inner_text {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 28px 20px 35px 20px;
	font-size: 30px;
	color: #4C372B;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	width: 500px;
}
/*company_container*/
.company_pink_container {
	background-color: #fbf8f4;
	min-width:1080px;
	width:100%;
	_display: inline;
	_zoom:1;
}
.company_pink_container_inner {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	padding: 24px 0 94px;
	text-align: center;
}
/*company_contents_area*/
.company_contents_area {
	background-color: #fff;
	border-radius: 10px;
	margin-top: 50px;
	padding: 80px 120px;
}
.company_title {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #4C372B;
	line-height: 36px;
	margin-bottom: 30px;
	text-align: left;
}
.company_table {
	font-size: 14px;
	line-height: 36px;
	text-align: left;
	width: 100%;
}
.company_table th, .company_table td {
	vertical-align: top;
	padding: 10px 10px 10px 0;
}
.company_table th {
	width: 125px;
	text-align: left;
}
.company_location_list {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 900px;/*IE11*/
}
.company_location_list dt {
	width: 200px;
	padding-right: 15px;
}
.company_location_list dd {
	width: calc(100% - 210px);
}
.company_map {
	margin-top: 35px;
}
.company_link_area {
	text-align: center;
	margin: 80px auto -33px auto;
	font-size: 0;
}
.company_link_list {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content:center;
}
.company_link_list li {
	width: 400px;
	margin-bottom: 33px;
}
.company_link_list li:nth-child(odd) {
	margin-right: 28px;
}
.company_link_list li a {
	margin: 0 auto;
	display: block;
	padding: 20px;
	width: 100%;
	color: #4C372B;
	border: 1px solid #4C372B;
	border-radius: 4px;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
}
.company_link_list li a:hover {
	text-decoration: underline;
}
.company_title{
	font-size: 14px;
	line-height: 36px;
	font-weight:bold;
	text-align:left;
}
ul.company_member{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
ul.company_member &gt; li{
	width:calc((100% - 160px) / 3);
	margin:0 80px 80px 0;
}
ul.company_member &gt; li:nth-child(3n){
	margin: 0 0 80px 0;
}
ul.company_member &gt; li.small-bottom{
	margin: 0 80px 20px 0;
}
ul.company_member &gt; li.small-bottom:nth-child(3n){
	margin: 0 0 20px 0;
}
ul.company_member &gt; li &gt; .company_member_pic{
	width:100%;
}
ul.company_member &gt; li &gt; .company_member_pic &gt; img{
	width:100%;
	height:auto;
}
ul.company_member &gt; li &gt; .company_member_text{
	font-size: 14px;
	line-height: 36px;
	font-weight:bold;
	text-align:center;
}
</pre></body></html>