#wrapper, body, html, #main, #area1, .nav, form {
	overflow: visible !important;
}

.tab_box {
	position: relative;
}
.tab_box .nav {
	/*position: sticky;
	top: 200px;
	z-index: 5;*/
}
.tab_box .btn_area {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 801px) {
	.tab_box .btn_area {
		flex-wrap: wrap;
		border-left: none;
	}
}
.tab_box .tab_btn {
	color: #333;
	background: #fff;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	font-size: 1.8rem;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 50px;
}
@media screen and (max-width: 801px) {
	.tab_box .tab_btn {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
}
.tab_box .tab_btn span {
	color: #333;
	display: block;
	padding: 15px 0 10px 0;
}
@media screen and (min-width: 802px) {
	.tab_box .tab_btn:hover span {
		color: #fff;
	}
}
.tab_box .tab_btn.active, .tab_box .tab_btn.select {
	background: #9b927f;
	background: #f30;
	color: #fff;
}
.tab_box .tab_btn.active span, .tab_box .tab_btn.select span {
	color: #fff;
}
.tab_box .tab_btn.active label, .tab_box .tab_btn.select label {
	background-color: #9b927f;
	background: #f30;
	color: #fff;
}
.tab_box .tab_panel .active, .tab_box .tab_panel.is_show {
	display: flex;
	flex-direction: column-reverse;
}
.tab_box .tab_panel .is_hide {
	display: none;
}
.tab_box input[type=radio] {
	display: none;
}
.tab_box label {
	background-color: #fff;
	display: block;
	padding: 15px 0 15px 0;
}
.tab_box label.active {
	background-color: #9b927f;
	color: #fff;
}
.tab_box .tab_btn.op {
	display: none;
}
.tab_box .tab_btn.op label {
	background-color: #f30;
	color: #fff;
}
.tab_box .tab_btn.op.select label {
	background-color: #9b927f;
}/*# sourceMappingURL=tabbox.css.map */