.furusato-anchorList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 13px 0 14px;
  background: #fff;
  justify-content: space-around!important;
}
.furusato-anchorList__item {
  flex: 0 0 auto;
  font-size: 14px;
  margin: 0 12px;
}
.furusato-anchorList a.furusato-anchorList__link {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
}

.furusato-item-grid .ecm-alcor-name {
  height: inherit;
  max-width: 200px;
}
.frusato-item__imageBox {
  position: relative;
  flex: 0 0 auto;
}
.frusato-item__imageBox:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.frusato-item__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 30%;
  min-height: 30%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.frusato-item__text {
  flex: 1 0 auto;
  min-height: 12px;
  margin: 4px 0 0;
  color: #828282;
  font-family: YakuHanJPs, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  font-size: 12px;
}