@charset "UTF-8";
.maintenance {
	font-size: 15px;
	line-height: 2.2;
}
.maintenance_image {
	margin-bottom: 30px;
}
.maintenance_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.maintenance_text {
	margin-bottom: 2.2em;
}
.maintenance_sect {
	margin-top: 74px;
	margin-bottom: 50px;
}
.maintenance_headline {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 26px;
	line-height: 1.26;
	margin-bottom: 22px;
}
.maintenance_headline_step {
	background-color: #A78636;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 7px;
	height: 42px;
	padding: 0 0.6em;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-right: 0.5em;
}
.maintenance_headline_text {
	display: block;
	margin-top: 15px;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.maintenance {}
	.maintenance_image {}
	.maintenance_image > img {}
	.maintenance_text {}
	.maintenance_sect {}
	.maintenance_headline {}
	.maintenance_headline_step {}
	.maintenance_headline_text {}
}
@media screen and (max-width:699px) {
	.maintenance {
		font-size: inherit;
		line-height: inherit;
	}
	.maintenance_image {
		margin-bottom: 15px;
	}
	.maintenance_image > img {}
	.maintenance_text {}
	.maintenance_sect {
		margin-top: 35px;
		margin-bottom: 25px;
	}
	.maintenance_headline {
		font-size: 19px;
	}
	.maintenance_headline_step {
		font-size: 19px;
		letter-spacing: 0;
		height: 34px;
		border-radius: 5px;
	}
	.maintenance_headline_text {
		margin-top: 11px;
	}
}
