/* Scss Document */
/************  pageTimeSchedule-View  ************/
.pageTimeSchedule-View {
  background: url(../img/contact/contact_bg01sp.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 30%;
  position: relative;
}

@media (min-width: 769px) {
  .pageTimeSchedule-View {
    background: url(../img/contact/contact_bg01pc.jpg) no-repeat;
    background-size: cover;
    padding-top: 26%;
  }
}

.pageTimeSchedule-View_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 52%;
}

@media (min-width: 769px) {
  .pageTimeSchedule-View_inner {
    width: 100%;
  }
}

.pageTimeSchedule-View_inner .title {
  color: #fff;
  text-align: left;
}

.pageTimeSchedule .flex-schedule {
  margin: 0 auto 0 0;
}

.pageTimeSchedule .flex-schedule li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.pageTimeSchedule .flex-schedule .area {
  padding: 10px;
  display: block;
  width: 100%;
  border-left: 6px solid #9df687;
}

.pageTimeSchedule .flex-schedule li .time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-preferred-size: 6em;
      flex-basis: 6em;
  max-width: 4em;
  margin-right: 1em;
  margin-top: 25px;
  font-size: 16px;
}

@media (min-width: 769px) {
  .pageTimeSchedule .flex-schedule li .time {
    -ms-flex-preferred-size: 7em;
        flex-basis: 7em;
    max-width: 6em;
    margin-right: 3em;
  }
}

.pageTimeSchedule .flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  padding: 1em;
  background: #f0ffec;
  border-radius: 6px;
}

.pageTimeSchedule .flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 20px;
  background: #2fc908;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.pageTimeSchedule .flex-schedule .sch_title {
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 769px) {
  .pageTimeSchedule .flex-schedule .sch_title {
    font-size: 20px;
  }
}

.pageTimeSchedule .flex-schedule .sch_tx {
  font-size: 16px;
  font-weight: normal;
}
/*# sourceMappingURL=timeschedule.css.map */