@charset "UTF-8";
/* Slider */
/* Icons */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.js-slick {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  pointer-events: none; }

.js-slick.slick-initialized {
  opacity: 1; }

/**
 * Import WP oEmbed Blog Card
 */
.wp-oembed-blog-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1em;
  overflow: hidden; }
  .wp-oembed-blog-card > a {
    display: block;
    color: #000;
    text-decoration: none; }
  .wp-oembed-blog-card__figure {
    float: right;
    margin-left: 1em;
    max-width: 20%; }
  .wp-oembed-blog-card__body {
    overflow: hidden; }
  .wp-oembed-blog-card__title {
    font-weight: bold; }
  .wp-oembed-blog-card__description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5; }
  .wp-oembed-blog-card__domain {
    clear: both;
    color: #999;
    font-size: 12px;
    padding-top: 5px; }
  .wp-oembed-blog-card__favicon {
    position: relative;
    top: -1px;
    height: 13px;
    margin-right: 3px; }

/**
 * Import FontAwesome
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../mimizuku/assets/packages/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../mimizuku/assets/packages/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../../mimizuku/assets/packages/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../../mimizuku/assets/packages/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../../mimizuku/assets/packages/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../../mimizuku/assets/packages/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 * Import Basis
 */
/*!
 * Name: Basis v6.5.0
 * Description: A lightweight responsive Sass/CSS framework based on flexible box.
 * Author: Takashi Kitajima ( inc2734 )
 * Author URL: https://2inc.org
 * GitHub Repository: https://github.com/sass-basis/basis
 * License: MIT
 */
@font-face {
  font-family: 'basis';
  src: url("../../../mimizuku/assets/packages/sass-basis/src/font/basis.eot");
  src: url("../../../mimizuku/assets/packages/sass-basis/src/font/basis.eot#iefix") format("embedded-opentype"), url("../../../mimizuku/assets/packages/sass-basis/src/font/basis.ttf") format("truetype"), url("../../../mimizuku/assets/packages/sass-basis/src/font/basis.woff") format("woff"), url("../../../mimizuku/assets/packages/sass-basis/src/font/basis.svg#basis") format("svg");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
  }

/* 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 {
  -webkit-box-sizing: content-box;
  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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
  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"],
[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; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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,
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; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body,
p, ol, ul, li, dl, dt, dd, table,
blockquote, figure, fieldset, legend, textarea, pre, iframe, hr,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  font-size: 100%; }

body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code, kbd, pre, samp {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-family: '_', monospace; }

input, textarea, keygen, select, button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

input, textarea, optgroup, select, button {
  line-height: 1.5; }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2; }

h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

ul, ol {
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

blockquote {
  border-left: 0.5rem solid #eeeeee;
  margin-left: 0;
  padding: 1rem 0 1rem 1rem; }
  blockquote :last-child {
    margin-bottom: 0; }
  blockquote footer {
    color: #444444;
    font-size: 90%; }

code {
  background-color: #fad8d4;
  border-radius: 3px;
  color: #e74c3c;
  padding: 2px 4px; }

pre {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 1rem;
  overflow: auto; }
  pre code {
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 100%;
    padding: 0; }

label {
  cursor: pointer; }

/*
---
name: Alert
category:
  - object/component
  - object/component/alert
---

```html
<div class="_c-alert" role="alert">
  ...
</div>
```
*/
._c-alert {
  display: block;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 1.125rem;
  border-radius: 3px; }

/*
---
name: Balloon (Top)
category:
  - object/component
  - object/component/balloon
---

```html
<div class="_c-balloon-top">
  ...
</div>
```
*/
._c-balloon-top {
  position: relative;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 1.125rem;
  border-radius: 3px; }
  ._c-balloon-top::before, ._c-balloon-top::after {
    content: '';
    display: block;
    margin-left: -5px; }
  ._c-balloon-top::before {
    position: absolute;
    top: -10px;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #cccccc transparent; }
  ._c-balloon-top::after {
    position: absolute;
    top: -8px;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fff transparent; }

/*
---
name: Balloon (Right)
category:
  - object/component
  - object/component/balloon
---

```html
<div class="_c-balloon-right">
  ...
</div>
```
*/
._c-balloon-right {
  position: relative;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 1.125rem;
  border-radius: 3px; }
  ._c-balloon-right::before, ._c-balloon-right::after {
    content: '';
    display: block;
    margin-top: -5px; }
  ._c-balloon-right::before {
    position: absolute;
    top: 50%;
    right: -10px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #cccccc; }
  ._c-balloon-right::after {
    position: absolute;
    top: 50%;
    right: -8px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff; }

/*
---
name: Balloon (Bottom)
category:
  - object/component
  - object/component/balloon
---

```html
<div class="_c-balloon-bottom">
  ...
</div>
```
*/
._c-balloon-bottom {
  position: relative;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 1.125rem;
  border-radius: 3px; }
  ._c-balloon-bottom::before, ._c-balloon-bottom::after {
    content: '';
    display: block;
    margin-left: -5px; }
  ._c-balloon-bottom::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #cccccc transparent transparent transparent; }
  ._c-balloon-bottom::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #fff transparent transparent transparent; }

/*
---
name: Balloon (Left)
category:
  - object/component
  - object/component/balloon
---

```html
<div class="_c-balloon-left">
  ...
</div>
```
*/
._c-balloon-left {
  position: relative;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 1.125rem;
  border-radius: 3px; }
  ._c-balloon-left::before, ._c-balloon-left::after {
    content: '';
    display: block;
    margin-top: -5px; }
  ._c-balloon-left::before {
    position: absolute;
    top: 50%;
    left: -10px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #cccccc transparent transparent; }
  ._c-balloon-left::after {
    position: absolute;
    top: 50%;
    left: -8px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #fff transparent transparent; }

/*
---
name: Breadcrumbs
category:
  - object/component
  - object/component/breadcrumbs
---

```html
<ol class="_c-breadcrumbs">
  <li class="_c-breadcrumbs__item"><a href="#">...</a></li>
  <li class="_c-breadcrumbs__item">...</li>
</ol>
```
*/
._c-breadcrumbs {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  ._c-breadcrumbs__item {
    display: inline; }
    ._c-breadcrumbs__item:nth-child(n + 2)::before {
      margin: 0 5px;
      font-family: 'basis';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e900"; }

/*
---
name: Button
category:
  - object/component
  - object/component/btn
---

```html
<a class="_c-btn" role="button">btn</a>
```
```html
<a class="_c-btn _c-btn--block" role="button">btn</a>
```
```html
<a class="_c-btn _c-btn--ghost" role="button">btn</a>
```
*/
._c-btn {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 0.75rem 1.5rem;
  color: #333; }
  ._c-btn--block {
    display: block;
    width: 100%; }
  ._c-btn--ghost {
    background-color: transparent !important;
    border: 1px solid #fff;
    color: #fff; }

/*
---
name: Card
category:
  - object/component
  - object/component/card
---

```html
<div class="_c-card">
  <div class="_c-card__figure">
    <img src="/aigis_assets/images/dummy.jpg">
  </div>
  <div class="_c-card__body">
    ...
  </div>
  <div class="_c-card__action">
    ...
  </div>
</div>
```
*/
._c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05); }
  ._c-card__figure > img {
    vertical-align: top;
    width: 100%; }
  ._c-card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1.125rem; }
  ._c-card__action {
    border-top: 1px solid #eeeeee;
    padding: 0.75rem 1.125rem; }

/*
---
name: Checkbox
category:
  - object/component
  - object/component/checkbox
---

```html
<label>
  <span class="_c-checkbox">
    <input type="checkbox">
    <span class="_c-checkbox__control"></span>
  </span>
  ...
</label>
```
*/
._c-checkbox {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px; }
  ._c-checkbox > [type="checkbox"], ._c-checkbox__control, ._c-checkbox__control::before, ._c-checkbox__control::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 16px;
    width: 16px; }
  ._c-checkbox > [type="checkbox"] {
    z-index: 1;
    cursor: pointer;
    opacity: 0 !important;
    outline: 0; }
    ._c-checkbox > [type="checkbox"]:checked ~ ._c-checkbox__control::after {
      opacity: 1; }
  ._c-checkbox__control {
    z-index: 0; }
    ._c-checkbox__control::before {
      content: '';
      background-color: #fff;
      border: 1px solid #cccccc;
      border-radius: 3px; }
    ._c-checkbox__control::after {
      font-family: 'basis';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e901";
      opacity: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

/*
---
name: Container (Fluid)
category:
  - object/component
  - object/component/container
---

```html
<div class="_c-container-fluid">
  ...
</div>
```
*/
._c-container-fluid, ._c-container {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  @media (min-width: 40em) {
    ._c-container-fluid, ._c-container {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }

/*
---
name: Container
category: object/component
---

```html
<div class="_c-container">
  ...
</div>
```
*/
._c-container {
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 64em) {
    ._c-container {
      max-width: 75rem; } }

/*
---
name: Content
category:
  - object/component
  - object/component/content
---

```html
<div class="_c-content">
  <h1>Heading 1</h1>
  <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque.
  </p>
  <h2>Heading 2</h2>
  <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque.
  </p>
  <h3>Heading 3</h3>
  <ul>
    <li>Lorem ipsum dolor sit amet</li>
    <li>consectetur adipiscing elit</li>
    <li>Nulla accumsan</li>
    <li>metus ultrices eleifend gravida</li>
  </ul>
  <ol>
    <li>Lorem ipsum dolor sit amet</li>
    <li>consectetur adipiscing elit</li>
    <li>Nulla accumsan</li>
    <li>metus ultrices eleifend gravida</li>
  </ol>
  <dl>
    <dt>Lorem ipsum dolor sit amet</dt>
    <dd>consectetur adipiscing elit</dd>
    <dt>Nulla accumsan</dt>
    <dd>metus ultrices eleifend gravida</dd>
  </dl>
  <h4>Heading 4</h4>
  <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque.
  </p>
  <h5>Heading 5</h5>
  <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque.
  </p>
  <h6>Heading 6</h6>
  <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque.
  </p>
</div>
```
*/
._c-content > * {
  margin-top: 0;
  margin-bottom: 0; }

._c-content > * + * {
  margin-top: 1.5rem; }

._c-content > h1 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

._c-content > h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem; }

._c-content > h3 {
  margin-top: 2.25rem;
  margin-bottom: 1.5rem; }

._c-content > h4 {
  margin-top: 1.875rem;
  margin-bottom: 1.5rem; }

._c-content > h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem; }

._c-content > h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem; }

._c-content > :first-child {
  margin-top: 0; }

._c-content > ol ol,
._c-content > ol ul,
._c-content > ul ol,
._c-content > ul ul {
  margin-bottom: 0; }

/*
---
name: Copyright
category:
  - object/component
  - object/component/copyright
---

```html
<div class="_c-copyright">
  ...
</div>
```
*/
/*
---
name: Drawer
category:
  - object/component
  - object/component/drawer
---

```html
<div class="_c-drawer" data-c="drawer" style="min-height: 200px">
  <nav id="drawer" class="_c-drawer__body" data-c="drawer__body" role="navigation" aria-hidden="true">
    <ul class="_c-drawer__menu">
      <li class="_c-drawer__item"><a href="#">menu</a></li>
      <li class="_c-drawer__item"><a href="#">menu</a></li>
      <li class="_c-drawer__item">
        <a href="#">menu</a>
        <div class="_c-drawer__toggle" data-c="drawer__toggle" aria-expanded="false">
          <span class="_ic-angle-right" aria-hidden="true"></span>
        </div>
        <ul class="_c-drawer__submenu" data-c="drawer__submenu" aria-hidden="true">
          <li class="_c-drawer__subitem"><a href="#">submenu</a></li>
          <li class="_c-drawer__subitem"><a href="#">submenu</a></li>
        </ul>
      </li>
    </ul>
  </nav>
</div>

<div class="_c-hamburger-btn" data-c="drawer-btn" aria-expanded="false" aria-controls="drawer">
  <div class="_c-hamburger-btn__bar"></div>
  <div class="_c-hamburger-btn__bar"></div>
  <div class="_c-hamburger-btn__bar"></div>
</div>
```
*/
._c-drawer {
  position: relative; }
  ._c-drawer__body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 10;
    -webkit-transition: left 0.1s ease-out;
    transition: left 0.1s ease-out;
    width: 15rem;
    max-width: 80%;
    background-color: #444444;
    overflow-y: auto; }
    ._c-drawer__body[aria-hidden="false"] {
      left: 0; }
  ._c-drawer__submenu {
    height: 0;
    overflow: hidden; }
    ._c-drawer__submenu[aria-hidden="false"] {
      height: auto;
      overflow: visible; }
  ._c-drawer__toggle {
    cursor: pointer; }
  ._c-drawer__menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
  ._c-drawer__item, ._c-drawer__subitem {
    position: relative;
    color: #fff; }
    ._c-drawer__item > a, ._c-drawer__subitem > a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: background-color 0.1s ease-out;
      transition: background-color 0.1s ease-out; }
      ._c-drawer__item > a:hover, ._c-drawer__item > a:focus, ._c-drawer__subitem > a:hover, ._c-drawer__subitem > a:focus {
        color: #ccc; }
  ._c-drawer__item {
    padding: 0.75rem 1.5rem 0; }
  ._c-drawer__submenu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin: 0 -1.5rem 0 0;
    padding-left: 1em; }
  ._c-drawer__subitem {
    padding: 0.75rem 1.5rem 0 0; }
  ._c-drawer__toggle {
    position: absolute;
    top: 0.75rem;
    right: 5px;
    bottom: 0;
    height: 1.5rem;
    width: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  ._c-drawer__body--fixed {
    position: fixed; }

/*
---
name: Entries
category:
  - object/component
  - object/component/entries
---

```html
<ul class="_c-entries">
  <li class="_c-entries__item">
    ...
  </li>
</ul>
```
*/
._c-entries {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

/*
---
name: Entry
category:
  - object/component
  - object/component/entry
---

```html
<article class="_c-entry">
  <header class="_c-entry__header">
    <h1 class="_c-entry__title">...</h1>
    <div class="_c-entry__content">
      ...
    </div>
  </header>
</article>
```
*/
/*
---
name: Flexible media
category:
  - object/component
  - object/component/flex-media
---

```html
<div class="_c-flex-media">
  <div class="_c-flex-media__figure">
    <img src="/aigis_assets/images/dummy.jpg" style="width: 150px">
  </div>
  <div class="_c-flex-media__body">
    ...
  </div>
</div>
```
*/
@media (min-width: 40em) {
  ._c-flex-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

._c-flex-media__figure {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }
  ._c-flex-media__figure > img {
    width: 100%; }
    @media (min-width: 40em) {
      ._c-flex-media__figure > img {
        width: auto; } }
  @media (min-width: 40em) {
    ._c-flex-media__figure > * {
      vertical-align: top;
      margin-top: 0.25rem; } }

._c-flex-media__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

._c-flex-media__figure {
  margin: 0 0 0.75rem; }
  @media (min-width: 40em) {
    ._c-flex-media__figure {
      margin: 0 1.5rem 0 0; } }

@media (min-width: 40em) {
  ._c-flex-media--reverse ._c-flex-media__figure {
    margin: 0 0 0 1.5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

/*
---
name: Form Control
category:
  - object/component
  - object/component/form-control
---

```html
<input type="text" class="_c-form-control">
```
```html
<textarea class="_c-form-control"></textarea>
```
```html
<input type="text" class="_c-form-control" disabled>
```
```html
<input type="text" class="_c-form-control" readonly>
```
*/
._c-form-control {
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: 0;
  -webkit-transition: border 0.1s ease-out;
  transition: border 0.1s ease-out;
  padding: 0.375rem 0.75rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035); }
  ._c-form-control:hover {
    border-color: #999; }
  ._c-form-control:active, ._c-form-control:focus, ._c-form-control[aria-selected="true"] {
    border-color: #85B7D9; }
  textarea._c-form-control {
    height: auto;
    width: 100%; }
  ._c-form-control[disabled] {
    background-color: #eeeeee;
    cursor: not-allowed; }
  ._c-form-control[readonly] {
    background-color: #eeeeee; }

/*
---
name: Hamberger Button
category:
  - object/component
  - object/component/hamberger-btn
---

```html
<div class="_c-hamburger-btn" role="button" aria-expanded="false">
  <div class="_c-hamburger-btn__bar"></div>
  <div class="_c-hamburger-btn__bar"></div>
  <div class="_c-hamburger-btn__bar"></div>
</div>
```
*/
._c-hamburger-btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  height: 16px;
  width: 22px; }
  ._c-hamburger-btn__bar {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    background-color: #333;
    height: 2px;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out; }
    ._c-hamburger-btn__bar:nth-child(1) {
      top: 0; }
    ._c-hamburger-btn__bar:nth-child(2) {
      top: 7px; }
    ._c-hamburger-btn__bar:nth-child(3) {
      top: 14px; }
  ._c-hamburger-btn[aria-expanded="true"] > ._c-hamburger-btn__bar:nth-child(1), ._c-hamburger-btn[aria-expanded="true"] > ._c-hamburger-btn__bar:nth-child(3) {
    top: 7px; }
  ._c-hamburger-btn[aria-expanded="true"] > ._c-hamburger-btn__bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  ._c-hamburger-btn[aria-expanded="true"] > ._c-hamburger-btn__bar:nth-child(2) {
    background-color: transparent; }
  ._c-hamburger-btn[aria-expanded="true"] > ._c-hamburger-btn__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*
---
name: Hero
category:
  - object/component
  - object/component/hero
---

```html
<div class="_c-hero" style="background-image: url(/aigis_assets/images/dummy.jpg)">
  <div class="_c-hero__header">
    ...
  </div>
  <div class="_c-hero__content">
    ...
  </div>
  <div class="_c-hero__footer">
    ...
  </div>
</div>
```
*/
._c-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  ._c-hero__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  ._c-hero__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center; }
  ._c-hero__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  ._c-hero--full {
    height: 100vh; }
  ._c-hero--cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  ._c-hero--overlay {
    position: relative; }
    ._c-hero--overlay::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background-color: rgba(0, 0, 0, 0.7); }
  @media (min-width: 64em) {
    ._c-hero--fixed {
      background-attachment: fixed; } }

[class^="_ic-"],
[class*=" _ic-"] {
  font-family: 'basis';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
---
name: Icon (Angle Right)
category:
  - object/component
  - object/component/icon-font
---

```html
<span class="_ic-angle-right" aria-hidden="true"></span>
```
*/
._ic-angle-right::before {
  content: "\e900"; }

/*
---
name: Icon (Check)
category:
  - object/component
  - object/component/icon-font
---

```html
<span class="_ic-check" aria-hidden="true"></span>
```
*/
._ic-check::before {
  content: "\e901"; }

/*
---
name: Icon (Angle Down)
category:
  - object/component
  - object/component/icon-font
---

```html
<span class="_ic-angle-down" aria-hidden="true"></span>
```
*/
._ic-angle-down::before {
  content: "\e902"; }

/*
---
name: Input Group
category:
  - object/component
  - object/component/input-group
---

```html
<div class="_c-input-group">
  <div class="_c-input-group__addon">@</div>
  <div class="_c-input-group__field">
    <input type="text">
  </div>
  <button class="_c-input-group__btn">Go</button>
</div>
```
*/
._c-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 3px; }
  ._c-input-group > :first-child {
    position: relative;
    border-radius: 3px 0 0 3px;
    border-right: none; }
  ._c-input-group > :nth-last-child(2) {
    position: relative;
    z-index: 1; }
  ._c-input-group > :last-child {
    position: relative;
    z-index: 0;
    left: -1px;
    border-radius: 0 3px 3px 0; }
    ._c-input-group > :last-child:hover, ._c-input-group > :last-child:active, ._c-input-group > :last-child:focus {
      z-index: 1; }
  ._c-input-group__addon {
    border: 1px solid #cccccc;
    padding: 0.375rem 0.75rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  ._c-input-group__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    ._c-input-group__field > input[type='email'],
    ._c-input-group__field > input[type='number'],
    ._c-input-group__field > input[type='password'],
    ._c-input-group__field > input[type='search'],
    ._c-input-group__field > input[type='tel'],
    ._c-input-group__field > input[type='text'],
    ._c-input-group__field > input[type='url'] {
      border: 1px solid #cccccc;
      border-radius: 3px;
      outline: 0;
      -webkit-transition: border 0.1s ease-out;
      transition: border 0.1s ease-out;
      padding: 0.375rem 0.75rem;
      border-radius: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100%; }
      ._c-input-group__field > input[type='email']:hover,
      ._c-input-group__field > input[type='number']:hover,
      ._c-input-group__field > input[type='password']:hover,
      ._c-input-group__field > input[type='search']:hover,
      ._c-input-group__field > input[type='tel']:hover,
      ._c-input-group__field > input[type='text']:hover,
      ._c-input-group__field > input[type='url']:hover {
        border-color: #999; }
      ._c-input-group__field > input[type='email']:active, ._c-input-group__field > input[type='email']:focus, ._c-input-group__field > input[type='email'][aria-selected="true"],
      ._c-input-group__field > input[type='number']:active,
      ._c-input-group__field > input[type='number']:focus,
      ._c-input-group__field > input[type='number'][aria-selected="true"],
      ._c-input-group__field > input[type='password']:active,
      ._c-input-group__field > input[type='password']:focus,
      ._c-input-group__field > input[type='password'][aria-selected="true"],
      ._c-input-group__field > input[type='search']:active,
      ._c-input-group__field > input[type='search']:focus,
      ._c-input-group__field > input[type='search'][aria-selected="true"],
      ._c-input-group__field > input[type='tel']:active,
      ._c-input-group__field > input[type='tel']:focus,
      ._c-input-group__field > input[type='tel'][aria-selected="true"],
      ._c-input-group__field > input[type='text']:active,
      ._c-input-group__field > input[type='text']:focus,
      ._c-input-group__field > input[type='text'][aria-selected="true"],
      ._c-input-group__field > input[type='url']:active,
      ._c-input-group__field > input[type='url']:focus,
      ._c-input-group__field > input[type='url'][aria-selected="true"] {
        border-color: #85B7D9; }
      textarea._c-input-group__field > input[type='email'], ._c-input-group__field > input[type='number'], ._c-input-group__field > input[type='password'], ._c-input-group__field > input[type='search'], ._c-input-group__field > input[type='tel'], ._c-input-group__field > input[type='text'], ._c-input-group__field > input[type='url'] {
        height: auto;
        width: 100%; }
  ._c-input-group__btn {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    padding: 0.75rem 1.5rem;
    border: 1px solid #cccccc;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: border 0.1s ease-out;
    transition: border 0.1s ease-out;
    padding: 0.375rem 0.75rem;
    color: #333;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: visible; }
    ._c-input-group__btn:hover {
      border-color: #999; }
    ._c-input-group__btn:active, ._c-input-group__btn:focus, ._c-input-group__btn[aria-selected="true"] {
      border-color: #85B7D9; }
  ._c-input-group__addon {
    background-color: #eeeeee; }

/*
---
name: Media
category:
  - object/component
  - object/component/media
---

```html
<div class="_c-media">
  <div class="_c-media__figure">
    <img src="/aigis_assets/images/dummy.jpg" style="width: 150px">
  </div>
  <div class="_c-media__body">
    ...
  </div>
</div>
```
*/
._c-media, ._p-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  ._c-media__figure {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    ._c-media__figure > * {
      vertical-align: top;
      margin-top: 0.25rem; }
  ._c-media__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  ._c-media__figure {
    margin: 0 1.5rem 0 0; }
  ._c-media__body > ._c-media, ._c-media__body > ._p-comment {
    margin-top: 1.5rem; }
  ._c-media--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  ._c-media--reverse ._c-media__figure {
    margin: 0 0 0 1.5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

/*
---
name: Meta
category:
  - object/component
  - object/component/meta
---

```html
<ul class="_c-meta">
  <li class="_c-meta__item">
    ...
  </li>
</ul>
```
*/
._c-meta {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143; }
  ._c-meta, ._c-meta a {
    color: #999; }
  ._c-meta__item {
    display: inline; }

/*
---
name: navbar
category:
  - object/component
  - object/component/navbar
---

```html
<ul class="_c-navbar">
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
    <ul class="_c-navbar__submenu" data-c="navbar__submenu" aria-hidden="true">
      <li class="_c-navbar__subitem" data-c="navbar__subitem" aria-haspopup="true">
        <a href="#">submenu</a>
        <ul class="_c-navbar__submenu" data-c="navbar__submenu" aria-hidden="true">
          <li class="_c-navbar__subitem" data-c="navbar__subitem"><a href="#">submenu</a></li>
        </ul>
      </li>
    </ul>
  </li>
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
  </li>
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
  </li>
</ul>
```
```html
<ul class="_c-navbar _c-navbar--auto">
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
    <ul class="_c-navbar__submenu" data-c="navbar__submenu" aria-hidden="true">
      <li class="_c-navbar__subitem" data-c="navbar__subitem" aria-haspopup="true">
        <a href="#">submenu</a>
        <ul class="_c-navbar__submenu" data-c="navbar__submenu" aria-hidden="true">
          <li class="_c-navbar__subitem" data-c="navbar__subitem"><a href="#">submenu</a></li>
        </ul>
      </li>
    </ul>
  </li>
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
  </li>
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
  </li>
</ul>
```
*/
._c-navbar {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  ._c-navbar__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    ._c-navbar__item > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      text-decoration: none; }
    ._c-navbar__item > [data-c="navbar__submenu"] {
      position: absolute;
      top: 100%;
      left: 0; }
  ._c-navbar__subitem {
    position: relative; }
    ._c-navbar__subitem > a {
      display: block;
      text-decoration: none; }
    ._c-navbar__subitem > [data-c="navbar__submenu"] {
      position: absolute;
      top: 0;
      left: 100%; }
  ._c-navbar__submenu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
    ._c-navbar__submenu[aria-hidden="false"] {
      visibility: visible;
      opacity: 1; }
  ._c-navbar--auto ._c-navbar__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

/*
---
name: Page Effect
category:
  - object/component
  - object/component/page-effect
---

```html
<div class="_c-page-effect" data-c="page-effect" data-page-effect="fadein" aria-hidden="false">
  <div class="_c-page-effect__item">
    Loading...
  </div>
</div>
```
*/
._c-page-effect {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  background-color: #fff; }
  ._c-page-effect[data-page-effect="fadein"][aria-hidden="true"] {
    opacity: 0;
    z-index: -1;
    -webkit-animation: _page_effect_fadein_0_2s___fff 0.4s ease-in 0s;
    animation: _page_effect_fadein_0_2s___fff 0.4s ease-in 0s; }
  ._c-page-effect[data-page-effect="fadeout"][aria-hidden="false"] {
    opacity: 1;
    z-index: 1000000;
    -webkit-animation: _page_effect_fadeout_0_2s___fff 0.2s ease-in 0s;
    animation: _page_effect_fadeout_0_2s___fff 0.2s ease-in 0s; }

@-webkit-keyframes _page_effect_fadein_0_2s___fff {
  0% {
    z-index: 1000000;
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes _page_effect_fadein_0_2s___fff {
  0% {
    z-index: 1000000;
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes _page_effect_fadeout_0_2s___fff {
  0% {
    z-index: 1000000;
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes _page_effect_fadeout_0_2s___fff {
  0% {
    z-index: 1000000;
    opacity: 0; }
  100% {
    opacity: 1; } }
  ._c-page-effect__item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*
---
name: Page Header
category:
  - object/component
  - object/component/page-header
---

```html
<header class="_c-page-header">
  <h1 class="_c-page-header__title">...</h1>
</header>
```
*/
._c-page-header {
  padding: 3rem 0; }
  ._c-page-header__title {
    margin: 0; }

/*
---
name: Paginatiion
category:
  - object/component
  - object/component/paginatiion
---

```html
<div class="_c-pagination">
  <span class="_c-pagination__item" aria-current="page">1</span>
  <a class="_c-pagination__item-link">2</a>
  <span class="_c-pagination__item-ellipsis" aria-hidden="true">…</span>
  <a class="_c-pagination__item-link">99</a>
  <a class="_c-pagination__item-link">100</a>
</div>
```
*/
._c-pagination__item, ._c-pagination__item-link, ._c-pagination__item-ellipsis {
  display: inline-block;
  line-height: 1;
  text-decoration: none; }

/*
---
name: Radio
category:
  - object/component
  - object/component/radio
---

```html
<label>
  <span class="_c-radio">
    <input type="radio">
    <span class="_c-radio__control"></span>
  </span>
  ...
</label>
```
*/
._c-radio {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px; }
  ._c-radio > [type="radio"], ._c-radio__control, ._c-radio__control::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 100%; }
  ._c-radio > [type="radio"] {
    z-index: 1;
    cursor: pointer;
    opacity: 0 !important;
    outline: 0; }
    ._c-radio > [type="radio"]:checked ~ ._c-radio__control::after {
      opacity: 1; }
  ._c-radio__control {
    z-index: 0; }
    ._c-radio__control::before {
      content: '';
      background-color: #fff;
      border: 1px solid #cccccc; }
    ._c-radio__control::after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      display: block;
      background-color: #333;
      height: 8px;
      width: 8px;
      border-radius: 100%;
      opacity: 0; }

/*
---
name: Grid System
category:
  - object/component
  - object/component/grid-system
---

```html
<div class="_c-row">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--reverse">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--nowrap">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--left">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
</div>
```
```html
<div class="_c-row _c-row--right">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
</div>
```
```html
<div class="_c-row _c-row--center">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
</div>
```
```html
<div class="_c-row _c-row--between">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
</div>
```
```html
<div class="_c-row _c-row--around">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
</div>
```
```html
<div class="_c-row _c-row--top">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2<br>
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3<br>
    3<br>
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--bottom">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2<br>
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3<br>
    3<br>
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--middle">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2<br>
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3<br>
    3<br>
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--baseline">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2<br>
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3<br>
    3<br>
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--collapse">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--margin">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--margin-s">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--margin-l">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--fill">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2<br>
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3<br>
    3<br>
    3
  </div>
</div>
```
*/
._c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ._c-row__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%; }
  ._c-row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  ._c-row--nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  ._c-row--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  ._c-row--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  ._c-row--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  ._c-row--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  ._c-row--around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  ._c-row--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  ._c-row--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  ._c-row--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  ._c-row--baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  ._c-row--collapse {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0; }
    ._c-row--collapse > ._c-row__col {
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 0; }
  ._c-row--margin {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    margin-bottom: -1.5rem; }
    ._c-row--margin > ._c-row__col {
      padding-right: 0.75rem;
      padding-left: 0.75rem;
      margin-bottom: 1.5rem; }
    ._c-row--margin-s {
      margin-right: -0.375rem;
      margin-left: -0.375rem;
      margin-bottom: -0.75rem; }
      ._c-row--margin-s > ._c-row__col {
        padding-right: 0.375rem;
        padding-left: 0.375rem;
        margin-bottom: 0.75rem; }
    ._c-row--margin-l {
      margin-right: -1.5rem;
      margin-left: -1.5rem;
      margin-bottom: -3rem; }
      ._c-row--margin-l > ._c-row__col {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        margin-bottom: 3rem; }
  ._c-row--fill > ._c-row__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    ._c-row--fill > ._c-row__col > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%; }
  @media (min-width: 40em) {
    ._c-row--md-nowrap {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    ._c-row--md-left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    ._c-row--md-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    ._c-row--md-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    ._c-row--md-between {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    ._c-row--md-around {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    ._c-row--md-top {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    ._c-row--md-bottom {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    ._c-row--md-middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    ._c-row--md-baseline {
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
    ._c-row--md-collapse {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 0; }
      ._c-row--md-collapse > ._c-row__col {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0; }
    ._c-row--md-margin {
      margin-right: -0.75rem;
      margin-left: -0.75rem;
      margin-bottom: -1.5rem; }
      ._c-row--md-margin > ._c-row__col {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        margin-bottom: 1.5rem; }
      ._c-row--md-margin-s {
        margin-right: -0.375rem;
        margin-left: -0.375rem;
        margin-bottom: -0.75rem; }
        ._c-row--md-margin-s > ._c-row__col {
          padding-right: 0.375rem;
          padding-left: 0.375rem;
          margin-bottom: 0.75rem; }
      ._c-row--md-margin-l {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
        margin-bottom: -3rem; }
        ._c-row--md-margin-l > ._c-row__col {
          padding-right: 1.5rem;
          padding-left: 1.5rem;
          margin-bottom: 3rem; }
    ._c-row--md-fill > ._c-row__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      ._c-row--md-fill > ._c-row__col > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%; } }
  @media (min-width: 64em) {
    ._c-row--lg-nowrap {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    ._c-row--lg-left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    ._c-row--lg-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    ._c-row--lg-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    ._c-row--lg-between {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    ._c-row--lg-around {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    ._c-row--lg-top {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    ._c-row--lg-bottom {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    ._c-row--lg-middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    ._c-row--lg-baseline {
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
    ._c-row--lg-collapse {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 0; }
      ._c-row--lg-collapse > ._c-row__col {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0; }
    ._c-row--lg-margin {
      margin-right: -0.75rem;
      margin-left: -0.75rem;
      margin-bottom: -1.5rem; }
      ._c-row--lg-margin > ._c-row__col {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        margin-bottom: 1.5rem; }
      ._c-row--lg-margin-s {
        margin-right: -0.375rem;
        margin-left: -0.375rem;
        margin-bottom: -0.75rem; }
        ._c-row--lg-margin-s > ._c-row__col {
          padding-right: 0.375rem;
          padding-left: 0.375rem;
          margin-bottom: 0.75rem; }
      ._c-row--lg-margin-l {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
        margin-bottom: -3rem; }
        ._c-row--lg-margin-l > ._c-row__col {
          padding-right: 1.5rem;
          padding-left: 1.5rem;
          margin-bottom: 3rem; }
    ._c-row--lg-fill > ._c-row__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      ._c-row--lg-fill > ._c-row__col > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%; } }

._c-row__col--1-2, ._c-row__col--2-4, ._c-row__col--3-6, ._c-row__col--4-8, ._c-row__col--5-10, ._c-row__col--6-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%; }

._c-row__col--offset-1-2, ._c-row__col--offset-2-4, ._c-row__col--offset-3-6, ._c-row__col--offset-4-8, ._c-row__col--offset-5-10, ._c-row__col--offset-6-12 {
  margin-left: 50%; }

._c-row__col--1-3, ._c-row__col--2-6, ._c-row__col--3-9, ._c-row__col--4-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  max-width: 33.33333%; }

._c-row__col--offset-1-3, ._c-row__col--offset-2-6, ._c-row__col--offset-3-9, ._c-row__col--offset-4-12 {
  margin-left: 33.33333%; }

._c-row__col--2-3, ._c-row__col--4-6, ._c-row__col--6-9, ._c-row__col--8-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.66667%;
  flex: 0 1 66.66667%;
  max-width: 66.66667%; }

._c-row__col--offset-2-3, ._c-row__col--offset-4-6, ._c-row__col--offset-6-9, ._c-row__col--offset-8-12 {
  margin-left: 66.66667%; }

._c-row__col--1-4, ._c-row__col--2-8, ._c-row__col--3-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%; }

._c-row__col--offset-1-4, ._c-row__col--offset-2-8, ._c-row__col--offset-3-12 {
  margin-left: 25%; }

._c-row__col--3-4, ._c-row__col--6-8, ._c-row__col--9-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%; }

._c-row__col--offset-3-4, ._c-row__col--offset-6-8, ._c-row__col--offset-9-12 {
  margin-left: 75%; }

._c-row__col--1-5, ._c-row__col--2-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%; }

._c-row__col--offset-1-5, ._c-row__col--offset-2-10 {
  margin-left: 20%; }

._c-row__col--2-5, ._c-row__col--4-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  max-width: 40%; }

._c-row__col--offset-2-5, ._c-row__col--offset-4-10 {
  margin-left: 40%; }

._c-row__col--3-5, ._c-row__col--6-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  max-width: 60%; }

._c-row__col--offset-3-5, ._c-row__col--offset-6-10 {
  margin-left: 60%; }

._c-row__col--4-5, ._c-row__col--8-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  max-width: 80%; }

._c-row__col--offset-4-5, ._c-row__col--offset-8-10 {
  margin-left: 80%; }

._c-row__col--1-6, ._c-row__col--2-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.66667%;
  flex: 0 1 16.66667%;
  max-width: 16.66667%; }

._c-row__col--offset-1-6, ._c-row__col--offset-2-12 {
  margin-left: 16.66667%; }

._c-row__col--5-6, ._c-row__col--10-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 83.33333%;
  flex: 0 1 83.33333%;
  max-width: 83.33333%; }

._c-row__col--offset-5-6, ._c-row__col--offset-10-12 {
  margin-left: 83.33333%; }

._c-row__col--1-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 14.28571%;
  flex: 0 1 14.28571%;
  max-width: 14.28571%; }

._c-row__col--offset-1-7 {
  margin-left: 14.28571%; }

._c-row__col--2-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 28.57143%;
  flex: 0 1 28.57143%;
  max-width: 28.57143%; }

._c-row__col--offset-2-7 {
  margin-left: 28.57143%; }

._c-row__col--3-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 42.85714%;
  flex: 0 1 42.85714%;
  max-width: 42.85714%; }

._c-row__col--offset-3-7 {
  margin-left: 42.85714%; }

._c-row__col--4-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 57.14286%;
  flex: 0 1 57.14286%;
  max-width: 57.14286%; }

._c-row__col--offset-4-7 {
  margin-left: 57.14286%; }

._c-row__col--5-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 71.42857%;
  flex: 0 1 71.42857%;
  max-width: 71.42857%; }

._c-row__col--offset-5-7 {
  margin-left: 71.42857%; }

._c-row__col--6-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 85.71429%;
  flex: 0 1 85.71429%;
  max-width: 85.71429%; }

._c-row__col--offset-6-7 {
  margin-left: 85.71429%; }

._c-row__col--1-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 12.5%;
  flex: 0 1 12.5%;
  max-width: 12.5%; }

._c-row__col--offset-1-8 {
  margin-left: 12.5%; }

._c-row__col--3-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 37.5%;
  flex: 0 1 37.5%;
  max-width: 37.5%; }

._c-row__col--offset-3-8 {
  margin-left: 37.5%; }

._c-row__col--5-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 62.5%;
  flex: 0 1 62.5%;
  max-width: 62.5%; }

._c-row__col--offset-5-8 {
  margin-left: 62.5%; }

._c-row__col--7-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 87.5%;
  flex: 0 1 87.5%;
  max-width: 87.5%; }

._c-row__col--offset-7-8 {
  margin-left: 87.5%; }

._c-row__col--1-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 11.11111%;
  flex: 0 1 11.11111%;
  max-width: 11.11111%; }

._c-row__col--offset-1-9 {
  margin-left: 11.11111%; }

._c-row__col--2-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 22.22222%;
  flex: 0 1 22.22222%;
  max-width: 22.22222%; }

._c-row__col--offset-2-9 {
  margin-left: 22.22222%; }

._c-row__col--4-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 44.44444%;
  flex: 0 1 44.44444%;
  max-width: 44.44444%; }

._c-row__col--offset-4-9 {
  margin-left: 44.44444%; }

._c-row__col--5-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55.55556%;
  flex: 0 1 55.55556%;
  max-width: 55.55556%; }

._c-row__col--offset-5-9 {
  margin-left: 55.55556%; }

._c-row__col--7-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 77.77778%;
  flex: 0 1 77.77778%;
  max-width: 77.77778%; }

._c-row__col--offset-7-9 {
  margin-left: 77.77778%; }

._c-row__col--8-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 88.88889%;
  flex: 0 1 88.88889%;
  max-width: 88.88889%; }

._c-row__col--offset-8-9 {
  margin-left: 88.88889%; }

._c-row__col--1-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  max-width: 10%; }

._c-row__col--offset-1-10 {
  margin-left: 10%; }

._c-row__col--3-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  max-width: 30%; }

._c-row__col--offset-3-10 {
  margin-left: 30%; }

._c-row__col--7-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  max-width: 70%; }

._c-row__col--offset-7-10 {
  margin-left: 70%; }

._c-row__col--9-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
  max-width: 90%; }

._c-row__col--offset-9-10 {
  margin-left: 90%; }

._c-row__col--1-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 9.09091%;
  flex: 0 1 9.09091%;
  max-width: 9.09091%; }

._c-row__col--offset-1-11 {
  margin-left: 9.09091%; }

._c-row__col--2-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 18.18182%;
  flex: 0 1 18.18182%;
  max-width: 18.18182%; }

._c-row__col--offset-2-11 {
  margin-left: 18.18182%; }

._c-row__col--3-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 27.27273%;
  flex: 0 1 27.27273%;
  max-width: 27.27273%; }

._c-row__col--offset-3-11 {
  margin-left: 27.27273%; }

._c-row__col--4-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 36.36364%;
  flex: 0 1 36.36364%;
  max-width: 36.36364%; }

._c-row__col--offset-4-11 {
  margin-left: 36.36364%; }

._c-row__col--5-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45.45455%;
  flex: 0 1 45.45455%;
  max-width: 45.45455%; }

._c-row__col--offset-5-11 {
  margin-left: 45.45455%; }

._c-row__col--6-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 54.54545%;
  flex: 0 1 54.54545%;
  max-width: 54.54545%; }

._c-row__col--offset-6-11 {
  margin-left: 54.54545%; }

._c-row__col--7-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 63.63636%;
  flex: 0 1 63.63636%;
  max-width: 63.63636%; }

._c-row__col--offset-7-11 {
  margin-left: 63.63636%; }

._c-row__col--8-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 72.72727%;
  flex: 0 1 72.72727%;
  max-width: 72.72727%; }

._c-row__col--offset-8-11 {
  margin-left: 72.72727%; }

._c-row__col--9-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 81.81818%;
  flex: 0 1 81.81818%;
  max-width: 81.81818%; }

._c-row__col--offset-9-11 {
  margin-left: 81.81818%; }

._c-row__col--10-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90.90909%;
  flex: 0 1 90.90909%;
  max-width: 90.90909%; }

._c-row__col--offset-10-11 {
  margin-left: 90.90909%; }

._c-row__col--1-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 8.33333%;
  flex: 0 1 8.33333%;
  max-width: 8.33333%; }

._c-row__col--offset-1-12 {
  margin-left: 8.33333%; }

._c-row__col--5-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.66667%;
  flex: 0 1 41.66667%;
  max-width: 41.66667%; }

._c-row__col--offset-5-12 {
  margin-left: 41.66667%; }

._c-row__col--7-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58.33333%;
  flex: 0 1 58.33333%;
  max-width: 58.33333%; }

._c-row__col--offset-7-12 {
  margin-left: 58.33333%; }

._c-row__col--11-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 91.66667%;
  flex: 0 1 91.66667%;
  max-width: 91.66667%; }

._c-row__col--offset-11-12 {
  margin-left: 91.66667%; }

._c-row__col--1-1, ._c-row__col--2-2, ._c-row__col--3-3, ._c-row__col--4-4, ._c-row__col--5-5, ._c-row__col--6-6, ._c-row__col--7-7, ._c-row__col--8-8, ._c-row__col--9-9, ._c-row__col--10-10, ._c-row__col--11-11, ._c-row__col--12-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%; }

._c-row__col--auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  max-width: 100%; }

._c-row__col--justify {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%; }

._c-row__col--offset-0 {
  margin-left: 0; }

._c-row__col--shrink {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

._c-row__col--fit {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media (min-width: 40em) {
  ._c-row__col--md-1-2, ._c-row__col--md-2-4, ._c-row__col--md-3-6, ._c-row__col--md-4-8, ._c-row__col--md-5-10, ._c-row__col--md-6-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%; }
  ._c-row__col--md-offset-1-2, ._c-row__col--md-offset-2-4, ._c-row__col--md-offset-3-6, ._c-row__col--md-offset-4-8, ._c-row__col--md-offset-5-10, ._c-row__col--md-offset-6-12 {
    margin-left: 50%; }
  ._c-row__col--md-1-3, ._c-row__col--md-2-6, ._c-row__col--md-3-9, ._c-row__col--md-4-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%; }
  ._c-row__col--md-offset-1-3, ._c-row__col--md-offset-2-6, ._c-row__col--md-offset-3-9, ._c-row__col--md-offset-4-12 {
    margin-left: 33.33333%; }
  ._c-row__col--md-2-3, ._c-row__col--md-4-6, ._c-row__col--md-6-9, ._c-row__col--md-8-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    max-width: 66.66667%; }
  ._c-row__col--md-offset-2-3, ._c-row__col--md-offset-4-6, ._c-row__col--md-offset-6-9, ._c-row__col--md-offset-8-12 {
    margin-left: 66.66667%; }
  ._c-row__col--md-1-4, ._c-row__col--md-2-8, ._c-row__col--md-3-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%; }
  ._c-row__col--md-offset-1-4, ._c-row__col--md-offset-2-8, ._c-row__col--md-offset-3-12 {
    margin-left: 25%; }
  ._c-row__col--md-3-4, ._c-row__col--md-6-8, ._c-row__col--md-9-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%; }
  ._c-row__col--md-offset-3-4, ._c-row__col--md-offset-6-8, ._c-row__col--md-offset-9-12 {
    margin-left: 75%; }
  ._c-row__col--md-1-5, ._c-row__col--md-2-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%; }
  ._c-row__col--md-offset-1-5, ._c-row__col--md-offset-2-10 {
    margin-left: 20%; }
  ._c-row__col--md-2-5, ._c-row__col--md-4-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    max-width: 40%; }
  ._c-row__col--md-offset-2-5, ._c-row__col--md-offset-4-10 {
    margin-left: 40%; }
  ._c-row__col--md-3-5, ._c-row__col--md-6-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    max-width: 60%; }
  ._c-row__col--md-offset-3-5, ._c-row__col--md-offset-6-10 {
    margin-left: 60%; }
  ._c-row__col--md-4-5, ._c-row__col--md-8-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    max-width: 80%; }
  ._c-row__col--md-offset-4-5, ._c-row__col--md-offset-8-10 {
    margin-left: 80%; }
  ._c-row__col--md-1-6, ._c-row__col--md-2-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.66667%;
    flex: 0 1 16.66667%;
    max-width: 16.66667%; }
  ._c-row__col--md-offset-1-6, ._c-row__col--md-offset-2-12 {
    margin-left: 16.66667%; }
  ._c-row__col--md-5-6, ._c-row__col--md-10-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 83.33333%;
    flex: 0 1 83.33333%;
    max-width: 83.33333%; }
  ._c-row__col--md-offset-5-6, ._c-row__col--md-offset-10-12 {
    margin-left: 83.33333%; }
  ._c-row__col--md-1-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 14.28571%;
    flex: 0 1 14.28571%;
    max-width: 14.28571%; }
  ._c-row__col--md-offset-1-7 {
    margin-left: 14.28571%; }
  ._c-row__col--md-2-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28.57143%;
    flex: 0 1 28.57143%;
    max-width: 28.57143%; }
  ._c-row__col--md-offset-2-7 {
    margin-left: 28.57143%; }
  ._c-row__col--md-3-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 42.85714%;
    flex: 0 1 42.85714%;
    max-width: 42.85714%; }
  ._c-row__col--md-offset-3-7 {
    margin-left: 42.85714%; }
  ._c-row__col--md-4-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57.14286%;
    flex: 0 1 57.14286%;
    max-width: 57.14286%; }
  ._c-row__col--md-offset-4-7 {
    margin-left: 57.14286%; }
  ._c-row__col--md-5-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 71.42857%;
    flex: 0 1 71.42857%;
    max-width: 71.42857%; }
  ._c-row__col--md-offset-5-7 {
    margin-left: 71.42857%; }
  ._c-row__col--md-6-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 85.71429%;
    flex: 0 1 85.71429%;
    max-width: 85.71429%; }
  ._c-row__col--md-offset-6-7 {
    margin-left: 85.71429%; }
  ._c-row__col--md-1-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12.5%;
    flex: 0 1 12.5%;
    max-width: 12.5%; }
  ._c-row__col--md-offset-1-8 {
    margin-left: 12.5%; }
  ._c-row__col--md-3-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%;
    max-width: 37.5%; }
  ._c-row__col--md-offset-3-8 {
    margin-left: 37.5%; }
  ._c-row__col--md-5-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 62.5%;
    flex: 0 1 62.5%;
    max-width: 62.5%; }
  ._c-row__col--md-offset-5-8 {
    margin-left: 62.5%; }
  ._c-row__col--md-7-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 87.5%;
    flex: 0 1 87.5%;
    max-width: 87.5%; }
  ._c-row__col--md-offset-7-8 {
    margin-left: 87.5%; }
  ._c-row__col--md-1-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 11.11111%;
    flex: 0 1 11.11111%;
    max-width: 11.11111%; }
  ._c-row__col--md-offset-1-9 {
    margin-left: 11.11111%; }
  ._c-row__col--md-2-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22.22222%;
    flex: 0 1 22.22222%;
    max-width: 22.22222%; }
  ._c-row__col--md-offset-2-9 {
    margin-left: 22.22222%; }
  ._c-row__col--md-4-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.44444%;
    flex: 0 1 44.44444%;
    max-width: 44.44444%; }
  ._c-row__col--md-offset-4-9 {
    margin-left: 44.44444%; }
  ._c-row__col--md-5-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55.55556%;
    flex: 0 1 55.55556%;
    max-width: 55.55556%; }
  ._c-row__col--md-offset-5-9 {
    margin-left: 55.55556%; }
  ._c-row__col--md-7-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 77.77778%;
    flex: 0 1 77.77778%;
    max-width: 77.77778%; }
  ._c-row__col--md-offset-7-9 {
    margin-left: 77.77778%; }
  ._c-row__col--md-8-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 88.88889%;
    flex: 0 1 88.88889%;
    max-width: 88.88889%; }
  ._c-row__col--md-offset-8-9 {
    margin-left: 88.88889%; }
  ._c-row__col--md-1-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    max-width: 10%; }
  ._c-row__col--md-offset-1-10 {
    margin-left: 10%; }
  ._c-row__col--md-3-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 30%; }
  ._c-row__col--md-offset-3-10 {
    margin-left: 30%; }
  ._c-row__col--md-7-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%; }
  ._c-row__col--md-offset-7-10 {
    margin-left: 70%; }
  ._c-row__col--md-9-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    max-width: 90%; }
  ._c-row__col--md-offset-9-10 {
    margin-left: 90%; }
  ._c-row__col--md-1-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 9.09091%;
    flex: 0 1 9.09091%;
    max-width: 9.09091%; }
  ._c-row__col--md-offset-1-11 {
    margin-left: 9.09091%; }
  ._c-row__col--md-2-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18.18182%;
    flex: 0 1 18.18182%;
    max-width: 18.18182%; }
  ._c-row__col--md-offset-2-11 {
    margin-left: 18.18182%; }
  ._c-row__col--md-3-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 27.27273%;
    flex: 0 1 27.27273%;
    max-width: 27.27273%; }
  ._c-row__col--md-offset-3-11 {
    margin-left: 27.27273%; }
  ._c-row__col--md-4-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36.36364%;
    flex: 0 1 36.36364%;
    max-width: 36.36364%; }
  ._c-row__col--md-offset-4-11 {
    margin-left: 36.36364%; }
  ._c-row__col--md-5-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45.45455%;
    flex: 0 1 45.45455%;
    max-width: 45.45455%; }
  ._c-row__col--md-offset-5-11 {
    margin-left: 45.45455%; }
  ._c-row__col--md-6-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 54.54545%;
    flex: 0 1 54.54545%;
    max-width: 54.54545%; }
  ._c-row__col--md-offset-6-11 {
    margin-left: 54.54545%; }
  ._c-row__col--md-7-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 63.63636%;
    flex: 0 1 63.63636%;
    max-width: 63.63636%; }
  ._c-row__col--md-offset-7-11 {
    margin-left: 63.63636%; }
  ._c-row__col--md-8-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 72.72727%;
    flex: 0 1 72.72727%;
    max-width: 72.72727%; }
  ._c-row__col--md-offset-8-11 {
    margin-left: 72.72727%; }
  ._c-row__col--md-9-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 81.81818%;
    flex: 0 1 81.81818%;
    max-width: 81.81818%; }
  ._c-row__col--md-offset-9-11 {
    margin-left: 81.81818%; }
  ._c-row__col--md-10-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90.90909%;
    flex: 0 1 90.90909%;
    max-width: 90.90909%; }
  ._c-row__col--md-offset-10-11 {
    margin-left: 90.90909%; }
  ._c-row__col--md-1-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8.33333%;
    flex: 0 1 8.33333%;
    max-width: 8.33333%; }
  ._c-row__col--md-offset-1-12 {
    margin-left: 8.33333%; }
  ._c-row__col--md-5-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.66667%;
    flex: 0 1 41.66667%;
    max-width: 41.66667%; }
  ._c-row__col--md-offset-5-12 {
    margin-left: 41.66667%; }
  ._c-row__col--md-7-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.33333%;
    flex: 0 1 58.33333%;
    max-width: 58.33333%; }
  ._c-row__col--md-offset-7-12 {
    margin-left: 58.33333%; }
  ._c-row__col--md-11-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 91.66667%;
    flex: 0 1 91.66667%;
    max-width: 91.66667%; }
  ._c-row__col--md-offset-11-12 {
    margin-left: 91.66667%; }
  ._c-row__col--md-1-1, ._c-row__col--md-2-2, ._c-row__col--md-3-3, ._c-row__col--md-4-4, ._c-row__col--md-5-5, ._c-row__col--md-6-6, ._c-row__col--md-7-7, ._c-row__col--md-8-8, ._c-row__col--md-9-9, ._c-row__col--md-10-10, ._c-row__col--md-11-11, ._c-row__col--md-12-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; }
  ._c-row__col--md-auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%; }
  ._c-row__col--md-justify {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%; }
  ._c-row__col--md-offset-0 {
    margin-left: 0; }
  ._c-row__col--md-shrink {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  ._c-row__col--md-fit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media (min-width: 64em) {
  ._c-row__col--lg-1-2, ._c-row__col--lg-2-4, ._c-row__col--lg-3-6, ._c-row__col--lg-4-8, ._c-row__col--lg-5-10, ._c-row__col--lg-6-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%; }
  ._c-row__col--lg-offset-1-2, ._c-row__col--lg-offset-2-4, ._c-row__col--lg-offset-3-6, ._c-row__col--lg-offset-4-8, ._c-row__col--lg-offset-5-10, ._c-row__col--lg-offset-6-12 {
    margin-left: 50%; }
  ._c-row__col--lg-1-3, ._c-row__col--lg-2-6, ._c-row__col--lg-3-9, ._c-row__col--lg-4-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%; }
  ._c-row__col--lg-offset-1-3, ._c-row__col--lg-offset-2-6, ._c-row__col--lg-offset-3-9, ._c-row__col--lg-offset-4-12 {
    margin-left: 33.33333%; }
  ._c-row__col--lg-2-3, ._c-row__col--lg-4-6, ._c-row__col--lg-6-9, ._c-row__col--lg-8-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    max-width: 66.66667%; }
  ._c-row__col--lg-offset-2-3, ._c-row__col--lg-offset-4-6, ._c-row__col--lg-offset-6-9, ._c-row__col--lg-offset-8-12 {
    margin-left: 66.66667%; }
  ._c-row__col--lg-1-4, ._c-row__col--lg-2-8, ._c-row__col--lg-3-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%; }
  ._c-row__col--lg-offset-1-4, ._c-row__col--lg-offset-2-8, ._c-row__col--lg-offset-3-12 {
    margin-left: 25%; }
  ._c-row__col--lg-3-4, ._c-row__col--lg-6-8, ._c-row__col--lg-9-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%; }
  ._c-row__col--lg-offset-3-4, ._c-row__col--lg-offset-6-8, ._c-row__col--lg-offset-9-12 {
    margin-left: 75%; }
  ._c-row__col--lg-1-5, ._c-row__col--lg-2-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%; }
  ._c-row__col--lg-offset-1-5, ._c-row__col--lg-offset-2-10 {
    margin-left: 20%; }
  ._c-row__col--lg-2-5, ._c-row__col--lg-4-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    max-width: 40%; }
  ._c-row__col--lg-offset-2-5, ._c-row__col--lg-offset-4-10 {
    margin-left: 40%; }
  ._c-row__col--lg-3-5, ._c-row__col--lg-6-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    max-width: 60%; }
  ._c-row__col--lg-offset-3-5, ._c-row__col--lg-offset-6-10 {
    margin-left: 60%; }
  ._c-row__col--lg-4-5, ._c-row__col--lg-8-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    max-width: 80%; }
  ._c-row__col--lg-offset-4-5, ._c-row__col--lg-offset-8-10 {
    margin-left: 80%; }
  ._c-row__col--lg-1-6, ._c-row__col--lg-2-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.66667%;
    flex: 0 1 16.66667%;
    max-width: 16.66667%; }
  ._c-row__col--lg-offset-1-6, ._c-row__col--lg-offset-2-12 {
    margin-left: 16.66667%; }
  ._c-row__col--lg-5-6, ._c-row__col--lg-10-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 83.33333%;
    flex: 0 1 83.33333%;
    max-width: 83.33333%; }
  ._c-row__col--lg-offset-5-6, ._c-row__col--lg-offset-10-12 {
    margin-left: 83.33333%; }
  ._c-row__col--lg-1-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 14.28571%;
    flex: 0 1 14.28571%;
    max-width: 14.28571%; }
  ._c-row__col--lg-offset-1-7 {
    margin-left: 14.28571%; }
  ._c-row__col--lg-2-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28.57143%;
    flex: 0 1 28.57143%;
    max-width: 28.57143%; }
  ._c-row__col--lg-offset-2-7 {
    margin-left: 28.57143%; }
  ._c-row__col--lg-3-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 42.85714%;
    flex: 0 1 42.85714%;
    max-width: 42.85714%; }
  ._c-row__col--lg-offset-3-7 {
    margin-left: 42.85714%; }
  ._c-row__col--lg-4-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57.14286%;
    flex: 0 1 57.14286%;
    max-width: 57.14286%; }
  ._c-row__col--lg-offset-4-7 {
    margin-left: 57.14286%; }
  ._c-row__col--lg-5-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 71.42857%;
    flex: 0 1 71.42857%;
    max-width: 71.42857%; }
  ._c-row__col--lg-offset-5-7 {
    margin-left: 71.42857%; }
  ._c-row__col--lg-6-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 85.71429%;
    flex: 0 1 85.71429%;
    max-width: 85.71429%; }
  ._c-row__col--lg-offset-6-7 {
    margin-left: 85.71429%; }
  ._c-row__col--lg-1-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12.5%;
    flex: 0 1 12.5%;
    max-width: 12.5%; }
  ._c-row__col--lg-offset-1-8 {
    margin-left: 12.5%; }
  ._c-row__col--lg-3-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%;
    max-width: 37.5%; }
  ._c-row__col--lg-offset-3-8 {
    margin-left: 37.5%; }
  ._c-row__col--lg-5-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 62.5%;
    flex: 0 1 62.5%;
    max-width: 62.5%; }
  ._c-row__col--lg-offset-5-8 {
    margin-left: 62.5%; }
  ._c-row__col--lg-7-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 87.5%;
    flex: 0 1 87.5%;
    max-width: 87.5%; }
  ._c-row__col--lg-offset-7-8 {
    margin-left: 87.5%; }
  ._c-row__col--lg-1-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 11.11111%;
    flex: 0 1 11.11111%;
    max-width: 11.11111%; }
  ._c-row__col--lg-offset-1-9 {
    margin-left: 11.11111%; }
  ._c-row__col--lg-2-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22.22222%;
    flex: 0 1 22.22222%;
    max-width: 22.22222%; }
  ._c-row__col--lg-offset-2-9 {
    margin-left: 22.22222%; }
  ._c-row__col--lg-4-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.44444%;
    flex: 0 1 44.44444%;
    max-width: 44.44444%; }
  ._c-row__col--lg-offset-4-9 {
    margin-left: 44.44444%; }
  ._c-row__col--lg-5-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55.55556%;
    flex: 0 1 55.55556%;
    max-width: 55.55556%; }
  ._c-row__col--lg-offset-5-9 {
    margin-left: 55.55556%; }
  ._c-row__col--lg-7-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 77.77778%;
    flex: 0 1 77.77778%;
    max-width: 77.77778%; }
  ._c-row__col--lg-offset-7-9 {
    margin-left: 77.77778%; }
  ._c-row__col--lg-8-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 88.88889%;
    flex: 0 1 88.88889%;
    max-width: 88.88889%; }
  ._c-row__col--lg-offset-8-9 {
    margin-left: 88.88889%; }
  ._c-row__col--lg-1-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    max-width: 10%; }
  ._c-row__col--lg-offset-1-10 {
    margin-left: 10%; }
  ._c-row__col--lg-3-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 30%; }
  ._c-row__col--lg-offset-3-10 {
    margin-left: 30%; }
  ._c-row__col--lg-7-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%; }
  ._c-row__col--lg-offset-7-10 {
    margin-left: 70%; }
  ._c-row__col--lg-9-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    max-width: 90%; }
  ._c-row__col--lg-offset-9-10 {
    margin-left: 90%; }
  ._c-row__col--lg-1-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 9.09091%;
    flex: 0 1 9.09091%;
    max-width: 9.09091%; }
  ._c-row__col--lg-offset-1-11 {
    margin-left: 9.09091%; }
  ._c-row__col--lg-2-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18.18182%;
    flex: 0 1 18.18182%;
    max-width: 18.18182%; }
  ._c-row__col--lg-offset-2-11 {
    margin-left: 18.18182%; }
  ._c-row__col--lg-3-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 27.27273%;
    flex: 0 1 27.27273%;
    max-width: 27.27273%; }
  ._c-row__col--lg-offset-3-11 {
    margin-left: 27.27273%; }
  ._c-row__col--lg-4-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36.36364%;
    flex: 0 1 36.36364%;
    max-width: 36.36364%; }
  ._c-row__col--lg-offset-4-11 {
    margin-left: 36.36364%; }
  ._c-row__col--lg-5-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45.45455%;
    flex: 0 1 45.45455%;
    max-width: 45.45455%; }
  ._c-row__col--lg-offset-5-11 {
    margin-left: 45.45455%; }
  ._c-row__col--lg-6-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 54.54545%;
    flex: 0 1 54.54545%;
    max-width: 54.54545%; }
  ._c-row__col--lg-offset-6-11 {
    margin-left: 54.54545%; }
  ._c-row__col--lg-7-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 63.63636%;
    flex: 0 1 63.63636%;
    max-width: 63.63636%; }
  ._c-row__col--lg-offset-7-11 {
    margin-left: 63.63636%; }
  ._c-row__col--lg-8-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 72.72727%;
    flex: 0 1 72.72727%;
    max-width: 72.72727%; }
  ._c-row__col--lg-offset-8-11 {
    margin-left: 72.72727%; }
  ._c-row__col--lg-9-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 81.81818%;
    flex: 0 1 81.81818%;
    max-width: 81.81818%; }
  ._c-row__col--lg-offset-9-11 {
    margin-left: 81.81818%; }
  ._c-row__col--lg-10-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90.90909%;
    flex: 0 1 90.90909%;
    max-width: 90.90909%; }
  ._c-row__col--lg-offset-10-11 {
    margin-left: 90.90909%; }
  ._c-row__col--lg-1-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8.33333%;
    flex: 0 1 8.33333%;
    max-width: 8.33333%; }
  ._c-row__col--lg-offset-1-12 {
    margin-left: 8.33333%; }
  ._c-row__col--lg-5-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.66667%;
    flex: 0 1 41.66667%;
    max-width: 41.66667%; }
  ._c-row__col--lg-offset-5-12 {
    margin-left: 41.66667%; }
  ._c-row__col--lg-7-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.33333%;
    flex: 0 1 58.33333%;
    max-width: 58.33333%; }
  ._c-row__col--lg-offset-7-12 {
    margin-left: 58.33333%; }
  ._c-row__col--lg-11-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 91.66667%;
    flex: 0 1 91.66667%;
    max-width: 91.66667%; }
  ._c-row__col--lg-offset-11-12 {
    margin-left: 91.66667%; }
  ._c-row__col--lg-1-1, ._c-row__col--lg-2-2, ._c-row__col--lg-3-3, ._c-row__col--lg-4-4, ._c-row__col--lg-5-5, ._c-row__col--lg-6-6, ._c-row__col--lg-7-7, ._c-row__col--lg-8-8, ._c-row__col--lg-9-9, ._c-row__col--lg-10-10, ._c-row__col--lg-11-11, ._c-row__col--lg-12-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; }
  ._c-row__col--lg-auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%; }
  ._c-row__col--lg-justify {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%; }
  ._c-row__col--lg-offset-0 {
    margin-left: 0; }
  ._c-row__col--lg-shrink {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  ._c-row__col--lg-fit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

/*
---
name: Section
category:
  - object/component
  - object/component/section
---

```html
<section class="_c-section">
  <h2 class="_c-section__title">...</h2>
  <div class="_c-section__content">
    ...
  </div>
</section>
```
*/
._c-section {
  padding: 3rem 0; }

/*
---
name: Select
category:
  - object/component
  - object/component/select
---

```html
<span class="_c-select" data-c="select" aria-selected="false">
  <select>
    <option value="1">label-1</option>
    <option value="2">label-2</option>
    <option value="3">label-3</option>
  </select>
  <span class="_c-select__label" data-c="select__label"></span>
</span>
```
*/
._c-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: 0;
  -webkit-transition: border 0.1s ease-out;
  transition: border 0.1s ease-out; }
  ._c-select:hover {
    border-color: #999; }
  ._c-select:active, ._c-select:focus, ._c-select[aria-selected="true"] {
    border-color: #85B7D9; }
  ._c-select::before {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'basis';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902"; }
  ._c-select > select, ._c-select__label {
    padding: 0.375rem 0.75rem;
    padding-right: 2.25rem; }
  ._c-select > select {
    position: relative;
    z-index: 1;
    opacity: 0 !important;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0; }
  ._c-select__label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
  ._c-select--block {
    display: block; }
    ._c-select--block > select {
      width: 100%; }

/*
---
name: Site Branding
category:
  - object/component
  - object/component/site-branding
---

```html
<div class="_c-site-branding">
  <h1 class="_c-site-branding__title">...</h1>
</div>
```
*/
._c-site-branding__title {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875; }

/*
---
name: Spinner (Circle)
category:
  - object/component
  - object/component/spinner-circle
---

```html
<div class="_c-spinner-circle"></div>
```
*/
._c-spinner-circle {
  display: inline-block;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  overflow: hidden;
  border: 3px solid #cccccc;
  border-top-color: #999999;
  -webkit-animation: _spinner_circle_20px___cccccc__3px__0s__2s 2s linear 0s infinite;
  animation: _spinner_circle_20px___cccccc__3px__0s__2s 2s linear 0s infinite; }

@-webkit-keyframes _spinner_circle_20px___cccccc__3px__0s__2s {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes _spinner_circle_20px___cccccc__3px__0s__2s {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
---
name: Spinner (Dots)
category:
  - object/component
  - object/component/spinner-dots
---

```html
<div class="_c-spinner-dots">
  <div class="_c-spinner-dots__dot"></div>
  <div class="_c-spinner-dots__dot"></div>
  <div class="_c-spinner-dots__dot"></div>
</div>
```
*/
._c-spinner-dots {
  display: inline-block;
  font-size: 0; }
  ._c-spinner-dots__dot {
    border-radius: 100%;
    height: 10px;
    width: 10px;
    overflow: hidden;
    display: inline-block;
    background-color: #999;
    -webkit-animation: _spinner_dots_10px___999__0s__2s__1_3 2s ease-in 0s infinite;
    animation: _spinner_dots_10px___999__0s__2s__1_3 2s ease-in 0s infinite; }
    ._c-spinner-dots__dot:nth-child(2) {
      -webkit-animation-delay: .1s;
      animation-delay: .1s; }
    ._c-spinner-dots__dot:nth-child(3) {
      -webkit-animation-delay: .2s;
      animation-delay: .2s; }

@-webkit-keyframes _spinner_dots_10px___999__0s__2s__1_3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes _spinner_dots_10px___999__0s__2s__1_3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
  ._c-spinner-dots__dot {
    margin: 0 4px; }

/*
---
name: Spinner (Pulse)
category:
  - object/component
  - object/component/spinner-pulse
---

```html
<div class="_c-spinner-pulse">
  <div class="_c-spinner-pulse__bar"></div>
  <div class="_c-spinner-pulse__bar"></div>
  <div class="_c-spinner-pulse__bar"></div>
</div>
```
*/
._c-spinner-pulse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  ._c-spinner-pulse__bar {
    height: 16px;
    width: 5px;
    display: block;
    background-color: #999;
    -webkit-animation: _spinner_pulse_16px__5px___999__0s__2s__1_4 2s ease-in 0s infinite;
    animation: _spinner_pulse_16px__5px___999__0s__2s__1_4 2s ease-in 0s infinite; }
    ._c-spinner-pulse__bar:nth-child(2) {
      -webkit-animation-delay: .1s;
      animation-delay: .1s; }
    ._c-spinner-pulse__bar:nth-child(3) {
      -webkit-animation-delay: .2s;
      animation-delay: .2s; }

@-webkit-keyframes _spinner_pulse_16px__5px___999__0s__2s__1_4 {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  10% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes _spinner_pulse_16px__5px___999__0s__2s__1_4 {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  10% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
  ._c-spinner-pulse__bar {
    margin: 0 3px; }

/*
---
name: ._u-animate
category:
  - object/utility
  - object/utility/animate
---

```html
<style>
._u-animate:hover {
  width: 100% !important;
  opacity: .5 !important;
}
</style>
<div class="_u-animate" style="background-color: #333; width: 100px; height: 20px;"></div>
```
*/
._u-animate {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

/*
---
name: ._u-animate-size
category:
  - object/utility
  - object/utility/animate
---

```html
<style>
._u-animate-size:hover {
  width: 100% !important;
}
</style>
<div class="_u-animate-size" style="background-color: #333; width: 100px; height: 20px;"></div>
```
*/
._u-animate-size {
  -webkit-transition: width 0.1s ease-out, height 0.1s ease-out;
  transition: width 0.1s ease-out, height 0.1s ease-out; }

/*
---
name: ._u-animate-opacity
category:
  - object/utility
  - object/utility/animate
---

```html
<style>
._u-animate-opacity:hover {
  opacity: .5 !important;
}
</style>
<div class="_u-animate-opacity" style="background-color: #333; width: 100px; height: 20px;"></div>
```
*/
._u-animate-opacity {
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*
---
name: ._u-animate-shake-vertical
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-shake-vertical" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-shake-vertical:hover, ._u-animate-shake-vertical:focus {
  position: relative;
  -webkit-animation: _bounce_vertical_4px 0.5s;
  animation: _bounce_vertical_4px 0.5s; }

@-webkit-keyframes _bounce_vertical_4px {
  0% {
    top: -4px; }
  25% {
    top: 4px; }
  50% {
    top: -2px; }
  75% {
    top: 2px; }
  100% {
    top: 0; } }

@keyframes _bounce_vertical_4px {
  0% {
    top: -4px; }
  25% {
    top: 4px; }
  50% {
    top: -2px; }
  75% {
    top: 2px; }
  100% {
    top: 0; } }

/*
---
name: ._u-animate-vibrate-vertical
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-vibrate-vertical" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-vibrate-vertical:hover, ._u-animate-vibrate-vertical:focus {
  position: relative;
  -webkit-animation: _bounce_vertical_2px 0.2s;
  animation: _bounce_vertical_2px 0.2s; }

@-webkit-keyframes _bounce_vertical_2px {
  0% {
    top: -2px; }
  25% {
    top: 2px; }
  50% {
    top: -1px; }
  75% {
    top: 1px; }
  100% {
    top: 0; } }

@keyframes _bounce_vertical_2px {
  0% {
    top: -2px; }
  25% {
    top: 2px; }
  50% {
    top: -1px; }
  75% {
    top: 1px; }
  100% {
    top: 0; } }

/*
---
name: ._u-animate-shake-horizontal
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-shake-horizontal" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-shake-horizontal:hover, ._u-animate-shake-horizontal:focus {
  position: relative;
  -webkit-animation: _bounce_horizontal_4px 0.5s;
  animation: _bounce_horizontal_4px 0.5s; }

@-webkit-keyframes _bounce_horizontal_4px {
  0% {
    left: -4px; }
  25% {
    left: 4px; }
  50% {
    left: -2px; }
  75% {
    left: 2px; }
  100% {
    left: 0; } }

@keyframes _bounce_horizontal_4px {
  0% {
    left: -4px; }
  25% {
    left: 4px; }
  50% {
    left: -2px; }
  75% {
    left: 2px; }
  100% {
    left: 0; } }

/*
---
name: ._u-animate-vibrate-horizontal
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-vibrate-horizontal" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-vibrate-horizontal:hover, ._u-animate-vibrate-horizontal:focus {
  position: relative;
  -webkit-animation: _bounce_horizontal_2px 0.2s;
  animation: _bounce_horizontal_2px 0.2s; }

@-webkit-keyframes _bounce_horizontal_2px {
  0% {
    left: -2px; }
  25% {
    left: 2px; }
  50% {
    left: -1px; }
  75% {
    left: 1px; }
  100% {
    left: 0; } }

@keyframes _bounce_horizontal_2px {
  0% {
    left: -2px; }
  25% {
    left: 2px; }
  50% {
    left: -1px; }
  75% {
    left: 1px; }
  100% {
    left: 0; } }

/*
---
name: ._u-animate-shake-scale
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-shake-scale" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-shake-scale:hover, ._u-animate-shake-scale:focus {
  -webkit-animation: _bounce_scale_120 0.5s ease-out;
  animation: _bounce_scale_120 0.5s ease-out; }

@-webkit-keyframes _bounce_scale_120 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes _bounce_scale_120 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
---
name: ._u-animate-vibrate-scale
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-vibrate-scale" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-vibrate-scale:hover, ._u-animate-vibrate-scale:focus {
  -webkit-animation: _bounce_scale_110 0.2s ease-out;
  animation: _bounce_scale_110 0.2s ease-out; }

@-webkit-keyframes _bounce_scale_110 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes _bounce_scale_110 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
---
name: ._u-animate-extend-underline
category:
  - object/utility
  - object/utility/animate
---

```html
<span class="_u-animate-extend-underline">menu</span>
```
*/
._u-animate-extend-underline {
  position: relative; }
  ._u-animate-extend-underline::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 1px;
    -webkit-transition: width 0.1s ease-out;
    transition: width 0.1s ease-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333; }
  ._u-animate-extend-underline:hover::after, ._u-animate-extend-underline:focus::after {
    width: 100%; }

/*
---
name: ._u-clearfix
category:
  - object/utility
  - object/utility/clearfix
---

```html
<div class="_u-clearfix">
  <img class="_u-pull-left" src="/aigis_assets/images/dummy.jpg" style="width: 150px; margin-right: 1em">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
```
*/
._u-clearfix:before, ._u-clearfix:after {
  content: " ";
  display: table; }

._u-clearfix:after {
  clear: both; }

/*
---
name: ._u-hidden-sm
category:
  - object/utility
  - object/utility/hidden
---

```html
<div class="_u-hidden-sm">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (max-width: 39.9375em) {
  ._u-hidden-sm {
    display: none !important; } }

/*
---
name: ._u-hidden-md
category:
  - object/utility
  - object/utility/hidden
---

```html
<div class="_u-hidden-md">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) and (max-width: 63.9375em) {
  ._u-hidden-md {
    display: none !important; } }

/*
---
name: ._u-hidden-md-up
category:
  - object/utility
  - object/utility/hidden
---

```html
<div class="_u-hidden-md-up">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) {
  ._u-hidden-md-up {
    display: none !important; } }

/*
---
name: ._u-hidden-lg
category:
  - object/utility
  - object/utility/hidden
---

```html
<div class="_u-hidden-lg">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 64em) {
  ._u-hidden-lg {
    display: none !important; } }

/*
---
name: _u-img-2x
category:
  - object/utility
  - object/utility/img
---

```html
<img class="_u-img-2x" src="/aigis_assets/images/dummy.jpg">
```
*/
._u-img-2x {
  zoom: 0.5 !important; }

/*
---
name: ._u-pull-right
category:
  - object/utility
  - object/utility/pull
---

```html
<img class="_u-pull-right" src="/aigis_assets/images/dummy.jpg" style="width: 150px; margin-left: 1em">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
```
*/
._u-pull-right {
  float: right !important; }

/*
---
name: ._u-pull-left
category:
  - object/utility
  - object/utility/pull
---

```html
<img class="_u-pull-left" src="/aigis_assets/images/dummy.jpg" style="width: 150px; margin-right: 1em">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
```
*/
._u-pull-left {
  float: left !important; }

/*
---
name: ._u-text-center
category:
  - object/utility
  - object/utility/text
---

```html
<div class="_u-text-center">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
._u-text-center {
  text-align: center !important; }

/*
---
name: ._u-text-right
category:
  - object/utility
  - object/utility/text
---

```html
<div class="_u-text-right">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
._u-text-right {
  text-align: right !important; }

/*
---
name: ._u-text-left
category:
  - object/utility
  - object/utility/text
---

```html
<div class="_u-text-left">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
._u-text-left {
  text-align: left !important; }

/*
---
name: ._u-visible-sm-inline
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-sm-inline">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (max-width: 39.9375em) {
  ._u-visible-sm-inline {
    display: inline !important; } }

/*
---
name: ._u-visible-sm-inline-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-sm-inline-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (max-width: 39.9375em) {
  ._u-visible-sm-inline-block {
    display: inline-block !important; } }

/*
---
name: ._u-visible-sm-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-sm-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (max-width: 39.9375em) {
  ._u-visible-sm-block {
    display: block !important; } }

/*
---
name: ._u-visible-sm-flex
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-sm-flex">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (max-width: 39.9375em) {
  ._u-visible-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

/*
---
name: ._u-visible-md-inline
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-inline">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) and (max-width: 63.9375em) {
  ._u-visible-md-inline {
    display: inline !important; } }

/*
---
name: ._u-visible-md-up-inline
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-up-inline">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) {
  ._u-visible-md-up-inline {
    display: inline !important; } }

/*
---
name: ._u-visible-md-inline-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-inline-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) and (max-width: 63.9375em) {
  ._u-visible-md-inline-block {
    display: inline-block !important; } }

/*
---
name: ._u-visible-md-up-inline-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-up-inline-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) {
  ._u-visible-md-up-inline-block {
    display: inline-block !important; } }

/*
---
name: ._u-visible-md-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) and (max-width: 63.9375em) {
  ._u-visible-md-block {
    display: block !important; } }

/*
---
name: ._u-visible-md-up-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-up-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) {
  ._u-visible-md-up-block {
    display: block !important; } }

/*
---
name: ._u-visible-md-flex
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-flex">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) and (max-width: 63.9375em) {
  ._u-visible-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

/*
---
name: ._u-visible-md-up-flex
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-up-flex">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) {
  ._u-visible-md-up-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

/*
---
name: ._u-visible-lg-inline
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-lg-inline">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 64em) {
  ._u-visible-lg-inline {
    display: inline !important; } }

/*
---
name: ._u-visible-lg-inline-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-lg-inline-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 64em) {
  ._u-visible-lg-inline-block {
    display: inline-block !important; } }

/*
---
name: ._u-visible-lg-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-lg-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 64em) {
  ._u-visible-lg-block {
    display: block !important; } }

/*
---
name: ._u-visible-lg-flex
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-lg-flex">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 64em) {
  ._u-visible-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

/**
 * Foundation
 */
body {
  word-wrap: break-word;
  background-color: #fff; }

input, textarea, keygen, select, button {
  font-size: 100%; }

.alignleft {
  margin-right: 1.5rem;
  float: left; }
  img.alignleft, .alignleft > img {
    margin-top: 0.25rem; }

.alignright {
  margin-left: 1.5rem;
  float: right; }
  img.alignright, .alignright > img {
    margin-top: 0.25rem; }

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

.bypostauthor {
  -moz-tab-size: 8;
  -o-tab-size: 8;
  tab-size: 8;
  /* dummy property */ }

.gallery {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem; }
  .gallery:before, .gallery:after {
    content: " ";
    display: table; }
  .gallery:after {
    clear: both; }
  .gallery-item {
    margin-bottom: 1.5rem;
    float: left;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
    .gallery-columns-2 .gallery-item {
      width: 50%; }
      .gallery-columns-2 .gallery-item:nth-child(2n + 1) {
        clear: both; }
    .gallery-columns-3 .gallery-item {
      width: 33.33333%; }
      .gallery-columns-3 .gallery-item:nth-child(3n + 1) {
        clear: both; }
    .gallery-columns-4 .gallery-item {
      width: 25%; }
      .gallery-columns-4 .gallery-item:nth-child(4n + 1) {
        clear: both; }
    .gallery-columns-5 .gallery-item {
      width: 20%; }
      .gallery-columns-5 .gallery-item:nth-child(5n + 1) {
        clear: both; }
    .gallery-columns-6 .gallery-item {
      width: 16.66667%; }
      .gallery-columns-6 .gallery-item:nth-child(6n + 1) {
        clear: both; }
    .gallery-columns-7 .gallery-item {
      width: 14.28571%; }
      .gallery-columns-7 .gallery-item:nth-child(7n + 1) {
        clear: both; }
    .gallery-columns-8 .gallery-item {
      width: 12.5%; }
      .gallery-columns-8 .gallery-item:nth-child(8n + 1) {
        clear: both; }
    .gallery-columns-9 .gallery-item {
      width: 11.11111%; }
      .gallery-columns-9 .gallery-item:nth-child(9n + 1) {
        clear: both; }
  .gallery-caption {
    display: block; }
    .gallery-columns-6 .gallery-caption,
    .gallery-columns-7 .gallery-caption,
    .gallery-columns-8 .gallery-caption,
    .gallery-columns-9 .gallery-caption {
      display: none; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

.sticky {
  -moz-tab-size: 8;
  -o-tab-size: 8;
  tab-size: 8;
  /* dummy property */ }

.wp-caption {
  max-width: 100%; }
  .wp-caption-text {
    margin: 2px 0 0;
    color: #999;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143; }

/**
 * Layout
 */
html[data-sticky-footer="true"] [data-l="container"] > [data-l="header"],
html[data-sticky-footer="true"] [data-l="container"] > [data-l="footer"],
html[data-window-scroll="false"] > [data-l="header"],
html[data-window-scroll="false"] > [data-l="footer"] {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

html[data-sticky-footer="true"] [data-l="container"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  html[data-sticky-footer="true"] [data-l="container"] > [data-l="contents"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

[data-l-header-type="overlay"], [data-l-header-type="sticky"] {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1; }

html[data-window-scroll="false"], html[data-window-scroll="false"] body {
  overflow: hidden; }

html[data-window-scroll="false"] [data-l="container"] {
  display: block;
  overflow-y: auto;
  height: 100vh;
  min-height: 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }

._l-container {
  overflow: hidden; }

._l-header {
  background-color: #fff; }
  ._l-header--center {
    text-align: center; }

._l-main > ._p-response {
  margin: 1.5rem 0 0;
  border-top: 1px solid #cccccc;
  padding: 1.5rem 0 0; }
  ._l-main > ._p-response > ._p-trackbacks {
    margin: 1.5rem 0 0; }

/**
 * Object - Component
 */
._c-drawer__body {
  z-index: 100000; }

._c-drawer__toggle {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out; }
  ._c-drawer__toggle[aria-expanded="true"] {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

._c-entries {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  ._c-entries__item > a {
    display: block;
    color: #333;
    text-decoration: none; }
  ._c-entries ._c-entry__header {
    margin-bottom: 0; }
  ._c-entries ._c-entry > ._c-flex-media > ._c-flex-media__figure {
    background-color: #eeeeee; }
    ._c-entries ._c-entry > ._c-flex-media > ._c-flex-media__figure::before {
      content: '';
      display: block;
      padding-top: 75%; }
    @media (min-width: 40em) {
      ._c-entries ._c-entry > ._c-flex-media > ._c-flex-media__figure {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%; } }

._c-entry__title {
  margin-top: 0; }

._c-entry__content > * {
  margin-top: 0;
  margin-bottom: 0; }

._c-entry__content > * + * {
  margin-top: 1.5rem; }

._c-entry__content > h1 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

._c-entry__content > h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem; }

._c-entry__content > h3 {
  margin-top: 2.25rem;
  margin-bottom: 1.5rem; }

._c-entry__content > h4 {
  margin-top: 1.875rem;
  margin-bottom: 1.5rem; }

._c-entry__content > h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem; }

._c-entry__content > h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem; }

._c-entry__content > :first-child {
  margin-top: 0; }

._c-entry__content > ol ol,
._c-entry__content > ol ul,
._c-entry__content > ul ol,
._c-entry__content > ul ul {
  margin-bottom: 0; }

._c-meta__item + ._c-meta__item {
  padding-left: .75em; }

._c-site-branding__title > a {
  color: #333;
  text-decoration: none; }

._c-responsive-container-16-9 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  ._c-responsive-container-16-9 iframe,
  ._c-responsive-container-16-9 embed,
  ._c-responsive-container-16-9 object {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

._c-responsive-container-4-3 {
  position: relative;
  height: 0;
  padding-bottom: 75%; }
  ._c-responsive-container-4-3 iframe,
  ._c-responsive-container-4-3 embed,
  ._c-responsive-container-4-3 object {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

/**
 * Object - Project
 */
._p-comment__meta {
  margin: 0 0 1.5rem; }

._p-comment__reply a {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.75rem 1.5rem;
  margin: 1.5rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  padding: 0.25rem 1rem; }

._p-comment__content > * {
  margin-top: 0;
  margin-bottom: 0; }

._p-comment__content > * + * {
  margin-top: 1.5rem; }

._p-comment__content > h1 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

._p-comment__content > h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem; }

._p-comment__content > h3 {
  margin-top: 2.25rem;
  margin-bottom: 1.5rem; }

._p-comment__content > h4 {
  margin-top: 1.875rem;
  margin-bottom: 1.5rem; }

._p-comment__content > h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem; }

._p-comment__content > h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem; }

._p-comment__content > :first-child {
  margin-top: 0; }

._p-comment__content > ol ol,
._p-comment__content > ol ul,
._p-comment__content > ul ol,
._p-comment__content > ul ul {
  margin-bottom: 0; }

._p-comments__title {
  margin: 0 0 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
  font-weight: bold; }

._p-comments__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0 0 1.5rem; }

._p-comments .children {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 1.5rem 0 0;
  padding: 0 0 0 1.5rem; }

._p-comments__item {
  margin: 1.5rem 0 0; }
  ._p-comments__item:first-child {
    margin-top: 0; }

._p-comments__form .required {
  color: #e74c3c; }

._p-comments__form label {
  display: block;
  margin-bottom: 4px; }

._p-comments__form ._c-form-control {
  display: block;
  width: 100%; }

._p-footer-nav .menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

._p-footer-nav .menu-item {
  display: block; }
  ._p-footer-nav .menu-item > a {
    display: block;
    padding: 0.75rem;
    text-align: center;
    text-decoration: none; }
  @media (min-width: 40em) {
    ._p-footer-nav .menu-item {
      display: inline-block;
      margin: 0 0.75rem 0 0;
      padding: 0; }
      ._p-footer-nav .menu-item > a {
        display: inline-block;
        padding: 0; } }

._p-global-nav ._c-navbar__submenu {
  background-color: rgba(17, 17, 17, 0.9); }

._p-global-nav ._c-navbar__item > a {
  padding: 0.375rem 0.75rem; }

._p-global-nav ._c-navbar__subitem {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143; }
  ._p-global-nav ._c-navbar__subitem:hover, ._p-global-nav ._c-navbar__subitem:focus {
    background-color: rgba(255, 255, 255, 0.05); }
  ._p-global-nav ._c-navbar__subitem > a {
    color: #fff;
    padding: 0.5rem 1rem; }

._p-search-form ._c-input-group__btn {
  padding-right: 1rem;
  padding-left: 1rem; }

._p-trackbacks__title {
  margin: 0 0 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
  font-weight: bold; }

._p-trackbacks__trackback-url {
  margin: 1.5rem 0 0; }
  ._p-trackbacks__trackback-url dl {
    margin: 0; }
    ._p-trackbacks__trackback-url dl > dt {
      margin-bottom: 4px; }
    ._p-trackbacks__trackback-url dl ._c-form-control {
      width: 100%; }

html {
  font-size: 10px; }

body {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  /*font-family: 'Noto Serif JP', sans-serif;*/
  line-height: 2.7rem;
  letter-spacing: 0.08rem;
  color: #413F3C;
  text-align: justify; }
  @media (min-width: 680px) {
    body {
      font-size: 1.6rem;
      line-height: 2.9rem; } }

a {
  color: #1faed3;
  text-decoration: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms; }

@media (min-width: 680px) {
  a:hover {
    opacity: 0.5; }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text; }
    a[href^="tel:"]:hover {
      text-decoration: none; } }

ul, li {
  list-style: none;
  margin-left: 0; }

input, button, textarea, select, [type=search], [type=reset], [type=submit], [type=number], [type=email], [type=password], [type=tel], [type=text], [type=url] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

._l-container--kids {
  font-family: 'Noto Sans JP', sans-serif; }
  ._l-container--kids a {
    color: #00B1BF; }

._l-contents {
  padding-top: 80px; }
  @media (min-width: 680px) {
    ._l-contents {
      padding-top: 100px; } }

._c-row--margin {
  margin: 0; }
  ._c-row--margin > ._c-row__col {
    padding: 0; }

._c-container {
  padding: 0; }

@media (min-width: 680px) {
  .contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.contentSide {
  margin-top: 70px; }
  @media (min-width: 680px) {
    .contentSide {
      width: 260px;
      margin-top: 0;
      margin-left: 50px; } }

._l-header {
  background-color: rgba(255, 255, 255, 0.7);
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: 0;
  z-index: 100;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-property: height;
  transition-property: height; }
  @media (min-width: 680px) {
    ._l-header {
      height: 100px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  ._l-header ._c-site-branding__title {
    color: #413F3C;
    display: inline-block;
    position: relative;
    padding-left: 46px;
    margin-left: 6px;
    white-space: nowrap; }
    @media (min-width: 680px) {
      ._l-header ._c-site-branding__title {
        padding-left: 130px;
        margin-left: 20px; }
        ._l-header ._c-site-branding__title:hover {
          opacity: 1; } }
    ._l-header ._c-site-branding__title:before {
      content: "";
      display: block;
      width: 42px;
      height: 33px;
      background-image: url(/wp-content/uploads/2025/12/aqcpus_logo.png);
	  background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 2px;
      left: 0; }
      @media (min-width: 680px) {
        ._l-header ._c-site-branding__title:before {
          width: 120px;
          height: 41px; } }

._l-header--kids .headerMainTitle {
  letter-spacing: 0.5px; }

html[data-scrolled=true] ._l-header {
  height: 50px;
  position: fixed;
  z-index: 100; }
  @media (min-width: 680px) {
    html[data-scrolled=true] ._l-header {
      height: 60px; } }
  html[data-scrolled=true] ._l-header ._c-hamburger-btn {
    padding: 8px 0 0px;
    line-height: 2.2rem; }
    @media (min-width: 680px) {
      html[data-scrolled=true] ._l-header ._c-hamburger-btn {
        font-size: 1.2rem; }
        html[data-scrolled=true] ._l-header ._c-hamburger-btn:before {
          height: 10px;
          margin-bottom: 8px; } }
  html[data-scrolled=true] ._l-header .header__join {
    padding: 9px 0 5px;
    line-height: 2.0rem; }
    @media (min-width: 680px) {
      html[data-scrolled=true] ._l-header .header__join {
        font-size: 1.2rem; }
        html[data-scrolled=true] ._l-header .header__join:before {
          height: 14px; } }
  html[data-scrolled=true] ._l-header .header__detail > li {
    margin-bottom: 2px;
    font-size: 1.2rem; }

.header__detail {
  display: none; }
  @media (min-width: 680px) {
    .header__detail {
      display: block;
      font-size: 1.5rem;
      margin-right: 26px;
      min-width: 152px; }
      .header__detail > li {
        position: relative;
        line-height: 2.2rem;
        margin-bottom: 6px;
        -webkit-transition-duration: 600ms;
        transition-duration: 600ms;
        -webkit-transition-property: margin, font-size;
        transition-property: margin, font-size; }
        .header__detail > li:last-child {
          margin-bottom: 0; }
        .header__detail > li > a:hover {
          opacity: 1;
          text-decoration: underline; } }

.header__detail--tel:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/uploads/2025/12/aq-phone.png);
  background-size: contain;
  position: absolute;
  top: 6px;
  left: -22px; }

.header__detail--contact:before {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-image: url(/wp-content/uploads/2025/12/aq-mail.png);
  background-size: contain;
  position: absolute;
  top: 6px;
  left: -22px; }

.header__detail--kids .header__detail--tel:before {
  background-image: url(/wp-content/themes/vim_sports/assets/img/ic_phone_green@2x.png);
  background-size: contain; }

.header__detail--kids .header__detail--contact:before {
  background-image: url(/wp-content/themes/vim_sports/assets/img/ic_mail_green@2x.png);
  background-size: contain; }

.header__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (min-width: 680px) {
    .header__title {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      width: 646px; } }

.headerMainTitle {
  font-size: 1.3rem;
  line-height: 1.9rem;
  margin: 0; }
  @media (min-width: 680px) {
    .headerMainTitle {
      font-size: 1.5rem;
      line-height: 2.1rem; } }

.headerJpTitle {
  font-size: 1.0rem;
  line-height: 1.8rem;
  margin: 0; }
  @media (min-width: 680px) {
    .headerJpTitle {
      font-size: 1.2rem;
      line-height: 2.0rem; } }

.headerJpTitle__kids {
  background-color: #00B1BF;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  position: relative;
  display: inline-block;
  top: -7px;
  text-align: center;
  padding: 4px;
  border-radius: 12px;
  line-height: 1rem; }
  @media (min-width: 680px) {
    .headerJpTitle__kids {
      padding: 5px; } }

.header__join {
  width: 72px;
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 0 20px;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-property: line-height, padding, font-size, opacity;
  transition-property: line-height, padding, font-size, opacity; }
  @media (min-width: 680px) {
    .header__join {
      font-size: 1.6rem;
      width: 100px;
      background: rgba(255, 255, 255, 0.7);
      padding: 28px 0 14px;
      min-width: 70px; } }
  .header__join:before {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: url(/wp-content/uploads/2025/12/aq-person.png) no-repeat center center;
    background-size: contain;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-property: height;
    transition-property: height; }
    @media (min-width: 680px) {
      .header__join:before {
        height: 20px; } }

.header__join--kids:before {
  background: url(/wp-content/themes/vim_sports/assets/img/ic_person_kids@2x.png) no-repeat center center;
  background-size: contain; }

.header__menu {
  width: 72px;
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 680px) {
    .header__menu {
      font-size: 1.6rem;
      width: 100px; } }

.header__menu--kids ._c-hamburger-btn {
  background-color: rgba(31, 174, 211, 0.6); }

._c-hamburger-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(31, 174, 211, 0.6);
  color: #FFF;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0 14px;
  text-decoration: none;
  -webkit-transition-property: opacity, line-height, padding, font-size;
  transition-property: opacity, line-height, padding, font-size;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms; }
  @media (min-width: 680px) {
    ._c-hamburger-btn {
      padding-bottom: 6px;
      min-width: 70px; }
      ._c-hamburger-btn:hover {
        opacity: 0.5; } }
  ._c-hamburger-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: url(/wp-content/themes/vim_sports/assets/img/ic_menu@2x.png) no-repeat center center;
    background-size: contain;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-property: height, margin;
    transition-property: height, margin; }
    @media (min-width: 680px) {
      ._c-hamburger-btn:before {
        margin-bottom: 10px; } }

._c-hamburger-btn__bar {
  position: relative;
  width: 22px;
  left: 0;
  right: auto; }

.footerDetail {
  background-color: #f7f8f8; }

.footerDetail__content {
  margin: 0 auto;
  padding: 30px 30px 70px; }
  @media (min-width: 680px) {
    .footerDetail__content {
      max-width: 720px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; } }

.footerLink {
  background-color: #1faed3;
  color: #FFF;
  padding: 30px 30px 0; }
  .footerLink a {
    color: #FFF; }

.footerLink--kids {
  background-color: #00B1BF; }

._c-copyright {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 40px 0 70px; }

.innerFacebook {
  width: 100%;
  max-width: 500px;
  text-align: center;
  overflow: auto; }
  @media (min-width: 680px) {
    .innerFacebook {
      padding-left: 0;
      padding-right: 0; } }

.entry__content, .footerNav__content {
  margin: 0 auto;
  padding: 0 30px 70px; }
  .entry__content.articlePage h1, .articlePage.footerNav__content h1 {
    margin: 30px 0 40px; }
  @media (min-width: 680px) {
    .entry__content, .footerNav__content {
      max-width: 720px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
      .entry__content.articlePage, .articlePage.footerNav__content {
        max-width: 1024px;
        padding: 0 0 70px; } }

.basicSection {
  padding-bottom: 70px; }

.wideSection {
  margin: 0 -30px;
  padding-bottom: 70px; }
  @media (min-width: 680px) {
    .wideSection {
      margin: 0;
      max-width: 1024px;
      width: 100vw;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }

.content__div {
  margin: 0 0 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DCE5E5; }
  @media (min-width: 680px) {
    .content__div {
      border-bottom: none; } }

.blueSection, ._l-container--kids .blueSection {
  background-color: #fff;
  padding-bottom: 0;
  margin-bottom: 70px; }
  .blueSection .blueSection__content, ._l-container--kids .blueSection .blueSection__content {
    padding: 0 30px; }
    @media (min-width: 680px) {
      .blueSection .blueSection__content, ._l-container--kids .blueSection .blueSection__content {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto; } }

.encloseBlock--b, .encloseBlock--y {
  background: url(/wp-content/themes/vim_sports/assets/img/enclose_bg_b@2x.png), -webkit-gradient(linear, left bottom, left top, from(#BCE7FD), to(#EFF7F7));
  background: url(/wp-content/themes/vim_sports/assets/img/enclose_bg_b@2x.png), linear-gradient(to top, #BCE7FD, #EFF7F7);
  background-size: 79px, 100%;
  margin: 30px -30px;
  padding: 30px 20px; }
  @media (min-width: 680px) {
    .encloseBlock--b, .encloseBlock--y {
      margin: 30px 0; } }
  .encloseBlock--b > div, .encloseBlock--y > div {
    padding: 25px;
    background-color: #FFF; }

.encloseBlock--y {
  background: url(/wp-content/themes/vim_sports/assets/img/enclose_bg_y@2x.png) #FFFBDD;
  background-size: 158px; }

.supplementBlock--high, .supplementBlock--low {
  border: solid 1px #DCE5E5;
  margin: 30px 0;
  padding: 25px;
  font-size: 1.3rem;
  line-height: 2.2rem; }
  @media (min-width: 680px) {
    .supplementBlock--high, .supplementBlock--low {
      font-size: 1.4rem;
      line-height: 2.5rem; } }

.supplementBlock--low {
  border: none;
  background-color: #EFEFEF; }

.eyecatch {
  margin-top: -80px;
  text-align: center; }
  .eyecatch img {
    width: 100%; }
  @media (min-width: 680px) {
    .eyecatch {
      margin-top: -100px; }
      .eyecatch img {
        max-width: 1024px; } }

.googleMap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 30px 0;
  overflow: hidden; }
  .googleMap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

._c-entry {
  width: 100%; }

.entryMeta {
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-bottom: 20px; }

.entrySummary__meta {
  margin: 20px 0 40px 0;
  padding-bottom: 40px;
  border-bottom: solid 1px #DCE5E5; }
  .entrySummary__meta .entryMeta {
    margin-bottom: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin: 20px 0; }
  @media (min-width: 680px) {
    table {
      font-size: 1.4rem;
      line-height: 2.4rem; } }
  table th {
    border: solid 1px #d3ecf2;
    background-color: #f0fcff;
    padding: 14px;
    width: 90px;
    font-weight: normal;
    vertical-align: top;
    text-align: left; }
    @media (min-width: 680px) {
      table th {
        width: 160px; } }
    table th.otherTh {
      background-color: #CEECEC; }
  table thead th {
    width: auto; }
  table td {
    border: solid 1px #DCE5E5;
    padding: 14px;
    vertical-align: top;
    text-align: left; }

.scrollTable {
  overflow: auto;
  white-space: nowrap; }
  @media (min-width: 680px) {
    .scrollTable {
      overflow: inherit;
      white-space: inherit; } }

@media (min-width: 680px) {
  .timelineTable {
    font-size: 1.4rem;
    line-height: 2.4rem; } }

.timelineTable th {
  padding: 6px 10px; }

.timelineTable td {
  padding: 6px 14px; }

.timelineTable .timelineTable__numCell {
  width: 12%;
  min-width: 40px;
  padding: 6px 0;
  text-align: center; }
  @media (min-width: 680px) {
    .timelineTable .timelineTable__numCell {
      width: 6%; } }

.timelineTable .timelineTable__timeCell {
  width: 12%;
  text-align: center;
  padding: 6px 0; }
  @media (min-width: 680px) {
    .timelineTable .timelineTable__timeCell {
      width: 8%; } }

.timelineTable .timelineTable__transparentCell {
  background: transparent;
  border: none; }

@media (min-width: 680px) {
  .bigTable {
    max-width: 1024px;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.timeTable td, .timeTable th {
  vertical-align: middle; }

.timeTable thead th {
  text-align: center; }

.timeTable .timeTable__transparentCell {
  background: transparent;
  border: none; }

.timeTable td {
  text-align: center; }

.timeTable.mintable td, .timeTable.mintable th {
  padding: 2px 14px; }
  @media (min-width: 680px) {
    .timeTable.mintable td, .timeTable.mintable th {
      padding: 3px 14px; } }

.cell--lightgreen {
  background-color: #DFFCC3; }

.cell--lightyellow {
  background-color: #FFFBDD; }

.cell--lightpurple {
  background-color: #F0DBEC; }

.cellInfo {
  width: 30px;
  display: inline-block;
  height: 1.4em;
  margin-right: 8px;
  vertical-align: middle; }

.entry__content h1, .footerNav__content h1, .entry__content .level1, .footerNav__content .level1, .entry__content h2, .entry__content .footerNav__content h2, .footerNav__content .entry__content h2, .footerNav__content h2, .entry__content .level2, .footerNav__content .level2, .entry__content h3, .entry__content .footerNav__content h3, .footerNav__content .entry__content h3, .footerNav__content h3, .entry__content .level3, .footerNav__content .level3, .entry__content h4, .entry__content .footerNav__content h4, .footerNav__content .entry__content h4, .footerNav__content h4, .entry__content .level4, .footerNav__content .level4, .entry__content h5, .entry__content .footerNav__content h5, .footerNav__content .entry__content h5, .footerNav__content h5, .entry__content .level5, .footerNav__content .level5, .level1, .entry__content h2, .footerNav__content h2, .entry__content .level2, .footerNav__content .level2, .level2, .entry__content h3, .footerNav__content h3, .entry__content .level3, .footerNav__content .level3, .level3, .entry__content h4, .footerNav__content h4, .entry__content .level4, .footerNav__content .level4, .level4, .entry__content h5, .footerNav__content h5, .entry__content .level5, .footerNav__content .level5, .level5 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin: 20px 0 30px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .entry__content h1.hLine, .footerNav__content h1.hLine, .entry__content .level1.hLine, .footerNav__content .level1.hLine, .entry__content h2.hLine, .entry__content .footerNav__content h2.hLine, .footerNav__content .entry__content h2.hLine, .footerNav__content h2.hLine, .entry__content .hLine.level2, .footerNav__content .hLine.level2, .entry__content h3.hLine, .entry__content .footerNav__content h3.hLine, .footerNav__content .entry__content h3.hLine, .footerNav__content h3.hLine, .entry__content .hLine.level3, .footerNav__content .hLine.level3, .entry__content h4.hLine, .entry__content .footerNav__content h4.hLine, .footerNav__content .entry__content h4.hLine, .footerNav__content h4.hLine, .entry__content .hLine.level4, .footerNav__content .hLine.level4, .entry__content h5.hLine, .entry__content .footerNav__content h5.hLine, .footerNav__content .entry__content h5.hLine, .footerNav__content h5.hLine, .entry__content .hLine.level5, .footerNav__content .hLine.level5, .level1.hLine, .entry__content h2.hLine, .footerNav__content h2.hLine, .hLine.level2, .entry__content h3.hLine, .footerNav__content h3.hLine, .hLine.level3, .entry__content h4.hLine, .footerNav__content h4.hLine, .hLine.level4, .entry__content h5.hLine, .footerNav__content h5.hLine, .hLine.level5 {
    margin-top: 50px; }
  @media (min-width: 680px) {
    .entry__content h1, .footerNav__content h1, .entry__content .level1, .footerNav__content .level1, .entry__content h2, .entry__content .footerNav__content h2, .footerNav__content .entry__content h2, .footerNav__content h2, .entry__content .level2, .footerNav__content .level2, .entry__content h3, .entry__content .footerNav__content h3, .footerNav__content .entry__content h3, .footerNav__content h3, .entry__content .level3, .footerNav__content .level3, .entry__content h4, .entry__content .footerNav__content h4, .footerNav__content .entry__content h4, .footerNav__content h4, .entry__content .level4, .footerNav__content .level4, .entry__content h5, .entry__content .footerNav__content h5, .footerNav__content .entry__content h5, .footerNav__content h5, .entry__content .level5, .footerNav__content .level5, .level1, .entry__content h2, .footerNav__content h2, .entry__content .level2, .footerNav__content .level2, .level2, .entry__content h3, .footerNav__content h3, .entry__content .level3, .footerNav__content .level3, .level3, .entry__content h4, .footerNav__content h4, .entry__content .level4, .footerNav__content .level4, .level4, .entry__content h5, .footerNav__content h5, .entry__content .level5, .footerNav__content .level5, .level5 {
      font-size: 3.4rem;
      line-height: 4.2rem; } }

.entry__content h2, .footerNav__content h2, .entry__content .level2, .footerNav__content .level2, .level2 {
  font-size: 2.2rem;
  line-height: 3.0rem;
  margin: 40px 0 30px; }
  @media (min-width: 680px) {
    .entry__content h2, .footerNav__content h2, .entry__content .level2, .footerNav__content .level2, .level2 {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

.entry__content h3, .footerNav__content h3, .entry__content .level3, .footerNav__content .level3, .level3 {
  display: table;
  margin: 30px auto 20px;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  border-bottom: solid 1px #413F3C;
  padding-bottom: 4px; }
  @media (min-width: 680px) {
    .entry__content h3, .footerNav__content h3, .entry__content .level3, .footerNav__content .level3, .level3 {
      font-size: 2.2rem;
      line-height: 3.0rem; } }

.entry__content h4, .footerNav__content h4, .entry__content .level4, .footerNav__content .level4, .level4 {
  display: table;
  margin: 20px 0 14px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.0rem;
  border-bottom: solid 1px #DCE5E5;
  padding-bottom: 4px;
  text-align: left; }
  @media (min-width: 680px) {
    .entry__content h4, .footerNav__content h4, .entry__content .level4, .footerNav__content .level4, .level4 {
      font-size: 1.6rem;
      line-height: 2.9rem; } }

.entry__content h5, .footerNav__content h5, .entry__content .level5, .footerNav__content .level5, .level5 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: none;
  font-size: 1.5rem;
  line-height: 2.0rem;
  margin: 20px 0 14px;
  text-align: left; }
  @media (min-width: 680px) {
    .entry__content h5, .footerNav__content h5, .entry__content .level5, .footerNav__content .level5, .level5 {
      font-size: 1.6rem;
      line-height: 2.9rem; } }

.entry__content .entrySummary__title, .footerNav__content .entrySummary__title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
  text-align: left; }
  @media (min-width: 680px) {
    .entry__content .entrySummary__title, .footerNav__content .entrySummary__title {
      font-size: 2.2rem;
      line-height: 3.0rem; } }

.hLine {
  position: relative; }
  .hLine:before {
    content: "";
    display: block;
    width: 46px;
    height: 10px;
    background-image: url(/wp-content/themes/vim_sports/assets/img/hline@2x.png);
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -23px; }

._l-container--kids .hLine:before {
  background-image: url(/wp-content/themes/vim_sports/assets/img/hline_kids@2x.png);
  background-size: contain; }

.contentSide h3 {
  margin-top: 50px; }
  @media (min-width: 680px) {
    .contentSide h3 {
      margin: 50px 0 30px; } }

.joinTitle {
  background-color: #f0fcff;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 0 30px; }

.date {
  font-size: 1.3rem; }

.commentText {
  font-size: 1.2rem;
  line-height: 2.0rem;
  margin-top: 10px; }
  .commentText > li {
    margin-bottom: 4px; }
  @media (min-width: 680px) {
    .commentText {
      font-size: 1.4rem;
      line-height: 2.2rem; } }

.alertLink, ._l-container--kids .alertLink {
  color: #FF9191;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 2.2rem; }

.supplementText {
  font-size: 1.0rem;
  line-height: 1.8rem; }
  @media (min-width: 680px) {
    .supplementText {
      font-size: 1.2rem;
      line-height: 2.0rem; } }

.emText {
  color: #FF5F5F; }

.importantNotices {
  margin: 10px 30px; }
  @media (min-width: 680px) {
    .importantNotices {
      max-width: 1024px;
      margin: 10px auto;
      text-align: center; } }

@media (min-width: 680px) {
  .spOnly {
    display: none; } }

.primaryBtn, ._l-container--kids .primaryBtn {
  background: linear-gradient(105deg, #4B44F8, #85D9DD);
  color: #FFF;
  font-weight: bold;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-width: 270px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-height: 60px;
  margin: 20px auto 0;
  border-radius: 60px;
  -webkit-box-shadow: 0 4px 8px rgba(118, 147, 163, 0.4);
  box-shadow: 0 4px 8px rgba(118, 147, 163, 0.4);
  padding: 16px; }
  @media (min-width: 680px) {
    .primaryBtn, ._l-container--kids .primaryBtn {
      width: 500px;
      font-size: 2.6rem;
      line-height: 3.8rem; } }

._l-container--kids .primaryBtn {
  background: linear-gradient(105deg, #1BEAA2, #5CC7FF);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #FFF; }

.defaultBtn, .defaultBtn_bl, ._l-container--kids .defaultBtn, .secondlyBtn, .wpcf7-submit, ._l-container--kids .secondlyBtn, ._l-container--kids .pageScrollList > li, .linkBtnList > li .linkBtnList__btn > a, ._l-container--kids .linkBtnList > li .linkBtnList__btn > a ,.pageScrollList > li{ 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff260;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /*border: #DCE5E5 solid 1px;*/
  border-radius: 50px;
  /*-webkit-box-shadow: 0 4px 8px rgba(217, 228, 234, 0.4);
  box-shadow: 0 4px 8px rgba(217, 228, 234, 0.4);*/
  font-size: 1.7rem;
  text-align: center;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto 0; }
  @media (min-width: 680px) {
    .defaultBtn, .defaultBtn_bl, ._l-container--kids .defaultBtn, .secondlyBtn, .wpcf7-submit, ._l-container--kids .secondlyBtn, .pageScrollList > li, ._l-container--kids .pageScrollList > li, .linkBtnList > li .linkBtnList__btn > a, ._l-container--kids .linkBtnList > li .linkBtnList__btn > a {
      max-width: 400px;
      font-size: 1.8rem;
      line-height: 2.6rem; } }

._l-container--kids .defaultBtn, .defaultBtn_bl, ._l-container--kids .wpcf7-submit, ._l-container--kids .secondlyBtn, ._l-container--kids .pageScrollList > li, .linkBtnList > li ._l-container--kids .linkBtnList__btn > a, ._l-container--kids .linkBtnList > li .linkBtnList__btn > a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: #1faed3; }

.defaultBtn_bl{
  background-color: #1faed3;
  color: #fff; 
}

.secondlyBtn, .pageScrollList > li{
  color: #1faed3;
  background: #fff;
  border: solid 1px #1faed3;
}
.secondlyBtn, .wpcf7-submit {
  border: #A7C8ED solid 1px;
  /*-webkit-box-shadow: 0 4px 8px rgba(147, 206, 239, 0.4);
  box-shadow: 0 4px 8px rgba(147, 206, 239, 0.4); */}

._l-container--kids .secondlyBtn {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  border: #50DEDE solid 1px;
  /*-webkit-box-shadow: 0 4px 8px rgba(169, 229, 229, 0.4);
  box-shadow: 0 4px 8px rgba(169, 229, 229, 0.4);*/
  color: #1faed3; }

.footerDetail__scrollBtn {
  background-color: #FFF;
  width: 100px;
  height: 100px;
  color: #2B5E9C;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms; }
  @media (min-width: 680px) {
    .footerDetail__scrollBtn {
      width: 150px;
      height: 150px;
      font-size: 1.8rem;
      padding-top: 75px; }
      .footerDetail__scrollBtn:hover {
        opacity: 0.5; } }
  .footerDetail__scrollBtn:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #2B5E9C;
    border-right: 3px solid #2B5E9C;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -6px; }
    @media (min-width: 680px) {
      .footerDetail__scrollBtn:before {
        width: 18px;
        height: 18px;
        top: 50px;
        border-top: 4px solid #2B5E9C;
        border-right: 4px solid #2B5E9C;
        margin-left: -8px; } }

._l-container--kids .footerDetail__scrollBtn {
  color: #00B1BF; }
  ._l-container--kids .footerDetail__scrollBtn:before {
    border-top: 3px solid #00B1BF;
    border-right: 3px solid #00B1BF; }
    @media (min-width: 680px) {
      ._l-container--kids .footerDetail__scrollBtn:before {
        border-top: 4px solid #00B1BF;
        border-right: 4px solid #00B1BF; } }

.fixedBtn--kids, .fixedBtn {
  position: fixed;
  bottom: 20px;
  right: 0; }
  @media (min-width: 680px) {
    .fixedBtn--kids, .fixedBtn {
      bottom: 0;
      right: 20px; } }
  .fixedBtn--kids > a, .fixedBtn > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00B1BF;
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: #FFF;
    padding: 0 10px 0 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    border-radius: 15px 0 0 15px;
    height: 30px; }
    @media (min-width: 680px) {
      .fixedBtn--kids > a, .fixedBtn > a {
        font-size: 1.6rem;
        line-height: 1.6rem;
        padding: 0 20px;
        border-radius: 10px 10px 0 0;
        height: 40px; } }

.fixedBtn > a {
  background-color: #2B5E9C; }

.btnRight, ._l-container--kids .btnRight {
  width: 200px;
  margin-right: 0; }
  @media (min-width: 680px) {
    .btnRight, ._l-container--kids .btnRight {
      width: auto;
      margin-right: auto; } }

._c-breadcrumbs {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin: 10px; }
  @media (min-width: 680px) {
    ._c-breadcrumbs {
      font-size: 1.3rem;
      line-height: 1.9rem;
      max-width: 1024px;
      margin: 10px auto; } }

.noticeList {
  padding: 0 0 20px; }
  .noticeList > li {
    border-bottom: #DCE5E5 solid 1px; }
    .noticeList > li:first-child {
      border-top: #DCE5E5 solid 1px; }

.noticeList__title {
  margin-bottom: 8px; }

.noticeList__supplement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px; }
  .noticeList__supplement li {
    margin-right: 10px; }

.questionList {
  font-size: 1.3rem;
  line-height: 2.0rem; }
  @media (min-width: 680px) {
    .questionList {
      font-size: 1.4rem;
      line-height: 2.2rem; } }
  .questionList > dt {
    background-color: #f0fcff;
    border: solid 1px #d3ecf2;
    font-weight: normal;
    padding: 16px; }
  .questionList > dd {
    border: solid 1px #d3ecf2;
    border-top: none;
    padding: 16px;
    margin-bottom: 10px; }

.twoColumnList {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 680px) {
    .twoColumnList {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .twoColumnList > li:nth-child(1) {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 10px; }
    @media (min-width: 680px) {
      .twoColumnList > li:nth-child(1) {
        margin-right: 20px;
        width: 220px;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset; } }
  .twoColumnList > li:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 680px) {
      .twoColumnList > li:nth-child(2) {
        width: 220px;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset; } }
  .twoColumnList .defaultBtn, .twoColumnList .secondlyBtn, .twoColumnList .wpcf7-submit, .twoColumnList .pageScrollList > li, .twoColumnList ._l-container--kids .pageScrollList > li, .twoColumnList .linkBtnList > li .linkBtnList__btn > a, .linkBtnList > li .twoColumnList .linkBtnList__btn > a, .twoColumnList ._l-container--kids .linkBtnList > li .linkBtnList__btn > a, ._l-container--kids .linkBtnList > li .twoColumnList .linkBtnList__btn > a, .twoColumnList .secondlyBtn {
    font-size: 1.6rem;
    letter-spacing: 0; }

.topMenu {
  background-size: contain; 
  margin-bottom: 30px;}
  @media (min-width: 680px) {
    .topMenu {
      max-width: 1024px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .topMenu > li {
    position: relative;
    width: 100%; }
    @media (min-width: 680px) {
      .topMenu > li {
        width: 50%;
		} }

.itemList > li {
  margin-bottom: 40px; }
  .itemList > li .img__l, .itemList > li .img__m, .itemList > li .img__s, .itemList > li .img__magnification, .itemList > li .img__m, .itemList > li .img__s, .itemList > li .img__magnification {
    margin-top: 10px;
    margin-bottom: 10px; }
  .itemList > li:last-child {
    margin-bottom: 0; }

._c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ._c-pagination .nav-links .page-numbers, ._c-pagination .nav-links ._c-pagination__item-link, ._c-pagination .nav-links ._c-pagination__item-ellipsis {
    display: block;
    padding: 10px;
    border: solid 1px #DCE5E5;
    border-right: none;
    line-height: 1em;
    margin-bottom: 4px; }
    ._c-pagination .nav-links .page-numbers:first-child, ._c-pagination .nav-links ._c-pagination__item-link:first-child, ._c-pagination .nav-links ._c-pagination__item-ellipsis:first-child {
      border-radius: 4px 0 0 4px; }
    ._c-pagination .nav-links .page-numbers:last-child, ._c-pagination .nav-links ._c-pagination__item-link:last-child, ._c-pagination .nav-links ._c-pagination__item-ellipsis:last-child {
      border-radius: 0 4px 4px 0;
      border-right: solid 1px #DCE5E5; }
  ._c-pagination .nav-links > span {
    background-color: #2B5E9C;
    color: #FFF;
    border: solid 1px #2B5E9C; }

@media (min-width: 680px) {
  .contentArticleList {
    width: 100%; } }

.linkList > li {
  margin-bottom: 10px; }
  .linkList > li:last-child {
    margin-bottom: 0; }
  .linkList > li > p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #2B5E9C; }

._c-entries > li:first-child .entrySummary__title {
  margin-top: 0; }

@media (min-width: 680px) {
  .footerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.footerNav > li {
  margin-bottom: 6px;
  font-size: 1.4rem;
  font-weight: bold; }
  .footerNav > li:last-child {
    margin-bottom: 0; }
  @media (min-width: 680px) {
    .footerNav > li {
      width: 50%; } }

.footerNav.footerNav__underline {
  border-bottom: solid 1px #FFF;
  margin-bottom: 18px;
  padding-bottom: 18px; }

.footerNav__content {
  padding: 0; }

.pageScrollList, ._l-container--kids .pageScrollList {
  margin: 30px 0; }
  .pageScrollList > li, ._l-container--kids .pageScrollList > li {
    color: #1faed3;
    cursor: pointer;
    padding-bottom: 34px;
    position: relative;
    margin-top: 10px;
    font-size: 1.5rem; }
    @media (min-width: 680px) {
      .pageScrollList > li, ._l-container--kids .pageScrollList > li {
        font-size: 1.8rem;
        line-height: 2.6rem;
        padding-bottom: 36px;
        max-width: none; } }
    .pageScrollList > li:before, ._l-container--kids .pageScrollList > li:before {
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      border-top: 2px solid #9DAFAF;
      border-right: 2px solid #9DAFAF;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transform: rotate(135deg) translate(26px, 26px);
      transform: rotate(135deg) translate(26px, 26px);
      bottom: 19px; }
      @media (min-width: 680px) {
        .pageScrollList > li:before, ._l-container--kids .pageScrollList > li:before {
          width: 8px;
          height: 8px;
          -webkit-transform: rotate(135deg) translate(32px, 32px);
          transform: rotate(135deg) translate(32px, 32px);
          bottom: 20px; } }
    .pageScrollList > li:after, ._l-container--kids .pageScrollList > li:after {
      content: "スクロール";
      display: block;
      position: absolute;
      font-size: 1.1rem;
      line-height: 1em;
      bottom: 16px;
      color: #9DAFAF;
      left: 0;
      right: 0; }
      @media (min-width: 680px) {
        .pageScrollList > li:after, ._l-container--kids .pageScrollList > li:after {
          font-size: 1.3rem; } }

._l-container--kids .pageScrollList {
  font-family: 'Noto Sans JP', sans-serif; }
  ._l-container--kids .pageScrollList > li {
    color: #1faed3; }

.linkBtnList, ._l-container--kids .linkBtnList {
  margin: 30px 0; }
  .linkBtnList > li, ._l-container--kids .linkBtnList > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-top: solid 1px #DCE5E5; }
    .linkBtnList > li:last-child, ._l-container--kids .linkBtnList > li:last-child {
      border-bottom: solid 1px #DCE5E5; }
    .linkBtnList > li .linkBtnList__title, ._l-container--kids .linkBtnList > li .linkBtnList__title {
      width: 70%;
      padding-right: 4%; }
    .linkBtnList > li .linkBtnList__btn, ._l-container--kids .linkBtnList > li .linkBtnList__btn {
      width: 30%; }
      .linkBtnList > li .linkBtnList__btn > a, ._l-container--kids .linkBtnList > li .linkBtnList__btn > a {
        margin: 0;
        font-size: 1.5rem;
        line-height: 2.3rem; }
        @media (min-width: 680px) {
          .linkBtnList > li .linkBtnList__btn > a, ._l-container--kids .linkBtnList > li .linkBtnList__btn > a {
            font-size: 1.8rem;
            line-height: 2.6rem; } }

._l-container--kids .linkBtnList {
  font-family: 'Noto Sans JP', sans-serif; }
  ._l-container--kids .linkBtnList .linkBtnList__btn > a {
    color: #00B1BF; }

.minLabel--notice_swim, .minLabel--notice_fit, .minLabel--notice_common, .minLabel--notice_topics {
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  background-color: #1faed3;
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 16px;
  line-height: 1.6rem;
  border-radius: 16px; }

.minLabel--notice_fit {
  background-color: #fff260;
  color: #727171;
  }

.minLabel--notice_common {
  background-color: #FF9191; }

.minLabel--notice_topics{
  background-color: #7ccf6b; }

.emLabel {
  border: solid 1px #FF9191;
  text-align: center;
  font-weight: bold;
  color: #FF5F5F;
  margin: 20px 0;
  padding: 10px 0; }
  @media (min-width: 680px) {
    .emLabel {
      font-size: 1.8rem;
      line-height: 2.6rem; } }
  .emLabel.emTelLink {
    font-weight: normal; }
    .emLabel.emTelLink > a {
      font-size: 2.0rem;
      text-decoration: underline; }
      @media (min-width: 680px) {
        .emLabel.emTelLink > a {
          font-size: 2.2rem;
          color: #413F3C;
          text-decoration: none;
          line-height: 3.0rem; } }

._c-drawer__body {
  background-color: #1faed3;
  color: #FFF;
  width: 300px;
  -webkit-transition: left .2s ease-out;
  transition: left .2s ease-out;
  max-width: 88%;
  -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1); }
  ._c-drawer__body a {
    color: #fff; }

/*ドロワーメニュー追記*/
.drawerTitle a, .__c-drawer__body a {
  color: #727171;
}

._c-drawer__body--kids {
  background-color: #00B1BF;
  font-family: 'Noto Sans JP', sans-serif; }
  ._c-drawer__body--kids .drawerTitle {
    background-color: #008B96; }

.drawerTitle {
  background-color: #fff260;
  color: #727171;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 10px 16px 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold; }
  .drawerTitle h2, .drawerTitle h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left; }
  .drawerTitle h2 {
    margin-bottom: 12px; }
  .drawerTitle h3 {
    margin-bottom: 2px; }
  .drawerTitle > .drawerTitle__link {
    font-size: 1.5rem; }
    .drawerTitle > .drawerTitle__link a {
      text-decoration: underline; }

.drawerTitle__link--tel, .drawerTitle__link--mail {
  position: relative;
  padding-left: 24px; }
  .drawerTitle__link--tel:before, .drawerTitle__link--mail:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/uploads/2025/12/aq_ic_phone.png);
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 0; }

.drawerTitle__link--mail:before {
  width: 16px;
  height: 13px;
  background-image: url(/wp-content/uploads/2025/12/aq_ic_mail.png);
  top: 7px; }

.drawerMenuMain {
  padding: 12px 30px 14px;
  font-size: 1.5rem;
  font-weight: bold; }
  .drawerMenuMain > li {
    border-bottom: solid 1px #FFF;
    padding: 4px 0 2px; }
    .drawerMenuMain > li a {
      display: block; }

.drawerMenuSub {
  padding: 0px 30px 16px;
  font-size: 1.3rem;
  font-weight: bold; }
  .drawerMenuSub a {
    display: block; }

.drawerMenuKidsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00B1BF;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  padding: 0 0 0 30px;
  height: 44px;
  margin: 0 30px 10px 0;
  border-radius: 0 22px 22px 0; }

.drawerMenuSportsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2B5E9C;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  padding: 0 0 0 30px;
  height: 44px;
  margin: 0 30px 10px 0;
  border-radius: 0 22px 22px 0; }

.img__l, .img__m, .img__s, .img__magnification {
  display: block;
  margin: 30px auto 30px;
  width: 100%; }
  .img__l img, .img__m img, .img__s img, .img__magnification img {
    width: 100%;
    display: block;
    margin: 0 auto; }

.img__m {
  width: 75%; }

.img__s {
  width: 50%; }

.img__magnification {
  width: auto; }
  .img__magnification img {
    width: auto; }

.i--zoom, .i--document {
  position: relative; }
  .i--zoom:before, .i--document:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(/wp-content/themes/vim_sports/assets/img/ic_zoom@2x.png);
    background-size: contain;
    position: absolute;
    bottom: 16px;
    right: 16px; }
    @media (min-width: 680px) {
      .i--zoom:before, .i--document:before {
        bottom: 26px;
        right: 26px; } }

.i--document:before {
  width: 32px;
  height: 36px;
  background-image: url(/wp-content/themes/vim_sports/assets/img/ic_document@2x.png); }

.basicSection .img__l:last-child, .basicSection .img__m:last-child, .basicSection .img__s:last-child, .basicSection .img__magnification:last-child, .basicSection .img__m:last-child, .basicSection .img__s:last-child, .basicSection .img__magnification:last-child {
  margin-bottom: 0; }

.form__label {
  display: inline-block; }

.form__text, .form__textarea {
  width: 100%;
  border: solid 1px #DCE5E5;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16) inset;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16) inset;
  padding: 14px;
  margin: 4px 0 30px;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: 0.08rem; }
  .form__text::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    color: #DCE5E5; }
  .form__text::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
    color: #DCE5E5; }
  .form__text::placeholder, .form__textarea::placeholder {
    color: #DCE5E5; }

.form__check {
  margin-bottom: 20px; }
  .form__check input[type=checkbox] {
    display: none; }
    .form__check input[type=checkbox] + label {
      position: relative;
      padding-left: 40px;
      margin-bottom: 10px; }
      .form__check input[type=checkbox] + label:before {
        content: "";
        position: absolute;
        display: block;
        background-color: #FFF;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        border: solid 1px #DCE5E5;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16) inset;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16) inset; }
    .form__check input[type=checkbox]:checked + label:after {
      content: "";
      position: absolute;
      display: block;
      background-image: url(/wp-content/themes/vim_sports/assets/img/ic_check@2x.png);
      background-size: 20px 16px;
      left: 5px;
      top: 7px;
      width: 20px;
      height: 16px; }

.form__radio {
  margin-bottom: 20px; }
  .form__radio input[type=radio] {
    display: none; }
    .form__radio input[type=radio] + label, .form__radio input[type=radio] + .wpcf7-list-item-label {
      position: relative;
      padding-left: 40px;
      margin-bottom: 10px; }
      .form__radio input[type=radio] + label:before, .form__radio input[type=radio] + .wpcf7-list-item-label:before {
        content: "";
        position: absolute;
        display: block;
        background-color: #FFF;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        border: solid 1px #DCE5E5;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16) inset;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16) inset; }
    .form__radio input[type=radio]:checked + label:after, .form__radio input[type=radio]:checked + .wpcf7-list-item-label:after {
      content: "";
      position: absolute;
      display: block;
      background-color: #2B5E9C;
      border-radius: 50%;
      left: 7px;
      top: 7px;
      width: 16px;
      height: 16px; }

.form__select {
  position: relative; }
  .form__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: #FFF url(/wp-content/themes/vim_sports/assets/img/arrow@3x.png) no-repeat center right 10px;
    background-size: 12px;
    border: solid 1px #DCE5E5;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16) inset;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16) inset;
    padding: 14px;
    margin: 4px 0 30px;
    font-family: 'Noto Serif JP', sans-serif;
    letter-spacing: 0.08rem;
    border-radius: 0; }
    .form__select select::-ms-expand {
      display: none; }

.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .searchBox .form__text, .searchBox .form__textarea {
    margin: 0;
    width: 80%; }

.searchBox__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2B5E9C;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  border: #DCE5E5 solid 1px;
  border-left: none;
  border-radius: 0 4px 4px 0;
  font-size: 1.5rem;
  text-align: center;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms; }
  @media (min-width: 680px) {
    .searchBox__btn {
      font-size: 1.6rem;
      line-height: 2.4rem; }
      .searchBox__btn:hover {
        opacity: 0.5; } }

._l-container--kids .searchBox__btn {
  color: #00B1BF; }

.postalcode {
  display: inline-block;
  width: 120px;
  margin: 0; }

span.wpcf7-list-item {
  margin: 0; }

.wpcf7-form-control-wrap {
  position: initial; }

.wpcf7-submit {
  font-family: 'Noto Serif JP', sans-serif;
  color: #2B5E9C; }

.accordion-box {
  position: relative; }

.accordion-box label {
  height: 100px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms; }
  @media (min-width: 680px) {
    .accordion-box label:hover {
      opacity: 0.5; } }

.accordion-box input:checked + label {
  background: inherit;
  height: auto; }

.accordion-box label:after {
  content: "＋ もっと見る";
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #FFF;
  background-color: #1faed3;
  width: 200px;
  border-radius: 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem; }
  @media (min-width: 680px) {
    .accordion-box label:after {
      width: 240px;
      height: 60px;
      font-size: 1.6rem;
      border-radius: 30px; } }

._l-container--kids .accordion-box label:after {
  background-color: #00B1BF; }

.accordion-box input {
  display: none; }

.accordion-box .accordion-container {
  overflow: hidden;
  height: 200px; }

.accordion-box input:checked + label:after {
  content: "− 閉じる"; }

.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 70px; }
  @media (min-width: 680px) {
    .accordion-box input:checked ~ .accordion-container {
      padding-bottom: 90px; } }

.mT0 {
  margin-top: 0 !important; }

.mT10 {
  margin-top: 10px !important; }

.mT14 {
  margin-top: 15px !important; }

.mT20 {
  margin-top: 20px !important; }

.mT30 {
  margin-top: 30px !important; }

.mT40 {
  margin-top: 40px !important; }

.mT50 {
  margin-top: 50px !important; }

.mT60 {
  margin-top: 60px !important; }

.mT70 {
  margin-top: 70px !important; }

.mT80 {
  margin-top: 80px !important; }

.mT90 {
  margin-top: 90px !important; }

.mB0 {
  margin-bottom: 0 !important; }

.mB10 {
  margin-bottom: 10px !important; }

.mB14 {
  margin-bottom: 15px !important; }

.mB20 {
  margin-bottom: 20px !important; }

.mB30 {
  margin-bottom: 30px !important; }

.mB40 {
  margin-bottom: 40px !important; }

.mB50 {
  margin-bottom: 50px !important; }

.mB60 {
  margin-bottom: 60px !important; }

.mB70 {
  margin-bottom: 70px !important; }

.mW0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.txt__center {
  text-align: center !important; }

.txt__left {
  text-align: left !important; }


/*ここからアクパス浜松用追加css*/
/*共通*/
a.primaryBtn {background: linear-gradient(to right, #f3eb62 0, #00a2e6 80%, #036eb8 100%);}

.aq_font_color_bl{
  color: #1faed3;
  font-weight: 600;	
}
h3.aq_font_color_bl{
  color: #1faed3;
  border-bottom: 0;
  font-weight: 600;
}

.aq_tel, .aq_tel_number{
	color: #1faed3;
    display: inline-block;
	margin-top: 5px;
	font-weight: 600;	
}
.aq_tel_number{
	margin-left: 1em;
}

.aq-aori {
    color: #1faed3;
    font-weight: 600;
    font-size: 1.2em;
	display: inline-block;
    margin-bottom: 10px;
}


/*タイトル下リード文*/
.aq_lead_txt{
    text-align: center;	
}

/*一日無料体験*/
.aq_info{
	text-align: center;
}
h3.aq_info_title{
	border-bottom: 0;
}

/*なぜかstyle.min.cssを読み込んでいる対応（リリース前minifyしたら無効にしていいはず）*/
.defaultBtn, .secondlyBtn{
	box-shadow:none;
	border: none;	
}
.secondlyBtn{
    border: solid 1px #1faed3;
}


/*topページ*/
/*スライダー下メニュー*/
.aq_top_img_column{
	margin-bottom: 60px;
}
.aq_top_content01,.aq_top_content02,.aq_top_content03{
	width: 100%;
	text-align: center; 
	align-items: center;
	display: block;
}
.aq_top_content01{
	background: #1faed3;
	text-align: center;
	color: #fff; 
	padding: 32px;	
}
.aq_top_content01 img{
	width: 80px;
	margin-bottom: 15px;
}
.aq_top_content02{
	background: #fff;
	padding: 32px;	
}
.aq_top_content02 img{
	width: 160px;
}
.aq_top_content03{
	background: #fff260;	
	padding: 32px;	
}
.aq_top_content03 img{
	width: 150px;
}
.aq_top_img img{
	height: auto;
}
.aq_top_txt{
	font-size: 1.8rem;
}
.aq_top_img_column > a {flex: 1; 
    display: block;
}
@media (min-width: 680px) {
.aq_top_img_column{	
	display: flex;
	gap: 0;
	width: 100%;
	max-width: none;
  }	
.aq_top_content01,.aq_top_content02,.aq_top_content03{
	width: calc(33.333% - 20px);
	}	
}

/*メニュー*/
.aq_page_full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	margin-bottom: 70px;
	background: #1faed3;
}
.aq_page_body01, .aq_page_body02, .aq_page_body03{
	display: flex;
    flex-direction: column-reverse;
    width: 100%;
    align-content: center;
    justify-content: center;
	text-align: center;
	margin: 0, 60px;
}
.aq_page_body01{
	color: #fff;
}
.aq_page_body02{
	background: #fff;
}
.aq_page_body03{
	background: #fff260;
}
.aq_top_swim, .aq_top_fit, .aq_to_at{
    display: flex;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}
.aq_top_swim, .aq_top_fit,{
	order: 2;
}
.aq_top_menu_title_jp, .aq_top_menu_title_en{
    font-weight: 600;
	margin-bottom: 10px;	
}
.aq_top_menu_title_jp{
	font-size: 1.8em;	
	line-height: 1.2em;
}
.aq_top_menu_title_en{
	font-size: 1.2em;
}
.aq_top_menu_title_jp2{
	margin-top: 25px;
}
.aq_top_img_right, .aq_top_img_left, .aq_top_img_right2{
	width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.aq_top_img_right{
	background-image: url('/wp-content/uploads/2025/12/top_swim.jpg');
	background-size: cover;
	background-position: center;
	order: 1;
}
.aq_top_img_left{
	background-image: url('/wp-content/uploads/2025/12/photo_home_fit-3.jpg');
	background-size: cover;
	background-position: center;
	order: 1;
}
.aq_top_img_right2{
	background-image: url('/wp-content/uploads/2025/12/photo_home_aqcpus-3.jpg');
	background-size: cover;
	background-position: center;
}
.aq_to_at img{
	width: 160px;
	margin-bottom: 10px;
}
.aq_page_full .defaultBtn, .aq_page_full .secondlyBtn{
	font-weight: 600;	
}
.aq_page_body02 .defaultBtn{
	background: linear-gradient(to left, #f3eb62 0, #00a2e6 80%, #036eb8 100%);
	color: #fff;
}
.aq_page_body03 .defaultBtn{
	background: #1faed3;
	color: #fff;	
}
@media (min-width: 680px) {
    .aq_page_body01, .aq_page_body02, .aq_page_body03 {
        flex-direction: row;
        align-items: stretch;
    }
    .aq_top_swim, .aq_top_fit, .aq_to_at {
        width: 45%;
        padding: 40px;
    }
    .aq_top_img_right, .aq_top_img_left, .aq_top_img_right2 {
        width: 55%;
        height: auto;
        min-height: 400px;
    }
    .aq_top_img_left {
        order: 1;
    }
    .aq_top_fit {
        order: 2;
    }
	.aq_top_swim p, .aq_top_fit p, .aq_to_at p {
   width: 90%;	
}
}
/*丸い案内*/
.aq_info_btn{
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.aq_info_btn img{
	max-width: 180px;
}
.aq_info_btn_ue{
	margin: 20px 0;
}
@media(min-width:680px){
	.aq_info_btn{
      	flex-direction: row; 
	}
	.aq_info_btn img{
	    max-width: 250px;
    }
}


/**入会案内**/
.aq_howtojoin{
	display: flex;
	justify-content: center;
	padding: 30px;
	color: #fff;
	margin-bottom: 70px;
	flex-direction: column;
    align-items: center;
}
.aq_howtojoin_text{
	margin-right: 0;
}
.aq_howtojoin_img{
	width: 20%;
}
.aq_join li{
	margin-bottom: 20px;
}
.aq_h2_none{
	font-size: 2.2rem;
    line-height: 3.0rem;
	margin-bottom: 10px;
	display: inline-block;
    font-weight: 600;
}
@media (min-width: 680px){
	.aq_howtojoin{
		flex-direction: row;
	}
	.aq_howtojoin_text{
	    margin-right: 20px;
    }
	.aq_howtojoin_img{
	    width: 7%;
    }
	
}
	
/**クラス案内**/
/*スイミング*/
.three_columns{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.three_column_content01, .three_column_content02, .three_column_content03{
    width: 80%;
    max-width: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.three_column_content01{
    background-color: #1faed3;
}
.three_column_content02{
    background: linear-gradient(to left, #f3eb62 0, #00a2e6 100%);
}
.three_column_content03{
    background-color: #fff260;
}
.three_columns span{
	color: #fff;
	font-weight: 800;
	font-size: 1.6em;
    text-shadow: 1px 0px 5px rgb(3 110 184 / 0.6);
}

.aq_course_title_bl, .aq_course_title_yl{
	background: #1faed3;
	color: #fff;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	font-weight: 600;
	padding: 20px;
	font-size: 1.2em;
	text-align: center;	
}
.aq_course_title_yl{
	background: #fff260;
	color: #727171;
}
.aq_trial_table_title{
	color: #1faed3;
	font-weight: 600;
	margin-top: 30px;
}
.aq_trial_table_table{
	margin-top: 0;
}

a.defaultBtn.aq_course{ 
  background: #727171;
  color: #fff; 
}

.aq_school_img{
    margin-top: 40px;
	flex-direction: colmun;		
}
	.aq_school_img > li{
	margin: 0 0 10px 0;
	width: 100%;	
}

@media(min-width:680px){
	.aq_school_img{
	margin: 40px 0;
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}
}

/*フィットネス*/
.aq_class_title{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3em;
	margin-bottom: 2em;
}
.aq_class_title_img{
	max-width: 7em;
}
.aq_class_title_img02{
	max-width: 3em;	
}
h2.aq_class_title_content{
	margin: 5px 0 0;
}
.aq_course_title_jp, .aq_course_title_en{
	display: inline-block;
	width: 100%;
}
.aq_course_title_jp{
    margin-bottom: .2em;
}
.aq_course_title_en{
	font-size: .8em;
}
@media (min-width: 680px) {
	.aq_course_title_bl, .aq_course_title_yl{
		padding: auto;
		padding: 40px;
		font-size: 1.8em;
	}
	.three_columns{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
	}
	.three_column_content01, .three_column_content02, .three_column_content03{
        width: calc(33.333% - 20px);
        max-width: none;
    }
	.aq_trial_table_table{
		width: 100%;
	}
	.aq_course_img{
       height: 300px;
    }
	.aq_class_title_img{
		max-width: 6em;
	}

}

/*アッとアクパス*/
h2.aq_schedule_title {
	font-weight: 600;
    text-align: center;
    border: 2px solid #fff260;
    color: #ffdb3f;
    font-size: 1.5em;
    padding: 16px;
	margin: 0 0 30px;
}

/*TOPICS*/
.content__div p{
	margin: 30px 0;
  line-height: 2.0;
}

/*入会案内・一日体験*/
/*体験写真の羅列*/
.aq_swim_trial {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}
.aq_swim_trial > li {
    display: grid;
    grid-template-rows: auto 1fr; 
	position: relative;
}
.aq_swim_trial_img {
    width: 100%;
    height: auto;
    display: block;
	  border-radius: 8px 8px 0 0; 
}
.aq_swim_trial_txt {
    padding: 20px;
    line-height: 1.7;
    color: #fff;
	font-weight: bold;
    font-size: 15px;
   	background-color: #1faed3;
	border-radius: 0 0 8px 8px; 
	text-align: center;	
}
.aq_swim_trial > li > p {
    display: none;
}

@media (min-width: 680px) {
    .aq_swim_trial {
        grid-template-columns: repeat(3, 1fr); 
        gap: 30px;
        margin: 0 0 70px;
    }
    .aq_swim_trial_txt {
        padding: 15px 20px;
    }
}
.aq_swim_trial> li:after{
	content: '';
	background: #1faed3;
	position: absolute;	
}
.aq_swim_trial> li:not(:last-child)::after{
    height: calc(tan(40deg) * 60px / 2);
    width: 40px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    bottom: -3%;
    transform: translateY(50%) translateX(-50%); 
}
@media (min-width: 680px) {
    .aq_swim_trial> li:not(:last-child):not(:nth-child(3))::after{
        height: calc(tan(50deg) * 60px / 2);
        transform: translateY(-50%);
        width: 25px;
        top: 75%;
	}
    .aq_swim_trial > li:nth-child(-n+2)::after {
        clip-path: polygon(0 0, 100% 50%, 0 100%);    
	    left: 100%;
    }
	.aq_swim_trial > li:nth-child(3)::after {
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        bottom: -10%;
        left: 50%;
        transform: translateX(-50%);
    }
	.aq_swim_trial > li:nth-child(n+4):not(:nth-child(6))::after {
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
	    left: -11%;
    }
	.aq_swim_trial > li:nth-child(4){
	grid-column: 3 / 3;
    grid-row: 2 / 2;
}
.aq_swim_trial > li:nth-child(5){
	grid-column: 2 / 3;
    grid-row: 2 / 2;
}
}

/*お問い合わせ*/
.wp-block-group{
   display: flex;
   justify-content: space-around;
}

/*プライバシーポリシー*/
th.th-sp {
  width: 1em;		
}
@media (min-width: 680px) {
th.th-sp {
  width: 2.5em;		
}	
}