.sideMidashiTate2 {
  margin-top: 2.7dvw !important;
  margin-left: 0 !important;
  font-size: 2rem;
  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) {
  .sideMidashiTate2 {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.87rem;
    letter-spacing: 0.05em;
    width: auto;
  }
}
.sideMidashiTate2:before, .sideMidashiTate2:after {
  content: "";
  display: inline-block;
  width: 1px;
  background: currentColor;
  height: 4.72dvw;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 991px) {
  .sideMidashiTate2:before, .sideMidashiTate2:after {
    content: none;
  }
}

.sideMidashiTate2-text {
  writing-mode: vertical-lr;
  order: -1;
  margin-bottom: 0.6em;
}
.sideMidashiTate2-subtext {
  font-size: 0.81em;
  writing-mode: vertical-lr;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .sideMidashiTate2-subtext {
    font-size: 0.73em;
    display: flex;
    align-items: center;
  }
  .sideMidashiTate2-subtext:before, .sideMidashiTate2-subtext:after {
    content: "";
    display: inline-block;
    width: 1px;
    background: currentColor;
    height: 5.55dvw;
  }
  .sideMidashiTate2-subtext:after {
    order: 1;
  }
}

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