html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, dialog, figure, footer, header, button, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em
}

* {
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  font-family: sans-serif
}

body {
  -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold
}

table, input, select, option {
  line-height: 1.1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

button, input:not([type="text"]), select {
  margin: 0;
  cursor: pointer
}

button, input, select {
  overflow: visible
}

button, select {
  text-transform: none
}

img {
  vertical-align: top
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline-width: 0
}

.sup_r {
    font-size: 12px;
}

@media only screen and (max-width: 800px) {
  img {
    max-width: 100%;
    height: auto
  }
}

@media only screen and (min-width: 801px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
}

.jspContainer {
  overflow: hidden;
  position: relative
}

.jspPane {
  position: absolute
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red
}

.jspCap {
  display: none
}

.jspHorizontalBar .jspCap {
  float: left
}

.jspTrack {
  background: #dde;
  position: relative
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d
}

.jspVerticalBar .jspArrow {
  height: 16px
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%
}

.jspVerticalBar .jspArrow:focus {
  outline: none
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%
}

* html .jspCorner {
  margin: 0 -3px 0 0
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.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
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  from {
    -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)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes wobble {
  from {
    -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)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) 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
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  from {
    -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
  }
  to {
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    -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 {
  from {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

@keyframes rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.taLeft {
  text-align: left !important
}

.taCenter {
  text-align: center !important
}

.taRight {
  text-align: right !important
}

.vTop {
  vertical-align: top !important
}

.vMiddle {
  vertical-align: middle !important
}

.fwNormal {
  font-weight: normal !important
}

.fwBold {
  font-weight: bold !important
}

.mt0 {
  margin-top: 0 !important
}

.mb0 {
  margin-bottom: 0 !important
}

.clearfix {
  *zoom: 1
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.trackTags {
  display: none
}

.u_ff_arial {
  font-family: arial, sans-serif
}

@media only screen and (min-width: 801px) {
  .u_rollover {
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease
  }
  .u_rollover:hover {
    opacity: 0.6
  }
}

@media only screen and (min-width: 1300px) {
  br.break_point_1300 {
    display: none
  }
}

@media only screen and (min-width: 801px) {
  .u_pc_hide {
    display: none
  }
}

@media only screen and (max-width: 800px) {
  .u_sp_hide {
    display: none
  }
}

.u_arrow_rtype01:after, .u_arrow_rtype02:after {
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-top-width: 3px;
  border-top-style: solid;
  position: absolute;
  top: 50%;
  content: ""
}

.u_arrow_rtype01:after, .u_arrow_rtype02:after {
  border-right-width: 3px;
  border-right-style: solid;
  right: 20px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.u_arrow_rtype01:after {
  border-top-color: #fff;
  border-right-color: #fff
}

.u_arrow_rtype02:after {
  border-top-color: #2F4847;
  border-right-color: #2F4847
}

.u_icon_tag {
  margin-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
  color: #FFF;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle
}

.u_icon_tag.is_cate_new {
  padding-right: 10px;
  padding-left: 10px;
  width: auto;
  background-color: #F49D0B
}

.u_icon_tag.is_cate_ir {
  background-color: #737D5F
}

.u_icon_tag.is_cate_seminar {
  background-color: #5C7B88
}

.u_icon_tag.is_cate_news {
  background-color: #985C6B
}

.u_icon_tag.is_cate_graduates {
  background: #4A9964
}

.u_icon_tag.is_cate_refuse {
  background: #81C479
}

.u_icon_tag.creative {
  background-color: #C21254
}

.u_icon_tag.case {
  background-color: #8F308F
}

.u_icon_tag.hr_service {
  background-color: #D75C13
}

.u_icon_tag.mid_career {
  background-color: #88AF10
}

.u_icon_tag.environment {
  background-color: #54308F
}

.u_icon_tag.new_graduate {
  background-color: #10AF88
}

.u_icon_tag.going {
  background-color: #1C4FA4
}

.u_icon_tag.service {
  background-color: #1088AF
}

@media only screen and (min-width: 801px) {
  .u_icon_tag {
    min-width: 100px
  }
}

@media only screen and (max-width: 800px) {
  .u_icon_tag {
    padding-right: 5px;
    padding-left: 5px
  }
}

.u_text_icon {
  padding-left: 15px;
  position: relative
}

.u_text_icon:before {
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b7183f;
  border-right: 2px solid #b7183f;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.u_newwin_icon {
  padding-right: 20px;
  position: relative
}

.u_newwin_icon:after {
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  content: ""
}

.u_newwin_icon.is_newwin01:after {
  background-image: url(/en/assets/img/common/icon/newwin01_m.png)
}

.u_newwin_icon.is_newwin02:after {
  background-image: url(/en/assets/img/common/icon/newwin02_s.png)
}

.u_newwin_icon.is_newwin03:after {
  background-image: url(/en/assets/img/common/icon/newwin03_s.png)
}

.u_pdf_icon {
  padding-left: 25px;
  position: relative
}

.u_pdf_icon:before {
  width: 16px;
  height: 16px;
  background: url(/en/assets/img/common/icon/pdf01_s.png);
  position: absolute;
  top: 0.4em;
  left: 0;
  content: ""
}

@media only screen and (min-width: 801px) {
  #l_conts .u_pdf_icon a {
    font-size: 1.2rem;
    text-decoration: none
  }
  #l_conts .u_pdf_icon a:visited {
    text-decoration: none
  }
  #l_conts .u_pdf_icon a:hover {
    text-decoration: underline
  }
  #l_conts .u_pdf_icon a:active {
    text-decoration: none
  }
}

@media only screen and (max-width: 800px) {
  #l_conts .u_pdf_icon:before {
    top: 5px
  }
  #l_conts .u_pdf_icon a {
    font-size: 1.2rem;
    text-decoration: none
  }
  #l_conts .u_pdf_icon a:visited {
    text-decoration: none
  }
  #l_conts .u_pdf_icon a:hover {
    text-decoration: none
  }
  #l_conts .u_pdf_icon a:active {
    text-decoration: none
  }
}

.u_arrow_icon {
  display: table;
  position: relative
}

.u_arrow_icon:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: ""
}

.u_arrow_icon.is_arrow_color01:before {
  border-color: #b7183f
}

.u_arrow_icon.is_arrow_size_s:before {
  width: 6px;
  height: 6px
}

.u_arrow_icon.is_arrow_size_ms:before {
  width: 8px;
  height: 8px
}

.u_arrow_icon.is_arrow_size_m:before {
  width: 10px;
  height: 10px
}

.u_arrow_icon.is_arrow_size_lm:before {
  width: 12px;
  height: 12px
}

.u_arrow_icon.is_arrow_size_l:before {
  width: 14px;
  height: 14px
}

.u_arrow_icon.is_arrow_t_type:before {
  border-top-style: solid;
  border-right-style: solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.u_arrow_icon.is_arrow_t_type.is_arrow_size_s:before, .u_arrow_icon.is_arrow_t_type.is_arrow_size_ms:before, .u_arrow_icon.is_arrow_t_type.is_arrow_size_m:before {
  border-top-width: 2px;
  border-right-width: 2px
}

.u_arrow_icon.is_arrow_t_type.is_arrow_size_lm:before, .u_arrow_icon.is_arrow_t_type.is_arrow_size_l:before {
  border-top-width: 3px;
  border-right-width: 3px
}

.u_arrow_icon.is_arrow_r_type:before {
  border-top-style: solid;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.u_arrow_icon.is_arrow_r_type.is_arrow_size_s:before, .u_arrow_icon.is_arrow_r_type.is_arrow_size_ms:before, .u_arrow_icon.is_arrow_r_type.is_arrow_size_m:before {
  border-top-width: 2px;
  border-right-width: 2px
}

.u_arrow_icon.is_arrow_r_type.is_arrow_size_lm:before, .u_arrow_icon.is_arrow_r_type.is_arrow_size_l:before {
  border-top-width: 3px;
  border-right-width: 3px
}

.u_arrow_icon.is_arrow_b_type:before {
  border-bottom-style: solid;
  border-left-style: solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.u_arrow_icon.is_arrow_b_type.is_arrow_size_s:before, .u_arrow_icon.is_arrow_b_type.is_arrow_size_ms:before, .u_arrow_icon.is_arrow_b_type.is_arrow_size_m:before {
  border-bottom-width: 2px;
  border-left-width: 2px
}

.u_arrow_icon.is_arrow_b_type.is_arrow_size_lm:before, .u_arrow_icon.is_arrow_b_type.is_arrow_size_l:before {
  border-bottom-width: 3px;
  border-left-width: 3px
}

.u_arrow_icon.is_arrow_l_type:before {
  border-bottom-style: solid;
  border-left-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.u_arrow_icon.is_arrow_l_type.is_arrow_size_s:before, .u_arrow_icon.is_arrow_l_type.is_arrow_size_ms:before, .u_arrow_icon.is_arrow_l_type.is_arrow_size_m:before {
  border-bottom-width: 2px;
  border-left-width: 2px
}

.u_arrow_icon.is_arrow_l_type.is_arrow_size_lm:before, .u_arrow_icon.is_arrow_l_type.is_arrow_size_l:before {
  border-bottom-width: 3px;
  border-left-width: 3px
}

.u_ttl_type01 {
  padding-bottom: 10px;
  border-bottom: 2px solid #b7183f;
  color: #111;
  line-height: 1.5;
  font-weight: bold;
  font-family: Roboto
}

.u_ttl_type01.is_first_ttl {
  margin-top: 0
}

@media only screen and (min-width: 801px) {
  .u_ttl_type01 {
    margin-top: 55px;
    margin-bottom: 40px;
    font-size: 2.6rem
  }
}

@media only screen and (max-width: 800px) {
  .u_ttl_type01 {
    margin: 30px -20px;
    padding: 0 20px 10px;
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.u_ttl_type02 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  color: #111;
  line-height: 1.5;
  font-weight: bold
}

@media only screen and (min-width: 801px) {
  .u_ttl_type02 {
    margin-top: 55px;
    margin-bottom: 30px;
    font-size: 2.4rem
  }
}

@media only screen and (max-width: 800px) {
  .u_ttl_type02 {
    margin: 30px -20px 20px;
    padding: 0 20px 10px;
    font-size: 1.7rem;
    line-height: 1.5
  }
}

.u_ttl_type03 {
  color: #b7183f;
  font-weight: bold;
  line-height: 1.5
}

@media only screen and (min-width: 801px) {
  .u_ttl_type03 {
    margin-top: 55px;
    margin-bottom: 15px;
    font-size: 2.2rem
  }
}

@media only screen and (max-width: 800px) {
  .u_ttl_type03 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #b7183f;
    font-size: 1.6rem;
    line-height: 1.5
  }
}

.u_ttl_type04 {
  color: #2f4847;
  font-weight: bold
}

@media only screen and (min-width: 801px) {
  .u_ttl_type04 {
    margin-top: 55px;
    margin-bottom: 15px;
    font-size: 2rem
  }
}

@media only screen and (max-width: 800px) {
  .u_ttl_type04 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5
  }
}

.u_ttl_type05 {
  font-weight: bold;
  font-family: Roboto
}

@media only screen and (min-width: 801px) {
  .u_ttl_type05 {
    margin-top: 55px;
    margin-bottom: 15px;
    font-size: 1.8rem
  }
}

@media only screen and (max-width: 800px) {
  .u_ttl_type05 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5
  }
}

@media only screen and (min-width: 801px) {
  .u_catch_text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.8rem
  }
}

@media only screen and (max-width: 800px) {
  .u_catch_text {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.u_catch_box {
  border: 1px solid #111;
  text-align: center;
  font-family: Roboto;
  line-height: 1.5
}

.u_catch_box em {
  color: #b7183f;
  font-style: normal
}

@media only screen and (min-width: 801px) {
  .u_catch_box {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 35px 15px;
    font-size: 2.4rem
  }
}

@media only screen and (max-width: 800px) {
  .u_catch_box {
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 15px 10px;
    font-size: 1.6rem
  }
}

.u_catch_em strong {
  color: #b7183f
}

@media only screen and (min-width: 801px) {
  .u_catch_em {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2.4rem
  }
}

@media only screen and (max-width: 800px) {
  .u_catch_em {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1.6rem
  }
}

@media only screen and (min-width: 801px) {
  .u_notes_text {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 15px;
    padding-left: 1.4em;
    font-size: 1.4rem;
    text-indent: -1.4em
  }
}

@media only screen and (max-width: 800px) {
  .u_notes_text {
    margin-top: 30px;
    margin-bottom: 25px;
    padding-left: 1.2em;
    font-size: 1.2rem;
    text-indent: -1.2em
  }
}

@media only screen and (min-width: 801px) {
  .u_sentence_text {
    margin-bottom: 50px
  }
  .u_sentence_text p {
    margin-top: 2em
  }
  .u_sentence_text p:first-child {
    margin-top: 0
  }
}

@media only screen and (max-width: 800px) {
  .u_sentence_text {
    margin-bottom: 25px
  }
  .u_sentence_text p {
    margin-top: 1em
  }
  .u_sentence_text p:first-child {
    margin-top: 0
  }
}

.u_em_text {
  color: #b7183f;
  font-style: normal
}

@media only screen and (min-width: 801px) {
  .u_em_text {
    font-weight: bold
  }
}

.u_notes_list .u_notes_li:first-child {
  margin-top: 0
}

@media only screen and (min-width: 801px) {
  .u_notes_list {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 15px
  }
  .u_notes_list .u_notes_li {
    margin-top: 10px;
    padding-left: 1.4em;
    font-size: 1.4rem;
    text-indent: -1.4em
  }
}

@media only screen and (max-width: 800px) {
  .u_notes_list {
    margin-top: 30px;
    margin-bottom: 50px
  }
  .u_notes_list .u_notes_li {
    margin-top: 5px;
    padding-left: 1.2em;
    font-size: 1.2rem;
    text-indent: -1.2em
  }
}

.u_basic_list .u_basic_li, .u_num_list .u_num_li, .u_def_list .u_def_ttl {
  padding-left: 15px;
  position: relative
}

.u_basic_list .u_basic_li:before, .u_num_list .u_num_li:before, .u_def_list .u_def_ttl:before {
  content: ""
}

.u_basic_list .u_basic_li:first-child {
  margin-top: 0
}

.u_basic_list .u_basic_li:before {
  width: 5px;
  height: 5px;
  border-radius: 20px;
  position: absolute;
  top: 11px;
  left: 0
}

.u_basic_list.is_list_type01 .u_basic_li:before {
  background-color: #b7183f
}

.u_basic_list.is_list_type02 .u_basic_li:before {
  background-color: #666
}

@media only screen and (min-width: 801px) {
  .u_basic_list {
    margin-top: 45px;
    margin-bottom: 45px
  }
  .u_basic_list .u_basic_li {
    margin-top: 5px
  }
}

@media only screen and (max-width: 800px) {
  .u_basic_list {
    margin-top: 25px;
    margin-bottom: 25px
  }
  .u_basic_list .u_basic_li {
    margin-top: 5px
  }
}

.u_num_list {
  counter-reset: number
}

.u_num_list .u_num_li:before {
  position: absolute;
  top: 0;
  left: -5px;
  counter-increment: number;
  content: counter(number) ". "
}

.u_num_list.is_list_type01 .u_num_li:before {
  color: #b7183f
}

.u_num_list.is_list_type02 .u_num_li:before {
  color: #111
}

@media only screen and (min-width: 801px) {
  .u_num_list {
    margin-top: 45px;
    margin-bottom: 45px
  }
  .u_num_list .u_num_li {
    margin-top: 5px
  }
}

@media only screen and (max-width: 800px) {
  .u_num_list {
    margin-top: 25px;
    margin-bottom: 25px
  }
  .u_num_list .u_num_li {
    margin-top: 5px
  }
}

.u_def_list .u_def_ttl {
  font-weight: bold
}

.u_def_list .u_def_ttl:before {
  width: 5px;
  height: 5px;
  background-color: #b7183f;
  border-radius: 20px;
  position: absolute;
  top: 11px;
  left: 10px
}

@media only screen and (min-width: 801px) {
  .u_def_list {
    margin-bottom: 55px;
    padding-left: 25px
  }
  .u_def_list .u_def_ttl {
    margin-top: 35px;
    margin-left: -25px;
    padding-left: 25px
  }
}

@media only screen and (max-width: 800px) {
  .u_def_list {
    margin-bottom: 30px;
    padding-left: 20px
  }
  .u_def_list .u_def_ttl {
    margin-top: 20px;
    margin-left: -20px;
    padding-left: 20px
  }
}

.u_basic_table {
  font-size: 1.4rem
}

.u_basic_table .u_table_head {
  background-color: #e6e6e6
}

.u_basic_table .u_table_list {
  color: #2f4847;
  font-weight: bold;
  text-align: center
}

.u_basic_table .u_table_cell {
  border-bottom: 1px solid #d6d6d6
}

.u_basic_table .is_table_th {
  background-color: #f3f3f3
}

@media only screen and (min-width: 801px) {
  .u_basic_table {
    margin-top: 45px;
    margin-bottom: 45px;
    border-top: 1px solid #d6d6d6
  }
  .u_basic_table.is_table_valign_top .u_table_cell {
    vertical-align: top
  }
  .u_basic_table.is_table_valign_middle .u_table_cell {
    vertical-align: middle
  }
  .u_basic_table.is_table_size_2match .u_table_cell {
    width: 50%
  }
  .u_basic_table.is_table_size_3match .u_table_cell {
    width: 33.3%
  }
  .u_basic_table.is_table_size_4match .u_table_cell {
    width: 25%
  }
  .u_basic_table.is_table_size_5match .u_table_cell {
    width: 20%
  }
  .u_basic_table.is_table_size_5-95 .is_table_th {
    width: 5%
  }
  .u_basic_table.is_table_size_5-95 .is_table_th+.u_table_cell {
    width: 95%
  }
  .u_basic_table.is_table_size_10-90 .is_table_th {
    width: 10%
  }
  .u_basic_table.is_table_size_10-90 .is_table_th+.u_table_cell {
    width: 90%
  }
  .u_basic_table.is_table_size_15-85 .is_table_th {
    width: 15%
  }
  .u_basic_table.is_table_size_15-85 .is_table_th+.u_table_cell {
    width: 85%
  }
  .u_basic_table.is_table_size_20-80 .is_table_th {
    width: 20%
  }
  .u_basic_table.is_table_size_20-80 .is_table_th+.u_table_cell {
    width: 80%
  }
  .u_basic_table.is_table_size_25-75 .is_table_th {
    width: 25%
  }
  .u_basic_table.is_table_size_25-75 .is_table_th+.u_table_cell {
    width: 75%
  }
  .u_basic_table.is_table_size_30-70 .is_table_th {
    width: 30%
  }
  .u_basic_table.is_table_size_30-70 .is_table_th+.u_table_cell {
    width: 70%
  }
  .u_basic_table.is_table_size_35-65 .is_table_th {
    width: 35%
  }
  .u_basic_table.is_table_size_35-65 .is_table_th+.u_table_cell {
    width: 65%
  }
  .u_basic_table.is_table_size_40-60 .is_table_th {
    width: 40%
  }
  .u_basic_table.is_table_size_40-60 .is_table_th+.u_table_cell {
    width: 60%
  }
  .u_basic_table.is_table_size_45-55 .is_table_th {
    width: 45%
  }
  .u_basic_table.is_table_size_45-55 .is_table_th+.u_table_cell {
    width: 55%
  }
  .u_basic_table.is_table_size_50-50 .is_table_th {
    width: 50%
  }
  .u_basic_table.is_table_size_50-50 .is_table_th+.u_table_cell {
    width: 50%
  }
  .u_basic_table.is_table_size_55-45 .is_table_th {
    width: 55%
  }
  .u_basic_table.is_table_size_55-45 .is_table_th+.u_table_cell {
    width: 45%
  }
  .u_basic_table.is_table_size_60-40 .is_table_th {
    width: 60%
  }
  .u_basic_table.is_table_size_60-40 .is_table_th+.u_table_cell {
    width: 40%
  }
  .u_basic_table.is_table_size_65-35 .is_table_th {
    width: 65%
  }
  .u_basic_table.is_table_size_65-35 .is_table_th+.u_table_cell {
    width: 35%
  }
  .u_basic_table.is_table_size_70-30 .is_table_th {
    width: 70%
  }
  .u_basic_table.is_table_size_70-30 .is_table_th+.u_table_cell {
    width: 30%
  }
  .u_basic_table.is_table_size_75-25 .is_table_th {
    width: 75%
  }
  .u_basic_table.is_table_size_75-25 .is_table_th+.u_table_cell {
    width: 25%
  }
  .u_basic_table.is_table_size_80-20 .is_table_th {
    width: 80%
  }
  .u_basic_table.is_table_size_80-20 .is_table_th+.u_table_cell {
    width: 20%
  }
  .u_basic_table.is_table_size_85-15 .is_table_th {
    width: 85%
  }
  .u_basic_table.is_table_size_85-15 .is_table_th+.u_table_cell {
    width: 15%
  }
  .u_basic_table.is_table_size_90-10 .is_table_th {
    width: 90%
  }
  .u_basic_table.is_table_size_90-10 .is_table_th+.u_table_cell {
    width: 10%
  }
  .u_basic_table.is_table_size_95-5 .is_table_th {
    width: 95%
  }
  .u_basic_table.is_table_size_95-5 .is_table_th+.u_table_cell {
    width: 5%
  }
  .u_basic_table.is_table_size_100-0 .is_table_th {
    width: 100%
  }
  .u_basic_table.is_table_size_100-0 .is_table_th+.u_table_cell {
    width: 0%
  }
  .u_basic_table .u_table_row {
    width: 100%;
    display: table
  }
  .u_basic_table .u_table_cell {
    padding: 20px;
    padding-bottom: 15px;
    display: table-cell;
    border-left: 1px solid #d6d6d6
  }
  .u_basic_table .u_table_cell:first-child {
    border-left: none
  }
  .u_basic_table .u_table_head .u_table_cell {
    border-left: 1px solid #d6d6d6;
    color: #2f4847;
    font-weight: bold;
    text-align: center
  }
  .u_basic_table .u_table_head .u_table_cell:first-child {
    border-left: none
  }
}

@media only screen and (max-width: 800px) {
  .u_basic_table {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #d6d6d6
  }
  .u_basic_table .u_table_head {
    display: none
  }
  .u_basic_table .u_table_row: first-child {
    margin-top: 0
  }
  .u_basic_table .u_table_cell {
    padding: 15px 20px
  }
}

.u_scroll_table {
  border-top: 1px solid #d6d6d6
}

.u_scroll_table.is_table_valign_top .u_table_cell {
  vertical-align: top
}

.u_scroll_table.is_table_valign_middle .u_table_cell {
  vertical-align: middle
}

.u_scroll_table .u_table_inner {
  width: 100%;
  border-collapse: collapse;
  overflow: scroll;
  height: 500px;
  font-size: 1.4rem
}

.u_scroll_table .u_table_cell {
  padding: 20px;
  padding-bottom: 15px;
  width: 720px;
  vertical-align: middle;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  line-height: 2
}

.u_scroll_table .u_table_cell: first-child {
  border-left: none
}

.u_scroll_table .is_table_th {
  background-color: #f3f3f3
}

.u_scroll_table .u_table_head {
  background-color: #e6e6e6
}

.u_scroll_table .u_table_head .u_table_cell {
  border-left: 1px solid #d6d6d6;
  color: #2f4847;
  font-weight: bold;
  text-align: center
}

#ir-bs #l_conts .u_scroll_table .u_table_head .u_table_cell:first-child {
    border-left: none;
    z-index: 4;
}


#ir-segment .u_scroll_table .u_scroll_inner {
width: auto;
overflow-x: scroll;
}
#ir-segment .u_scroll_table .u_table_cell {
white-space: nowrap;
position: sticky;
    left: 0;
}



@media only screen and (min-width: 801px) {
#ir-indicator .u_scroll_table:after {
margin-top: 15px;
display: block;
}
#ir-indicator .u_scroll_table .u_scroll_inner {
width: auto;
overflow-x: auto
}
#ir-indicator .u_scroll_table .u_table_cell {
white-space: nowrap
}
}

@media only screen and (min-width: 801px) {
#ir-bs .u_scroll_table:after {
margin-top: 15px;
display: block;
}
#ir-bs .u_scroll_table .u_scroll_inner {
width: auto;
overflow: scroll;
height: 500px;
}
#ir-bs .u_scroll_table .u_table_cell {
white-space: nowrap;
left: 0;
}

#ir-bs #l_conts .u_scroll_table .u_table_head .u_table_cell:first-child {
    border-left: none;
    z-index: 4;
}


#ir-indicator .u_scroll_table .u_scroll_inner {
width: auto;
overflow-x: scroll;
}
#ir-indicator .u_scroll_table .u_table_cell {
white-space: nowrap;
position: sticky;
    left: 0;
}

#ir-indicator #l_conts .u_scroll_table .u_table_head .u_table_cell:first-child {
    border-left: none;
    z-index: 4;
}

}

@media only screen and (max-width: 800px) {
#ir-bs .u_scroll_table:after {
margin-top: 15px;
display: block;
}
#ir-bs .u_scroll_table .u_scroll_inner {
width: auto;
overflow-x: scroll;
-webkit-overflow-scrolling: auto;
overflow-scrolling: auto;
}
#ir-bs .u_scroll_table .u_table_cell {
white-space: nowrap;
left: 0;
}
#ir-indicator .u_scroll_table .u_scroll_inner {
width: auto;
overflow-x: scroll;
}
#ir-indicator .u_scroll_table .u_table_cell {
white-space: nowrap;
position: sticky;
    left: 0;
}

#ir-indicator #l_conts .u_scroll_table .u_table_head .u_table_cell:first-child {
    border-left: none;
    z-index: 4;
}
}

@media only screen and (min-width: 801px) {
#ir-segment .u_scroll_table:after {
margin-top: 15px;
display: block;
}
#ir-segment .u_scroll_table .u_scroll_inner {
width: auto;
overflow-x: auto
}
#ir-segment .u_scroll_table .u_table_cell {
white-space: nowrap
}
#ir-segment #l_conts .u_scroll_table .u_table_head .u_table_cell:first-child {
    border-left: none;
    z-index: 4;
}
}

@media only screen and (max-width: 800px) {
  .u_scroll_table:after {
    margin-top: 15px;
    display: block;
    content: attr(data-sp-text)
  }

  #ir-bs .sp-only { 
    margin-bottom: 15px;
  }
  .u_scroll_table .u_scroll_inner {
    width: auto;
    overflow-x: auto
  }
  .u_scroll_table .u_table_cell {
    white-space: nowrap
  }
  
  #ir-segment #l_conts .u_scroll_table .u_table_head .u_table_cell:first-child {
    border-left: none;
    z-index: 4;
}
}

.u_page_navi {
  border: 5px solid #d6d6d6
}

@media only screen and (min-width: 801px) {
  .u_page_navi {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px 35px 30px
  }
  .u_page_navi .u_page_inner {
    margin-bottom: 0;
    letter-spacing: -0.4em;
    text-align: center
  }
  .u_page_navi .u_page_inner:last-child {
    margin-bottom: 0
  }
  .u_page_navi .u_pagi_list {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    border-right: 1px solid #666;
    display: inline-block;
    line-height: 1;
    letter-spacing: normal;
    vertical-align: middle
  }
  .u_page_navi .u_pagi_list:last-child {
    border-right: none
  }
  .u_page_navi .u_page_anchor {
    line-height: 1
  }
}

@media only screen and (max-width: 800px) {
  .u_page_navi {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 20px 15px
  }
  .u_page_navi .u_pagi_list {
    margin-top: 5px;
    padding-left: 15px;
    position: relative
  }
  .u_page_navi .u_pagi_list:first-child {
    margin-top: 0
  }
  .u_page_navi .u_pagi_list:before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #b7183f;
    border-right: 2px solid #b7183f;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .u_page_navi .u_page_anchor {
    text-decoration: none
  }
  .u_page_navi .u_page_anchor:visited {
    text-decoration: none
  }
  .u_page_navi .u_page_anchor:hover {
    text-decoration: none
  }
  .u_page_navi .u_page_anchor:active {
    text-decoration: none
  }
}

.u_text_navi .u_text_list {
  margin-top: 5px;
  padding-left: 25px;
  position: relative
}

.u_text_navi .u_text_list:first-child {
  margin-top: 0
}

.u_text_navi .u_text_list:before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #b7183f;
  border-right: 2px solid #b7183f;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.u_text_navi .u_text_anchor {
  text-decoration: none
}

@media only screen and (min-width: 801px) {
  .u_text_navi {
    margin-top: 55px;
    margin-bottom: 55px
  }
  .u_text_navi .u_text_anchor:visited {
    text-decoration: none
  }
  .u_text_navi .u_text_anchor:hover {
    text-decoration: underline
  }
  .u_text_navi .u_text_anchor:active {
    text-decoration: none
  }
}

@media only screen and (max-width: 800px) {
  .u_text_navi {
    margin-top: 25px;
    margin-bottom: 25px
  }
  .u_text_navi .u_text_anchor:visited {
    text-decoration: none
  }
  .u_text_navi .u_text_anchor:hover {
    text-decoration: none
  }
  .u_text_navi .u_text_anchor:active {
    text-decoration: none
  }
}

.u_submit {
  letter-spacing: -0.4em;
  text-align: center
}

.u_submit_list {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  letter-spacing: normal
}

.u_submit_list:first-child {
  margin-left: 0
}

.u_submit_btn {
  border-radius: 4px;
  position: relative;
  color: #FFF;
  font-weight: bold
}

.u_submit_btn:after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ""
}

.u_submit_btn.is_retry_btn {
  background-color: #2f4847
}

.u_submit_btn.is_normal_btn {
  background-color: #b7183f
}

@media only screen and (min-width: 801px) {
  .u_submit {
    margin-top: 40px;
    margin-bottom: 40px
  }
  .u_submit_list {
    margin-left: 20px
  }
  .u_submit_btn {
    padding: 20px 35px;
    font-size: 2rem;
    line-height: 1
  }
  .u_submit_btn:hover:after {
    opacity: 1
  }
  .u_submit_btn:active:after {
    opacity: 1;
    top: 2px
  }
  .u_submit_btn:after {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
}

@media only screen and (max-width: 800px) {
  .u_submit {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .u_submit_list {
    margin-left: 10px
  }
  .u_submit_btn {
    padding: 20px 40px;
    font-size: 1.3rem;
    line-height: 1
  }
}

.u_pager_navi {
  letter-spacing: -0.4em;
  text-align: center
}

.u_pager_navi li {
  display: inline-block;
  line-height: 1;
  letter-spacing: normal
}

.u_pager_navi li:first-child a, .u_pager_navi li:last-child a {
  position: relative
}

.u_pager_navi li:first-child a:after, .u_pager_navi li:last-child a:after {
  border-top: 2px solid #b7183f;
  position: absolute;
  top: 50%;
  content: ""
}

.u_pager_navi li:first-child {
  margin-left: 0
}

.u_pager_navi li:first-child a:after {
  border-left: 2px solid #b7183f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.u_pager_navi li:last-child a:after {
  border-right: 2px solid #b7183f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.u_pager_navi li a, .u_pager_navi li span {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  display: block;
  line-height: 1;
  text-align: center
}

.u_pager_navi li a {
  border-color: #d6d6d6;
  text-decoration: none
}

.u_pager_navi li a:visited {
  text-decoration: none
}

.u_pager_navi li a:hover {
  text-decoration: none
}

.u_pager_navi li a:active {
  text-decoration: none
}

.u_pager_navi li .dots {
  border-color: #d6d6d6;
  color: #d6d6d6
}

.u_pager_navi li .is_current, .u_pager_navi li .current {
  background-color: #b7183f;
  border-color: #b7183f;
  color: #FFF
}

@media only screen and (min-width: 801px) {
  .u_pager_navi {
    margin-top: 40px;
    margin-bottom: 40px
  }
  .u_pager_navi li {
    margin-left: 10px
  }
  .u_pager_navi li:first-child a:after, .u_pager_navi li:last-child a:after {
    margin-top: -4px;
    width: 6px;
    height: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  .u_pager_navi li:first-child a {
    padding-left: 40px
  }
  .u_pager_navi li:first-child a:after {
    left: 20px
  }
  .u_pager_navi li:first-child a:hover:after {
    border-top-color: #fff;
    border-left-color: #fff
  }
  .u_pager_navi li:last-child a {
    padding-right: 40px
  }
  .u_pager_navi li:last-child a:after {
    right: 20px
  }
  .u_pager_navi li:last-child a:hover:after {
    border-top-color: #fff;
    border-right-color: #fff
  }
  .u_pager_navi li a, .u_pager_navi li span {
    padding: 20px 22px
  }
  .u_pager_navi li a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  .u_pager_navi li a:hover {
    background-color: #b7183f;
    border-color: #b7183f;
    color: #FFF
  }
}

@media only screen and (max-width: 800px) {
  .u_pager_navi {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .u_pager_navi li {
    margin-left: 5px
  }
  .u_pager_navi li:first-child a:after, .u_pager_navi li:last-child a:after {
    margin-top: -4px;
    width: 6px;
    height: 6px
  }
  .u_pager_navi li:first-child a {
    padding-left: 20px
  }
  .u_pager_navi li:first-child a:after {
    left: 10px
  }
  .u_pager_navi li:last-child a {
    padding-right: 20px
  }
  .u_pager_navi li:last-child a:after {
    right: 10px
  }
  .u_pager_navi li a, .u_pager_navi li span {
    padding: 10px 8px
  }
}

.u_citing_text {
  background-color: #f6f6f6;
  border: 1px solid #e6e6e6;
  color: #666
}

@media only screen and (min-width: 801px) {
  .u_citing_text {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px
  }
}

@media only screen and (max-width: 800px) {
  .u_citing_text {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px
  }
}

.u_notes_conts {
  border: 1px solid #d6d6d6
}

.u_notes_conts .u_notes_ttl {
  border-bottom: 1px solid #D6D6D6
}

.u_notes_conts .u_notes_list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0
}

.u_notes_conts strong {
  color: #b7183f
}

@media only screen and (min-width: 801px) {
  .u_notes_conts {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px
  }
  .u_notes_conts .u_notes_ttl {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 1.8rem
  }
}

@media only screen and (max-width: 800px) {
  .u_notes_conts {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px
  }
  .u_notes_conts .u_notes_ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.u_important_conts {
  background-color: #fbf3f5;
  border: 5px solid #b7183f
}

.u_important_conts .u_important_ttl {
  border-bottom: 1px solid #000;
  color: #b7183f
}

@media only screen and (min-width: 801px) {
  .u_important_conts {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px
  }
  .u_important_conts .u_important_ttl {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 2.2rem
  }
}

@media only screen and (max-width: 800px) {
  .u_important_conts {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px
  }
  .u_important_conts .u_important_ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.5
  }
}

.u_tip_conts {
  border: 5px solid #d6d6d6
}

.u_tip_conts .ul_tip_ttl {
  border-bottom: 1px solid #d6d6d6;
  color: #2f4847
}

@media only screen and (min-width: 801px) {
  .u_tip_conts {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px
  }
  .u_tip_conts .ul_tip_ttl {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 2.2rem
  }
}

@media only screen and (max-width: 800px) {
  .u_tip_conts {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px
  }
  .u_tip_conts .ul_tip_ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.5
  }
}

@media only screen and (min-width: 801px) {
  .u_fix_column:after {
    display: block;
    clear: both;
    content: ""
  }
  .u_fix_column.is_two_column .u_col {
    width: 50%
  }
  .u_fix_column.is_three_column .u_col {
    width: 33.33333%
  }
  .u_fix_column.is_forth_column .u_col {
    width: 25%
  }
  .u_fix_column .u_col {
    float: left
  }
}

@media only screen and (max-width: 800px) {
  .u_sp_hide {
    display: none
  }
}

.u_line {
  height: 1px;
  background-color: #e6e6e6;
  border: none
}

@media only screen and (min-width: 801px) {
  .u_line {
    margin-top: 50px;
    margin-bottom: 50px
  }
}

@media only screen and (max-width: 800px) {
  .u_line {
    margin: 35px -20px
  }
}

.u_image_layout {
  text-align: center
}

@media only screen and (min-width: 801px) {
  .u_image_layout {
    margin-top: 40px;
    margin-bottom: 60px
  }
}

@media only screen and (max-width: 800px) {
  .u_image_layout {
    margin-top: 20px;
    margin-bottom: 30px
  }
}

.u_select_box {
  border: 1px solid #d6d6d6;
  display: table;
  position: relative;
  line-height: 1
}

.u_select_box select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.u_select_box .js_val {
  display: block;
  position: relative;
  color: #036;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold
}

.u_select_box .js_val:after {
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #b7183f;
  border-bottom: 2px solid #b7183f;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media only screen and (min-width: 801px) {
  .u_select_box {
    margin-bottom: 40px;
    padding: 20px;
    padding-bottom: 17px
  }
  .u_select_box .js_val {
    padding-right: 40px
  }
}

@media only screen and (max-width: 800px) {
  .u_select_box {
    margin-bottom: 25px;
    padding: 10px;
    padding-bottom: 7px
  }
  .u_select_box select {
    font-size: 1.6rem
  }
  .u_select_box .js_val {
    padding-right: 25px
  }
}

.body_base {
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.75;
  text-align: left
}

.body_base>iframe, .body_base>img {
  display: none !important
}

.body_base a {
  color: #036
}

button {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

#l_container {
  background-color: #fff
}

#l_main {
  line-height: 2
}

@media only screen and (min-width: 801px) {
  .body_base {
    min-width: 1024px
  }
  .body_base a {
    text-decoration: underline
  }
  .body_base a:visited {
    text-decoration: underline
  }
  .body_base a:hover {
    text-decoration: none
  }
  .body_base a:active {
    text-decoration: underline
  }
  #l_container {
    padding-top: 100px;
    overflow-x: hidden
  }
  #l_main {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 800px) {
  html {
    overflow-x: hidden
  }
  .body_base {
    min-width: 320px;
    overflow-x: hidden
  }
  .body_base a {
    text-decoration: underline
  }
  .body_base a:visited {
    text-decoration: underline
  }
  .body_base a:hover {
    text-decoration: underline
  }
  .body_base a:active {
    text-decoration: underline
  }
  #l_main {
    font-size: 1.3rem
  }
}

#l_header {
  width: 100%;
  background-color: #fff
}

@media only screen and (min-width: 801px) {
  #l_header {
    padding: 20px 30px;
    height: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500
  }
  #l_header .l_logo {
    display: table;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
  }
  .l_menu_btn {
    display: none
  }
  #l_new_ban {
    width: 250px;
    display: table;
    position: fixed;
    top: 65px;
    right: 675px;
    z-index: 650;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
  }
  #l_new_ban .l_txt {
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #B7183F;
    border-left: none;
    display: table-cell;
    color: #111;
    font-weight: bold;
    vertical-align: middle;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
  }
  #l_new_ban .l_txt.is_head {
    background-color: #B7183F;
    border-left: 1px solid #B7183F;
    color: #FFF;
    font-weight: normal
  }
  #l_new_ban .l_icon {
    padding-right: 15px;
    position: relative
  }
  #l_new_ban .l_icon:after {
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-image: url(/en/assets/img/common/icon/newwin01_m.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    content: ""
  }
  #l_new_ban:hover .l_txt {
    background-color: #B7183F;
    border-color: #B7183F;
    color: #FFF
  }
  #l_new_ban:hover .l_txt.is_head {
    background-color: #89122F;
    border-color: #89122F
  }
  #l_new_ban:hover .l_icon:after {
    background-image: url(/en/assets/img/common/icon/newwin04_m.png)
  }
  .js_header_fix #l_header {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 71px
  }
  .js_header_fix #l_header .l_logo {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }
  .js_header_fix #l_new_ban {
    width: 175px;
    top: 25px
  }
  .js_header_fix #l_new_ban .l_txt {
    border-left: 1px solid #B7183F
  }
  .js_header_fix #l_new_ban .is_head {
    display: none
  }
  .js_header_fix #l_main_search {
    padding-top: 28px;
    display: none
  }
}

@media only screen and (max-width: 1080px) and (min-width: 801px) {
  .l_menu_btn {
    width: 80px;
    height: 80px;
    display: block;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
  }
  .l_menu_btn .l_frame {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .l_menu_btn .l_bar {
    width: 20px;
    height: 2px;
    background-color: #2F4847;
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
  }
  .l_menu_btn .l_bar.top, .l_menu_btn .l_bar.bottom {
    -webkit-transform: translateY(0), rotate(0);
    transform: translateY(0), rotate(0)
  }
  .l_menu_btn .l_bar.top {
    top: 0
  }
  .l_menu_btn .l_bar.middle {
    margin-top: auto;
    margin-bottom: auto;
    opacity: 1;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .l_menu_btn .l_bar.bottom {
    bottom: 0
  }
  .js_menu_open .l_bar.top {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
  }
  .js_menu_open .l_bar.middle {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }
  .js_menu_open .l_bar.bottom {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg)
  }
  #l_new_ban {
    top: 40px;
    right: 100px
  }
  .js_header_fix .l_menu_btn {
    width: 60px;
    height: 60px;
    top: 6px
  }
  .js_header_fix #l_new_ban {
    right: 80px
  }
  .js_header_fix #l_main_search {
    display: block
  }
}

@media only screen and (max-width: 800px) {
  #l_header {
    padding: 18px 15px 19px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1
  }
  #l_header .l_logo img {
    width: 116px
  }
  .l_menu_btn {
    width: 60px;
    height: 60px;
    background-color: #B7183F;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
  }
  .l_menu_btn .l_frame {
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .l_menu_btn .l_bar {
    width: 15px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
  }
  .l_menu_btn .l_bar.top, .l_menu_btn .l_bar.bottom {
    -webkit-transform: translateY(0), rotate(0);
    transform: translateY(0), rotate(0)
  }
  .l_menu_btn .l_bar.top {
    top: 0
  }
  .l_menu_btn .l_bar.middle {
    margin-top: auto;
    margin-bottom: auto;
    opacity: 1;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .l_menu_btn .l_bar.bottom {
    bottom: 0
  }
  .js_menu_open .l_bar.top {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg)
  }
  .js_menu_open .l_bar.middle {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }
  .js_menu_open .l_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg)
  }
  .js_header_fix .l_menu_btn {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px
  }
}

#l_main_navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500
}

#l_main_search {
  padding-top: 30px;
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 600;
  -webkit-transition: padding-top 200ms ease;
  transition: padding-top 200ms ease
}

#l_main_search:after {
  display: block;
  clear: both;
  content: ""
}

#l_main_search .l_search {
  margin-right: 10px;
  float: left
}

#l_main_search .l_search .gsc-branding-text {
  display: none !important
}

#l_main_search .l_search .gsc-branding-img {
  display: none !important
}

#l_main_search .l_search .gsc-control-cse {
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 1
}

#l_main_search .l_search .gsc-control-wrapper-cse>.gsc-search-box {
  margin-bottom: 0;
  background-color: #FFF;
  border: 1px solid #d6d6d6;
  position: relative;
  line-height: 1
}

#l_main_search .l_search .gsc-control-wrapper-cse>.gsc-search-box>table {
  margin-bottom: 0;
  border: none;
  line-height: 1
}

#l_main_search .l_search .gsc-control-wrapper-cse>.gsc-search-box tbody {
  line-height: 1
}

#l_main_search .l_search .gsc-control-wrapper-cse>.gsc-search-box tr {
  line-height: 1
}

#l_main_search .l_search .gsc-search-button {
  background: transparent center no-repeat;
  border: none;
  line-height: 1;
  cursor: pointer;
  color: transparent
}

#l_main_search .l_search .gsc-search-button .gsc-search-button {
  background-image: none
}

#l_main_search .l_search .gsc-search-button .gsc-search-button:hover {
  background-image: none
}

#l_main_search .l_search .gsc-search-button.gsc-search-button-v2 {
  margin: 0;
  padding: 0;
  opacity: 0
}

#l_main_search .l_search .gsc-input-box {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none;
  border: none
}

#l_main_search .l_search .gsc-input {
  padding: 0;
  line-height: 1
}

#l_main_search .l_search .gsst_b {
  display: none
}

#l_main_search .l_search #gs_tti50, #l_main_search .l_search th.gsc-input {
  padding: 0
}

#l_main_search .l_search .gsc-clear-button {
  display: none
}

#l_main_search .l_search #gsc-i-id1 {
  text-indent: 0 !important;
  border: none;
  background-image: none !important;
  background-color: transparent !important
}

.l_switch_lang {
  font-size: 1.4rem
}

.l_switch_lang_list {
  display: table
}

.l_switch_lang_item {
  padding: 0 10px;
  display: table-cell
}

.l_switch_lang_item:first-child {
  border-right: 1px solid #d6d6d6
}

.l_switch_lang_label {
  padding: 5px 10px;
  color: #d6d6d6;
  border-radius: 5px;
  -webkit-transition: background 200ms linear, color 200ms linear;
  transition: background 200ms linear, color 200ms linear
}

.l_switch_lang_label.is_current {
  color: #b7183f
}

.l_switch_lang input {
  display: none
}

#l_gnavi .l_gnavi_inner {
  display: block;
  position: relative;
  text-decoration: none
}

@media only screen and (min-width: 801px) {
  #l_main_navi {
    padding-top: 50px;
    padding-right: 30px;
    -webkit-transition: padding-top 200ms ease;
    transition: padding-top 200ms ease
  }
  #l_main_navi .l_drop {
    width: 100%;
    height: 430px;
    background-color: rgba(183, 24, 63, 0.9);
    display: none;
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 400
  }
  #l_main_navi .l_drop_inner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
  }
  #l_main_navi .l_drop_search {
    width: 25%;
    text-align: center
  }
  #l_main_navi .l_drop_ttl {
    position: relative;
    z-index: 1
  }
  #l_main_navi .l_drop_box {
    padding-top: 60px;
    padding-bottom: 50px;
    height: 145px;
    background-color: #FFF;
    display: block;
    position: relative;
    color: #B7183F;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_main_navi .l_drop_box:before, #l_main_navi .l_drop_box:after {
    position: absolute;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_main_navi .l_drop_box:before {
    margin-left: -14px;
    width: 28px;
    height: 28px;
    background: no-repeat center;
    top: 30px;
    left: 50%
  }
  #l_main_navi .l_drop_box:after {
    margin-left: -11px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #B7183F;
    border-right: 2px solid #B7183F;
    bottom: 30px;
    left: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  #l_main_navi .l_drop_box:hover {
    background-color: #89122F;
    color: #FFF
  }
  #l_main_navi .l_drop_box:hover:after {
    border-top-color: #FFF;
    border-right-color: #FFF
  }
  #l_main_navi .l_drop_txt {
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    display: table
  }
  #l_main_navi .l_drop_in {
    display: table-cell;
    vertical-align: middle
  }
  #l_main_navi .l_drop_directory {
    padding: 20px;
    width: 100%;
    background-color: #F6F6F6;
    display: none;
    position: absolute;
    left: 0;
    z-index: 0
  }
  #l_main_navi .l_drop_directory .u_arrow_icon {
    position: absolute;
    top: 50%
  }
  #l_main_navi .l_drop_list {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  #l_main_navi .l_drop_li {
    width: 33.3%;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  #l_main_navi .l_drop_anchor {
    padding: 20px 40px 15px 20px;
    height: 100%;
    background-color: #fff;
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_main_navi .l_drop_anchor:hover {
    background-color: #b7183f;
    color: #FFF
  }
  #l_main_navi .l_drop_anchor:hover .u_arrow_icon:before {
    border-top-color: #FFF;
    border-right-color: #FFF
  }
  #l_main_navi .l_drop .u_arrow_icon {
    margin-top: -5px;
    right: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_main_navi .l_drop .is_open {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
  }
  #l_main_navi .l_drop .is_open .l_drop_box {
    background-color: #89122F;
    color: #fff
  }
  #l_main_navi .l_drop .is_open .l_drop_box:after {
    border-top-color: #FFF;
    border-right-color: #FFF
  }
  #l_gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  #l_gnavi .l_gnavi_list {
    margin-left: 1px
  }
  #l_gnavi .l_gnavi_inner {
    padding: 15px;
    color: #111;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease
  }
  #l_gnavi .l_gnavi_inner:before {
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease
  }
  #l_gnavi .l_gnavi_inner:after {
    display: none;
    cursor: none
  }
  #l_gnavi .l_gnavi_inner:hover {
    color: #b7183f
  }
  #l_gnavi .l_gnavi_inner:hover:before {
    background-color: #b7183f
  }
  .js_header_fix #l_main_navi {
    padding-top: 15px
  }
  .js_header_fix #l_main_navi .l_new_ban {
    bottom: 22px
  }
  .js_header_fix #l_main_navi #l_main_search {
    margin-bottom: 0;
    height: 0;
    opacity: 0
  }
  .js_header_fix .l_search {
    margin-bottom: 0
  }
  .js_header_fix #l_gnavi .l_gnavi_inner {
    padding-top: 10px;
    padding-bottom: 22px;
    line-height: 1.75
  }
  #l_main_search .l_search {
    margin-bottom: 9px;
    margin-left: auto;
    width: 200px;
    height: 20px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
  }
  #l_main_search .l_search .gsc-control-wrapper-cse>.gsc-search-box {
    height: 20px;
    border-radius: 10px
  }
  #l_main_search .l_search .gsc-control-wrapper-cse>.gsc-search-box>table {
    height: 20px
  }
  #l_main_search .l_search .gsc-search-button {
    width: 20px;
    background-image: url(/en/assets/img/common/icon/search01_s.png)
  }
  #l_main_search .l_search .gsc-search-button:hover {
    background-image: url(/en/assets/img/common/icon/search02_s.png)
  }
  #l_main_search .l_search .gsc-search-button.gsc-search-button-v2 {
    width: 20px
  }
  #l_main_search .l_search .gsc-input-box {
    height: 20px
  }
  #l_main_search .l_search #gs_tti50 {
    padding-top: 2px
  }
  #l_main_search .l_search #gs_tti50>input, #l_main_search .l_search .gsc-input>input {
    padding-left: 5px !important;
    font-size: 12px !important
  }
  #l_main_search .l_search #gsc-i-id1 {
    padding-left: 5px !important;
    font-size: 12px !important
  }
  .l_switch_lang {
    float: left
  }
  .l_switch_lang_label:not(.is_current):hover {
    cursor: pointer;
    background: #b7183f;
    color: #FFF
  }
}

@media only screen and (max-width: 1080px) and (min-width: 801px) {
  #l_main_navi .l_new_ban {
    top: 0;
    bottom: auto;
    left: -110px
  }
  #l_main_navi {
    padding-top: 100px;
    padding-right: 0;
    width: 250px;
    height: 100%;
    background-color: #B7183F;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    left: auto;
    right: 0;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: width 100ms ease, opacity 500ms ease 500ms, -webkit-transform 500ms ease;
    transition: width 100ms ease, opacity 500ms ease 500ms, -webkit-transform 500ms ease;
    transition: width 100ms ease, transform 500ms ease, opacity 500ms ease 500ms;
    transition: width 100ms ease, transform 500ms ease, opacity 500ms ease 500ms, -webkit-transform 500ms ease;
    z-index: 450
  }
  #l_main_navi .l_drop {
    display: none
  }
  #l_main_navi .l_btn_group {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #B7183F;
    display: table
  }
  #l_main_navi .l_btn_group .l_btn {
    width: 50%;
    display: table-cell;
    vertical-align: middle
  }
  #l_main_navi .l_btn_group .l_btn_anchor {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    display: table
  }
  #l_main_search {
    padding-top: 0;
    position: static
  }
  #l_main_search .l_search {
    float: none;
    margin: 0;
    padding: 20px;
    width: auto;
    height: auto
  }
  #l_main_search .l_search .gsc-control-wrapper-cse>.gsc-search-box {
    border-radius: 30px
  }
  #l_main_search .l_search .gsc-search-button {
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(/en/assets/img/common/icon/search01_m.png);
    background-size: 15px auto
  }
  #l_main_search .l_search .gsc-input-box {
    height: auto
  }
  #l_main_search .l_search #gsc-i-id1 {
    padding: 0 !important;
    font-size: 16px
  }
  #l_main_search .l_select_lang {
    width: 100%;
    padding: 0 20px 20px 20px;
    background: #B7183F
  }
  #l_main_search .l_select_lang select {
    width: 100%;
    height: auto;
    padding: 2px 0 2px 10px;
    color: #fff;
    border-radius: 30px
  }
  #l_main_search .l_select_lang select option {
    color: #333
  }
  #l_main_search .l_select_lang:after {
    width: 6px;
    height: 6px;
    top: 9px;
    right: 31px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
  }
  .l_switch_lang {
    width: 100%;
    padding: 10px;
    background: #fff
  }
  .l_switch_lang_list {
    display: table;
    width: 100%;
    table-layout: fixed
  }
  .l_switch_lang_item {
    padding: 0;
    display: table-cell;
    text-align: center
  }
  .l_switch_lang_item:first-child {
    padding-right: 10px
  }
  .l_switch_lang_item:last-child {
    padding-left: 10px
  }
  .l_switch_lang_label {
    padding: 10px;
    display: block;
    border-radius: 0px 0px 0px 0px
  }
  .l_switch_lang_label.is_current {
    color: #FFF;
    background: #b7183f
  }
  .l_switch_lang.u_pc_hide {
    display: block
  }
  .l_switch_lang.u_sp_hide {
    display: none
  }
  .js_menu_open #l_main_navi {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_gnavi {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    background-color: #B7183F
  }
  #l_gnavi .l_gnavi_list {
    border-top: 1px solid rgba(255, 255, 255, 0.25)
  }
  #l_gnavi .l_gnavi_inner {
    padding: 20px;
    color: #FFF;
    font-size: 1.4rem;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease
  }
  #l_gnavi .l_gnavi_inner:hover {
    opacity: .7;
    color: #FFF
  }
  #l_gnavi .l_gnavi_lower .l_gnavi_list {
    border-top: 1px solid #D6D6D6
  }
  #l_gnavi .l_gnavi_lower .l_gnavi_inner {
    padding-left: 30px;
    background-color: #FFF;
    color: #036;
    font-size: 1.3rem
  }
  .js_header_fix.js_menu_open #l_main_navi {
    padding-top: 72px
  }
  .js_header_fix.js_menu_open .l_search {
    height: auto;
    opacity: 1
  }
  .js_header_fix #l_main_navi .l_new_ban {
    bottom: -34px
  }
  .js_header_fix #l_main_navi #l_main_search {
    padding-top: 0;
    height: auto;
    opacity: 1
  }
}

@media only screen and (max-width: 800px) {
  #l_main_navi {
    padding-top: 60px;
    width: 0;
    height: 100%;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: width 100ms ease, opacity 500ms ease 500ms, -webkit-transform 500ms ease;
    transition: width 100ms ease, opacity 500ms ease 500ms, -webkit-transform 500ms ease;
    transition: width 100ms ease, transform 500ms ease, opacity 500ms ease 500ms;
    transition: width 100ms ease, transform 500ms ease, opacity 500ms ease 500ms, -webkit-transform 500ms ease
  }
  #l_main_navi .l_drop {
    display: none
  }
  #l_main_navi .l_btn_group {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #B7183F;
    display: table
  }
  #l_main_navi .l_btn_group .l_btn {
    width: 50%;
    display: table-cell;
    vertical-align: middle
  }
  #l_main_navi .l_btn_group .l_btn_anchor {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    display: table
  }
  #l_main_search {
    padding: 0;
    position: static;
    right: 0
  }
  #l_main_search .l_search {
    margin: 0;
    float: none;
    padding: 20px;
    background-color: #B7183F
  }
  #l_main_search .l_search .gsc-control-wrapper-cse>.gsc-search-box {
    border-radius: 30px
  }
  #l_main_search .l_search .gsc-search-button {
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(/en/assets/img/common/icon/search01_m.png);
    background-size: 15px auto
  }
  #l_main_search .l_search .gsc-input-box {
    height: auto
  }
  #l_main_search .l_search #gsc-i-id1 {
    padding: 10px !important;
    font-size: 16px
  }
  .l_switch_lang {
    width: 100%;
    padding: 10px;
    background: #fff
  }
  .l_switch_lang_list {
    display: table;
    width: 100%;
    table-layout: fixed
  }
  .l_switch_lang_item {
    padding: 0;
    display: table-cell;
    text-align: center
  }
  .l_switch_lang_item:first-child {
    padding-right: 10px
  }
  .l_switch_lang_item:last-child {
    padding-left: 10px
  }
  .l_switch_lang_label {
    padding: 10px;
    display: block;
    border-radius: 0px 0px 0px 0px
  }
  .l_switch_lang_label.is_current {
    color: #FFF;
    background: #b7183f
  }
  .js_menu_open #l_main_navi {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_gnavi {
    background-color: #B7183F
  }
  #l_gnavi .l_gnavi_list {
    border-top: 1px solid rgba(255, 255, 255, 0.25)
  }
  #l_gnavi .l_gnavi_list:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)
  }
  #l_gnavi .l_gnavi_inner {
    padding: 20px;
    color: #FFF;
    font-size: 1.4rem
  }
  #l_gnavi .l_gnavi_lower .l_gnavi_list {
    border-top: 1px solid #D6D6D6
  }
  #l_gnavi .l_gnavi_lower .l_gnavi_inner {
    padding-left: 30px;
    background-color: #FFF;
    color: #036;
    font-size: 1.3rem
  }
}

#l_headline {
  background: no-repeat center;
  background-color: #fff;
  background-size: cover;
  position: relative
}

#l_headline .l_headline_txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Roboto
}

#l_headline.is_nobg {
  border-bottom: 1px solid #d6d6d6
}

#l_headline.is_nobg .l_headline_txt .en {
  color: #b7183f
}

#l_headline.is_nobg .l_headline_txt .jp {
  color: #111
}

@media only screen and (min-width: 801px) {
  #l_headline {
    margin-bottom: 60px;
    height: 280px
  }
  #l_headline .l_headline_txt {
    margin-top: 20px
  }
}

@media only screen and (max-width: 800px) {
  #l_headline {
    margin-bottom: 30px;
    height: 120px
  }
  #l_headline .l_headline_txt {
    font-size: 2rem
  }
  #l_headline.is_nobg {
    border-top: 2px solid #b7183f
  }
}

@media only screen and (min-width: 801px) {
  #l_page_path {
    box-sizing: border-box;
    padding: 4px 30px;
    width: 100%;
    background-color: rgba(183, 24, 63, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
  #l_page_path .l_path {
    display: inline;
    color: #EBC5CC;
    font-size: 1.2rem;
    line-height: 1
  }
  #l_page_path .l_path_link {
    margin-right: 5px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none
  }
  #l_page_path .l_path_link:hover {
    text-decoration: underline
  }
}

@media only screen and (max-width: 800px) {
  #l_page_path {
    display: none
  }
}

@media only screen and (min-width: 801px) {
  #l_main_inner {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
    width: 1000px
  }
  #l_main_inner:after {
    display: block;
    clear: both;
    content: ""
  }
  #l_conts {
    width: 720px;
    float: left
  }
  .is_single_column #l_conts {
    width: auto;
    float: none
  }
}

@media only screen and (max-width: 800px) {
  #l_main_inner {
    padding-bottom: 30px
  }
  #l_conts {
    padding-right: 20px;
    padding-left: 20px
  }
}

#l_sub_conts .l_about_anchor {
  border: 1px solid #d6d6d6;
  border-bottom-color: #b7183f;
  display: block;
  position: relative;
  color: #b7183f;
  line-height: 1.5;
  text-decoration: none
}

#l_sub_conts .l_about_anchor:after {
  margin-top: -5px;
  right: 15px;
  border-top: 2px solid #b7183f;
  border-right: 2px solid #b7183f;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#l_sub_conts .l_about_list .l_link {
  width: 100%;
  border: 1px solid #D6D6D6;
  display: table;
  position: relative;
  color: #111;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none
}

#l_sub_conts .l_about_list .l_link:after {
  margin-top: -5px;
  width: 6px;
  height: 6px;
  right: 15px;
  border-top: 2px solid #b7183f;
  border-right: 2px solid #b7183f;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#l_sub_conts .l_about_list .l_link .em {
  color: #b7183f;
  font-style: normal
}

#l_sub_conts .l_about_list .l_img, #l_sub_conts .l_about_list .l_txt {
  display: table-cell;
  vertical-align: middle
}

#l_sub_conts .l_about_list .l_img {
  padding-right: 10px
}

#l_sub_conts .l_about_list .l_txt {
  padding-right: 30px
}

#l_sub_conts .l_link_conts .l_link_ttl {
  color: #b7183f;
  font-weight: bold
}

#l_sub_conts .l_link_conts .l_frame {
  border: 1px solid #D6D6D6;
  border-top-color: #b7183f
}

#l_sub_conts .l_link_conts .l_list {
  border-top: 1px solid #D6D6D6
}

#l_sub_conts .l_link_conts .l_list:first-child {
  border-top: none
}

#l_sub_conts .l_link_conts .l_link {
  display: block;
  position: relative;
  text-decoration: none
}

#l_sub_conts .l_link_conts .l_link:after {
  margin-top: -5px;
  width: 6px;
  height: 6px;
  right: 15px;
  border-top: 2px solid #b7183f;
  border-right: 2px solid #b7183f;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#l_sub_conts .l_navi_conts .l_navi_txt {
  display: block;
  position: relative;
  color: #b7183f;
  line-height: 1.2;
  text-decoration: none
}

#l_sub_conts .l_navi_conts .l_navi_txt:after {
  border-top: 2px solid #b7183f;
  border-right: 2px solid #b7183f;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#l_sub_conts .l_navi_conts .l_navi_in, #l_sub_conts .l_navi_conts .l_navi_anchor {
  display: block;
  position: relative;
  font-weight: bold;
  text-decoration: none
}

#l_sub_conts .l_navi_conts .l_navi_anchor:after, #l_sub_conts .l_navi_conts .is_navi_btn:after {
  border-top: 2px solid #b7183f;
  border-right: 2px solid #b7183f;
  position: absolute;
  top: 50%;
  content: ""
}

#l_sub_conts .l_navi_conts .is_navi_btn:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

#l_sub_conts .l_navi_conts .l_navi_anchor:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#l_sub_conts .l_navi_conts .l_sub_anchor {
  display: block;
  position: relative;
  line-height: 1.5;
  text-decoration: none
}

#l_sub_conts .l_navi_conts .l_sub_anchor:after {
  border-top: 2px solid #2f4847;
  border-right: 2px solid #2f4847;
  position: absolute;
  top: 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#l_sub_conts .l_navi_conts .l_sub_blank {
  padding-right: 20px;
  display: table;
  position: relative
}

#l_sub_conts .l_navi_conts .l_sub_blank:before {
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url(/en/assets/img/common/icon/newwin01_m.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  content: ""
}

@media only screen and (min-width: 801px) {
  #l_sub_conts {
    width: 240px;
    float: right
  }
  #l_sub_conts .l_about_ttl {
    margin-bottom: 20px
  }
  #l_sub_conts .l_about_anchor {
    padding: 15px 25px 12px 15px;
    font-size: 2.6rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_about_anchor:after {
    margin-top: -5px;
    width: 10px;
    height: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_about_anchor:hover {
    background-color: #b7183f;
    color: #FFF
  }
  #l_sub_conts .l_about_anchor:hover:after {
    border-top-color: #fff;
    border-right-color: #fff
  }
  #l_sub_conts .l_about_list {
    margin-bottom: 40px
  }
  #l_sub_conts .l_about_list .l_list {
    margin-top: 10px;
    background: #FFF no-repeat right center
  }
  #l_sub_conts .l_about_list .l_list.is_strength {
    background-image: url(/en/assets/img/common/tpl/sub_img_strength.jpg)
  }
  #l_sub_conts .l_about_list .l_list.is_history {
    background-image: url(/en/assets/img/common/tpl/sub_img_history.jpg)
  }
  #l_sub_conts .l_about_list .l_link {
    height: 78px;
    font-size: 1.3rem;
    -webkit-transition: border-color 500ms ease;
    transition: border-color 500ms ease
  }
  #l_sub_conts .l_about_list .l_link:after {
    display: none
  }
  #l_sub_conts .l_about_list .l_link:hover {
    border-color: #b7183f
  }
  #l_sub_conts .l_about_list .l_img {
    display: none
  }
  #l_sub_conts .l_about_list .l_txt {
    padding-left: 20px
  }
  #l_sub_conts .l_link_conts {
    margin-bottom: 40px
  }
  #l_sub_conts .l_link_conts .l_link_ttl {
    font-size: 2.6rem
  }
  #l_sub_conts .l_link_conts .l_link {
    padding: 15px 35px 15px 20px;
    font-style: 1.4rem
  }
  #l_sub_conts .l_link_conts .l_link:visited {
    text-decoration: none
  }
  #l_sub_conts .l_link_conts .l_link:hover {
    text-decoration: underline
  }
  #l_sub_conts .l_link_conts .l_link:active {
    text-decoration: none
  }
  #l_sub_conts .l_navi_conts {
    margin-bottom: 40px
  }
  #l_sub_conts .l_navi_conts .l_navi_txt {
    padding: 15px 25px 15px 15px;
    border: 1px solid #d6d6d6;
    border-bottom-color: #b7183f;
    font-size: 2.4rem;
    font-family: Roboto;
    line-height: 1.2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_navi_conts .l_navi_txt:after {
    margin-top: -7px;
    width: 10px;
    height: 10px;
    right: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_navi_conts .l_navi_txt:hover {
    background-color: #b7183f;
    color: #FFF
  }
  #l_sub_conts .l_navi_conts .l_navi_txt:hover:after {
    border-top-color: #fff;
    border-right-color: #fff
  }
  #l_sub_conts .l_navi_conts .l_navi_link {
    border: 1px solid #d6d6d6;
    border-top: none
  }
  #l_sub_conts .l_navi_conts .l_navi_link.is_second_conts {
    padding: 15px 0
  }
  #l_sub_conts .l_navi_conts .l_navi_list {
    border-top: 1px solid #d6d6d6
  }
  #l_sub_conts .l_navi_conts .l_navi_list:first-child {
    border-top: none
  }
  #l_sub_conts .l_navi_conts .l_navi_list.is_no_border {
    border-top: 0px
  }
  #l_sub_conts .l_navi_conts .l_navi_anchor {
    font-size: 1.4rem
  }
  #l_sub_conts .l_navi_conts .l_navi_in {
    color: #b7183f
  }
  #l_sub_conts .l_navi_conts .l_navi_in.is_navi_btn {
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_navi_conts .l_navi_in.is_navi_btn:after {
    margin-top: -4px;
    width: 6px;
    height: 6px;
    right: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_navi_conts .l_navi_in.is_navi_btn:hover {
    background-color: #b7183f;
    color: #FFF
  }
  #l_sub_conts .l_navi_conts .l_navi_in.is_navi_btn:hover:after {
    border-top-color: #fff;
    border-right-color: #fff
  }
  #l_sub_conts .l_navi_conts .l_navi_in.is_navi_btn+.l_navi_sub02 {
    display: none
  }
  #l_sub_conts .l_navi_conts .l_navi_in.is_open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  #l_sub_conts .l_navi_conts .l_navi_anchor {
    padding: 10px 30px 7px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_navi_conts .l_navi_anchor:after {
    margin-top: -4px;
    width: 6px;
    height: 6px;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_navi_conts .l_navi_anchor:hover {
    background-color: #b7183f;
    color: #FFF
  }
  #l_sub_conts .l_navi_conts .l_navi_anchor:hover:after {
    border-top-color: #fff;
    border-right-color: #fff
  }
  #l_sub_conts .l_navi_conts .l_navi_in {
    padding: 10px 20px 7px
  }
  #l_sub_conts .l_navi_conts .l_navi_sub02 {
    padding-top: 15px;
    padding-bottom: 15px
  }
  #l_sub_conts .l_navi_conts .l_sub_anchor {
    padding: 5px;
    padding-left: 40px;
    font-size: 1.4rem
  }
  #l_sub_conts .l_navi_conts .l_sub_anchor:after {
    margin-top: 12px;
    width: 4px;
    height: 4px;
    left: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_navi_conts .l_sub_anchor:hover {
    background-color: #fbf3f5;
    color: #b7183f
  }
  #l_sub_conts .l_navi_conts .l_sub_anchor:hover:after {
    border-top-color: #b7183f;
    border-right-color: #b7183f
  }
}

@media only screen and (max-width: 800px) {
  #l_sub_conts {
    margin-top: 30px
  }
  #l_sub_conts .l_about {
    padding-right: 20px;
    padding-left: 20px
  }
  #l_sub_conts .l_about_ttl {
    margin-bottom: 20px
  }
  #l_sub_conts .l_about_anchor {
    padding: 15px 25px 12px 15px;
    font-size: 2.1rem
  }
  #l_sub_conts .l_about_anchor:after {
    margin-top: -5px;
    width: 10px;
    height: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_about_list {
    margin-bottom: 25px
  }
  #l_sub_conts .l_about_list .l_list {
    margin-top: 10px
  }
  #l_sub_conts .l_about_list .l_link {
    font-size: 1.3rem
  }
  #l_sub_conts .l_about_list .l_img {
    width: 78px
  }
  #l_sub_conts .l_link_conts {
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px
  }
  #l_sub_conts .l_link_conts .l_link_ttl {
    margin-bottom: 5px;
    font-size: 2.1rem
  }
  #l_sub_conts .l_link_conts .l_link {
    padding: 15px 35px 15px 20px;
    font-size: 1.3rem
  }
  #l_sub_conts .l_link_conts .l_link:visited {
    text-decoration: none
  }
  #l_sub_conts .l_link_conts .l_link:hover {
    text-decoration: none
  }
  #l_sub_conts .l_link_conts .l_link:active {
    text-decoration: none
  }
  #l_sub_conts .l_navi_conts {
    margin-bottom: 0
  }
  #l_sub_conts .l_navi_conts .l_navi_txt {
    padding: 25px;
    padding-right: 45px;
    border-top: 2px solid #b7183f;
    font-size: 2.1rem
  }
  #l_sub_conts .l_navi_conts .l_navi_txt:after {
    margin-top: -6px;
    width: 8px;
    height: 8px;
    right: 15px
  }
  #l_sub_conts .l_navi_conts .l_navi_in, #l_sub_conts .l_navi_conts .l_navi_anchor {
    padding: 10px 30px 7px 20px;
    background-color: #b7183f;
    color: #FFF
  }
  #l_sub_conts .l_navi_conts .l_navi_in:before, #l_sub_conts .l_navi_conts .l_navi_anchor:before {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    content: ""
  }
  #l_sub_conts .l_navi_conts .l_navi_anchor:after {
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top-color: #FFF;
    border-right-color: #FFF;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  #l_sub_conts .l_navi_conts .l_navi_anchor.is_catetop_link {
    color: #FFF
  }
  #l_sub_conts .l_navi_conts .l_navi_anchor .u_newwin_icon:after {
    background-image: url(/en/assets/img/common/icon/newwin04_m.png)
  }
  #l_sub_conts .l_navi_conts .l_navi_in:after {
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
  }
  #l_sub_conts .l_navi_conts .l_navi_in.is_open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  #l_sub_conts .l_navi_conts .l_navi_link {
    border: 1px solid #d6d6d6;
    border-bottom: none
  }
  #l_sub_conts .l_navi_conts .l_navi_link.is_second_conts {
    border-bottom: 1px solid #d6d6d6;
    padding: 0;
    border-top: 0
  }
  #l_sub_conts .l_navi_conts .l_navi_link.is_second_conts .l_navi_list .l_sub_anchor {
    padding: 10px 30px 7px 20px;
    background-color: #b7183f;
    color: #FFF;
    font-weight: bold;
    border-top: none;
    line-height: 2
  }
  #l_sub_conts .l_navi_conts .l_navi_link.is_second_conts .l_navi_list .l_sub_anchor:before {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    content: ""
  }
  #l_sub_conts .l_navi_conts .l_navi_link.is_second_conts .l_navi_list .l_sub_anchor:after {
    border-color: #fff
  }
  #l_sub_conts .l_navi_conts .l_navi_sub02 {
    display: none
  }
  #l_sub_conts .l_navi_conts .l_sub_list {
    border-bottom: 1px solid #d6d6d6
  }
  #l_sub_conts .l_navi_conts .l_sub_anchor {
    padding: 10px 30px 7px
  }
  #l_sub_conts .l_navi_conts .l_sub_anchor:after {
    margin-top: -3px;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px
  }
  .cate_top #l_sub_conts {
    display: none
  }
}

@media only screen and (min-width: 801px) {
  #l_pagetop {
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    display: none;
    opacity: 1;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 300;
    color: #666;
    text-decoration: none;
    text-align: center;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease
  }
  #l_pagetop:hover {
    opacity: 0.7
  }
  #l_pagetop img {
    width: 20px;
    height: auto
  }
  #l_pagetop .l_txt {
    margin-top: 5px;
    font-size: 1rem;
    display: block
  }
}

@media only screen and (max-width: 800px) {
  #l_pagetop {
    display: none !important
  }
}

#l_footer {
  border-top: 1px solid #B7183F;
  overflow: hidden
}

#l_footer .l_inner {
  margin-right: auto;
  margin-left: auto;
  position: relative
}

#l_footer .l_column {
  width: 100%;
  display: table
}

#l_footer .l_column .l_col {
  display: table-cell;
  vertical-align: middle
}

#l_footer .l_footer_bottom {
  background-color: #F6F6F6
}

#l_footer .l_footer_bottom>.l_inner:after {
  display: block;
  clear: both;
  content: ""
}

#l_footer .l_footer_bottom .l_line_box {
  border-top: 1px solid #EEE
}

#l_footer .l_footer_bottom .l_line_box .l_inner:after {
  display: block;
  clear: both;
  content: ""
}

#l_footer .l_copyright {
  color: #666
}

@media only screen and (min-width: 801px) {
  #l_footer .l_inner {
    width: 1000px
  }
  #l_footer .l_group_list {
    text-align: left;
    letter-spacing: -0.4em
  }
  #l_footer .l_footer_bottom .l_line_box {
    padding-top: 20px;
    padding-bottom: 20px
  }
  #l_footer .l_logo {
    float: left
  }
  #l_footer .l_copyright {
    font-size: 1.2rem;
    float: right
  }
}

@media only screen and (max-width: 800px) {
  #l_footer .l_sitemap {
    display: none
  }
  #l_footer .l_group_list {
    border-top: 1px solid #D6D6D6
  }
  #l_footer .l_group_list:after {
    display: block;
    clear: both;
    content: ""
  }
  #l_footer .l_group_ban {
    width: 50%;
    height: 40px;
    border: 1px solid #D6D6D6;
    border-top: none;
    display: table;
    float: left;
    line-height: 1
  }
  #l_footer .l_group_ban:nth-child(even) {
    border-left: none
  }
  #l_footer .l_group_ban .l_group_inner, #l_footer .l_group_ban a {
    display: table-cell;
    text-align: center;
    vertical-align: middle
  }
  #l_footer .l_group_ban img {
    width: auto;
    height: 12px
  }
  #l_footer .l_btn_group {
    width: 100%;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    display: table
  }
  #l_footer .l_btn {
    width: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle
  }
  #l_footer .l_btn_anchor {
    padding-top: 25px;
    width: 60px;
    height: 60px;
    display: inline-block
  }
  #l_footer .l_logo {
    padding-top: 20px;
    text-align: center
  }
  #l_footer .l_copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.8rem;
    text-align: center
  }
}

.u_colbox .u_colbox_in {
  border: 1px solid #d6d6d6
}

.u_colbox .u_colbox_ttl {
  border-bottom: 1px solid #d6d6d6;
  color: #666;
  font-weight: bold
}

@media only screen and (min-width: 801px) {
  .u_colbox {
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: -30px
  }
  .u_colbox .u_col {
    margin-bottom: 30px;
    padding-left: 30px
  }
  .u_colbox .u_colbox_in {
    padding: 40px;
    height: 100%
  }
  .u_colbox .u_colbox_ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.8rem
  }
  .u_colbox .u_colbox_txt {
    font-size: 1.4rem
  }
}

@media only screen and (max-width: 800px) {
  .u_colbox {
    margin-top: 30px;
    margin-bottom: 15px
  }
  .u_colbox .u_col {
    margin-bottom: 15px
  }
  .u_colbox .u_colbox_in {
    padding: 20px
  }
  .u_colbox .u_colbox_ttl {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 1.4rem
  }
  .u_colbox .u_colbox_txt {
    font-size: 1.2rem
  }
}

.u_cate_top .u_cate_inner {
  border: 1px solid #d6d6d6
}

.u_cate_top .u_cate_inner.is_no_img {
  padding: 25px;
  padding-left: 15px
}

.u_cate_top .u_cate_img img {
  width: 100%;
  height: auto
}

.u_cate_top .u_cate_box {
  border-top: 2px solid #b7183f
}

.u_cate_top .u_text_navi {
  margin: 0
}

.u_cate_top .u_cate_anchor {
  display: block;
  color: #111;
  text-decoration: none
}

@media only screen and (min-width: 801px) {
  .u_cate_top {
    margin-bottom: 30px;
    margin-left: -30px
  }
  .u_cate_top .u_col {
    margin-bottom: 20px;
    padding-left: 20px
  }
  .u_cate_top .u_cate_inner {
    height: 100%
  }
  .u_cate_top .u_cate_anchor {
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease
  }
  .u_cate_top .u_cate_anchor:hover {
    opacity: 0.7
  }
  .u_cate_top .u_cate_ttl {
    width: 100%;
    height: 70px;
    display: table;
    line-height: 1.5
  }
  .u_cate_top .u_cate_ttl_in {
    padding-right: 30px;
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle
  }
  .u_cate_top .u_cate_box {
    padding: 25px;
    padding-left: 15px
  }
  .u_cate_top .u_text_navi.is_row_list:after {
    display: block;
    clear: both;
    content: ""
  }
  .u_cate_top .u_text_navi.is_row_list .u_text_list {
    width: 50%;
    float: left
  }
  .u_cate_top .u_text_list {
    margin-top: 5px;
    line-height: 1.5
  }
  .u_cate_top .u_text_list:first-child {
    margin-top: 5px
  }
  .u_cate_top .u_text_list:before {
    top: 8px
  }
  .u_cate_top .u_text_anchor {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

@media only screen and (max-width: 800px) {
  .u_cate_top {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .u_cate_top .u_col {
    margin-bottom: 15px
  }
  .u_cate_top .u_cate_anchor:hover {
    text-decoration: none
  }
  .u_cate_top .u_cate_ttl {
    font-size: 1.5rem;
    line-height: 1.5
  }
  .u_cate_top .u_cate_ttl_in {
    padding: 15px;
    display: block
  }
  .u_cate_top .u_cate_box {
    padding: 15px
  }
  .u_cate_top .u_text_list:before {
    top: 8px
  }
}