  @charset "UTF-8";
/**
 *
 * ex. ITCSS
 * @link https://speakerdeck.com/dafed/managing-css-projects-with-itcss
 *
 */
/**
 * =============================================
 *
 * Settings
 *
 * =============================================
 */
/**
 * =============================================
 *
 * Tools
 *
 * =============================================
 */
/**
 * =============================================
 *
 * Generic
 *
 * =============================================
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * =============================================
 *
 * Base
 *
 * =============================================
 */
img,
svg {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
video {
  margin-bottom: 1em;
}
figure {
  margin: 1em 0;
}
figure figcaption {
  text-align: center;
  font-size: 1em;
}
select {
  line-height: inherit;
  box-sizing: border-box;
  padding: 6px 12px;
  color: #666;
  background-image: none;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select {
  height: 30px;
}
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="datetime"],
input[type="image"],
input[type="password"],
input[type="submit"],
input[type="button"],
button,
textarea {
  box-sizing: border-box;
  padding: 4px 16px;
  font-size: 1em;
  line-height: 1.8;
  background-color: inherit;
  border: 1px solid #aaa;
}
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="datetime"],
input[type="image"],
input[type="password"],
textarea {
  max-width: 100%;
  background-color: #fff;
  background-image: none;
  border: 2px solid currentColor;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea {
  height: auto;
}
input[type="submit"],
input[type="button"],
button {
  text-align: center;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 2px solid currentColor;
  font-weight: bold;
}
h1 {
  font-weight: 600;
  font-size: 1.5em;
  border-bottom: 2px solid #999;
  background: none;
}
h2 {
  clear: both;
  font-weight: 600;
  color: #00aecc;
  font-size: 1.375em;
  border-left: 6px solid currentColor;
  padding-left: 0.6em;
  line-height: 1.6em;
  background: none;
  margin-top: 1.5em;
}
h3 {
  font-weight: 600;
  font-size: 1.25em;
  padding-top: 1em;
  border-bottom: 1px #e6e6e6 solid;
  background: none;
}
h4 {
  font-weight: 600;
  font-size: 1.25em;
}
h5 {
  font-weight: 600;
  font-size: 1em;
  margin: 1em 0;
  background: #f5f5f5;
  padding: 0.5em 1em;
}
h6 {
  font-size: 1em;
  margin: 2em 0 0.5em;
  color: #efb52b;
}
hr {
  border: none;
  border-top: #666 3px solid;
  width: 80%;
  margin: 20px auto;
  clear: both;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
ol,
ul {
  padding-left: 1.5em;
}
ul li {
  list-style-type: none;
  background: none;
}
ul li:before {
  content: ">";
  color: #f0831e;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
dd {
  margin-left: 1.5em;
}
table {
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  table {
    border-top: 1px solid #ddd;
  }
}
tr {
  display: block;
}
@media (min-width: 768px) {
  tr {
    display: table-row;
    border-bottom: 1px solid #ddd;
  }
}
th,
td {
  padding: 16px 16px;
  text-align: left;
  display: block;
}
@media (min-width: 768px) {
  th,
  td {
    display: table-cell;
  }
}
th {
  background-color: #ddf2f6;
  font-weight: normal;
}
td {
  padding: 0 16px;
  margin: 16px 0;
}
@media (min-width: 768px) {
  td {
    padding: 16px 16px;
    max-resolution: 0;
  }
}
html {
  font-size: 62.5%;
  min-height: 100%;
}
body {
  margin: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'Roboto', 'Droid Sans', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 1.6em;
  color: #666;
  background-color: #fff;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
}
strong {
  font-weight: bold;
}
p {
  margin: 1em 0;
}
pre {
  overflow: scroll;
  background: #eee;
  margin: 1.2em 0;
  padding: 1em;
  line-height: 1.5;
}
/**
 * =============================================
 *
 * Objects
 *
 * =============================================
 */
.btn {
  display: inline-flex;
  justify-content: center;
  padding: 8px 20px;
  margin: 0.5em 0;
  height: 3.2em;
  line-height: 1.2em;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
}
.btn:hover {
  text-decoration: none;
}
.btn--default:hover {
  opacity: 0.8;
}
.btn--block {
  display: flex;
  width: 100%;
}
.btn--narrow {
  padding: 4px;
  height: auto;
}
.btn--primary {
  color: #fff;
  background-color: #00aecc;
}
.btn--dark {
  background-color: #666;
  color: #fff;
}
.btn--ghost {
  background-color: #fff;
  color: inherit;
  box-shadow: 0 0 0 3px currentColor inset;
}
.btn--with-arrow::after {
  content: '\f105';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 1em;
  font-size: 1.4em;
  top: 50%;
  transform: translateY(-50%);
}
.container {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1080px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 600px) {
  .container {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 32px;
  }
}
@media (min-width: 960px) {
  .container {
    padding-left: 32px;
  }
}
@media (min-width: 600px) {
  .container {
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 32px;
  }
}
@media (min-width: 960px) {
  .container {
    padding-right: 32px;
  }
}
.drawer::before {
  content: "";
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.drawer__search .search-form .search-submit,
.drawer__search .search-form .search-field {
  border: none;
  padding: 16px;
}
.drawer__body {
  visibility: hidden;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  position: fixed;
  background-color: #fff;
  z-index: 100;
  top: 0;
  right: 0;
  overflow-y: auto;
  width: 280px;
  height: 100vh;
  box-sizing: border-box;
  transform: translate(100%, 0);
  transition: transform 0.2s ease-out 0s;
}
.admin-bar .drawer__body {
  padding-top: 46px;
}
@media (min-width: 768px) {
  .admin-bar .drawer__body {
    position: fixed;
    padding-top: 32px;
  }
}
.drawer[aria-expanded="true"] .drawer__body {
  visibility: visible;
  transform: translate(0, 0);
}
.drawer.is-animated .drawer__body {
  visibility: visible !important;
}
.drawer[aria-expanded="true"]::before {
  display: block;
}
body.is-drawer-open {
  overflow: hidden;
}
.grid {
  clear: both;
  margin: -8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.grid__u {
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 8px;
}
.grid__u::before,
.grid__u::after {
  display: none;
}
.grid__u--grow {
  flex-grow: 1;
}
.grid__u--1_1 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_2 {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.grid__u--2_2 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_3 {
  width: 33.33333333333333%;
  flex-basis: 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.grid__u--2_3 {
  width: 66.66666666666666%;
  flex-basis: 66.66666666666666%;
  max-width: 66.66666666666666%;
}
.grid__u--3_3 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_4 {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.grid__u--2_4 {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.grid__u--3_4 {
  width: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.grid__u--4_4 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_5 {
  width: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.grid__u--2_5 {
  width: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
.grid__u--3_5 {
  width: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
.grid__u--4_5 {
  width: 80%;
  flex-basis: 80%;
  max-width: 80%;
}
.grid__u--5_5 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_6 {
  width: 16.666666666666664%;
  flex-basis: 16.666666666666664%;
  max-width: 16.666666666666664%;
}
.grid__u--2_6 {
  width: 33.33333333333333%;
  flex-basis: 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.grid__u--3_6 {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.grid__u--4_6 {
  width: 66.66666666666666%;
  flex-basis: 66.66666666666666%;
  max-width: 66.66666666666666%;
}
.grid__u--5_6 {
  width: 83.33333333333334%;
  flex-basis: 83.33333333333334%;
  max-width: 83.33333333333334%;
}
.grid__u--6_6 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_7 {
  width: 14.285714285714285%;
  flex-basis: 14.285714285714285%;
  max-width: 14.285714285714285%;
}
.grid__u--2_7 {
  width: 28.57142857142857%;
  flex-basis: 28.57142857142857%;
  max-width: 28.57142857142857%;
}
.grid__u--3_7 {
  width: 42.857142857142854%;
  flex-basis: 42.857142857142854%;
  max-width: 42.857142857142854%;
}
.grid__u--4_7 {
  width: 57.14285714285714%;
  flex-basis: 57.14285714285714%;
  max-width: 57.14285714285714%;
}
.grid__u--5_7 {
  width: 71.42857142857143%;
  flex-basis: 71.42857142857143%;
  max-width: 71.42857142857143%;
}
.grid__u--6_7 {
  width: 85.71428571428571%;
  flex-basis: 85.71428571428571%;
  max-width: 85.71428571428571%;
}
.grid__u--7_7 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_8 {
  width: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
}
.grid__u--2_8 {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.grid__u--3_8 {
  width: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%;
}
.grid__u--4_8 {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.grid__u--5_8 {
  width: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%;
}
.grid__u--6_8 {
  width: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.grid__u--7_8 {
  width: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%;
}
.grid__u--8_8 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_9 {
  width: 11.11111111111111%;
  flex-basis: 11.11111111111111%;
  max-width: 11.11111111111111%;
}
.grid__u--2_9 {
  width: 22.22222222222222%;
  flex-basis: 22.22222222222222%;
  max-width: 22.22222222222222%;
}
.grid__u--3_9 {
  width: 33.33333333333333%;
  flex-basis: 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.grid__u--4_9 {
  width: 44.44444444444444%;
  flex-basis: 44.44444444444444%;
  max-width: 44.44444444444444%;
}
.grid__u--5_9 {
  width: 55.55555555555556%;
  flex-basis: 55.55555555555556%;
  max-width: 55.55555555555556%;
}
.grid__u--6_9 {
  width: 66.66666666666666%;
  flex-basis: 66.66666666666666%;
  max-width: 66.66666666666666%;
}
.grid__u--7_9 {
  width: 77.77777777777779%;
  flex-basis: 77.77777777777779%;
  max-width: 77.77777777777779%;
}
.grid__u--8_9 {
  width: 88.88888888888889%;
  flex-basis: 88.88888888888889%;
  max-width: 88.88888888888889%;
}
.grid__u--9_9 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_10 {
  width: 10%;
  flex-basis: 10%;
  max-width: 10%;
}
.grid__u--2_10 {
  width: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.grid__u--3_10 {
  width: 30%;
  flex-basis: 30%;
  max-width: 30%;
}
.grid__u--4_10 {
  width: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
.grid__u--5_10 {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.grid__u--6_10 {
  width: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
.grid__u--7_10 {
  width: 70%;
  flex-basis: 70%;
  max-width: 70%;
}
.grid__u--8_10 {
  width: 80%;
  flex-basis: 80%;
  max-width: 80%;
}
.grid__u--9_10 {
  width: 90%;
  flex-basis: 90%;
  max-width: 90%;
}
.grid__u--10_10 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_11 {
  width: 9.090909090909092%;
  flex-basis: 9.090909090909092%;
  max-width: 9.090909090909092%;
}
.grid__u--2_11 {
  width: 18.181818181818183%;
  flex-basis: 18.181818181818183%;
  max-width: 18.181818181818183%;
}
.grid__u--3_11 {
  width: 27.27272727272727%;
  flex-basis: 27.27272727272727%;
  max-width: 27.27272727272727%;
}
.grid__u--4_11 {
  width: 36.36363636363637%;
  flex-basis: 36.36363636363637%;
  max-width: 36.36363636363637%;
}
.grid__u--5_11 {
  width: 45.45454545454545%;
  flex-basis: 45.45454545454545%;
  max-width: 45.45454545454545%;
}
.grid__u--6_11 {
  width: 54.54545454545454%;
  flex-basis: 54.54545454545454%;
  max-width: 54.54545454545454%;
}
.grid__u--7_11 {
  width: 63.63636363636363%;
  flex-basis: 63.63636363636363%;
  max-width: 63.63636363636363%;
}
.grid__u--8_11 {
  width: 72.72727272727273%;
  flex-basis: 72.72727272727273%;
  max-width: 72.72727272727273%;
}
.grid__u--9_11 {
  width: 81.81818181818183%;
  flex-basis: 81.81818181818183%;
  max-width: 81.81818181818183%;
}
.grid__u--10_11 {
  width: 90.9090909090909%;
  flex-basis: 90.9090909090909%;
  max-width: 90.9090909090909%;
}
.grid__u--11_11 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid__u--1_12 {
  width: 8.333333333333332%;
  flex-basis: 8.333333333333332%;
  max-width: 8.333333333333332%;
}
.grid__u--2_12 {
  width: 16.666666666666664%;
  flex-basis: 16.666666666666664%;
  max-width: 16.666666666666664%;
}
.grid__u--3_12 {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.grid__u--4_12 {
  width: 33.33333333333333%;
  flex-basis: 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.grid__u--5_12 {
  width: 41.66666666666667%;
  flex-basis: 41.66666666666667%;
  max-width: 41.66666666666667%;
}
.grid__u--6_12 {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.grid__u--7_12 {
  width: 58.333333333333336%;
  flex-basis: 58.333333333333336%;
  max-width: 58.333333333333336%;
}
.grid__u--8_12 {
  width: 66.66666666666666%;
  flex-basis: 66.66666666666666%;
  max-width: 66.66666666666666%;
}
.grid__u--9_12 {
  width: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.grid__u--10_12 {
  width: 83.33333333333334%;
  flex-basis: 83.33333333333334%;
  max-width: 83.33333333333334%;
}
.grid__u--11_12 {
  width: 91.66666666666666%;
  flex-basis: 91.66666666666666%;
  max-width: 91.66666666666666%;
}
.grid__u--12_12 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 600px) {
  .grid__u--small--1_1 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_2 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--small--2_2 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_3 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--small--2_3 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--small--3_3 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_4 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__u--small--2_4 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--small--3_4 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__u--small--4_4 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_5 {
    width: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .grid__u--small--2_5 {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .grid__u--small--3_5 {
    width: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .grid__u--small--4_5 {
    width: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .grid__u--small--5_5 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_6 {
    width: 16.666666666666664%;
    flex-basis: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .grid__u--small--2_6 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--small--3_6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--small--4_6 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--small--5_6 {
    width: 83.33333333333334%;
    flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .grid__u--small--6_6 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_7 {
    width: 14.285714285714285%;
    flex-basis: 14.285714285714285%;
    max-width: 14.285714285714285%;
  }
  .grid__u--small--2_7 {
    width: 28.57142857142857%;
    flex-basis: 28.57142857142857%;
    max-width: 28.57142857142857%;
  }
  .grid__u--small--3_7 {
    width: 42.857142857142854%;
    flex-basis: 42.857142857142854%;
    max-width: 42.857142857142854%;
  }
  .grid__u--small--4_7 {
    width: 57.14285714285714%;
    flex-basis: 57.14285714285714%;
    max-width: 57.14285714285714%;
  }
  .grid__u--small--5_7 {
    width: 71.42857142857143%;
    flex-basis: 71.42857142857143%;
    max-width: 71.42857142857143%;
  }
  .grid__u--small--6_7 {
    width: 85.71428571428571%;
    flex-basis: 85.71428571428571%;
    max-width: 85.71428571428571%;
  }
  .grid__u--small--7_7 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_8 {
    width: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .grid__u--small--2_8 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__u--small--3_8 {
    width: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .grid__u--small--4_8 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--small--5_8 {
    width: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .grid__u--small--6_8 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__u--small--7_8 {
    width: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .grid__u--small--8_8 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_9 {
    width: 11.11111111111111%;
    flex-basis: 11.11111111111111%;
    max-width: 11.11111111111111%;
  }
  .grid__u--small--2_9 {
    width: 22.22222222222222%;
    flex-basis: 22.22222222222222%;
    max-width: 22.22222222222222%;
  }
  .grid__u--small--3_9 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--small--4_9 {
    width: 44.44444444444444%;
    flex-basis: 44.44444444444444%;
    max-width: 44.44444444444444%;
  }
  .grid__u--small--5_9 {
    width: 55.55555555555556%;
    flex-basis: 55.55555555555556%;
    max-width: 55.55555555555556%;
  }
  .grid__u--small--6_9 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--small--7_9 {
    width: 77.77777777777779%;
    flex-basis: 77.77777777777779%;
    max-width: 77.77777777777779%;
  }
  .grid__u--small--8_9 {
    width: 88.88888888888889%;
    flex-basis: 88.88888888888889%;
    max-width: 88.88888888888889%;
  }
  .grid__u--small--9_9 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_10 {
    width: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .grid__u--small--2_10 {
    width: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .grid__u--small--3_10 {
    width: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .grid__u--small--4_10 {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .grid__u--small--5_10 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--small--6_10 {
    width: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .grid__u--small--7_10 {
    width: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .grid__u--small--8_10 {
    width: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .grid__u--small--9_10 {
    width: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .grid__u--small--10_10 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_11 {
    width: 9.090909090909092%;
    flex-basis: 9.090909090909092%;
    max-width: 9.090909090909092%;
  }
  .grid__u--small--2_11 {
    width: 18.181818181818183%;
    flex-basis: 18.181818181818183%;
    max-width: 18.181818181818183%;
  }
  .grid__u--small--3_11 {
    width: 27.27272727272727%;
    flex-basis: 27.27272727272727%;
    max-width: 27.27272727272727%;
  }
  .grid__u--small--4_11 {
    width: 36.36363636363637%;
    flex-basis: 36.36363636363637%;
    max-width: 36.36363636363637%;
  }
  .grid__u--small--5_11 {
    width: 45.45454545454545%;
    flex-basis: 45.45454545454545%;
    max-width: 45.45454545454545%;
  }
  .grid__u--small--6_11 {
    width: 54.54545454545454%;
    flex-basis: 54.54545454545454%;
    max-width: 54.54545454545454%;
  }
  .grid__u--small--7_11 {
    width: 63.63636363636363%;
    flex-basis: 63.63636363636363%;
    max-width: 63.63636363636363%;
  }
  .grid__u--small--8_11 {
    width: 72.72727272727273%;
    flex-basis: 72.72727272727273%;
    max-width: 72.72727272727273%;
  }
  .grid__u--small--9_11 {
    width: 81.81818181818183%;
    flex-basis: 81.81818181818183%;
    max-width: 81.81818181818183%;
  }
  .grid__u--small--10_11 {
    width: 90.9090909090909%;
    flex-basis: 90.9090909090909%;
    max-width: 90.9090909090909%;
  }
  .grid__u--small--11_11 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--small--1_12 {
    width: 8.333333333333332%;
    flex-basis: 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .grid__u--small--2_12 {
    width: 16.666666666666664%;
    flex-basis: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .grid__u--small--3_12 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__u--small--4_12 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--small--5_12 {
    width: 41.66666666666667%;
    flex-basis: 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .grid__u--small--6_12 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--small--7_12 {
    width: 58.333333333333336%;
    flex-basis: 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .grid__u--small--8_12 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--small--9_12 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__u--small--10_12 {
    width: 83.33333333333334%;
    flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .grid__u--small--11_12 {
    width: 91.66666666666666%;
    flex-basis: 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .grid__u--small--12_12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .grid__u--medium--1_1 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_2 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--medium--2_2 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_3 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--medium--2_3 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--medium--3_3 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_4 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__u--medium--2_4 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--medium--3_4 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__u--medium--4_4 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_5 {
    width: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .grid__u--medium--2_5 {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .grid__u--medium--3_5 {
    width: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .grid__u--medium--4_5 {
    width: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .grid__u--medium--5_5 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_6 {
    width: 16.666666666666664%;
    flex-basis: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .grid__u--medium--2_6 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--medium--3_6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--medium--4_6 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--medium--5_6 {
    width: 83.33333333333334%;
    flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .grid__u--medium--6_6 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_7 {
    width: 14.285714285714285%;
    flex-basis: 14.285714285714285%;
    max-width: 14.285714285714285%;
  }
  .grid__u--medium--2_7 {
    width: 28.57142857142857%;
    flex-basis: 28.57142857142857%;
    max-width: 28.57142857142857%;
  }
  .grid__u--medium--3_7 {
    width: 42.857142857142854%;
    flex-basis: 42.857142857142854%;
    max-width: 42.857142857142854%;
  }
  .grid__u--medium--4_7 {
    width: 57.14285714285714%;
    flex-basis: 57.14285714285714%;
    max-width: 57.14285714285714%;
  }
  .grid__u--medium--5_7 {
    width: 71.42857142857143%;
    flex-basis: 71.42857142857143%;
    max-width: 71.42857142857143%;
  }
  .grid__u--medium--6_7 {
    width: 85.71428571428571%;
    flex-basis: 85.71428571428571%;
    max-width: 85.71428571428571%;
  }
  .grid__u--medium--7_7 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_8 {
    width: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .grid__u--medium--2_8 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__u--medium--3_8 {
    width: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .grid__u--medium--4_8 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--medium--5_8 {
    width: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .grid__u--medium--6_8 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__u--medium--7_8 {
    width: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .grid__u--medium--8_8 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_9 {
    width: 11.11111111111111%;
    flex-basis: 11.11111111111111%;
    max-width: 11.11111111111111%;
  }
  .grid__u--medium--2_9 {
    width: 22.22222222222222%;
    flex-basis: 22.22222222222222%;
    max-width: 22.22222222222222%;
  }
  .grid__u--medium--3_9 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--medium--4_9 {
    width: 44.44444444444444%;
    flex-basis: 44.44444444444444%;
    max-width: 44.44444444444444%;
  }
  .grid__u--medium--5_9 {
    width: 55.55555555555556%;
    flex-basis: 55.55555555555556%;
    max-width: 55.55555555555556%;
  }
  .grid__u--medium--6_9 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--medium--7_9 {
    width: 77.77777777777779%;
    flex-basis: 77.77777777777779%;
    max-width: 77.77777777777779%;
  }
  .grid__u--medium--8_9 {
    width: 88.88888888888889%;
    flex-basis: 88.88888888888889%;
    max-width: 88.88888888888889%;
  }
  .grid__u--medium--9_9 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_10 {
    width: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .grid__u--medium--2_10 {
    width: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .grid__u--medium--3_10 {
    width: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .grid__u--medium--4_10 {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .grid__u--medium--5_10 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--medium--6_10 {
    width: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .grid__u--medium--7_10 {
    width: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .grid__u--medium--8_10 {
    width: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .grid__u--medium--9_10 {
    width: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .grid__u--medium--10_10 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_11 {
    width: 9.090909090909092%;
    flex-basis: 9.090909090909092%;
    max-width: 9.090909090909092%;
  }
  .grid__u--medium--2_11 {
    width: 18.181818181818183%;
    flex-basis: 18.181818181818183%;
    max-width: 18.181818181818183%;
  }
  .grid__u--medium--3_11 {
    width: 27.27272727272727%;
    flex-basis: 27.27272727272727%;
    max-width: 27.27272727272727%;
  }
  .grid__u--medium--4_11 {
    width: 36.36363636363637%;
    flex-basis: 36.36363636363637%;
    max-width: 36.36363636363637%;
  }
  .grid__u--medium--5_11 {
    width: 45.45454545454545%;
    flex-basis: 45.45454545454545%;
    max-width: 45.45454545454545%;
  }
  .grid__u--medium--6_11 {
    width: 54.54545454545454%;
    flex-basis: 54.54545454545454%;
    max-width: 54.54545454545454%;
  }
  .grid__u--medium--7_11 {
    width: 63.63636363636363%;
    flex-basis: 63.63636363636363%;
    max-width: 63.63636363636363%;
  }
  .grid__u--medium--8_11 {
    width: 72.72727272727273%;
    flex-basis: 72.72727272727273%;
    max-width: 72.72727272727273%;
  }
  .grid__u--medium--9_11 {
    width: 81.81818181818183%;
    flex-basis: 81.81818181818183%;
    max-width: 81.81818181818183%;
  }
  .grid__u--medium--10_11 {
    width: 90.9090909090909%;
    flex-basis: 90.9090909090909%;
    max-width: 90.9090909090909%;
  }
  .grid__u--medium--11_11 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--medium--1_12 {
    width: 8.333333333333332%;
    flex-basis: 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .grid__u--medium--2_12 {
    width: 16.666666666666664%;
    flex-basis: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .grid__u--medium--3_12 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__u--medium--4_12 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--medium--5_12 {
    width: 41.66666666666667%;
    flex-basis: 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .grid__u--medium--6_12 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--medium--7_12 {
    width: 58.333333333333336%;
    flex-basis: 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .grid__u--medium--8_12 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--medium--9_12 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__u--medium--10_12 {
    width: 83.33333333333334%;
    flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .grid__u--medium--11_12 {
    width: 91.66666666666666%;
    flex-basis: 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .grid__u--medium--12_12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 960px) {
  .grid__u--large--1_1 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_2 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--large--2_2 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_3 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--large--2_3 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--large--3_3 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_4 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__u--large--2_4 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--large--3_4 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__u--large--4_4 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_5 {
    width: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .grid__u--large--2_5 {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .grid__u--large--3_5 {
    width: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .grid__u--large--4_5 {
    width: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .grid__u--large--5_5 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_6 {
    width: 16.666666666666664%;
    flex-basis: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .grid__u--large--2_6 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--large--3_6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--large--4_6 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--large--5_6 {
    width: 83.33333333333334%;
    flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .grid__u--large--6_6 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_7 {
    width: 14.285714285714285%;
    flex-basis: 14.285714285714285%;
    max-width: 14.285714285714285%;
  }
  .grid__u--large--2_7 {
    width: 28.57142857142857%;
    flex-basis: 28.57142857142857%;
    max-width: 28.57142857142857%;
  }
  .grid__u--large--3_7 {
    width: 42.857142857142854%;
    flex-basis: 42.857142857142854%;
    max-width: 42.857142857142854%;
  }
  .grid__u--large--4_7 {
    width: 57.14285714285714%;
    flex-basis: 57.14285714285714%;
    max-width: 57.14285714285714%;
  }
  .grid__u--large--5_7 {
    width: 71.42857142857143%;
    flex-basis: 71.42857142857143%;
    max-width: 71.42857142857143%;
  }
  .grid__u--large--6_7 {
    width: 85.71428571428571%;
    flex-basis: 85.71428571428571%;
    max-width: 85.71428571428571%;
  }
  .grid__u--large--7_7 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_8 {
    width: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .grid__u--large--2_8 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__u--large--3_8 {
    width: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .grid__u--large--4_8 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--large--5_8 {
    width: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .grid__u--large--6_8 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__u--large--7_8 {
    width: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .grid__u--large--8_8 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_9 {
    width: 11.11111111111111%;
    flex-basis: 11.11111111111111%;
    max-width: 11.11111111111111%;
  }
  .grid__u--large--2_9 {
    width: 22.22222222222222%;
    flex-basis: 22.22222222222222%;
    max-width: 22.22222222222222%;
  }
  .grid__u--large--3_9 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--large--4_9 {
    width: 44.44444444444444%;
    flex-basis: 44.44444444444444%;
    max-width: 44.44444444444444%;
  }
  .grid__u--large--5_9 {
    width: 55.55555555555556%;
    flex-basis: 55.55555555555556%;
    max-width: 55.55555555555556%;
  }
  .grid__u--large--6_9 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--large--7_9 {
    width: 77.77777777777779%;
    flex-basis: 77.77777777777779%;
    max-width: 77.77777777777779%;
  }
  .grid__u--large--8_9 {
    width: 88.88888888888889%;
    flex-basis: 88.88888888888889%;
    max-width: 88.88888888888889%;
  }
  .grid__u--large--9_9 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_10 {
    width: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .grid__u--large--2_10 {
    width: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .grid__u--large--3_10 {
    width: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .grid__u--large--4_10 {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .grid__u--large--5_10 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--large--6_10 {
    width: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .grid__u--large--7_10 {
    width: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .grid__u--large--8_10 {
    width: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .grid__u--large--9_10 {
    width: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .grid__u--large--10_10 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_11 {
    width: 9.090909090909092%;
    flex-basis: 9.090909090909092%;
    max-width: 9.090909090909092%;
  }
  .grid__u--large--2_11 {
    width: 18.181818181818183%;
    flex-basis: 18.181818181818183%;
    max-width: 18.181818181818183%;
  }
  .grid__u--large--3_11 {
    width: 27.27272727272727%;
    flex-basis: 27.27272727272727%;
    max-width: 27.27272727272727%;
  }
  .grid__u--large--4_11 {
    width: 36.36363636363637%;
    flex-basis: 36.36363636363637%;
    max-width: 36.36363636363637%;
  }
  .grid__u--large--5_11 {
    width: 45.45454545454545%;
    flex-basis: 45.45454545454545%;
    max-width: 45.45454545454545%;
  }
  .grid__u--large--6_11 {
    width: 54.54545454545454%;
    flex-basis: 54.54545454545454%;
    max-width: 54.54545454545454%;
  }
  .grid__u--large--7_11 {
    width: 63.63636363636363%;
    flex-basis: 63.63636363636363%;
    max-width: 63.63636363636363%;
  }
  .grid__u--large--8_11 {
    width: 72.72727272727273%;
    flex-basis: 72.72727272727273%;
    max-width: 72.72727272727273%;
  }
  .grid__u--large--9_11 {
    width: 81.81818181818183%;
    flex-basis: 81.81818181818183%;
    max-width: 81.81818181818183%;
  }
  .grid__u--large--10_11 {
    width: 90.9090909090909%;
    flex-basis: 90.9090909090909%;
    max-width: 90.9090909090909%;
  }
  .grid__u--large--11_11 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__u--large--1_12 {
    width: 8.333333333333332%;
    flex-basis: 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .grid__u--large--2_12 {
    width: 16.666666666666664%;
    flex-basis: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .grid__u--large--3_12 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__u--large--4_12 {
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grid__u--large--5_12 {
    width: 41.66666666666667%;
    flex-basis: 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .grid__u--large--6_12 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__u--large--7_12 {
    width: 58.333333333333336%;
    flex-basis: 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .grid__u--large--8_12 {
    width: 66.66666666666666%;
    flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .grid__u--large--9_12 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__u--large--10_12 {
    width: 83.33333333333334%;
    flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .grid__u--large--11_12 {
    width: 91.66666666666666%;
    flex-basis: 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .grid__u--large--12_12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.grid--center {
  justify-content: center;
}
.grid--middle {
  align-items: center;
}
.grid--bottom {
  align-items: flex-end;
}
.grid--reverse {
  flex-direction: row-reverse;
}
.grid--collapse {
  margin: 0;
}
.grid--collapse > .grid__u {
  padding: 0;
}
.grid--loose {
  margin: -16px;
}
.grid--loose > .grid__u {
  padding: 16px;
}
.grid--no-v-gutter {
  margin-top: 0;
  margin-bottom: 0;
}
.grid--no-v-gutter > .grid__u {
  padding-top: 0;
  padding-bottom: 0;
}
.hamburger-button {
  background-color: transparent;
  display: block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 20px;
  height: 16px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.hamburger-button:focus {
  outline: none;
}
.hamburger-button__bars {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: currentColor;
  transition: background 0s 0.2s;
}
.hamburger-button__bars::before,
.hamburger-button__bars::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  content: "";
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.hamburger-button__bars::before {
  top: -7px;
  transition-property: top, transform;
}
.hamburger-button__bars::after {
  bottom: -7px;
  transition-property: bottom, transform;
}
.hamburger-button--fixed-pad {
  margin: 0;
}
.hamburger-button[aria-expanded="true"] .hamburger-button__bars,
[aria-expanded="true"] .hamburger-button .hamburger-button__bars,
.hamburger-button--close .hamburger-button__bars {
  background: none;
}
.hamburger-button[aria-expanded="true"] .hamburger-button__bars::before,
[aria-expanded="true"] .hamburger-button .hamburger-button__bars::before,
.hamburger-button--close .hamburger-button__bars::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger-button[aria-expanded="true"] .hamburger-button__bars::after,
[aria-expanded="true"] .hamburger-button .hamburger-button__bars::after,
.hamburger-button--close .hamburger-button__bars::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.hamburger-button[aria-expanded="true"] .hamburger-button__bars::before,
[aria-expanded="true"] .hamburger-button .hamburger-button__bars::before,
.hamburger-button--close .hamburger-button__bars::before,
.hamburger-button[aria-expanded="true"] .hamburger-button__bars::after,
[aria-expanded="true"] .hamburger-button .hamburger-button__bars::after,
.hamburger-button--close .hamburger-button__bars::after {
  transition-delay: 0s, 0.2s;
}
.media {
  display: flex;
}
.media--middle {
  align-items: center;
}
.media__figure {
  margin-right: 16px;
}
.media--reverse .media__figure {
  margin-right: 0;
  margin-left: 16px;
  order: 1;
}
.media__figure > * {
  display: block;
}
.media__body {
  flex-grow: 1;
}
.media__body > .media {
  margin-top: 16px;
}
.media__title {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-top: 0;
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
}
/**
 * =============================================
 *
 * Components
 *
 * =============================================
 */
.band {
  background-size: cover;
}
.band:before,
.band:after {
  content: '';
  display: table;
}
.band--primary {
  background-color: #00aecc;
  color: #fff;
}
.band--gray {
  background-color: #ddd;
  color: #666;
}
.band--tint {
  background-color: #f0f0f0;
  color: #666;
}
.breadcrumb-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 1em 0;
  font-size: 0.75em;
}
.breadcrumb-list__item {
  display: inline;
}
.breadcrumb-list__item:before {
  content: '>';
  margin: 0 0.5em;
}
.breadcrumb-list__item:first-child::before {
  display: none;
}
.breadcrumb-list__item a {
  color: inherit;
}
.content-area {
  position: relative;
  background-color: inherit;
}
.contents-label {
  margin: 0;
  padding: 1em 0;
  font-size: 1.625em;
  font-weight: 600;
  color: #00aecc;
}
.drawer-footer {
  padding: 1em 16px;
  color: #000;
}
.drawer-footer .gsc-input-box {
  border: 1px solid currentColor;
}
.drawer-header {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}
.drawer-header__btn {
  margin: 0;
}
.entry {
  padding-bottom: 0.4em;
  margin-bottom: 0.7em;
  margin-top: 1em;
  border-bottom: 1px solid #ddd;
}
.entry__meta {
  font-size: 0.82em;
  vertical-align: middle;
}
.entry__mark {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.85em;
  border-color: transparent transparent transparent #666;
  margin-right: 0.1em;
}
.entry__category {
  background-color: #999;
  color: #fff;
  padding: 0px 1em;
  display: inline-block;
  border-radius: 4px;
  font-size: 0.9em;
  margin: 0 0.4em;
}
.entry__category--event {
  background-color: #eb6ea5;
}
.entry__category--admission {
  background-color: #6eba44;
}
.entry__category--recruit {
  background-color: #f0831e;
}
.entry__title {
  margin-top: 0;
}
.entry__headline {
  margin: 0.2em 0 0.1em;
  font-weight: normal;
  font-size: 1em;
}
.footer-info p {
  margin: 0.3em 0;
}
@media (min-width: 768px) {
  .footer-info {
    text-align: right;
  }
}
.footer-info__title {
  font-size: 1.8em;
  margin: 0.2em 0;
}
.gallery {
  clear: both;
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.gallery-item {
  margin: 0 0 16px;
  box-sizing: border-box;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 8px;
}
.gallery-icon img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .gallery.gallery-columns-1 .gallery-item {
    flex-basis: 100%;
  }
  .gallery.gallery-columns-2 .gallery-item {
    flex-basis: 50%;
  }
  .gallery.gallery-columns-3 .gallery-item {
    flex-basis: 33.33333333333333%;
  }
  .gallery.gallery-columns-4 .gallery-item {
    flex-basis: 25%;
  }
  .gallery.gallery-columns-5 .gallery-item {
    flex-basis: 20%;
  }
  .gallery.gallery-columns-6 .gallery-item {
    flex-basis: 16.666666666666664%;
  }
  .gallery.gallery-columns-7 .gallery-item {
    flex-basis: 14.285714285714285%;
  }
  .gallery.gallery-columns-8 .gallery-item {
    flex-basis: 12.5%;
  }
  .gallery.gallery-columns-9 .gallery-item {
    flex-basis: 11.11111111111111%;
  }
}
.gsc-control-cse {
  border: none !important;
  background-color: transparent !important;
}
.gsc-control-cse input {
  box-sizing: content-box;
}
.gsc-control-cse input[type="text"],
.gsc-control-cse input[type="search"] {
  height: 1.25em !important;
  font-size: 1em !important;
}
.gsc-control-cse input.gsc-search-button {
  display: block;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input {
  box-shadow: none;
}
.gsc-control-cse table {
  border-collapse: separate;
  border-top: none;
}
.gsc-control-cse tr {
  display: table-row;
}
.gsc-control-cse th,
.gsc-control-cse td {
  display: table-cell;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 2px;
}
.gsc-search-box td {
  padding: 4px 8px;
  vertical-align: top !important;
}
div.gsc-control-cse {
  padding: 0;
}
td.gsc-input {
  padding: 2px;
}
td.gsc-search-button {
  padding: 0 0 0 2px;
}
.information {
  margin: 1em 0;
}
.information__title {
  margin: 0.5em 0;
}
.main-visual {
  position: relative;
}
.main-visual__contents {
  padding-bottom: 1em;
  width: 100%;
}
@media (min-width: 960px) {
  .main-visual__contents {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
}
@media (min-width: 960px) {
  .main-visual__contents-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: right;
    font-size: 1.8em;
  }
  .main-visual__contents-header > * {
    margin-bottom: 0 !important;
  }
}
.main-visual__contents-text {
  text-shadow: 0 0px 10px #fff, 0 0px 10px #fff, 0 0px 10px #fff, 0 0px 10px #fff;
}
.menu-button {
  border: none;
  background: #666;
  color: #fff;
  text-align: center;
  padding: 8px;
}
.menu-button__text {
  font-size: 10px;
  line-height: 1;
  display: block;
  margin-top: 0.3em;
}
.navbar {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navbar__branding {
  padding-right: 50px;
}
@media (min-width: 960px) {
  .navbar__branding {
    padding-right: 0;
  }
}
.navbar__sub-item {
  display: none;
}
@media (min-width: 960px) {
  .navbar__sub-item {
    display: block;
  }
}
.navbar__menu {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  align-self: flex-start;
}
@media (min-width: 960px) {
  .navbar__menu {
    display: none;
  }
}
.navigation-link {
  display: block;
  color: inherit;
  text-align: center;
  font-size: 0.81em;
  position: relative;
}
.navigation-link__item {
  display: block;
  color: inherit;
  padding: 1em;
}
.navigation-link__item--focus,
.navigation-link__item:hover,
.navigation-link__item:focus {
  background-color: #0094ad;
}
.navigation-link__dropdown {
  display: none;
  z-index: 15;
  position: absolute;
  left: 0;
  text-align: left;
  background-color: #666;
  color: #fff;
  padding: 0;
}
.navigation-link__dropdown-item {
  border-top: 1px solid currentColor;
  display: block;
  color: inherit;
  padding: 0.5em 2em;
  font-size: 0.9em;
  white-space: nowrap;
}
.navigation-link__dropdown-item:first-child {
  border-top: none;
}
.navigation-link__dropdown-item::before,
.navigation-link__dropdown-item a {
  color: inherit;
}
.navigation-link:hover .navigation-link__dropdown {
  display: block;
}
.navigation__nav {
  padding: 0;
  margin: 0;
}
.navigation__item {
  margin-left: -1px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #6cc6db;
  position: relative;
}
@media (min-width: 960px) {
  .navigation__item {
    margin-left: 0;
    border: none;
  }
}
.navigation__item::before {
  display: none;
}
.navigation__sub-item {
  position: relative;
}
.navigation__link {
  color: inherit;
}
.pagination {
  margin: 3em 0;
  text-align: center;
}
.pagination--small {
  font-size: 0.8em;
}
.pagination a {
  background-image: none;
}
.pagination .page-numbers {
  display: inline-block;
}
.pagination .dots,
.pagination .prev,
.pagination .next,
.pagination .pagination__numbers {
  border: none;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: inherit;
  overflow: hidden;
}
.pagination .prev,
.pagination .next {
  background: none;
  margin: 0 1em;
  display: inline-block;
}
.pagination__arrow {
  background-origin: content-box;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 1em;
  line-height: 2em;
}
.pagination .current {
  border-bottom: 3px solid currentColor;
}
.panel {
  position: relative;
  display: block;
  font-size: 0.8em;
}
.panel__image {
  display: block;
}
.panel__title {
  display: flex;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  background-color: #666;
  color: #ccc;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 1em;
}
.panel__title::after {
  content: '\f105';
  background-color: #00aecc;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: block;
  text-align: center;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  font-size: 2em;
}
.postlist__pubdate {
  font-family: monospace;
}
.primary-menu__links {
  padding: 0;
  margin: 0;
}
.primary-menu__links > ul {
  margin: 0;
  padding: 0;
}
.primary-menu__links ul,
.primary-menu__links li {
  width: 100%;
  padding: 0;
  list-style: none;
}
.primary-menu__links a {
  color: inherit;
  display: block;
  padding: 16px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.primary-menu__links li {
  position: relative;
}
.primary-menu__links li .sub-menu,
.primary-menu__links li .children {
  overflow: hidden;
  transition: height 0.2s ease-out 0s;
}
.primary-menu__links li .sub-menu[aria-expanded="false"],
.primary-menu__links li .children[aria-expanded="false"] {
  height: 0 !important;
}
.primary-menu__links li .sub-menu[aria-expanded="true"],
.primary-menu__links li .children[aria-expanded="true"] {
  height: auto;
}
.primary-menu__links li .sub-menu::before,
.primary-menu__links li .children::before {
  font-family: "dashicons";
  opacity: 0.6;
  line-height: 1;
  font-size: 1.75em;
  content: "\f148";
  position: absolute;
  top: 0;
  padding: 16px;
  right: 0;
  transform: rotateZ(-90deg);
  transition: transform 0.2s ease-out 0s;
  cursor: pointer;
}
.primary-menu__links li .sub-menu[aria-expanded="true"]::before,
.primary-menu__links li .children[aria-expanded="true"]::before {
  transform: rotateZ(90deg);
}
.row {
  margin: 1.5em 0;
}
.scroll-table {
  width: 100%;
  overflow: auto;
}
.scroll-table table tr {
  display: table-row;
  border-bottom: 1px solid #ddd;
}
.scroll-table table tr th,
.scroll-table table tr td {
  display: table-cell;
}
.scroll-table_small table {
  font-size: 13px;
}
.scroll-table_small table th,
.scroll-table_small table td {
  padding: 1.5em 1em;
}
.secondary-navigation-link {
  border-left: #00aecc 6px solid;
  background-color: #f0f0f0;
  display: block;
  padding: 6px 8px;
  margin-bottom: 15px;
  color: inherit;
}
.site-branding {
  border: none;
  margin: 0;
}
.site-main {
  padding: 0;
  margin-top: 1em;
}
.sub-navigation {
  display: table;
  vertical-align: middle;
}
.sub-navigation__home {
  color: inherit;
  text-decoration: underline;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.9em;
}
.sub-navigation__form {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  min-width: 250px;
}
.sub-navigation--stack {
  display: block;
}
.sub-navigation--stack .sub-navigation__form,
.sub-navigation--stack .sub-navigation__home {
  display: block;
  padding: 0;
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/faculty/medicine/health/assets/styles/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url(/faculty/medicine/health/assets/styles/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-slide img {
  display: block;
  max-width: none;
  width: 100%;
}
.swiper-pagination {
  position: static;
  margin: 0.5em 0;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  margin: 0;
  background-color: #fff;
  opacity: 0.6;
  height: 100%;
  width: 10000px;
}
.swiper-button-next {
  left: 50%;
  margin-left: 424px;
}
.swiper-button-prev {
  right: 50%;
  margin-right: 424px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  opacity: 1;
  background-color: currentColor;
}
.swiper-pagination-bullet-active {
  background-color: #00aecc;
}
.slider {
  position: relative;
}
.slider__copy {
  font-size: 1em;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.widget {
  margin-bottom: 2em;
}
.widget__title {
  margin-top: 1em;
  margin-bottom: 1em;
}
.wpfooter {
  margin-top: 50px;
  font-size: 0.75em;
}
.wpfooter__contents {
  padding: 1em 0;
}
/**
 * =============================================
 *
 * Trumps
 *
 * =============================================
 */
.text-center {
  text-align: center;
}
.text-inherit {
  color: inherit;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-light {
  font-weight: lighter;
}
.text-heavy {
  font-weight: bold;
}
.text-small {
  font-size: 0.8em;
}
.text-large {
  font-size: 1.3em;
}
.text-xlarge {
  font-size: 1.5em;
}
.color-primary {
  color: #00aecc;
}
.color-secondary {
  color: #6eba44;
}
.color-tertiary {
  color: #eb6ea5;
}
.family-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.visible {
  display: block;
}
.visible_inline {
  display: inline;
}
.hidden {
  display: none;
}
.visible-small-up {
  display: none;
}
@media (min-width: 600px) {
  .visible-small-up {
    display: block;
  }
  .visible-small-up_inline {
    display: inline;
  }
}
.visible-medium-up {
  display: none;
}
@media (min-width: 768px) {
  .visible-medium-up {
    display: block;
  }
  .visible-medium-up_inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .hidden-medium-up {
    display: none;
  }
}
.visible-large-up {
  display: none;
}
@media (min-width: 960px) {
  .visible-large-up {
    display: block;
  }
  .visible-large-up_inline {
    display: inline;
  }
}
@media (min-width: 960px) {
  .hidden-large-up {
    display: none;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#tinymce {
  padding: 20px !important;
  max-width: 1200px;
  margin: auto;
}
.alignnone,
.alignleft,
.alignright,
.aligncenter,
.wp-post-image {
  margin: 0 auto;
  display: block;
  float: none;
}
@media (min-width: 600px) {
  .aligncenter {
    margin-bottom: 2em;
  }
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
  .alignleft,
  .alignright {
    max-width: 50%;
  }
}
.wp-caption,
.wp-caption-text,
.entry-caption,
.gallery-caption {
  margin: 0.6em 0 1.7em;
}
.wp-caption {
  max-width: 100%;
  width: auto !important;
  background-color: transparent;
  position: relative;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: auto;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}
/*# sourceMappingURL=style.css.map */

.gsc-search-button-v2 svg {
	max-width: initial;
}
td.gsc-search-button {
	vertical-align: middle!important;
}

.entry__category.entry__category--corona {
	background: red;
}


.information__box {
  height: 300px; /* 高さは適宜調整 */
  overflow-y: auto;
  padding: 1rem;
  background-color: #fff; /* 視認性確保 */
  border: 1px solid #ddd;
  font-size: 0.875rem; /* 通常の87.5%、小さめ */
  line-height: 1.5;
}

.information__box h2 {
  font-size: 1rem; /* タイトルも少し小さめに */
  margin-bottom: 0.75rem;
}

.information__box .entry__headline {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.information__box time {
  font-size: 0.75rem;
  color: #666;
}


.new-label {
  background: #e74c3c;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  margin-left: 6px;
  border-radius: 3px;
  font-weight: bold;
}