@charset "utf-8";
header #title a {
  text-decoration: none;
}
header #title h1 {
  margin: 0;
  padding: 0;
}
header #title h1 a {
  color: #f15a24;
}
header #hdr-sm ul {
  list-style: none;
}
header #hdr-sm ul li {
  display: inline;
  list-style: none;
  margin-left: 8px;
}
header #hdr-sm ul li a {
  display: inline-block;
}
@media screen and (min-width: 480px) {
  header {
    height: 78px;
  }
  header #title {
    width: 400px;
    float: left;
  }
  header #title h1 {
    font-size: 54px;
  }
  header #hdr-sm {
    height: 35px;
    margin: 0 0 0 430px;
    padding: 28px 0 0 0;
    text-align: right;
  }
  header #hdr-sm ul {
    height: 35px;
  }
  header #hdr-sm ul li {
    height: 35px;
  }
  header #hdr-sm ul li a {
    height: 35px;
  }
  header #hdr-sm ul li img {
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  header {
    margin-bottom: 24px;
  }
  header #title h1 {
    font-size: 46px;
    margin-bottom: 12px;
    line-height: 46px;
  }
  header #title h1 a {
    display: block;
  }
  header #hdr-sm {
    text-align: right;
  }
  header #hdr-sm ul,
  header #hdr-sm ul li {
    height: 32px;
  }
  header #hdr-sm ul li a,
  header #hdr-sm ul li a img {
    height: 32px;
  }
  header #hdr-sm #it,
  header #hdr-sm #sp {
    display: none;
  }
}
