@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 .content_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 90%;
	margin: 0 auto;
}

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

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

.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 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 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 .img_area {
	width: 100%;
}

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

.section_1 .content_area .comment {
	width: max-content;
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .content_area {
		position: relative;
		flex-direction: row;
		align-items: stretch;
	}

	.section_1 .content_area .heading_area .heading_2 {}

	.section_1 .content_area .heading_area .heading_2 .main {}

	.section_1 .content_area .content {
		justify-content: flex-start;
		flex: 1;
	}

	.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 {
		display: table-cell;
	}

	.section_1 .content_area .content table tr th {}

	.section_1 .content_area .content table tr td {}

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

	.section_1 .content_area .content_1 .img_area {
		margin-top: 240px;
	}

	.section_1 .content_area .content_2 .img_area {
		margin-top: 60px;
	}

	.section_1 .content_area .content .img_area .img {
		width: 62.5%;
	}

	.section_1 .content_area .comment {
		position: absolute;
		bottom: 156px;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

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

	.section_1 .content_area .content .img_area .img {
		width: 75%;
	}

	.section_1 .content_area .comment {
		bottom: 240px;
	}
}

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

	.section_1 .content_area .heading_area .heading_2 {
		padding-bottom: 24px;
	}

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

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

	.section_1 .content_area .content_1 .img_area {
		margin-top: 240px;
	}

	.section_1 .content_area .content_2 .img_area {
		margin-top: 108px;
	}

	.section_1 .content_area .comment {
		bottom: 300px;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .content_area .comment {
		bottom: 384px;
	}
}

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