@charset "UTF-8";

.menu05 a{
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1.0) !important;
	font-weight: bold !important;
}

.cover {
	background-image: url(images/head.png);
	background-position: center;
	background-size: 100% auto;
}

/*---------------------------------------*/

.step-wrap {
	counter-reset: count;
	margin: 2em auto;
	position: relative;
	max-width: 840px;
	padding-right: 10px;
	padding-left: 10px;
}
.step-content {
	padding: 1em 0 1.3em 2.5em;
	margin: 0;
	position: relative;
}
.step-content::before {
	content: "";
	display: block;
	width: 55px;
	height: 55px;
	background: #6ab5a5;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -3px;
}
.step-content::after {
	content: "";
	display: block;
	height: calc(100% - 55px);
	border-left: solid 2px #ccc;
	position: absolute;
	top: 55px;
	left: 24px;
}
.step-label {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 6px;
	left: 9px;
}
.step-label::after {
	counter-increment: count;
	content: counter(count);
	position: absolute;
	font-size: 28px;
	top: 8px;
	left: 7px;
}
.step-title {
	font-weight: bold;
	font-size: 120%;
	margin-left: 1.5em;
	position:relative;
}
.step-body {
	margin-top: 1em;
	padding: 0 0 1em 1em;
	border-bottom: dotted 2px #ddd;
}


@media screen and (max-width: 1180px) {


}

@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 820px) {
.cover {background-position: center bottom; background-size: auto 120%;}
.menu05 a{background-color: #036; color:#fff !important;}

}

@media screen and (max-width: 768px) {


}

@media (max-width: 540px) {

}

