.layout-grid.has-endline {
}
.layout-grid.has-endline:before {
	content: '';
	align-self: stretch;
	border: 1px solid #63d1e1;
	border-image: linear-gradient(45deg, #fff, #63d1e1) 1;
}
.layout-grid.has-endline .layout-box-w6:first-child {
	order: -1;
}
@media screen and (max-width: 767px) {
	.layout-grid.has-endline {
		flex-direction: column;
		align-items: center;
	}
	.layout-grid.has-endline:before {
		margin-bottom: 20px;
	}
}

.ind-news-area-01 {
}
.ind-news-area-01 .headline-01 {
	margin-bottom: 20px;
}
.ind-news-area-01 .headline-01 .headline-text {
	position: relative;
	color: #63d1e1;
	font-weight: bold;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-left: 100px;
}
.ind-news-area-01 .headline-01 .headline-text:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100px;
	width: 90px;
	height: 100%;
	background-image: url(../../images/faculty/management/index/icon_news.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.ind-news-area-01 .headline-01 .headline-text {
		font-size: 15px;
		line-height: 140%;
		margin-left: 80px;
	}
	.ind-news-area-01 .headline-01 .headline-text:before {
		left: -80px;
		width: 70px;
	}
}
