@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*ulのマーカー（行頭記号）を表示しないようにしています*/
ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  text-decoration: underline;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  position: relative;
  display: block;
  height: 0px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

input[type=radio] {
  vertical-align: -0.1em;
}

.wrap {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .wrap {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html {
  height: 100%;
  overflow-y: scroll;
  opacity: 1;
}

html.wf-active {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 1;
}

a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #1a1a1a;
}

a[href^="tel:"] {
  cursor: default !important;
  pointer-events: none;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 2;
  min-width: 1240px;
}

.wrap {
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 48;
}

/* fallback */
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  src: url(/css_old/icon.woff2) format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@media print {
  body, .wrap {
    zoom: 0.88;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 15px !important;
    min-width: 100%;
    overflow: hidden;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
.header-inner .logo-box a {
  display: block;
  width: 220px;
  height: 65px;
  background: url(../img_old/common/icon/logo.svg) no-repeat left center;
  background-size: auto 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.nav-block .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-block .nav-list li a {
  line-height: 1;
}
.nav-block .nav-list li:nth-child(n+2) {
  margin-left: 40px;
}
.nav-block .nav-list li:last-child a {
  background: #ff7b01;
  color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  width: 200px;
  padding: 15px 0;
}
.nav-block .nav-list li:last-child a:hover {
  opacity: 0.8;
}
.nav-block .nav-list li:not(:last-child) a {
  position: relative;
}
.nav-block .nav-list li:not(:last-child) a::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -3px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  width: 100%;
  height: 2px;
  background: #ff7b01;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.nav-block .nav-list li:not(:last-child) a:hover {
  color: #ff7b01;
  text-decoration: none;
}
.nav-block .nav-list li:not(:last-child) a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 480px) {
  .header-block {
    display: none;
  }
}
.main-inner {
  position: relative;
}

.re-mo-disp {
  display: none;
}

@media screen and (max-width: 480px) {
  .re-mo-disp {
    display: block;
  }
  /* オーバーレイ */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10000;
  }
  #sp-header .-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: none;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
  }
  .sp-nav-hed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 55px;
    z-index: 10000 !important;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
  }
  .sp-nav-hed h1 {
    line-height: 1;
    margin: 0 !important;
  }
  .sp-nav-hed h1 a {
    display: block;
    background: url(../img_old/common/icon/logo.svg) no-repeat center center;
    background-size: 100% auto;
    height: 55px;
    width: 125px;
  }
  .sp-nav-hed h1 .title {
    display: none;
  }
  .sp-nav-hed .navBtn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 10000 !important;
    padding: 10px;
    background: #ff7b01;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
  }
  .sp-nav-hed .navBtn span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .sp-nav-hed .navBtn span:nth-of-type(2) {
    margin-top: 7px;
  }
  .sp-nav-hed .navBtn span:nth-of-type(3) {
    margin-top: 7px;
  }
  .sp-nav-hed .navBtn p {
    width: 100%;
    height: 0;
  }
  .sp-nav-hed .navBtn p:after {
    content: "メニュー";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 9px;
    letter-spacing: -1px;
    text-align: center;
  }
  .sp-nav-hed .navBtn.-resize {
    width: 45px;
    height: 45px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .sp-nav-hed .navBtn.-resize span:nth-of-type(1) {
    margin-top: 7px;
  }
  .sp-nav-hed .navBtn.-resize p:after {
    display: none;
  }
  #sp-header .navigation {
    overflow: auto;
    position: fixed;
    top: 0;
    opacity: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    height: auto;
    padding-bottom: 0px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  #sp-header .navigation ul li a {
    display: block;
  }
  #sp-header .navigation ul li a:hover {
    text-decoration: none;
  }
  .nav-re-menu {
    width: 100%;
    margin: 80px auto 0;
  }
  .nav-re-menu li {
    margin-bottom: 10px;
  }
  .nav-re-menu li a {
    display: block;
    background: #ff7b01;
    padding: 15px;
    color: #fff;
    border-radius: 50px;
    line-height: 1;
  }
  .nav-re-menu li a:hover {
    opacity: 0.8;
  }
  .nav-re-btn {
    width: 100%;
    margin: 20px auto 0;
  }
  .nav-re-btn li:first-child a {
    border-top: 1px solid #ddd;
  }
  .nav-re-btn li a {
    display: block;
    line-height: 1.4;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
  }
  .nav-re-btn li a:hover {
    background: #f2f2f2;
  }
  .nav-re-btn li.out a {
    background: url(../img_old/common/icon/link.svg) no-repeat right 10px center;
    background-size: 14px;
  }
  .nav-re-btn li.out a:hover {
    background: #f2f2f2 url(../img_old/common/icon/link.svg) no-repeat right 10px center;
    background-size: 14px;
  }
  .nav-re-close {
    margin-top: 20px;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-re-close li {
    width: calc(50% - 5px);
  }
  .nav-re-close li p {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px 5px;
    cursor: pointer;
  }
  /* ナビゲーション：アクティブ時 */
  #sp-header.navOpen .sp-nav-hed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  #sp-header.navOpen .sp-nav-hed .navBtn {
    width: 55px;
    height: 55px;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #sp-header.navOpen .sp-nav-hed .navBtn span:nth-of-type(1) {
    margin-top: 0 !important;
  }
  #sp-header.navOpen .sp-nav-hed .navBtn span:nth-of-type(3) {
    margin-top: 9px !important;
  }
  #sp-header.navOpen .sp-nav-hed .navBtn p:after {
    display: block;
  }
  #sp-header.navOpen .navigation {
    opacity: 1;
    right: 0;
    overflow: scroll;
    height: 100%;
    padding: 0 20px;
  }
  #sp-header.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  #sp-header.navOpen .navBtn span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  #sp-header.navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
  }
  #sp-header.navOpen .navBtn p:after {
    content: "閉じる";
  }
}
#page-top {
  top: auto;
  right: 10px;
  bottom: 80px;
  left: auto;
  position: fixed;
  z-index: 1001;
}
#page-top .backtotop {
  background: #ff7b01 url(../img_old/common/icon/arrow01t-white.svg) center top 20px no-repeat;
  background-size: 15px;
  border-radius: 50px;
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}
#page-top .backtotop:hover {
  opacity: 0.9;
}

.footer-block {
  border-top: 1px solid #ddd;
  margin-top: 80px;
  padding-top: 60px;
}
.footer-block .copy {
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  background: #ff7b01;
}

.footer-inner {
  margin: 0 auto;
  width: 1240px;
}
.footer-inner .link {
  margin-bottom: 60px;
}
.footer-inner .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-inner .link ul li:nth-child(n+2) {
  margin-left: 40px;
}
.footer-inner .link ul li.out a {
  background: url(../img_old/common/icon/link.svg) no-repeat right center;
  background-size: 14px;
  padding-right: 20px;
}
.footer-inner .link ul li a {
  color: #666666;
  line-height: 1;
  position: relative;
}
.footer-inner .link ul li a::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -3px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  width: 100%;
  height: 1px;
  background: #666666;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.footer-inner .link ul li a:hover {
  color: #666666;
  text-decoration: none;
}
.footer-inner .link ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 480px) {
  #page-top {
    bottom: 30px;
  }
  #page-top .backtotop {
    width: 45px;
    height: 45px;
    background: #ff7b01 url(../img_old/common/icon/arrow01t-white.svg) center top 12px no-repeat;
    background-size: 15px;
  }
  .footer-block {
    margin-top: 60px;
    padding-top: 30px;
  }
  .footer-block .copy {
    padding: 15px 0;
    font-size: 12px;
  }
  .footer-inner {
    width: calc(100% - 20px);
  }
  .footer-inner .link {
    margin-bottom: 30px;
  }
  .footer-inner .link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-inner .link ul li {
    width: 100%;
    text-align: center;
  }
  .footer-inner .link ul li:nth-child(n+2) {
    margin-left: 0px;
  }
}
.content-block {
  position: relative;
}

.content-inner {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  min-width: calc(1240px - 20px);
  max-width: calc(1500px - 20px);
  width: auto;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .content-inner {
    min-width: 100%;
    max-width: 100%;
    width: calc(100% - 20px);
  }
}
/*
.pagebute-box {
  @include flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  a {
    background: $g_color_gray2;
    color: $g_color_txt;
    display: block;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0px 5px;
    line-height: 1;
    &:hover {
      background: $g_color_1;
      color: $g_color_0;
    }
  }
  .current_page {
    background: $g_color_1;
    color:  $g_color_0;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0px 5px;
    line-height: 1;
  }
}
*/
/*
@media screen and (max-width: 480px) {

}
*/
.slider-block {
  background: url(../img_old/index/main.svg) no-repeat 50% 0%/cover;
  width: 100%;
  height: 850px;
}

.slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1240px;
  max-width: 1500px;
  width: auto;
  margin: auto;
  height: 850px;
}

.slider-text .copy {
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
}
.slider-text .copy span {
  background: #fff;
  padding: 15px 35px;
  margin-bottom: 35px;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .slider-block {
    margin-top: 55px;
    height: 400px;
  }
  .slider-inner {
    min-width: auto;
    width: calc(100% - 20px);
    max-width: 100%;
    height: 400px;
  }
  .slider-text {
    width: 100%;
  }
  .slider-text .copy {
    font-size: 10vw;
  }
  .slider-text .copy span {
    padding: 2% 5%;
    margin-bottom: 20px;
  }
}
.title-block {
  position: relative;
  width: 100%;
  height: 250px;
  background: #ff7b01;
}
.title-block::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background: url(../img_old/index/inquiry_bg.svg) center repeat-x;
}

.title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 1;
  line-height: 1;
  position: relative;
  padding: 0 10px;
  min-width: calc(1240px - 20px);
  max-width: calc(1500px - 20px);
  width: auto;
  height: 100%;
}
.title-inner > p {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  width: 100%;
}

.page-title {
  font-size: 40px;
  font-weight: 800;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #ff7b01;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .title-block {
    margin-top: 55px;
    height: 150px;
  }
  .title-block::before {
    background-size: cover;
  }
  .title-inner {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .title-inner > p {
    font-size: 7vw;
  }
  .page-title {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.topicpath-box {
  padding: 15px 0;
}
.topicpath-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 10px;
  min-width: calc(1240px - 20px);
  max-width: calc(1500px - 20px);
  width: auto;
}
.topicpath-box li {
  margin-right: 30px;
  position: relative;
  color: #666666;
}
.topicpath-box li:after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  left: auto;
  content: "";
  width: 10px;
  height: 15px;
  margin: auto;
  background: url(../img_old/common/icon/arrow01r-gray.svg) no-repeat center;
  background-size: 100% auto;
}
.topicpath-box li:last-child {
  margin-right: 0px;
}
.topicpath-box li:last-child:after {
  display: none;
}
.topicpath-box li a {
  color: #666666;
}
.topicpath-box li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .topicpath-box {
    padding: 10px 0;
    font-size: 14px;
  }
  .topicpath-box ul {
    width: calc(100% - 20px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topicpath-box li {
    margin-right: 25px;
  }
  .topicpath-box li:after {
    right: -15px;
    width: 8px;
    height: 12px;
  }
}
.aform-header {
  display: none;
}

.aform-content {
  margin: 30px 0;
}
.aform-content .aform-hdln {
  margin: 5px 0;
  background: #ff7b01;
  color: #fff;
  padding: 5px;
  border: none;
}
.aform-content .aform-note {
  margin: 0;
  padding: 5px;
  background: #ff7b01;
  color: #fff;
}
.aform-content .aform-upload {
  border: none;
}
.aform-content form dl {
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.aform-content form dl:first-of-type {
  border-top: 1px solid #ddd;
}
.aform-content form dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 25% !important;
  padding: 15px;
  background: #f2f2f2;
}
.aform-content form dt .aform-label {
  width: calc(100% - 50px);
  position: relative;
}
.aform-content form dt .aform-required {
  position: absolute;
  top: 3px;
  right: -45px;
  bottom: auto;
  left: auto;
  width: 40px;
  font-size: 12px;
  line-height: 1;
  padding: 5px 0;
  background: #e60012;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.aform-content form dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 75% !important;
  padding: 15px;
  margin: 0 !important;
  -webkit-margin-start: 0px !important;
          margin-inline-start: 0px !important;
}
.aform-content form dd input, .aform-content form dd textarea, .aform-content form dd select {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #000;
  font-family: inherit;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 8px 8px !important;
}
.aform-content form dd input:focus, .aform-content form dd textarea:focus, .aform-content form dd select:focus {
  border: 1px solid #ff7b01 !important;
  background: rgba(255, 246, 227, 0.5);
}
.aform-content form dd .aform-error {
  min-height: 0px !important;
}
.aform-content form dd > ul li {
  margin-bottom: 5px;
}
.aform-content form dd > ul li:last-child {
  margin-bottom: 0;
}

.aform-button-area {
  margin-top: 30px;
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aform-button-area input {
  min-width: 30%;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px !important;
  background: #ff7b01;
  color: #fff;
  font-size: 18px !important;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.aform-button-area input:hover {
  opacity: 0.8;
}
.aform-button-area input#aform_btn_back {
  background: #ddd;
  color: #000;
}
.aform-button-area input#aform_btn_back:hover {
  opacity: 0.8;
}

.aform-error-list dd {
  margin-left: 40px !important;
}

@media screen and (max-width: 480px) {
  .aform-content form dl {
    border: none !important;
    margin-bottom: 20px !important;
  }
  .aform-content form dt {
    width: 100% !important;
    padding: 5px;
  }
  .aform-content form dd {
    width: 100% !important;
    padding: 5px;
  }
}
.main-block.-sub .article-box .sub-title01,
.mce-content-body .sub-title01,
.wysiwyg .sub-title01 {
  position: relative;
  font-size: 180%;
  font-weight: 600;
  margin: 30px 0;
  padding-bottom: 5px;
}
.main-block.-sub .article-box .sub-title01::before,
.mce-content-body .sub-title01::before,
.wysiwyg .sub-title01::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -4px;
  left: 0px;
  content: "";
  width: 100%;
  height: 2px;
  background: #ff7b01;
  display: block;
}
.main-block.-sub .article-box .sub-title02,
.mce-content-body .sub-title02,
.wysiwyg .sub-title02 {
  font-size: 150%;
  font-weight: 600;
  margin: 30px 0;
  padding: 8px 10px 8px 10px;
  background: #ff7b01;
  color: #fff;
}
.main-block.-sub .article-box .sub-title03,
.mce-content-body .sub-title03,
.wysiwyg .sub-title03 {
  padding: 8px 10px 8px 10px;
  font-size: 140%;
  font-weight: 600;
  margin: 20px 0;
  background: #fff6e3;
}
.main-block.-sub .article-box .sub-title04,
.mce-content-body .sub-title04,
.wysiwyg .sub-title04 {
  padding: 5px 5px 5px 20px;
  position: relative;
  font-size: 120%;
  font-weight: 600;
  margin: 15px 0;
  color: #ff7b01;
}
.main-block.-sub .article-box .sub-title04:after,
.mce-content-body .sub-title04:after,
.wysiwyg .sub-title04:after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7b01;
}
.main-block.-sub .article-box .blue,
.mce-content-body .blue,
.wysiwyg .blue {
  color: #0C3C87;
}
.main-block.-sub .article-box .green,
.mce-content-body .green,
.wysiwyg .green {
  color: #5BB232;
}
.main-block.-sub .article-box .red,
.mce-content-body .red,
.wysiwyg .red {
  color: #ED0C0C;
}
.main-block.-sub .article-box .underline,
.mce-content-body .underline,
.wysiwyg .underline {
  text-decoration: underline;
}
.main-block.-sub .article-box ul:not([class]) li,
.mce-content-body ul:not([class]) li,
.wysiwyg ul:not([class]) li {
  padding-left: 25px;
  margin: 5px 0;
  background: url(../img_old/common/icon/arrow01r-orange.svg) no-repeat 6px 12px/10px;
}
.main-block.-sub .article-box ul:not([class]) li a:hover,
.mce-content-body ul:not([class]) li a:hover,
.wysiwyg ul:not([class]) li a:hover {
  text-decoration: underline;
}
.main-block.-sub .article-box li.pdf,
.mce-content-body li.pdf,
.wysiwyg li.pdf {
  background: url(../img_old/common/icon/icon_pdf.png) no-repeat 0 5px/21px !important;
}
.main-block.-sub .article-box li.doc,
.mce-content-body li.doc,
.wysiwyg li.doc {
  background: url(../img_old/common/icon/icon_doc.png) no-repeat 0 5px/21px !important;
}
.main-block.-sub .article-box li.xls,
.mce-content-body li.xls,
.wysiwyg li.xls {
  background: url(../img_old/common/icon/icon_xls.png) no-repeat 0 5px/21px !important;
}
.main-block.-sub .article-box ol,
.mce-content-body ol,
.wysiwyg ol {
  margin-top: 5px;
}
.main-block.-sub .article-box ol li,
.mce-content-body ol li,
.wysiwyg ol li {
  margin-left: 30px;
  margin-bottom: 5px;
}
.main-block.-sub .article-box ul.btnlist-01,
.mce-content-body ul.btnlist-01,
.wysiwyg ul.btnlist-01 {
  width: 100%;
  margin-top: 20px;
}
.main-block.-sub .article-box ul.btnlist-01 li,
.mce-content-body ul.btnlist-01 li,
.wysiwyg ul.btnlist-01 li {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-block.-sub .article-box ul.btnlist-01 li a,
.mce-content-body ul.btnlist-01 li a,
.wysiwyg ul.btnlist-01 li a {
  width: 80%;
  border: 1px solid #ff7b01;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #ff7b01;
  border-radius: 5px;
  line-height: 1.2;
}
.main-block.-sub .article-box ul.btnlist-01 li a:hover,
.mce-content-body ul.btnlist-01 li a:hover,
.wysiwyg ul.btnlist-01 li a:hover {
  opacity: 1;
  background: #ff7b01;
  color: #fff;
}
.main-block.-sub .article-box ul.btnlist-02,
.mce-content-body ul.btnlist-02,
.wysiwyg ul.btnlist-02 {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-block.-sub .article-box ul.btnlist-02 li,
.mce-content-body ul.btnlist-02 li,
.wysiwyg ul.btnlist-02 li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.main-block.-sub .article-box ul.btnlist-02 li:nth-child(2n),
.mce-content-body ul.btnlist-02 li:nth-child(2n),
.wysiwyg ul.btnlist-02 li:nth-child(2n) {
  margin-right: 0;
}
.main-block.-sub .article-box ul.btnlist-02 li a,
.mce-content-body ul.btnlist-02 li a,
.wysiwyg ul.btnlist-02 li a {
  border: 1px solid #ff7b01;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  color: #ff7b01;
  border-radius: 5px;
  line-height: 1.2;
  text-align: center;
}
.main-block.-sub .article-box ul.btnlist-02 li a:hover,
.mce-content-body ul.btnlist-02 li a:hover,
.wysiwyg ul.btnlist-02 li a:hover {
  opacity: 1;
  background: #ff7b01;
  color: #fff;
}
.main-block.-sub .article-box ul.btnlist-03,
.mce-content-body ul.btnlist-03,
.wysiwyg ul.btnlist-03 {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-block.-sub .article-box ul.btnlist-03 li,
.mce-content-body ul.btnlist-03 li,
.wysiwyg ul.btnlist-03 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.main-block.-sub .article-box ul.btnlist-03 li:nth-child(3n),
.mce-content-body ul.btnlist-03 li:nth-child(3n),
.wysiwyg ul.btnlist-03 li:nth-child(3n) {
  margin-right: 0;
}
.main-block.-sub .article-box ul.btnlist-03 li a,
.mce-content-body ul.btnlist-03 li a,
.wysiwyg ul.btnlist-03 li a {
  border: 1px solid #ff7b01;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  color: #ff7b01;
  border-radius: 5px;
  line-height: 1.2;
  text-align: center;
}
.main-block.-sub .article-box ul.btnlist-03 li a:hover,
.mce-content-body ul.btnlist-03 li a:hover,
.wysiwyg ul.btnlist-03 li a:hover {
  opacity: 1;
  background: #ff7b01;
  color: #fff;
}
.main-block.-sub .article-box ul.flex-list,
.mce-content-body ul.flex-list,
.wysiwyg ul.flex-list {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-block.-sub .article-box ul.flex-list li,
.mce-content-body ul.flex-list li,
.wysiwyg ul.flex-list li {
  margin: 0 25px 5px 0;
  display: inline-block;
  padding-left: 25px;
  background: url(../img_old/common/icon/arrow01r-orange.svg) no-repeat 6px 12px/10px;
}
.main-block.-sub .article-box ul.flex-list a:hover,
.mce-content-body ul.flex-list a:hover,
.wysiwyg ul.flex-list a:hover {
  text-decoration: underline;
}
.main-block.-sub .article-box ul.caution-list li,
.mce-content-body ul.caution-list li,
.wysiwyg ul.caution-list li {
  padding-left: 25px;
  margin: 5px 0;
  background: none !important;
  position: relative;
}
.main-block.-sub .article-box ul.caution-list li:after,
.mce-content-body ul.caution-list li:after,
.wysiwyg ul.caution-list li:after {
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img_old/common/icon/caution_icon.svg) center center no-repeat;
  background-size: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-block.-sub .article-box table td .sub-title01:first-child,
.main-block.-sub .article-box table td .sub-title02:first-child,
.main-block.-sub .article-box table td .sub-title03:first-child,
.main-block.-sub .article-box table td .sub-title04:first-child,
.mce-content-body table td .sub-title01:first-child,
.mce-content-body table td .sub-title02:first-child,
.mce-content-body table td .sub-title03:first-child,
.mce-content-body table td .sub-title04:first-child,
.wysiwyg table td .sub-title01:first-child,
.wysiwyg table td .sub-title02:first-child,
.wysiwyg table td .sub-title03:first-child,
.wysiwyg table td .sub-title04:first-child {
  margin-top: 0;
}
.main-block.-sub .article-box .table-gray,
.mce-content-body .table-gray,
.wysiwyg .table-gray {
  width: calc(100% - 2px);
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.main-block.-sub .article-box .table-gray td,
.mce-content-body .table-gray td,
.wysiwyg .table-gray td {
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 5px;
}
.main-block.-sub .article-box .table-gray th,
.mce-content-body .table-gray th,
.wysiwyg .table-gray th {
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 5px;
  background: #f2f2f2;
}
.main-block.-sub .article-box .bg-gray,
.mce-content-body .bg-gray,
.wysiwyg .bg-gray {
  background: #f2f2f2;
}
.main-block.-sub .article-box .bg-blue,
.mce-content-body .bg-blue,
.wysiwyg .bg-blue {
  background: #f4f9fa;
}
.main-block.-sub .article-box .bg-red,
.mce-content-body .bg-red,
.wysiwyg .bg-red {
  background: #faf4f6;
}
.main-block.-sub .article-box .bg-green,
.mce-content-body .bg-green,
.wysiwyg .bg-green {
  background: #EEFAE8;
}
.main-block.-sub .article-box .table-none,
.mce-content-body .table-none,
.wysiwyg .table-none {
  width: calc(100% - 2px);
  border: none !important;
}
.main-block.-sub .article-box .table-none td,
.mce-content-body .table-none td,
.wysiwyg .table-none td {
  border: none !important;
  padding: 0 !important;
}
.main-block.-sub .article-box .table-list,
.mce-content-body .table-list,
.wysiwyg .table-list {
  border-top: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.main-block.-sub .article-box .table-list td,
.mce-content-body .table-list td,
.wysiwyg .table-list td {
  border-bottom: 1px solid #ddd;
  font-size: 100%;
  padding: 5px;
  border-left: none;
  border-right: none;
}
.main-block.-sub .article-box .table-imgl,
.main-block.-sub .article-box .table-imgr,
.mce-content-body .table-imgl,
.mce-content-body .table-imgr,
.wysiwyg .table-imgl,
.wysiwyg .table-imgr {
  border: none;
  width: 100%;
}
.main-block.-sub .article-box .table-imgl img,
.main-block.-sub .article-box .table-imgr img,
.mce-content-body .table-imgl img,
.mce-content-body .table-imgr img,
.wysiwyg .table-imgl img,
.wysiwyg .table-imgr img {
  vertical-align: top;
}
.main-block.-sub .article-box .table-imgl > tbody > tr > td,
.main-block.-sub .article-box .table-imgr > tbody > tr > td,
.mce-content-body .table-imgl > tbody > tr > td,
.mce-content-body .table-imgr > tbody > tr > td,
.wysiwyg .table-imgl > tbody > tr > td,
.wysiwyg .table-imgr > tbody > tr > td {
  border: none;
  padding: 0;
  vertical-align: top;
  padding-bottom: 20px;
}
.main-block.-sub .article-box .table-imgl > tbody > tr > td img,
.main-block.-sub .article-box .table-imgr > tbody > tr > td img,
.mce-content-body .table-imgl > tbody > tr > td img,
.mce-content-body .table-imgr > tbody > tr > td img,
.wysiwyg .table-imgl > tbody > tr > td img,
.wysiwyg .table-imgr > tbody > tr > td img {
  max-width: 400px;
  height: auto;
}
.main-block.-sub .article-box .table-imgl img + p,
.main-block.-sub .article-box .table-imgr img + p,
.mce-content-body .table-imgl img + p,
.mce-content-body .table-imgr img + p,
.wysiwyg .table-imgl img + p,
.wysiwyg .table-imgr img + p {
  font-size: 90%;
  line-height: 1.2;
  margin-top: 5px;
}
.main-block.-sub .article-box .table-imgl > tbody > tr > td:first-child,
.mce-content-body .table-imgl > tbody > tr > td:first-child,
.wysiwyg .table-imgl > tbody > tr > td:first-child {
  padding-right: 30px;
}
.main-block.-sub .article-box .table-imgl > tbody > tr > td:last-child,
.mce-content-body .table-imgl > tbody > tr > td:last-child,
.wysiwyg .table-imgl > tbody > tr > td:last-child {
  width: 100%;
}
.main-block.-sub .article-box .table-imgl > tbody > tr > td:last-child p:first-child,
.mce-content-body .table-imgl > tbody > tr > td:last-child p:first-child,
.wysiwyg .table-imgl > tbody > tr > td:last-child p:first-child {
  margin-top: 0px;
}
.main-block.-sub .article-box .table-imgr > tbody > tr > td:first-child,
.mce-content-body .table-imgr > tbody > tr > td:first-child,
.wysiwyg .table-imgr > tbody > tr > td:first-child {
  width: 100%;
}
.main-block.-sub .article-box .table-imgr > tbody > tr > td:last-child,
.mce-content-body .table-imgr > tbody > tr > td:last-child,
.wysiwyg .table-imgr > tbody > tr > td:last-child {
  padding-left: 30px;
}
.main-block.-sub .article-box .table-imgr > tbody > tr > td:first-child p:first-child,
.mce-content-body .table-imgr > tbody > tr > td:first-child p:first-child,
.wysiwyg .table-imgr > tbody > tr > td:first-child p:first-child {
  margin-top: 0px;
}
.main-block.-sub .article-box .table-img2,
.mce-content-body .table-img2,
.wysiwyg .table-img2 {
  table-layout: fixed;
  border: none;
  padding: 0;
}
.main-block.-sub .article-box .table-img2 td,
.mce-content-body .table-img2 td,
.wysiwyg .table-img2 td {
  width: 50%;
  text-align: center;
  border: none;
  padding: 0;
  padding-bottom: 20px;
}
.main-block.-sub .article-box .table-img2 td img,
.mce-content-body .table-img2 td img,
.wysiwyg .table-img2 td img {
  display: block;
  max-width: 96%;
  margin: 0 auto;
  height: auto !important;
}
.main-block.-sub .article-box .table-img2 td p,
.mce-content-body .table-img2 td p,
.wysiwyg .table-img2 td p {
  font-size: 90%;
  line-height: 1.2;
  margin: 5px auto 0px;
  max-width: 96%;
  text-align: left;
}
.main-block.-sub .article-box .table-img3,
.mce-content-body .table-img3,
.wysiwyg .table-img3 {
  table-layout: fixed;
  border: none;
  padding: 0;
}
.main-block.-sub .article-box .table-img3 td,
.mce-content-body .table-img3 td,
.wysiwyg .table-img3 td {
  width: 33.3333333333%;
  text-align: center;
  vertical-align: top;
  border: none;
  padding: 0;
  padding-bottom: 20px;
}
.main-block.-sub .article-box .table-img3 td img,
.mce-content-body .table-img3 td img,
.wysiwyg .table-img3 td img {
  display: block;
  max-width: 96%;
  margin: 0 auto;
  height: auto !important;
}
.main-block.-sub .article-box .table-img3 td p,
.mce-content-body .table-img3 td p,
.wysiwyg .table-img3 td p {
  font-size: 90%;
  line-height: 1.2;
  margin: 5px auto 0px;
  max-width: 98%;
  text-align: left;
}
.main-block.-sub .article-box .table-scroll,
.mce-content-body .table-scroll,
.wysiwyg .table-scroll {
  overflow-x: visible !important;
  overflow-y: visible !important;
}
.main-block.-sub .article-box .inquiry-box,
.mce-content-body .inquiry-box,
.wysiwyg .inquiry-box {
  margin-top: 50px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.main-block.-sub .article-box .inquiry-box > .title,
.mce-content-body .inquiry-box > .title,
.wysiwyg .inquiry-box > .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 0 0 10px 0px;
  border-bottom: 2px solid #ddd;
}

a img {
  vertical-align: bottom;
}

.wysiwyg {
  width: 550px !important;
  max-width: 550px !important;
  min-width: 550px !important;
}
.wysiwyg .table-imgl > tbody > tr > td img, .wysiwyg .table-imgr > tbody > tr > td img {
  max-width: 150px !important;
}

.mce-content-body {
  width: 840px !important;
  max-width: 840px !important;
  min-width: 840px !important;
}
.mce-content-body img {
  max-width: 100% !important;
  height: auto;
}
.mce-content-body p {
  line-height: 2;
}
.mce-content-body .table-imgl > tbody > tr > td img, .mce-content-body .table-imgr > tbody > tr > td img {
  max-width: 400px !important;
}

.main-block.-sub .article-box table {
  border: none;
  border-collapse: collapse;
}
.main-block.-sub .article-box table td {
  border: none;
  font-size: 100%;
  padding: 5px;
}

.mce-content-body table,
.wysiwyg table {
  border: 1px dashed #ddd;
  border-collapse: collapse;
}
.mce-content-body table td,
.wysiwyg table td {
  border: 1px dashed #ddd;
  font-size: 100%;
  padding: 5px;
}
.mce-content-body .table-imgl,
.mce-content-body .table-imgr,
.mce-content-body .table-img2,
.mce-content-body .table-img3,
.mce-content-body .table-none,
.wysiwyg .table-imgl,
.wysiwyg .table-imgr,
.wysiwyg .table-img2,
.wysiwyg .table-img3,
.wysiwyg .table-none {
  border: 1px dashed #ddd !important;
}
.mce-content-body .table-imgl td,
.mce-content-body .table-imgr td,
.mce-content-body .table-img2 td,
.mce-content-body .table-img3 td,
.mce-content-body .table-none td,
.wysiwyg .table-imgl td,
.wysiwyg .table-imgr td,
.wysiwyg .table-img2 td,
.wysiwyg .table-img3 td,
.wysiwyg .table-none td {
  border: 1px dashed #ddd !important;
}

@media screen and (max-width: 480px) {
  .main-block.-sub .article-box .sub-title01,
  .mce-content-body .sub-title01,
  .wysiwyg .sub-title01 {
    font-size: 145%;
  }
  .main-block.-sub .article-box .sub-title02,
  .mce-content-body .sub-title02,
  .wysiwyg .sub-title02 {
    font-size: 130%;
  }
  .main-block.-sub .article-box .sub-title03,
  .mce-content-body .sub-title03,
  .wysiwyg .sub-title03 {
    font-size: 120%;
  }
  .main-block.-sub .article-box .sub-title04,
  .mce-content-body .sub-title04,
  .wysiwyg .sub-title04 {
    font-size: 120%;
  }
  .main-block.-sub .article-box .sub-title04:after,
  .mce-content-body .sub-title04:after,
  .wysiwyg .sub-title04:after {
    bottom: auto;
    top: 18px;
  }
  .main-block.-sub .article-box ul:not([class]) li,
  .mce-content-body ul:not([class]) li,
  .wysiwyg ul:not([class]) li {
    background: url(../img_old/common/icon/arrow01r-orange.svg) no-repeat 6px 9px/10px;
  }
  .main-block.-sub .article-box ul.btnlist-01 li a,
  .mce-content-body ul.btnlist-01 li a,
  .wysiwyg ul.btnlist-01 li a {
    width: 100%;
  }
  .main-block.-sub .article-box ul.btnlist-02 li,
  .mce-content-body ul.btnlist-02 li,
  .wysiwyg ul.btnlist-02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .main-block.-sub .article-box ul.btnlist-03 li,
  .mce-content-body ul.btnlist-03 li,
  .wysiwyg ul.btnlist-03 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .main-block.-sub .article-box ul.flex-list li,
  .mce-content-body ul.flex-list li,
  .wysiwyg ul.flex-list li {
    background: url(../img_old/common/icon/arrow01r-orange.svg) no-repeat 6px 9px/10px;
  }
  .main-block.-sub .article-box ul.caution-list li:after,
  .mce-content-body ul.caution-list li:after,
  .wysiwyg ul.caution-list li:after {
    top: 5px;
  }
  .main-block.-sub .article-box table,
  .mce-content-body table,
  .wysiwyg table {
    width: auto;
    max-width: calc(100% - 2px) !important;
    border: 1px solid #ddd;
  }
  .main-block.-sub .article-box table td,
  .mce-content-body table td,
  .wysiwyg table td {
    border: 1px solid #ddd;
  }
  .main-block.-sub .article-box table td .sub-title01,
  .main-block.-sub .article-box table td .sub-title02,
  .main-block.-sub .article-box table td .sub-title03,
  .main-block.-sub .article-box table td .sub-title04,
  .mce-content-body table td .sub-title01,
  .mce-content-body table td .sub-title02,
  .mce-content-body table td .sub-title03,
  .mce-content-body table td .sub-title04,
  .wysiwyg table td .sub-title01,
  .wysiwyg table td .sub-title02,
  .wysiwyg table td .sub-title03,
  .wysiwyg table td .sub-title04 {
    width: 100%;
  }
  .main-block.-sub .article-box .table-list,
  .mce-content-body .table-list,
  .wysiwyg .table-list {
    border: none !important;
    margin-bottom: 20px;
  }
  .main-block.-sub .article-box .table-list td:nth-child(1),
  .mce-content-body .table-list td:nth-child(1),
  .wysiwyg .table-list td:nth-child(1) {
    background: #f2f2f2;
  }
  .main-block.-sub .article-box .table-list td,
  .mce-content-body .table-list td,
  .wysiwyg .table-list td {
    border-top: none;
    border-bottom: none !important;
    display: block;
    width: calc(100% - 10px) !important;
  }
  .main-block.-sub .article-box .table-imgl > tbody > tr > td,
  .main-block.-sub .article-box .table-imgr > tbody > tr > td,
  .mce-content-body .table-imgl > tbody > tr > td,
  .mce-content-body .table-imgr > tbody > tr > td,
  .wysiwyg .table-imgl > tbody > tr > td,
  .wysiwyg .table-imgr > tbody > tr > td {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-block.-sub .article-box .table-imgl > tbody > tr > td img,
  .main-block.-sub .article-box .table-imgr > tbody > tr > td img,
  .mce-content-body .table-imgl > tbody > tr > td img,
  .mce-content-body .table-imgr > tbody > tr > td img,
  .wysiwyg .table-imgl > tbody > tr > td img,
  .wysiwyg .table-imgr > tbody > tr > td img {
    max-width: 100%;
  }
  .main-block.-sub .article-box .table-imgl > tbody > tr > td p,
  .main-block.-sub .article-box .table-imgr > tbody > tr > td p,
  .mce-content-body .table-imgl > tbody > tr > td p,
  .mce-content-body .table-imgr > tbody > tr > td p,
  .wysiwyg .table-imgl > tbody > tr > td p,
  .wysiwyg .table-imgr > tbody > tr > td p {
    width: 100%;
  }
  .main-block.-sub .article-box .table-imgl > tbody > tr > td:first-child,
  .mce-content-body .table-imgl > tbody > tr > td:first-child,
  .wysiwyg .table-imgl > tbody > tr > td:first-child {
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-block.-sub .article-box .table-imgr > tbody > tr > td:last-child,
  .mce-content-body .table-imgr > tbody > tr > td:last-child,
  .wysiwyg .table-imgr > tbody > tr > td:last-child {
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-block.-sub .article-box .table-img2 td,
  .mce-content-body .table-img2 td,
  .wysiwyg .table-img2 td {
    display: block;
    width: 100%;
  }
  .main-block.-sub .article-box .table-img3 td,
  .mce-content-body .table-img3 td,
  .wysiwyg .table-img3 td {
    display: block;
    width: 100%;
  }
  .main-block.-sub .article-box .table-scroll,
  .mce-content-body .table-scroll,
  .wysiwyg .table-scroll {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-block.-sub .article-box .table-scroll > table,
  .mce-content-body .table-scroll > table,
  .wysiwyg .table-scroll > table {
    min-width: 900px !important;
    max-width: 900px !important;
  }
  .main-block.-sub .article-box .inquiry-box,
  .mce-content-body .inquiry-box,
  .wysiwyg .inquiry-box {
    padding: 15px;
  }
  .main-block.-sub .article-box .inquiry-box > .title,
  .mce-content-body .inquiry-box > .title,
  .wysiwyg .inquiry-box > .title {
    font-size: 16px;
  }
}
.title-box .title {
  font-size: 30px;
  font-weight: 800;
}

.title-box .en {
  font-size: 114px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #fff;
}

.index-schedule, .index-goods, .index-info {
  margin-top: 150px;
  padding-bottom: 80px;
}

.index-schedule .content-inner, .index-goods .content-inner, .index-info .content-inner {
  padding-top: 200px;
  min-width: 1240px;
  max-width: 1500px;
  width: auto;
  position: relative;
}

.index-schedule::before, .index-info::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 650px;
  height: 580px;
  content: "";
  background: url(../img_old/index/bg01.svg) no-repeat center;
}

.index-goods::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 650px;
  height: 650px;
  content: "";
  background: url(../img_old/index/bg02.svg) no-repeat center;
}

.title-box {
  position: absolute;
  top: -60px;
  right: auto;
  bottom: auto;
  left: 0;
}
.title-box .text {
  line-height: 1;
}
.index-info {
  background: #fff6e3;
}
.index-info::after {
  position: absolute;
  top: -90px;
  right: 40px;
  bottom: auto;
  left: auto;
  width: 580px;
  height: 550px;
  content: "";
  background: url(../img_old/index/info_item.svg) no-repeat center;
}
.index-info .title-box .en {
  text-shadow: #ff7b01 3px 0px, #ff7b01 -3px 0px, #ff7b01 0px -3px, #ff7b01 0px 3px, #ff7b01 3px 3px, #ff7b01 -3px 3px, #ff7b01 3px -3px, #ff7b01 -3px -3px, #ff7b01 1px 3px, #ff7b01 -1px 3px, #ff7b01 1px -3px, #ff7b01 -1px -3px, #ff7b01 3px 1px, #ff7b01 -3px 1px, #ff7b01 3px -1px, #ff7b01 -3px -1px;
}
.index-info .title-box .title {
  color: #ff7b01;
}

.index-goods {
  background: #d7eff2;
}
.index-goods .title-box {
  left: auto;
  right: 0;
}
.index-goods .title-box .en {
  text-shadow: #1f4693 3px 0px, #1f4693 -3px 0px, #1f4693 0px -3px, #1f4693 0px 3px, #1f4693 3px 3px, #1f4693 -3px 3px, #1f4693 3px -3px, #1f4693 -3px -3px, #1f4693 1px 3px, #1f4693 -1px 3px, #1f4693 1px -3px, #1f4693 -1px -3px, #1f4693 3px 1px, #1f4693 -3px 1px, #1f4693 3px -1px, #1f4693 -3px -1px;
}
.index-goods .title-box .title {
  color: #1f4693;
  text-align: right;
}
.index-goods::after {
  position: absolute;
  top: -90px;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 545px;
  height: 550px;
  content: "";
  background: url(../img_old/index/goods_item.svg) no-repeat center;
}
.index-schedule {
  background: #e4f9e4;
}
.index-schedule::after {
  position: absolute;
  top: -90px;
  right: 40px;
  bottom: auto;
  left: auto;
  width: 513px;
  height: 550px;
  content: "";
  background: url(../img_old/index/schedule_item.svg) no-repeat center;
}
.index-schedule .title-box .en {
  text-shadow: #237f19 3px 0px, #237f19 -3px 0px, #237f19 0px -3px, #237f19 0px 3px, #237f19 3px 3px, #237f19 -3px 3px, #237f19 3px -3px, #237f19 -3px -3px, #237f19 1px 3px, #237f19 -1px 3px, #237f19 1px -3px, #237f19 -1px -3px, #237f19 3px 1px, #237f19 -3px 1px, #237f19 3px -1px, #237f19 -3px -1px;
}
.index-schedule .title-box .title {
  color: #237f19;
}

.index-inquiry {
  margin-top: 80px;
}
.index-inquiry .content-inner {
  min-width: 1240px;
  max-width: 1500px;
  width: auto;
}
.index-inquiry .recruit-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 50px 100px 50px 50px;
  color: #fff;
  background: #ff7b01;
}
.index-inquiry .recruit-btn a:hover {
  opacity: 0.8;
}
.index-inquiry .recruit-btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: calc(100% - 20px);
  height: 100%;
  margin: auto;
  content: "";
  background: url(../img_old/index/inquiry_bg.svg) no-repeat center;
}
.index-inquiry .recruit-btn a::after {
  position: absolute;
  top: auto;
  right: 50px;
  bottom: 50px;
  left: auto;
  width: 48px;
  height: 48px;
  content: "";
  background: url(../img_old/index/arrow.svg) no-repeat center;
}
.index-inquiry .recruit-btn .title {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1;
}
.index-inquiry .recruit-btn .read {
  font-size: 18px;
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info-list li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  /*
      &::before{
        @include abs_position($top:0,$left:0);
        width: 100%;
        height: 100%;
        content: "";
        background: $g_color_0;
      }
  */
}
.info-list li:nth-child(4n) {
  margin-right: 0;
}
.info-list li:nth-child(n+5) {
  margin-top: 40px;
}
.info-list a {
  display: block;
  background: #fff;
  border: 1px solid #ff7b01;
  padding: 20px;
  width: 100%;
  pointer-events: auto;
}
.info-list a:hover {
  opacity: 0.8;
}
.info-list .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.info-list .image img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
.info-list .data {
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
  line-height: 1;
}
.info-list .title {
  line-height: 1.6;
}

.goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.goods-list li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  /*
      &::before{
        @include abs_position($top:0,$left:0);
        width: 100%;
        height: 100%;
        content: "";
        background: $g_color_0;
      }
  */
}
.goods-list li:nth-child(4n) {
  margin-right: 0;
}
.goods-list li:nth-child(n+5) {
  margin-top: 40px;
}
.goods-list a {
  display: block;
  background: #fff;
  padding: 20px;
  width: 100%;
  pointer-events: auto;
}
.goods-list a:hover {
  opacity: 0.8;
}
.goods-list .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.goods-list .image img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
.goods-list .title {
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background: #fff;
}
.schedule-list > li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.schedule-list > li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.schedule-list > li:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.schedule-list > li:nth-child(4) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.schedule-list > li:nth-child(5) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.schedule-list > li:nth-child(6) {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.schedule-list > li:nth-child(7) {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.schedule-list > li:nth-child(8) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.schedule-list > li:nth-child(9) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.schedule-list > li:nth-child(10) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.schedule-list > li:nth-child(11) {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.schedule-list > li:nth-child(12) {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.schedule-list > li:nth-child(13) {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.schedule-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 40px) / 2);
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.schedule-list > li:nth-child(7), .schedule-list > li:nth-child(13) {
  border-bottom: none;
}
.schedule-list > li.long {
  width: 100%;
}
.schedule-list > li.long .month p {
  font-size: 36px;
}
.schedule-list .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  border-radius: 50%;
  background: #89c3bc;
  color: #fff;
  width: 110px;
  height: 110px;
}
.schedule-list .month p {
  line-height: 1;
  font-size: 25px;
  font-weight: 800;
}
.schedule-list .month span {
  font-size: 55px;
}
.schedule-list .cont {
  width: calc(100% - 120px - 20px);
}
.schedule-list .cont .list > li {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.schedule-list .cont .list > li:nth-child(n+2) {
  margin-top: 10px;
}
.schedule-list .cont .list > li.ended {
  background: #f2f2f2;
  position: relative;
}
.schedule-list .cont .list > li.ended:after {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 75px;
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 15px;
  padding: 3px;
  content: "開催終了";
  background: #e60012;
  color: #fff;
  text-align: center;
}
.schedule-list .cont .list > li.ended .text {
  color: #999999 !important;
}
.schedule-list .cont .list > li.ended .text a {
  color: #999999 !important;
}
.schedule-list .cont .list > li.ended .cate {
  background: #999999 !important;
}
.schedule-list .cont .list > li .cate {
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  width: 85px;
  border-radius: 50px;
  text-align: center;
  margin-right: 20px;
  font-size: 15px;
}
.schedule-list .cont .list > li .cate.-cat01 {
  background: #67d35f;
}
.schedule-list .cont .list > li .cate.-cat02 {
  background: #f4b456;
}
.schedule-list .cont .list > li .cate.-cat03 {
  background: #ed8c96;
}
.schedule-list .cont .list > li .cate.-cat04 {
  background: #6caad8;
}
.schedule-list .cont .list > li .text {
  width: calc(100% - 20px - 85px);
  line-height: 1.8;
}
.schedule-list .cont .list > li .text a {
  color: #237f19;
}
.schedule-list .cont .list > li .text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .title-box .title {
    font-size: 26px;
  }
  .title-box .en {
    font-size: 11vw;
    margin-bottom: 20px;
  }
  .index-info, .index-goods, .index-schedule {
    margin-top: 80px;
    padding-bottom: 60px;
  }
  .index-info .content-inner, .index-goods .content-inner, .index-schedule .content-inner {
    padding-top: 100px;
    min-width: 100%;
    max-width: 100%;
  }
  .index-info::before, .index-schedule::before {
    width: 300px;
    height: 268px;
  }
  .index-goods::before {
    width: 300px;
    height: 300px;
  }
  .title-box {
    top: -30px;
  }
  .index-info::after {
    top: -50px;
    right: 0px;
    width: 210px;
    height: 200px;
  }
  .index-info .title-box {
    left: 10px;
  }
  .index-info .title-box .en {
    text-shadow: #ff7b01 2px 0px, #ff7b01 -2px 0px, #ff7b01 0px -2px, #ff7b01 0px 2px, #ff7b01 2px 2px, #ff7b01 -2px 2px, #ff7b01 2px -2px, #ff7b01 -2px -2px, #ff7b01 1px 2px, #ff7b01 -1px 2px, #ff7b01 1px -2px, #ff7b01 -1px -2px, #ff7b01 2px 1px, #ff7b01 -2px 1px, #ff7b01 2px -1px, #ff7b01 -2px -1px;
  }
  .index-goods .title-box {
    right: 10px;
  }
  .index-goods .title-box .en {
    text-shadow: #1f4693 2px 0px, #1f4693 -2px 0px, #1f4693 0px -2px, #1f4693 0px 2px, #1f4693 2px 2px, #1f4693 -2px 2px, #1f4693 2px -2px, #1f4693 -2px -2px, #1f4693 1px 2px, #1f4693 -1px 2px, #1f4693 1px -2px, #1f4693 -1px -2px, #1f4693 2px 1px, #1f4693 -2px 1px, #1f4693 2px -1px, #1f4693 -2px -1px;
  }
  .index-goods::after {
    top: -50px;
    left: 0px;
    width: 210px;
    height: 200px;
  }
  .index-schedule::after {
    top: -50px;
    right: 0px;
    width: 210px;
    height: 200px;
  }
  .index-schedule .title-box {
    left: 10px;
  }
  .index-schedule .title-box .en {
    text-shadow: #237f19 2px 0px, #237f19 -2px 0px, #237f19 0px -2px, #237f19 0px 2px, #237f19 2px 2px, #237f19 -2px 2px, #237f19 2px -2px, #237f19 -2px -2px, #237f19 1px 2px, #237f19 -1px 2px, #237f19 1px -2px, #237f19 -1px -2px, #237f19 2px 1px, #237f19 -2px 1px, #237f19 2px -1px, #237f19 -2px -1px;
  }
  .index-inquiry {
    margin-top: 60px;
  }
  .index-inquiry .content-inner {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .index-inquiry .recruit-btn a {
    padding: 50px 30px 60px;
    height: auto;
  }
  .index-inquiry .recruit-btn a::before {
    background-size: cover;
  }
  .index-inquiry .recruit-btn a::after {
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 20px;
    left: auto;
    width: 30px;
    height: 30px;
  }
  .index-inquiry .recruit-btn .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .index-inquiry .recruit-btn .read {
    font-size: 15px;
  }
  .info-list li {
    width: 100%;
    margin-right: 0px;
  }
  .info-list li:nth-child(n+2) {
    margin-top: 20px;
  }
  .info-list a {
    padding: 20px 15px;
  }
  .goods-list li {
    width: 100%;
    margin-right: 0px;
  }
  .goods-list li:nth-child(n+2) {
    margin-top: 20px;
  }
  .goods-list a {
    padding: 20px 15px;
  }
  .goods-list .title {
    font-size: 16px;
  }
  .schedule-list {
    padding: 20px 15px;
  }
  .schedule-list > li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .schedule-list > li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .schedule-list > li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .schedule-list > li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .schedule-list > li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .schedule-list > li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .schedule-list > li:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .schedule-list > li:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .schedule-list > li:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .schedule-list > li:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .schedule-list > li:nth-child(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .schedule-list > li:nth-child(12) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .schedule-list > li:nth-child(13) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .schedule-list > li {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: none;
  }
  .schedule-list > li.long .month p {
    font-size: 24px;
  }
  .schedule-list .month {
    margin-right: 0px;
    width: 100%;
    height: auto;
    padding: 8px 0;
    border-radius: 0px;
  }
  .schedule-list .month p {
    font-size: 18px;
  }
  .schedule-list .month span {
    font-size: 26px;
    margin-right: 5px;
  }
  .schedule-list .cont {
    width: 100%;
  }
  .schedule-list .cont .list {
    margin-top: 15px;
  }
  .schedule-list .cont .list > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .schedule-list .cont .list > li.ended:after {
    left: 65px;
    width: 33px;
    height: 33px;
    font-size: 11px;
    line-height: 13px;
  }
  .schedule-list .cont .list > li .cate {
    padding: 6px 0;
    width: 70px;
    margin-right: 20px;
    font-size: 14px;
  }
  .schedule-list .cont .list > li .text {
    width: calc(100% - 20px - 70px);
    line-height: 1.6;
  }
}
._fs-xs {
  font-size: 11px;
}

._fs-sm {
  font-size: 12px;
}

._fs-md {
  font-size: 18px;
}

._fs-lg {
  font-size: 24px;
}

._fs-xl {
  font-size: 30px;
}

._mr-sm {
  margin-right: 20px;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mb-xs {
  margin-bottom: 10px;
}

._mb-sm {
  margin-bottom: 20px;
}

._mb-md {
  margin-bottom: 30px;
}

._mb-lg {
  margin-bottom: 60px;
}

._mb-xl {
  margin-bottom: 80px;
}

._mt-xs {
  margin-top: 10px;
}

._mt-sm {
  margin-top: 20px;
}

._mt-md {
  margin-top: 30px;
}

._mt-lg {
  margin-top: 50px;
}

._mt-xl {
  margin-top: 80px;
}

._w5 {
  width: 5%;
}

._w10 {
  width: 10%;
}

._w20 {
  width: 20%;
}

._w30 {
  width: 30%;
}

._w40 {
  width: 40%;
}

._w50 {
  width: 50%;
}

._w60 {
  width: 60%;
}

._w70 {
  width: 70%;
}

._w80 {
  width: 80%;
}

._w90 {
  width: 90%;
}

._w95 {
  width: 95%;
}

._w100 {
  width: 100%;
}

@media screen and (max-width: 480px) {
  ._fs-md {
    font-size: 16px;
  }
  ._fs-lg {
    font-size: 21px;
  }
  ._fs-xl {
    font-size: 26px;
  }
  ._mr-sm {
    margin-right: 2%;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.fade_in, .fade_right, .fade_left,
.header-block,
.slider-block,
.index-info,
.index-goods,
.index-schedule,
.index-inquiry,
.article-box {
  opacity: 0;
}

.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: 0.75s;
          animation-duration: 0.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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: 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.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: 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.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes 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 jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: 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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

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

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

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

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

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

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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