@charset "utf-8";
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Roboto, Arial, sans-serif;
  max-width: 1024px;
  max-width: min(65rem, 100%);
  margin: auto;
  color: #333;
  background-color: #eee;
  line-height: 1.7;
}
a {
  color: #0056B3;
}
a:hover {
  color: #004494;
}
a:visited {
  color: #5A3696;
}
body:lang(en) {
  line-height: 1.5;
}
p:lang(en) {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.no-hyphens:lang(en) {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
h1, h2, h3, h4, h5, h6, .site-name {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
h1 {
  margin: 1.5rem auto 1rem;
  border-bottom: 2px solid #aaa;
  font-size: 2.37rem;
}
h2 {
  margin: 2.5rem auto 1rem;
  border-bottom: 1px solid #aaa;
  font-size: 1.78rem;
}
.sidebar h2:first-child {
  margin-top: 2rem;
}
h3 {
  margin: 2rem auto .5rem;
  font-size: 1.33rem;
}
h2+h3, h2+section>h3:first-of-type, .container h2+p {
  margin-top: 1.5rem;
}
.container h3+p {
  margin-top: .75rem;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 1.5rem 0 auto;
}
.main, .sidebar {
  display: block;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 1rem 1.5rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
.main {
  -webkit-box-flex: 999999;
  -ms-flex-positive: 999999;
  flex-grow: 999999;
  -ms-flex-preferred-size: 25rem;
  flex-basis: 25rem;
  padding: 1rem clamp(.75rem, 7.8% - 1.01rem, 3.5rem) 2rem;
  max-width: 45rem;
}
.sidebar {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 19rem;
  flex-basis: 19rem;
  padding-top: 0;
}
.container p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.container li {
  margin-top: .75rem;
}
.sidebar, footer {
  color: #555;
}
footer {
  display: block;
  background-color: #fff;
  padding: 1rem;
  font-size: .9375rem;
  margin-top: 1.5rem;
}
address {
  font-style: normal;
  font-size: .9375rem;
}
figure {
  margin: 1.5rem auto .5rem;
  text-align: center;
}
figcaption {
  text-align: center;
  margin-top: .5rem;
}
figure.instruments {
  max-width: 360px;
  text-align: center;
}
img {
  max-width: 100%;
  max-height: 50vh;
}
figure.instruments img {
  margin: 0 auto;
  width: auto;
  height: auto;
}
header {
  line-height: 1.5;
  display: block;
}
header p {
  margin: 0;
  background-color: #fff;
}
.container figure+p {
  margin-top: 2rem;
}
.course-name {
  font-size: .875rem;
  color: #666;
  margin: 0;
}
.site-name {
  font-size: 1.78rem;
  font-size: clamp(1.33rem, 1.78rem, 6.5vw);
  font-weight: 700;
}
.site-name>a {
  text-decoration: none;
  color: inherit;
}
.top-image {
  text-align: center;
  margin: 0 auto;
}
.top-image img {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: min(100vw, 420px);
  max-height: 30vh;
}
nav {
  display: block;
}
ul {
  margin-top: 1.5rem;
}
h3+ul {
  margin-top: 1rem;
}
li>ul {
  margin-top: 0;
}
ul.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #D6E8FF;
  font-size: 0;
  line-height: 1.5;
}
ul.navigation>li {
  display: inline-block;
  text-align: center;
  font-size: .9375rem;
  font-weight: 700;
}
ul.navigation>li>a {
  display: block;
  padding: .6rem .9rem;
  text-decoration: none;
  color: inherit;
}
ul.navigation>li>a:hover {
  background-color: #ccc;
}
.news {
  border-top: 2px solid #eee;
  width: 100%;
}
.news>div {
  margin-top: .125rem;
  border-bottom: 2px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news dt, .news dd {
  margin: 0;
  padding: .4rem .8rem;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.news dt {
  font-size: .9375rem;
  color: #555;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 9rem;
  flex-basis: 9rem;
  padding-bottom: 0;
  padding-right: 0;
}
.news dd {
  -webkit-box-flex: 999999;
  -ms-flex-positive: 999999;
  flex-grow: 999999;
  -ms-flex-preferred-size: 25rem;
  flex-basis: 25rem;
}
.member-container {
  font-size: 0;
  text-align: center;
}
ul.member-container-students {
  list-style: none;
  padding-left: 0;
}
.member-container>div {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  text-align: center;
  background-color: #eee;
  margin: 12px;
  width: 150px;
  line-height: 1.3;
}
.member-container>div>div {
  margin-bottom: .3rem;
}
.member-container>div>div:last-child {
  margin-bottom: .6rem;
  padding: 0 .4rem;
}
.member-photo>img {
  width: 100%;
  height: auto;
  max-height: unset;
}
.member-name {
  font-weight: 700;
  padding: 0 .4rem;
}
.member-name>a {
  text-decoration: none;
}
.timestamp {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
  color: #555;
}
ul.publication-list>li {
  line-height: 1.5;
}
.paper-suggestion {
  font-size: .9375em;
  font-weight: 700;
  color: #fff;
  background-color: #008193;
  padding: 3px;
}
.ow-break-word {
  overflow-wrap: break-word;
}
.bot1 {
  display: none;
}