@charset "utf-8";

/*
===== TERMS ==========================================
*/
#contents h1.ttl {
  font-family: "Noto Sans JP";
  font-size: 2.2rem;
}
section#terms dl.termsDetail {
  padding: 36px 24px;
  margin: 0 0 20px;
  background-color: #faf8f7;
  font-size: 1.1rem;
  line-height: 2.2rem;
  color: #736f6d;
  letter-spacing: 0.55px;
}
section#terms.commerce dl.termsDetail {
  padding: 0px 12px 36px;
  background: none;
  color: #1a1918;
}

section#terms dl.termsDetail dt {
  font-weight: normal;
}
section#terms.commerce dl.termsDetail dt:not([class]) {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  font-weight: 500;
}
section#terms dl.termsDetail dd {
  margin-bottom: 36px;
}
section#terms dl.termsDetail dd:last-child {
  margin-bottom: 0;
}
section#terms p.date {
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: 0.55px;
}

section#terms dl.termsDetail .dt-special {
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-weight: 500;
  color:#736f6d;
}

@media screen and (min-width: 768px) {
  /*pc769以上*/
  #contents h1.ttl {
    font-size: 3rem;
  }

  section#terms dl.termsDetail {
    width: calc(100% - 60px);
    max-width: 780px;
    padding: 50px 30px;
    margin: 0 0 50px;
    background-color: #ffffff;
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #736f6d;
  }
  section#terms dl.termsDetail dd {
    margin-bottom: 80px;
  }
  section#terms p.date {
    text-align: right;
    font-size: 1.2rem;
    padding-right: 16px;
  }
  section#terms dl.termsDetail .dt-special {
    font-size: 1.7rem;
    margin-bottom: 0.6rem;
    font-weight: 500;
    color:#736f6d;
  }
}

div#menuNavPc li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1a1918;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
