@charset "UTF-8";

.main-single .mv {
	height: 200px;
}

.single-section {
	padding:  4rem 0 8rem;
}

.single-section h1 {
	color: #574B9C;
	border-bottom: 2px solid #574B9C;
	margin-bottom: 2.5rem;
}

.single-section h2 {
	color: #574B9C;
	border-left: 4px solid #574B9C;
	padding-left: 1rem;
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.single-section h3 {
	color: #fff;
	background-color: #574B9C;
	border: 1px solid #574B9C;
	padding: 1rem 2rem;
	border-radius: 8px;
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.content-area a {
	color: #574B9C;
	text-decoration: underline;
}

.single-section p {
	margin-bottom: 2.5rem;
}

.single-section img {
	margin: 2.5rem 0;
}

.single-section .thumbnail img {
	margin: 0;
}

.single-section h3 a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative
}

.single-section h3 a:after {
	position: absolute;
    display: block;
    content: '';
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-section a {
	color: #574B9C;
	text-decoration: underline;
}

.single-section .thumbnail {
	margin-bottom: 3rem;
}

.links ul li {
	display: inline-block;
	margin-right: 2rem;
	margin-bottom: 1.5rem;
}
.links ul li:before {
	content: ">";
	margin-right: .5rem;
}



@media screen and (max-width: 760px) {
	.single-section {
		padding: 4rem  5.33333vw 6rem;
	}
	.single-section h2 {
		text-align: left;
	}
}
@media screen and (max-width: 540px) {
	.single-section h2 {
		font-size: 5.86667vw;
	}
	.single-section h3 {
		font-size: 4vw;
	}
}