body {
    font-weight: 300;
}

#footer #footerToggle {
    min-width: 150px;
    font-size: 1.4rem;
    font-weight: 100;
    line-height: 1;
    position: static;
    transform: none;
    bottom: 0;
    top: auto;
}

#footer .footer-inner-wrap {
    padding-top: 0px;
}

#footer #footerToggle::after {
    font-size: 2rem;
}

#footer #footerToggle::before {
    font-size: 2rem;
}

ul{
  padding-left: 1em;
  position: relative; 
}

.section-inner ul li::before {
    color: #a9003d;
    content: "■";
    display: inline;
    font-size: 12px;
    left: 0;
    position: absolute;
    line-height: 28px;
}

@media all and (max-width: 1199px) {
  body {font-size: 1.0rem;}
  h1 {font-size: 4rem;}
  h2 {font-size: 2rem;}
  h3 {font-size: 1.5rem;}
  h4 {font-size: 1.1rem;}
  #footer #footerToggle {min-width: 0px;font-size: 1.0rem;font-weight: 300;}
  #footer #footerToggle::before {font-size: 1.2rem;}
  .section-inner ul li::before {font-size: 10px;}
}


@media screen and (max-width: 991px) {
  body {font-size:1rem}
  h4 {font-size:1.1rem;} 
}
