@charset "UTF-8";
.block-simple-footer {
  background-color: #000000;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.block-simple-footer--other-list {
   background-color: #f0f0f0;
   display: flex;
  justify-content: center;
}
.block-simple-footer--other-list li a {
  color: #000000;
  outline: none;
  text-decoration: none;
  text-underline-offset: 4px;
  word-break: break-all;

  background: none;
  font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.05em;
  word-break: break-all;
}
.block-simple-footer--other-list li a[target="_blank"]::after {
  background-image: url(https://www.decorte.com/img/decorte2023/icon_outer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.block-simple-footer--copyright {
  background-color: #000000;
  border-top: 1px solid #666666;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  width: 100%;


  background: none;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.05em;
  word-break: break-all;
}


@media screen and (min-width: 737px) {
  /* --- pc --- */
  .block-simple-footer {
    margin-top: 90px;
  }
  .block-simple-footer--other-list {
    gap: 30px;
    padding: 30px;
  }
  .block-simple-footer--other-list li a {
    font-size: 14px;
  }
  .block-simple-footer--other-list li a[target="_blank"]::after {
    height: 14px;
    width: 14px;
  }
  .block-simple-footer--copyright {
    font-size: 12px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 736px) {
  /* --- sp --- */
  .block-simple-footer {
    margin-top: 60px;
  }
  .block-simple-footer--other-list {
    gap: 10px;
    padding: 20px 30px;
    flex-wrap: wrap;
  }
  .block-simple-footer--other-list li {
    width: calc(50% - 5px);
  }
  .block-simple-footer--other-list li a {
    font-size: 11px;
  }
  .block-simple-footer--other-list li a[target="_blank"]::after {
    height: 10px;
    width: 10px;
  }
  .block-simple-footer--copyright {
    font-size: 10px;
    padding: 16px 0;
  }
}
