@charset "utf-8";

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

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

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

.section_1 {}

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

.section_1 .wrap {
	gap: 60px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	width: max-content;
	max-width: 100%;
	text-align: center;
}

.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 .item_wrap {}

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {}

.section_1 .text_wrap {}

.section_1 .text_wrap .text_wrap_inner {}

.section_1 .text_wrap .text_wrap_inner .text {
	line-height: 2;
}

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

	.section_1 .text_wrap .text_wrap_inner .text {
		text-align: center;
	}
}

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

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

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

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

.section_2 {}

.section_2 .inner {
	padding: 20% 0 0;
}

.section_2 .wrap {
	gap: 60px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {
	width: max-content;
	max-width: 100%;
	text-align: center;
}

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading::after {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.section_2 .item_wrap {}

.section_2 .item_wrap .item {}

.section_2 .item_wrap .item .item_inner {}

.section_2 .table_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	padding: 48px 0;
	background-color: #FFF8EE;
}

.section_2 .table_wrap .table {
	width: 90%;
	max-width: 850px;
}

.section_2 .table_wrap .table tr {}

.section_2 .table_wrap .table tr:nth-child(odd) {
	background-color: #ffffff;
}

.section_2 .table_wrap .table tr th,
.section_2 .table_wrap .table tr td {
	display: block;
	border: 0;
	font-weight: 500;
}

.section_2 .table_wrap .table tr th {}

.section_2 .table_wrap .table tr th div {}

.section_2 .table_wrap .table tr th div p {}

.section_2 .table_wrap .table tr td {}

.section_2 .table_wrap .table tr td.font {
	font-family: "Noto Sans SC", sans-serif;
}

.section_2 .table_wrap .table tr td div {}

.section_2 .table_wrap .table tr td div p {}

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

	.section_2 .table_wrap .table tr th,
	.section_2 .table_wrap .table tr td {
		display: table-cell;
	}

	.section_2 .table_wrap .table tr th {
		width: 40%;
		padding-left: 32px;
	}

	.section_2 .table_wrap .table tr td {
		width: 60%;
	}
}

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

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

	.section_2 .table_wrap {
		padding: 72px 0;
	}
}

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

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