@charset "utf-8";

/* Existing subpage modules, with adjustments for the long vaccine manuscript. */
.subpagetitle--influenza h2 span::after {
  content: "INFLUENZA VACCINATION";
}
.influenza-content .subpage1 {
  max-width: calc(100% - 40px);
}
.influenza-navigation {
  margin-bottom: 40px;
  padding: 30px;
}
.influenza-toc ul {
  gap: 20px;
}
.influenza-toc ul li,
.influenza-toc ul li:nth-last-child(1),
.influenza-toc ul li:nth-last-child(2) {
  flex: 1;
  min-width: 0;
  width: auto;
  margin: 0;
}
.influenza-toc ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 84px;
  padding: 18px 34px 18px 18px;
  font-size: 1.7rem;
  line-height: 1.6;
  background: #009e74;
  color: #fff;
  transition: opacity .5s ease;
}
.influenza-toc ul li a span::after {
  top: calc(50% - 7px);
}
.influenza-toc ul li a:hover {
  color: #fff;
  transform: none;
  opacity: .6;
}
.influenza-section {
  margin-bottom: 60px;
}
.influenza-section .subpage2 h2 {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: .1rem;
}
.influenza-section .subpage2 h2 > span {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0 55px;
}
.influenza-section .subpage2 h2 > span::before,
.influenza-section .subpage2 h2 > span::after {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  margin: 0;
}
.influenza-section .subpage2 h2 > span::before {
  left: 0;
}
.influenza-section .subpage2 h2 > span::after {
  right: 0;
}
.influenza-prose p + p {
  margin-top: 20px;
}
.influenza-prose strong {
  font-weight: 600;
  color: #287d5c;
}
.influenza-types {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.influenza-type {
  padding: 24px;
  border-top: 0;
  border-left: 5px solid #009e74;
}
.influenza-type,
.influenza-list {
  border-radius: 3px;
}
.influenza-type strong {
  display: block;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.6;
}
.influenza-ages {
  line-height: 1.8;
}
.influenza-age + .influenza-age {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d7e3dc;
}
.influenza-age h4 {
  color: #287d5c;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 12px 16px;
  text-indent: 0;
  border: 1px solid #9acbb7;
  border-radius: 8px;
  background: #fff;
}
.influenza-note {
  width: 100%;
  margin-top: 30px;
}
.influenza-note .subpage8 h3 {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6;
  font-size: 2.2rem;
}
.influenza-heading--plain {
  margin-bottom: 10px;
}
.influenza-heading--plain::after {
  content: none;
  display: none;
}
.influenza-list ul {
  display: block;
}
.influenza-list ul li {
  position: relative;
  width: 100%;
  margin: 0 0 18px;
  padding-left: .55em;
  text-indent: 0;
  line-height: 1.9;
}
.influenza-list ul li > .influenza-list__bullet {
  position: absolute;
  top: 0;
  left: 0;
  width: .55em;
  text-indent: 0;
}
.influenza-list ul li > .influenza-list__bullet::before {
  content: none;
}
.influenza-note--caution .influenza-list {
  background: #fff8ef;
}
.influenza-page .influenza-mark {
  display: inline;
  width: auto;
  font-family: "Segoe UI Symbol", "Noto Sans Symbols 2", sans-serif;
  font-weight: 400;
}
.influenza-list ul li .influenza-mark {
  width: auto;
}
.influenza-page .influenza-mark::before,
.influenza-page .influenza-mark::after {
  content: none;
}

.influenza-credit {
  width: 100%;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e3e7e4;
  text-align: right;
  line-height: 1.9;
}
.influenza-page .influenza-content .influenza-reservation {
  text-align: center;
  background: transparent;
  box-shadow: none;
}
.influenza-reservation .yoyakubnr a {
  max-width: 100%;
  background: #4792c7;
  box-shadow: 0 5px 0 #3476a5;
  line-height: 1.6;
}
.influenza-page a:focus-visible {
  outline: 3px solid #287d5c;
  outline-offset: 4px;
}

@media screen and (max-width: 750px) {
  .influenza-page .subpagetitle1 h2 {
    font-size: 2.2rem;
    letter-spacing: .1rem;
    padding: 0 12px;
    line-height: 1.5;
  }
  .subpagetitle--influenza h2 span::after {
    font-size: 1.7rem;
  }
  .influenza-content {
    padding: 32px 0 48px;
  }
  .influenza-content .alink {
    display: block;
    margin-top: -80px;
    padding-top: 80px;
  }
  .influenza-content .subpage1 {
    width: calc(100% - 28px);
    max-width: none;
    padding: 28px 20px;
    box-shadow: 5px 5px 5px #ededed;
  }
  .influenza-content .influenza-navigation {
    padding: 20px;
    margin-bottom: 30px;
  }
  .influenza-toc ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .influenza-toc ul li a {
    min-height: 64px;
    font-size: 1.5rem;
  }
  .influenza-toc ul li a span::after {
    position: absolute;
    right: 12px;
    margin: 0;
  }
  .influenza-section {
    margin-bottom: 36px;
  }
  .influenza-section .subpage2 h2 {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: .03rem;
    padding-bottom: 20px;
  }
  .influenza-section .subpage2 h2 > span {
    padding: 0 28px;
  }
  .influenza-section .subpage2 h2 > span::before,
  .influenza-section .subpage2 h2 > span::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
  .influenza-types {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 24px 0 28px;
  }
  .influenza-type,
  .influenza-ages,
  .influenza-list {
    padding: 20px 16px;
  }
  .influenza-type strong {
    font-size: 1.8rem;
  }
  .influenza-age h4 {
    font-size: 1.8rem;
    padding: 12px;
  }
  .influenza-note .subpage8 h3 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .influenza-list ul li {
    margin-bottom: 18px;
    line-height: 1.9;
  }
  .influenza-credit {
    font-size: 1.4rem;
  }
  .influenza-reservation .yoyakubnr a {
    padding: 16px 22px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 360px) {
  .influenza-toc ul li a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

/* Match the underlined passages in the supplied manuscript. */
.influenza-page .influenza-highlight {
  display: inline;
  color: inherit;
  font: inherit;
  padding: 0;
  background: linear-gradient(transparent 60%, #ffed8a 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
