@media (min-width: 960px) {
  .-sidebar-on .l-content .txt-vertical.alignfull, .-sidebar-on .l-content .txt-vertical.alignwide {
    width: 100%!important;
  }
}
.txt-vertical.swell-block-fullWide {
  position: inherit;
  padding: 2em 0;
}
.txt-vertical .swell-block-fullWide__inner>* {
  margin-bottom: 0em;
}
.txt-vertical .swell-block-fullWide__inner.l-container {
  --swl-fw_inner_pad: 0px;
}
.txt-vertical>* {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif!important;
  margin-bottom: 0em;
  font-weight: 400!important;
  letter-spacing: .15em;
}
.txt-vertical {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  text-indent: 1em;
  column-gap: 5em;
  text-align: left;
  line-height: 2em;
  columns: 30em;
  text-orientation: upright;
  width: 900px;
  height: 70vh;
  max-height: 600px;
}
.txt-vertical:not(:first-child) {
  margin-top: 5em!important;
}
.txt-vertical h1 {
  text-orientation: upright;
  text-indent: 0em !important;
  margin: 0 1em 0 2em !important;
  display: contents;
  letter-spacing: .15em;
	font-size: 1.6em;
  line-height: 1.5em;
}
.txt-vertical h2, .txt-vertical h3, .post_content .txt-vertical .is-style-section_ttl {
  margin: 0 1.5em 0 1em !important;
  letter-spacing: .1em;
}
.txt-vertical .wp-block-group {
  margin: 0 1.5em;
  padding: 1.5em;
}
.is-style-kakko_box::before {
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-top: initial;
  top: inherit;
}
.is-style-kakko_box::after {
  right: 0;
  top: 0;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  border-bottom: initial;
}

@media (max-width: 599px) {
  .txt-vertical {
    columns: 30em;
    max-width: 380px;
    height: 70vh;
    max-height: 520px;
    margin-top: 50px;
    width: 90vw;
  }
  .txt-vertical h1 {
    text-orientation: upright;
    text-indent: 0em !important;
    margin: 0 1em 0 2em !important;
    display: contents;
    font-size: 1.3em;
  }
}
/* Marker */
.txt-vertical .mark_orange {
  background: initial;
  border-right: 1px solid var(--color_mark_orange)!important;
}
.txt-vertical .mark_yellow {
  background: initial;
  border-right: 2px solid var(--color_mark_yellow)!important;
}
.txt-vertical .mark_green {
  background: initial;
  border-right: 1px solid var(--color_mark_green)!important;
}
.txt-vertical .mark_blue {
  background: initial;
  border-right: 1px solid var(--color_mark_blue)!important;
}
/* Icon Link */
.txt-vertical a::after {
  content: "\e9c5";
  font-weight: 400;
  font-family: icomoon!important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.5em 0;
  color: var(--color_link);
  font-size: 0.8em;
}