@charset "utf-8";
.mainVisual > .main{
	color: #005bac;
}
.clumWrap {
	display: table;
	width: 100%;
	padding-top: 67.5px;
}
.clum1{
	width: 916px;
	margin: 0 auto 128px;
	text-align: left;
	position: relative;
}
.clum1:last-child{
	margin-bottom: 0;
}
.clum1:last-child .ttl:after{
	border-bottom: none;
}
.ttl{
	margin-bottom: 48px;
}
.ttl:after{
	content:"";
	position: absolute;
	bottom: -66px;
	left: 4px;
	width: 16px;
	border-bottom: 2px solid #c7c7c7;
}
.txt{
	line-height:2;
}
.list{
	margin-left: 2rem;
	margin-top: 32px;
	list-style-type: decimal;
}
.list li{
	margin-bottom: 34px;
}
.list li:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.clumWrap {
	padding-top: 0;
}
.ttl{
	margin-bottom: 31px;
}
.ttl:after{
	content:"";
	position: absolute;
	bottom: -39px;
	left: 0px;
	width: 16px;
	border-bottom: 1px solid #c7c7c7;
}
.clum1{
	width: 100%;
	margin-bottom: 77px;
}
.list{
	margin-top: 25px;
}
.list li{
	margin-bottom: 27px;
}

}
