@charset "utf-8";

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

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

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

.section_1 {
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

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

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

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

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .main::before,
.section_1 .heading_wrap .heading .main::after {}

.section_1 .heading_wrap .heading .main::after {}

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

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

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

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

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

.qa-question::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%);
	width: 16px;
	height: 2px;
	background-color: #333;
}

.qa-question::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(-350%, -50%);
	width: 2px;
	height: 16px;
	background-color: #333;
}

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

details[open] .qa-question::after {
	content: none;
}

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

	.section_1 .section_inner {}

	.section_1 .inner {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {}

	.section_1 .heading_wrap .heading .main::after {}

	.section_1 .content {}

	.section_1 .content .item {}

	.section_1 .content .item .list {}

	.section_1 .content .item .list li {}

	.qa-question {}

	.qa-question::before {}

	.qa-question::after {}

	.qa-answer {}

	details[open] .qa-question::after {}
}

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

	.section_1 .content {
		width: 80%;
	}
}

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

	.section_1 .heading_wrap {
		width: 70%;
	}

	.section_1 .content {
		width: 70%;
	}

	.section_1 .content .item {
		gap: 60px;
	}

	.section_1 .content .item .text {
		font-size: 1.125rem;
	}

	.section_1 .content .item .list {
		gap: 36px;
	}

	.qa-question {
		padding: 24px 60px 24px 24px;
		font-size: 1.375rem;
	}

	.qa-question::before {
		width: 24px;
	}

	.qa-question::after {
		transform: translate(-550%, -50%);
		height: 24px;
	}

	.qa-answer {
		padding: 24px 60px 24px 24px;
		font-size: 1.125rem;
	}
}

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

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