 @media only screen and (min-width:751px) {

    .normalHeader {
      width: 1020px;
      padding: 10px 0 20px;
      margin: 0 auto;
    }
    .normalHeader__top {
      display: flex;
      justify-content: space-between;
    }
    .normalHeader__logoLink {
      display: block;
    }
    .normalHeader__logoImage {
      width: 300px;
      height: 66px;
    }
    .normalHeader__reserveArea {
      display: flex;
    }
    .normalHeader__tel {
      display: flex;
      flex-direction: column;
      font-style: normal;
      margin-right: 20px;
      margin-top: 10px;
      line-height: 24px;
    }
    .normalHeader__telText {
      font-size: 10px;
      letter-spacing: .03em;
      line-height: 16px;
    }
    .normalHeader__telImage {
      width: 30px;
      height: auto;
      margin-right: 5px;
    }
    .normalHeader__telLink {
      display: flex;
      align-items: center;
      font-size: 24px;
      font-weight: 700;
      font-family: Lato, 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
      letter-spacing: .02em;
    }
    .normalHeader__btn {
      background: #dcb804;
      display: block;
      color: #ffffff;
      height: 55px;
      padding: 0 10px;
      margin-top: 5px;
      border-radius: 8px;
      filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.3));
    }
    .normalHeader__oneMin {
      width: 45px;
      height: auto;
      margin: 0 0 6px;
      vertical-align: middle;
    }
    .normalHeader__btnText {
      font-size: 22px;
      font-weight: 700;
      line-height: 55px;
    }
    .normalHeader__nav {
      margin-top: 15px;
      border-top: 2px solid #ce323a;
      padding: 5px 0 0;
      box-sizing: content-box;
      display: flex;
      justify-content: space-between;
    }
    .normalHeader__navLink {
      letter-spacing: .1em;
      font-size: 12px;
      transition: color .2s ease-in-out;
      display: flex;
      align-items: center;
      height: 28px;
      padding: 0 14px;
    }
    .normalHeader__navLink:hover {
      color: #ce323a;
    }
    .normalHeader__navLink:nth-child(n+2) {
      border-left: solid 1px #D6D6D6;
    }
  }


/* 該当ファイル: 
https://hoken.zexy.net/lifeplanning/
https://hoken.zexy.net/diagnosis/
https://hoken.zexy.net/baby/lifeplanning/
https://hoken.zexy.net/lp/kekkon_hoken/ */