@charset "UTF-8";
/*
Green #7CAF50;
*/
/* header
---------------------------------------------------------------------------------------------------- */
header {
  height: 95px;
  background: #fff;
  margin: auto;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header section {
  max-width: 960px;
  margin: auto;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #fff;
}
header h1 {
  margin: 0;
  padding: 0;
  float: left;
  font-size: x-small;
  line-height: 1;
}
header ul.headerInfo {
  list-style: none;
  margin: 0;
  padding: 19px 0;
  position: absolute;
  right: 0.001em;
}
header ul.headerInfo li {
  margin: 0 0 0 40px;
  padding: 0;
  display: inline-block;
  height: 60px;
  position: relative;
}
header ul.headerInfo li p {
  font-size: 12px;
  margin: 0 0 9px 0;
  padding: 0;
  line-height: 1;
}
.header_tel strong {
  line-height: 36px;
  font-size: 34.5px;
  letter-spacing: 0.04em;
  font-family: Arial, Helvetica, sans-serif;
  color: #cc2929;
}
.header_tel strong a {
  color: #cc2929;
}
.header_tel strong::before {
  content: "";
  display: inline-block;
  background: url(../img/header_ico_tel@2x.png);
  background-size: cover;
  width: 37px;
  height: 37px;
  vertical-align: top;
  margin-right: 2px;
}
.header_inq a {
  display: inline-block;
  background: #cc2929;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  padding: 0;
  width: 100%;
}
#spMenu {
  display: none;
}

@media screen and (max-width: 960px) {
  header {
    height: auto;
    padding: 0;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.1);
  }
  header section {
    border-bottom: none;
  }
  header h1 {
    float: none;
  }
  header h1 img {
    width: auto;
    height: 60px;
  }
  header ul.headerInfo {
    display: none;
  }
}
