body {
    background: #f1f4f7;
    padding-top: 60px;
    font-size: 14px;
    color: #444444;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  
  p {
    color: #777; }
  
   @media only screen and (max-width: 500px) {
    .pc-br {
          display: none;
        }
   }

  li {
    color: #777; } 

  a, a:hover, a:focus {
    color: #30a5ff; }
  
  h1, h2 {
    color: #444444; }
  
  h1 {
    font-weight: 300;
    font-size: 30px; }
  
  h2 {
    font-weight: 300;
    margin-bottom: 20px; }
  
