h2 {
	font-size: 1.9rem;
	line-height: 2.3rem;
	color: #0065B4;
	text-align: left;
}

.l-section .l-container {
	color: rgb(71,69,69);
}
.l-section .l-container .c-heading {
	font-size: 1.9rem;
	line-height: 2.3rem;
	color: #0065B4;
	text-align: left;
}

.c-section__content {
	margin-bottom: 48px;
}
.c-section__content p {
	margin-top: 0px;
	line-height: 1.8;
}
.c-signature {
	display: block;
	text-align: right;
	margin-top: 3rem;
	font-weight: bold;
}

.l-section .l-container h3 {
	padding: 10px 23px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.6rem;
	background-color: #0065B4;
	color: #fff;
}
.l-section .l-container h3::before {
	content: "■ ";
}
.l-section .l-container h3.u-marker-none::before {
	content: none;
}
.l-section .l-container h4 {
	font-size: 1.3rem;
}
.l-section .l-container h5 {
	font-size: 1.2rem;
}
.l-section .l-container h4 + h5,
.l-section .l-container h5 + h6 {
	margin-top: 10px;
}
.l-section .l-container h6 {
	font-size: 1.2rem;
}
h3, h4, h5, h6{
	margin: 40px 0 10px 0;
}
h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
}

.c-section__content.c-section--headingGap h2,
.c-section__content.c-section--headingGap h3,
.c-section__content.c-section--headingGap h4,
.c-section__content.c-section--headingGap h5,
.c-section__content.c-section--headingGap h6 {
	margin-top: 60px;
}

@media screen and (max-width:768px) {
	h2, 
	.l-section .l-container .c-heading  {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.l-section .l-container h3 {
		padding: 6px 18px;
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.l-section .l-container h4,
	.l-section .l-container h5,
	.l-section .l-container h6 {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
}
