/*
Theme Name: Hi matching
Version: 1.0
Template: neve
*/
.jobtype-container {
  padding: 1rem;
}

.type-delivery {
  background: url(images/bg_delivery.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.type-spot {
  background: url(images/bg_spot.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.type-regular {
  background: url(images/bg_regular.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.jobtype {
  width: 90%;
  margin: 0 auto;
}
.jobtype .single_box {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid gray;
  border-radius: 5px;
  background: rgba(103, 189, 255, 0.4);
  font-weight: bold;
  font-size: 1.25rem;
}
.job_style {
  width: 100%;
  font-size: 1.5rem;
  padding: 1rem;
}

.job_style .box {
  margin-bottom: 1rem;
  padding: 1.5rem;
  background: #ececec;
  border-radius: 2rem;
}

.job_style .box p {
  margin-bottom: 0;
  line-height: 2.5rem;
}

.job_style .box dl {
  display: flex;
  flex-wrap: nowrap;
}

.job_style .box dl dt {
  width: 22%;
}

.job_style .box dl dd {
  width: 76%;
}

.em {
  font-weight: bold;
}

.large {
  font-size: 200%;
}

.job_style .box p span {
  width: 4rem;
  font-weight: bold;
}

.job_cobox {
  padding: 0.5rem;
  border: 3px solid #999;
  border-radius: 1rem;
  background: #fff;
}

.job_cobox p.title {
  font-weight: bold;
}

.job_fee {
  display: flex;
  justify-content: space-evenly;
}

.job_start {
  text-align: center;
  font-size: 1.5rem;
}

.start_time {
  font-size: 150%;
}

@media screen and (max-width: 500px) {
  .job_fee,
  .job_style .box dl {
    display: block;
  }
  .job_fee dt, .job_fee dd,
  .job_style .box dl dt,
  .job_style .box dl dd {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */