@charset "UTF-8";


.bold {
  font-weight: 700;
}

.f_large {
  font-size: 22px;
}

.f_free {
  font-weight: 400;
  color: #999;
}

.txt_marker {
  background: linear-gradient(transparent 60%, #f4ff86 60%);
}


#work_features h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
}


.illust_wrap img {
  width: 300px;
}

#work_customer {
  text-align: left;
}

.ph_wrap img {
  width: 95%;
}

/* schedule ------------------------*/

#work_schedule .inner {
  position: relative;
}

.schedule_wrap {
  padding: 0 12px;
  line-height: 120%;
}

.ttl_time_line dl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}

.ttl_time_line dt {
  width: 4em;
}

.ttl_time_line dd {
  width: calc((100% - 24px - 2em)/ 2);
  font-size: 15px;
  text-align: center;
  padding: 6px 0;
  color: #fff;

}

.ttl_time_line dd:first-child {
  background-color:
    #e16800;
}

.ttl_time_line dd:last-child {
  background-color:
    #1c2e75;
}

.time_line {
  margin: 0 0 6px 0;
}

.time_line.line_high {
  height: 3em;
}

.time_line dl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.time_line dt {
  width: 4em;
  min-height: 3em;
  font-size: 14px;
  text-align: center;
  padding: 6px 0 0 0;
  background-color: #ededed;
  border-right: 2px solid #1c2e75;
  border-left: 2px solid #e16800;
}

.time_line dd {
  padding: 6px 4px;
  width: calc((100% - 24px - 2em)/ 2);
}

.time_line dd:first-child {
  background:
    #f5f5f5;
}

.time_line dd:last-child {
  background:
    #f5f5f5;
}

.work {
  display: block;
  margin: 0 0 4px 0;
}

.half_time {
  padding-top: calc(1em + 8px);
}


@media not screen and (max-width: 780px) {
  .inner.row .ttl_wrap {
    position: relative;
    width: 39%;
  }

  .inner.row .ttl_standard {
    position: relative;
    width: 100%;
    margin: 0 0 24px 0;
  }

  .ttl_3.ttl_standard {
    /* font-size: 24px; */
  }

  #work_schedule .inner {
    display: flex;
    flex-direction: row;

  }

  .time_line dt {
    font-size: 15px;
    color: #666;
  }

  .time_line dd {
    padding: 10px 8px;
  }

  .schedule_wrap {
    font-size: 15px;
  }
}

@media screen and (max-width: 780px) {
  .ttl_3.ttl_standard {
    /* font-size: 22px;*/
    margin: 0 0 24px 0;
  }

  .illust_wrap,
  .ph_wrap {
    text-align: center;
    margin: 0 0 24px 0;
  }

  .time_line dt {
    font-size: 14px;
  }

  .time_line dd {
    padding: 6px 4px;
  }

  .schedule_wrap {
    font-size: 13px;
  }

}