/* ----------------------------------------------------------------------------
 * AccessibilityColorBlue
 * ------------------------------------------------------------------------- */
.l-contentHead,
.l-contentFoot,
.l-contentBody {
  padding: 0 0 1px;
  overflow: hidden;
}

.l-footerNav {
  border-top: 1px solid #ffff00 !important;
}

.l-footer,
.l-footerNav,
.l-footerInfo,
.l-footerInner,
.l-content__inner,
.l-contentHead__inner,
.l-contentFoot__inner,
.l-contentBody__inner {
  background-color: #00008b !important;
}

.l-footer *,
.l-footerNav *,
.l-footerInfo *,
.l-footerInner *,
.l-content__inner *,
.l-contentHead__inner *,
.l-contentFoot__inner *,
.l-contentBody__inner * {
  color: #ffff00 !important;
  box-shadow: 0 0 0 transparent !important;
  border-color: #ffff00 !important;
  background-color: #00008b !important;
}

.l-footer *::before, .l-footer *::after,
.l-footerNav *::before,
.l-footerNav *::after,
.l-footerInfo *::before,
.l-footerInfo *::after,
.l-footerInner *::before,
.l-footerInner *::after,
.l-content__inner *::before,
.l-content__inner *::after,
.l-contentHead__inner *::before,
.l-contentHead__inner *::after,
.l-contentFoot__inner *::before,
.l-contentFoot__inner *::after,
.l-contentBody__inner *::before,
.l-contentBody__inner *::after {
  box-shadow: 0 0 0 transparent !important;
  border-color: #ffff00 !important;
  background-color: transparent !important;
}

.l-footer a,
.l-footerNav a,
.l-footerInfo a,
.l-footerInner a,
.l-content__inner a,
.l-contentHead__inner a,
.l-contentFoot__inner a,
.l-contentBody__inner a {
  color: #fff !important;
}

.l-footer a *,
.l-footerNav a *,
.l-footerInfo a *,
.l-footerInner a *,
.l-content__inner a *,
.l-contentHead__inner a *,
.l-contentFoot__inner a *,
.l-contentBody__inner a * {
  color: #fff !important;
}

.l-content__inner {
  max-width: 1010px;
  margin: 0 auto;
  position: relative;
}

.l-content__inner::after {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #00008b !important;
  content: '';
}

/* ------------------------------------
 * Element
 * --------------------------------- */
.m-headerSearch__textbox {
  color: #ffff00 !important;
  background-color: #00008b !important;
}

.m-headerSearch__textbox::-webkit-input-placeholder {
  color: #ffff00 !important;
}

.m-headerSearch__textbox:placeholder-shown {
  color: #ffff00 !important;
}

.m-headerSearch__textbox:-moz-placeholder {
  color: #ffff00 !important;
}

.m-headerSearch__textbox::-moz-placeholder {
  color: #ffff00 !important;
}

.m-headerSearch__textbox:-ms-input-placeholder {
  color: #ffff00 !important;
}

.m-navLocal__hdg {
  border: 1px solid #ffff00 !important;
}

.m-main {
  background-image: none !important;
}

.m-listNews__label > span {
  border: 1px solid #ffff00 !important;
}

.m-listPurpose__ttl, .m-listPurpose__link {
  border: 1px solid #ffff00 !important;
}

.m-listPurpose__ttl.is-active::after {
  border-left: 1px solid #ffff00 !important;
  border-right: 1px solid #ffff00 !important;
  bottom: -12px;
  left: -1px;
  background-color: #00008b !important;
}

.m-listPurpose__content {
  border: 1px solid #ffff00 !important;
}

@media screen and (max-width: 767px) {
  .m-listPurpose__ttl.is-active {
    border-radius: 5px 5px 0 0;
    border-bottom: none !important;
  }
  .m-listPurpose__content {
    border-radius: 0 0 5px 5px;
    border-top: none !important;
  }
}
