.sideMidashiTate {
  margin-top: 2.7dvw !important;
  margin-left: 0 !important;
  font-size: 1.87rem;
  letter-spacing: 0.1em;
  width: var(--baseW);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .sideMidashiTate {
    display: block;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    width: auto;
  }
}
.sideMidashiTate:before {
  content: "";
  display: inline-block;
  width: 1px;
  background: currentColor;
  height: 4.72dvw;
  margin-bottom: 0.66em;
}
@media screen and (max-width: 991px) {
  .sideMidashiTate:before {
    width: 11.11dvw;
    height: 1px;
    margin-right: 0.66em;
    margin-bottom: 0.3em;
  }
}

@media screen and (min-width: 992px) {
  .sideMidashiTate-text {
    writing-mode: vertical-lr;
  }
}

/*# sourceMappingURL=tatemidashi-block.css.map */
