.l-content {
	padding-top: 0;
	margin: 0;
}

.l-container {
	max-width: unset;
	padding-left: 0;
	padding-right: 0;
}

.l-article {
	max-width: unset;
	padding-left: 0;
	padding-right: 0;
}

#lp-content .post_content, #main_content .post_content {
	font-size: unset;
}

.l-mainContent__inner>.post_content {
	margin: 0;
	padding: 0;
}

.post_content :where(ul:not([type])) {
    list-style: none !important;
}

#home_catch #carousel li {
	left: 0;
}

.post_content h2 {
	background: unset;
    padding: 0 0 30px 5px;
    position: relative;
    text-align: center;
    line-height: 160%;
    color: #000;
    letter-spacing: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
	.post_content h2 {
		padding-bottom: 15px;
	}
}

.post_content h2::before {
	background-color: #000;
	width: 36px;
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	bottom: 0;
	display: block;
	z-index: 0;
	content: "";
	top: unset;
	border-top: unset;
	border-bottom: unset;
}

.post_content .link_boxes h2::before {
	background-color: #fff;
}