@charset "utf-8";

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

@media screen and (min-width: 768px) {
	.header_list_wrap .header_list li.deco a::after {
		content: "";
	}
}

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

.section_1 {}

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

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

.section_1 .heading_wrap {
	width: 100%;
}

.section_1 .heading_wrap .heading {
	gap: 12px;
}

.section_1 .heading_wrap .heading::after {
	content: none;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .heading_wrap .heading .main span,
.section_1 .heading_wrap .heading .sub span {
	display: block;
}

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

.section_1 .content_wrap .content {
	width: 100%;
}

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

.section_1 .content_wrap .content .item_wrap .item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

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

.section_1 .qa-question {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	gap: 12px;
	padding: 12px 36px 12px 12px;
	background-color: #F5F5F5;
}

.section_1 .qa-question::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(0, -50%) rotate(-45deg);
	width: 12px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-top: 1px #44240C solid;
	border-right: 1px #44240C solid;
}

.section_1 .qa-question .qa-num {
	font-size: 1.125rem;
}

.section_1 .qa-question .qa-content {
	font-size: 1.125rem;
}

.section_1 .qa-answer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	gap: 12px;
	padding: 12px;
}

.section_1 .qa-answer .qa-num {
	font-size: 1rem;
	line-height: 1;
}

.section_1 .qa-answer .qa-content {
	font-size: 1rem;
}

.section_1 .qa-answer .qa-content {}

.section_1 details[open] .qa-question::before {
	transform: translate(0, -50%) rotate(135deg);
}

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

	.section_1 .inner {}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading::after {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .heading_wrap .heading .main span,
	.section_1 .heading_wrap .heading .sub span {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {}

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

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

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

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

	.section_1 .inner {}

	.section_1 .wrap {
		width: 70%;
	}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading::after {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .heading_wrap .heading .main span,
	.section_1 .heading_wrap .heading .sub span {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {}

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

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

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

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

	.section_1 .inner {}

	.section_1 .wrap {
		gap: 48px;
		width: 50%;
	}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {
		font-size: 2rem;
	}

	.section_1 .heading_wrap .heading::after {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .heading_wrap .heading .main span,
	.section_1 .heading_wrap .heading .sub span {}

	.section_1 .content_wrap {
		gap: 36px;
	}

	.section_1 .content_wrap .content {}

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

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

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

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

	.section_1 .qa-question .qa-num {
		font-size: 1.25rem;
	}

	.section_1 .qa-question .qa-content {
		font-size: 1.25rem;
	}
}

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

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