@charset "UTF-8";
/*
  /asset/css/layout/l-footer-copy.css
  フッター会社情報用CSS
*/

.l-footer-copy {
  padding: 55px 0 0;
  @media screen and (max-width: 840px) {
    padding: 20px 0 0;
  }
}
.l-footer-copy .l-footer-copy__wrapper {
  display: flex;
  @media screen and (max-width: 800px) {
    flex-wrap: wrap;
  }
}
.l-footer-copy-logo {
  flex: 0 0 auto;
  width: 72px;
  @media screen and (max-width: 1024px) {
    width: 12%;
  }
}
.l-footer-copy-logo__img {
  width: 100%;
}
.l-footer-copy-textbox {
  font-size: 12px;
  line-height: 1.7;
  padding: 0 40px;
  @media screen and (max-width: 1024px) {
    width: 88%;
    line-height: 1.2;
    padding: 0 0 0 20px;
  }
  @media screen and (max-width: 600px) {
    font-size: 10px;
  }
}
.l-footer-copy-textbox__text + .l-footer-copy-textbox__text {
  padding: 15px 0 0;
  @media screen and (max-width: 600px) {
    padding: 10px 0 0;
  }
}
.l-footer-copy-textbox__link {
  text-decoration: underline;
  &::after {
    text-decoration: none;
  }
}
.l-footer-copy-textbox-text_annotation {
  font-size: 10px;
  font-weight: 700;
}
.l-footer-copy-mark {
  display: flex;
  @media screen and (max-width: 1024px) {
    margin: 10px auto 0;
  }
}
.l-footer-copy-mark__img {
  width: 100%;
}
.l-footer-copy-pmark {
  width: 81px;
  height: fit-content;
  @media screen and (max-width: 600px) {
    width: 81px;
    padding: 10px 0 0;
  }
}
.l-footer-copy-isms {
  width: 155px;
  padding: 0 0 0 15px;
  @media screen and (max-width: 600px) {
    width: 155px;
    padding: 10px 0 0 15px;
  }
}
.l-footer-copy-jiima {
  width: 115px;
  padding: 0 0 0 15px;
  @media screen and (max-width: 600px) {
    width: 90px;
    padding: 10px 0 0 15px;
  }
}
.l-footer-copy-copyright {
  text-align: center;
  font-size: 10px;
  color: var(--brack);
  padding: 20px 0 55px;
  @media screen and (max-width: 600px) {
    padding: 20px 0;
  }
}
