@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap');

/* ===== Reset CSS ===== */
*, *::before, *::after { box-sizing: border-box; } ul[class], ol[class] { padding: 0; } body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd { margin: 0; } body { min-height: 100vh; scroll-behavior: smooth; text-rendering: optimizeSpeed; } ul[class], ol[class] { list-style: none; } a:not([class]) { text-decoration-skip-ink: auto; } img { max-width: 100%; } article > * + * { margin-top: 1em; } input, button, textarea, select { font: inherit; } @media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }

/* ===== Gloval ===== */
body {
  width: 100%;
  color: #111;
  font: normal 16px 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.02em;
  border-top: 6px solid #322b62;
}
@media screen and (min-width: 729px) {
  body {
    position: relative;
    box-sizing: border-box;
    min-height: 100vh;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 728px) {
  body {
  line-height: 1.4;
  }
}
a {
  color: #0450a6;
  transition: 0.4s;
}
a:hover {
  color: #e60012;
}
a:active {
  color: #243267;
}
a img {
  transition: opacity 0.4s;
}
a img:hover {
  opacity: 0.7;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.3;
}
h1 {
  font-size: 2.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  margin-top: 40px;
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
em {
  font-style: italic;
}
strong {
  color: #e60012;
  font-weight: 500;
}
li {
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
  margin-bottom: 1em;
  background: #fff;
  border-collapse: collapse;
}
thead th {
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  background: #163a64;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
th {
  padding: 14px 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  background: #322b62;
}
td {
  padding: 14px 20px;
  text-align: left;
  line-height: 1.6;
  background: #f3f7fb;
}
hr {
  clear: both;
  height: 0;
  margin: 80px 0;
  padding: 0;
  border: none !important;
  border-top: 1px dashed #8c8b8b !important;
}
@media screen and (min-width: 729px) {
  th {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  td {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
}
@media screen and (max-width: 728px) {
  thead {
    display: none;

  }
  th {
    display: block;
    width: 100%;
  }
  td {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  th + td {
    padding: 20px 20px 0;
  }
  td:last-child {
    padding: 20px;
  }
}

/* ===== Utility CSS ===== */
.alignright, .right {
  float: right;
}
.alignleft, .left {
  float: left;
}
.aligncenter, .center {
  display: block;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.small {
  font-size: 0.80em;
}
.large {
  font-size: 1.20em;
}
.bold {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.sitecolor {
  color: #0450a6;
}
.sitesubcolor {
  color: #322b62;
}
.white {
  color: #fff;
}
.wp-caption-text {
  line-height: 1.4;
}
.hide {
  display: none !important;
}
@media screen and (min-width: 729px) {
  .pchide {
    display: none !important;
  }
}
@media screen and (max-width: 728px) {
  .smhide {
    display: none !important;
  }
}
figure.alignright, figure.right,
figure.alignleft, figure.left {
  margin: 0 20px 20px;
  margin-bottom: 20px;
}
p + p img.aligncenter {
  margin-top: 40px;
}
@media screen and (max-width: 728px) {
  img.alignright, img.right, img.alignleft, img.left, .wp-caption.alignleft, .wp-caption.alignright {
    float: none;
    margin: 20px auto 10px !important;
  }
}

/* ===== Layout CSS ===== */
.inner {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.inner::after {
   content: "";
   display: block;
   clear: both;
}
#header {
  padding: 10px 0 0;
}
#pageheader {
  padding: 40px 0;
}
#wrapper {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(255,255,255,0.8);
  overflow: hidden;
}
#footer {
  width: 100%;
  padding-top: 20px;
  color: #fff;
  background: #322b62;
  background-size: cover;
}
@media (min-width: 729px) {
  #wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 40px 20px 300px;
  }
  #main {
    width: calc(100% - 280px);
  }
  #side {
    box-sizing: border-box;
    width: 220px;
    margin-right: 60px;
  }
  #footer {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1080px) {
  .inner {
    width: 100%;
    margin: 0;
    padding: 0 2%;
  }
}
@media (max-width: 728px) {
  #wrapper {
    padding: 20px;
  }
  #footer {
    padding: 0 20px;
  }
}

/* Navigation CSS */
@media (min-width: 729px) {
  #navigation ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #navigation li {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
  }
  #navigation a {
    display: block;
    padding: 20px;
    color: #322b62;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    border: 1px solid #322b62;
    border-radius: 8px;
  }
  #navigation a::after {
    float: right;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
  }
  #navigation a:hover {
    color: #fff;
    background: #322b62;
  }
  #fixNav {
    display: none;
  }
}
@media (max-width: 728px) {
  #navigation {
    display: none;
  }
  #fixNav {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 70px;
    margin: 0;
    font-size: 0.75em;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ccc;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2)
  }
  #fixNav ol {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #fixNav li {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #fixNav li.home a {
    background: url('../img/ico-home.png') center 14px no-repeat;
    background-size: 38px;
  }
  #fixNav li.about a {
    background: url('../img/ico-about.png') center 14px no-repeat;
    background-size: 38px;
  }
  #fixNav li.events a {
    background: url('../img/ico-events.png') center 14px no-repeat;
    background-size: 38px;
  }
  #fixNav li.contact a {
    background: url('../img/ico-contact.png') center 14px no-repeat;
    background-size: 38px;
  }
  #fixNav li.navtop a {
    background: url('../img/ico-pagetop.png') center 14px no-repeat;
    background-size: 38px;
  }
  #fixNav a,
  #fixNav span {
    display: block;
    padding-top: 35px;
    height: 56px;
    color: #333;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
  }
}

/* Breadcrumbs CSS */
.breadcrumbs {
  width: 100%;
  padding: 8px 0;
  font-size: 0.8em;
  background: #f6f6f6;
  overflow: hidden;
}
.breadcrumbs::after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs ol {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  color: #999;
  list-style: none;
}
.breadcrumbs li::before {
  content: '»';
  margin: 0 0.5em;
}
.breadcrumbs li:first-child::before {
  content: none;
  margin: 0;
}
.breadcrumbs li a {
  color: #999;
}
.breadcrumbs li a:hover {
  color: #e46c0a;
}

/* PageTOP CSS */
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.pagetop a {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 0 3px #999;
  border-radius: 40px;
}
.pagetop a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.pagetop img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
@media (max-width: 728px) {
  .pagetop {
    display: none !important;
  }
}

/* ===== Header CSS ===== */
#siteBranding .siteTitle {
  max-width: 520px;
  margin-bottom: 10px;
}

/* ===== Page Header CSS ===== */
#pageheader h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px #000;
}

/* ===== Main CSS ===== */
#main section {
  margin-bottom: 60px;
}
#main h2 {
  margin: 30px 0 20px;
  padding: 18px 30px;
  color: #322b62;
  font-weight: 400;
  border: 2px solid #513181;
  border-radius: 50px;
}
#main h2:first-child {
  margin-top: 0;
}
#main h3 {
  margin: 0 0 20px;
  padding: 14px 20px;
  color: #513181;
  font-weight: 400;
  border-bottom: 2px solid #513181;
}
#main h4 {
  margin: 0 0 20px;
  padding: 14px 20px 6px;
  color: #513181;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
}
#main img {
  margin-top: 20px;
  margin-bottom: 10px;
}
#events .box {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #999;
  border-radius: 30px;
}
#outline .box {
  margin: 30px 0 20px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 10px;
}
.caption {
  font-size: 0.8em;
}

/* ===== Side CSS ===== */
#bnrarea {
  margin-top: 20px;
}
#bnrarea ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#bnrarea li {
  width: 220px;
  margin: 0 auto 5px;
  padding: 0;
  list-style: none;
}

/* ===== Footer CSS ===== */
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footBranding {
  padding: 16px 0 10px;
  color: #fff;
}
#footBranding dt {
  margin-bottom: 20px;
  text-align: center;
}
#footBranding dt img {
  max-width: 410px;
}
#footBranding dd {
  padding-bottom: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
  border-bottom: 1px dotted #fff;
}
#footBranding a {
  color: #fff;
  text-decoration: none;
}
#footBranding .policy {
  margin: 10px;
  font-size: 12px;
  text-align: center;
}
#footBottom {
  padding: 10px;
  color: #322b62;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  background: #fff;
}
#footBottom a {
  color: #322b62;
}
@media (max-width: 728px) {
  #footBottom {
    padding-bottom: 80px;
  }
}

/* ===== Publication Page CSS ===== */
#links #main ul {
  margin: 30px 0;
  padding: 0;
}
#links #main li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#links #main li a {
  display: block;
  margin: 14px;
  padding: 14px 20px;
  text-decoration: none;
  border: 1px solid #322b62;
  border-radius: 5px;
}
#links #main li a:hover {
  border: 1px solid #e60012;
}