/*
Version: 1.0
Date: 2024.10.23
Author: prizms design
Author URI: https://prizms.net
*/
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background-attachment: fixed;
  overscroll-behavior: contain;
}

:is(article, aside, figcaption, figure, footer, header, hgroup, main, nav, section) {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background-color: #b2e6ff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

:is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 2em;
  line-height: 1.5em;
}
p:where(:last-child, :only-child) {
  margin-bottom: 0;
}

:is(abbr[data-original-title], abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

:is(dl, ol, ul) {
  margin-top: 0;
  margin-bottom: 2rem;
}

:where(ol ol, ol ul, ul ol, ul ul) {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 2rem;
}

:is(b, strong) {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

:is(sub, sup) {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

:is(code, kbd, pre, samp) {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 2rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a:not(.btn) {
  background-color: transparent;
}
a:not(.btn):link {
  color: #020542;
  text-decoration: underline;
}
a:not(.btn):link:has(*) {
  text-decoration: none;
}
@media (hover: hover) {
  a:not(.btn):hover {
    color: #0060c5;
    text-decoration: none;
  }
  a:not(.btn):hover * {
    text-decoration: none;
  }
}
a:not(.btn):active {
  color: #0098be;
}
a:not(.btn):visited {
  color: #8100d6;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #68798f;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

:is(button, input, optgroup, select, textarea) {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:is(button, input) {
  overflow: visible;
}

:is(button, select) {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

:is([type=button], [type=reset], [type=submit], button) {
  -webkit-appearance: button;
}
:is([type=button], [type=reset], [type=submit], button):not(:disabled) {
  cursor: pointer;
}
:is([type=button], [type=reset], [type=submit], button)::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:where(input[type=checkbox], input[type=radio]) {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]:where(::-webkit-inner-spin-button, ::-webkit-outer-spin-button) {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body:has(#menu.open) {
  overflow: hidden;
}

html:has(#menu.open) {
  scrollbar-gutter: stable;
}

header .menu-toggle {
  z-index: 150;
}

#top #menu {
  padding-bottom: 4rem;
}
#menu[data-type=drawer] {
  position: fixed;
  top: 0;
  right: -360px;
  z-index: 100;
  width: 300px;
  height: 100%;
  color: white;
  background-color: transparent;
  transition: right 0.3s ease;
}
#menu[data-type=drawer] .stickyBox {
  position: sticky;
  top: 1.5rem;
}
#menu[data-type=drawer] .heading-menu {
  display: flex;
  align-items: center;
  gap: 0.875em;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: 0.12em;
  color: #020542;
}
#menu[data-type=drawer] .heading-menu:first-child {
  margin-top: 0;
}
#menu[data-type=drawer] .heading-menu::before {
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1px;
  background-color: #020542;
}
#menu[data-type=drawer] ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 1rem;
}
#menu[data-type=drawer] ul li {
  display: flex;
  flex-wrap: wrap;
}
#menu[data-type=drawer] ul li a {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 0.6em 2em 0.6em 0;
  color: #000000;
  text-decoration: none;
}
#menu[data-type=drawer] ul li a::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("_asset/img/icon/link-tri.svg") left center no-repeat;
}
#menu[data-type=drawer] ul li a:focus {
  color: #0060c5;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (hover: hover) {
  #menu[data-type=drawer] ul li a:hover {
    color: #0060c5;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
#menu[data-type=drawer] ul li.current.top {
  display: none;
}
#menu[data-type=drawer] ul li.current > a {
  color: #0060c5;
  font-weight: bold;
}
#menu[data-type=drawer] ul li.current > a::before {
  background-image: url("_asset/img/icon/link-tri_act.svg");
}
#menu[data-type=drawer] ul li.current .sub-menu {
  display: block;
}
#menu[data-type=drawer] ul li.current .sub-menu .sub-menu {
  margin-left: 1em;
}
#menu[data-type=drawer] ul li.current:not(:has(.current)) > a {
  background-color: rgba(255, 255, 255, 0.6);
}
#menu[data-type=drawer] ul ul {
  width: 100%;
  margin-left: 0;
}
#menu[data-type=drawer] ul ul li:last-child {
  border-bottom: none;
}
#menu[data-type=drawer] ul ul li a {
  padding-left: 0.9em;
}
#menu[data-type=drawer] ul ul li a::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("_asset/img/icon/link-line.svg") left center no-repeat;
}
#menu[data-type=drawer] ul ul li.current > a::before {
  background-image: url("_asset/img/icon/link-line_act.svg");
}
#menu[data-type=drawer] ul + .btn {
  margin-top: 2rem;
  margin-left: 1rem;
}
#menu[data-type=drawer] .sub-menu {
  display: none;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
}
#overlay.active {
  display: block;
}

@media (width < 980px) {
  #menu[data-type=drawer] {
    width: 240px;
  }
}
@media (width >= 768px) {
  #menu[data-type=drawer] {
    position: static;
    right: 0;
    height: auto;
    transition: none;
  }
  #overlay {
    display: none;
  }
  .menu-toggle {
    display: none !important;
  }
}
@media (width < 768px) {
  #menu[data-type=drawer] {
    top: 5rem;
    width: 100%;
    max-width: 360px;
    padding: 0 0 5rem;
    background: rgba(255, 255, 255, 0.98);
  }
  #menu[data-type=drawer] .stickyBox {
    height: 100%;
    padding: 1rem 1rem 3rem;
    text-align: right;
    overflow-y: auto;
  }
  #menu[data-type=drawer] .heading-menu {
    justify-content: flex-end;
    padding-left: 0.5rem;
    padding-right: 0.38rem;
  }
  #menu[data-type=drawer] .heading-menu > span {
    flex-shrink: 0;
  }
  #menu[data-type=drawer] .heading-menu::before {
    width: 100%;
  }
  #menu[data-type=drawer] ul {
    margin: 0;
  }
  #menu[data-type=drawer] ul li a {
    justify-content: flex-end;
    padding-left: 0.5rem;
    padding-right: 0.38rem;
  }
}
@media (width < 768px) and (hover: hover) {
  #menu[data-type=drawer] ul li a:hover {
    background-color: transparent;
  }
}
@media (width < 768px) {
  #menu[data-type=drawer] ul li.current > a {
    background-color: transparent;
  }
  #menu[data-type=drawer] ul li.current .sub-menu {
    display: flex;
  }
  #menu[data-type=drawer] ul li.current:not(:has(.current)) > a {
    background-color: transparent;
  }
  #menu[data-type=drawer] ul.sub-menu {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 0.8rem;
    background-color: rgba(138, 138, 138, 0.25);
  }
  #menu[data-type=drawer] ul.sub-menu > li {
    flex-shrink: 0;
    width: 100%;
  }
  #menu[data-type=drawer] ul.sub-menu > li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #menu[data-type=drawer] ul.sub-menu .sub-menu {
    padding-left: 1rem;
  }
  #menu[data-type=drawer]::before {
    content: "";
    position: absolute;
    top: -5rem;
    display: block;
    width: 100%;
    height: 5rem;
    background: rgba(255, 255, 255, 0.98);
  }
  #menu[data-type=drawer].open {
    right: 0;
    background: rgba(255, 255, 255, 0);
  }
  #menu[data-type=drawer].open::before {
    background: rgba(255, 255, 255, 0);
  }
}
header {
  padding-top: 24px;
  padding-bottom: 24px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
header .siteName-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem 1rem;
  width: 100%;
  line-height: 0;
}
header .siteName-set img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
}
header .siteName-set #siteName {
  margin-bottom: 0;
}
@media (width < 768px) {
  header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header .siteName-set {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (width < 414px) {
  header .siteName-set {
    width: min(220px, 100%);
  }
  header .menu-toggle {
    padding: 0.6em;
  }
  header .menu-toggle .label {
    display: none;
  }
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100dvh;
  background: url("_asset/img/cmn/pattern-noise-50.png") left top repeat, linear-gradient(138deg, rgb(255, 255, 255) 0%, rgb(230, 246, 251) 25%, rgb(178, 230, 255) 70%) left top/100% 3000px no-repeat, rgb(178, 230, 255);
}

noscript {
  padding: 6px 1em;
  background-color: red;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (width < 1280px) {
  .container {
    width: calc(100% - 1rem);
  }
}

a :where(h1, h2, h3, h4, h5, h6, p) {
  text-decoration: underline;
}

main {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: row-reverse;
}
main .container_section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: max(0px, (100vw - 1280px + 100% - 100vw) / 2);
}
main .container_nav {
  padding-top: 1.5rem;
  padding-left: max(0px, (100vw - 1280px + 100% - 100vw) / 2);
}
@media (width < 1280px) {
  main .container_section {
    padding-right: max(0.5rem, (100vw - 1280px + 100% - 100vw) / 2);
  }
  main .container_nav {
    padding-left: max(0.5rem, (100vw - 1280px + 100% - 100vw) / 2);
  }
}
main #content {
  container: content/inline-size;
  width: 100%;
  height: 100%;
  margin-right: auto;
  padding: 3rem 2rem;
  background-color: rgba(255, 255, 255, 0.6);
}
main #content section:not(:first-child):not(:has(> :is(h1, h2, h3, h4, h5, h6):first-child)) {
  margin-top: 5rem;
}
main #content section:not(:last-child) {
  margin-bottom: 5rem;
}
main #content > section:first-child > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}
#top main #content {
  padding: 0 1rem;
  background-color: transparent;
}
#top main #content section {
  margin-top: unset;
}
@media (width < 768px) {
  main #content {
    padding: 2rem 0.5rem;
  }
  #top main #content {
    padding: 0;
  }
}
main #menu[data-type=drawer] {
  flex-shrink: 0;
  height: 100%;
  margin-left: auto;
}
main #pageTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 12rem;
  padding: 0 2rem;
  margin-bottom: 1.25rem;
  background: url("_asset/img/cmn/bg-heading.jpg") center center/cover no-repeat;
}
main #pageTitle .page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 0.5em;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
main #pageTitle .page-title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #bcbdcd;
}
main #breadcrumb {
  list-style: none;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25em;
  margin: 0 0 2rem;
  padding: 0;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  white-space: nowrap;
}
main #breadcrumb::-webkit-scrollbar {
  display: none;
}
main #breadcrumb > li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
}
main #breadcrumb > li:last-child {
  white-space: wrap;
}
main #breadcrumb > li.home {
  margin-left: auto;
}
main #breadcrumb > li + li::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("_asset/img/icon/arw-breadcrumb.svg") center center/100% no-repeat;
}
@media (width < 768px) {
  main #breadcrumb {
    flex-wrap: wrap;
  }
}
main #content .newsList {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
main #content .newsList li a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
main #content .newsList li a img {
  width: 25%;
  max-width: 100%;
  height: auto;
  border: solid 1px #020542;
}
main #content .newsList li a .textBox {
  width: 100%;
}
main #content .newsList li a .date {
  display: block;
  margin-bottom: 0.5rem;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-decoration: none;
}
main #content .newsList li + li {
  margin-top: 1rem;
}
main #content .newsList li + li::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  margin-bottom: 1rem;
  background: linear-gradient(to right, rgb(2, 5, 66) 30%, rgb(248, 248, 248) 30%) left top no-repeat;
}
@container content (max-width: 600px) {
  main #content .newsList {
    max-width: calc((1ic + 0.06em) * 30);
    margin-left: auto;
    margin-right: auto;
  }
  main #content .newsList li a {
    flex-direction: column;
  }
  main #content .newsList li a img {
    width: auto;
    max-height: 240px;
  }
}
main #content .eventList {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
main #content .eventList li a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
main #content .eventList li a img {
  width: 45%;
  max-width: 100%;
  height: auto;
  border: solid 1px #020542;
}
main #content .eventList li a .textBox .meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-decoration: none;
}
main #content .eventList li a .textBox .meta .date {
  display: block;
}
main #content .eventList li a .textBox .meta .category {
  display: block;
  padding: 2px 0.8rem;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.12em;
  background-color: #ff8900;
  border-radius: 6px;
}
main #content .eventList li a .textBox .event-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
main #content .eventList li a .textBox .summary {
  color: #000000;
  text-decoration: none;
}
main #content .eventList li + li {
  margin-top: 2rem;
}
main #content .eventList li + li::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  margin-bottom: 2rem;
  background: linear-gradient(to right, rgb(2, 5, 66) 30%, rgb(248, 248, 248) 30%) left top no-repeat;
}
@container content (max-width: 600px) {
  main #content .eventList {
    max-width: calc((1ic + 0.06em) * 30);
    margin-left: auto;
    margin-right: auto;
  }
  main #content .eventList li a {
    flex-direction: column;
  }
  main #content .eventList li a img {
    width: auto;
    max-height: 320px;
  }
}
main #content .bookList {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
main #content .bookList li a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
main #content .bookList li a img {
  width: 160px;
  max-width: 100%;
  height: auto;
  border: solid 1px #020542;
}
main #content .bookList li a .textBox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
main #content .bookList li a .book-title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
}
main #content .bookList li a .summary {
  margin-bottom: 0;
  color: #000000;
  text-decoration: none;
}
main #content .bookList li a .btn {
  margin-left: auto;
}
main #content .bookList li + li {
  margin-top: 4rem;
}
main #content .bookList li:not(:has(img)) {
  padding-top: 1rem;
}
@container content (max-width: 600px) {
  main #content .bookList li a {
    flex-direction: column;
  }
  main #content .bookList li a .book-title {
    text-align: center;
  }
  main #content .bookList li a .btn {
    margin-right: auto;
  }
  main #content .bookList li + li {
    margin-top: 5rem;
  }
  main #content .bookList li:not(:has(img)) {
    padding-top: 0;
  }
}
main #content .book-numberList tbody tr td:first-child {
  font-size: 1.125rem;
  white-space: nowrap;
}
main #content .book-numberList tbody tr td .date {
  padding-left: 0.5em;
  font-size: 1rem;
}
@container content (max-width: 600px) {
  main #content .book-numberList tbody tr td:first-child {
    white-space: unset;
  }
  main #content .book-numberList tbody tr td .date {
    padding-left: 0;
    font-size: 1rem;
  }
}
main #content .bookNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: -0.8em;
  color: #020542;
  font-size: 1.8rem;
  font-weight: bold;
}
main #content .bookNumber .date {
  font-size: 1rem;
  letter-spacing: 0.06em;
}
main #content .book-detailList li {
  margin-bottom: 1.5rem;
}
main #content .book-detailList .title {
  margin-bottom: 0.25em;
  font-size: 1.125rem;
  font-weight: bold;
}
main #content .book-detailList .author {
  margin-bottom: 0.25em;
  font-size: 1.125rem;
}
main #content .book-detailList .affiliation {
  padding-left: 1rem;
  font-size: 1rem;
}
main #content .staffList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 2rem;
}
main #content .staffList .basicInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem 2rem;
  width: 100%;
}
main #content .staffList .basicInfo .heading {
  flex-shrink: 0;
  margin: 0;
}
main #content .staffList .basicInfo .heading .name {
  display: block;
}
main #content .staffList .basicInfo .heading .kana {
  display: block;
  font-size: 1rem;
}
main #content .staffList .basicInfo .affiliation {
  color: #020542;
}
main #content .staffList .message-bubble {
  position: relative;
  width: 100%;
  margin: calc(1rem + 3px) 3px 3px;
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  border-radius: calc(1rem - 3px);
}
main #content .staffList .message-bubble::before, main #content .staffList .message-bubble::after {
  content: "";
  display: block;
}
main #content .staffList .message-bubble::before {
  position: absolute;
  top: -1rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  background: url("_asset/img/cmn/bubble-tail.png") center center/contain no-repeat;
}
main #content .staffList .message-bubble::after {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  z-index: -1;
  background: url("_asset/img/cmn/pattern-noise.png") left top repeat, linear-gradient(132deg, rgb(0, 155, 153) 0%, rgb(0, 120, 169) 100%) left top/100% no-repeat;
  border-radius: 1rem;
}
main #content .staffList .field,
main #content .staffList .class {
  width: calc(50% - 1rem);
  margin-bottom: 0;
}
main #content .staffList .field,
main #content .staffList .class,
main #content .staffList .link {
  margin-top: 2rem;
}
main #content .staffList .field .heading-bar,
main #content .staffList .class .heading-bar,
main #content .staffList .link .heading-bar {
  margin-top: 0;
  margin-bottom: 1rem;
}
main #content .staffList .field p,
main #content .staffList .class p,
main #content .staffList .link p {
  padding-left: calc(1rem + 3px);
}
main #content .staffList .link {
  width: 100%;
}
main #content .staffList + .staffList {
  padding-top: 5rem;
  border-top: solid 1px #bcbdcd;
}
@container content (max-width: 600px) {
  main #content .staffList .basicInfo {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  main #content .staffList .basicInfo .heading,
  main #content .staffList .basicInfo .affiliation {
    width: 100%;
    text-align: center;
  }
  main #content .staffList .basicInfo .heading {
    order: 1;
  }
  main #content .staffList .basicInfo .affiliation {
    order: 0;
  }
  main #content .staffList .message-bubble {
    padding: 1.5rem 1rem;
  }
  main #content .staffList .field,
  main #content .staffList .class {
    width: 100%;
  }
  main #content .staffList .field,
  main #content .staffList .class,
  main #content .staffList .link {
    margin-top: 1.5rem;
  }
}
main #content.info .heading {
  color: #000000;
}
main #content.info .heading .date {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: normal;
  letter-spacing: 0.12em;
}

#toTop {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: right;
}
#toTop > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1em;
  letter-spacing: 0.12em;
}
#toTop > a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("_asset/img/icon/link-totop.svg") center center/100% no-repeat;
}

footer {
  margin-top: auto;
  padding: 3rem 0 1.5rem;
  background-color: #020542;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
footer .heading-footer {
  display: block;
  margin-bottom: 3rem;
}
footer .heading-footer img {
  width: 100%;
  height: auto;
}
footer .btn-set {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
footer #menu-footer {
  width: 100%;
}
footer #menu-footer .menu-set {
  display: flex;
  align-items: center;
}
footer #menu-footer .menu-set + .menu-set {
  margin-top: 1.4em;
}
footer #menu-footer .menu-set .heading-menu {
  margin: 0;
  padding-right: 1.5em;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.06em;
  color: #ffffff;
  font-weight: normal;
  white-space: nowrap;
}
footer #menu-footer ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 0.5rem;
  margin: 0;
  padding: 0 0 0 0.5em;
  border-left: solid 1px #ffffff;
}
footer #menu-footer ul li a {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 1em 0 0;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.06em;
  color: #ffffff;
}
footer #menu-footer ul li a::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("_asset/img/icon/link-tri-white.svg") left center no-repeat;
}
footer #copyright {
  width: 100%;
  margin-top: 5rem;
  font-size: 0.625rem;
  line-height: 1em;
  letter-spacing: 0.06em;
  color: #bebebe;
}
@media (width < 768px) {
  footer .heading-footer {
    margin-right: auto;
    margin-left: auto;
  }
  footer .btn-set {
    order: 3;
    width: 100%;
    margin-bottom: 0;
  }
  footer #menu-footer .menu-set {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  footer #menu-footer .menu-set + .menu-set {
    margin-top: 0;
  }
  footer #menu-footer .menu-set .heading-menu {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  footer #menu-footer .menu-set ul {
    width: 100%;
    padding: 1rem 0 0;
    border-top: solid 1px #ffffff;
    border-left: none;
  }
  footer #copyright {
    order: 3;
  }
}

.pageLink,
.btn-set,
.btn:not(.menu-toggle) {
  margin: 2rem 0;
}
.pageLink:first-child,
.btn-set:first-child,
.btn:not(.menu-toggle):first-child {
  margin-top: 0;
}
.pageLink:last-child,
.btn-set:last-child,
.btn:not(.menu-toggle):last-child {
  margin-bottom: 0;
}

#content :is(h2, h3, h4, h5, h6) {
  margin-top: 3em;
  margin-bottom: 2rem;
}
#content :is(h2, h3, h4, h5, h6).heading-round {
  margin-top: 3.5em;
  margin-bottom: 2.5em;
}
#content :is(h2, h3, h4, h5, h6).heading-bar {
  margin-bottom: 2rem;
}
#content :is(h2, h3, h4, h5, h6).heading-underline {
  margin-bottom: 1.5rem;
}
#content .table-scroller,
#content table,
#content .column,
#content .box-round {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#content .table-scroller:first-child,
#content table:first-child,
#content .column:first-child,
#content .box-round:first-child {
  margin-top: 0;
}
#content .table-scroller:last-child,
#content table:last-child,
#content .column:last-child,
#content .box-round:last-child {
  margin-bottom: 0;
}
#content .column + .column {
  margin-top: 3rem;
}

.pageLink {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  border: solid 1px #bcbdcd;
}
.pageLink:has(> :nth-child(2)) li {
  width: 50%;
}
.pageLink:has(> :nth-child(3)) li {
  width: 33%;
}
.pageLink:has(> :nth-child(4)) li {
  width: 25%;
}
.pageLink > li {
  display: flex;
  align-items: center;
  width: 100%;
}
.pageLink > li:not(:first-child, :nth-child(5n))::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.2rem;
  background-color: #bcbdcd;
}
.pageLink > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 100%;
  padding: 14px 1em 4px;
  color: #000000;
  line-height: 1.5em;
}
.pageLink > li a::after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  background: url("_asset/img/icon/link-line-down.svg") center center/cover no-repeat;
}
.pageLink > li a:link, .pageLink > li a:visited {
  color: #000000;
}

@container content (max-width: 600px) {
  .pageLink > li {
    width: auto !important;
  }
  .pageLink > li::before {
    display: none !important;
  }
}
#content :is(h2, h3, h4, h5, h6) {
  color: #020542;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
#content :is(h2, h3, h4, h5, h6).heading-round {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("_asset/img/cmn/pattern-noise-50.png") left top repeat, #ffffff;
}
#content :is(h2, h3, h4, h5, h6).heading-round > span {
  min-width: min(100%, 10em);
  padding: 0.3em 1.2em;
  color: #ffffff;
  background: url("_asset/img/cmn/pattern-noise.png") left top repeat, linear-gradient(132deg, rgb(0, 155, 153) 0%, rgb(0, 120, 169) 100%) left top/100% no-repeat;
  border-radius: 10em;
}
#content :is(h2, h3, h4, h5, h6).heading-round::after {
  content: "";
  position: absolute;
  bottom: -1em;
  display: block;
  width: 2em;
  height: 1px;
  background-color: #ffc500;
}
#content :is(h2, h3, h4, h5, h6).heading-bar {
  padding-left: 0.8em;
  border-left: solid 3px #000000;
}
#content :is(h2, h3, h4, h5, h6).heading-underline {
  padding-bottom: 0.25em;
  border-bottom: dashed 1px #bcbdcd;
}
#content h2 {
  font-size: 2.2rem;
}
#content h2.heading-round, #content h2.text-small {
  font-size: 1.8rem;
}
#content h3 {
  font-size: 1.8rem;
}
#content h3.heading-round, #content h3.text-small {
  font-size: 1.5rem;
}
#content h4 {
  font-size: 1.5rem;
}
#content h4.heading-round, #content h4.text-small {
  font-size: 1.25rem;
}
#content h5 {
  font-size: 1.25rem;
  font-weight: 600;
}
#content h5.heading-round, #content h5.text-small {
  font-size: 1.125rem;
}
#content h6 {
  font-size: 1.125rem;
  font-weight: 600;
}
#content h6.heading-round, #content h6.text-small {
  font-size: 1rem;
}

#content b {
  font-weight: 700;
}
#content i {
  font-style: italic;
}
#content strong {
  font-weight: bold;
}
#content em {
  font-weight: 600;
  font-style: italic;
}
#content s {
  color: #68798f;
  text-decoration: dashed;
}
#content del {
  color: #68798f;
  text-decoration: dashed;
}
#content ins {
  text-decoration: none;
}
#content .red {
  color: #c00f0f;
}
#content .text-right {
  text-align: right;
}
#content .text-center {
  text-align: center;
}
#content .text-big {
  font-size: 1.25em;
}
#content .text-small {
  font-size: max(8px, 0.875em);
}

#content a:not(.btn):not(:has(img, .label))[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  margin-left: 0.25em;
  background: url("_asset/img/icon/link-popup.svg") center center/contain no-repeat;
  vertical-align: text-top;
}
#content a:has(img:only-child) {
  display: block;
  width: fit-content;
  margin: 2rem auto;
}
#content a:has(img:only-child)[target=_blank]::after {
  display: none;
}
#content a:has(img + .label) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin: 2rem auto;
  line-height: 0;
}
#content a:has(img + .label) * {
  line-height: 1.5em;
}
#content a:has(img + .label)[target=_blank] .label::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  margin-left: 0.25em;
  background: url("_asset/img/icon/link-popup.svg") center center/contain no-repeat;
  vertical-align: text-top;
}
@media (hover: hover) {
  #content a img {
    transition: opacity 240ms 0ms ease;
  }
  #content a:hover img {
    opacity: 0.6;
  }
}

.btn-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.btn-set.left {
  justify-content: flex-start;
}
.btn-set.right {
  justify-content: flex-end;
}
.btn-set.left.right {
  justify-content: space-between;
}
.btn-set .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.btn {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  max-width: 100%;
  padding: 0.6em 0.8em 0.6em 1.2em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #020542;
  border-radius: 10em;
  transition: color 240ms 0ms ease, background-color 240ms 0ms ease, border-color 240ms 0ms ease;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("_asset/img/icon/btn-line.svg") left center no-repeat;
  border-radius: 12px;
}
.btn.dark {
  color: #ffffff;
  background-color: #020542;
}
.btn.dark::after {
  background-image: url("_asset/img/icon/btn-line-dark.svg");
}
footer .btn.dark {
  border-color: #ffffff;
}
.btn[href^="#"]::after, [href^="#"] .btn::after {
  background-image: url("_asset/img/icon/btn-down.svg");
}
.btn[href^="#"].up::after, [href^="#"] .btn.up::after {
  background-image: url("_asset/img/icon/btn-up.svg");
}
.btn[href^="#"].dark::after, [href^="#"] .btn.dark::after {
  background-image: url("_asset/img/icon/btn-down-dark.svg");
}
.btn[href^="#"].dark.up::after, [href^="#"] .btn.dark.up::after {
  background-image: url("_asset/img/icon/btn-up-dark.svg");
}
.btn[target=_blank]::after, [target=_blank] .btn::after {
  background-image: url("_asset/img/icon/btn-popup.svg");
}
.btn[target=_blank].dark::after, [target=_blank] .btn.dark::after {
  background-image: url("_asset/img/icon/btn-popup-dark.svg");
}
.btn.menu-toggle {
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #0060c5;
  border-color: #0060c5;
}
.btn.menu-toggle::after {
  background-image: url("_asset/img/icon/btn-menu.svg");
}
.btn.menu-toggle[aria-expanded=true] {
  color: #020542;
  background-color: #ffffff;
  border-color: #f8f8f8;
}
.btn.menu-toggle[aria-expanded=true]::after {
  background-image: url("_asset/img/icon/btn-close.svg");
}
@media (hover: hover) {
  .btn:hover {
    color: #ffffff;
    background-color: #020542;
    border-color: #ffffff;
  }
  .btn:hover.dark {
    color: #020542;
    background-color: #ffffff;
    border-color: #020542;
  }
  .btn:hover.menu-toggle {
    color: #0060c5;
    background-color: #ffffff;
    border-color: #0060c5;
  }
  .btn:hover.menu-toggle[aria-expanded=true] {
    color: #ffffff;
    background-color: #020542;
    border-color: #f8f8f8;
  }
}

.table-scroller {
  overflow-x: auto;
}

table {
  width: 100%;
  border: solid 1px #020542;
  border-collapse: collapse;
}
table tr th,
table tr td {
  padding: 0.5rem 0.8rem;
  border: solid 1px #020542;
}
table tr th {
  white-space: nowrap;
  background-color: #f8f8f8;
}
table tr th[scope=col] {
  text-align: center;
}
table thead tr th {
  text-align: center;
}

#content ul:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)),
#content ol:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) {
  padding: 0;
}
#content ul:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) ul,
#content ul:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) ol,
#content ol:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) ul,
#content ol:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#content ul:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) li,
#content ol:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) li {
  margin-bottom: 0.5rem;
}
#content ul:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) {
  list-style: disc outside;
  margin-left: 1.5em;
}
#content ul:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) > li > ul {
  list-style-type: circle;
}
#content ul:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) > li > ul > li > ul {
  list-style-type: square;
}
#content ol:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) {
  list-style: decimal outside;
  margin-left: 1.8em;
}
#content ol:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) > li > ol {
  list-style-type: lower-alpha;
}
#content ol:where(:not(.pageLink):not(.newsList):not(.eventList):not(.bookList)) > li > ol > li > ol {
  list-style-type: lower-roman;
}
#content ul.no-marker,
#content ol.no-marker {
  list-style: none;
  margin-left: 0;
}

#content .column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#content .column > *:has(img) {
  text-align: center;
}
#content .column > *:has(img) > * {
  text-align: left;
}
#content .column > *:has(img) img:not(:last-child) {
  margin-bottom: 0.8rem;
}
#content .column > *:not(.col-fixed) {
  width: 100%;
  min-width: 15%;
}
#content .column .col-fixed {
  flex-shrink: 0;
  max-width: calc(85% - 1.5rem);
}

@container content (max-width: 600px) {
  #content .column {
    flex-direction: column;
  }
  #content .column > * {
    width: 100%;
  }
  #content .column .col-fixed {
    max-width: unset;
    flex-shrink: unset;
  }
}
#content .box-round {
  padding: 2rem 2.2rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #ffffff;
  border-radius: 1rem;
}
#content .box-round > :is(h2, h3, h4, h5, h6) {
  margin-top: 1.5rem;
}

@container content (max-width: 600px) {
  #content .box-round {
    padding: 1.5rem 1rem;
    border-radius: 0.5rem;
  }
}
#parts section[id^=parts-] {
  border-top: solid 1px #000000;
}
#parts .column {
  padding: 0.25rem;
  border: dashed 1px #bcbdcd;
}
#parts .column > * {
  padding: 0.25rem;
  border: dashed 1px #bcbdcd;
}
#parts code {
  display: block;
  padding: 1rem 1.5rem;
  letter-spacing: 0.04em;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #ffffff;
}

#top #topVisual {
  position: relative;
  margin-bottom: 5rem;
  padding-top: max(5.8rem, 46%);
}
#top #topVisual .hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
  min-height: 160px;
  object-fit: cover;
}
#top #topVisual .message {
  display: block;
  width: 94%;
  max-width: 590px;
  padding: 2em;
  margin-top: -5.8rem;
  margin-left: auto;
  background: url("_asset/img/cmn/pattern-noise.png") left top repeat, linear-gradient(to right, rgba(0, 152, 190, 0.9) 0%, rgba(0, 96, 197, 0.9) 100%) left top/100% no-repeat, linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%) left top/100% no-repeat;
}
#top #topVisual .message p {
  margin-bottom: 0;
  font-size: 1.125rem;
  color: white;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.16em;
  word-break: keep-all;
}
#top #topVisual .message .btn {
  position: absolute;
  right: 2em;
  bottom: -1em;
  margin: 0;
}
#top #topVisual img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
#top #topVisual:not(:has(img)) {
  margin-bottom: 4.5rem;
  padding-top: 0;
}
#top #topVisual:not(:has(img)) .message {
  width: 100%;
  max-width: unset;
  margin-top: 0;
}
@media (width < 768px) {
  #top #topVisual {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  #top #topVisual .message {
    margin-top: -3.8rem;
  }
}
@media (width < 414px) {
  #top #topVisual .message {
    padding: 1em 1.5rem;
  }
  #top #topVisual .message p {
    font-size: 1rem;
  }
  #top #topVisual .message .btn {
    bottom: -2em;
  }
}
#top .section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  color: #020542;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
#top .section-heading::before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #ffc500;
}
#top :is(#news, #event, #bulletin) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
#top :is(#news, #event, #bulletin) .section-heading {
  margin-top: 0;
  margin-bottom: 0.3rem;
}
#top #news {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 5rem;
}
#top #news .section-heading {
  margin-bottom: 0.8rem;
}
#top #news .section-heading + .btn {
  margin-top: 0;
  margin-bottom: 0.8rem;
  margin-right: -2rem;
}
@media (width < 1280px) {
  #top #news {
    padding-left: 0;
    padding-right: 0;
  }
  #top #news .section-heading + .btn {
    margin-right: -1rem;
  }
}
@media (width < 768px) {
  #top #news .section-heading + .btn {
    margin-right: 0;
  }
}
@container content (max-width: 600px) {
  #top #news .section-heading + .btn {
    order: 1;
    margin: 1.5rem auto 0;
  }
}
#top #event {
  padding: 3rem 2rem;
  margin-bottom: 5rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
#top #event .section-heading {
  margin-bottom: 0.8rem;
}
#top #event .section-heading + .btn {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
@media (width < 768px) {
  #top #event {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@container content (max-width: 600px) {
  #top #event .section-heading + .btn {
    order: 1;
    margin: 1.5rem auto 0;
  }
}
#top #about {
  position: relative;
  margin-bottom: 5rem;
}
#top #about .eyeCatch {
  position: absolute;
  top: 0;
  right: calc((100vw - 100% - 300px) / -2);
  display: block;
  width: calc((100vw - 100% - 300px) / 2 + 30%);
  height: 100%;
  object-fit: cover;
}
#top #about .textBox {
  padding: 2.5rem 2rem;
  margin-right: 30%;
  background: url("_asset/img/cmn/pattern-noise-50.png") left top repeat, linear-gradient(135deg, rgb(230, 246, 251) 0%, rgb(211, 241, 255) 100%) left top/100% no-repeat;
}
#top #about .section-heading {
  margin-top: 0;
  margin-bottom: 1rem;
}
#top #about .section-heading::before {
  display: none;
}
@media (width < 980px) {
  #top #about .eyeCatch {
    right: calc((100vw - 100% - 240px) / -2);
    width: calc((100vw - 100% - 240px) / 2 + 30%);
  }
}
@media (width < 768px) {
  #top #about .eyeCatch {
    display: none;
  }
  #top #about .textBox {
    margin-right: 0;
  }
}
#top #bulletin {
  position: relative;
  padding: 4rem 0;
}
#top #bulletin::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 100% - 300px) / -2 - 300px);
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: url("_asset/img/cmn/pattern-noise.png") left top repeat, linear-gradient(to right, rgba(0, 152, 190, 0.9) 0%, rgba(0, 96, 197, 0.9) 100%) left top/100% no-repeat;
}
#top #bulletin .section-heading {
  margin-bottom: 0.8rem;
  color: #ffffff;
}
#top #bulletin .section-heading::before {
  background-color: #ffffff;
}
#top #bulletin .section-heading + .btn {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
#top #bulletin .bookList > li {
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
@media (width < calc(1280px - 300px)) {
  #top #bulletin::after {
    left: calc((100vw - 100% - 240px) / -2 - 240px);
  }
}
@media (width < 768px) {
  #top #bulletin::after {
    left: calc((100vw - 100%) / -2);
  }
  #top #bulletin .bookList > li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@container content (max-width: 600px) {
  #top #bulletin .section-heading + .btn {
    order: 1;
    margin: 1.5rem auto 0;
  }
}/*# sourceMappingURL=style.css.map */