@media screen and (min-width: 768px) {
  .cmHeader_logo {
    width: 196px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .cmHeader_logo {
    width: 132px;
  }
}
@media screen and (max-width: 767px) {
  .cmHeader_logo {
    width: 128px;
  }
}

.cmHeader_child > li {
  padding-right: 0.5em;
}
.cmHeader_child > li.first > a {
  line-height: 1.15em;
}
.cmHeader_child > li.first > a::before {
  top: 0.6em;
}

.cmFooter_child {
  line-height: 1.154em;
  font-size: 13px;
  color: #ccdff0;
}
.cmFooter_child > li {
  display: block;
  margin: 11px 0 0;
}
.cmFooter_child > li > a {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .cmFooter_data {
    width: 20.15%;
  }
}

@media screen and (max-width: 767px) {
  .cmFooter_logo {
    width: 52.95%;
  }
}

.hn_def01 > h1 {
  letter-spacing: 0.07em;
}

.hn_line01 {
  letter-spacing: 0.07em;
}

.lst_anc01_link > span {
  width: 100%;
  word-break: break-all;
}

@media all and (-ms-high-contrast: none) {
  .btn_line01 {
    padding-top: 0.4em;
  }
}