
.page-header {
  top: -94px;
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
    .page-header {
        top: 0;
      }
}


/* 未使用

==============================
.top h2 {
  padding: 28px 0px 28px 50px;
  min-height: 72px;
  margin-bottom: 25px;
  font-family: "Sawarabi Mincho";
  font-size: 32px;
  line-height: 1.4;
  color: #1E1E1E;
  position: relative;
  z-index: 2;
}
.top h2::before {
  width: 84px;
  height: 84px;
  background-image: url(img/common/icon_h1.jpg);
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  z-index: -1;
}
.top h2::after {
  width: 158px;
  height: 1px;
  background-image: linear-gradient(to right, #0F314B, #0F314B 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  content:"";
}

.top h3 {
  padding: 18px 15px 15px 48px;
  background-color: #0F314B;
  margin-top: 75px;
  margin-bottom: 20px;
  font-family: "Sawarabi Mincho";
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.top h3::before {
  width: 14px;
  height: calc(100% - 33px);
  background: url(img/common/icon_h2.png) repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
  content:"";
}

.top h4 {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 55px;
  padding: 0px 0px 0px 62px;
  background: url(img/common/icon_h3.png) no-repeat left center;
  background-size: 40px auto;
  margin-top: 70px;
  margin-bottom: 33px;
  font-family: "Sawarabi Mincho";
  font-size: 21px;
  line-height: 1.4;
  color: #0F314B;
  font-weight: bold;
  position: relative;
}
.top h4::before {
  width: 100%;
  height: 2px;
  background-color: #DCDCDC;
  position: absolute;
  left: 0;
  bottom: -18px;
  content:"";
}
.top h4::after {
  width: 40px;
  height: 2px;
  background-color: #0F314B;
  position: absolute;
  left: 0;
  bottom: -18px;
  content:"";
}

.top h5 {
  padding: 0px 5px 16px;
  margin-top: 83px;
  margin-bottom: 20px;
  font-family: "Sawarabi Mincho";
  font-size: 21px;
  line-height: 1.4;
  color: #444444;
  background-image: linear-gradient(to right, #0F314B, #0F314B 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  position: relative;
} */