<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	overflow: auto;
}
 
body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.head {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('../img/hmb_introduction.jpg');
	padding-bottom: 300px;
}
.h1080{
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	float: none;
}
.logo {
	margin: 0px;
	float: none;
	font-family: メイリオ;
	font-size: 1em;
	color: #FFFFFF;
}
.tel {
	padding: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: right;
	font-family: メイリオ;
	font-size: 1.8em;
	color: #FFFFFF;
	clear: both;
}
.tel:hover {
	background-color: #CE1E35;
}
.h-ul1080{
	margin: 0px auto 0px auto;
	width: 1080px;
}
ul.topnav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #1b2538;
}
ul.topnav li {
	float: left;
}
ul.topnav li a {
	display: block;
	padding: 14px 16px;
	text-align: center;
	text-decoration: none;
	color: white;
}
ul.topnav li a:hover:not(.active) {
	background-color: #a9bce2;
}
ul.topnav li a.active {
	background-color: #CB1F39;
}
ul.topnav li.right {
	float: right;
}
.titile {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('../img/title.png');
	background-size: cover;
	height: 200px;
}

.container {
	padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-radius: 5px;
	width: 1080px;
	margin-top: 30px;
	margin-bottom: 100px;
	font-family: メイリオ;
	font-size: 0.8em;
	line-height: 2.5em;
	background-color: #1B2538;
}
.item {
	flex: auto;
	max-width: 30%;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	line-height: 1.5em;
}
.info{
	margin: 50px auto 0px auto;
	width: 685px;
}
.brand{
	margin: 100px auto 0px auto;
	width: 1080px;
	text-align: center;
}
.h540l {
	width: 540px;
	float: left;
}
.h540r {
	width: 540px;
	float: right;
	padding-top: 40px;
}
.foot-p{
	font-family: メイリオ;
	font-size: 0.9em;
	color: #FFFFFF;
}
.fotter {
	width: 100%;
	height: 300px;
	margin: 0px;
	background-color: #001C38;
	background-image: url('../img/foot.png');
	background-repeat: no-repeat;
}
</pre></body></html>