@charset "utf-8";

/* ピッキングのアルバイトをはじめたい人必見！PC.css */

.rich-section__head-lower {
	font-size: 1.85714rem;
}



/* 職種LPボタン用の色・アイコン */ 

.p_anchorbtn_wrap{
	margin: 1rem auto 3rem;
	text-align: center;
}

p.anchorbtn_tx{
	position: relative;
	font-weight: bold;
	font-size: 1.2rem;
	color: #61C650;
	bottom: 8px;
}

p.anchorbtn_tx.red{
	color: #f44040;
}


p .anchorbtn_icon02 {
	display: inline-block;
   	width: 54px;
   	height: 54px;
	margin: 0 8px -10px 0;
    	background: url(/files/user/img/icon/icon_cta_baityu_02.png) no-repeat top center /54px 54px;
}

.p_anchorbtn_wrap>p>a{
	position: relative;
	max-width: 332px;
	display: block;
	margin: 0 auto;
	padding: 1rem;
	background: #61C650;
	border-radius: 42px;
	box-shadow: 0 3px #57ad45;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
}

.p_anchorbtn_wrap>p>a.red{
	background: #f44040;
	box-shadow: 0 3px #df241e;	
}

.p_anchorbtn_wrap>p>a:hover,.p_anchorbtn_wrap>p>a.red:hover{
	box-shadow: none;
	transform: translateY(3px);
	opacity: 0.8;
}


.p_anchorbtn_wrap>p>a.arrow_left::before{
position: absolute;
right: 24px;
top: calc(50% - 6px);
content: "";
display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bt2l{
	line-height: 1.5;
}
.bt_big{
	font-size: 24px;
}


/* table */
.table-scroll{
    overflow: auto;
    white-space: nowrap;
    margin-bottom:18px;
}
.table-scroll::-webkit-scrollbar{
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
    background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
    background: #999;
}
.table-scroll table{
    border-collapse:collapse;
    border-spacing:0;
    border-top:#ccc solid 1px;
    border-left:#ccc solid 1px;
}
.table-scroll table th,
.table-scroll table td{
    padding:20px 20px;
    font-weight:normal;
    border: #333 solid 1px;
    font-size:12px;
    text-align: center;
}
.table-scroll table th{
    background: #f4cccc;
}



/* corporate */
.corporate
{padding: 20px;
 border: #f44040 2px dotted;
 border-radius: 10px;
}
.corporate .heading{
border-bottom: solid 1px #f44040;
padding-bottom: 10px;
margin-top: 0;
color: #222222;
font-size: 1.2rem;
font-weight: bold;
}
.corporate .p_anchorbtn_wrap{
	margin: 1rem auto;
}



