@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 737px) {


.p-ancer__list li{
	display: block;
	margin: 0px 0px 0px;

}
.p-ancer__list li a{
	position: relative;
	background: #efefef;
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	transition: 0.2s;
	background-image: url(../../img/common/ancer-btn.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 30px auto;
	padding: 5px 40px 5px;
	margin-bottom: 10px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.p-ancer__list li a:hover{
	color:#EE1C23;
	opacity: 1;
	background-position: 96% center;
}
.p-sec{
	margin-top: -20px;
	padding-top: 100px;
	padding-bottom: 40px;
}
	.p-sec__bg {
	padding-top: 50px;
	position: relative;
}
	.p-sec01__bg {
	position: relative;
	background-image: url(../../img/joblist/img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	left:0;
	top:0;
	
}
.p-sec02__bg {
	position: relative;
	background-image: url(../../img/joblist/img02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	right:0;
	top:0;
	
}
.p-sec03__bg {
	position: relative;
	background-image: url(../../img/joblist/img03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	left:0;
	top:0;
	
}
.p-sec04__bg {
	position: relative;
	background-image: url(../../img/joblist/img04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	right:0;
	top:0;
	
}
	.p-sec__txtarea{
		padding: 20px;
	}
.p-sec h3{
	text-align: center;
	position: relative;
	font-size: 24px;
	padding: 0px 0 20px;
	margin-bottom: 40px;
}
.p-sec h3:after{
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	border-bottom: 2px solid #08A0E9;
	top:100%;
	left:50%;
	transform: translateX(-50%);
	
}




    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
