/* footer */

.jsofooter {
  background-color: #d70c19; 
  color: #fff;
	line-height: 1.6em !important;
	font-size: 12px !important;
  
  .jsofooter__inner {
    max-width: 1300px;
    margin-inline: auto;
    padding: 24px 16px;
    display: grid;
    gap: 16px;

    @media (min-width: 768px) {
      gap: 24px;
    }
  }

  .jsofooter__logo {
    text-align: center;
  }

  .jsofooter__corpWrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;

    @media (min-width: 768px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }


  .jsofooter__corp {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }


  .jsofooter__corp-ttl {
    font-weight: 700;
    margin: 0 0 8px;
		align-self: left;
  }

  .jsofooter__corp-txt {
    margin: 0;
    line-height: 1.6;
  }

  .jsofooter__copy {
    margin: 16px 0 0;
    text-align: center;
    opacity: 0.8;
  }

  a {
    color: #fff;
    text-decoration: underline;

    &:hover,
    &:focus {
      text-decoration-thickness: 2px; 
      text-underline-offset: 3px;
      outline: none;
    }

    &:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 2px;
    }
  }
}
