/* --------------------------------------------------- */
/* #wrapper {
	background:#ededed;
} */
/* #header */
#header {
	height: auto;
	background: #fff;
	border-bottom: none;
}

/* mainvisual */
/* --------------------------------------------------- */

#mv {
	padding: 0;
	position: relative;
	z-index: 10;
}

#mv>.inner {
	position: relative;
	z-index: 1;
}

.mv_logo {
	width: 100%;
	text-align: center;
}

.mv_form {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -30px;
	left: 0;
}

.form_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	width: 100%;
	border-radius: 10px;
	padding: 20px 20px;
}


.mv_form_select,
.mv_form_submit {
	vertical-align: middle;
}

.mv_form_select {
	width: calc(33% - 80px);
	height: 48px;
	font-size: 16px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.mv_form_submit {
	width: calc(33% - 80px);
	letter-spacing: 1px;
	font-size: 15px;
	height: 55px;
	line-height: 1;
	border-color: #ff6500;
	background: #ff6500;
	color: #fff;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	padding: 0.75rem 1rem;
}

.mv_form_submit:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.mv_form_submit img {
	margin-right: 10px;
	width: 20px;
}

.lbl_bw {
	width: 30px;
	font-size: 36px;
	color: #000;
	line-height: 1.5;
}

.mv_form_label {
	width: 180px;
	font-size: 20px;
}


/* spview */
@media screen and (max-width:767px) {

	#mv {
		padding: 0 0 4em;
		margin-bottom: 0;
	}



	.mv_form {
		background-color: #fabe00;
		padding: 10px 15px;
		position: relative;
		bottom: 0;
	}

	.form_wrap {
		flex-wrap: wrap;
		padding-top: 10px;
	}

	.mv_form_label {
		width: 100%;
		font-size: 20px;
		font-weight: bold;
	}

	.mv_form_select {
		width: calc(50% - 4vw);
		height: 43px;
		font-size: 15px;
	}

	.lbl_bw {
		width: 6vw;
		font-size: 8vw;
	}

	.mv_form_submit {
		width: 100%;
		height: 48px;
		margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mv_form_submit img {
		margin-right: 10px;
	}
}



.kyujin_section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 1px
}

.kyujin_section::after {
	content: "";
	background: #ebebeb url(../images/bk_kyin_section.png) no-repeat center bottom;
	width: 100%;
	height: 100%;
	background-size: contain;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.pickup {
	z-index: 11;
	position: relative;
	margin-bottom: 80px;
}

.new_job {
	z-index: 11;
	position: relative;
	margin-bottom: 80px;
}

#pickup_list .slick-slide,
#new_job_list .slick-slide {
	padding: 0 15px;
	/* カード間隔を新着求人と合わせるため調整 */
}

#pickup_list .list_pickup_item:hover,
.new_job .list_pickup_item:hover {
	transform: translateY(-5px);
	transition: all 0.3s ease;
}

.list_pickup {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	align-content: stretch;
	margin: 0 -10px;
	/* Counteract li padding */
}

.list_pickup>li {
	width: 33.333%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list_pickup_item {
	display: block;
	color: inherit;
}

.list_pickup_image {
	position: relative;
	overflow: hidden;
	margin: 0 0 0.5rem;
	border-radius: 10px;
	/* 角丸を追加 */
}

.list_pickup_image:before {
	content: '';
	display: block;
	position: relative;
	z-index: 1;
	padding: 66.66% 0 0;
}

.list_pickup_image img {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	border-radius: 10px;
	/* 角丸を画像に直接適用 */
}

.list_pickup_title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0.5rem;
}

.list_pickup_title span {
	font-size: 14px;
	padding: 5px 10px;
	background-color: #fabe00;
	border-radius: 5px;
}

.list_pickup_data {
	border-top: solid 1px #d8dee4;
	padding: 0.5rem 0 0;
}

.list_pickup_data dl {
	display: flex;
	align-items: center;
}

.list_pickup_data dt {
	float: left;
	clear: both;
	font-size: 0.75rem;
	font-weight: inherit;
	margin: 0 0.0 0.375rem;
	background-color: #eee;
}

.list_pickup_data dt img {
	vertical-align: middle;
	display: inline-block;
	width: 1rem;
	text-align: center;
	margin: 0 0.5rem 0 0;
	mix-blend-mode: multiply;
}

.list_pickup_data dd {
	font-size: 0.75rem;
	margin: 0 0 0.375rem;
}

.list_pickup_item .taglist {
	margin-top: 10px;
}

.list_pickup_item .taglist span {
	display: inline-block;
	font-size: 13px;
	background-color: #000;
	padding: 3px 8px;
	color: #fff;
	border-radius: 5px;
	margin: 0 5px 5px 0;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.list_pickup_title .ellipsis {
	display: inline-block;
	max-width: calc(100% - 60px);
	vertical-align: middle;
}


.title_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 100;
}

.title_box .btn_link {
	display: inline-block;
	font-size: 14px;
	background-color: #ff6500;
	padding: 5px 20px;
	color: #fff;
	margin: 0 5px 5px 0;
	transition: all 0.3s ease;
	border-radius: 4px;
	text-decoration: none;
}

.title_box .btn_link:hover {
	background-color: #e65c00;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	letter-spacing: 0.05em;
	/* わずかに広げて動きを出す */
}

/* Slick Slider Navigation Customization */
.slick_nav_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 80px;
	position: relative;
	z-index: 100;
}

.slick-dots {
	position: static !important;
	width: auto !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center;
	order: 2;
	/* 中央に配置 */
	margin: 0 40px;
	/* 左右の矢印との間隔 */
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
}

.slick-dots li button {
	padding: 0;
	width: 12px;
	height: 12px;
	border: none;
	background: transparent;
	cursor: pointer;
	color: transparent;
	position: relative;
}

.slick-dots li button:before {
	content: "" !important;
	width: 12px !important;
	height: 12px !important;
	background: #d0d0d0 !important;
	border-radius: 50% !important;
	opacity: 1 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
	background: #ff6500 !important;
}

.slick-prev,
.slick-next {
	width: auto;
	height: auto;
	z-index: 2;
	position: static !important;
	border: none !important;
	background: transparent !important;
	/* 背景を透明に */
	color: transparent;
	cursor: pointer;
	transform: none !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 0 !important;
	transition: all 0.3s ease;
}

.slick-prev {
	order: 1;
	/* 左側に配置 */
}

.slick-next {
	order: 3;
	/* 右側に配置 */
}

.slick-prev:after,
.slick-next:after {
	font-family: inherit !important;
	font-size: 40px;
	/* サイズを調整 */
	line-height: 1;
	opacity: 1;
	color: #9c9c9c !important;
	/* グレーに変更 */
	-webkit-font-smoothing: antialiased;
	display: block;
}

.slick-prev:after {
	content: '‹';
}

.slick-next:after {
	content: '›';
}

/* 以前の疑似要素をクリア */
.slick-prev:before,
.slick-next:before {
	display: none !important;
}

.slick-prev:hover:after,
.slick-next:hover:after {
	color: #666 !important;
}

/* PCで新着求人を3件まで表示 */
/* スライダー化に伴い非表示設定を無効化 */
/* @media screen and (min-width: 768px) {
	.list_new_job li:nth-child(n+4) {
		display: none;
	}
} */


/* spview */
@media screen and (max-width:767px) {
	.kyujin_section {
		padding-top: 50px !important;
		/* 見出し上の余白を追加 */
	}

	.pickup {
		margin-bottom: 40px;
		/* padding: 0 15px; */
		padding: 0 0px;
	}

	.pickup .title_box,
	.new_job .title_box {
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.new_job {
		/* padding: 0 15px; */
		padding: 0 0px;
		margin-bottom: 30px;
	}

	.list_pickup {
		padding: 0 0 20px !important;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		display: block !important;
	}

	.kyujin_section .list_pickup.slick-dotted.slick-slider {
		margin-bottom: 0;
	}

	.list_pickup>li {
		width: 100%;
		margin-right: 0px !important;
		margin-bottom: 0 !important;
		display: block !important;
		padding: 0 5px !important;
	}

	.list_pickup>li:last-child {
		margin-right: 0px !important;
	}

	.list_pickup_title {
		font-size: 5vw;
		font-weight: bold;
		margin: 0 0 0.5rem;
	}

	.list_pickup_title span {
		font-size: 3vw;
	}

	.list_pickup_item .taglist span {
		font-size: 3vw;
	}

	#pickup_list .slick-slide,
	#new_job_list .slick-slide {
		padding: 0 15px !important;
		/* カード間隔を新着求人と合わせるため調整 */
	}

}



.area_section {
	padding: 80px 0;
	position: relative;
}

.area_section::after {
	content: "";
	background: #ebebeb url(../images/bk_area.png) no-repeat center bottom;
	width: 965px;
	height: 724px;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.area_section .area_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 10;
	position: relative;
}

.area_section .area_list li {
	width: 48%;
	margin-bottom: 30px;
}

.area_section .area_list li .title {
	font-size: 16px;
	border-left: 5px solid #000;
	padding-left: 10px;
	margin-bottom: 20px;
}



.area_section .area_list li .area_item_list a {
	border: 1px solid #ff6500;
	border-radius: 50px;
	color: #ff6500;
	padding: 8px 25px;
	display: inline-block;
	margin: 0 15px 15px 0;
	line-height: 1;
	position: relative;
	transition: all 0.3s ease;
}

.area_section .area_list li .area_item_list a:hover {
	transform: translateY(-3px);
	background-color: #ff6500;
	color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.area_section .area_list li .area_item_list a::after {
	content: "\e99f";
	font-family: 'icomoon' !important;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 12px;
	color: inherit;
	line-height: 1;

	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* spview */
@media screen and (max-width:767px) {
	.area_section {
		padding: 20px 15px
	}

	.area_section .title_box {
		margin-bottom: 20px;
	}

	.area_section .area_list li {
		width: 100%;
		margin-bottom: 20px;
	}

	.area_section .area_list li .title {
		font-size: 14px;
		margin-bottom: 10px;
		padding-left: 8px;
		border-left-width: 4px;
	}

	.area_section .area_list li .area_item_list {
		display: flex;
		flex-wrap: wrap;
	}

	.area_section .area_list li .area_item_list a {
		font-size: 13px;
		/* さらに縮小 */
		padding: 4px 2px;
		/* パディング極小 */
		margin: 0 1% 5px 0;
		width: 19%;
		/* 5列 (19*5=95 + margins) */
		text-align: center;
		border-radius: 4px;
		/* 丸み軽減 */
	}

	.area_section .area_list li .area_item_list a:nth-child(5n) {
		margin-right: 0;
	}

	.area_section .area_list li .area_item_list a::after {
		display: none;
		/* アイコン非表示 */
	}
}



.job_section {
	padding: 80px 0;
	position: relative;
}

.job_section::after {
	content: "";
	background: #ebebeb url(../images/bk_job.png) no-repeat center top;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.job_list {
	position: relative;
	z-index: 10;
}

.job_list dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.job_list dl dt {
	width: 200px;
	padding: 10px 20px;
	background-color: #c9c9c9;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}

.job_list dl dd {
	width: calc(100% - 205px);
	padding: 10px;
	background-color: #fff;
}



.job_list dl dd .job_item_list li {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #aeacad;
	line-height: 1;
}

.job_list dl dd .job_item_list li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.job_list dl dd .job_item_list li a {
	font-size: 14px;
	color: #333;
	text-decoration: underline;
	line-height: 1;
}


/* spview */
@media screen and (max-width:767px) {

	.job_section {
		padding: 20px 15px;
	}

	.job_section .title_box {
		margin-bottom: 20px;
	}

	.job_list dl {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.job_list dl dt {
		width: 100%;
		font-size: 4vw;
	}

	.job_list dl dd {
		width: 100%;
	}

	.job_list dl dd .job_item_list li {
		display: block;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		margin-bottom: 15px;
	}

	.job_list dl dd .job_item_list li {
		margin-bottom: 15px;
	}

	.job_list dl dd .job_item_list li:last-child {
		margin-bottom: 0;
	}

	.job_list dl dd .job_item_list li a {
		font-size: 3.5vw;
	}
}


.com_section {
	/* padding: 80px 0; */
	position: relative;
	text-align: center;

	background-image: url(../images/bk_contact.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.com_section .btn_com:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* 女性の画像を配置するための擬似要素 */
.com_section .lay_lqd {
	padding: 100px 0;
	position: relative;
}

.com_section .lay_lqd::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 30px;
	/* 右端からの距離（デザインに合わせて調整） */
	width: 320px;
	/* 画像のサイズに合わせて調整 */
	height: 90%;
	/* セクションの高さに合わせる */
	background-image: url("../images/bk_contact_parts.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;

	/* 女性の画像に乗算がかからないようにする */
	mix-blend-mode: normal;
	z-index: 1;
}

.con_text {
	color: #fff;
	font-size: 32px;
	/* サイズアップ */
	font-weight: 900;
	/* 極太 */
	margin-bottom: 30px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.8);
	/* 視認性向上のためのシャドウ */
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.btn_com {
	background: linear-gradient(to bottom, #ffe600 0%, #ffd000 100%);
	/* グラデーション追加 */
	color: #000;
	padding: 20px 60px;
	/* ボタンサイズアップ */
	position: relative;
	font-size: 20px;
	/* 文字サイズアップ */
	border: 1px solid #eec200;
	/* 薄いボーダーで締める */
	font-weight: 900;
	/* 極太 */
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	box-shadow: 0 5px 0 #c2a100, 0 10px 15px rgba(0, 0, 0, 0.3);
	/* 立体的なシャドウ */
	border-radius: 50px;
	/* 丸みを持たせる */
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.btn_com:hover {
	transform: translateY(3px);
	box-shadow: 0 2px 0 #c2a100, 0 5px 10px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to bottom, #ffe033 0%, #ffdb4d 100%);
}

.btn_com::after {
	content: "";
	position: absolute;
	/* icon adjustment if needed, keeping existing for now but verified position */
	background-image: url(../images/icon_com.png);
	background-size: contain;
	width: 22px;
	height: 22px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/* spview */
@media screen and (max-width:767px) {
	.com_section {
		padding: 30px 0;
	}

	.con_text {
		/* font-size: 5.5vw;
		padding: 0 15px; */
		font-size: 4.2vw;
		padding: 0 85px 0 22px;
		width: 100%;
		text-align: center;
		line-height: 1.5;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.btn_com {
		position: relative;
		z-index: 2;
		display: inline-block;
		width: 90vw;
		padding: 15px 0;
	}

	.btn_com::before {
		content: "";
		position: absolute;
		background-image: url("../images/bk_contact_parts.png");
		background-size: contain;
	}

	.com_section .lay_lqd {
		padding: 0;
		position: relative;
	}

	.com_section .lay_lqd::after {
		content: "";
		position: absolute;
		background-image: url("../images/bk_contact_parts.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: contain;
		width: 85px;
		height: 150px;
		right: 25px;
		bottom: 56px;
		z-index: 1;
	}

	/* SP: MV image 100% and whitespace removal */
	#mv {
		padding-bottom: 0;
	}

	.mv_logo .sp {
		width: 100% !important;
		height: auto;
	}

	.kyujin_section {
		padding-top: 30px !important;
	}
}

.slick-dots {
	margin-top: -17px !important;
	margin-left: 20px !important;
}

@media screen and (max-width:767px) {
	.slick-dots {
		margin-top: -15px !important;
	}

	.slick_nav_wrap {
		margin-top: 0 !important;
		margin-bottom: 40px !important;
	}
}

/* --------------------------------------------------- */
/* 2026/01/22 Top Page UI Refinement (Phase 3)         */
/* --------------------------------------------------- */

.list_pickup>li {
	display: flex;
	/* For equal height in New Jobs */
}

/* Slick Equal Height Fix */
#pickup_list .slick-track {
	display: flex !important;
}

#pickup_list .slick-slide {
	height: auto;
	display: flex;
	padding: 0 10px;
	margin-bottom: 10px;
	/* Unify spacing with New Jobs */
}

#pickup_list .slick-slide>div {
	display: flex;
	flex: 1;
}

#pickup_list .list_pickup_item_wrap {
	margin: 0;
	/* Override any slick gutters */
}

#pickup_list .list_pickup>li {
	width: 100% !important;
	/* In slick, slide div handles width */
	padding: 0 !important;
}

.list_pickup_item_wrap {
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: 0.3s;
	border-radius: 8px 8px 0 0;
	/* Bottom square as requested */
	overflow: hidden;
	width: 100%;
}

.list_pickup_item_wrap:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
}

.list_pickup_item_link {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-decoration: none;
	color: inherit;
}

.list_pickup_image {
	position: relative;
	width: 100%;
	border-radius: 0;
}

.list_pickup_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
	/* Override if any */
}

.card-tag-overlay {
	position: absolute;
	top: 8px;
	left: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	z-index: 5;
}

.card-tag {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.tag-date {
	background: #fff;
	color: #333;
}

.tag-new {
	background: #ff6500;
	color: #fff;
}

.list_pickup_content {
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.list_pickup_cat_main {
	font-size: 14px;
	color: #333;
	margin: 0 10px 0px;
	font-weight: bold;
	line-height: 1.4;
}

.list_pickup_company {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin: 0 10px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}


.list_pickup_data {
	padding: 15px 0 0 0;
	margin: 0 10px 10px;
}

.list_pickup_data dl {
	display: flex;
	align-items: center;
	/* Vertical Center Alignment */
	margin-bottom: 5px;
}

.list_pickup_data dl dt {
	width: 24px;
	text-align: center;
	color: #555;
	/* Dark Gray as requested */
	font-size: 16px;
	background-color: transparent !important;
	/* No background */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0;
	float: none;
	margin-bottom: 0;
}

.list_pickup_data dl dd {
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
	padding-left: 5px;
}

.list_pickup_data dl dd .price {
	font-weight: bold;
	color: #ff6500;
	font-size: 110%;
}

.card-job-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 10px 10px;
	margin-top: auto;
	/* Align tags to bottom if needed, or keep in flow */
}

.card-job-tag {
	font-size: 12px;
	padding: 2px 8px;
	background: transparent;
	border: 1px solid #ff6500;
	color: #ff6500;
	border-radius: 3px;
}

.list_pickup_actions {
	display: flex;
	gap: 8px;
	padding: 0 10px 15px;
	margin-top: auto;
	/* Push buttons to bottom */
}

.btn-action-top {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.2s;
}

.btn-detail-orange {
	background: #ff6500;
	color: #fff;
	border: 1px solid #ff6500;
	flex: 1;
	font-size: 15px;
}

.btn-detail-orange:hover {
	background-color: #e65c00;
}

.btn-fav-white {
	background: #fff;
	color: #ccc;
	border: 1px solid #ccc;
	width: 44px;
	flex: 0 0 44px;
	font-size: 20px;
}

.btn-fav-white.already {
	color: #ffb400;
	border-color: #ffb400;
}

.btn-fav-white:hover {
	background: #fff9e6;
	border-color: #ffb400;
	color: #ffb400;
}

@media screen and (max-width: 767px) {
	.list_pickup_cat_main {
		font-size: 15px;
		margin: 0 15px 0px;
	}

	.list_pickup_company {
		font-size: 18px;
		margin: 0 15px 15px;
	}

	.list_pickup_data {
		margin: 0 10px 10px;

	}

	.list_pickup_data dl {
		margin-bottom: 10px;
	}

	.list_pickup_data dl dd {
		font-size: 15px;
	}

	.btn-action-top {
		height: 40px;
	}

	.btn-fav-white {
		width: 40px;
		flex: 0 0 40px;
	}

	.list_pickup>li {
		flex: 0 0 85% !important;
		/* Adjust if horizontal scroll is used on SP */
	}
}