<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.pagehead .section-title-box .section-title{margin-bottom: 0;}


.president-box{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 10px;
}

.president-box &gt; *{
	flex: 0 0 auto;
}

.president-box .img-box {
	max-width: 250px;
	padding: 15px;
}
.president-name-box{padding: 15px;}
.president-name-box span{display: inline-block;
	white-space: nowrap;
}
.president-name-box span.name{font-size: 1.25em;}


.companyPlate{
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px){
	.president-box .img-box {max-width: 300px;}
	
	.president-box{margin-bottom: 30px;}
	
	.companyPlate{
	width: 100px;
	margin-top: 0;
	margin-bottom: 0;}
}


table{
	width: 100%;
	border: 1px solid #c1c1c1;
	letter-spacing: .1em;
	margin-top: 15px;
}
table tr{
	border-bottom: 1px solid #c1c1c1;
	display: block;
}
table th{
	background-color: #f5f5f5;
	padding: .5em .8em;
	display: block;
}

table td{
	display: block;
	padding: 1em;
	font-size: .85em;
}

table.company-info td .other-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

table.company-info td .other-wrapper:last-child{
	margin-bottom: 10px;
}





@media only screen and (min-width: 768px){
	table{margin-top: 0;}
	table tr{
		display: table-row;
	}
	table th{
		padding: 1em;
		display: table-cell;
	}
	table td{
		padding: 1em 2em;
	display: table-cell;}
	
	table.company-info td .other-wrapper .name{
	flex: 0 0 30%;
	max-width: 30%;}
}


.access-map{
	margin-top: 10px;
	margin-bottom: 20px;}

.access-map iframe{
	height: 250px;
}

.access-box{margin-bottom: 20px;}
.access-box .title{
	display: inline-block;
	color: #fdfdfd;
	margin-bottom: .5em;
	padding: .3em 1em;
	background-color: #a47b4f;
	border-radius: 30px;
}

.access-box .areaTitle{
	display: inline-block;
	border: 1px solid #111;
	padding: .2em 1em;
	margin-bottom: .5em;
	margin-top: .5em;
}


@media only screen and (min-width: 768px){
	.access-map{margin-top: 0px;}
	.access-map iframe{height: 450px;}
}
</pre></body></html>