@charset "UTF-8";

.c-unique_text-image-wrap a {
  position: relative;
  color: #00ae68;
  text-decoration: underline;
}
.c-unique_text-image-wrap a:hover {
  text-decoration: none;
}
.c-unique_text-image-wrap a[target="_blank"]::after {
  content: '';
  display: inline-block;
  background: url(https://www.jt.com/common/images/ico/blank_green.png) no-repeat right;
  background-size: 12px;
  width: 12px;
  height: 12px;
  padding-left: 5px;
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-left: 0;
}
