@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,100%,20%,53%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%,100%,20%,53%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%,100%,50% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,100%,50% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%,100% {
    -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 {
  0%,100% {
    -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 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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%,100%,20%,40%,60%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,100%,20%,40%,60%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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);
  }
  100% {
    -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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -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 {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -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);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  margin: 0;
  border: 0;
  padding: 0;
  background: #fff;
  color: #222;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 1;
}

a {
  color: #DE280A;
  text-decoration: underline;
  outline: none;
}

a:hover {
  color: #f76d57;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

a:hover, a:active, a:focus {
  outline: none;
}

img {
  border: 0;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul, ol {
  margin: 0 0 0 1.5rem;
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}

dl {
  width: auto;
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
dl dd {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

var {
  font-style: normal;
}

address {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}
table th, table td {
  padding: 0;
  line-height: 1.5;
}

input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=password] {
  margin: 0;
  padding: 0.5rem;
  line-height: 1;
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 1rem;
}

input[type=text]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled {
  cursor: default;
  color: #aaa;
  background: #efefef;
}

select {
  margin: 0;
  outline: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  background-image: url(/assets/images/icon_selectarrow.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: auto 40%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  padding-right: 2rem !important;
  font-size: 1rem;
}
select[disabled] {
  color: #666;
  background: #efefef;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

textarea {
  margin: 0;
  padding: 0.6rem;
  line-height: 1.5;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background: #fff;
  font-size: 1rem;
}

video {
  vertical-align: bottom;
}

.no-scroll {
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .only-xl {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-xs {
    display: none !important;
  }
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1.5rem;
  border-radius: 3rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn a:hover {
  opacity: 0.7;
}
.btn a i {
  font-size: 1.3rem;
  margin-left: 0.25rem;
  vertical-align: middle;
}
.btn a span {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .btn a i {
    font-size: 1rem;
  }
  .btn a span {
    font-size: 1rem;
  }
}

.trans-pages a {
  background: #DE280A;
  color: #fff;
}

.trans-apply a {
  background: #02C755;
  color: #fff;
}

.trans-docs a {
  background: #002588;
  color: #fff;
}

.form-button--check {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.form-button--check input[type=checkbox],
.form-button--check input[type=radio] {
  display: none;
}
.form-button--check label {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  margin: 0;
  padding: 0.55rem 0.5rem 0.55rem 2rem;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
}
.form-button--check input[type=checkbox] + label,
.form-button--check input[type=radio] + label {
  cursor: pointer;
}
.form-button--check input[type=checkbox] + label:before,
.form-button--check input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  box-sizing: border-box;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  background: #fff;
  border: 1px solid #ddd;
}
.form-button--check input[type=checkbox]:checked + label,
.form-button--check input[type=radio]:checked + label {
  border: 1px solid #0061da;
  color: #fff;
  background: #0061da;
}
.form-button--check input[type=checkbox]:checked + label:before,
.form-button--check input[type=radio]:checked + label:before {
  border: 1px solid #0061da;
}
.form-button--check input[type=checkbox]:checked + label:after,
.form-button--check input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  box-sizing: border-box;
  display: block;
  width: 10px;
  height: 6px;
  margin-top: -5px;
  border-left: 2px solid #0061da;
  border-bottom: 2px solid #0061da;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-button--check input[type=checkbox]:disabled + label,
.form-button--check input[type=radio]:disabled + label {
  color: #222;
  background: #efefef;
  border: 1px solid #ddd;
  cursor: default;
}
.form-button--check input[type=checkbox]:disabled + label:before,
.form-button--check input[type=radio]:disabled + label:before {
  border: 1px solid #aaa;
  background: #efefef;
}
.form-button--check input[type=checkbox]:disabled + label:after,
.form-button--check input[type=radio]:disabled + label:after {
  border-left: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.form-button--check input[type=checkbox]:checked:disabled + label,
.form-button--check input[type=radio]:checked:disabled + label {
  color: #222;
  background: #efefef;
  border: 1px solid #666;
  cursor: default;
}
.form-button--check input[type=checkbox]:checked:disabled + label:before,
.form-button--check input[type=radio]:checked:disabled + label:before {
  border: 1px solid #0061da;
  background: #fff;
}
.form-button--check input[type=checkbox]:checked:disabled + label:after,
.form-button--check input[type=radio]:checked:disabled + label:after {
  border-left: 2px solid #0061da;
  border-bottom: 2px solid #0061da;
}

@media (min-width: 769px) {
  .nav-btn-double {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 960px;
    margin: 0 auto;
  }
  .nav-btn-double nav {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .nav-btn-double nav:nth-child(2) {
    margin: 1rem auto 0 auto !important;
  }
}

.ttl-main {
  margin: 0 0 2rem 0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ttl-main {
    margin: 0 0 1rem 0;
  }
}
.ttl-main span {
  display: block;
  font-size: 2rem;
}
.ttl-main small {
  color: #666;
  display: block;
  font-weight: normal;
  font-size: 60%;
}
.ttl-main small br {
  display: none;
}
.ttl-main::before {
  position: absolute;
  top: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #002588;
}
@media (max-width: 768px) {
  .ttl-main span {
    font-size: 1.5rem;
  }
  .ttl-main small {
    font-size: 0.8rem;
  }
  .ttl-main small br {
    display: block;
  }
}

#page-top {
  display: none;
  position: fixed;
  z-index: 5;
}
@media (min-width: 769px) {
  #page-top {
    right: 1rem;
    bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #page-top {
    right: 4vw;
    bottom: 4vw;
  }
}
#page-top a {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: #00469B;
  transition: .3s;
}
#page-top a span {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  display: block;
  top: 1.2rem;
  left: 1rem;
}
#page-top a:hover {
  background-color: #DE280A;
}

main {
  position: relative;
}
main > section {
  padding: 3rem 0;
}

.breadcrumbs {
  overflow: auto;
}
@media (min-width: 769px) {
  .breadcrumbs {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 0.75rem;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs ul li {
  font-size: 0.75rem;
  white-space: nowrap;
}
.breadcrumbs ul li:after {
  content: ">";
  margin: 0 0.25rem;
}
.breadcrumbs ul li:last-child:after {
  content: "";
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
header #ci {
  z-index: 101;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  background: #fff;
}
@media (max-width: 768px) {
  header #ci {
    width: 80px;
    height: 80px;
  }
}
header #ci div {
  position: relative;
}
header #ci div::before, header #ci div::after {
  content: '';
  position: absolute;
  top: 80px;
  width: 0;
  height: 0;
  border-style: solid;
}
@media (max-width: 768px) {
  header #ci div::before, header #ci div::after {
    top: 60px;
  }
}
header #ci div::before {
  left: -15px;
  border-color: transparent #fff transparent transparent;
  border-width: 0px 15px 30px 0px;
}
@media (max-width: 768px) {
  header #ci div::before {
    border-width: 0px 15px 20px 0px;
  }
}
header #ci div::after {
  right: -15px;
  border-color: #fff transparent transparent transparent;
  border-width: 30px 15px 0px 0px;
}
@media (max-width: 768px) {
  header #ci div::after {
    border-width: 20px 15px 0px 0px;
  }
}
header #ci div figure {
  margin: 0;
  padding: 10px;
}
header #ci div figure a {
  display: block;
  text-align: center;
}
header #ci div figure a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
header #header-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
header #btn-menu {
  position: relative;
  cursor: pointer;
}
@media (min-width: 769px) {
  header #btn-menu {
    width: 5rem;
    height: 5rem;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
}
@media (max-width: 768px) {
  header #btn-menu {
    max-width: 3.75rem;
    height: 3.75rem;
    flex: 1;
    position: relative;
    z-index: 100;
  }
}
header #btn-menu label {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  margin: 0;
  width: 100%;
  color: #002588;
  font-size: 0.6rem;
  text-align: center;
}
@media (min-width: 769px) {
  header #btn-menu label {
    bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  header #btn-menu label {
    bottom: 0.5rem;
  }
}
header #btn-menu button {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}
header #btn-menu button span {
  position: relative;
  background-color: #002588;
  display: block;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  header #btn-menu button span {
    margin: 0.5rem auto;
    width: 2rem;
    height: 3px;
  }
}
@media (max-width: 768px) {
  header #btn-menu button span {
    margin: 0.4rem auto;
    width: 1.8rem;
    height: 2px;
  }
}
header #btn-menu button span:nth-of-type(2) {
  left: 0;
}
header #btn-menu button.active span {
  background-color: #fff;
}
header #btn-menu button.active span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
@media (min-width: 769px) {
  header #btn-menu button.active span:nth-of-type(1) {
    top: 0.8rem;
  }
}
@media (max-width: 768px) {
  header #btn-menu button.active span:nth-of-type(1) {
    top: 0.6rem;
  }
}
header #btn-menu button.active span:nth-of-type(2) {
  left: 20%;
  opacity: 0;
}
header #btn-menu button.active span:nth-of-type(3) {
  -webkit-transform: translateY(1rem) rotate(45deg);
  transform: translateY(1rem) rotate(45deg);
}
@media (min-width: 769px) {
  header #btn-menu button.active span:nth-of-type(3) {
    top: -1.6rem;
  }
}
@media (max-width: 768px) {
  header #btn-menu button.active span:nth-of-type(3) {
    top: -1.5rem;
  }
}
@media (min-width: 769px) {
  header #btn-menu:hover {
    background: #bbceff;
  }
}
header #btn-menu.menu-open {
  background: #002588;
}
header #btn-menu.menu-open label {
  color: #fff;
}
header #nav-burger-menu {
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  overflow: auto;
  padding-bottom: 5.5rem;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 769px) {
  header #nav-burger-menu {
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}
@media (min-width: 769px) {
  header #nav-burger-menu #nav-burger-menu-contents {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  header #nav-burger-menu #nav-burger-menu-contents {
    padding: 3rem 0;
  }
}
header #nav-burger-menu #nav-burger-menu-contents div {
  padding-bottom: 1rem;
  margin: 0 auto 1rem auto;
  border-bottom: 1px dashed #666;
}
@media (min-width: 769px) {
  header #nav-burger-menu #nav-burger-menu-contents div {
    max-width: 50%;
  }
}
header #nav-burger-menu #nav-burger-menu-contents div p {
  font-weight: bold;
  text-align: center;
  color: #002588;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  header #nav-burger-menu #nav-burger-menu-contents div p {
    font-size: 1.2rem;
  }
}
header #nav-burger-menu #nav-burger-menu-contents div ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header #nav-burger-menu #nav-burger-menu-contents div ul li {
  margin: 10px 10px;
}
@media (max-width: 768px) {
  header #nav-burger-menu #nav-burger-menu-contents div ul li {
    margin: 4px;
    width: calc( (100% - 24px) / 2);
  }
}
header #nav-burger-menu #nav-burger-menu-contents div ul li a {
  display: block;
  font-size: 0.9rem;
  color: #333;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  header #nav-burger-menu #nav-burger-menu-contents div ul li a {
    padding: 8px;
    text-align: center;
  }
}
header #nav-burger-menu #nav-burger-menu-contents div ul li a:hover {
  text-decoration: none;
}

#footer-cta {
  margin: 0;
  padding: 4rem 0;
  background: url("/assets/img/bg_footer_cta.webp") 50% 100% no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #footer-cta {
    padding: 3rem 1.5rem;
  }
}
#footer-cta--lead h4 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#footer-cta--lead p {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  #footer-cta--lead h4 {
    font-size: 1.8rem;
  }
  #footer-cta--lead p {
    font-size: 1rem;
  }
}
#footer-cta--conversion {
  width: 960px;
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#footer-cta--conversion nav {
  width: 48%;
}
@media (max-width: 768px) {
  #footer-cta--conversion {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #footer-cta--conversion nav {
    width: 100%;
    margin: 1.5rem auto;
  }
}
#footer-cta--contacts {
  margin: 0 auto;
}
@media (min-width: 769px) {
  #footer-cta--contacts {
    width: 960px;
  }
}
#footer-cta--contacts ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  #footer-cta--contacts ul {
    display: block;
  }
}
#footer-cta--contacts ul li {
  width: 30%;
  color: #fff;
  border-radius: 1rem;
  border: 1px solid #fff;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  #footer-cta--contacts ul li {
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
  }
  #footer-cta--contacts ul li:first-child {
    margin-top: 0;
  }
}
#footer-cta--contacts ul li h5 {
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
}
#footer-cta--contacts ul li h5 i {
  display: block;
  font-size: 2rem;
}
#footer-cta--contacts ul li h5 span {
  font-size: 1.1rem;
}
#footer-cta--contacts ul li p {
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#footer-cta .htcc-sub {
  font-size: 0.9rem;
}

footer {
  position: relative;
  background: #002588;
}
@media (min-width: 769px) {
  footer #ft-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  footer #ft-contents {
    padding: 1.5rem;
  }
}
footer #ft-contents > div {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 769px) {
  footer #ft-contents > div {
    padding: 3rem;
    width: 30%;
  }
}
@media (max-width: 768px) {
  footer #ft-contents > div {
    justify-content: center;
    margin-bottom: 1.5rem;
  }
}
footer #ft-contents > div figure {
  margin: 0 0.5rem 0 0;
  padding: 0;
  width: 4rem;
}
footer #ft-contents > div figure img {
  display: block;
  width: 100%;
}
footer #ft-contents > div p {
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  footer #ft-contents > div p {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  footer #ft-contents > nav {
    width: 70%;
    padding: 3rem;
  }
}
footer #ft-contents > nav h5 {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
footer #ft-contents > nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 769px) {
  footer #ft-contents > nav ul li {
    margin: 0.5rem;
  }
}
@media (max-width: 768px) {
  footer #ft-contents > nav ul li {
    margin-top: 1rem;
  }
}
footer #ft-contents > nav ul li a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  footer #ft-contents > nav ul li a {
    padding: 0.75rem 0;
  }
}
footer #ft-contents > nav ul li a i {
  margin-right: 0.25rem;
}
@media (min-width: 769px) {
  footer #ft-contents > nav > div.ftc-sitecontent li {
    width: 23%;
  }
}
@media (max-width: 768px) {
  footer #ft-contents > nav > div.ftc-sitecontent li {
    width: 50%;
  }
  footer #ft-contents > nav > div.ftc-sitecontent li:nth-child(1), footer #ft-contents > nav > div.ftc-sitecontent li:nth-child(2) {
    margin-top: 0;
  }
}
footer #ft-contents > nav > div.ftc-externalsite {
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  footer #ft-contents > nav > div.ftc-externalsite li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  footer #ft-contents > nav > div.ftc-externalsite li {
    width: 100%;
  }
  footer #ft-contents > nav > div.ftc-externalsite li:nth-child(1) {
    margin-top: 0;
  }
}
footer #ft-credits {
  background: #001755;
  padding: 1rem;
}
footer #ft-credits p {
  font-size: 0.8rem;
  color: #fff;
}
@media (max-width: 768px) {
  footer #ft-credits p {
    text-align: center;
  }
  footer #ft-credits p:last-child {
    margin-top: 1rem;
  }
}

#topicpath {
  overflow: auto;
}
@media (min-width: 769px) {
  #topicpath {
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  #topicpath {
    padding: 0.5rem;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 769px) {
  #topicpath--inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

#hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: url(/assets/img/bg_hero.webp) 50% 0% no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  #hero {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  #hero {
    background: url(/assets/img/bg_hero.webp) 90% 0% no-repeat;
  }
}
#hero--wrapper {
  padding-top: 80px;
}
@media (max-width: 768px) {
  #hero--wrapper {
    padding-top: 5.75rem;
  }
}
#hero--catch {
  width: 100%;
  text-align: center;
}
#hero--catch h1 {
  font-size: 4.5rem;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #hero--catch h1 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
#hero--catch p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  #hero--catch p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
#hero--conversion {
  width: 960px;
  margin: 3rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#hero--conversion nav {
  width: 48%;
}
@media (max-width: 768px) {
  #hero--conversion {
    display: block;
    width: 80vw;
    margin: 0 auto;
  }
  #hero--conversion nav {
    width: 100%;
    margin: 1rem auto;
  }
}

#home-news article {
  background: #fff;
}
@media (min-width: 769px) {
  #home-news article {
    width: 960px;
    margin: 0 auto;
  }
}
#home-news article ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#home-news article ol li {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home-news article ol li a {
  color: #222;
  text-decoration: none;
  padding: 1.25rem;
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  #home-news article ol li a {
    display: flex;
    align-items: center;
  }
  #home-news article ol li a time {
    width: 14%;
  }
  #home-news article ol li a p {
    width: 84%;
  }
  #home-news article ol li a:hover {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  #home-news article ol li a {
    padding: 0.75rem;
  }
  #home-news article ol li a p {
    width: calc(100% - 2rem);
  }
}
#home-news article ol li i {
  width: 2%;
  color: #DE280A;
}
@media (max-width: 768px) {
  #home-news article ol li i {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -0.5rem;
  }
}
#home-news article nav {
  width: 480px;
  margin: 2rem auto 0 auto;
}
@media (max-width: 768px) {
  #home-news article nav {
    width: 90%;
  }
}

#home-philosophy {
  background: url("/assets/img/bg_emblem.webp") 0 50% no-repeat;
  background-size: auto 80%;
}
@media (max-width: 768px) {
  #home-philosophy {
    background: url("/assets/img/bg_emblem.webp") 50% no-repeat;
    background-size: 50% auto;
  }
}
#home-philosophy h2 {
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  #home-philosophy h2 {
    margin: 0;
  }
}
@media (min-width: 769px) {
  #home-philosophy article {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #home-philosophy article {
    padding: 0 0.75rem;
  }
}
#home-philosophy article ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 2rem 4rem;
  list-style-type: none;
}
@media (max-width: 768px) {
  #home-philosophy article ul {
    gap: 0;
    justify-content: space-between;
  }
}
#home-philosophy article ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 4px solid #ff0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #home-philosophy article ul li {
    width: 45vw;
    height: 45vw;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
}
#home-philosophy article ul li div {
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  #home-philosophy article ul li div {
    padding: 0 1rem;
  }
}
#home-philosophy article ul li p {
  text-align: center;
  font-size: 1.1rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  #home-philosophy article ul li p {
    font-size: 0.8rem;
  }
}
#home-philosophy article ul li p small {
  font-size: 10px;
}
#home-philosophy article ul li:nth-child(1) {
  background-image: url("/assets/img/img_philosophy_01.webp");
}
#home-philosophy article ul li:nth-child(2) {
  background-image: url("/assets/img/img_philosophy_02.webp");
}
#home-philosophy article ul li:nth-child(3) {
  background-image: url("/assets/img/img_philosophy_03.webp");
}
#home-philosophy article ul li:nth-child(4) {
  background-image: url("/assets/img/img_philosophy_04.webp");
}
#home-philosophy article ul li:nth-child(5) {
  background-image: url("/assets/img/img_philosophy_05.webp");
}
#home-philosophy article ul li:nth-child(6) {
  background-image: url("/assets/img/img_philosophy_06.webp");
}
#home-philosophy nav {
  width: 480px;
  margin: 2rem auto 0 auto;
}
@media (max-width: 768px) {
  #home-philosophy nav {
    width: 90%;
  }
}

#home-strength h2 {
  margin: 0;
}
@media (min-width: 769px) {
  #home-strength article {
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #home-strength article {
    padding: 0 0.75rem;
  }
}
#home-strength article ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  #home-strength article ul {
    display: block;
  }
}
@media (min-width: 769px) {
  #home-strength article ul li {
    margin-top: 3rem;
    padding: 0 1rem;
    width: calc(100% / 3);
    text-align: center;
  }
}
@media (max-width: 768px) {
  #home-strength article ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
}
#home-strength article ul li figure {
  margin: 0 auto 1rem auto;
  padding: 0;
  width: 160px;
  height: 160px;
}
#home-strength article ul li figure img {
  width: 100%;
}
@media (max-width: 768px) {
  #home-strength article ul li figure {
    margin: 0;
    width: 24%;
    height: auto;
  }
}
@media (max-width: 768px) {
  #home-strength article ul li div {
    width: 70%;
  }
}
#home-strength article ul li h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #home-strength article ul li h3 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #home-strength article ul li p {
    font-size: 0.9rem;
  }
}

#home-chooseus {
  display: flex;
  background: #002588;
}
@media (min-width: 769px) {
  #home-chooseus {
    padding: 130px 0;
    clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
    align-items: center;
  }
}
@media (max-width: 768px) {
  #home-chooseus {
    padding: 40px 0;
    clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  #home-chooseus article {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #home-chooseus article {
    width: 100%;
    display: block;
  }
}
#home-chooseus article:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/assets/img/img_chooseus.webp) 50% no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media (max-width: 768px) {
  #home-chooseus article:first-child {
    order: 2;
    margin-bottom: 2rem;
  }
}
#home-chooseus article:last-child {
  padding: 3rem;
}
@media (max-width: 768px) {
  #home-chooseus article:last-child {
    padding: 1.5rem;
    order: 1;
  }
}
#home-chooseus article h2 {
  color: #fff;
  font-size: 1.7rem;
}
#home-chooseus article ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#home-chooseus article ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 1.5rem;
}
#home-chooseus article ol li > p {
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 24px;
}
#home-chooseus article ol li div {
  width: calc(100% - 48px);
  color: #fff;
}
@media (min-width: 769px) {
  #home-chooseus nav {
    width: 428px;
  }
}
@media (max-width: 768px) {
  #home-chooseus nav {
    width: 90%;
  }
}
#home-chooseus nav a {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#home-chooseus nav a:hover {
  background: rgba(255, 255, 255, 0.2);
}

#home-recommend {
  background: #002588;
}
@media (min-width: 769px) {
  #home-recommend {
    padding: 130px 0;
    clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
    align-items: center;
  }
}
@media (max-width: 768px) {
  #home-recommend {
    padding: 60px 0;
    clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
    flex-wrap: wrap;
  }
}
#home-recommend h2 {
  margin: 0;
}
#home-recommend h2 * {
  color: #fff;
}
#home-recommend h2::before {
  background: #ff0;
}
@media (min-width: 769px) {
  #home-recommend article {
    max-width: 1240px;
    margin: 0 auto;
  }
}
#home-recommend article ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#home-recommend article ul li {
  color: #fff;
}
@media (min-width: 769px) {
  #home-recommend article ul li {
    margin-top: 3rem;
    width: calc(100% / 3);
    padding: 0 2rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #home-recommend article ul li {
    width: 94%;
    margin: 1.5rem auto 0 auto;
  }
}
#home-recommend article ul li figure img {
  border-radius: 1rem;
  border: 4px solid #fff;
}
#home-recommend article ul li h3 {
  font-size: 1.1rem;
}
#home-recommend .cv-attention-text2 {
  margin: 4rem auto 0 auto;
  background: #50B3E5;
}
#home-recommend .cv-attention-text2 h4 {
  color: #fff;
}
#home-recommend .cv-attention-text2 h4::before, #home-recommend .cv-attention-text2 h4::after {
  background: #fff;
}
#home-recommend .cv-attention-text2 p {
  color: #fff;
}

@media (min-width: 769px) {
  #home-guidance article {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #home-guidance article {
    padding: 0 1.5rem;
  }
}
#home-guidance .home-guidance--plan {
  background: #fff;
  border-radius: 1rem;
  position: relative;
  box-shadow: 0 0 1px 1px #ddd inset;
}
@media (min-width: 769px) {
  #home-guidance .home-guidance--plan {
    width: 360px;
    margin: 0 2vw;
  }
}
@media (max-width: 768px) {
  #home-guidance .home-guidance--plan {
    width: 100%;
    margin-top: 2rem;
  }
}
#home-guidance .home-guidance--plan .hgp-context {
  padding: 1rem;
}
#home-guidance .home-guidance--plan h3 {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 0.75rem 0;
}
#home-guidance .home-guidance--plan h3 small {
  display: block;
}
#home-guidance .home-guidance--plan__time {
  text-align: center;
}
#home-guidance .home-guidance--plan__fee {
  background: #000;
  color: #fff;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 3rem;
  text-align: center;
  line-height: 1;
}
#home-guidance .home-guidance--plan__fee var {
  padding: 0 0.25rem;
  font-size: 2.2rem;
}
#home-guidance .home-guidance--plan__phrase {
  font-size: 1.1rem;
  text-align: center;
}
#home-guidance .home-guidance--plan ul {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style-type: none;
}
#home-guidance .home-guidance--plan ul li {
  display: flex;
  align-items: center;
  line-height: 2;
}
#home-guidance .home-guidance--plan ul li i {
  font-size: 1.2rem;
  margin-right: 0.25rem;
}
#home-guidance .home-guidance--plan.c-kids h3 {
  background: #00C472;
}
#home-guidance .home-guidance--plan.c-kids .home-guidance--plan__fee {
  background: #00C472;
}
#home-guidance .home-guidance--plan.c-junior h3 {
  background: #04ABE8;
}
#home-guidance .home-guidance--plan.c-junior .home-guidance--plan__fee {
  background: #04ABE8;
}
#home-guidance .home-guidance--plan.c-middle h3 {
  background: #0067B7;
}
#home-guidance .home-guidance--plan.c-middle .home-guidance--plan__fee {
  background: #0067B7;
}
#home-guidance aside {
  background: #f9f9f9;
  border-radius: 1rem;
  width: 480px;
  margin: 2rem auto 0 auto;
  padding: 1rem;
}
@media (max-width: 768px) {
  #home-guidance aside {
    width: 90%;
  }
}
#home-guidance nav {
  width: 480px;
  margin: 2rem auto 0 auto;
}
@media (max-width: 768px) {
  #home-guidance nav {
    width: 90%;
  }
}

#home-voices {
  background: #f9f9f9;
}
#home-voices article {
  padding: 0 6vw;
}
@media (max-width: 768px) {
  #home-voices article {
    padding: 0 0.75rem;
  }
}
#home-voices article ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  #home-voices article ol {
    display: block !important;
  }
}
#home-voices article ol li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 769px) {
  #home-voices article ol li {
    margin-top: 3rem;
    width: calc(100% / 3);
  }
  #home-voices article ol li:nth-child(4) {
    margin-top: 4.5rem;
  }
  #home-voices article ol li:nth-child(5) {
    margin-top: 4.5rem;
  }
  #home-voices article ol li:nth-child(6) {
    margin-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  #home-voices article ol li {
    margin-top: 1.5rem;
  }
}
#home-voices article ol li var {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  margin: 0;
  width: 5rem;
  height: 5rem;
  border: 8px solid #fff;
  border-radius: 100%;
  background-color: #fff;
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}
#home-voices article ol li var.hv-js-1st {
  background-color: #00C472;
  background-image: url(/assets/img/icon_voice_js1.svg);
}
#home-voices article ol li var.hv-js-3rd {
  background-color: #04ABE8;
  background-image: url(/assets/img/icon_voice_js3.svg);
}
#home-voices article ol li var.hv-js-5th {
  background-color: #0067B7;
  background-image: url(/assets/img/icon_voice_js5.svg);
}
#home-voices article ol li var.hv-parent-s {
  background-color: #002588;
  background-image: url(/assets/img/icon_voice_ps.svg);
}
#home-voices article ol li var.hv-parent-t {
  background-color: #002588;
  background-image: url(/assets/img/icon_voice_pt.svg);
}
#home-voices article ol li var.hv-parent-y {
  background-color: #002588;
  background-image: url(/assets/img/icon_voice_py.svg);
}
@media (min-width: 769px) {
  #home-voices article ol li var {
    left: 0;
    right: 0;
    top: -28px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #home-voices article ol li var {
    left: 0;
  }
}
#home-voices article ol li div {
  background: #fff;
}
@media (min-width: 769px) {
  #home-voices article ol li div {
    width: 320px;
    height: 320px;
    border-radius: 100%;
    text-align: center;
    padding: 60px 32px 0 32px;
  }
}
@media (max-width: 768px) {
  #home-voices article ol li div {
    margin-left: auto;
    max-width: 83%;
    border-radius: 0.5rem;
    padding: 0.75rem 0.75rem 0.75rem 1.25rem;
  }
}
#home-voices article ol li div aside {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #home-voices article ol li div aside {
    margin-bottom: 0.5rem;
  }
}
#home-voices article ol li div aside small {
  display: block;
}
#home-voices article ol li div p {
  line-height: 2;
}
@media (max-width: 768px) {
  #home-voices article ol li div p {
    line-height: 1.5;
  }
}
#home-voices .cv-attention-text {
  margin: 4rem auto 0 auto;
}

#home-experienceflow article {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  #home-experienceflow article {
    padding: 0;
  }
}
#home-experienceflow article ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 769px) {
  #home-experienceflow article ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
#home-experienceflow article ul li {
  position: relative;
}
@media (min-width: 769px) {
  #home-experienceflow article ul li {
    width: 25%;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  #home-experienceflow article ul li {
    margin-top: 3rem;
    padding: 0 1.5rem;
  }
  #home-experienceflow article ul li:first-child {
    margin-top: 2rem;
  }
}
#home-experienceflow article ul li::after {
  position: absolute;
  content: '';
}
@media (min-width: 769px) {
  #home-experienceflow article ul li::after {
    width: 1rem;
    height: 1rem;
    top: 45%;
    right: -0.75rem;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-left: 0.75rem solid #02C755;
  }
}
@media (max-width: 768px) {
  #home-experienceflow article ul li::after {
    width: 2rem;
    height: 2rem;
    left: 50%;
    bottom: -3rem;
    margin-left: -1rem;
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-top: 1rem solid #02C755;
  }
}
#home-experienceflow article ul li:last-child::after {
  display: none;
}
#home-experienceflow article ul li > div {
  text-align: center;
}
@media (max-width: 768px) {
  #home-experienceflow article ul li > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
#home-experienceflow article ul li > div figure {
  display: block;
  padding: 0;
}
@media (min-width: 769px) {
  #home-experienceflow article ul li > div figure {
    width: 120px;
    height: 120px;
    margin: 0 auto 1rem auto;
  }
}
@media (max-width: 768px) {
  #home-experienceflow article ul li > div figure {
    margin: 0;
    width: 24%;
  }
}
#home-experienceflow article ul li > div figure img {
  width: 100%;
}
@media (max-width: 768px) {
  #home-experienceflow article ul li > div div {
    width: 72%;
  }
}
#home-experienceflow article ul li > div div h3 {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #home-experienceflow article ul li > div div h3 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #home-experienceflow article ul li > div div p {
    text-align: left;
  }
  #home-experienceflow article ul li > div div p br {
    display: none;
  }
}
#home-experienceflow article ul li aside {
  clear: both;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}
@media (min-width: 769px) {
  #home-experienceflow article ul li aside {
    text-align: center;
    margin-top: 1rem;
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  #home-experienceflow article ul li aside {
    padding: 0.75rem;
  }
}
#home-experienceflow article ul li aside p {
  font-size: 0.9rem;
}
#home-experienceflow article .hef-ontheday {
  margin: 2rem auto 0 auto;
}
@media (min-width: 769px) {
  #home-experienceflow article .hef-ontheday {
    width: 960px;
  }
}
#home-experienceflow article .hef-ontheday h4 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
#home-experienceflow article .hef-ontheday ol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  #home-experienceflow article .hef-ontheday ol {
    flex-wrap: wrap;
  }
}
#home-experienceflow article .hef-ontheday ol li {
  width: 190px;
  border: 1px solid #ddd;
  margin: 0 0.5rem;
  padding: 1rem;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  #home-experienceflow article .hef-ontheday ol li {
    width: 42%;
    padding: 0.75rem;
  }
  #home-experienceflow article .hef-ontheday ol li:nth-child(3), #home-experienceflow article .hef-ontheday ol li:nth-child(4) {
    margin: 1rem 0.5rem 0 0.5rem;
  }
}
#home-experienceflow article .hef-ontheday ol li figure {
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
}
#home-experienceflow article .hef-ontheday ol li figure img {
  width: 100%;
}
#home-experienceflow article .hef-ontheday ol li span {
  margin-left: 0.5rem;
}
#home-experienceflow article .hef-ontheday p {
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  #home-experienceflow article .hef-ontheday p {
    width: 90%;
    margin: 1rem auto 0 auto;
  }
}
#home-experienceflow article .hef-ontheday nav {
  width: 480px;
  margin: 2rem auto 0 auto;
}
@media (max-width: 768px) {
  #home-experienceflow article .hef-ontheday nav {
    width: 90%;
  }
}

#home-faq {
  background: #f9f9f9;
}
@media (max-width: 768px) {
  #home-faq h2 {
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 769px) {
  #home-faq article {
    width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #home-faq article {
    padding: 0 0.75rem;
  }
}
#home-faq article dl {
  background: #fff;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  #home-faq article dl {
    margin-top: 1rem;
  }
}
#home-faq article dl:first-child {
  margin-top: 0;
}
#home-faq article dl dt {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  font-weight: normal;
  padding: 1rem;
  font-size: 1.1rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  #home-faq article dl dt {
    font-size: 1rem;
  }
}
#home-faq article dl dt::before, #home-faq article dl dt::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}
@media (max-width: 768px) {
  #home-faq article dl dt::before, #home-faq article dl dt::after {
    right: 0.75rem;
  }
}
#home-faq article dl dt::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
#home-faq article dl dt.active::after {
  transform: rotate(0deg);
}
#home-faq article dl dd {
  display: none;
  padding: 0 1rem 1rem 1rem;
}
#home-faq article dl dd div {
  display: flex;
}
#home-faq article dl dd div span {
  width: calc(100% - 2rem);
}
#home-faq article dl var {
  width: 2rem;
}

.cv-attention-text {
  width: 640px;
  margin: 2rem auto 0 auto;
  padding: 2.5rem 2rem 2rem 2rem;
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .cv-attention-text {
    width: 94%;
    padding: 2.5rem 1rem 1rem 1rem;
  }
}
.cv-attention-text h4 {
  position: absolute;
  top: -1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  left: 0;
  right: 0;
}
.cv-attention-text h4 span {
  font-size: 1.4rem;
}
.cv-attention-text h4::before, .cv-attention-text h4::after {
  width: 3px;
  height: 40px;
  background-color: #2589d0;
  content: '';
}
.cv-attention-text h4::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.cv-attention-text h4::after {
  transform: rotate(35deg);
  margin-left: 30px;
}
@media (max-width: 768px) {
  .cv-attention-text h4 {
    width: 94%;
    margin: 0 auto;
  }
  .cv-attention-text h4 span {
    font-size: 1.1rem;
    text-align: center;
  }
}
.cv-attention-text p {
  text-align: center;
  line-height: 2;
}

.cv-attention-text2 {
  width: 640px;
  margin: 2rem auto 0 auto;
  padding: 20px;
  background-color: #50B3E5;
  box-shadow: 10px -10px #ff0;
}
@media (max-width: 768px) {
  .cv-attention-text2 {
    width: 88%;
    padding: 1rem;
  }
}
.cv-attention-text2 h4 {
  margin-bottom: 1rem;
  text-align: center;
}
.cv-attention-text2 h4 span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .cv-attention-text2 h4 span {
    font-size: 1.1rem;
  }
}
.cv-attention-text2 p {
  text-align: center;
  line-height: 2;
}

#content-name {
  display: flex;
  justify-content: center;
  background: #002588;
}
@media (min-width: 769px) {
  #content-name {
    padding: 170px 0 100px 0;
    clip-path: polygon(0% 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    align-items: center;
  }
}
@media (max-width: 768px) {
  #content-name {
    padding: 100px 0 40px 0;
    clip-path: polygon(0% 0, 100% 0, 100% calc(100% - 20px), 0 100%);
    flex-wrap: wrap;
  }
}
#content-name h1 {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  #content-name h1 span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #content-name h1 span {
    font-size: 1.3rem;
  }
}

@media (min-width: 769px) {
  .c-plain article {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .c-plain article {
    padding: 0 0.75rem;
  }
}
.c-plain article table {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.c-plain article table th {
  background: #666;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0.6rem;
}
.c-plain article table td {
  text-align: left;
  padding: 0.6rem;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (max-width: 768px) {
  .c-plain article.has-table {
    padding: 0;
  }
}
.c-plain article.greeting div {
  margin-bottom: 2rem;
}
.c-plain article.greeting div * {
  line-height: 1.8;
}
.c-plain article.greeting aside {
  text-align: right;
}
.c-plain article.greeting aside p:nth-child(2) {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-plain article.attractive .attractive--lead {
  text-align: center;
  margin-bottom: 3rem;
}
.c-plain article.attractive .ttl-main {
  margin: 0;
}
.c-plain article.attractive .attractive--points {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .c-plain article.attractive .attractive--points {
    display: block;
  }
}
@media (min-width: 769px) {
  .c-plain article.attractive .attractive--points li {
    margin-top: 3rem;
    padding: 0 1rem;
    width: calc(100% / 3);
    text-align: center;
  }
}
@media (max-width: 768px) {
  .c-plain article.attractive .attractive--points li {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
}
.c-plain article.attractive .attractive--points li figure {
  margin: 0 auto 1rem auto;
  padding: 0;
  width: 160px;
  height: 160px;
}
.c-plain article.attractive .attractive--points li figure img {
  width: 100%;
}
@media (max-width: 768px) {
  .c-plain article.attractive .attractive--points li figure {
    margin: 0;
    width: 24%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .c-plain article.attractive .attractive--points li div {
    width: 70%;
  }
}
.c-plain article.attractive .attractive--points li h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .c-plain article.attractive .attractive--points li h3 {
    margin: 0;
  }
}
.c-plain article.attractive .attractive--points li p {
  padding: 0 0.5rem;
}
@media (max-width: 768px) {
  .c-plain article.attractive .attractive--points li p {
    padding: 0;
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .c-plain article.schedule {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .c-plain article.schedule table {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .c-plain article.schedule table thead {
    top: 80px;
    position: sticky;
    z-index: 2;
  }
}
.c-plain article.schedule table thead th {
  text-align: center;
}
.c-plain article.schedule table tbody td {
  text-align: center;
}
.c-plain article.schedule table tbody td:first-child {
  white-space: nowrap;
}
.c-plain article.history .history--list {
  position: relative;
}
.c-plain article.history .history--list::before {
  position: absolute;
  display: block;
  content: "";
  background: #ddd;
  width: 1px;
  height: 100%;
  z-index: -1;
  left: 78px;
}
.c-plain article.history .history--list dl .history--list-item {
  display: flex;
  padding: 1rem 0;
}
.c-plain article.history .history--list dl .history--list-item dt {
  position: relative;
  color: #002588;
  line-height: 1;
  word-break: break-all;
  font-size: 24px;
}
.c-plain article.history .history--list dl .history--list-item dt::before {
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  right: -28px;
  width: 10px;
  height: 10px;
  background: #002588;
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-plain article.history .history--list dl .history--list-item dd {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 46px;
}
.c-plain article.history .history--list dl .history--list-item dd p {
  margin-top: 0.6rem;
}
.c-plain article.history .history--list dl .history--list-item dd p:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-plain article.aboutus {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .c-plain article.aboutus table th {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .c-plain article.aboutus table {
    border-left: none;
    border-bottom: 1px solid #ddd;
  }
  .c-plain article.aboutus table th, .c-plain article.aboutus table td {
    display: block;
    border: none;
  }
}
.c-plain article.access .access--summary {
  margin-bottom: 4rem;
}
.c-plain article.access .access--summary:last-of-type {
  margin-bottom: 0;
}
.c-plain article.access .access--summary p {
  margin-bottom: 1.5rem;
}
.c-plain article.access .access--summary .access-maps {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.c-plain article.access .access--summary .access-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-plain article.ourcoach .ourcoach--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3rem;
}
@media (max-width: 768px) {
  .c-plain article.ourcoach .ourcoach--wrapper {
    display: block;
  }
}
@media (min-width: 769px) {
  .c-plain article.ourcoach .ourcoach--box {
    width: calc(100% / 3.25);
  }
}
@media (max-width: 768px) {
  .c-plain article.ourcoach .ourcoach--box {
    margin-bottom: 2rem;
  }
  .c-plain article.ourcoach .ourcoach--box:last-of-type {
    margin-bottom: 0;
  }
}
.c-plain article.ourcoach .ourcoach--box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  background: #002588;
  color: #fff;
  padding: 0.5rem;
}
.c-plain article.ourcoach .ourcoach--box figure {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .c-plain article.ourcoach .ourcoach--box figure {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .c-plain article.ourcoach .ourcoach--box figure {
    height: 300px;
  }
}
.c-plain article.ourcoach .ourcoach--box figure img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
.c-plain article.ourcoach .ourcoach--box table {
  border-top: none;
}
.c-plain article.ourcoach .ourcoach--box table th {
  width: 35%;
}
@media (min-width: 769px) {
  .c-plain article.safety div {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .c-plain article.safety div p {
    margin-bottom: 2rem;
  }
}
.c-plain article.safety div figure {
  margin: 0;
  text-align: center;
}
.c-plain article.safety div figure img {
  border: 2px solid #000;
}
.c-plain article.safety div figure figcaption {
  text-align: center;
}
.c-plain article.philosophy ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 2rem 4rem;
  list-style-type: none;
}
@media (max-width: 768px) {
  .c-plain article.philosophy ul {
    gap: 0;
    justify-content: space-between;
  }
}
.c-plain article.philosophy ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 4px solid #ff0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-plain article.philosophy ul li {
    width: 45vw;
    height: 45vw;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
}
.c-plain article.philosophy ul li div {
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .c-plain article.philosophy ul li div {
    padding: 0 1rem;
  }
}
.c-plain article.philosophy ul li p {
  text-align: center;
  font-size: 1.1rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-plain article.philosophy ul li p {
    font-size: 0.8rem;
  }
}
.c-plain article.philosophy ul li p small {
  font-size: 10px;
}
.c-plain article.philosophy ul li:nth-child(1) {
  background-image: url("/assets/img/img_philosophy_01.webp");
}
.c-plain article.philosophy ul li:nth-child(2) {
  background-image: url("/assets/img/img_philosophy_02.webp");
}
.c-plain article.philosophy ul li:nth-child(3) {
  background-image: url("/assets/img/img_philosophy_03.webp");
}
.c-plain article.philosophy ul li:nth-child(4) {
  background-image: url("/assets/img/img_philosophy_04.webp");
}
.c-plain article.philosophy ul li:nth-child(5) {
  background-image: url("/assets/img/img_philosophy_05.webp");
}
.c-plain article.philosophy ul li:nth-child(6) {
  background-image: url("/assets/img/img_philosophy_06.webp");
}
.c-plain article.recruitment .recruitment--summary {
  margin-bottom: 4rem;
}
.c-plain article.recruitment .recruitment--summary:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .c-plain article.recruitment .recruitment--summary table th {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .c-plain article.recruitment .recruitment--summary table {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem !important;
    border-left: none;
    border-bottom: 1px solid #ddd;
  }
  .c-plain article.recruitment .recruitment--summary table th, .c-plain article.recruitment .recruitment--summary table td {
    display: block;
    border: none;
  }
}
.c-plain article.recruitment .recruitment--summary .membership-fee {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .c-plain article.recruitment .recruitment--summary .membership-fee {
    display: block;
  }
}
.c-plain article.recruitment .recruitment--summary .membership-fee li {
  flex: 1;
  border: 2px solid #ddd;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .c-plain article.recruitment .recruitment--summary .membership-fee li {
    display: flex;
    justify-content: space-between;
    margin: 0.25rem 0;
  }
}
.c-plain article.recruitment .recruitment--summary .membership-fee li p {
  text-align: center;
}
.c-plain article.recruitment .recruitment--summary .membership-fee li p:last-child {
  font-weight: bold;
  font-size: 1.1rem;
}
.c-plain article.recruitment .recruitment--summary ol li {
  margin: 0.5rem 0;
}
.c-plain article.recruitment .recruitment--summary aside {
  background: #f9f9f9;
  border-radius: 1rem;
  margin: 2rem auto 0 auto;
  padding: 1rem;
}
.c-plain article.recruitment .recruitment--summary nav {
  max-width: 480px;
  margin: 2rem auto 0 auto;
}
.c-plain article.middleschool {
  text-align: center;
}
.c-plain article.middleschool .middleschool--premise {
  color: #fff;
  background: #0067B7;
  border-radius: 1rem;
  margin: 2rem auto 1rem auto;
  padding: 1rem;
}
.c-plain article.middleschool .middleschool--separate {
  margin-bottom: 1rem;
}
.c-plain article.middleschool ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .c-plain article.middleschool ol {
    display: block;
  }
}
.c-plain article.middleschool ol li {
  flex: 1;
  border: 2px solid #ddd;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .c-plain article.middleschool ol li {
    margin: 1rem 0;
  }
}
.c-plain article.middleschool ol li span {
  font-weight: bold;
}
.c-plain article.middleschool ol li var {
  color: #DE280A;
  font-size: 1.1rem;
  font-weight: bold;
}
.c-plain article.middleschool aside {
  background: #f9f9f9;
  border-radius: 1rem;
  margin: 2rem auto 0 auto;
  padding: 1rem;
}
.c-plain article.middleschool aside var {
  color: #DE280A;
  font-size: 1.1rem;
  font-weight: bold;
}
.c-plain article.equipment .equipment--summary {
  margin: 2rem auto 4rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .c-plain article.equipment .equipment--summary {
    display: block;
  }
}
@media (min-width: 769px) {
  .c-plain article.equipment .equipment--summary figure {
    width: 28%;
  }
}
@media (max-width: 768px) {
  .c-plain article.equipment .equipment--summary figure {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .c-plain article.equipment .equipment--summary table {
    width: 70%;
  }
  .c-plain article.equipment .equipment--summary table th {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .c-plain article.equipment .equipment--summary table {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem !important;
    border-left: none;
    border-bottom: 1px solid #ddd;
  }
  .c-plain article.equipment .equipment--summary table th, .c-plain article.equipment .equipment--summary table td {
    display: block;
    border: none;
  }
}
.c-plain article.equipment .equipment--mouthguard ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .c-plain article.equipment .equipment--mouthguard ul {
    display: block;
  }
}
.c-plain article.equipment .equipment--mouthguard ul li {
  border: 2px solid #ddd;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .c-plain article.equipment .equipment--mouthguard ul li {
    width: 49%;
  }
  .c-plain article.equipment .equipment--mouthguard ul li:nth-child(1), .c-plain article.equipment .equipment--mouthguard ul li:nth-child(2) {
    margin-top: 0;
  }
}
.c-plain article.obinformation .obinformation--summary {
  margin-bottom: 4rem;
}
.c-plain article.obinformation .obinformation--summary:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .c-plain article.obinformation .obinformation--summary table th {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .c-plain article.obinformation .obinformation--summary table {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem !important;
    border-left: none;
    border-bottom: 1px solid #ddd;
  }
  .c-plain article.obinformation .obinformation--summary table th, .c-plain article.obinformation .obinformation--summary table td {
    display: block;
    border: none;
  }
}
.c-plain article.obinformation .obinformation--summary table dl {
  margin-top: 1rem;
}
.c-plain article.obinformation .obinformation--summary table dl:first-of-type {
  margin-top: 0;
}
.c-plain article.obinformation .obinformation--summary table dl dd {
  padding-left: 1rem;
}
.c-plain article.faq dl {
  background: #f9f9f9;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .c-plain article.faq dl {
    margin-top: 1rem;
  }
}
.c-plain article.faq dl:first-child {
  margin-top: 0;
}
.c-plain article.faq dl dt {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  font-weight: normal;
  padding: 1rem;
  font-size: 1.1rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-plain article.faq dl dt {
    font-size: 1rem;
  }
}
.c-plain article.faq dl dt::before, .c-plain article.faq dl dt::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}
@media (max-width: 768px) {
  .c-plain article.faq dl dt::before, .c-plain article.faq dl dt::after {
    right: 0.75rem;
  }
}
.c-plain article.faq dl dt::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.c-plain article.faq dl dt.active::after {
  transform: rotate(0deg);
}
.c-plain article.faq dl dd {
  display: none;
  padding: 0 1rem 1rem 1rem;
}
.c-plain article.faq dl dd div {
  display: flex;
}
.c-plain article.faq dl dd div span {
  width: calc(100% - 2rem);
}
.c-plain article.faq dl var {
  width: 2rem;
}

.pg-philosophy {
  background: url("/assets/img/bg_emblem.webp") 0 50% no-repeat;
  background-size: auto 80%;
}
@media (max-width: 768px) {
  .pg-philosophy {
    background: url("/assets/img/bg_emblem.webp") 50% no-repeat;
    background-size: 50% auto;
  }
}

.pg-attractive {
  background: url("/assets/img/bg_attractive.png") 0 50% no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .pg-attractive {
    background: url("/assets/img/bg_attractive.png") 50% no-repeat;
    background-size: contain;
  }
}

@media (min-width: 769px) {
  .c-form article {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .c-form article {
    padding: 0 0.75rem;
  }
}
.c-form article .c-form--lead {
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .c-form article .c-form--lead {
    text-align: center;
  }
}
.c-form article table {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .c-form article table {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem !important;
    border-left: none;
    border-bottom: 1px solid #ddd;
  }
}
.c-form article table th {
  background: #666;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0.6rem;
}
@media (min-width: 769px) {
  .c-form article table th {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .c-form article table th {
    display: block;
    border: none;
  }
}
.c-form article table td {
  text-align: left;
  padding: 0.6rem;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (max-width: 768px) {
  .c-form article table td {
    display: block;
    border: none;
  }
}
.c-form article table td input[type=text],
.c-form article table td input[type=tel],
.c-form article table td input[type=email] {
  width: 100%;
}
.c-form article table td textarea {
  width: 100%;
  resize: none;
}
.c-form article table td ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
@media (max-width: 768px) {
  .c-form article table td ul {
    display: block;
  }
}
.c-form article table td ul li {
  width: 49%;
}
@media (max-width: 768px) {
  .c-form article table td ul li {
    width: 100%;
    margin: 10px 0;
  }
}
.c-form article table td ul li label {
  width: 100%;
}
@media (min-width: 769px) {
  .c-form article table td ul:nth-of-type(2) {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed #ddd;
  }
}
.c-form article table td:has(.error) {
  background-color: #ffd9e0;
}
.c-form article table .required-badge {
  display: inline-block;
  background: #f00;
  color: #fff;
  font-size: 14px;
  padding: 0.2rem;
  margin-right: 0.5rem;
}
.c-form article .mwf-grade__list .horizontal-item {
  display: block;
  margin: 0 !important;
}
.c-form article .mwf-grade__list label {
  display: block;
  cursor: pointer;
  margin: 0.25rem 0;
  padding: 0.3rem 0;
}
.c-form article .contacts__submit-button {
  display: block;
  padding: 1.5rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #02C755;
  color: #fff;
  width: 480px;
  margin: 2rem auto 0 auto;
  border-radius: 3rem;
  font-size: 1.3rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-form article .contacts__submit-button {
    width: 90%;
  }
}
.c-form article .back-home {
  max-width: 480px;
  margin: 2rem auto 0 auto;
}
.c-form .entry--summary {
  margin-top: 4rem;
}
.c-form .entry--summary:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .c-news article {
    max-width: 1200px;
    margin: 0 auto 4rem auto;
  }
  .c-news article:last-of-type {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .c-news article {
    padding: 0 0.75rem;
    margin-bottom: 4rem;
  }
  .c-news article:last-of-type {
    margin-bottom: 0;
  }
}
.c-news .pagination {
  margin: 3rem auto 0 auto;
}
.c-news .pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-gap: 12px;
}
.c-news .pagination ul li a {
  display: block;
  border: 1px solid #DE280A;
  color: #fff;
  background: #DE280A;
  text-decoration: none;
  padding: 8px 12px;
  line-height: 1;
}
.c-news .pagination ul li span {
  display: block;
  border: 1px solid #ddd;
  text-decoration: none;
  padding: 8px 12px;
  line-height: 1;
}

@media (min-width: 769px) {
  .c-news--detail article {
    max-width: 1200px;
    margin: 0 auto 4rem auto;
  }
  .c-news--detail article:last-of-type {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .c-news--detail article {
    padding: 0 0.75rem;
    margin-bottom: 4rem;
  }
  .c-news--detail article:last-of-type {
    margin-bottom: 0;
  }
}

.c-error {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .c-error {
    padding-top: 8rem;
  }
}
@media (min-width: 769px) {
  .c-error article {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .c-error article {
    padding: 0 0.75rem;
  }
}
.c-error article figure {
  text-align: center;
  margin: 0 auto 1rem auto;
}
.c-error article figure img {
  height: 320px;
}
.c-error article p {
  text-align: center;
}
.c-error article nav {
  max-width: 480px;
  margin: 2rem auto 0 auto;
}

/*# sourceMappingURL=styles.css.map */
