.l-header-ci {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 540px) {
  .l-header-ci {
    width: auto;
    min-width: 320px;
    height: 65px;
    margin: 0;
    position: relative;
    z-index: 10;
  }
  .l-header-ci::before {
    background-color: #c02;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .l-header-ci #headerwrapper {
    width: 100%;
    height: 65px;
  }
}
.l-header-ci .l-global-area-warp:after {
  display: none;
}
.l-header-ci .l-global-area {
  width: 100%;
  max-width: 990px;
  background: none;
}
.l-header-ci .logo-area {
  margin: 0;
  width: 170px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 38px;
}
@media screen and (max-width: 540px) {
  .l-header-ci .logo-area {
    margin: 0 auto;
    position: relative;
    height: 65px;
    z-index: 21;
    left: 0;
    top: 0;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header-ci .logo-area .l-logo {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    height: 52px;
    width: 100%;
    padding-top: 2px;
  }
  .l-header-ci .logo-area .l-logo a {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 52px;
    width: 100%;
  }
  .l-header-ci .logo-area .l-logo img:first-child {
    display: block;
    width: 113px;
    height: 26px;
  }
  .l-header-ci .logo-area .l-logo img:last-child {
    display: block;
    height: 28px;
    position: absolute;
    left: 8px;
    bottom: 0;
    max-width: none;
  }
}
.l-header-ci .l-dcLogo {
  position: absolute;
  right: 19px;
  top: 22px;
  height: 38px;
  margin: 0;
}
.l-header-ci .l-dcLogo img, .l-header-ci .l-dcLogo a {
  display: flex;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 540px) {
  .pc-menu {
    display: none;
  }
}

@media screen and (min-width: 540px) {
  .sp-menu {
    display: none;
  }
}

.l-contents {
  width: 100%;
  max-width: 948px;
}
.l-contents .page-title {
  font-size: 28px;
  border: none;
}
.l-contents .l-main {
  width: 100%;
  margin: 0;
}
.l-contents p.arrow-link:before {
  font-size: 1em;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

.l-footer {
  border: 0;
}
.l-footer .l-site-data {
  width: 100%;
  max-width: 990px;
}
.l-footer .l-copy span::before {
  content: ' ';
}
@media screen and (max-width: 540px) {
  .l-footer .l-footer-contents {
    height: 65px;
  }
  .l-footer .l-footer-logo {
    display: none;
  }
  .l-footer .l-copy {
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
    padding: 10px;
    line-height: 143%;
    display: flex;
    flex-direction: column;
  }
  .l-footer .l-copy span:before {
    content: none;
  }
}
