@charset "UTF-8";
/* カラー設定 ============================= */
.color_1 {
  color: #0071cc;
}

.color_2 {
  color: #e66d00;
}

.color_3 {
  color: #cc01aa;
}

/* ====================================== */
.mvCts {
  margin-top: 10px;
}

@media all and (min-width: 767px) {
  .mvCts {
    margin-top: 120px;
  }
}
.mvCts .leadWrap .dayFlex > div {
  width: 100%;
}

@media all and (min-width: 767px) {
  .pickupCts ul li .degree.wid {
    padding: 0 16% 0 7%;
  }
  .pickupCts ul li .degree.pc_small {
    line-height: 1.4;
    font-size: 10px;
  }
}
@media all and (max-width: 414px) {
  .pickupCts ul li .degree.sp_small {
    line-height: 1.3;
  }
}
@media all and (min-width: 767px) {
  .weeklinkCts {
    max-width: 870px;
  }
  .weeklinkCts > div {
    width: 740px;
  }
}
.othersCts .othersCts_link {
  color: #22b996;
}/*# sourceMappingURL=style.css.map */