@charset "UTF-8";

.btn-contentslink,
a.btn-contentslink,
button.btn-contentslink {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 0.8;
  position: relative;
  display: inline-block;
  padding: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 3px;
  height: auto !important;
  width: auto !important;
  display: inline-block !important;
  font-size: 16px;
}

.btn-contentslink-sp,
a.btn-contentslink-sp,
button.btn-contentslink-sp {
  font-size: x-small;
  font-weight: 100;
  line-height: 0.8;
  position: relative;
  display: inline-block;
  padding: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 3px;
  min-height: 10px !important;
  width: fit-content !important;
  display: inline-block !important;
  font-size: 10px;
}

.btn--green,
a.btn--green {
  color: #fff;
  background-color: #2258a2;
}

.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #4080ff;
}

a.btn--radius {
  border-radius: 100vh;
}

.btn-contentslink a {
  display: none;
}

.btn-contentslink a.active {
  display: block;
}

.newsfeedList_new li {
  height: auto !important;
}
