@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "roboto500";
  src: url("../font/Roboto-Medium.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@media screen and (min-width: 769px) {
  .hd-section {
    padding: 60px 0 140px;
  }
}
@media screen and (max-width: 768px) {
  .hd-section {
    padding: 60px 0;
  }
}

.hd-section__inner {
  max-width: 1050px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .hd-section__defineList {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hd-section__defineList {
    margin-top: 30px;
  }
}

.hd-section__define {
  letter-spacing: 0.01em;
  font-family: notoSans500, sans-serif;
  border-bottom: 1px solid #B1B1B1;
}
@media screen and (min-width: 769px) {
  .hd-section__define {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hd-section__defineTitle {
  background-color: #F2F6F9;
}
@media screen and (min-width: 769px) {
  .hd-section__defineTitle {
    width: 162px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hd-section__defineTitle {
    padding: 10px;
  }
}

@media screen and (min-width: 769px) {
  .hd-section__defineData {
    width: calc(90% - 162px);
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .hd-section__defineData {
    padding: 15px 10px;
  }
}