@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 769px) {
.revert-free-html :is(ol, ul) li:first-child {
  margin-top: 0;
}
.revert-free-html li:not(:first-child) {
  margin-top: 0;
}
.l-main .l-wrapper .revert-free-html {
margin-bottom: 0;
}  
}

@media only screen and (max-width: 768px) {
main div:nth-of-type(1) {
  & .c-heading-3__heading {
    font-size: var(--h3-font-size-mobile) !important;
    text-align: left!important;
    text-shadow: none!important;
    width: 100%!important;
    margin: auto!important;
    border: none!important;
    padding: 0!important;
    background: none!important;
    color: var(--color-font-default);
  }
}
}