@charset "UTF-8";
/*!
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #464646;
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
  padding: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #f4f4f4;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

dt,
dd {
  margin: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: text-bottom;
}

figure {
  margin: 1em 0;
}

table {
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #464646;
  text-decoration: none;
}
a:visited {
  color: #464646;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.c-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-button {
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
}

.c-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  color: #464646;
  outline: none;
  transition: var(--transition);
  z-index: 800;
  border: none;
  cursor: pointer;
}
.c-hamburger .c-hamburger__line {
  position: absolute;
  top: 12px;
  left: 15px;
  display: block;
  margin: auto;
  width: 50%;
  height: 2px;
  background-color: #464646;
  transition: inherit;
}
.c-hamburger .c-hamburger__line::after, .c-hamburger .c-hamburger__line::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #464646;
  content: "";
  transition: inherit;
}
.c-hamburger .c-hamburger__line::after {
  top: 10px;
}
.c-hamburger .c-hamburger__line::before {
  top: 21px;
}
.c-hamburger .menu {
  position: relative;
  top: 15px;
  display: block;
  margin: auto;
  font-size: 10px;
  font-weight: 800;
}
.c-hamburger .close {
  display: none;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line {
  top: 8px;
  left: 15px;
  transform: translateY(15px) rotate(-45deg);
  background-color: #fff;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  top: 0;
  background-color: #fff;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  transform: rotate(-90deg);
}
.c-hamburger[aria-expanded=true] .c-hamburger__line::before {
  background-color: transparent;
}
.c-hamburger[aria-expanded=true] .menu {
  display: none;
}
.c-hamburger[aria-expanded=true] .close {
  display: block;
  position: relative;
  top: 15px;
  margin: auto;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 1px dotted #fff;
}

.link01 {
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
}
.link01::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #464646;
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.link01:hover::after {
  transform-origin: left top;
  will-change: transform;
  transform: scale(1, 1) perspective(0);
}

.link02 {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.link02::after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 0;
  height: calc(100% + 4px);
  background-color: rgba(70, 70, 70, 0.1);
  transition: width 0.3s ease;
  mix-blend-mode: multiply;
}
.link02:hover::after {
  width: calc(100% + 8px);
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Posts and pages
--------------------------------------------- */
:root {
  --swiper-pagination-bullet-width: 36px;
  --swiper-pagination-bullet-height: 6px;
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.5s var(--easing);
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08),
    -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1),
    -0.8rem -0.8rem 1.2rem rgba(255, 255, 255, 0.2);
}

html {
  scroll-behavior: smooth;
}

.siip-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.container {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .container {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
}

.df {
  display: flex;
}

.fx-wrap {
  flex-wrap: wrap;
}

.jc-sb {
  justify-content: space-between;
}

.siip-site {
  border-bottom: 1px solid;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .siip-site {
    display: none;
  }
}
.siip-site ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 2em;
  height: 50px;
}
@media screen and (max-width: 1080px) {
  .siip-site ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    height: auto;
    padding: 1em 2em;
  }
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em 2% 1em;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .site-header {
    margin: 0 auto;
    padding: 1em 0;
  }
}
@media screen and (max-width: 600px) {
  .site-header {
    align-items: center;
    height: 100px;
    padding: 0 30px;
  }
}
.site-header .site-title {
  width: 35%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .site-header .site-title {
    margin: 0 auto 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .site-header .site-title {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .site-header .site-title {
    width: 100%;
  }
}
.site-header .site-title img {
  width: 100%;
  max-width: 413px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .site-header .site-title img {
    width: auto;
    height: 40px;
  }
}
.site-header .site-title a {
  display: block;
  transition: var(--transition);
}
.site-header .site-title a:hover {
  transform: translateY(-4px);
}
.site-header .global-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* width: 65%; */
  font-size: 17px;
}
@media screen and (max-width: 980px) {
  .site-header .global-nav {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .site-header .global-nav {
    display: none;
  }
}
.site-header .global-nav .sub-menu {
  position: absolute;
  top: 38px;
  left: 180px;
  width: 260px;
  visibility: hidden;
  opacity: 0;
  background-color: #f4f4f4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.site-header .global-nav .sub-menu li {
  position: relative;
  height: 60px;
  padding: 0;
  border: none;
}
.site-header .global-nav .sub-menu li:last-child {
  padding: 0;
  border-right: none;
}
.site-header .global-nav .sub-menu li:first-child {
  border-left: none;
}
.site-header .global-nav .sub-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.site-header .global-nav .sub-menu li a:hover {
  background-color: #464646;
  color: #fff;
}
.site-header .global-nav li {
  padding: 0 1em;
  border-right: 1px solid;
}
@media screen and (max-width: 1080px) {
  .site-header .global-nav li {
    padding: 0 0.5em;
  }
}
.site-header .global-nav li:last-child {
  padding: 0 0 0 1.5em;
  border-right: none;
}
.site-header .global-nav li:first-child {
  border-left: 1px solid;
}
.site-header .global-nav li.sub-list:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: var(--transition);
}
.site-header .global-nav li.gn-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1.5em;
  background-color: #464646;
  color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  transition: var(--transition);
}
.site-header .global-nav li.gn-contact a:hover {
  color: #fff;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 12px;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 0.5em;
}
.breadcrumbs li:last-child {
  font-weight: 600;
}

.header_icon {
  padding: 0 0 2px 0;
  height: 1em;
}

/* ==========================================================================
 Swiper classes
 ========================================================================== */
.card-swiper {
  position: relative;
  width: 100%;
  margin: 0 0 3em;
  border-bottom: 1px solid;
}
.card-swiper .swiper-container {
  overflow: hidden;
}
.card-swiper .swiper-slide {
  width: 100%;
  padding: 2em 0 0;
}
.card-swiper .card {
  max-width: 93%;
  min-height: 450px;
  margin: 0 auto;
  font-weight: bold;
}
.card-swiper .card a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  transition: var(--transition);
}
.card-swiper .card a:hover {
  color: #464646;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .card-swiper .card a {
    flex-direction: column;
    max-width: 100%;
  }
}
.card-swiper .card figure {
  width: 60%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .card-swiper .card figure {
    width: 100%;
  }
}
.card-swiper .card figure img {
  width: 100%;
  min-height: 450px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .card-swiper .card figure img {
    height: 400px;
    min-height: auto;
  }
}
@media screen and (max-width: 600px) {
  .card-swiper .card figure img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.card-swiper .card-body {
  display: flex;
  flex-direction: column;
  width: 38%;
  margin: 0 2em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .card-swiper .card-body {
    width: 100%;
    padding: 30px 0;
  }
}
.card-swiper .card-title {
  order: 2;
}
@media screen and (max-width: 768px) {
  .card-swiper .card-title {
    padding: 0 30px;
  }
}
.card-swiper .card-title .main {
  margin: 0.5em 0;
  font-size: 32px;
  font-size: 2rem;
}
.card-swiper .card-title .sub {
  font-size: 20px;
  font-size: 1.25rem;
}
.card-swiper .card-subtitle {
  order: 3;
}
@media screen and (max-width: 768px) {
  .card-swiper .card-subtitle {
    padding: 0 30px;
  }
}
.card-swiper .card-subtitle h4 {
  margin: 1em 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.card-swiper .card-subtitle p {
  margin: 1em 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
.card-swiper .card-tag {
  order: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .card-swiper .card-tag {
    margin: 0 30px;
  }
}
.card-swiper .card-schedule {
  order: 3;
  margin: 3em 0 0 0;
}
@media screen and (max-width: 768px) {
  .card-swiper .card-schedule {
    padding: 0 30px;
  }
}
.card-swiper .card-schedule .year {
  font-size: 15px;
}
.card-swiper .card-schedule .date {
  font-size: 35px;
}
.card-swiper .card-schedule .dow,
.card-swiper .card-schedule .card-schedule .time {
  font-size: 21px;
}
.card-swiper .card-place {
  order: 4;
  margin: 1em 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .card-swiper .card-place {
    padding: 0 30px;
  }
}
.card-swiper .swiper-pagination {
  position: relative;
  padding-top: 2em;
}
.card-swiper .swiper-pagination-bullet {
  width: 36px;
  height: 8px;
  border-radius: 8px;
  border-radius: 0 !important;
  background: #464646;
}
.card-swiper .swiper-button-next,
.card-swiper .swiper-button-prev {
  color: #464646;
}
@media screen and (max-width: 768px) {
  .card-swiper .swiper-button-next,
  .card-swiper .swiper-button-prev {
    display: none;
  }
}

/* ==========================================================================
 home classes
 ========================================================================== */
.home-e-news a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin: 0 0 60px;
  border: 1px solid;
  border-color: #BDBDBD;
  padding: 0.5em;
  font-size: 24px;
  color: #0866FF ;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  transition: var(--transition);
}
.home-e-news a:hover {
  color: #FFFFFF;
  background: #0866FF;
  border-color: #0866FF;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .home-e-news a {
    height: auto;
  }
}
.home-e-news a img {
  margin-right: 20px;
}

.event-news {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .event-news {
    flex-direction: column;
  }
}
.event-news section {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .event-news section {
    width: 100%;
  }
}

#home-menu {
  margin: 80px 0 0;
}

.home-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 37px;
  margin: 1em 0 0;
  border-bottom: 1px solid;
  font-size: 16px;
  line-height: 0.75;
}
.home-title.event {
  background: url(../images/t_event@2x.png) no-repeat left top;
  background-size: 152px 37px;
}
.home-title.news {
  background: url(../images/t_news@2x.png) no-repeat left top;
  background-size: 121px 37px;
}
.home-title.menu {
  background: url(../images/t_menu@2x.png) no-repeat left top;
  background-size: 129px 37px;
}
.home-title.calender {
  background: url(../images/t_calender@2x.png) no-repeat left top;
  background-size: 200px 37px;
}
.home-title::before {
  visibility: hidden;
  content: attr(data-en);
}
.home-title span {
  margin: 0 0 0.5em;
}

.contents-list {
  min-height: 570px;
  padding: 2em 1em;
}
.contents-list.home {
  border-left: 1px solid;
}
.contents-list ul li {
  margin: 0 0 1.875em ;
  line-height: 1.6;
}
.contents-list ul li h3 {
  margin: 0;
  font-size: 17px;
}
.contents-list ul li p {
  margin: 0;
  font-size: 14px;
}
.contents-list ul li dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.contents-list ul li dt {
  width: 120px;
  margin: 0;
  padding: 0 16px 0 0;
  font-weight: bold;
}
.contents-list ul li dd {
  width: calc(100% - 120px);
  margin: 0;
  padding: 0;
}
.contents-list ul li a {
  text-decoration: none;
}

.more {
  font-size: 14px;
  font-weight: bold;
}
.more a::before {
  content: "▶";
}

.support-menu {
  padding: 0;
}
.support-menu.home {
  padding: 50px 0 50px 50px;
  border-left: 1px solid;
}
.support-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .support-menu ul {
    gap: 20px;
  }
}
.support-menu ul li {
  width: 31.5%;
}
@media screen and (max-width: 1080px) {
  .support-menu ul li {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .support-menu ul li {
    width: 100%;
  }
}
.support-menu ul li a {
  display: block;
  padding: 0 20px;
  border: 1px solid;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  transition: var(--transition);
  text-decoration: none;
}
.support-menu ul li a:hover {
  color: #464646;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.support-menu ul li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 0;
  border-bottom: 1px solid;
  font-size: 18px;
  text-align: center;
}
.support-menu ul li h3 img {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
.support-menu ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.banner {
  margin: 100px 0 0;
  padding: 100px 0;
  border-top: 1px solid;
}
@media screen and (max-width: 768px) {
  .banner {
    display: none;
  }
}
.banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1080px) {
  .banner ul {
    gap: 30px;
  }
}
.banner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  transition: var(--transition);
}
.banner ul li a:hover {
  color: #464646;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* ==========================================================================
 page/post classes
 ========================================================================== */
.page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-title {
    flex-wrap: wrap;
  }
}
.page-title figure {
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 0;
  margin-left: calc(50% - 45vw);
}
@media screen and (max-width: 768px) {
  .page-title figure {
    width: 100%;
    margin: 0;
  }
}
.page-title figure img {
  display: block;
  width: 100%;
  height: auto;
}
.page-title div.wf {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .page-title div.wf {
    width: 100%;
  }
}
.page-title div .title {
  margin: 0 0 30px;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-title div .title {
    margin: 16px 0;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.page-title div .copy {
  margin: 0 0 1em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.full {
  margin-top: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 48px;
}

.tab {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 100%;
  margin: 32px 0 0;
}
@media screen and (max-width: 768px) {
  .tab {
    flex-wrap: wrap;
    align-items: center;
  }
}
.tab li a {
  padding: 16px;
  border: 1px solid;
}

.area {
  display: none;
  opacity: 0;
  padding: 30px 0;
}
.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-contents {
  word-break: break-all;
}
.page-contents a {
  text-decoration: underline;
}
.page-contents section,
.page-contents .section {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .page-contents section,
  .page-contents .section {
    padding: 30px 0;
  }
}
.page-contents section .section-title,
.page-contents .section .section-title {
  margin: 0 0 70px;
  border-bottom: 1px solid;
}
.page-contents section .section-title h2,
.page-contents .section .section-title h2 {
  margin: 0 0 32px;
  padding: 0;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .page-contents section .section-title h2,
  .page-contents .section .section-title h2 {
    margin: 0 0 16px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.page-contents section h3,
.page-contents .section h3 {
  margin: 0 0 30px;
  font-size: 18px;
  font-size: 1.125rem;
}
.page-contents section .column-2,
.page-contents .section .column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 70px;
}
.page-contents section .column-2.fdrr,
.page-contents .section .column-2.fdrr {
  flex-direction: row-reverse;
}
.page-contents section .column-2.fdrr figure figcaption,
.page-contents .section .column-2.fdrr figure figcaption {
  text-align: left;
}
.page-contents section .column-2 div,
.page-contents .section .column-2 div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-contents section .column-2 div,
  .page-contents .section .column-2 div {
    width: 100%;
  }
}
.page-contents section .column-2 figure,
.page-contents .section .column-2 figure {
  width: 45%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-contents section .column-2 figure,
  .page-contents .section .column-2 figure {
    width: 100%;
  }
}
.page-contents section .column-2 figure figcaption,
.page-contents .section .column-2 figure figcaption {
  font-size: 13px;
  text-align: right;
}
.page-contents section .column-1,
.page-contents .section .column-1 {
  margin: 0 0 70px;
}
.page-contents p {
  margin: 0 0 1em;
}
.page-contents .fig ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-contents .fig ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .page-contents .fig ul li {
    width: 100%;
    margin: 0 0 1em;
  }
}
.page-contents .fig ul li figure {
  margin: 0;
}
.page-contents .fig ul li figure figcaption {
  font-size: 13px;
}
.page-contents .column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0;
}
.page-contents .column-3 li {
  display: flex;
  flex-direction: column;
  width: calc(32.5% - 16px);
}
@media screen and (max-width: 600px) {
  .page-contents .column-3 li {
    width: 100%;
    margin: 0 0 1em;
  }
}
.page-contents .column-3 li h3 {
  order: 2;
  margin: 40px 0;
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .page-contents .column-3 li h3 {
    margin: 16px 0;
  }
}
.page-contents .column-3 li p {
  order: 3;
}
.page-contents .column-3 li figure {
  order: 1;
  margin: 0;
}
.page-contents .column-4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0;
}
.page-contents .column-4 li {
  width: calc(24.5% - 16px);
}
@media screen and (max-width: 768px) {
  .page-contents .column-4 li {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .page-contents .column-4 li {
    width: 100%;
  }
}
.page-contents .support {
  margin: 3em 0 0;
}
.page-contents .support dt {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
.page-contents .support dt:not(:first-child) {
  margin: 2em 0 0;
}
.page-contents .support dd {
  margin: 0;
}

.about-siip {
  width: 100%;
  margin: 0 auto;
}
.about-siip dt {
  width: 100%;
}
.about-siip dd {
  width: 96%;
  margin: 0 auto 1em;
  padding: 0;
}

.main-title {
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .main-title {
    margin: 0 0 35px;
  }
}
.main-title .post-title {
  margin: 32px 0;
  font-size: 42px;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .main-title .post-title {
    margin: 16px 0;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.post-contents {
  display: flex;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .post-contents {
    flex-wrap: wrap;
  }
}
.post-contents a {
  text-decoration: underline;
}
.post-contents .contents-main {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .post-contents .contents-main {
    width: 100%;
    padding: 0;
  }
}
.post-contents .contents-main .contents-title {
  margin: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .post-contents .contents-main .contents-title {
    margin: 35px 0 25px;
  }
}
.post-contents .contents-main .title02 {
  font-size: 28px;
  font-size: 1.75rem;
}
.post-contents .contents-main .title03 {
  font-size: 20px;
  font-size: 1.25rem;
}
.post-contents .contents-main p {
  margin: 0 0 2em;
}
.post-contents .contents-main .notice {
  margin: 2em 0;
  padding: 1em;
  border: 1px solid;
  background-color: rgba(70, 70, 70, 0.1);
}
.post-contents .contents-main .notice p {
  margin: 0;
}
.post-contents .contents-main .recommend span {
  background: linear-gradient(transparent 60%, rgba(70, 70, 70, 0.2) 0%);
}
.post-contents .contents-main .lecturer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-contents .contents-main .lecturer figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .post-contents .contents-main .lecturer figure {
    width: 100%;
    margin: 0 0 2em;
  }
}
.post-contents .contents-main .lecturer .profile {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .post-contents .contents-main .lecturer .profile {
    width: 100%;
  }
}
.post-contents .contents-main .lecturer .profile h4 {
  margin: 0 0 1em;
  font-size: 20px;
  font-size: 1.25rem;
}
.post-contents .side {
  width: 40%;
  margin: 0 0 0 70px;
  padding: 0 0 0 70px;
  border-left: 1px solid;
}
@media screen and (max-width: 768px) {
  .post-contents .side {
    width: 100%;
    margin: 35px 0 0 0;
    padding: 35px 0 0 0;
    border-top: 1px solid;
    border-left: none;
  }
}
.post-contents .side .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid;
  font-size: 16px;
}
.post-contents .side p,
.post-contents .side dl,
.post-contents .side ul,
.post-contents .side ol {
  margin: 0 0 1em;
}

.nowrap {
  white-space: nowrap;
}

table {
  margin: 0 0 2em;
  border-collapse: collapse;
}
table a {
  text-decoration: underline;
}
table.border-table th,
table.border-table td {
  border: 1px solid;
}
table.w20p {
  width: 20%;
  margin: 3em auto;
}
table.w30p {
  width: 30%;
  margin: 3em auto;
}
table.w40p {
  width: 40%;
  margin: 3em auto;
}
table.w50p {
  width: 50%;
  margin: 3em auto;
}
table.striped tr:nth-of-type(odd) {
  background-color: rgba(70, 70, 70, 0.1);
}
table.striped tr th {
  width: 18%;
}
table.table01 {
  width: 100%;
}
table.table01 caption {
  font-weight: 600;
}
table.table01 th,
table.table01 td {
  border-bottom: 1px solid rgba(70, 70, 70, 0.5);
}
@media screen and (max-width: 768px) {
  table.table01 th,
  table.table01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
table.table01 th {
  width: 20%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  table.table01 th {
    width: 100%;
    background: rgba(70, 70, 70, 0.1);
  }
}
@media screen and (max-width: 768px) {
  table.table01 td.sp {
    display: none;
  }
}
table.duties {
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  table.duties {
    border: none;
  }
}
table.duties th,
table.duties td {
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  table.duties th,
  table.duties td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
table.duties th {
  background: rgba(70, 70, 70, 0.1);
}
@media screen and (max-width: 768px) {
  table.duties tr:last-child {
    border-bottom: 1px solid;
  }
}
table th,
table td {
  padding: 8px;
}

.googlemaps {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.image01 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: calc(50% - 30vw);
}
@media screen and (max-width: 768px) {
  .image01 {
    margin: 0;
  }
}
.image01 img {
  display: block;
  width: 100%;
  height: auto;
}

.list-disc > li {
  list-style: disc inside;
}

.list-square > li {
  list-style: square inside;
}

.list-count > li {
  list-style: decimal inside;
}

.list-count-brackets > li {
  list-style: none;
  counter-increment: cnt;
}
.list-count-brackets > li::before {
  content: "(" counter(cnt) ") ";
}

.list-alphabet > li {
  list-style: upper-alpha inside;
}

a[href$=".pdf"] {
  text-decoration: underline;
}
a[href$=".pdf"]::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.3em;
  content: "";
  background: url(../common/icon_pdf.png) no-repeat right top;
  background-size: contain;
  vertical-align: middle;
}
a[href$=".pdf"]:hover::after {
  margin-left: 0.6em;
}

a[href$=".docx"],
a[href$=".doc"],
a[href$=".docm"] {
  text-decoration: underline;
}
a[href$=".docx"]::after,
a[href$=".doc"]::after,
a[href$=".docm"]::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.3em;
  content: "";
  background: url(../common/icon_word.png) no-repeat right top;
  background-size: contain;
  vertical-align: middle;
}
a[href$=".docx"]:hover::after,
a[href$=".doc"]:hover::after,
a[href$=".docm"]:hover::after {
  margin-left: 0.6em;
}

a[href$=".xlsx"],
a[href$=".xls"] {
  text-decoration: underline;
}
a[href$=".xlsx"]::after,
a[href$=".xls"]::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.3em;
  content: "";
  background: url(../common/icon_excel.png) no-repeat right top;
  background-size: contain;
  vertical-align: middle;
}
a[href$=".xlsx"]:hover::after,
a[href$=".xls"]:hover::after {
  margin-left: 0.6em;
}

.mb-52 {
  margin-bottom: 52px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-4 {
  margin-top: 4px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-4 {
  margin-right: 4px;
}

.fz24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fz20 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* ==========================================================================
 footer classes
 ========================================================================== */
.site-footer {
  margin: 100px 0 0;
  padding: 50px 0;
  border-top: 1px solid;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
  width: 1080px;
  margin: 0 auto;
  font-size: 15px;
}
@media screen and (max-width: 1080px) {
  .footer-nav {
    width: 100%;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    width: 90%;
    justify-content: space-between;
    gap: 0;
  }
  .footer-nav ul {
    margin: 1em 0;
  }
  .footer-nav ul.fn01, .footer-nav ul.fn02 {
    width: 50%;
  }
}
.footer-nav li {
  margin: 0 0 0.5em;
}

.footer-logo {
  margin: 0 0 20px;
  font-size: 15px;
}
@media screen and (max-width: 1080px) {
  .footer-logo {
    margin: 40px 0;
    text-align: center;
  }
}
.footer-logo p {
  margin: 0 0 1.25em;
}

.copyright {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .copyright {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 1080px) {
  .copyright li {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .copyright li {
    margin: 0 0 1em;
  }
}
.copyright li a {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  .copyright li a {
    margin: 0 0 1em 0;
  }
}
.copyright small {
  font-size: 14px;
  font-size: 0.875rem;
}

.modal-container-1 {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #464646;
  color: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-container-1[aria-hidden=false] {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  z-index: 500;
  overflow-y: scroll;
  animation: fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-container-1[aria-hidden=true] {
  animation: fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-container-1 #modal-1-content {
  width: 100%;
  height: 100%;
}
.modal-container-1 #modal-1-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  margin: 0 0 0.5em;
  padding: 0 30px;
  border-bottom: 1px solid #fff;
}
.modal-container-1 #modal-1-content .modal-header .site-title {
  width: 60%;
}
.modal-container-1 #modal-1-content .modal-main {
  padding: 0 30px;
}
.modal-container-1 #modal-1-content .modal-main .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.modal-container-1 #modal-1-content ul {
  display: flex;
  flex-direction: column;
  padding: 0.5em 0;
  line-height: 1.7;
}
.modal-container-1 #modal-1-content ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.modal-container-1 #modal-1-content ul li a:focus {
  outline: none;
}
.modal-container-1 #modal-1-content ul li a:focus-visible {
  outline: 1px dotted #fff;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #464646;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* Google calender
--------------------------------------------- */

#home-calender {
  margin: 40px 0 0;
}

.google-cal iframe {
  width:100%;
  max-width:800px;
  height:400px;
}

@media (min-width: 750px) {
  .google-cal iframe {
    height:600px;
  }
}


/* events
--------------------------------------------- */

.sub .smnr {
  font-size: 80%;
  background: #EB7A77;
  color: #FFFFFF;
  padding: 0.1em;
  margin: 0 ;
  font-weight: bold;
  border: solid 1px #EB7A77;
}

.sub .cnsl {
  font-size: 80%;
  background: #7BA23F;
  color: #FFFFFF;
  padding: 0.1em;
  margin: 0.2em;
  font-weight: bold;
  border: solid 1px #7BA23F;}

.sub .sbsd {
  font-size: 80%;
  background: #70649A;
  color: #FFFFFF;
  padding: 0.1em;
  margin: 0.2em;
  font-weight: bold;
  border: solid 1px #70649A;}

.sub .exbt {
  font-size: 80%;
  background: #DD9803;
  color: #FFFFFF;
  padding: 0.1em;
  margin: 0.2em;
  font-weight: bold;
  border: solid 1px #DD9803;}

.sub .entr {
  font-size: 80%;
  background: #828282;
  color: #FFFFFF;
  padding: 0.1em;
  margin: 0.2em;
  font-weight: bold;
  border: solid 1px #828282;}

.sub .bsns {
  font-size: 80%;
  background: #DD9803;
  color: #FFFFFF;
  padding: 0.1em;
  margin: 0.2em;
  font-weight: bold;
  border: solid 1px #DD9803;}

.contents-list .test ul li {
  margin: 0 0 1.3em ;
  line-height: 1.6;
}
