@charset "utf-8";

.btn--normal.btn-newtab {
  max-width: 300px;
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  flex-direction: column;
  border-width: 2px;
  border-style: solid;
  opacity: 1;
  line-height: 1.4;
  padding: 8px 32px;
  color: #2071bd;
  border-color: #2071bd;
  background-color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.btn--normal.btn-newtab:hover {
  filter: brightness(0.8);
  transition: filter 0.3s;
}
a.btn--normal.btn-newtab:visited {
  text-decoration: none;
}
.btn-newtab .icon-newtab {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8px;
  max-height: 15px;
  height: 15px;
  font-family: icomoon !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.8;
}


