.l-header {
  position: relative;
}
.l-header .l-global-area-warp:after {
  display: none;
}
.l-header .l-global-area {
  background: none;
}
.l-header .logo-area {
  margin: 0;
  width: 170px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.l-header .l-dcLogo {
  position: absolute;
  right: 19px;
  top: 22px;
  height: 38px;
}
.theme-en .l-header .l-dcLogo {
  top: 27px;
  height: 28px;
}
.l-header .l-dcLogo img {
  width: auto;
  height: 100%;
}

.block-skip {
  position: relative;
  top: -48px;
  margin-bottom: -48px;
  height: 48px;
  display: block;
  text-align: center;
  background-color: #fbf1f2;
  padding: 14px;
  font-size: 16px;
  color: #6666AA;
  line-height: 1;
}
.block-skip::before {
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 3px;
  display: inline-block;
  background: url(../images/icon_arrow_bottom_r.png) center no-repeat;
}
.block-skip:focus {
  top: 0;
  margin-bottom: 0;
}

.l-contents h1 {
  font-size: 28px;
}
.l-contents p, .l-contents li {
  font-size: 16px;
}
