
@charset "utf-8";
/*-------------------------------- 
jobList
 --------------------------------*/
.sp_02 {
  background-color: #fff;
}
.sp_02 .headingL {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
  width: 500pv;
}
.sp_02 .headingL .highlighter {
  display: inline;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #fff100),
    color-stop(50%, transparent)
  );
  background-image: linear-gradient(to right, #fff100 50%, transparent 50%);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 200% 5px;
  font-weight: bold;
}

.sp_02 .jobList {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}
.sp_02 .jobListStyle {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border: solid #e6e6e6 1px;
  border-radius: 6px;
  width: 46%;
  margin: 0 2% 4%;
}
.sp_02 .jobListStyle .jobName {
  background-color: #e6f4fd;
  padding: 14px 10px;
  text-align: center;
  color: #007fc3;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
}
.sp_02 .jobListStyle ul {
  list-style-type: disc;
  padding: 14px 0;
  font-size: 13px;
}

@media screen and (max-width: 321px) {
  .sp_02 .jobListStyle .jobName {
    font-size: 10.5px;
  }
  .sp_02 .jobListStyle ul {
    font-size: 11px;
  }
}

@media screen and (min-width: 350px) and (max-width: 375px) {
  .sp_02 .jobListStyle .jobName {
    font-size: 12.5px;
  }
  .sp_02 .jobListStyle ul {
    font-size: 12px;
  }
}

.campanyText {
  font-size: 9px;
  color: #999;
  text-align: center;
  padding: 10px auto;
  line-height: 1.4;
}

/*--------------------------------------
registration
----------------------------------------*/
.contentBlock {
  max-width: 100%;
}

.contentBlock img {
  width: 100%;
  max-width: 100%;
}

.registration {
  background-color: #fff;
  padding-top: 30px;
}

.registration-txt-area {
  position: relative;
  width: 285px;
  margin: 0 auto;
}

.registration-txt {
  word-break: break-all;
  font-weight: bold;
  text-align: center;
}

.registration-txt-area::before {
  content: "";
  background: no-repeat
    url("/cmn_web/img/front/parts_member/callout1_left_sp.png");
  background-size: cover;
  height: 37.5px;
  width: 22px;
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.registration-txt-area::after {
  content: "";
  background: no-repeat
    url("/cmn_web/img/front/parts_member/callout1_right_sp.png");
  background-size: cover;
  height: 37.5px;
  width: 22px;
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
}

.memberRegistrationBtnArea {
  width: 270px;
  margin: 0 auto;
  padding: 20px 0 30px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: none;
  background: none;
}

.memberRegistrationBtnArea .memberRegistrationBtn {
  width: 100%;
  height: auto;
}

.memberRegistrationBtnArea .memberRegistrationBtn a {
  font-weight: normal;
  display: block;
  height: 55px;
  color: #ffffff;
  font-weight: bold;
  line-height: 55px;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(#fd8331, #f60);
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 20px;
}

.memberRegistrationBtnArea .memberRegistrationBtn a span {
  margin-left: 0.5em;
  vertical-align: baseline;
  font-size: 14px;
}

.memberRegistrationBtnArea .memberRegistrationBtn a.regist_btn_pc {
  display: none;
}



