h1.main_title {
  margin-top: 2em; }
  h1.main_title span {
    display: inline-block;
    position: relative; }
  @media screen and (max-width: 599px) {
    h1.main_title span {
      display: block; } }
  h1.main_title span::before {
    display: block;
    content: "";
    background: url("../images/howto_title_img.svg") no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: -5vw;
    left: -13vw;
    z-index: 1;
    width: 20vw;
    max-width: 278px;
    height: 10vw; }
  @media screen and (max-width: 599px) {
    h1.main_title span::before {
      top: -9vw;
      left: 3vw;
      width: 40vw;
      max-width: 360px;
      height: 20vw; } }

@media screen and (max-width: 599px) {
  h1.main_title {
    font-size: var(--wp--preset--font-size--xxx-large); } }
.step_clms .wp-block-column h3 {
  font-weight: 700; }
@media screen and (max-width: 599px) {
  .step_clms .wp-block-column h3 {
    font-size: 32px; } }
.step_clms .wp-block-column p {
  margin-left: 0 !important;
  margin-right: 0 !important; }
.step_clms .wp-block-column p.is-style-footnote {
  margin-left: 3.5rem !important; }

@media screen and (max-width: 599px) {
  .step_clms {
    margin-bottom: 4rem; } }

/*# sourceMappingURL=style.css.map */
