/* lp short
   ========================================================================== */
.shorttime-mainttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  height: 295px;
  padding: 25px 0 0 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #02d3b6 2%, #0795f0 68%, #01c5e6 91%, #01c5e6 91%);
  background-color: #0795f0;
}
@media screen and (min-width: 961px) {
  .shorttime-mainttl {
    font-size: 45px;
    padding: 35px 0 0 0;
  }
}
@media screen and (max-width: 320px) {
  .shorttime-mainttl {
    background-size: auto 100%;
  }
}
.shorttime-mainttl-copy {
  font-size: 26px;
  line-height: 1;
  display: block;
  width: 250px;
  margin: 0 auto 10px;
  padding: 6px 0;
  border: 2px solid #fff;
  border-radius: 100px;
}
@media screen and (min-width: 961px) {
  .shorttime-mainttl-copy {
    font-size: 28px;
    width: 350px;
    padding: 8px 0;
  }
}
@media screen and (min-width: 961px) {
  .shorttime-mainttl br:nth-last-child(2) {
    display: none;
  }
}

.c-middleKvShort .c-mvHead {
  position: absolute;
  top: 100px;
  right: 5px;
}
@media screen and (max-width: 980px) {
  .c-middleKvShort .c-mvHead {
    top: 115px;
    right: 8px;
  }
}
@media screen and (max-width: 425px) {
  .c-middleKvShort .c-mvHead {
    top: 95px;
    right: 8px;
  }
}
.c-middleKvShort-inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .c-middleKvShort-inner {
    padding: 0 24px;
  }
}

.c-mvHead {
  font-size: 10px;
}

.short-work-search {
  max-width: 600px;
  margin: -40px auto 40px;
}
@media screen and (min-width: 961px) {
  .short-work-search {
    margin: -60px auto 60px;
  }
}
.short-work-search__wrapper {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.short-work-search__con {
  padding: 10px;
}
.short-work-search__ttl, .short-work-search__ttl--occupation, .short-work-search__ttl--area, .short-work-search__ttl--time, .short-work-search__ttl--shift {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 40px;
  background: no-repeat;
}
.short-work-search__ttl--shift {
  background-image: url(../../img/icon/icon_shift_black3.svg);
  background-position: 10px 8px;
  background-size: 22px auto;
}
.short-work-search__ttl--time {
  background-image: url(../../img/icon/icon_time_black2.svg);
  background-position: 10px 10px;
  background-size: 22px auto;
}
.short-work-search__ttl--area {
  background-image: url(../../img/icon/icon_place_black.svg);
  background-position: 12px 8px;
  background-size: 16px auto;
}
.short-work-search__ttl--occupation {
  background-image: url(../../img/icon/icon_occupation_black2.svg);
  background-position: 10px 10px;
  background-size: 22px auto;
}
@media screen and (max-width: 960px) {
  .short-work-search__result {
    padding: 10px 0 10px 10px;
  }
}
.short-work-search .select__time-zone {
  display: flex;
  align-items: center;
}
.short-work-search .select__time-zone .c-select {
  font-size: 12px;
  padding: 0 20px 0 2px;
}
@media screen and (min-width: 960px) {
  .short-work-search .select__time-zone .c-select {
    font-size: 13px;
    padding: 0 20px 0 10px;
  }
}
.short-work-search .select__time-zone .c-select-l--2:before {
  width: 20px;
}
.short-work-search .select__time-zone-between {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (min-width: 961px) {
  .short-work-search .p-search-set {
    width: 600px;
    margin: 0 auto;
    background-color: transparent;
  }
}
@media screen and (min-width: 961px) {
  .short-work-search .short-search-btn-wrap {
    width: 100%;
    margin: 30px 0;
    background-color: #eaeaea;
  }
}
.short-work-search__btn-wrap {
  display: flex;
  width: 100%;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 960px) {
  .short-work-search__btn-wrap {
    padding-right: 10px;
  }
}
.short-work-search__clear-btn {
  width: 30%;
  margin-right: 5px;
  color: #fff;
  background: #BFBFBF;
}
@media screen and (max-width: 960px) {
  .short-work-search__clear-btn {
    width: 25%;
    padding: 0;
  }
}
.short-work-search__search-btn {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .short-work-search__search-btn {
    width: 75%;
  }
}
.short-work-search__clear-btn, .short-work-search__search-btn {
  line-height: 50px;
  height: 50px;
}
@media screen and (max-width: 960px) {
  .short-work-search__clear-btn, .short-work-search__search-btn {
    font-size: 12px;
  }
}

.short-picky-search__ttl {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 45px;
  background-image: url(../../img/icon/icon_tag_black2.svg);
  background-repeat: no-repeat;
  background-position: 15px 7px;
  background-size: 24px auto;
}
@media screen and (min-width: 961px) {
  .short-picky-search__ttl {
    padding: 10px 30px;
    background-position: 0 7px;
  }
}
.short-picky-search__check-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .short-picky-search__check-list {
    margin-bottom: 50px;
  }
}
.short-picky-search__check-item {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 50%;
  height: 55px;
  min-height: 55px;
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (min-width: 961px) {
  .short-picky-search__check-item {
    flex-basis: calc(100% / 4);
    width: 25%;
    border-bottom: none;
  }
}
.short-picky-search__check-item:nth-child(odd) {
  border-right: 1px solid #EBEBEB;
}
@media screen and (min-width: 961px) {
  .short-picky-search__check-item:nth-child(odd) {
    border-right: none;
  }
}
.short-picky-search__check-item:nth-child(1), .short-picky-search__check-item:nth-child(2) {
  border-top: 1px solid #EBEBEB;
}
@media screen and (min-width: 961px) {
  .short-picky-search__check-item:nth-child(1), .short-picky-search__check-item:nth-child(2) {
    border-top: none;
  }
}
.short-picky-search__check-item .c-check {
  position: absolute;
  top: 15px;
  left: 15px;
}
.short-picky-search__check-item .check-label {
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 18px 10px 18px 50px;
}
@media screen and (min-width: 961px) {
  .short-picky-search__check-item .check-label {
    padding: 15px 10px 18px 40px;
    cursor: pointer;
  }
}
.short-picky-search__check-ttl, .short-picky-search__check-ttl--first {
  font-size: 14px;
  padding: 15px 10px 15px 10px;
  border-bottom: 1px solid #EBEBEB;
  background-color: #F7F7F7;
}
@media screen and (min-width: 961px) {
  .short-picky-search__check-ttl, .short-picky-search__check-ttl--first {
    border-bottom: none;
  }
}
.short-picky-search__check-ttl--first {
  border-top: 1px solid #EBEBEB;
}
@media screen and (min-width: 961px) {
  .short-picky-search__check-ttl--first {
    border-top: none;
  }
}

.short-picky-search .short-picky-search__check-item:nth-child(1), .short-picky-search .short-picky-search__check-item:nth-child(2) {
  border-top: none;
}

.shorttime-column {
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 961px) {
  .shorttime-column {
    margin: 0 auto 20px;
  }
}
.shorttime-column-mainttl {
  margin: 0 -20px 20px -20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #0795f0 38%, #01c5e6 91%, #01c5e6 91%);
  background-color: #0795f0;
}
@media screen and (min-width: 961px) {
  .shorttime-column-mainttl {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 15px 0 15px 20px;
    text-align: left;
  }
}
.shorttime-column-ttl {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 3% 1% 3% 3%;
  border-left: 7px solid #23aeee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 961px) {
  .shorttime-column-ttl {
    padding: 1% 1% 1% 2%;
  }
}
.shorttime-column-subttl {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  padding: 10px 10px;
  border-radius: 6px;
  background: #f3f3f3;
}
@media screen and (min-width: 961px) {
  .shorttime-column-subttl {
    font-size: 15px;
  }
}
.shorttime-column-txt {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .shorttime-column-txt {
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
.shorttime-column-img {
  text-align: center;
}
.shorttime-column-img img {
  width: 100%;
}
@media screen and (min-width: 550px) {
  .shorttime-column-img img {
    max-width: 550px;
  }
}
.shorttime-column.repot {
  margin-top: 70px;
  padding-top: 70px;
}
@media screen and (min-width: 961px) {
  .shorttime-column.repot {
    margin-top: 100px;
  }
}
.shorttime-column-searchranking {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px 5px 40px;
  cursor: pointer;
  color: #2c87a8;
  border-radius: 30px;
  background-color: #d2edf8;
  background-image: url("../../img/lp/special/short/icon_search.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px auto;
}
.shorttime-column-searchranking:hover {
  background-color: #91cbe2;
}

/*# sourceMappingURL=short.css.map */
