#youbi-list-container {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  user-select: none;
  z-index: 5;
}
#youbi-list-container ul {
  list-style: none;
  background: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#youbi-list-container ul li {
  background: #fff;
  line-height: 50px;
  float: left;
  width: 50%;
  padding: 0;
  font-size: 16px;
  color: #828282;
  border-bottom: solid 1px #dcdcdc;
  box-sizing: border-box;
}
#youbi-list-container ul li:nth-of-type(even) {
  border-left: solid 1px #dcdcdc;
}
#youbi-list-container ul li:nth-child(n+5) {
  border-bottom: 0;
}
.youbi-list-title {
  background: #00a000;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-bottom: solid 1px #007800;
  color: #fff;
}
#friday {
  border: 0;
}
.for-close-youbi-list {
  position: relative;
}
#close-youbi-list {
  position: absolute;
  bottom: -30px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

#result-area {
  height: 270px;
}
#notice {
  line-height: 270px;
}
#result_period {
  padding: 15px 0 5px;
  border-top: solid 1px red;
}


@media (min-width: 375px) {

  .hiduke-box1,
  .hiduke-box2 {
    font-size: 14px;
  }

  #result-area {
    height: 280px;
  }
  #notice {
    line-height: 280px;
  }

}


@media (min-width: 480px) {

  #youbi-list-container {
    width: 430px;
    top: 50px;
    border: solid 1px #007800;
    box-sizing: border-box;
    border-radius: 5px;
  }
  #close-youbi-list {
    right: 0;
  }
  #monday {
    border-radius: 4px 4px 0 0;
  }
  #friday {
    border-radius: 0 0 4px 4px;
  }

  .hiduke-box1,
  .hiduke-box2 {
    font-size: inherit;
  }

}


@media (min-width: 750px) {

  #youbi-list-container {
    width: 570px;
  }

}


@media (min-width: 980px) {

  #youbi-list-container {
    cursor: pointer;
  }
  #youbi-list-container ul {
    background: #fff;
  }
  #youbi-list-container ul li {
    cursor: pointer;
  }

  div.section-container:nth-of-type(2) .container {
    padding: 30px 15px 0;
    margin: 0;
  }

}
