#tabs {
  display: none;
}

#kousha-list-title {
  display: none;
}

#fixed-footer {
  position: fixed;
  bottom: 0;
  z-index: 10000000000;
  width: 100%;
  height: 95px;
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  display: none;
}

#fixed-footer img {
  margin: 0 auto;
  display: block;
}

.moushikomi-btn {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

.apply-end {
  font-size: 40px;
  line-height: 60px;
  width: 600px;
  text-align: center;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  border-radius: 20px;
  color: #FFF;
  background-color: #8e8787;
  display: block;
  margin: 30px auto;
}

.wrapp-koushas {
  float: left;
  width: calc(100% / 2);
}

.koushas {
  display: flex;
}

.clear {
  clear: both;
}

#kousha-list li {
  width: 100%;
  list-style: none;
}

.kawasaki {
  font-size: 12px;
}

.nagoyanakamura {
  font-size: 12px;
}

.moushikomi_btn_cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}