.l-footer__bottom {
  -webkit-padding-before: 16px;
          padding-block-start: 16px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  border-top: solid 1px #CBCBCB;
}

@media print, screen and (min-width: 768px) {
  .l-footer__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-padding-before: 24px;
            padding-block-start: 24px;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.l-footer__copy {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .l-footer__copy {
    margin-top: 24px;
    text-align: left;
    font-size: 1.2rem;
  }
}

.l-footer__logo + .l-footer__logo {
  display: block;
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .l-footer__logo + .l-footer__logo {
    margin-top: 0px;
  }
}

.l-footer__logo + .l-footer__logo img {
  height: 32px;
}

.l-footer__logo--sec img {
  height: 32px !important;
}

.l-footer__logo--thi img {
  height: 64px !important;
}
