@charset "UTF-8";

.c-label-premium .c-label_inner {
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: -0.16em;
  top: 16px;
}

.c-label-premium::before {
  border-color: #d9be2d transparent transparent #d9be2d;
}

.viewBlock {
  margin-top: 35px;
  border: 1px solid #ECE7E2;
  border-top: none;
  border-bottom: none;
}

.viewBlock h3 {
  border-bottom: 1px solid #ECE7E2;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 14px;
  background-color: #00643D;
  color: #fff;
}

.viewBlock li a {
  border-bottom: 1px solid #ECE7E2;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  -webkit-transition: all .35s ease-out;
  transition: all .35s ease-out;
  position: relative;
}

.viewBlock li a:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.viewBlock li a:hover {
  opacity: 0.7;
  background-color: #F8F6F4;
}

.viewBlock li .name {
  font-weight: bold;
}

.viewBlock li .position {
  color: #747474;
  font-size: 12px;
}
