@charset "utf-8";

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

.section_1 {}

.section_1 .inner {
	padding-top: 20%;
	padding-bottom: 10%;
}

.section_1 .wrap {
	gap: 24px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1024px;
}

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

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

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

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

.section_1 .content_wrap .content .item_wrap .item .table {
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .table tr th,
.section_1 .content_wrap .content .item_wrap .item .table tr td {
	padding: 8px;
	border: 0;
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item .table tr th {
	width: 30%;
	padding-left: 0;
}

.section_1 .content_wrap .content .item_wrap .item .table tr.first th {
	padding-top: 0;
}

.section_1 .content_wrap .content .item_wrap .item .table tr.last th {
	padding-bottom: 0;
}

.section_1 .content_wrap .content .item_wrap .item .table tr td {
	width: 70%;
	padding-right: 0;
}

.section_1 .content_wrap .content .item_wrap .item .table tr.first td {
	padding-top: 0;
}

.section_1 .content_wrap .content .item_wrap .item .table tr.last td {
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .inner {
		padding-top: 10%;
		padding-bottom: 5%;
	}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.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 {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

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

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

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

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

	.section_1 .content_wrap .content .item_wrap .item .table tr th,
	.section_1 .content_wrap .content .item_wrap .item .table tr td {}

	.section_1 .content_wrap .content .item_wrap .item .table tr th {}

	.section_1 .content_wrap .content .item_wrap .item .table tr.first th {}

	.section_1 .content_wrap .content .item_wrap .item .table tr.last th {}

	.section_1 .content_wrap .content .item_wrap .item .table tr td {}

	.section_1 .content_wrap .content .item_wrap .item .table tr.first td {}

	.section_1 .content_wrap .content .item_wrap .item .table tr.last td {}

	.section_1 .content_wrap .content .item_wrap .item_1 {
		width: calc((100% - (24px * 1)) * 0.6);
	}

	.section_1 .content_wrap .content .item_wrap .item_2 {
		width: calc((100% - (24px * 1)) * 0.4);
	}
}

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

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

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

	.section_1 .content_wrap .content .item_wrap .item .table tr th,
	.section_1 .content_wrap .content .item_wrap .item .table tr td {
		font-size: 1.25rem;
	}
}

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

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

.section_2 {}

.section_2 .inner {
	padding-top: 10%;
	padding-bottom: 20%;
}

.section_2 .wrap {
	gap: 24px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {
	gap: 24px;
}

.section_2 .content_wrap .content {
	width: 90%;
	max-width: 1024px;
}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.section_2 {}

	.section_2 .inner {
		padding-top: 5%;
		padding-bottom: 10%;
	}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {}

	.section_2 .content_wrap .content .item_wrap .item {}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {
		text-align: center;
	}
}

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

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

	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.25rem;
	}
}

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

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