@charset "utf-8";


.lf .lf_section {
	padding: 30px 0;
}

.lf .lf_section.bgcolor2 {
	background-color: #f7f5f1;
}

.lf .lf_section.bgcolor3 {
	background: #fbfbfb;
}

.lf .lf_head_block {
	width: 100%;
	margin-bottom: 100px;
}

.lf .lf_head_block .lf_sub {
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: #685543f5;
}

.lf .lf_head_block .lf_sub span.year_title {
	font-size: 16px;
}

.lf .lf_head_block .lf_h1 {
	font-size: 36px;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: #fc7a7a;
}

.lf .lf_head_block .lf_h2 {
	font-size: 24px;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	text-align: left;
}

.lf .lf_head_block .lf_h2::after {
	display: none;
}

.lf .lf_section h3 {
	border-left: none;
	padding: 0px 0px;
}

.lf .lf_section h3.title_under {
	padding-top: .5em;
	padding-bottom: .5em;
}



/*==================================================

	Media Queries for window size under767px

====================================================*/
@media only screen and (min-width: 768px) {

	.lf .lf_section {
		padding: 80px 0;
	}

}

@media screen and (max-width: 767px) {
	.lf .lf_section {
		padding: 30px 0;
	}

	.lf .lf_head_block {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.lf .lf_head_block .lf_sub {
		font-size: 12px;
	}

	.lf .lf_head_block .lf_sub span.year_title {
		font-size: 10px;
	}

	.lf .lf_head_block .lf_h1 {
		font-size: 20px;
	}

	.lf .lf_head_block .lf_h2 {
		font-size: 16px;
	}
}