@charset 'UTF-8';


.company-heading,
.company-heading a,
.pager-arrow {
	background-color: #ffffff;

}


.company-mv-bg {
	background-color: #f5f5f5;
}


.content > section:nth-child(even) {

}


.sec-border > section {

}


.sec-ttl {
	background: linear-gradient(#e83817, #e83817) 0 100%/0 4px no-repeat;
}
@media screen and (max-width:768px) {
	.sec-ttl {
			background: linear-gradient(#e83817, #e83817) 0 100%/0 2px no-repeat;
	}
}


.sec-btn {
	background: #5da1d9;
}

