@charset "utf-8";

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

.section_1 {}

.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: 24px;
	width: 100%;
	margin: 0 auto;
}

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

.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 {
	display: block;
	width: 100%;
	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 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}

.section_1 .content_area .content table tr th h3 {
	font-size: 1.1em;
}

.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 .comment {
	width: max-content;
}

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

.section_1 .content_area .content .img_area .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 {
		width: 90%;
	}

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

	.section_1 .content_area .content table tr td {}

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

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

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

	.section_1 .content_area .content .img_area {
		width: 40%;
	}

	.section_1 .content_area .content .img_area .img {}
}

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

	.section_1 .content_area .content {
		width: 60%;
	}

	.section_1 .content_area .content table tr th,
	.section_1 .content_area .content table tr td {
		display: table-cell;
	}

	.section_1 .content_area .content table tr th {
		width: 90%;
	}

	.section_1 .content_area .content table tr td {
		width: 10%;
		vertical-align: middle;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .heading_area .heading_2 {
		padding-bottom: 24px;
	}

	.section_1 .content_area .content {
		gap: 72px;
	}

	.section_1 .content_area .content table tr th {
		width: 87.5%;
	}

	.section_1 .content_area .content table tr th .flex {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 12px;
		width: 100%;
		height: 100%;
	}

	.section_1 .content_area .content table tr th h3 {
		width: 30%;
		font-size: 1.25rem;
	}

	.section_1 .content_area .content table tr th span {
		width: 70%;
	}

	.section_1 .content_area .content table tr td {
		width: 12.5%;
		font-size: 1.25rem;
	}

	.section_1 .content_area .content .img_area {}
}

@media screen and (min-width: 1920px) {
	.section_1 .content_area .content table tr th {
		width: 90.5%;
	}

	.section_1 .content_area .content table tr td {
		width: 9.5%;
	}
}

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