@charset "utf-8";

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

.breadcrumblist {
	background-color: #F5F5F5;
}

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

.section_1 {
	background-color: #F5F5F5;
}

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

.section_1 .section_container {}

.section_1 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_1 .heading_area .heading_2 {
	width: 90%;
	margin: 0 auto 0;
}

.section_1 .heading_area .heading_2 .main {
	margin: 0 auto 0;
}

.section_1 .content_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .content_area .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
}

.section_1 .content_area .content .text_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_1 .content_area .content .text_area .text {}

.section_1 .content_area .content .text_area .text_1,
.section_1 .content_area .content .text_area .text_2 {
	text-align: center;
}

.section_1 .content_area .content .text_area .text_1 {
	font-size: 1.25rem;
}

.section_1 .content_area .content .text_area .text_2 {
	font-size: 1rem;
}

.section_1 .content_area .content .text_area .text .highlight {
	color: #B4045F;
}

.section_1 .content_area .content table {
	width: 100%;
}

.section_1 .content_area .content table tr {
	
}

.section_1 .content_area .content table tr th,
.section_1 .content_area .content table tr td {
	width: 50%;
	border: 0;
	border-bottom: 1px #B4045F solid;
}

.section_1 .content_area .content table tr th {
	text-align: left;
}

.section_1 .content_area .content table tr td {
	text-align: right;
}

.section_1 .content_area .content table tr th span,
.section_1 .content_area .content table tr td span {
	
}

.section_1 .content_area .content table tr th span {
	
}

.section_1 .content_area .content table tr td span {
	
}

.section_1 .content_area .content .img {
	width: 100%;
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .heading_area .heading_2 {}

	.section_1 .heading_area .heading_2 .main {}

	.section_1 .content_area {}

	.section_1 .content_area .content {
		position: relative;
		padding-right: 40%;
	}

	.section_1 .content_area .content .text_area {}

	.section_1 .content_area .content .text_area .text {}

	.section_1 .content_area .content .text_area .text_1,
	.section_1 .content_area .content .text_area .text_2 {}

	.section_1 .content_area .content .text_area .text_1 {}

	.section_1 .content_area .content .text_area .text_2 {}

	.section_1 .content_area .content .text_area .text .highlight {}

	.section_1 .content_area .content table {}

	.section_1 .content_area .content table tr {}

	.section_1 .content_area .content table tr th,
	.section_1 .content_area .content table tr td {}

	.section_1 .content_area .content table tr th {
		padding-left: 2em;
	}

	.section_1 .content_area .content table tr td {
		padding-right: 2em;
	}

	.section_1 .content_area .content table tr th span,
	.section_1 .content_area .content table tr td span {}

	.section_1 .content_area .content table tr th span {}

	.section_1 .content_area .content table tr td span {}

	.section_1 .content_area .content .img {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: 35%;
		max-height: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_area {
		width: 70%;
	}
}

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

	.section_1 .content_area .content .text_area {
		gap: 18px;
	}

	.section_1 .content_area .content .text_area .text_1 {
		font-size: 1.5rem;
	}

	.section_1 .content_area .content .text_area .text_2 {
		font-size: 1rem;
	}

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

	.section_1 .content_area .content table tr th {
		padding-left: 4em;
	}

	.section_1 .content_area .content table tr td {
		padding-right: 4em;
	}
}

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

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