<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> col-6@charset "UTF-8";
/* CSS Document */
.main-image{
	position: relative;
}
.main-image .main-title{
	height: 340px!important;
	background-image: url(img/maintenance-title.jpg);
	background-position: center 0%;
	background-size: cover;
}
.main-image .main-title h1{
	font-size: 45px;
	font-size: 4.5rem;
	text-align: center;
	padding-top: 16rem;
	text-shadow: 2px 2px 0 #fff;
}
@media (max-width: 575px) {
.main-image .main-title h1{
	font-size: 2.8rem;
	line-height: 150%;
	font-weight: 600;
}
}

.mainte-navi{
	text-align: center;
	margin-bottom: 7rem;
}
.mainte-navi li{
	display: inline-block;
	margin: 0 0.3rem;
}
.mainte-navi li a{
	display: block;
	background: #0080cb;
	border-radius: 5px;
	padding: 0.5rem 2rem;
	color: #ffff00;
	position: relative;
}
.mainte-navi li a:hover{
	background: #3399d5;
}
.mainte-navi li a::after{
	content: "";
	position: absolute;
	top: 110%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 1.2rem solid #66b3e0;
	border-right: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-left: 1rem solid transparent;
	margin: auto;
}
.mainte-navi li a:hover::after{
	border-top: 1.2rem solid #f0a53b;
}
@media (max-width: 991px) {
.mainte-navi li{
	width: 45%;
	vertical-align: top;
	margin-bottom: 0.8rem;
	}
.mainte-navi li a::after{
	display: none;
	}
}
@media (max-width: 575px) {
.mainte-navi li{
	width: 80%;
	}
}

#automatic-oil, #cleaning, #aircontrol{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
div.text-center + p{
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 170%;
}
@media (max-width: 575px) {
	div.text-center + p{
		text-align: left!important;
	}
	div.text-center + p br{
		display: none;
		text-align: left;
	}
}
#automatic-oil{
	margin-top: 5rem;
	background-image: url(../img/common-dot-bg.png);
	background-repeat: repeat;
}

.automatic-oil-button縲table{
	text-align:center;
	margin:auto;
}

.automatic-oil-button {
	margin-top: 20px;
}
.automatic-oil-button h2 {
	font-weight: 700;
	margin-bottom: 15px;
}
.automatic-oil-button a{
	display:inline-block;
	background:#feefd8;
	font-size: 3.8rem;
	font-weight: 700;
	width: 160px;
	height: 80px;
	padding-top: 18px;
	text-align: center;
	color: #f15a24;
	text-shadow: 2px 2px 0 #fff;
	border-radius: 10px;
	margin: 0 15px;
	border:2.5px solid;
	cursor:pointer;
	line-height: 1;
}
.automatic-oil-button a:hover{
	background:#f5d0b8;
	color:#f15a24;
	text-shadow: 2px 2px 0 #fff;
	border:2.5px solid;
	cursor:pointer;
}

@media (max-width: 575px) {
.automatic-oil-button h2 {
	font-weight: 700;
	margin-bottom: 15px;
}
.automatic-oil-button a{
	display:inline-block;
	background:#feefd8;
	font-size: 2rem;
	font-weight: 700;
	width: 120px;
	height: 50px;
	padding-top: 11px;
	text-align: center;
	color: #f15a24;
	text-shadow: 2px 2px 0 #fff;
	border-radius: 10px;
	margin: 0 10px;
	border:2.5px solid;
	cursor:pointer;
	line-height: 1;
}
}


#cleaning{
	background: #d9ecf7;
}
#aircontrol dt{
	font-size: 19px;
	font-size: 1.9rem;
	color: #e50012;
	padding-top: 1.5rem;
}</pre></body></html>