
.index2026 > header {
  position: relative; /* sticky? */
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
.index2026 > nav {
  float: right;
  font-size: small;
  line-height: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
.index2026 > header > h1 {
  margin-bottom: 0;
}
.index2026 > header > h1 img {
  margin: 4px 0;
}
.index2026 > header > small {
  color: #8ac;
  display: block;
  line-height: 1rem;
}
@media (max-width: 480px) {
  .index2026 > header > h1 {
    clear: both;
    text-align: center;
  }
  .index2026 > header > small {
    text-align: center;
  }
}
@media (min-width: 480px) {
  .index2026 > header > h1 {
    text-align: left;
  }
  .index2026 > header > small {
    padding-left: 12px;
  }
}

.index2026 a.index2026__moreLink {
  float: right;
  font-size: small;
  font-weight: normal;
  line-height: 1.8rem;
  margin: 1em 1em 1em 0;
  text-align: right;
}
.index2026 a.index2026__moreLink--inInfoBox {
  float: right;
  font-size: small;
  font-weight: normal;
  line-height: 1.2rem;
  margin-top: 4px;
  text-align: right;
}
.index2026 h3.index2026__header {
  background: #def;
  font-size: large;
  font-weight: bold;
  line-height: 1.8rem;
  padding: 1rem;
  margin-top: 1.5rem;
}
.index2026 .index2026__updates {
  list-style: none;
  padding: 0 4px;
}
.index2026 .index2026__ecBanner {
  margin-top: 1rem;
  text-align: right;
}
.index2026 .index2026__ecBanner img {
  vertical-align: bottom;
}
.index2026 .index2026__insideProf {
  background: #fff;
  border: 1px solid #9be;
  border-radius: 1rem;
  box-sizing: border-box;
  margin: 2rem 0;
  padding: 1rem;
}
.index2026 .index2026__insideProf:before {
  border-bottom: 32px solid transparent;
  border-right: 32px solid #9be;
  content: "";
  display: block;
  position: absolute;
  right: 80px;
  bottom: 10px;
}
.index2026 .index2026__insideProf:after {
  border-bottom: 32px solid transparent;
  border-right: 32px solid #fff;
  content: "";
  display: block;
  position: absolute;
  right: 81px;
  bottom: 12px;
}
.index2026 .index2026__insideProf > h3 {
  margin-top: 0.5rem;
}
.index2026 .index2026__insideProf__snsList {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: right;
}
.index2026 .index2026__insideProf__snsList li {
}
.index2026 .index2026__insideProf__snsList img {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  margin-left: 6px;
  transition: opacity 400ms ease;
}
.index2026 .index2026__insideProf__snsList img:hover {
  opacity: 0.5;
}
.index2026 .index2026__insideProf__email {
  text-align: right;
}
