 @media only screen and (max-width:750px) {
    .normalHeader {
      position: relative;
      width: 100%;
      height: 60px;
      box-sizing: border-box;
    }
    .normalHeader__logo {
      position: absolute;
      top: 15px;
      left: 14px;
    }
    .normalHeader__logoLink {
      display: block;
    }
    .normalHeader__logoImage {
      width: 150px;
      height: auto;
    }
    .normalHeader__shopIcon {
      position: absolute;
      top: 16px;
      right: 50px
    }
    .normalHeader__shopIconLink {
      display: block;
      width: 22px;
    }
    .normalHeader__shopImage {
      width: 22px;
    }
    .normalHeader__shopIcon::after {
      content: '店舗検索';
      display: block;
      transform: scale(0.5);
      margin-left:-15px;
      margin-top:-3px;
      color: #676767;
    }
    .normalHeader__menu {
      position: absolute;
      top: 11px;
      right: 0px;
    }
    .hamburger {
      position: relative;
      top: -2px;
      left: 0;
      display: block;
      width: 50px;
      height: 45px;
      background-color: #ffffff;
    }
    .hamburger::after {
      content: 'MENU';
      display: block;
      font-size: 15px;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      color: #676767;
      position: absolute;
      bottom: -2px;
      left: 50%;
      -webkit-transform: scale(0.5) translateX(-100%);
      transform: scale(0.5) translateX(-100%);
    }
    .hamburger.is-open .hamburger__item:nth-child(1) {
      -webkit-transform: translateY(0px) rotate(45deg);
      transform: translateY(0px) rotate(45deg);
    }
    .hamburger.is-open .hamburger__item:nth-child(2) {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
      opacity: 0;
    }
    .hamburger.is-open .hamburger__item:nth-child(3) {
      -webkit-transform: translateY(0px) rotate(-45deg);
      transform: translateY(0px) rotate(-45deg);
    }
    .hamburger.is-open::after {
      content: 'CLOSE';
    }
    .hamburger__item {
      position: absolute;
      display: block;
      width: 20px;
      height: 1px;
      top: calc(( 40px - 1px ) / 2 - 4px);
      left: 0;
      right: 0;
      margin: auto;
      background-color: #676767;
      transition: 100ms ease-out;
    }
    .hamburger__item:nth-child(1) {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    .hamburger__item:nth-child(3) {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }
    .normalHeader__navArea {
      position: absolute;
      z-index: 100;
      display: none;
      pointer-events: none;
      transition: opacity .2s ease-in-out;
      width: 85%;
      height: 80vh;
      overflow-y: scroll;
      background-color: #ffffff;
      top: 60px;
      left: 15%;
    }
    .normalHeader__navArea.is-open {
      display: block;
      pointer-events: auto;
    }
    .normalHeader__nav {
      color: #000000;
    }
    .normalHeader__navText {
      display: block;
      padding: 5px 15px;
      width: 100%;
      font-size: 12px;
      border-top: solid 1px #d3d3d3;
      border-bottom: solid 1px #d3d3d3;
      font-weight: normal;
      color: #808080;
      background-color: #f5f5f5;
    }
    .normalHeader__navItem {
      font-size: 14px;
      margin-left: 10px;
      width: calc(100% - 20px);
      padding: 0px 20px 2px;
    }
    .normalHeader__navItem span {
      display: flex;
      align-items: center;
      height: 40px;
      color: red;
      padding-right: 50px;
    }
    .normalHeader__navLink {
      width: calc(100% - 1px);
      height: 40px;
      padding-right: 5px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      letter-spacing: .1em;
      font-weight: normal;
    }
    .normalHeader__navLink::after {
      content: '';
      display: block;
      width: 8px;
      height: 13px;
      background: url("/assets/sp/images/icons/button-arrow_red.svg") center center/100% no-repeat;
    }
    .normalHeader__reservation {
      position: relative;
      display: flex;
      align-items: center;
      color: #ffffff;
      font-size: 16px;
      background-color: #dcb804;
      box-shadow: 4px 4px 3px #ccc;
      margin: 5px 10px 10px 5px;
      height: 50px;
      padding-left: 30px;
      justify-content: normal;
    }
    .normalHeader__reserveOneMin {
      background: url(/s/images/icn_baloon_sp.png) no-repeat 0px 4px;
      background-size: 49px auto;
      padding: 15px 4px 15px 50px;
      font-size: 14px;
    }
    .normalHeader__reserveText {
      font-size: 20px;
    }
    .normalHeader__arrow {
      display: block;
      position: absolute;
      top: 18px;
      right: 20px;
    }
    .normalHeader__shopBtn {
      position: relative;
      display: flex;
      align-items: center;
      color: #ffffff;
      background-color: #3b3c3c;
      margin-top: 6px;
      height: 50px;
      font-size: 20px;
      padding-left: 35px;
      box-shadow: 4px 4px 3px #ccc;
      margin: 5px 10px 10px 5px;
      justify-content: normal;
    }
    .normalHeader__navItem:not(:first-of-type) {
      border-top: 1px solid #d3d3d3;
    }
  }


/* 該当ファイル: 
https://hoken.zexy.net/lifeplanning/
https://hoken.zexy.net/diagnosis/
https://hoken.zexy.net/baby/lifeplanning/
https://hoken.zexy.net/lp/kekkon_hoken/ */