@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the 'main' element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on 'h1' elements within 'section' and
 * 'article' contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd 'em' font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd 'em' font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent 'sub' and 'sup' elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from 'fieldset' elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    'fieldset' elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to 'inherit' in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  box-sizing: border-box;
  font-size: 18px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1 {
  font-size: 2rem;
  line-height: 1.3em;
  margin: 0.5em 0px 0.5em 0px;
  color: #eea47f;
}

h2 {
  margin: 0 auto;
  padding: 0px 10px;
  width: 100%;
  max-width: 700px;
  width: calc(100% - 20px);
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #eea47f;
  padding-top: 20px;
  padding: 20px 0px 10px 0px;
  font-weight: normal;
}

@media (max-width: 800px) {
  h1 {
    font-size: 2rem;
    line-height: 1.3em;
  }
}
a {
  color: #00539c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.content {
  margin: 0 auto;
  padding: 5px 0px;
}

.content_block {
  margin: 0 auto;
  padding: 0px 10px;
  width: 100%;
  max-width: 700px;
  width: calc(100% - 20px);
}

.pageimage {
  display: flex;
  justify-content: center;
}

.pageimage a {
  display: inline-block;
  background-repeat: no-repeat;
  width: 100%;
  height: 50vh;
  background-position: center;
  background-size: contain;
  border-radius: 5px;
}

.header {
  padding: 5px 30px;
  background-color: white;
  color: #eea47f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  position: sticky;
  z-index: 1000;
  top: 0px;
}

.header_middle {
  flex-grow: 100;
  flex-shrink: 1;
}

a.header_logo {
  font-size: 2rem;
  line-height: 1.3em;
  color: #eea47f;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 10px;
  color: #00539c;
  font-weight: 500;
}

@keyframes dots {
  from {
    color: #00539c;
  }
  to {
    color: #eea47f;
  }
}
.header_logo_dots {
  animation-duration: 1s;
  animation-name: dots;
  color: #eea47f;
  animation-iteration-count: infinite;
  position: relative;
  bottom: -2px;
  font-size: 1.3em;
  margin: 0px 3px;
  font-weight: bold;
}

.header_logo_com {
  color: #eea47f;
}

.header_logo_tagline {
  font-size: 0.8rem;
  line-height: 1.3em;
  color: #eea47f;
}

@media (max-width: 800px) {
  a.header_logo {
    margin: 10px 0px;
  }
  .header {
    flex-direction: column;
  }
}
.footer {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 30px 10px;
  font-size: 0.8rem;
  line-height: 1.3em;
  color: #777;
  background-color: #fafafa;
}

.footer_languages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer_language {
  margin-left: 10px;
}

.footer_language-selected {
  font-weight: bold;
}

.footer_languages_icon {
  width: 20px;
  aspect-ratio: 1;
}

.list_content {
  display: block;
  margin: 0 auto;
  padding: 0px 10px;
  width: 100%;
  max-width: 700px;
  width: calc(100% - 20px);
}

.list_item {
  margin: 5px 0px;
  padding: 5px 0px;
  display: flex;
}

.list_item_image {
  height: 70px;
  aspect-ratio: 1;
  display: inline-block;
  background-size: cover;
  background-position: top;
  border-radius: 5px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: rgba(238, 164, 127, 0.1);
}

.list_item_right {
  margin: 0px 10px;
  flex-grow: 1000;
}

.list_item_description {
  color: #777;
  font-size: 0.8rem;
  line-height: 1.3em;
}

.list_item_table {
  padding: 10px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 5px 5px;
}

.list_item_row {
  font-size: 0.8rem;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  color: #777;
  padding: 3px;
}

.list_item_row-active {
  background-color: rgba(238, 164, 127, 0.1);
}

.list_item_row_name {
  text-transform: uppercase;
  font-size: 0.6rem;
  line-height: 1.3em;
}

.list_item_row_content {
  font-size: 0.8rem;
  line-height: 1.3em;
}

.list_item_row_content_after {
  color: #777;
  font-size: 0.6rem;
  line-height: 1.3em;
}

/*.list_item_row_left,
.list_item_row_right {
  flex-shrink: 0;
  flex-grow: 100;
}*/
.list_more {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3em;
  padding: 10px 0px;
}

.list_more_loading {
  display: none;
}

.list_more_loading-visible {
  display: block;
}

.list_more_button {
  display: none;
}

.list_more_button::after {
  content: " ↓";
  color: #eea47f;
}

.list_more_button-visible {
  display: block;
}

@media (max-width: 600px) {
  .list_item {
    width: 100%;
  }
}
.search {
  display: flex;
  flex-shrink: 10;
  flex-grow: 1;
  border: 2px solid #00539c;
  border-radius: 5px;
}

.search_input {
  border: none;
  line-height: 30px;
  width: 100%;
  padding: 0px 3px;
  flex-shrink: 10;
  flex-grow: 10;
  text-align: center;
  background: none;
  color: #777;
  color: #00539c;
  text-align: center;
  border-right: 1px solid #eee;
}

.search_input:hover {
  background-color: #fafafa;
}

.search_input-day {
  width: 70px;
  -webkit-appearance: none;
}

.search_input-month {
  width: 100px;
  -webkit-appearance: none;
}

.search_input-year {
  width: 80px;
}

.search_btn {
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  color: #00539c;
  padding: 0px 10px;
}

.search_btn:hover {
  color: white;
  background-color: #00539c;
}

@media (max-width: 800px) {
  .search {
    flex-shrink: 100;
    max-width: 100%;
    font-size: 0.8rem;
    line-height: 1.3em;
  }
  .search_btn {
    font-size: 0.8rem;
    line-height: 1.3em;
  }
}
.calendar {
  margin: 0 auto;
  padding: 0px 10px;
  width: 100%;
  max-width: 700px;
  width: calc(100% - 20px);
  font-size: 0.8rem;
  line-height: 1.3em;
}

.calendar a {
  border-radius: 3px;
}

a.calendar-selected {
  background-color: #00539c;
  color: white;
}

.calendar_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  display: none;
}

.calendar_header_year {
  margin: 0px 10px;
  line-height: 1.3em;
}

.calendar_header a {
  line-height: 1.3em;
  padding: 5px 10px;
}

.calendar_header_year {
  font-size: 1.5em;
}

.calendar_header_left a::before {
  content: "← ";
}

.calendar_header_right a::after {
  content: " →";
}

.calendar_months {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
}

.calendar_month {
  display: inline-block;
}

.calendar_month_name a {
  padding: 10px 5px;
  display: inline-block;
}

.calendar_weekday_names {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}

.calendar_weekday_name {
  display: block;
  text-align: center;
  flex-grow: 2;
  flex-shrink: 2;
  width: 100px;
  color: #777;
}

.calendar_week {
  margin-right: 10px;
}

.calendar_weeks {
  display: flex;
  flex-direction: column;
}

.calendar_week {
  display: flex;
}

.calendar_day {
  width: 14.285%;
  text-align: center;
  line-height: 2em;
}

.infolist_items {
  margin-top: 10px;
  margin-bottom: 20px;
  gap: 15px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.infolist_item {
  display: flex;
  flex-direction: column;
}

.infolist_item_name_icon {
  height: 15px;
  position: relative;
  top: 2.5px;
  z-index: -2;
  aspect-ratio: 1;
}

.infolist_item_name {
  font-size: 0.7rem;
  line-height: 1.3em;
  text-transform: uppercase;
}

.infolist_item_content {
  font-size: 1rem;
  line-height: 1.3em;
  text-overflow: ellipsis;
  text-wrap: balance;
  word-wrap: break-word;
}

.infolist_item_content_textafter {
  font-size: 0.8rem;
  line-height: 1.3em;
  color: #777;
}

.content_homepage {
  padding: 10px;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.content_homepage .search {
  flex-grow: 0;
}

.timeline {
  display: flex;
  font-size: 13px;
  line-height: 16px;
}

.timeline a:hover {
  background-color: #fafafa;
  text-decoration: none;
}

.timeline_left {
  width: 200px;
  position: relative;
  overflow-y: hidden;
}

.timeline_dateitem {
  display: block;
  width: 100%;
  border-top: 1px solid #ddd;
  position: absolute;
  padding: 0px 5px;
  text-align: right;
  color: #777;
}

.timeline_right {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  z-index: 0;
  flex-grow: 100;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.timeline_item {
  position: absolute;
  overflow: hidden;
  padding: 0px 5px;
  color: #777;
  display: flex;
  gap: 5px;
}

.timeline_item_icon {
  background-color: rgba(238, 164, 127, 0.1);
  width: 15px;
  align-self: flex-start;
  aspect-ratio: 1;
  border-radius: 100px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
}

.timeline_item_right {
  flex-grow: 1000;
  color: #00539c;
}

.timeline_item_subname {
  color: #777;
  font-size: 0.9em;
}
