@charset "UTF-8";

/* ===================================================================
	最近見た求人のcss
=================================================================== */

/* ページ切り替えタブ*/

.history_top_tab {
	display: flex;
	max-width: 820px;
	width: var(--def-width);
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.history_top_tab li {
	width: 50%;
	text-align: center;
	font-size: 1.25rem;
}

.history_top_tab li a,
.history_top_tab li span {
	display: block;
	padding: 10px .5em;
	font-weight: 700;
}
.history_top_tab li a {
	border-bottom: solid 4px #E6E6E6;
	transition: all .3s;
}
.history_top_tab li a:hover {
	border-bottom: solid 4px var(--bs-dorapita02);
}
.history_top_tab li.current span {
	border-bottom: solid 4px var(--bs-dorapita);
	color: var(--bs-dorapita);
}

/* 関連求人 */
.related_keyword {
	max-width: 820px;
	width: var(--def-width);
	display: flex;
	align-items: stretch;
	margin: 0 auto 35px;
	border-radius: 7px;
	background: var(--bs-white);
	font-size: 0.75rem;
}
.related_keyword dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
	width: 8em;
	padding: 7px;
	border-radius: 7px 0 0 7px;
	background: var(--bs-dorapita);
	color: var(--bs-white);
	text-align: center;
}
.related_keyword dd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: .8em 1em;
	font-size: 0.75rem;
}
.related_keyword dd a {
	margin-right: 1em;
	color: var(--bs-gray);
	text-decoration: underline;
}




/* リスト */
.history_list {
	max-width: 820px;
	width: var(--def-width);
	margin: 0 auto 30px;
}





/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
	
}


/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
	

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	
}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
}


@media (max-width: 479px) {
	
}











