.map-button-area {
  position: absolute;
  top: 25px;
  right: 5px;
}

.map-button-area > ul > li > * + .map-button-area > ul > li > * {
  margin-top: 15px;
}

.map-button-area > ul > li > * {
  display: block;
  background-color: #FFF;
  border-radius: 57px;
  width: 57px;
  height: 57px;
  position: relative;
}

.map-button-area > ul > li > * > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
}

.c-iconmap {
  height: 300px;
  transition: 300ms;
}

.c-iconmap.is-open {
  height: calc(100vh - 52px - 56px);
}

.monitor-map {
  width: 100%;
  height: calc(100% - 25px);
}

.map-toggle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  border-top: #ffffff 1px solid;
  background: #666666;
  cursor: pointer;
}

.is-open .map-toggle {
  position: fixed;
  bottom: 56px;
}

.map-toggle__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 18px;
  background: url(/agri-smart/assets/img/icon_arrow_down_white.png) center bottom no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.is-open .map-toggle__icon {
  background-image: url(/agri-smart/assets/img/icon_arrow_up_white.png);
}

.c-list-group.is-hide {
  display: none;
}

.news {
  margin-bottom: 20px;
}

.news.is-hide {
  display: none;
}

.news__list {
  border-top: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 10px 20px;
  background: #ffffff;
}

.news__item {
  padding: 10px 0;
}

.news__item:not(:first-child) {
  border-top: #eeeeee 1px solid;
}

.news__date {
  margin-bottom: 5px;
  color: #999999;
  font-size: 1.2rem;
  font-weight: bold;
}

.news__heading {
  font-size: 1.4rem;
}
