@charset "utf-8";
.mainVisual{
	background: url(../img/main_bg.jpg) center center /cover no-repeat;
}
.term,
.description{
	line-height: 2;
}
.term{
	width: 138px;
	float: left;
	clear: left;
}
.description{
	padding: 0 0 15px 152px;
	margin-bottom: 15px;
	position: relative;
}
.description:after{
	content: "";
	display: block;
	position: absolute;
	left: 152px;
	bottom: 0;
	width: 16px;
	height: 2px;
	background: #c7c7c7;
}
.description.last:after{
	display: none;
}

@media screen and (max-width: 768px) {
	.content{
		padding-top: 65px;
	}
	.term{
		width: 100%;
		float: none;
	}
	.description{
		padding: 0 0 10px 0;
		margin-bottom: 10px;
	}
	.description:after{
		left: 6px;
		bottom: 0;
		height: 1px;
	}
	.description.last:after{
		display: none;
	}
}