/* Header and footer imported from D-Bridge_Local_Mockup2/assets/css/common.css. */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: .65em;
  border-bottom: 14px solid #517CCA;
  color: #fff;
  background: #43548a;
}
.breadcrumb a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb a:hover { color: var(--accent); opacity: 1; }
.breadcrumb [aria-current="page"] { color: #fff; }

/* PNGを前面表示し、画像内の操作箇所へ透明リンクを重ねる */
.page-main.has-image-map { padding-top: 12px; }
.page-main.has-image-map > :not(.page-mockup):not(.back-to-top-row) { display: none; }
.page-mockup { position: relative; width: 100%; margin: 0 auto; border-top: 4px solid var(--accent); }
.page-mockup-image { display: block; width: 100%; height: auto; }
.page-mockup-link {
  position: absolute;
  z-index: 2;
  display: block;
  overflow: hidden;
  color: transparent;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: 0;
}
.page-mockup-link:hover { background: transparent; border-color: transparent; }
.page-mockup-link:focus-visible {
  outline: 3px solid #ffca28;
  outline-offset: 2px;
  background: rgba(255,255,255,.18);
  border-color: #43548a;
}

[data-site-header] .utility {
  height: 26px; min-height: 26px; padding: 0 34px; background: #0b274d; color: #fff;
  display: flex; justify-content: flex-end; align-items: center; gap: 18px; font-size: 11px;
}
[data-site-header] .site-search {
  position: relative;
  z-index: 50;
  display: flex;
  width: 235px;
  height: 21px;
  overflow: visible;
  border-radius: 3px;
  background: #fff;
}
[data-site-header] .site-search input {
  width: 100%;
  min-width: 0;
  height: 21px;
  padding: 2px 30px 2px 10px;
  border: 0;
  border-radius: 3px;
  color: var(--ink);
  background: #fff;
  font-size: 11px;
  line-height: 1;
}
[data-site-header] .site-search input:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
[data-site-header] .site-search > button {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 21px;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0 3px 3px 0;
  color: var(--navy);
  background: #f6f8fc;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
[data-site-header] .site-search-results {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  width: min(520px, calc(100vw - 40px));
  max-height: min(430px, calc(100vh - 110px));
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 14px 32px rgba(27, 42, 83, .26);
  font-size: 13px;
  text-align: left;
}
[data-site-header] .site-search-results[hidden] { display: none; }
[data-site-header] .site-search-status { margin: 0; padding: 10px 14px; color: var(--muted); background: var(--pale); font-size: 12px; }
[data-site-header] .site-search-results ul { margin: 0; padding: 0; list-style: none; }
[data-site-header] .site-search-results li + li { border-top: 1px solid var(--line); }
[data-site-header] .site-search-results a { display: block; padding: 10px 14px; color: var(--ink); text-decoration: none; }
[data-site-header] .site-search-results a:hover,
[data-site-header] .site-search-results a:focus-visible { color: var(--navy); background: var(--pale-blue); }
[data-site-header] .site-search-results strong,
[data-site-header] .site-search-results small { display: block; }
[data-site-header] .site-search-results strong { color: var(--navy); font-size: 14px; }
[data-site-header] .site-search-results small { margin-top: 2px; color: var(--muted); font-size: 11px; line-height: 1.55; }
[data-site-header] .header {
  height: 65px; display: flex; align-items: center; padding: 0 34px;
  border-bottom: 1px solid #aebfd1; background: linear-gradient(90deg, #fff 0 30%, #f3f7fb 100%);
}
[data-site-header] .header-brands,
[data-site-footer] .footer-brands { display: flex; align-items: center; gap: 14px; min-width: 0; }
[data-site-header] .header-brands { flex: 0 0 auto; margin-right: auto; }
[data-site-header] .header .brand { display: block; width: 240px; flex: 0 0 240px; }
[data-site-header] .header .brand img,
[data-site-footer] .footer-brands img { display: block; height: auto; }
[data-site-header] .header .brand img { width: 100%; }
[data-site-header] .tepco-logo,
[data-site-footer] .footer-brands .tepco-logo { display: block; width: auto; height: 55px; flex: 0 0 auto; }
[data-site-header] .nav { display: flex; align-items: stretch; height: 100%; margin-left: 0; }
[data-site-header] .nav a {
  display: block; padding: 23px 5px 0; color: var(--navy); font-size: 13px; font-weight: 800; white-space: nowrap;
}
[data-site-header] .nav a.nav-faq { padding-right: calc(5px + 1em); padding-left: calc(5px + 1em); }
[data-site-header] .nav a:hover { color: var(--blue); background: var(--accent-soft); box-shadow: inset 0 -3px 0 var(--accent); }
[data-site-footer] .footer {
  min-height: 87px; background: linear-gradient(105deg, #081f3e, #123c69); color: #fff; display: flex; align-items: center; padding: 0 40px; gap: 24px; box-shadow: inset 0 4px 0 var(--accent);
}
[data-site-footer] .footer-brands { flex: 0 0 auto; padding: 7px 10px; border-radius: 4px; background: #fff; }
[data-site-footer] .footer-brands .jaea-clads-logo { width: 230px; }
[data-site-footer] .footer-links {
  margin-left: auto; padding: 0; display: inline; background: transparent; color: #fff; font-size: 13px; white-space: normal;
}
[data-site-footer] .footer-links a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 880px) {
  [data-site-header] .header { height: auto; min-height: 65px; padding: 12px 16px; flex-wrap: wrap; }
  [data-site-header] .header-brands { gap: 8px; margin-right: 8px; }
  [data-site-header] .header .brand { width: clamp(100px, calc(100vw - 214px), 200px); flex: 0 1 auto; }
  [data-site-header] .nav { display: flex; width: 100%; height: auto; min-height: 42px; flex: 1 0 100%; flex-wrap: wrap; justify-content: center; }
  [data-site-header] .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 42px;
    max-height: none;
    flex: 0 0 auto;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
  }
  [data-site-header] .nav a.nav-faq { padding-right: calc(8px + 1em); padding-left: calc(8px + 1em); }
}
@media (max-width: 760px) {
  [data-site-header] .utility { display: none; }
  [data-site-header] .header-brands { margin-right: auto; }
  [data-site-footer] .footer-brands { max-width: 100%; }
  [data-site-footer] .footer-brands .jaea-clads-logo { width: min(190px, calc(100vw - 249px)); }
  [data-site-footer] .footer { height: auto; padding: 20px; flex-wrap: wrap; }
  [data-site-footer] .footer-links { width: 100%; margin-left: 0; }
}
@media print {
  [data-site-header] .utility { display: none; }
}
