@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.index::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 10% 0 10%;
}

.section_1 .wrap {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .item_inner {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .text_wrap_inner .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .text_wrap_inner .date {
	text-align: center;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .text_wrap_inner .title {
	text-align: center;
	font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 7.5% 0;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 48px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
