.historyFixed, .historyFixed--sp, .historyFixed--pc {
	margin-left: 10px;
}
.historyFixed--pc {
	display: block;
	z-index: 2;
}
@media screen and (max-width: 750px) {
	.historyFixed--pc {
		display: none;
	}
}
.historyFixed--sp {
	display: none;
}
@media screen and (max-width: 750px) {
	.historyFixed--sp {
		display: block;
	}
}
.historyFixed--bg {
	position: fixed;
	height: 100vh;
	background: rgba(0, 0, 0, 0);
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
}
.historyFixed--bg.is-active {
	display: block;
}
.historyFixed__head {
	position: relative;
	display: none;
}
.historyFixed__head.is-active {
	opacity: 0.7;
}
.historyFixed__head.is-active::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	background-color: #1262B2;
	left: 0;
	right: 0;
	margin: auto;
}
.historyFixed__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	padding: 8px 0;
	border: 1px solid #1262B2;
	border-radius: 8px;
	box-shadow: none;
	background-color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #1262b2;
}
.historyFixed__button:hover {
	opacity: 0.7;
}
.historyFixed__button.is-active::after {
	transform: rotate(-90deg);
}
.historyFixed__button::after {
	content: "";
	display: inline-block;
	vertical-align: -2px;
	width: 16px;
	height: 16px;
	background-image: url("/resource/jobsearch/img/icon_arrow_brackets_blue_01.svg");
	background-size: auto 60%;
	background-position: 60% center;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}
.historyFixed__body {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	max-width: 650px;
	min-width: 650px;
	max-height: 400px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #7FAED5;
	z-index: 1;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.historyFixed__body::-webkit-scrollbar {
	display: none;
}
.historyFixed__list {
	overflow: hidden;
}
.historyFixed__item:nth-of-type(n+2) {
	border-top: 1px solid #B5B5B5;
}
.historyFixed__anchor {
	display: block;
	padding: 20px 35px;
}
.historyFixed__anchor:hover {
	background-color: #E6EFF6;
}
.historyFixed__textOuter {
	display: block;
}
.historyFixed__company {
	font-size: 18px;
	color: #003B6B;
	font-weight: bold;
}
.historyFixed__job {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: calc(1.5em * 1);
}

.mCSB_container{
  margin-right: 0!important;
}

.mCSB_scrollTools{
  opacity: 1!important;
  top: 10px!important;
  bottom: 10px!important;
}


.mCSB_dragger_bar{
background-color: #C7C7C7!important;
width: 8px!important;
margin: 0!important;
}

.mCSB_draggerRail{
  background-color: #E5E5E5!important;
  width: 8px!important;
  margin: 0!important;
}