.SerHero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/orientationmeeting_top.jpg) center;
  background-size: cover;
}

.center {
  text-align: center;
}

.btn_frame {
  width: 120px;
}

.form-group label {
  width: 100%;
}

.form-group .badge {
  float: right;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {}

/* Portrait phones and smaller */
@media (max-width: 480px) {

  #sc_table * {
    font-size: 10px;
  }

  #sc_table td,
  #sc_table th {
    padding: 4px;
  }

  .btn_frame {
    width: 64px;
  }
}

/* pickadateの部分をスクロールしないようにする。 */
.picker__holder {
    overflow: hidden !important;
}