@charset "UTF-8";
#key_img{
  margin-bottom: 3px;
  margin-left: 10px;
}
.container{padding: 0px 4px;}
.list_h{
  overflow: hidden;
  border-bottom: dotted 1px #c3c3c3;
  margin-bottom: 30px;
}
.page_list_top{
  float: right;
  overflow: hidden;
}
.pl_01,.pl_02{float: left;}
.pl_01 a,.pl_02 a{text-decoration: none;}
.pl_02 a{color: #f00;}

.top_h{
  text-align: left;
}
.d_btn{
  text-align: center;
  vertical-align: center;
}
.d_btn a:hover img{
  opacity: 0.8;
}
.page_list_bottom{
  overflow: hidden;
  width: 120px;
  padding-left: 840px;
  padding-top: 18px;
  border-top: dotted 1px #c3c3c3;
  margin-bottom: 115px;
  margin-left: 20px;
}
.page_list_bottom li{
  float: left;
}
.job_entry_btn{
  text-align:center;
  margin-bottom:60px;
}
.job_entry_btn input{
  width:100%;
}

.button-search{
	font-size: 17px;
	width: 200px;
	height: 40px;
	background-color: #cc0801;
	color: #fff;
	border-radius: 7px;
	display: block;
  margin: 0 auto 60px;
	border-style: none;
	cursor: pointer;
}

.checkbox_space{
	margin-right: 5px;
}

.select_height{
  -webkit-appearance:none;
	line-height: 2.0;
	padding-left: 5px;
}

/*seminer
---------------------------------------------*/
#seminer_list{
  margin-bottom:50px;
}
#seminer_list dl{
  margin:0 auto;
  border-bottom:1px solid #CCC;
  overflow:hidden;
  padding:20px 0;
}

#seminer_list dt,#seminer_list dd{

}

#seminer_list dt{
  margin-bottom:4px;
  padding-left:15px;
  background:url(./img/common/seminer_dt_bg.gif) no-repeat 0px 5px;
}

#seminer_list dt,#seminer_list dd a{
  color:#000;
}

#seminer_single{
  margin-bottom:140px;
}
#seminer_single dl{
  margin:0 auto 45px auto;
  border-bottom:1px solid #CCC;
  overflow:hidden;
  padding:20px 20px 18px 20px;
  background:url(./img/common/seminer_single_dl_bg.gif) no-repeat;
}
#seminer_single dt{
  float:right;

}
#seminer_single dd{
  float:left;
  font-size:110%;
  font-weight:bold;
}
#seminer_single p{
  margin:0 auto;
  line-height:180%;
}

#feature_bnr{
  text-align: center;
  margin-bottom: 40px;
}
#feature_bnr img{
  width:100%;
  height:auto;
}



/*@media screen 641
------------------------------------------*/
@media screen and (min-width:641px){
  .container{
    padding: 0px 20px;
  }

  #seminer_list{margin-bottom:40px;}
  #seminer_list dl{width:840px;}
  #seminer_list dt{
    width:110px;
    margin-bottom:0;
    padding-left:35px;
    background:url(./img/common/seminer_dt_bg.gif) no-repeat 20px 5px;
  }
  #seminer_list dt,#seminer_list dd{float:left;}
  .job_entry_btn input{width:auto;}
  #seminer_single dl{width:820px;}
  #seminer_single p{width:840px;}
  #feature_bnr img{
    width:930px;
    height:120px;
  }
}
/*@media screen 641 j-info*/
/*ページャー*/
.pagination span,.pagination a{
  display: inline-block;
  /*float:left;*/
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#fff;
  background: #555;
}

.pagination a:hover{
  color:#fff;
  background: #bd151c;
}

.pagination .current{
  padding:6px 9px 5px 9px;
  background: #bd151c;
  color:#fff;
}

.pagination{
  text-align: center;
  white-space: nowrap;
  margin-bottom: 40px;
  clear: left;
}
.pagination a{
  display: inline-block;
}


.po-joblist {
  margin-bottom: 40px;
}

.result_add {
	width:258px;
	float:left;
	margin: 0 10px 50px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	border-radius: 5px;
	color:#333;
	padding:20px;
	text-decoration:none;
	
}

.result_add:hover {
	opacity:0.7;
}

.result_add_position span{
	font-weight:bold;
	font-size:16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 1.6em;
	display:block;
}
.result_add_client {
	color:#666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 1.6em;
	display:block;

}
.result_add_etc span {
	display:inline-block;
	padding:5px;
	background:#ffeeee;
	border:1px solid #ffcccc;
	margin:1px;
}
.result_add_salary {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display:block;
	margin:5px 0;
}

@media screen and (max-width:641px){
	.result_add {
		width:100%;
		margin:0 auto 20px;
		box-sizing: border-box;
	}
}













.p-detailBox {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-bottom: 10vw;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 0px 0px 9px 9px;
  padding: 20px 0px 30px 15px;
  box-shadow: -1px 5px 20px 1px rgb(0 0 0 / 10%);
}
.p-detailBox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
	border-top: 1px solid #c4c4c4;
  background-color: #cc0801;
	border-radius: 9px 9px 0px 0px;
  top: -9px;
  left: 0;
  z-index: -1;
}


.p-detailBox__num {
	text-align: left;
	font-size: 13px;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
  padding-right: 15px;
}
.p-detailBox__num::before {
	content: "JOB ID ";
}
.p-detailBox__title {
	text-align: left;
	font-size: 18px;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
  padding-right: 15px;
}
.p-detailBox__feature {
  margin-bottom: 20px;
  padding-right: 15px;
}
.p-detailBox__feature li {
  position: relative;
  line-height: 1.7;
  font-size: 12px;
  /* padding-left: 24px; */
  letter-spacing: 0.11em;
}
/* .p-detailBox__feature li::before {
  content: "";
  position: absolute;
  background-image: url(img/common/icon_check.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  top: 4px;
  left: 0;
  transform: translateY(0%);
} */
.p-tagBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 25px;
}
.p-tagBox__item {
  font-size: 11px;
  color: #cc0801;
  border: 2px solid #cc0801;
  border-radius: 4px;
  width: 115px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 7px;
  padding: 3px 0;
}

@media screen and (min-width:641px) {
  .p-detailBox {
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-bottom: 60px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #fff;
    border-radius: 0px 0px 9px 9px;
    padding:22px 15px 62px 30px;
    box-shadow: -1px 5px 20px 1px rgba(0, 0, 0, 0.1);
  }
  .p-detailBox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    border-top: 1px solid #c4c4c4;
    background-color: #cc0801;
    border-radius: 9px 9px 0px 0px;
    top: -9px;
    left: 0;
    z-index: -1;
  }
  
  
  .p-detailBox__title {
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.09em;
    margin-bottom: 19px;
  }
  .p-detailBox__feature {
    margin-bottom: 28px;
  }
  .p-detailBox__feature li {
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    padding-left: 27px;
    letter-spacing: 0.11em;
  }
  /* .p-detailBox__feature li::before {
    content: "";
    position: absolute;
    background-image: url(img/common/icon_check.svg);
    width: 20px;
    height: 15px;
    top: 4px;
    left: 0;
    transform: translateY(0);
  } */
  .p-tagBox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .p-tagBox__item {
    font-size: 13px;
    color: #cc0801;
    border: 2px solid #cc0801;
    border-radius: 4px;
    width: 174px;
    text-align: center;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 3px 0;
  }

}

.p-detailItem th {
  display: block;
	width: 100%;
  margin-bottom: 15px;
  font-weight: normal;
}
.p-detailItem td {
  display: block;
  width: 100%;
  font-size: 13px;
	position: relative;
	display: flex;
  line-height: 1.5;
  /* margin-bottom: 20px; */
  margin-bottom: 15px;
  letter-spacing: 0.115em;
  padding-right: 15px;
}

.p-detailItem__title {
	position: relative;
	text-align: left;
	font-size: 16px;
	padding-left: 30px;
}
.p-detailItem__title::after {
	content:"";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.p-detailItem01 .p-detailItem__title::after {
	background-image: url(img/common/icon_location.svg);
	width: 18px;
	height: 27px;
}
.p-detailItem02 .p-detailItem__title::after {
	background-image: url(img/common/icon_clock.svg);
	width: 21px;
	height: 22px;
}
.p-detailItem03 .p-detailItem__title::after {
	background-image: url(img/common/icon_building.svg);
	width: 22px;
	height: 21px;
}
.p-detailItem04 .p-detailItem__title::after {
	background-image: url(img/common/icon_person.svg);
	width: 20px;
	height: 21px;
}
.p-detailItem05 .p-detailItem__title::after {
	background-image: url(img/common/icon_pen.svg);
	width: 17px;
	height: 17px;
}
.p-detailItem06 .p-detailItem__title::after {
	background-image: url(img/common/icon_qualification.svg);
	width: 20px;
	height: 14px;
}
.p-detailItem07 .p-detailItem__title::after {
	background-image: url(img/common/icon_time.svg);
	width: 18px;
	height: 18px;
}
.p-detailItem08 .p-detailItem__title::after {
	background-image: url(img/common/icon_salary.svg);
	width: 16px;
	height: 18px;
}
.p-detailItem09 .p-detailItem__title::after {
	background-image: url(img/common/icon_welfare.svg);
	width: 20px;
	height: 17px;
}
.p-detailItem10 .p-detailItem__title::after {
	background-image: url(img/common/icon_holiday.svg);
	width: 16px;
	height: 17px;
}
.p-detailItem11 .p-detailItem__title::after {
	background-image: url(img/common/icon_process.svg);
	width: 16px;
	height: 19px;
}
.p-detailItem12 .p-detailItem__title::after {
	background-image: url(img/common/icon_company.svg);
	width: 16px;
	height: 18px;
  top: 26%;
}
.p-detailItem__modalBtn {
	position: absolute;
	display: block;
	width: 157px;
	border: 1px solid #dbd9d9;
	border-radius: 4px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	padding: 7px 0 7px 25px;
	letter-spacing: 0.13em;
	max-height: 37px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.p-detailItem__modalBtn::after {
	content:"＋";
	position: absolute;
	color: #c80f00;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
}
.p-detailItem__checkList {
	width: calc(100% - 157px);
}
.p-detailItem__input {
	width: 100%;
}
.p-detailItem input {
	border: 1px solid #dbd9d9;
	width: 100%;
	display: block;
	height: 36px;
	border-radius: 4px;
}

@media screen and (min-width:641px) {
  .p-detailItem th {
    display: inline-block;
    width: 158px;
    margin-bottom: 36px;
    font-weight: normal;
  }
  .p-detailItem td {
    width: calc(100% - 158px);
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 25px;
    /* margin-bottom: 36px; */
    padding-right: 15px;
    letter-spacing: 0.115em;
  }
  
  .p-detailItem__title {
    position: relative;
    text-align: left;
    font-size: 16px;
    padding-left: 30px;
  }
  .p-detailItem__title::after {
    content:"";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-detailItem01 .p-detailItem__title::after {
    background-image: url(img/common/icon_location.svg);
    width: 18px;
    height: 27px;
  }
  .p-detailItem02 .p-detailItem__title::after {
    background-image: url(img/common/icon_clock.svg);
    width: 21px;
    height: 22px;
  }
  .p-detailItem03 .p-detailItem__title::after {
    background-image: url(img/common/icon_building.svg);
    width: 22px;
    height: 21px;
  }
  .p-detailItem04 .p-detailItem__title::after {
    background-image: url(img/common/icon_person.svg);
    width: 20px;
    height: 21px;
  }
  .p-detailItem05 .p-detailItem__title::after {
    background-image: url(img/common/icon_pen.svg);
    width: 17px;
    height: 17px;
  }
  .p-detailItem06 .p-detailItem__title::after {
    background-image: url(img/common/icon_qualification.svg);
    width: 20px;
    height: 14px;
  }
  .p-detailItem07 .p-detailItem__title::after {
    background-image: url(img/common/icon_time.svg);
    width: 18px;
    height: 18px;
  }
  .p-detailItem08 .p-detailItem__title::after {
    background-image: url(img/common/icon_salary.svg);
    width: 16px;
    height: 18px;
  }
  .p-detailItem09 .p-detailItem__title::after {
    background-image: url(img/common/icon_welfare.svg);
    width: 20px;
    height: 17px;
  }
  .p-detailItem10 .p-detailItem__title::after {
    background-image: url(img/common/icon_holiday.svg);
    width: 16px;
    height: 17px;
  }
  .p-detailItem11 .p-detailItem__title::after {
    background-image: url(img/common/icon_process.svg);
    width: 16px;
    height: 19px;
  }
  .p-detailItem12 .p-detailItem__title::after {
    background-image: url(img/common/icon_company.svg);
    width: 16px;
    height: 18px;
    top: 26%;
  }
  .p-detailItem__modalBtn {
    position: absolute;
    display: block;
    width: 157px;
    border: 1px solid #dbd9d9;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    padding: 7px 0 7px 25px;
    letter-spacing: 0.13em;
    max-height: 37px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-detailItem__modalBtn::after {
    content:"＋";
    position: absolute;
    color: #c80f00;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
  }
  .p-detailItem__checkList {
    width: calc(100% - 157px);
  }
  .p-detailItem__input {
    width: 100%;
  }
  .p-detailItem input {
    border: 1px solid #dbd9d9;
    width: 100%;
    display: block;
    height: 36px;
    border-radius: 4px;
  }
}


.p-detailHead {
  margin-top: 43px;
  margin-bottom: 29px;
  display: block;
}
.p-detailHead__num {
  font-size: 14px;
  margin-bottom: 10px;
}
.p-detailHead__num span {
  font-size: 20px;
  font-weight: bold;
  color: #cc0801;
}
.p-detailFoot {
  margin-top: -10px;
  margin-bottom: 30px;
  display: block;
}
.p-detailFoot__num {
  font-size: 14px;
  margin-bottom: 10px;
}
.p-detailFoot__num span {
  font-size: 20px;
  font-weight: bold;
  color: #cc0801;
}

.p-pagenation {
  display: flex;
  flex-wrap: wrap;
}
.p-pagenation__item {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #9d9d9d;
  border: 2px solid #9d9d9d;
  border-radius: 3px;
  margin-left: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.p-pagenation__item:hover {
  opacity: 0.7;
}
.p-pagenation__item a {
  display: block;
  color: #9d9d9d;
  text-decoration: none;
  padding-top: 3px;
  width: 100%;
  height: 100%;
}
.p-pagenation__item--prev a::before {
  position: absolute;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
	font-size: 17px;
  color: #9d9d9d;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.p-pagenation__item--next a::before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
	font-size: 17px;
  color: #9d9d9d;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.p-pagenation__item.is-on {
  border: 2px solid #cc0801;
  border-radius: 3px;
  background-color: rgba(204, 8, 1, 0.2);
}
.p-pagenation__item.is-on a {
  color: #cc0801;
}

.l-searchBottom > h3 {
  margin-bottom: 10px;
}
@media screen and (min-width: 641px){
  .p-list {
      padding: 0 10px;
  }
}

@media screen and (min-width:641px) {
  .p-detailHead {
    margin-top: 43px;
    margin-bottom: 29px;
    display: flex;
    justify-content: space-between;
  
  }
  .p-detailHead__num {
    font-size: 15px;
    margin-bottom: 0;
  }
  .p-detailHead__num span {
    font-size: 24px;
    font-weight: bold;
    color: #cc0801;
  }
  .p-detailFoot {
    margin-top: -36px;
    margin-bottom: 42px;
    display: flex;
    justify-content: space-between;
  }
  .p-detailFoot__num {
    font-size: 15px;
    margin-bottom: 0;
  }
  .p-detailFoot__num span {
    font-size: 24px;
    font-weight: bold;
    color: #cc0801;
  }
  
  .p-pagenation {
    display: flex;
  }
  .p-pagenation__item {
    font-size: 17px;
    font-weight: bold;
    width: 47px;
    height: 35px;
    text-align: center;
    color: #9d9d9d;
    border: 2px solid #9d9d9d;
    border-radius: 3px;
    margin-left: 5px;
  }
  .p-pagenation__item a {
    padding-top: 4px;
    color: #9d9d9d;
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .p-pagenation__item--prev a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 17px;
    content: "\f053";
    color: #9d9d9d;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .p-pagenation__item--next a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 17px;
    content: "\f054";
    color: #9d9d9d;
  }
  .p-pagenation__item.is-on {
    border: 2px solid #cc0801;
    border-radius: 3px;
    background-color: rgba(204, 8, 1, 0.2);
  }
  .p-pagenation__item.is-on a {
    color: #cc0801;
  }
}

