.estate_menu {
  background: #fcf6e2;
  box-sizing: border-box;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 4px auto 0;
  padding: 6px 0 6px 26px;
  text-align: left;
  width: 959px;
}
.estate_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.estate_menu li {
  padding: .1em 0;
}
.estate_menu ul li:nth-child(4n+1) {
  width: 242px;
}
.estate_menu ul li:nth-child(4n+2) {
  width: 224px;
}
.estate_menu ul li:nth-child(4n+3) {
  width: 238px;
}
.estate_menu ul li:nth-child(4n) {
  width: 228px;
}
.estate_menu a {
  color: #1e52a8;
  display: inline-block;
  font-size: 88.24%;
  font-weight: 600;
  opacity: 1;
  padding-left: 1.2em;
  position: relative;
}
.estate_menu a:link,
.estate_menu a:visited {
  color: #1e52a8;
}
.estate_menu a:hover {
  color: #cf4f8a;
  opacity: 1;
}
.estate_menu a::before {
  bottom: 0;
  color: #cf4f8a;
  content: "▲";
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  transform: rotate(90deg) scale(.56);
}
.estate_menu a:nth-child(2) {
  padding-left: 0;
}
.estate_menu a:nth-child(2)::before {
  display: none;
}
