#staffinfo {
	margin: 50px 0;
}
ul.nav-tabs {
    display: flex;
	flex-wrap: nowrap;
}
.nav-tabs-outer {
    overflow-x:scroll;
	width: calc(100% + 40px);
    left: -20px;
}
.nav-tabs-outer .nav-tabs li {
    display: flex;
	align-items: center;
	width: 108px;
	min-width: 108px;
	height: 60px;
	margin-right: 4px;
	background-color: #F4EBD9;
	border-radius: 5px 5px 0 0;
	border-bottom: 2px solid #F4EBD9;;
}
.pcdevice .nav-tabs-outer .nav-tabs li {
	height: 4.6875vw;
}
.nav-tabs-outer .nav-tabs li:hover {
    background-color: rgba(244,235,217,0.6);
}
.nav-tabs-outer .nav-tabs li:first-child {
	margin-left: 20px;
}
.nav-tabs-outer .nav-tabs li:last-child {
	margin-right: 0;
}
.nav-tabs-outer .nav-tabs li.active {
	background-color: #fff;
	border: 2px solid var(--buysell-gold);
	border-bottom: 2px solid #fff;
	z-index: 1;
}
.nav-tabs-outer .nav-tabs li.active a {
	color: var(--buysell-gold);
}
.nav-tabs-outer .nav-tabs li a {
	display: block;
    width: 100%;
	text-align: center;
	/* font-size: 1.0rem; */
	font-weight: bold;
	color: #472015;
	padding: 20px 0;
}
.pcdevice .nav-tabs-outer .nav-tabs li a {
	padding: 1.5625vw 0;
}
.nav-tabs-outer .underline {
	width: 932px;
	height: 2px;
	background-color: var(--buysell-gold);
	position: absolute;
	bottom: 0;
}
#myTabContent .tab-pane {
	display: none;
}
#myTabContent .tab-pane.active {
	display: block;
	padding: 50px 0 0;
}
#myTabContent .staffbox__info {
	margin-bottom: 60px;
}
#myTabContent .staffbox__info:last-child {
	margin-bottom: 0;
}

@media screen and (min-width:768px) {
	.nav-tabs-outer{
		width: 100%;
		left: 0;
		/* overflow: hidden; */
		overflow-x: unset;
	}
	.nav-tabs-outer .nav-tabs li{
		width: 12.0930%;
		min-width: 12.0930%;
		margin-right: 0.4651%;
	}
	.nav-tabs-outer .nav-tabs li:first-child {
		margin-left: 0;
	}
	.nav-tabs-outer .underline {
		width: 100%;
	}
}

@media screen and (min-width:1281px) {
	.pcdevice .nav-tabs-outer .nav-tabs li {
		height: 60px;
	}
	.pcdevice .nav-tabs-outer .nav-tabs li a {
		padding: 20px 0;
	}
}


/* 準備中表示 */
.staffbox__info .in_preparation__box {
	border: 5px solid #ceab57;
	width: 100%;
}
.staffbox__info .in_preparation__inner {
	text-align: center;
	padding: 95px 0 30px;
	background: top 30px center / 50px url(https://buysell-kaitori.com/wp-content/themes/buysellportal/images/attention_g.svg) no-repeat;
}
.staffbox__info .in_preparation__inner p {
	display: block;
	margin: 0;
	/* font-size: 1.0rem; */
	line-height: 1.5;
}
.staffbox__info .in_preparation__inner p:first-child {
	/* font-size: 1.25rem; */
	font-weight: bold;
	color: #ceab57;
	margin-bottom: 0.3em;
}
#staffinfo .tab_undertext.dispnone {
	display: none;
}
@media screen and (min-width:768px) {
	.staffbox__info .in_preparation__inner {
		padding: 115px 0 50px;
		background: top 50px center / 50px url(https://buysell-kaitori.com/wp-content/themes/buysellportal/images/attention_g.svg) no-repeat;
	}
}