#ez_tagcolle1 {
  margin-top: 30px;
}

.tagcolle-link-btn {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #0c8180 !important;
  box-shadow: none;
  background: #ffffff;
  border: none;
}
.tagcolle-link-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  background: url(../images/common/arrow-green.png) no-repeat center center;
  border: 2px solid #0c8180;
  border-radius: 50%;
  transition: 0.3s;
}
.tagcolle-link-btn:hover span {
  left: 20%;
  background: url(../images/common/arrow-white.png) no-repeat center center #0c8180;
}
.tagcolle-link-btn:hover span img {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .tagcolle-link-btn {
    font-size: 18px;
  }
  .tagcolle-link-btn span {
    width: 30px;
    height: 30px;
    background-size: 15px;
  }
}/*# sourceMappingURL=tagcolle.css.map */