/*@mixin linkArrow {
  &::after {
    border-right: 1px solid;
    border-top: 1px solid;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    width: 8px;
  }
}*/
body.page-store-location .block-page-title {
  margin-bottom: 20px;
}
body.page-store-location .block-store-location-container {
  margin: 0 auto 40px;
  width: calc(100% - 40px);
}
body.page-store-location .block-store-list {
  border: 1px solid #c3c3c3;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
body.page-store-location .block-store-list--title {
  align-items: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  font-size: 11px;
  height: 40px;
  justify-content: center;
  text-align: center;
}
body.page-store-location .block-store-list--item {
  align-items: center;
  display: flex;
  font-size: 11px;
  min-height: 40px;
  justify-content: center;
}
body.page-store-location .block-store-list--item a {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 40px;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 100%;
}
body.page-store-location .block-store-list--item a::after {
  background-image: url(../../../img/decorte2023/pc/mypage_store_location/icon_pin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  width: 20px;
}
body.page-store-location .block-store-list--item:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}
body.page-store-location .block-information {
  font-size: 11px;
  margin-top: 20px;
  text-align: center;
}
body.page-store-location .block-notes {
  font-size: 9px;
  margin-top: 20px;
  text-align: center;
}
body.page-store-location .block-other-container {
  text-align: center;
}
body.page-store-location .block-back-arrow-anchor {
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
}
body.page-store-location .block-back-arrow-anchor::before {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  left: 0;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(-135deg);
  width: 8px;
}