@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  line-height: 1.5;
}

.clearfix:after, body > header > div:after, body > header > div > dl:after, body > header > #main_nav > ul:after, body > footer > div:after, body > footer > div > section > address > dl:after, main > div:after, main > div > article.service:after, main > div > article.service > dl:after, main > div > article.service-detail:after, main > div > article.service-detail > dl:after, main > div > article.service-detail > address:after, main > div > nav.breadcrumb > ol:after, main > div > form.schedule-form:after, main > div > form.co_exhibitor-form:after, main > div > form.comparing-form:after, main > div > form.comparing-form > section:after, main > div > form.basic-form > section:after, main > div > form.basic-form > section > fieldset > dl.information:after, main > div > nav.top_menu > ul:after, main > div > section.briefing > ul:after, main > div > section.briefing > dl:after, main > div > section.service_introduction:after, main > div nav.jump_navigation:after, main > div .large_menu > dl.news_release:after, main > div .large_menu > dl.schedule:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
  word-break: break-word;
  line-height: 1.5;
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

html {
  height: 100%;
  font-size: 10px;
  height: 100%;
  font-family: 'Noto Sans Japanese', -apple-system, 'BlinkMacSystemFont', 'Helvetica Neue', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
  color: #303030;
  font-weight: 400;
}

body {
  -webkit-print-color-adjust: exact;
}

main {
  display: block;
}

.basic-text, .basic-form-text, main > div > form.basic-form > section > p, main > div > form.basic-form > p, .information-text, main > div > p.notice, main > div > article.service-detail > p.caution, main > div > p.information, main > div > form.schedule-form > p, main > div > form.co_exhibitor-form > p, main > div > section.briefing > p, main > div > section.display-result > p {
  margin: 10px auto;
  width: 80%;
  font-size: 1.6rem;
  line-height: 1.9;
  text-indent: 1em;
  font-weight: 300;
}

.basic-text > strong, .basic-form-text > strong, main > div > form.basic-form > section > p > strong, main > div > form.basic-form > p > strong, .information-text > strong, main > div > p.notice > strong, main > div > article.service-detail > p.caution > strong, main > div > p.information > strong, main > div > form.schedule-form > p > strong, main > div > form.co_exhibitor-form > p > strong, main > div > section.briefing > p > strong, main > div > section.display-result > p > strong {
  background-color: yellow;
}

.basic-form-text, main > div > form.basic-form > section > p, main > div > form.basic-form > p {
  margin: 3px 0;
  padding: 0 15px;
  line-height: 1.6;
  text-indent: 0;
  width: 100%;
}

.form-description-text, main > div > form.basic-form > section > fieldset > p {
  margin: 3px 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;
}

.form-description-text.caution, main > div > form.basic-form > section > fieldset > p.caution {
  margin: 5px 0;
  color: #505050;
  font-size: 1.3rem;
}

.form-description-text.caution:before, main > div > form.basic-form > section > fieldset > p.caution:before {
  content: '※';
  display: inline-block;
}

.form-description-text > strong, main > div > form.basic-form > section > fieldset > p > strong {
  background: yellow;
}

.basic-button, .light-button, .buttons.back button, .buttons.light button, main > div > article.service > nav button, main > div > article.service-detail > nav button, main > div > nav.buttons button, main > div > .invitation-form > table td button, main > div > form.basic-form > nav button, main > div > article.advertisement_applications > table td button, main > div > article.products > table td a, .disabled-button, .buttons button.disabled, main > div > article.service-detail > nav button.disabled, main > div > form.basic-form > nav button.disabled, .buttons button, main > div > form.signin-form > button, main > div > form.visitors > section > .buttons > .visitor-remove, main > div > form.visitors > .buttons .visitor-add {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 50px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #E60012;
  border: 1px solid #ff4f4f;
  border-radius: 4px;
  box-shadow: 0 1px 0 #5a0000;
  cursor: pointer;
  transition: 300ms;
}
.buttons_close button {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 50px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #696969;
  border: 1px solid #9c9c9c;
  border-radius: 4px;
  box-shadow: 0 1px 0 #3b3b3b;
  cursor: pointer;
  transition: 300ms;
}

.buttons_open button {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 50px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color:#E60012;
  border: 1px solid #ff4f4f;
  border-radius: 4px;
  box-shadow: 0 1px 0 #3b3b3b;
  cursor: pointer;
  transition: 300ms;
}

.buttons_open button:hover {
  opacity: 0.6;
}

.basic-button.secondary, .secondary.light-button, main > div > article.service > nav button.secondary, main > div > article.service-detail > nav button.secondary, main > div > .invitation-form > table td button.secondary, main > div > form.basic-form > nav button.secondary, main > div > article.advertisement_applications > table td button.secondary, main > div > article.products > table td a.secondary, .secondary.disabled-button, .buttons button.secondary, main > div > form.signin-form > button.secondary, main > div > form.visitors > section > .buttons > .secondary.visitor-remove, main > div > form.visitors > .buttons .secondary.visitor-add {
  padding: 5px 25px;
  background-color: #afafaf;
  border-color: #909090;
}

.basic-button > a:link, .light-button > a:link, main > div > article.service > nav button > a:link, main > div > article.service-detail > nav button > a:link, main > div > .invitation-form > table td button > a:link, main > div > form.basic-form > nav button > a:link, main > div > article.advertisement_applications > table td button > a:link, main > div > article.products > table td a > a:link, .disabled-button > a:link, .buttons button > a:link, main > div > form.signin-form > button > a:link, main > div > form.visitors > section > .buttons > .visitor-remove > a:link, main > div > form.visitors > .buttons .visitor-add > a:link, .basic-button > a:visited, .light-button > a:visited, main > div > article.service > nav button > a:visited, main > div > article.service-detail > nav button > a:visited, main > div > .invitation-form > table td button > a:visited, main > div > form.basic-form > nav button > a:visited, main > div > article.advertisement_applications > table td button > a:visited, main > div > article.products > table td a > a:visited, .disabled-button > a:visited, .buttons button > a:visited, main > div > form.signin-form > button > a:visited, main > div > form.visitors > section > .buttons > .visitor-remove > a:visited, main > div > form.visitors > .buttons .visitor-add > a:visited {
  color: #fff;
}

.basic-button:hover, .light-button:hover, main > div > article.service > nav button:hover, main > div > article.service-detail > nav button:hover, main > div > .invitation-form > table td button:hover, main > div > form.basic-form > nav button:hover, main > div > article.advertisement_applications > table td button:hover, main > div > article.products > table td a:hover, .disabled-button:hover, .buttons button:hover, main > div > form.signin-form > button:hover, main > div > form.visitors > section > .buttons > .visitor-remove:hover, main > div > form.visitors > .buttons .visitor-add:hover {
  background-color: #ff0000;
}

.basic-button:active, .light-button:active, main > div > article.service > nav button:active, main > div > article.service-detail > nav button:active, main > div > .invitation-form > table td button:active, main > div > form.basic-form > nav button:active, main > div > article.advertisement_applications > table td button:active, main > div > article.products > table td a:active, .disabled-button:active, .buttons button:active, main > div > form.signin-form > button:active, main > div > form.visitors > section > .buttons > .visitor-remove:active, main > div > form.visitors > .buttons .visitor-add:active {
  opacity: 0.7;
  box-shadow: none;
}

.light-button, .buttons.back button, .buttons.light button, main > div > article.service > nav button, main > div > article.service-detail > nav button, main > div > nav.buttons button, main > div > .invitation-form > table td button, main > div > form.basic-form > nav button, main > div > article.advertisement_applications > table td button, main > div > article.products > table td a {
  background: #fff;
  border: 1px solid #E60012;
  color: #E60012;
  font-weight: 600;
}

.light-button > a:link, .buttons.back button > a:link, .buttons.light button > a:link, main > div > article.service > nav button > a:link, main > div > article.service-detail > nav button > a:link, main > div > nav.buttons button > a:link, main > div > .invitation-form > table td button > a:link, main > div > form.basic-form > nav button > a:link, main > div > article.advertisement_applications > table td button > a:link, main > div > article.products > table td a > a:link, .light-button > a:visited, .buttons.back button > a:visited, .buttons.light button > a:visited, main > div > article.service > nav button > a:visited, main > div > article.service-detail > nav button > a:visited, main > div > nav.buttons button > a:visited, main > div > .invitation-form > table td button > a:visited, main > div > form.basic-form > nav button > a:visited, main > div > article.advertisement_applications > table td button > a:visited, main > div > article.products > table td a > a:visited {
  color: #E60012;
}

.light-button:hover, .buttons.back button:hover, .buttons.light button:hover, main > div > article.service > nav button:hover, main > div > article.service-detail > nav button:hover, main > div > nav.buttons button:hover, main > div > .invitation-form > table td button:hover, main > div > form.basic-form > nav button:hover, main > div > article.advertisement_applications > table td button:hover, main > div > article.products > table td a:hover {
  color: #00a9d0;
  background: #fff;
  border-color: #00a9d0;
}

.light-button:hover > a:link, .buttons.back button:hover > a:link, .buttons.light button:hover > a:link, main > div > article.service > nav button:hover > a:link, main > div > article.service-detail > nav button:hover > a:link, main > div > nav.buttons button:hover > a:link, main > div > .invitation-form > table td button:hover > a:link, main > div > form.basic-form > nav button:hover > a:link, main > div > article.advertisement_applications > table td button:hover > a:link, main > div > article.products > table td a:hover > a:link, .light-button:hover > a:visited, .buttons.back button:hover > a:visited, .buttons.light button:hover > a:visited, main > div > article.service > nav button:hover > a:visited, main > div > article.service-detail > nav button:hover > a:visited, main > div > nav.buttons button:hover > a:visited, main > div > .invitation-form > table td button:hover > a:visited, main > div > form.basic-form > nav button:hover > a:visited, main > div > article.advertisement_applications > table td button:hover > a:visited, main > div > article.products > table td a:hover > a:visited {
  color: #00a9d0;
}

.disabled-button, .buttons button.disabled, main > div > article.service-detail > nav button.disabled, main > div > form.basic-form > nav button.disabled {
  background: #f1f1f1;
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  font-weight: 600;
  box-shadow: none;
  cursor: default;
}

.disabled-button:active, .buttons button.disabled:active, main > div > article.service-detail > nav button.disabled:active, main > div > form.basic-form > nav button.disabled:active {
  opacity: 1;
}

.buttons {
  clear: both;
  margin: 20px 0;
  text-align: center;
}

.buttons > div {
  display: block;
  margin: 5px 0;
}

.buttons > p {
  margin: 3px 0;
  font-size: 1.4rem;
  text-align: center;
}

a {
  transition: 200ms;
}

a:link, a:visited {
  color: #2825b5;
  text-decoration: none;
}

a:hover {
  color: #ff440c;
}

a img:hover {
  opacity: 0.8;
}

a img:active {
  opacity: 0.5;
}

a.pdf:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  margin-top: -2px;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  background: url("../img/common/pdf-icon1.svg") center center;
}

.error {
  margin: 10px 100px;
  padding: 5px 10px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #65c11f;
  border-radius: 3px;
  color: #fff;
}

.error.simple_text {
  background: none;
  border-radius: 0;
  color: #E60012;
  margin: 8px 0;
  padding: 0;
  text-align: center;
}

td .error.simple_text {
  margin: 3px 0;
}

label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 5px 0;
  vertical-align: bottom;
}

label:before {
  display: none;
  border-width: 1px;
  border-style: solid;
  margin-right: 5px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 1.4rem;
  background-color: #fff;
  height: 20px;
}

label.nullable:before {
  display: inline-block;
  content: '空欄可';
  color: #FF6633;
  border-color: #FF6633;
}

label.nullable-en:before {
  display: inline-block;
  content: 'Can be left blank';
  color: #FF6633;
  border-color: #FF6633;
}

label.any:before {
  display: inline-block;
  content: '任意';
  color: blue;
  border-color: blue;
}

label.any-en:before {
  display: inline-block;
  content: 'Any';
  color: blue;
  border-color: blue;
}

label.nullable.en:before {
  content: 'Optional';
}

label.unchangeable:before {
  display: inline-block;
  content: '変更不可';
  color: #a0a0a0;
  border-color: #c0c0c0;
}

label.unchangeable-en:before {
  display: inline-block;
  content: 'Unchangeable';
  color: #a0a0a0;
  border-color: #c0c0c0;
}

label.unchangeable.en:before {
  content: 'Unchangeable';
}

label.required:before {
  display: inline-block;
  content: '必須';
  color: red;
  border: 1px solid red;
}

label.required-en:before {
  display: inline-block;
  content: 'Required';
  color: red;
  border: 1px solid red;
}

label.required.en:before {
  content: 'Required';
}

label.language-common:before {
  display: inline-block;
  content: '和英共通';
  color: #008216;
  border: 1px solid #008216;
}

label.language-common.en:before {
  content: 'Languages Common';
}

.text input[type='text'],
.text input[type='number'],
.text input[type='password'] {
  padding: 6px 5px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.7rem;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}

.text input[type='text'].x-small,
.text input[type='number'].x-small,
.text input[type='password'].x-small {
  width: 12%;
}

.text input[type='text'].small,
.text input[type='number'].small,
.text input[type='password'].small {
  width: 25%;
}

.text input[type='text'].medium,
.text input[type='number'].medium,
.text input[type='password'].medium {
  width: 35%;
}

.text input[type='text'].large,
.text input[type='number'].large,
.text input[type='password'].large {
  width: 60%;
}

.text input[type='text'].x-large,
.text input[type='number'].x-large,
.text input[type='password'].x-large {
  width: 100%;
}

.text input[type='text'].max,
.text input[type='number'].max,
.text input[type='password'].max {
  width: 100%;
}

.text span {
  display: inline-block;
  margin: 0 2px 0 5px;
  font-size: 1.5rem;
}

.number input[type='number'] {
  padding: 3px 3px 3px 6px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  width: 80px;
  font-size: 1.7rem;
  text-align: right;
}

.number span {
  display: inline-block;
  margin: 0 3px;
  font-size: 1.5rem;
  font-weight: 400;
}

.select select {
  margin: 2px 0;
  padding: 9px 6px;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 3px;
  cursor: pointer;
}

.select select + span {
  display: inline-block;
  margin-left: 2px;
  margin-right: 6px;
  font-size: 1.5rem;
}

.radios > .radio {
  display: inline-block;
}

.radios > .radio > input {
  display: none;
}

.radios > .radio > input + label {
  display: inline-block;
  margin: 0 2px;
  padding: 7px 23px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  color: #005fd8;
  background-color: #fff;
  border: solid 1px #cecece;
  border-radius: 3px;
  transition: 200ms;
}

.radios > .radio > input:checked + label {
  color: #fff;
  background-color: #005fd8;
}

.file .image {
  margin: 30px 0;
}

.file .image img {
  max-width: 300px;
}

.file .company-image img {
  height: 70px;
}

.file input {
  margin: 5px 0;
  padding: 6px 5px;
  font-size: 1.4rem;
}

.file input + span {
  font-size: 1.4rem;
}

.checkboxes {
  text-align: left;
}

.checkbox {
  text-align: center;
  display: inline-block;
}

.checkbox.single {
  display: block;
}

.checkbox > input {
  display: none;
}

.checkbox > input + label {
  display: inline-block;
  position: relative;
  margin: 0 0 3px;
  padding: 13px 20px 13px 40px;
  line-height: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3e2ec7;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 2px 2px 0 #f0f0f0;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  transition: background-color 0.2s linear;
  background: #fff;
}

.checkbox > input + label:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 15px;
  width: 13px;
  height: 21px;
  padding: 0;
  border: none;
  border-right: 4px solid #1e244e;
  border-bottom: 4px solid #1e244e;
  background: none;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.2s linear;
  z-index: 20;
}

.checkbox > input + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 17px;
  height: 17px;
  border: 1px solid #a0a0a0;
  transition: 0.2s;
  z-index: 10;
}

.checkbox > input + label:hover:after {
  border-color: #1e244e;
}

.checkbox > input:checked + label {
  background-color: #ffffa5;
}

.checkbox > input:checked + label:before {
  opacity: 1;
}

label.check-delete {
  display: inline;
}

.simple-checkbox input {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border: solid 1px #202020;
  background: #fff;
  cursor: pointer;
  transition: 500ms;
}

textarea {
  width: 80%;
  height: 160px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.7rem;
}

textarea.x-large {
  height: 400px;
  font-size: 1.4rem;
}

textarea.large {
  height: 200px;
}

textarea.medium {
  height: 100px;
}

textarea.small {
  height: 100px;
  width: 60%;
}

.textarea-counter {
  width: 80%;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #404040;
  text-align: right;
  line-height: 1;
}

.textarea-counter.overed {
  color: #f00;
}

h2.basic-title {
  margin: 15px 0;
  padding: 3px 0;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: #E60012;
  letter-spacing: 3px;
}

h2.basic-title.no_above_contents {
  padding-top: 30px;
}

h2.basic-title > span {
  display: block;
  color: #E60012;
  font-size: 1.9rem;
}

html {
  background: url("../img/exhibitor_portal/common/html_bg.png") repeat;
}

body {
  min-width: 1300px;
  height: 100%;
}

body > header > #user_nav {
  width: 100%;
  background: #0069a9;
  min-height: 10px;
}

body > header > #user_nav.organizer {
  background: #5f0086;
}

body > header > #user_nav.washoku {
  background: #7a4171;
}

body > header > #user_nav.foodsafety {
  background: #ffaa00;
}

body > header > #user_nav.buyer {
  background: #06005f;
}

body > header > #user_nav > div {
  width: 1200px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: right;
  color: #fff;
}

body > header > #user_nav > div span {
  display: inline-block;
  padding: 0 6px;
  font-size: 1.3rem;
}

body > header > #user_nav > div a {
  display: inline-block;
  font-weight: 400;
  margin-left: 15px;
  padding: 5px 10px;
  background: #fff;
  text-align: center;
}

body > header > #user_nav > div a:link, body > header > #user_nav > div a:visited {
  color: blue;
}

body > header > #user_nav > div a:hover:link, body > header > #user_nav > div a:hover:visited {
  color: #E60012;
}

body > header > div {
  margin: 0 auto;
  width: 1200px;
}

body > header > div > h1 {
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

body > header > div > h1 img {
  width: 60%;
}

body > header > div > h1 img.real_logo {
  width: 50%;
}

body > header > div > .information {
  float: right;
  margin: 4px 0;
  width: 60%;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
  color: #E60012;
}

body > header > div > dl {
  margin: 7px auto;
  width: 70%;
}

body > header > div > dl > dd,
body > header > div > dl > dt {
  padding: 1px 10px;
  font-size: 1.5rem;
}

body > header > div > dl > dt {
  float: right;
  margin-left: 19px;
  width: 67px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(0deg, #0069a9 0%, #0069a9 100%);
  text-align: center;
  border-radius: 3px;
}

body > header > div > dl > dd {
  float: right;
}

body > header > div > dl > dd > strong {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: underline;
}

body > header > #main_nav {
  clear: both;
  margin-top: 7px;
  border-top: 1px solid #f0f0f0;
  background: linear-gradient(0deg, #f9f9f9 0%, #fff 100%);
  box-shadow: 0 1px 8px #ececec;
}

body > header > #main_nav > ul {
  margin: 0 auto;
  width: 1200px;
}

body > header > #main_nav > ul > li {
  position: relative;
  float: left;
  margin: 5px 0 5px -1px;
  border-left: 1px dotted #dadada;
  border-right: 1px dotted #dadada;
  transition: 300ms;
}

body > header > #main_nav > ul > li a:link,
body > header > #main_nav > ul > li a:visited {
  color: #003265;
}

body > header > #main_nav > ul > li > a {
  display: block;
  padding: 4px 24px;
  min-height: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

body > header > #main_nav > ul > li > a > strong {
  display: block;
  margin: 0 0 3px -7px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #E60012;
}

body > header > #main_nav > ul > li:hover a:link,
body > header > #main_nav > ul > li:hover a:visited {
  color: blue;
}

body > footer {
  border-top: 1px solid #f0f0f0;
  background: #fff;
  padding-bottom: 20px;
}

body > footer > div {
  margin: 0 auto;
  padding: 10px 0;
  width: 1200px;
  color: #010101;
}

body > footer > div > section {
  margin: 10px 0;
  padding: 0 15px;
  width: 50%;
}

body > footer > div > section.left {
  float: left;
}

body > footer > div > section.right {
  float: right;
}

body > footer > div > section > h2 {
  margin: 10px 0;
  padding: 3px 10px;
  font-size: 1.5rem;
  font-weight: 300;
  border-left: 5px solid #0069a9;
}

body > footer > div > section > p {
  margin: 5px 0;
  font-size: 1.4rem;
  font-weight: 200;
}

body > footer > div > section > p.left {
  float: left;
  width: 80%;
}

body > footer > div > section .ufi-badge {
  float: right;
  width: 15%;
}

body > footer > div > section .ufi-badge img {
  display: inline-block;
  width: 100%;
}

body > footer > div > section > address {
  margin: 7px 0;
  padding: 5px 10px;
}

body > footer > div > section > address > h3 {
  margin: 7px 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #E60012;
}

body > footer > div > section > address > p {
  font-size: 1.4rem;
  font-weight: 400;
}

body > footer > div > section > address > dl {
  padding: 5px 10px;
  background-color: #fff;
}

body > footer > div > section > address > dl > dt,
body > footer > div > section > address > dl > dd {
  float: left;
  padding: 4px 5px;
  font-size: 1.5rem;
}

body > footer > div > section > address > dl > dt {
  clear: left;
  width: 15%;
  padding-right: 10px;
  font-weight: 500;
}

body > footer > div > section > address > dl > dd {
  padding-left: 10px;
  width: 85%;
}

body > footer > div > section > aside {
  padding: 5px 10px;
  background-color: #f0f0f0;
}

body > footer > div > section > aside > p {
  margin: 5px 0;
  font-size: 1.3rem;
  font-weight: 200;
  text-indent: 1em;
  line-height: 1.4;
}

body > footer > div > .logo {
  clear: both;
  width: 100%;
  text-align: right;
}

body > footer > div > .logo img {
  display: inline-block;
  width: 300px;
}

main .banner {
  margin-bottom: 50px;
}

main > div {
  margin: 50px auto;
  padding-bottom: 50px;
  width: 1200px;
  background-color: #fff;
  box-shadow: 0 0 10px #f7f7f7;
  border-radius: 10px;
}

main > div > p.notice {
  margin: 15px auto;
  line-height: 1.5;
  width: 80%;
  text-align: center;
}

main > div > h2.service-title {
  margin: 15px -10px 50px;
  padding: 2px 0;
  font-size: 2.5rem;
  font-weight: 100;
  text-align: center;
  border-bottom: 3px double #005477;
  letter-spacing: 3px;
}

main > div > h2.service-title.blue {
  background: #c6e7ff;
  color: #003950;
}

main > div > h2.service-title > span {
  display: inline-block;
  position: relative;
  top: -2px;
  padding: 1px 10px;
  margin-right: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  background-color: #E60012;
  letter-spacing: 0;
}

main > div > article.service {
  margin: 50px auto;
  width: 92%;
  padding: 0 15px 20px;
  position: relative;
}

main > div > article.service > h3 {
  position: relative;
  display: block;
  margin: 0 -25px 15px;
  padding: 5px 20px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 5px #e0e0e0;
}

main > div > article.service > h3 a:link, main > div > article.service > h3 a:visited {
  color: #000;
}

main > div > article.service > h3 span {
  display: block;
  float: left;
  margin-right: 15px;
  padding: 0 12px;
  height: 100%;
  background: #fff;
  color: #E60012;
  font-weight: 600;
  border-radius: 3px;
}

main > div > article.service > h3 span a:link, main > div > article.service > h3 span a:visited {
  color: #E60012;
}

main > div > article.service > h3 span.blue {
  color: #007eff;
}

main > div > article.service > h3 span.blue a:link, main > div > article.service > h3 span.blue a:visited {
  color: #007eff;
}

main > div > article.service > h3 span.orange {
  color: #ff8100;
}

main > div > article.service > h3 span.orange a:link, main > div > article.service > h3 span.orange a:visited {
  color: #ff8100;
}

main > div > article.service > p {
  margin: 5px 0;
  padding: 0 10px;
  color: #303030;
  font-size: 1.5rem;
  font-weight: 200;
  text-indent: 1em;
}

main > div > article.service > dl {
  margin: 5px 0;
  width: 70%;
  float: left;
}

main > div > article.service > dl > dt, main > div > article.service > dl > dd {
  margin: 8px 0;
}

main > div > article.service > dl > dt {
  clear: left;
  float: left;
  width: 20%;
  font-size: 1.5rem;
  font-weight: 400;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  border-left: 3px solid #202020;
}

main > div > article.service > dl > dd {
  float: left;
  width: 80%;
  font-size: 1.5rem;
  font-weight: 200;
  padding-right: 15px;
  padding-left: 15px;
}

main > div > article.service > dl > dd > time {
  padding: 0 10px;
  font-weight: 500;
  background: #E60012;
  color: #fff;
}

main > div > article.service > dl > dd strong {
  display: inline-block;
  background: yellow;
}

main > div > article.service > dl > dd span {
  display: block;
  font-size: 1.4rem;
  text-decoration: underline;
}

main > div > article.service > dl > dd > ul > li {
  margin: 3px 0;
  list-style: circle inside;
}

main > div > article.service > dl > dd > ul > li > span {
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  background: #f1f1f1;
  border-radius: 3px;
  margin: 0 15px 10px;
  padding: 3px 5px;
}

main > div > article.service > dl > dd > ul.simple > li {
  list-style: none;
}

main > div > article.service > dl > dd > ol > li {
  margin: 3px 0;
  list-style: decimal inside;
}

main > div > article.service > dl > dd > dl > dt, main > div > article.service > dl > dd > dl > dd {
  padding: 3px 0;
}

main > div > article.service > dl > dd > dl > dt {
  clear: left;
  float: left;
  width: 25%;
  font-size: 1.5rem;
  color: blue;
}

main > div > article.service > dl > dd > dl > dd {
  float: left;
  width: 75%;
  font-size: 1.4rem;
}

main > div > article.service > dl > dd > section {
  margin: 15px auto;
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #eaeaea;
}

main > div > article.service > dl > dd > section > h4 {
  margin-bottom: 15px;
  padding: 5px 10px;
  background: #4c4aff;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 1.5rem;
  font-weight: 400;
}

main > div > article.service > dl > dd > section ol {
  padding: 0 15px;
  list-style: decimal inside;
}

main > div > article.service > dl > dd > section ol.alphabet {
  list-style: lower-alpha inside;
}

main > div > article.service > dl > dd > section ol > li {
  margin: 5px 0;
  font-size: 1.5rem;
}

main > div > article.service > .image {
  float: right;
  width: 30%;
  margin: 10px 0;
}

main > div > article.service > .image img {
  display: inline-block;
  border: 1px solid #909090;
  width: 100%;
}

main > div > article.service > nav {
  clear: both;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

main > div > article.service-detail {
  margin: 15px auto;
  width: 90%;
  padding: 0 20px;
  border-radius: 5px;
  position: relative;
}

main > div > article.service-detail > h3 {
  display: block;
  padding: 5px 15px;
  margin: 0 -15px 20px;
  font-size: 2.3rem;
  font-weight: 300;
  border-bottom: 1px solid #404040;
}

main > div > article.service-detail > dl {
  margin: 5px 0;
  width: 70%;
  float: left;
}

main > div > article.service-detail > dl > dt, main > div > article.service-detail > dl > dd {
  font-size: 1.5rem;
}

main > div > article.service-detail > dl > dt {
  font-weight: 300;
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  border-left: 3px solid #202020;
}

main > div > article.service-detail > dl > dd {
  font-weight: 200;
  padding: 5px 15px;
}

main > div > article.service-detail > dl > dd > small {
  display: block;
  font-size: 1.3rem;
  font-weight: 200;
  margin: 3px 0;
}

main > div > article.service-detail > dl > dd > time {
  padding: 0 10px;
  font-weight: 500;
  background: #E60012;
  color: #fff;
}

main > div > article.service-detail > dl > dd > span {
  display: block;
  font-size: 1.3rem;
}

main > div > article.service-detail > dl > dd > ul > li {
  margin: 3px 0;
  list-style: disc inside;
}

main > div > article.service-detail > dl > dd img {
  display: block;
  margin: 5px 0;
  max-height: 300px;
}

main > div > article.service-detail > p {
  margin: 5px 0;
  padding: 0 10px;
  color: #303030;
  font-size: 1.5rem;
  font-weight: 200;
  text-indent: 1em;
}

main > div > article.service-detail .image {
  float: right;
  margin: 10px 0;
  width: 30%;
}

main > div > article.service-detail .image img {
  display: inline-block;
  width: 100%;
}

main > div > article.service-detail > nav {
  clear: both;
  padding: 30px 0;
  text-align: center;
}

main > div > article.service-detail > nav.multi a {
  display: block;
}

main > div > article.service-detail > address {
  clear: both;
  margin: 30px auto;
  padding: 10px 15px;
  width: 70%;
  border: 1px solid #909090;
  border-radius: 5px;
  background: #fffff0;
}

main > div > article.service-detail > address h3 {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 500;
}

main > div > article.service-detail > address > ul {
  padding: 0 15px;
}

main > div > article.service-detail > address > ul > li {
  margin: 3px 0;
  font-size: 1.5rem;
}

main > div > article.service-detail > address > ul > li > span {
  display: inline-block;
  margin-right: 5px;
  background: #303030;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 1.3rem;
}

main > div > article.service-detail > table.seminar_schedule {
  clear: both;
  margin: 30px auto;
  width: 85%;
}

main > div > article.service-detail > table.seminar_schedule > caption {
  margin: 10px 0;
  font-size: 1.9rem;
  font-weight: 500;
}

main > div > article.service-detail > table.seminar_schedule th, main > div > article.service-detail > table.seminar_schedule td {
  width: 20%;
  font-size: 1.5rem;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #c0c0c0;
  line-height: 1;
  vertical-align: middle;
}

main > div > article.service-detail > table.seminar_schedule th {
  background: #f1f1f1;
}

main > div > article.service-detail > table.seminar_schedule td {
  background: #fff;
}

main > div > article.service-detail > table.seminar_schedule td > span {
  display: block;
  font-size: 1.3rem;
  color: green;
}

main > div > article.service-detail > table.seminar_schedule td > span.fixed {
  color: #E60012;
}

main > div > article.service-detail > p.caution {
  text-align: center;
}

main > div > .wine-sheets {
  margin: 30px auto;
}

main > div > .wine-sheets > p {
  margin: 15px auto;
  width: 80%;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
  color: #E60012;
}

main > div > .wine-sheets > ul {
  margin: 0 auto;
  padding: 15px;
  width: 70%;
  background: #fff;
  border: 5px solid #404040;
  border-radius: 5px;
}

main > div > .wine-sheets > ul > li {
  margin: 5px 0;
  font-size: 1.6rem;
  font-weight: 500;
}

main > div > .wine-sheets > ul > li > a {
  display: inline-block;
  padding: 5px 10px;
}

main > div > nav.breadcrumb {
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}

main > div > nav.breadcrumb > ol > li {
  position: relative;
  float: left;
}

main > div > nav.breadcrumb > ol > li > a,
main > div > nav.breadcrumb > ol > li > span {
  padding: 4px 20px 4px 0;
  display: inline-block;
  font-size: 1.4rem;
}

main > div > nav.breadcrumb > ol > li > a.csv-btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 1.5rem;
  font-weight: 300;
  background-color: #083e8e;
  color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 0 #c0c0c0;
}

main > div > nav.breadcrumb > ol > li > a.csv-btn:hover {
  background-color: #1d5fc3;
}

main > div > nav.breadcrumb > ol > li:not(:last-of-type):after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #303030;
  border-right: 1px solid #303030;
  transform: rotate(45deg);
}

main > div > nav.breadcrumb > ol > li:not(:first-of-type) a,
main > div > nav.breadcrumb > ol > li:not(:first-of-type) span {
  padding-left: 20px;
  margin-left: 8px;
}

main > div > .deadline {
  position: relative;
  margin: 10px auto;
  padding: 5px 0;
  width: 40%;
  color: #E60012;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  border: dashed 1px #E60012;
  border-radius: 5px;
}

main > div > .deadline > span {
  display: block;
  margin-bottom: 2px;
  font-size: 1.5rem;
  font-weight: 500;
}

main > div > .deadline > span:before {
  content: '[';
}

main > div > .deadline > span:after {
  content: ']';
}

main > div > p.message {
  margin: 15px 0;
  padding: 5px 15px;
  font-size: 2.0rem;
  text-align: center;
  color: #fff;
  background: #00a223;
}

main > div > form.signin-form {
  margin: 10px auto;
  padding: 15px 20px;
  width: 600px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  text-align: center;
}

main > div > form.signin-form > fieldset {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 150px;
  width: 100%;
  text-align: left;
}

main > div > form.signin-form > fieldset input {
  width: 100%;
  padding: 9px 5px;
  font-size: 1.7rem;
  background: #fff;
}

main > div > form.signin-form > p {
  margin: 10px 0;
  font-size: 1.5rem;
}

main > div > form.schedule-form {
  margin: 50px auto;
  padding: 20px 30px;
  width: 95%;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
}

main > div > form.schedule-form > h3 {
  margin-bottom: 30px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
}

main > div > form.schedule-form > table {
  float: left;
  margin: 30px 0;
  width: 100%;
}

main > div > form.schedule-form > table th, main > div > form.schedule-form > table td {
  padding: 5px 10px;
  font-size: 1.5rem;
}

main > div > form.schedule-form > table th {
  font-size: 1.5rem;
  text-align: center;
  border-width: 0 1px;
  border-style: solid;
  border-color: #fff;
  background: #202020;
  color: #fff;
  font-weight: 500;
}

main > div > form.schedule-form > table td {
  text-align: left;
  border-bottom: 1px dashed #a0a0a0;
  vertical-align: middle;
}

main > div > form.schedule-form > table td:nth-child(1) {
  width: 30%;
}

main > div > form.schedule-form > table td:nth-child(2) {
  width: 35%;
}

main > div > form.schedule-form > table td:nth-child(3) {
  width: 35%;
}

main > div > form.schedule-form > table td > dl {
  margin: 5px 0;
}

main > div > form.schedule-form > table td > dl > dt, main > div > form.schedule-form > table td > dl > dd {
  float: left;
  padding: 3px 0;
}

main > div > form.schedule-form > table td > dl > dt {
  clear: left;
  font-weight: 500;
  width: 30%;
}

main > div > form.schedule-form > table td > dl > dd {
  padding-left: 10px;
  width: 70%;
}

main > div > form.schedule-form > table td > select {
  display: block;
  padding: 6px 5px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.3rem;
  cursor: pointer;
}

main > div > form.schedule-form > table td > .error {
  margin: 10px 0;
  padding: 3px 10px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #65c11f;
  color: #fff;
}

main > div > form.co_exhibitor-form {
  margin: 50px auto;
  padding: 20px 15%;
  width: 95%;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
}

main > div > form.co_exhibitor-form > h3 {
  margin: 10px 0 20px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

main > div > form.co_exhibitor-form > div {
  width: 46%;
}

main > div > form.co_exhibitor-form > div.left {
  float: left;
}

main > div > form.co_exhibitor-form > div.right {
  float: right;
}

main > div > form.co_exhibitor-form > div > p {
  clear: both;
  margin: 10px auto;
  width: 80%;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: center;
}

main > div > form.co_exhibitor-form > div > .confirmations {
  width: 100%;
}

main > div > form.co_exhibitor-form > div > .confirmations > table {
  float: left;
  margin: 30px 0;
  width: 48%;
}

main > div > form.co_exhibitor-form > div > .confirmations > table > caption {
  margin-bottom: 30px;
  font-size: 2.0rem;
  font-weight: 500;
}

main > div > form.co_exhibitor-form > div > .confirmations > table th, main > div > form.co_exhibitor-form > div > .confirmations > table td {
  padding: 5px 10px;
  font-size: 1.5rem;
}

main > div > form.co_exhibitor-form > div > .confirmations > table th {
  width: 35%;
  text-align: right;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cfcfcf;
}

main > div > form.co_exhibitor-form > div > .confirmations > table td {
  width: 65%;
  text-align: left;
}

main > div > form.co_exhibitor-form > div fieldset {
  margin: 15px 0;
}

main > div > form.co_exhibitor-form > div fieldset > p {
  margin: 6px 0;
  font-size: 1.5rem;
}

main > div > form.comparing-form {
  margin: 20px auto;
  width: 1000px;
}

main > div > form.comparing-form > p {
  clear: both;
  margin: 10px auto;
  width: 80%;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: center;
}

main > div > form.comparing-form > table.exhibitor_kit {
  margin: 30px auto;
  width: 90%;
}

main > div > form.comparing-form > table.exhibitor_kit > caption {
  margin-bottom: 5px;
  font-size: 2.3rem;
  font-weight: 500;
  color: #E60012;
}

main > div > form.comparing-form > table.exhibitor_kit th, main > div > form.comparing-form > table.exhibitor_kit td {
  padding: 5px 10px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #c0c0c0;
  vertical-align: middle;
}

main > div > form.comparing-form > table.exhibitor_kit th:nth-child(1), main > div > form.comparing-form > table.exhibitor_kit td:nth-child(1) {
  width: 40%;
}

main > div > form.comparing-form > table.exhibitor_kit th:nth-child(2), main > div > form.comparing-form > table.exhibitor_kit td:nth-child(2) {
  width: 20%;
}

main > div > form.comparing-form > table.exhibitor_kit th:nth-child(3), main > div > form.comparing-form > table.exhibitor_kit td:nth-child(3) {
  width: 20%;
}

main > div > form.comparing-form > table.exhibitor_kit th:nth-child(4), main > div > form.comparing-form > table.exhibitor_kit td:nth-child(4) {
  width: 20%;
}

main > div > form.comparing-form > table.exhibitor_kit th {
  text-align: center;
  background: #f0f0f0;
}

main > div > form.comparing-form > table.exhibitor_kit th > span {
  margin-bottom: 3px;
  display: block;
  color: #E60012;
  font-size: 1.4rem;
}

main > div > form.comparing-form > table.exhibitor_kit td input {
  border-color: #E60012;
}

main > div > form.comparing-form > .confirmations {
  width: 100%;
}

main > div > form.comparing-form > .confirmations > table {
  float: left;
  margin: 30px 0;
  width: 48%;
}

main > div > form.comparing-form > .confirmations > table > caption {
  margin-bottom: 30px;
  font-size: 2.0rem;
  font-weight: 500;
}

main > div > form.comparing-form > .confirmations > table th, main > div > form.comparing-form > .confirmations > table td {
  padding: 5px 10px;
  font-size: 1.5rem;
}

main > div > form.comparing-form > .confirmations > table th {
  width: 35%;
  text-align: right;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cfcfcf;
}

main > div > form.comparing-form > .confirmations > table td {
  width: 65%;
  text-align: left;
}

main > div > form.comparing-form > section h3 {
  margin-bottom: 30px;
  padding: 5px 10px;
  font-size: 1.9rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

main > div > form.comparing-form > section h3.real-title {
  background: #003d98;
}

main > div > form.comparing-form > section h3.web-title {
  background: red;
}

main > div > form.comparing-form > section > .box {
  margin: 10px 0;
  padding: 3px 10px;
  background-color: #f7f7f7;
  border-radius: 10px;
}

main > div > form.comparing-form > section > p {
  margin: 5px 0;
  font-size: 1.5rem;
  text-indent: 1em;
}

main > div > form.comparing-form > section fieldset {
  margin: 15px 0;
}

main > div > form.comparing-form > section fieldset > p {
  margin: 2px 0;
  font-size: 1.4rem;
  line-height: 1.3;
}

main > div > form.comparing-form > section fieldset > p.caution {
  margin: 15px auto;
}

main > div > form.comparing-form > section fieldset > a.document-title {
  font-size: 1.4rem;
  margin-right: 30px;
}

main > div > form.comparing-form > section fieldset > img.document-thumbnail {
  height: 80px;
  margin: 15px 30px 15px 0;
}

main > div > form.comparing-form > section.middle {
  margin: 0 auto;
  padding: 10px 15px;
  width: 70%;
  border: 1px solid #e0e0e0;
}

main > div > form.comparing-form > section.all {
  width: 100%;
}

main > div > form.comparing-form > section.all > .left, main > div > form.comparing-form > section.all > .right {
  margin: 0;
  padding: 10px 15px;
  width: 50%;
}

main > div > form.comparing-form > section.all > .left {
  float: left;
  border-left: 1px solid #c0c0c0;
  border-right: 1px dashed #e0e0e0;
}

main > div > form.comparing-form > section.all > .right {
  float: right;
  border-right: 1px solid #c0c0c0;
}

section.all .online-logo {
  text-align: center;
  margin: 20px 0;
}

section.all .online-logo img {
  width: 80%;
}

section.all > p {
  color: red;
}

main > div > form.comparing-form > section.all > .all {
  clear: both;
  margin: 10px 0;
  padding: 20px 15px;
  border-left: 5px solid #e0e0e0;
  border-right: 5px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

main > div > form.comparing-form > section.all.margin {
  margin-top: 50px;
}

main > div > form.comparing-form > section.left, main > div > form.comparing-form > section.right {
  margin: 15px 0;
  padding: 10px 15px;
  width: 50%;
  border: 1px solid #e0e0e0;
}

main > div > form.comparing-form > section.left {
  float: left;
}

main > div > form.comparing-form > section.right {
  float: right;
}

main > div > form.visitors {
  margin: 30px auto;
  width: 75%;
}

main > div > form.visitors > p {
  margin: 15px 0;
  padding: 10px 5px;
  font-size: 1.9rem;
  font-weight: 400;
  border-bottom: 1px dashed #404040;
}

main > div > form.visitors > section {
  margin: 30px 15px;
  border: 1px solid #303030;
}

main > div > form.visitors > section.invisible {
  display: none;
}

main > div > form.visitors > section > h3 {
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #303030;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

main > div > form.visitors > section > fieldset {
  padding: 5px 15px;
  border-bottom: 1px solid #eaeaea;
}

main > div > form.visitors > section > fieldset > .left {
  float: left;
  width: 35%;
}

main > div > form.visitors > section > fieldset > .right {
  float: right;
  width: 65%;
}

main > div > form.visitors > section > fieldset p {
  margin: 3px 0;
  font-size: 1.4rem;
}

main > div > form.visitors > section > fieldset p.important {
  background: yellow;
}

main > div > form.visitors > section > fieldset p.error {
  margin: 10px 0;
  padding: 3px 10px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #65c11f;
  color: #fff;
}

main > div > form.visitors > section > .buttons {
  margin: 10px 0;
  text-align: right;
}

main > div > form.visitors > section > .buttons > .visitor-remove {
  margin: 0 auto;
  padding: 5px 15px;
}

main > div > form.visitors > section.important {
  border: #E60012 solid 5px;
}

main > div > form.visitors > section.important > h3 {
  background: #E60012;
}

main > div > form.visitors > .buttons {
  margin-bottom: 50px;
  text-align: center;
}

main > div > form.visitors > .buttons .visitor-add {
  margin: 0 auto;
  padding: 8px 30px;
}

main > div > .invitation-form {
  margin: 50px auto;
  padding: 10px 25px;
}

main > div > .invitation-form > h3 {
  margin: 5px 0 15px;
  padding: 5px 15px;
  border-bottom: 1px solid #404040;
  font-size: 1.8rem;
  font-weight: 600;
}

main > div > .invitation-form > h3 > span {
  display: inline-block;
  background: #E60012;
  color: #fff;
  padding: 2px 15px;
  border-radius: 3px;
  margin-right: 8px;
}

main > div > .invitation-form > p {
  margin: 8px 0;
  padding: 0 20px;
  font-size: 1.6rem;
}

main > div > .invitation-form > section {
  margin: 30px auto;
  width: 90%;
}

main > div > .invitation-form > section > fieldset {
  margin: 15px 0;
}

main > div > .invitation-form > section > fieldset > p {
  margin: 4px 0;
  font-size: 1.6rem;
}

main > div > .invitation-form > table {
  margin: 30px auto;
  width: 95%;
  box-shadow: 0 10px 15px #e0e0e0;
}

main > div > .invitation-form > table > caption {
  margin: 5px 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: left;
}

main > div > .invitation-form > table th, main > div > .invitation-form > table td {
  padding: 5px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.4rem;
  vertical-align: middle;
}

main > div > .invitation-form > table th {
  font-weight: 400;
  background: #E60012;
  color: #fff;
  font-weight: 600;
}

main > div > .invitation-form > table td {
  font-weight: 300;
}

main > div > .invitation-form > table td:nth-child(1) {
  width: 5%;
  text-align: center;
}

main > div > .invitation-form > table td:nth-child(2) {
  width: 10%;
}

main > div > .invitation-form > table td:nth-child(3) {
  width: 35%;
}

main > div > .invitation-form > table td:nth-child(4) {
  width: 15%;
  text-align: center;
}

main > div > .invitation-form > table td:nth-child(5) {
  width: 15%;
  text-align: center;
}

main > div > .invitation-form > table td:nth-child(6) {
  width: 20%;
  text-align: center;
}

main > div > .invitation-form > table td > span {
  display: block;
  font-size: 1.3rem;
}

main > div > .invitation-form > table td button {
  width: 100%;
  padding: 6px 7px;
  font-size: 1.3rem;
}

main > div > .invitation-form > table tr:nth-child(2n) td {
  background: #f0f0f0;
}

main > div > .invitation-form > table input[type='checkbox'] {
  width: 20px;
  height: 20px;
}

main > div > .invitation-form > .pager {
  margin: 10px 0;
  text-align: center;
}

main > div > .invitation-form > .pager > ul > li {
  display: inline-block;
}

main > div > .invitation-form > .pager > ul > li + li {
  margin-left: 1px;
}

main > div > .invitation-form > .pager > ul > li > span,
main > div > .invitation-form > .pager > ul > li > a {
  display: block;
  padding: 10px 20px;
  line-height: 28px;
  font-size: 1.6rem;
  border-radius: 3px;
  text-align: center;
}

main > div > .invitation-form > .pager > ul > li > a {
  color: #fff;
  background-color: #c0c0c0;
}

main > div > .invitation-form > .pager > ul > li > a:hover {
  background-color: #fc3a4a;
}

main > div > .invitation-form > .pager > ul > li > span {
  color: #0f0f0f;
}

main > div > .invitation-form > .pager > ul > li.active > span {
  color: #fff;
  border: none;
  background-color: #ff1f1f;
  font-weight: 800;
}

main > div > .invitation-form > .pager > ul > li.active > a {
  color: #000;
}

main > div > form.basic-form {
  margin: 50px auto;
  padding: 10px 25px;
  border-top: 10px solid #f0f0f0;
}

main > div > form.basic-form > nav {
  clear: both;
  padding: 30px 0;
  text-align: center;
}

main > div > form.basic-form > table.advertisements {
  margin: 30px auto;
  width: 95%;
  box-shadow: 0 10px 15px #e0e0e0;
}

main > div > form.basic-form > table.advertisements > caption {
  margin: 5px 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: left;
}

main > div > form.basic-form > table.advertisements th, main > div > form.basic-form > table.advertisements td {
  padding: 5px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.5rem;
  vertical-align: middle;
}

main > div > form.basic-form > table.advertisements th {
  font-weight: 400;
  background: #E60012;
  color: #fff;
  font-weight: 600;
}

main > div > form.basic-form > table.advertisements td {
  font-weight: 300;
}

main > div > form.basic-form > table.advertisements td:nth-child(1) {
  width: 10%;
  text-align: center;
}

main > div > form.basic-form > table.advertisements td:nth-child(2) {
  width: 40%;
}

main > div > form.basic-form > table.advertisements td:nth-child(3) {
  width: 15%;
}

main > div > form.basic-form > table.advertisements td:nth-child(4) {
  width: 15%;
}

main > div > form.basic-form > table.advertisements td:nth-child(5) {
  width: 10%;
}

main > div > form.basic-form > table.advertisements td:nth-child(6) {
  width: 10%;
  text-align: center;
}

main > div > form.basic-form > table.advertisements td > span {
  display: inline-block;
  margin-right: 3px;
  font-size: 1.8rem;
}

main > div > form.basic-form > table.advertisements td > input {
  display: inline-block;
  padding: 6px 5px;
  width: 60px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.7rem;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}

main > div > form.basic-form > table.advertisements tr:nth-child(2n) td {
  background: #f0f0f0;
}

main > div > form.basic-form > section {
  border-left: #007a96 3px solid;
  position: relative;
  margin: 50px auto;
  padding: 25px 30px;
  width: 85%;
  box-shadow: 0 0 10px #e9e9e9;
}

main > div > form.basic-form > section.left {
  float: left;
  width: 42%;
}

main > div > form.basic-form > section.right {
  float: right;
  width: 56%;
}

main > div > form.basic-form > section.message-check_please:before {
  content: 'ご確認ください！';
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -20px;
  transform: rotate(-5deg);
  background: #E60012;
  color: #fff;
  padding: 3px 15px;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 3px;
}

main > div > form.basic-form > section.message-check_please.en:before {
  content: 'Please Confirm';
}

main > div > form.basic-form > section > h3 {
  margin-bottom: 10px;
  padding: 3px 0;
  font-size: 2.0rem;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #404040;
}

main > div > form.basic-form > section > table.confirmation {
  margin: 30px auto 20px;
  width: 90%;
  text-align: left;
}

main > div > form.basic-form > section > table.confirmation > caption {
  margin: 5px 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: left;
}

main > div > form.basic-form > section > table.confirmation th, main > div > form.basic-form > section > table.confirmation td {
  padding: 5px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.6rem;
}

main > div > form.basic-form > section > table.confirmation th {
  width: 30%;
  font-weight: 400;
  background: #f8f8f8;
  border-right: 1px solid #707070;
}

main > div > form.basic-form > section > table.confirmation td {
  width: 70%;
  font-weight: 300;
}

main > div > form.basic-form > section > table.confirmation td > div {
  display: block;
  color: #E60012;
  font-weight: 600;
  font-size: 1.4rem;
}

main > div > form.basic-form > section > table.confirmation td > span {
  display: block;
  margin: 3px 0;
  font-weight: 500;
  font-size: 1.4rem;
}

main > div > form.basic-form > section > table.confirmation td > strong {
  display: block;
  margin: 3px 0;
  font-weight: 500;
  font-size: 1.4rem;
  background: yellow;
}

main > div > form.basic-form > section > table.confirmation td img {
  display: block;
  max-width: 300px;
}

main > div > form.basic-form > section > table.domestic_pre_appointment_meeting_buyers {
  margin: 30px auto 20px;
  width: 100%;
  text-align: left;
}

main > div > form.basic-form > section > table.domestic_pre_appointment_meeting_buyers th, main > div > form.basic-form > section > table.domestic_pre_appointment_meeting_buyers td {
  padding: 5px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.6rem;
  vertical-align: middle;
}

main > div > form.basic-form > section > table.domestic_pre_appointment_meeting_buyers th {
  width: 30%;
  font-weight: 400;
  background: #f8f8f8;
  border-right: 1px solid #707070;
  text-align: center;
}

main > div > form.basic-form > section > table.domestic_pre_appointment_meeting_buyers th:nth-child(1) {
  width: 8%;
}

main > div > form.basic-form > section > table.domestic_pre_appointment_meeting_buyers th:nth-child(2) {
  width: 40%;
}

main > div > form.basic-form > section > table.domestic_pre_appointment_meeting_buyers th:nth-child(3) {
  width: 20%;
}

main > div > form.basic-form > section > table.domestic_pre_appointment_meeting_buyers th:nth-child(4) {
  width: 35%;
}

main > div > form.basic-form > section > table.domestic_pre_appointment_meeting_buyers td {
  font-size: 1.4rem;
}

main > div > form.basic-form > section > fieldset {
  margin: 15px 0 20px;
  padding: 0 20px;
}

main > div > form.basic-form > section > fieldset > p.important {
  font-weight: 700;
  color: red;
}

main > div > form.basic-form > section > fieldset > dl.information {
  margin: 30px 30px;
  padding: 5px 15px;
  background: #f1f1f1;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
}

main > div > form.basic-form > section > fieldset > dl.information > dt, main > div > form.basic-form > section > fieldset > dl.information > dd {
  padding: 5px 10px;
  font-size: 1.8rem;
}

main > div > form.basic-form > section > fieldset > dl.information > dt {
  clear: left;
  float: left;
  width: 200px;
  font-weight: 600;
}

main > div > form.basic-form > section > fieldset > dl.information > dd {
  float: left;
}

main > div > form.basic-form > section > fieldset > dl.information > dd > span {
  display: block;
  padding: 0 15px;
  font-weight: 600;
  color: white;
  background: #E60012;
}

main > div > form.basic-form > section > fieldset > ul.link_list {
  margin: 30px 30px;
  padding: 10px 30px;
  background: #f1f1f1;
  border-radius: 10px;
}

main > div > form.basic-form > section > fieldset > ul.link_list > li {
  margin: 5px 0 15px;
  font-size: 1.8rem;
}

main > div > form.basic-form > section > fieldset > ul.link_list > li > span {
  display: block;
  font-weight: 600;
}

main > div > form.basic-form > section > fieldset > ul.link_list > li > a {
  display: block;
  padding: 0 10px;
}

main > div > form.basic-form > p {
  text-align: center;
}

main > div > form.basic-form > table.confirmation {
  margin: 30px auto;
  width: 70%;
  text-align: left;
}

main > div > form.basic-form > table.confirmation th, main > div > form.basic-form > table.confirmation td {
  padding: 5px 10px;
  border: 1px dashed #c0c0c0;
}

main > div > form.basic-form > table.confirmation th {
  width: 40%;
  font-size: 1.6rem;
  font-weight: 400;
}

main > div > form.basic-form > table.confirmation td {
  width: 60%;
  font-size: 1.5rem;
  font-weight: 300;
}

main > div > section.information {
  position: relative;
  padding: 15px 0 0 138px;
  min-height: 140px;
}

main > div > section.content {
  position: relative;
  min-height: 140px;
  border: 1px solid #5d5d5d;
  width: 70%;
  margin: auto;
  padding: 10px;
}

main > div > section.content p {
  font-size: 1.6rem;
}

main > div > section.content p:first-of-type {
  margin-bottom: 20px;
}

main > div > section.content p.inline {
  display: inline-block;
  padding-right: 5px;
}

main > div > section.content a.visitor-url {
  font-size: 1.7rem;
}

main > div > section > h3 {
  margin-bottom: 10px;
  padding: 3px 0;
  font-size: 2.0rem;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #404040;
}


main > div > section.information:before {
  position: absolute;
  top: -30px;
  left: -25px;
  display: block;
  content: '';
  /* background: url(../img/exhibitor_portal/common/goose_butler.svg) no-repeat; */
  width: 160px;
  height: 200px;
}

main > div > section.information.washoku:before {
  background: url(../img/exhibitor_portal/common/washoku_information.svg) no-repeat;
}

main > div > section.information.foodsafety:before {
  background: url(../img/exhibitor_portal/common/foodsafety_information.svg) no-repeat;
}

main > div > section.information > h3 {
  margin-bottom: 10px;
  font-size: 2.3rem;
  font-weight: 300;
}

main > div > section.information > p {
  margin: 5px 0;
  font-size: 1.5rem;
  font-weight: 200;
}

main > div > section.information > p.notice {
  font-size: 1.3rem;
  color: #505050;
}

main > div > section.information > p > strong {
  display: block;
  margin: 10px 0;
  border-radius: 5px;
  font-weight: 400;
}

main > div > section.information > p > strong > em {
  text-decoration: underline;
}

main > div > section.information > p > strong > strong {
  display: inline-block;
  background: #E60012;
  padding: 0 10px;
  margin-right: 5px;
  color: #fff;
  border-radius: 5px;
}

main > div > section.information > section {
  margin: 15px 0;
  padding: 10px 15px;
  width: 85%;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background: #fafafa;
}

main > div > section.information > section > h4 {
  margin-bottom: 5px;
  font-size: 1.9rem;
  font-weight: 300;
}

main > div > section.information > section > p {
  margin: 5px 0;
  font-size: 1.5rem;
  font-weight: 200;
}

main > div > nav.top_menu {
  margin: 30px 0;
}

main > div > nav.top_menu > ul > li {
  float: left;
  margin-left: 0.5%;
  width: 48.5%;
}

main > div > section.briefing {
  margin: 20px 0;
}

main > div > section.briefing > ul {
  margin: 30px 0;
  text-align: center;
}

main > div > section.briefing > ul > li {
  display: inline-block;
  margin: 10px 5px;
}

main > div > section.briefing > ul > li a:link,
main > div > section.briefing > ul > li a:visited {
  color: #fff;
}

main > div > section.briefing > ul > li > a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5px;
  background-color: #E60012;
  box-shadow: 2px 2px 0 #f0f0f0;
}

main > div > section.briefing > dl {
  margin: 40px auto;
  width: 57%;
  border: solid 1px #303030;
  border-radius: 5px;
}

main > div > section.briefing > dl > dt, main > div > section.briefing > dl > dd {
  float: left;
  padding: 8px 15px;
}

main > div > section.briefing > dl > dt {
  clear: left;
  padding-left: 30px;
  width: 20%;
  font-weight: 500;
  font-size: 1.8rem;
}

main > div > section.briefing > dl > dd {
  padding-right: 20px;
  width: 80%;
  font-size: 1.7rem;
  font-weight: 300;
}

main > div > section.service_introduction {
  margin: 50px auto;
  padding: 0 50px;
}

main > div > section.service_introduction > h3 {
  position: relative;
  margin: 15px 0;
  font-size: 2.4rem;
  font-weight: 800;
  color: #0043ff;
  text-align: center;
}

main > div > section.service_introduction > section.single_column {
  margin: 50px auto;
  padding: 10px;
  box-shadow: 0 0 10px #efefef;
}

main > div > section.service_introduction > section.single_column > h4 {
  margin: 15px 0;
  font-size: 1.9rem;
  font-weight: 500;
  color: #030303;
  text-align: center;
}

main > div > section.service_introduction > section.single_column > h4 > span {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 10px;
  font-weight: 500;
  color: #fff;
  background-color: #404040;
  border-radius: 5px;
}

main > div > section.service_introduction > section.single_column > p {
  margin: 8px 0;
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  text-indent: 1em;
}

main > div > section.service_introduction > section.single_column > .image {
  margin: 15px 0;
  padding: 0 30px;
  text-align: center;
}

main > div > section.service_introduction > section.single_column > .image img {
  display: inline-block;
  width: 400px;
  padding: 1px;
  border: 1px solid #a0a0a0;
}

main > div > section.service_introduction > section.single_column > .image > p {
  margin: 5px 0;
  font-size: 1.5rem;
}

main > div > section.service_introduction > section.double_columns {
  float: left;
  margin: 20px 0;
  margin-left: -1px;
  width: 50%;
  height: 820px;
  min-height: 600px;
  border: 1px solid #f0f0f0;
}

main > div > section.service_introduction > section.double_columns > h4 {
  margin: 15px 0;
  font-size: 1.9rem;
  font-weight: 500;
  color: #030303;
  text-align: center;
}

main > div > section.service_introduction > section.double_columns > p {
  margin: 5px 0;
  padding: 0 10px;
  font-size: 1.5rem;
  font-weight: 300;
  text-indent: 1em;
}

main > div > section.service_introduction > section.double_columns > .image {
  margin: 15px 0;
  padding: 0 30px;
  text-align: center;
}

main > div > section.service_introduction > section.double_columns > .image img {
  display: inline-block;
  width: 400px;
  padding: 1px;
  border: 1px solid #a0a0a0;
}

main > div > section.service_introduction > section.double_columns > .image > p {
  margin: 5px 0;
  font-size: 1.5rem;
}

main > div > .service-points {
  margin: 15px auto;
  width: 85%;
  background: #fbfcff;
  padding: 10px 50px;
  border-radius: 10px;
  border: 1px solid #808080;
}

main > div > .service-points > h3 {
  margin: 20px 0 30px;
  font-size: 2.2rem;
  text-decoration: underline;
}

main > div > .service-points > ul > li {
  position: relative;
  padding: 20px 0;
  font-size: 1.6rem;
  line-height: 1.8;
  border-top: 1px dotted #c0c0c0;
}

main > div > .service-points > ul > li:before {
  position: absolute;
  content: '';
  display: block;
  top: 30px;
  left: -25px;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 3px solid #E60012;
  border-right: 3px solid #E60012;
}

main > div > .service-points > ul > li > span {
  display: block;
  margin: 4px 0;
  font-size: 1.4rem;
  color: #606060;
}

main > div > .service-points > ul > li > strong {
  display: inline-block;
  background: yellow;
}

main > div > .service-points > ul > li > em {
  font-weight: 700;
}

main > div > div.nav_arrow {
  position: relative;
  margin: 50px 0 130px;
  font-size: 2.1rem;
  font-weight: 600;
  color: #202020;
  text-align: center;
}

main > div > div.nav_arrow:after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 50%;
  margin-left: -30px;
  margin-top: 35px;
  margin-bottom: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-bottom: 7px solid #E60012;
  border-right: 7px solid #E60012;
  transform: rotate(45deg);
  border-radius: 0 0 6px 0;
}

main > div > article.advertisement_applications {
  margin: 30px 0;
}

main > div > article.advertisement_applications > table {
  margin: 30px auto;
  width: 95%;
  box-shadow: 0 5px 15px #f7f7f7;
  border: 1px solid #f0f0f0;
}

main > div > article.advertisement_applications > table th, main > div > article.advertisement_applications > table td {
  padding: 10px 10px;
  font-size: 1.5rem;
  vertical-align: middle;
}

main > div > article.advertisement_applications > table th {
  font-weight: 300;
  font-size: 1.5rem;
  background: #043c82;
  color: #fff;
}

main > div > article.advertisement_applications > table th:nth-child(1) {
  width: 15%;
}

main > div > article.advertisement_applications > table th:nth-child(3) {
  width: 30%;
}

main > div > article.advertisement_applications > table th:nth-child(3) {
  width: 10%;
}

main > div > article.advertisement_applications > table th:nth-child(4) {
  width: 10%;
}

main > div > article.advertisement_applications > table th:nth-child(5) {
  width: 15%;
}

main > div > article.advertisement_applications > table th:nth-child(6) {
  width: 20%;
}

main > div > article.advertisement_applications > table td {
  font-size: 1.4rem;
  border-bottom: 1px dashed #e0e0e0;
}

main > div > article.advertisement_applications > table td:nth-last-child(1) {
  text-align: center;
}

main > div > article.advertisement_applications > table td:nth-last-child(2) {
  text-align: center;
}

main > div > article.advertisement_applications > table td:nth-last-child(3) {
  text-align: center;
}

main > div > article.advertisement_applications > table td:nth-last-child(6) {
  text-align: center;
}

main > div > article.advertisement_applications > table td > a {
  display: inline-block;
}

main > div > article.advertisement_applications > table td button {
  display: block;
  margin: 5px 0;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.1;
  border-radius: 3px;
  box-shadow: 1px 1px 0 #e0e0e0;
}

main > div > article.advertisement_applications > table td > p {
  margin: 3px 0;
  font-size: 1.3rem;
}

main > div > article.advertisement_applications > table td > p.important {
  color: red;
  font-weight: 700;
}

main > div > article.advertisement_applications > .caution {
  margin: 5px 0;
  padding: 0 80px;
  font-size: 1.6rem;
  font-size: 300;
  color: #606060;
}

main > div > article.products {
  margin: 30px 0;
}

main > div > article.products > table {
  margin: 30px auto;
  width: 90%;
  box-shadow: 0 5px 15px #f7f7f7;
  border: 1px solid #f0f0f0;
}

main > div > article.products > table th, main > div > article.products > table td {
  padding: 10px 10px;
  font-size: 1.6rem;
  vertical-align: middle;
}

main > div > article.products > table th:nth-child(1), main > div > article.products > table td:nth-child(1) {
  width: 10%;
  text-align: center;
}

main > div > article.products > table th:nth-child(2), main > div > article.products > table td:nth-child(2) {
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

main > div > article.products > table th:nth-child(3), main > div > article.products > table th:nth-child(4), main > div > article.products > table td:nth-child(3), main > div > article.products > table td:nth-child(4) {
  width: 17.5%;
  text-align: center;
}

main > div > article.products > table th:nth-child(5), main > div > article.products > table td:nth-child(5) {
  width: 25%;
  text-align: center;
}

main > div > article.products > table th {
  font-weight: 300;
  font-size: 1.5rem;
  background: #043c82;
  color: #fff;
}

main > div > article.products > table td {
  font-size: 1.4rem;
  border-bottom: 1px dashed #e0e0e0;
}

main > div > article.products > table td a {
  display: block;
  margin: 5px 0;
  padding: 10px 5px;
  line-height: 1.1;
  border-radius: 3px;
  box-shadow: 1px 1px 0 #e0e0e0;
}

main > div > article.products > table td a > span {
  display: block;
  margin-top: 3px;
  font-size: 1.2rem;
}

main > div > article.products > .caution {
  margin: 5px 0;
  padding: 0 80px;
  font-size: 1.6rem;
  font-size: 300;
  color: #606060;
}

main > div > section.co_exhibitors {
  margin: 30px auto;
  padding: 10px;
  width: 95%;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
}

main > div > section.co_exhibitors > h3 {
  margin: 10px 0 20px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

main > div > section.co_exhibitors > p {
  margin: 12px auto;
  width: 80%;
  font-size: 1.7rem;
  line-height: 1.9;
  text-indent: 1em;
}

main > div > section.co_exhibitors > p > strong {
  background-color: yellow;
}

main > div > section.co_exhibitors > table {
  margin: 30px auto;
  width: 90%;
}

main > div > section.co_exhibitors > table th, main > div > section.co_exhibitors > table td {
  vertical-align: middle;
}

main > div > section.co_exhibitors > table th {
  padding: 5px 0;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #505050;
}

main > div > section.co_exhibitors > table td {
  padding: 10px 0;
  font-size: 1.5rem;
  background-color: #e4f2ff;
  border-bottom: 1px solid #e0e0e0;
}

main > div > section.co_exhibitors > table td:nth-child(1), main > div > section.co_exhibitors > table td:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
  width: 12%;
  text-align: center;
}

main > div > section.co_exhibitors > table td:nth-child(3) {
  padding-left: 15px;
  padding-right: 5px;
  width: 40%;
  text-align: left;
}

main > div > section.co_exhibitors > table td:nth-child(4), main > div > section.co_exhibitors > table td:nth-child(5), main > div > section.co_exhibitors > table td:nth-child(6) {
  padding-left: 5px;
  padding-right: 5px;
  width: 12%;
  text-align: center;
}

main > div > section.co_exhibitors > table td:nth-child(4) a, main > div > section.co_exhibitors > table td:nth-child(5) a, main > div > section.co_exhibitors > table td:nth-child(6) a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px #e0e0e0;
}

main > div > section.co_exhibitors > table td:nth-child(4) a:active, main > div > section.co_exhibitors > table td:nth-child(5) a:active, main > div > section.co_exhibitors > table td:nth-child(6) a:active {
  box-shadow: none;
}

main > div > section.co_exhibitors > table td:nth-child(4) a.finished, main > div > section.co_exhibitors > table td:nth-child(5) a.finished, main > div > section.co_exhibitors > table td:nth-child(6) a.finished {
  background-color: #605dff;
}

main > div > section.co_exhibitors > table td:nth-child(4) a.finished:link, main > div > section.co_exhibitors > table td:nth-child(4) a.finished:visited, main > div > section.co_exhibitors > table td:nth-child(5) a.finished:link, main > div > section.co_exhibitors > table td:nth-child(5) a.finished:visited, main > div > section.co_exhibitors > table td:nth-child(6) a.finished:link, main > div > section.co_exhibitors > table td:nth-child(6) a.finished:visited {
  color: #fff;
}

main > div > section.co_exhibitors > table td:nth-child(6) a:link,
main > div > section.co_exhibitors > table td:nth-child(6) a:visited {
  color: red;
}

main > div > section.co_exhibitors > table tr.parent td {
  background-color: #ffd5d5;
}

main > div > section.co_exhibitors > table tfoot td {
  padding: 8px 10px;
  font-size: 1.4rem;
  color: #303030;
  background: none;
  border-bottom: none;
  text-align: right !important;
}

main > div nav.jump_navigation {
  margin: 30px auto;
  padding: 0 20px;
}

main > div nav.jump_navigation > h3 {
  position: relative;
  padding: 7px 0;
  font-size: 2.4rem;
  font-weight: 800;
  color: #0043ff;
  text-align: center;
}

main > div nav.jump_navigation > p.suggest {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  color: #E60012;
  text-decoration: underline;
}

.banner_width {
  width: 60%;
  display: inline-block;
}

main > div > div > .mini_banner {
  margin: 50px 0 15px;
}

main > div > div > .mini_banner > a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 2.5rem;
  font-weight: 600;
  background: #0050e2;
  color: #fff;
  text-align: center;
  width: 80%;
  border-radius: 5px;
  transition: 200ms;
}

main > div > div > .gray > a {
  background: #8e8e8d;
}

main > div > div > .orenge > a {
  background: #e66a00;
}

main > div > .mini_banner p.banner_text{
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
}

main > div > .web > a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 2.5rem;
  font-weight: 600;
  background: red;
  color: #fff;
  text-align: center;
  width: 80%;
  border-radius: 5px;
  transition: 200ms;
}

main > div > div > .mini_banner > a > .tag {
  display: block;
  position: absolute;
  top: -25px;
  left: -20px;
  padding: 5px 10px;
  background: #E60012;
  color: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
}

main > div > div > .mini_banner > a:hover {
  opacity: 0.8;
}

main > div > div > .mini_banner > a:after {
  position: absolute;
  content: '';
  display: block;
  top: 18px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 5px double #fff;
  border-right: 5px double #fff;
  transform: rotate(45deg);
}

main > div > section.display-result {
  margin: 30px auto 50px;
  padding: 30px 30px;
  width: 80%;
  background: linear-gradient(90deg, #fffced, transparent, #fffced);
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}

main > div > section.display-result > h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0043ff;
}

main > div > section.display-result > .link-button {
  margin: 30px 0;
  text-align: center;
}

main > div > section.display-result > .link-button > a {
  display: inline-block;
  padding: 15px 50px;
  font-size: 1.9rem;
  font-weight: 500;
  background-color: blue;
  border-radius: 5px;
}

main > div > section.display-result > .link-button > a:link, main > div > section.display-result > .link-button > a:visited {
  color: #fff;
}

main > div > section.display-result > .link-button > a:hover {
  opacity: 0.8;
}

main > div > section.display-result > .link-button > a:active {
  opacity: 0.6;
}

main > div > .left {
  float: left;
  padding-right: 10px;
  width: 50%;
}

main > div > .right {
  float: right;
  width: 50%;
}

main > div > .right2 {
  float: right;
  width: 40%;
  margin-top: 40px;
}

main > div > .all {
  clear: both;
  width: 100%;
}

main > div > .all_2 {
  clear: both;
  width: 100%;
  text-align: center;
}
.all_2 p {
  font-size: 1.5rem;
}
.all_2 table tr td span {
  font-size: 0.7rem;
}
.download_space h3 {
  margin-left: -8px;
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #0069a9;
}
.download_space p {
  margin: 2px 0;
  font-size: 1.5rem;
  font-weight: 200;
}
.download_space .mini_banner a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0px 15px 5px;
  font-size: 2.5rem;
  font-weight: 600;
  background: #00a6e6;
  color: #fff;
  text-align: center;
  width: 80%;
  border-radius: 5px;
  transition: 200ms;
  margin-bottom: 50px;
}
.download_space > .in-full > table {
  width: 100%;
  margin: 10px auto 35px;
  border: #ccc 1px solid; }
.download_space > .in-full > table th {
  padding: 5px 10px;
  background-color: #ededed;
  border: #ccc 1px solid;
  font-size: 1.3rem;
  font-weight: 500;
  vertical-align: middle; }
.download_space > .in-full > table td {
  padding: 10px;
  border: #ccc 1px solid;
  vertical-align: middle;
  line-height: 1.2em;
  text-align: center;
  font-size: 1.5rem; }
.download_space > .in-full > table td.light-g {
  background-color: #f9f9f9; }
.download_space > .in-full > table td span {
  font-size: 1.1rem; }
.download_space > .in-full > table td a {
  text-decoration: underline;
  text-decoration-color: #ccc; }
.download_space > .in-full > .number_5 {
  width: 14%; }
.download_space > .in-full > .number_4 {
  text-align: left;
  width: 21%; }
.download_space > .in-full > .number_3 {
  text-align: left;
  width: 48%; }
.download_space > .in-full > .number_2 {
  width: 5%; }
.download_space > .in-full > table td > .aten {
  margin: 5px 0 0 10px;
  font-size: 1.1rem;
  color: #e50012; }
.download_space > .in-full > table td.grey-out {
  color: #ccc; }

main > div .text_menu {
  margin: 10px auto;
  padding: 10px 20px;
}

main > div .text_menu > h3 {
  margin-left: -8px;
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #E60012;
}

main > div .text_menu > ul {
  margin: 15px 0;
}

main > div .text_menu > ul > li {
  margin: 15px 0;
}

main > div .text_menu > ul > li > a {
  display: block;
  position: relative;
  padding: 7px 15px;
  background: #f4f9ff;
  border: 1px solid #808080;
  border-radius: 5px;
  transition: 200ms;
}

main > div .text_menu > ul > li > a.important {
  background: #feffdb;
}

main > div .text_menu > ul > li > a:link, main > div .text_menu > ul > li > a:visited {
  color: #001889;
}

main > div .text_menu > ul > li > a:hover {
  border-color: #55b8ff;
}

main > div .text_menu > ul > li > a:active {
  opacity: 0.6;
}

main > div .text_menu > ul > li > a > .tag {
  display: block;
  margin-right: 5px;
  color: #E60012;
  font-size: 1.3rem;
  font-weight: 500;
}

main > div .text_menu > ul > li > a > .title {
  display: block;
  margin: 7px 0 3px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}

main > div .text_menu > ul > li > a > .caution {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #707070;
}

main > div .text_menu > ul > li > a > time {
  display: block;
  margin: 2px 0;
  font-size: 1.4rem;
  text-align: right;
}

main > div .text_menu > ul > li > a > .link {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 2px 8px;
  border-radius: 0 5px 0 5px;
  font-size: 1.2rem;
  font-weight: 100;
  text-align: right;
  background: #E60012;
  color: #fff;
}

main > div .text_menu > ul > li > a.disabled {
  background: #b0b0b0;
  border: none;
  box-shadow: none;
  cursor: default;
}

main > div .text_menu > ul > li > a.disabled:link, main > div .text_menu > ul > li > a.disabled:visited {
  color: #303030;
}

main > div .text_menu > ul > li > a.disabled:hover {
  border-left: none;
  padding-left: 15px;
}

main > div .text_menu > ul > li > a.disabled > .message {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

main > div .text_menu > ul > li > a.disabled > .tag {
  color: #303030;
}

.border-box {
  border: 1px solid;
  border-color: gray;
  border-radius: 8px;
}

main > div .large_menu {
  margin: 10px auto;
  padding: 10px 45px
}

main > div .large_menu > h3 {
  margin-left: -8px;
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #0069a9;
}

main > div .large_menu > p {
  clear: both;
  display: inline-block;
  margin: 2px 0;
  font-size: 1.5rem;
  font-weight: 200;
}

main > div .large_menu > p.important {
  display: inline-block;
  padding: 0 5px;
  font-weight: 400;
  color: #E60012;
  background-color: #ffff66;
}

main > div .large_menu > ul.banners {
  margin: 15px 0;
}

main > div .large_menu > ul.banners > li {
  /* margin-bottom: 30px; */
  margin-bottom: 15px;
}

main > div .large_menu > ul.banners > li img {
  width: 100%;
  /* width: 80%; */
  /* box-shadow: 0 0 5px #c0c0c0; */
}

main > div .large_menu > dl.news_release {
  margin: 20px 0;
  padding: 0 8px;
  border-left: 1px dashed #c0c0c0;
  max-height: 700px;
  overflow-y: scroll;
}

main > div .large_menu > dl.news_release > dt {
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}

main > div .large_menu > dl.news_release > dd {
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 1.5rem;
  font-weight: 200;
}

main > div .large_menu > dl.news_release > dd strong {
  background: yellow;
}

main > div .large_menu > dl.news_release > dd strong a:link, main > div .large_menu > dl.news_release > dd strong a:visited {
  color: #0065fd;
  font-weight: 500;
  text-decoration: underline;
}

main > div .large_menu > dl.news_release > dd strong a:hover {
  color: #E60012;
}

main > div .large_menu > dl.questions_and_answers {
  margin: 10px 0;
}

main > div .large_menu > dl.questions_and_answers > dt {
  margin-bottom: 4px;
  font-weight: 200;
  font-size: 1.6rem;
}

main > div .large_menu > dl.questions_and_answers > dt:before {
  content: 'Q. ';
  display: inline-block;
  width: 20px;
}

main > div .large_menu > dl.questions_and_answers > dd {
  padding-left: 7px;
  font-size: 1.4rem;
  font-weight: 200;
  margin-bottom: 20px;
}

main > div .large_menu > dl.schedule {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 1px dashed #c0c0c0;
}

main > div .large_menu > dl.schedule > dt, main > div .large_menu > dl.schedule > dd {
  margin-top: 3px;
  font-size: 1.4rem;
  font-weight: 200;
}

main > div .large_menu > dl.schedule > dt {
  position: relative;
  clear: left;
  float: left;
  width: 20%;
  color: #000;
  background-color: #f0f0f0;
}

main > div .large_menu > dl.schedule > dt.large {
  width: 23%;
}

main > div .large_menu > dl.schedule > dd.top {
  padding-top: 12px;
}

main > div .large_menu > dl.schedule > dt.separator {
  position: relative;
  clear: both;
  margin: 30px 0 5px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  background: none;
}

main > div .large_menu > dl.schedule > dt.separator:first-of-type {
  margin-top: 0;
}

main > div .large_menu > dl.schedule > dt.separator.active {
  margin-top: 10px;
}

main > div .large_menu > dl.schedule > dt.separator.active:before {
  content: '今月';
  display: block;
  position: absolute;
  padding: 0 10px;
  min-width: 38px;
  top: -25px;
  left: -70px;
  height: 24px;
  line-height: 24px;
  background-color: #E60012;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  z-index: 100;
}

main > div .large_menu > dl.schedule > dt.separator.active.en:before {
  content: 'This Month';
  left: -50px;
}

main > div .large_menu > dl.schedule > dt.separator.active:after {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -10px;
  width: 100%;
  border-bottom: 3px solid #E60012;
  z-index: 10;
}

main > div .large_menu > dl.schedule > span {
  display: inline-block;
  padding: 3px 7px;
  /* margin: 5px 0 0 7px; */
  color: #fff;
  font-weight: 300;
  font-size: 1.3rem;
}

main > div .large_menu > dl.schedule > p {
  padding: 3px 7px;
  margin: 5px 0 0 7px;
  color: #e60012;
  font-weight: bold;
  font-size: 1.3rem;
}

main > div .large_menu > dl.schedule > span.notice {
  background-color: #1f8214;
}

main > div .large_menu > dl.schedule > span.info {
  background-color: #071a5d;
}

main > div .large_menu > dl.schedule > span.important {
  background-color: #0098c5;
}

main > div .large_menu > dl.schedule > span.essential {
  background-color: #E60012;
}

main > div .large_menu > dl.schedule > dt > time {
  display: inline-block;
}

main > div .large_menu > dl.schedule > dd {
  float: left;
  width: 64%;
  padding: 0px 10px;
}

main > div .large_menu > dl.schedule > dd.date-no {
  width: 100%;
  padding: 0 0 0 116px;
  margin: 0;
}

main > div .large_menu > dl.schedule > dd > strong {
  display: block;
}

main > div .large_menu > dl.schedule > dd > strong:before {
  content: '※';
  display: inline-block;
  margin-right: 3px;
}

main > div .large_menu > dl.schedule .inactive {
  opacity: 0.4;
}

main > div .large_menu > dl.schedule h3 {
  text-align: center;
  font-size: 20px;
  padding: 3px 7px;
  margin-right: 7px;
  font-weight: 300;
  color: #fff;
}

main > div .large_menu > dl.schedule h3.real-title {
  background-color: #003d98;
}

main > div .large_menu > dl.schedule h3.web-title {
  background-color: red;
}

main table.pre_apo_meeting_schedule {
  margin: 30px auto;
  width: 90%;
}

main table.pre_apo_meeting_schedule caption {
  font-size: 1.8rem;
  margin: 10px 0;
}

main table.pre_apo_meeting_schedule th, main table.pre_apo_meeting_schedule td {
  padding: 5px 10px;
  font-size: 1.5rem;
}

main table.pre_apo_meeting_schedule th {
  font-size: 1.5rem;
  text-align: center;
  border-bottom: #313131 dashed 1px;
  background: #202020;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
}

main table.pre_apo_meeting_schedule th:nth-child(1) {
  width: 30%;
}

main table.pre_apo_meeting_schedule th.date {
  background: #E60012;
  color: #fff;
}

main table.pre_apo_meeting_schedule td {
  text-align: left;
  border-bottom: 1px dashed #a0a0a0;
  vertical-align: middle;
}

main table.pre_apo_meeting_schedule td > dl {
  margin: 5px 0;
}

main table.pre_apo_meeting_schedule td > dl > dt, main table.pre_apo_meeting_schedule td > dl > dd {
  float: left;
  padding: 3px 0;
}

main table.pre_apo_meeting_schedule td > dl > dt {
  clear: left;
  font-weight: 500;
  width: 30%;
}

main table.pre_apo_meeting_schedule td > dl > dd {
  padding-left: 10px;
  width: 70%;
}

div.invitation-url {
  font-size: 19px;
  margin: 25px 20px;
  display: flex;
}

div.invitation-url p {
  padding-right: 5px;
}

section > div.invitation-history {
  font-size: 16px;
  margin: 15px 20px;
}

section > div.invitation-history > label {
  font-size: 16px;
}

section > div.invitation-history > ul {
  padding: 0 20px;
}

div.basic-title-caution {
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
}

div.basic-title-caution > p {
  text-align: left;
}

div.basic-title-caution > p.text-indent {
  text-indent: -1em;
}

div.basic-title-caution > p > span {
  color: #E60012;
}

main > table.detail {
  margin: 40px auto;
  width: 80%;
}

main > table.detail > caption {
  margin: 15px 0;
  font-size: 2.1rem;
  font-weight: 300;
}

main > table.detail th, main > table.detail td {
  padding: 12px 8px;
  line-height: 1.3;
  border-width: 1px 0;
  border-style: dotted;
  border-color: #a0a0a0;
}

main > table.detail th {
  width: 35%;
  text-align: right;
  font-size: 1.6rem;
  color: #e7263d;
}

main > table.detail td {
  width: 65%;
  font-size: 1.5rem;
}

.confirm-appearance {
  font-size: 25px;
  display: inline-block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.product-name {
  width: 80%;
  height: 36px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.7rem;
}

/* 左右いっぱいに伸びた横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  margin-left: 10px;
}
.heading::after {
  background-color: #0aa698; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}

.heading::after {
  margin-left: 15px; /* 文字との余白 */
}
/* レイアウトのためのcss */
.container > h2 {
  color: #0aa698;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 20px;
}
.container {
  background-color: #d6ffff;
  margin-inline: auto;
  width: 70%;
  padding: 15px 0;
}
.form-check-input,
.form-check-label {
    vertical-align: middle; /* チェックボックスとラベルの垂直方向の揃え */
}
.form-check-input {
  display: inline-block;
  transform: scale(2); /* サイズを変更する */
  margin-right: 5px;
}
.form-check-label {
  display: inline-block;
  font-size: 20px;
}
.caution-text {
  font-size: 16px;
  text-align: center;
}
.business-meeting-button {
  margin-top: 10px;
}
.business-meeting-button > a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 2.5rem;
  font-weight: 600;
  background: #0aa698;
  color: #fff;
  text-align: center;
  width: 80%;
  border-radius: 5px;
  transition: 200ms;
}

.business-meeting-button > a:hover {
  opacity: 0.8;
}

.register-button {
  margin-top: 10px;
}
.register-button > a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 2.5rem;
  font-weight: 600;
  background: #f18e3d;
  color: #fff;
  text-align: center;
  width: 50%;
  border-radius: 5px;
  transition: 200ms;
  margin-top: 10px;
}

.register-button > a:hover {
  opacity: 0.8;
}

.product-table {
  margin-top: 15px;
  width: 100%;
  font-size: 20px;
}

.product-table > tbody > tr > th {
  background-color: #097fad;
  color: #fff;
  border: solid 1px #9acae6;
}

.product-table > tbody > tr > td {
  background-color: #fff;
  color: #000;
  border: solid 1px #9acae6;
  text-align: center;
  vertical-align: middle;
}

.product-table > tbody > tr > td > a > .edit {
  background: #db5252;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
  margin: 5px;
  font-weight: bold;
}

.product-table > tbody > tr > td > a > .edit:hover {
  background: #c0392b;
  transform: scale(1.05);
}

.product-table > tbody > tr > td > form > .delete {
  background: #908a8a;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
  margin: 5px;
  font-weight: bold;
}

.product-table > tbody > tr > td > form > .delete:hover {
  background: #908a8a;
  transform: scale(1.05);
}

.schedule-table {
  margin-top: 15px;
  width: 100%;
  font-size: 20px;
}

.schedule-table > tbody > tr > th {
  background-color: #097fad;
  color: #fff;
  border: solid 1px #9acae6;
  vertical-align: middle;
}

.schedule-table > tbody > tr > td {
  background-color: #fff;
  color: #000;
  border: solid 1px #9acae6;
  text-align: center;
  vertical-align: middle;
}

.buyer-table {
  margin-top: 15px;
  width: 100%;
  font-size: 20px;
}

.buyer-table > tbody > tr > th {
  background-color: #097fad;
  color: #fff;
  border: solid 1px #9acae6;
  vertical-align: middle;
}

.buyer-table > tbody > tr > td {
  background-color: #fff;
  color: #000;
  border: solid 1px #9acae6;
  text-align: center;
  vertical-align: middle;
}

.buyer-table > tbody > tr > td > a {
  color: #2619e4;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
/* モーダルのスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.modal-content > div{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-table {
  width: 100%;
  border-collapse: collapse;
}
.modal-table th, .modal-table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.modal-table th {
  background-color: #f2f2f2;
  text-align: left;
}

.heading2 {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  margin-left: 10px;
  color: #0aa698;
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
}
.heading2::after {
  background-color: #0aa698; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}

.heading2::after {
  margin-left: 15px; /* 文字との余白 */
}

.meeting-number {
  vertical-align: middle;
  margin-bottom: 4px;
  width: 40px;
}
