.flex {
	margin-bottom: 100px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.flex_img,
.flex_txt {
	flex-basis: 49.983%;
	text-align: justify;
}

.flex_txt {
	padding: 36px;
}
.flex_txt>* {
	margin-bottom: 45px;
}
.reverse {
	flex-direction: row-reverse;
}

/* -------------------------- */
main {
	font-size: 1.8rem;

	line-height: 3.6rem;
}

/* -------------------------- */
#fv-image {
	width: 100%;
	height: calc(100vh - 200px);
}

#limited_package_inner {
	width: 1000px;
	background-color: var(--white);
}

.tab-label {
	color: White;
	background-color: var(--section-title-bg);
	margin-right: 5px;
	padding: 3px 12px;
	order: -1;
	width: 280px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-content {
	width: 100%;
	display: none;
}



.tab-switch {
	width: 240px;
	height: 80px;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background-color: white;
	color: var(--main);
}

.tab-switch:checked+.tab-label+.tab-content {
	display: block;
}

#lead p {
	margin-bottom: 25px;
}

#nav li {
	width: 320px;
	height: 60px;

}
.section_title {
	margin-bottom: 100px;
