<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url("../img/asset_management_img/pagetitle_bg.jpg") center bottom no-repeat #404040;
	background-size: cover;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	background: url("../img/asset_management_img/pagetitle_bg.jpg") center 80% no-repeat #404040;
	background-size: cover;
}
}

/*------------------------------------------------------------Content*/
#sec01 .figbox div figure {
	text-align: center;
}
#sec01 .figbox &gt; figure {
	text-align: center;
}
#sec01 .figbox &gt; figure img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#sec01 .figbox {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
#sec01 .figbox div {
	width: 46%;
}
#sec01 .figbox div figure {
	margin-top: 15px;
}
#sec01 .figbox &gt; figure {
	width: 50%;
	text-align: center;
}
#sec01 .figbox &gt; figure img {
	width: 100%;
	max-width: 1000px;
	height: auto;
}
}
</pre></body></html>