@charset "utf-8";
.job_ttl,
.job-item_title {
  padding: 30px 15px 10px;
  font-size: 15px;
  font-weight: bold;
}

.job-item_title span {
  font-size: 12px;
}

.job_about,
.job_shop,
.job_web {
  padding-bottom: 30px;
  border-bottom: 5px solid #fe77a7;
}

.job_about_txt {
  padding: 15px 15px 0;
  font-size: 14px;
  line-height: 1.6;
}

.job_shop dl,
.job_web dl {
  margin: 0 10px 20px;
  border-top: 1px solid #ccc;
  line-height: 1.5;
  font-size: 14px;
}

.job_shop dt,
.job_web dt {
  padding: 10px 0 0;
  color: #fe77a7;
  font-weight: bold;
}

.job_shop dt:first-child,
.job_web dt:first-child {
  border-top: none;
}

.job_shop dt:first-child + dd,
.job_web dt:first-child + dd {
  border-top: none;
}

.job_shop dd,
.job_web dd {
  padding: 5px 0 10px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  word-break: break-all;
}

.inside_more {
  position: relative;
  margin: 25px 15px 0;
  height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
}

.inside_more.shop {
  padding-top: 6px;
  line-height: 12px;
}

.inside_more:last-child {
  margin-top: 15px;
}

.inside_more span {
  display: block;
  padding-top: 5px;
  font-size: 10px;
}

.inside_more img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
