<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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%;
  vertical-align: baseline;
  background: transparent;
}

/*行の高さをフォントサイズと同じにしています*/
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: 0;
}

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: #222;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #3c3c3c;
}

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

*:focus {
  outline: none;
}

body {
  font-size: 15px;
  color: #222;
  font-family: "Lato", "Noto Sans JP", "Tahoma", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 2;
  min-width: 1200px;
}

.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;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    min-width: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.header-block {
  background: #0082e9;
  width: 100%;
  min-height: 150px;
  height: auto;
  z-index: 1;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  position: relative;
  width: 1200px;
}

.header-info {
  width: 44%;
}
.header-info &gt; .logo {
  line-height: 1;
  position: relative;
}
.header-info &gt; .logo &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  background: url(../img/common/icon/hiecc.png) no-repeat 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 50px;
  width: auto;
  height: 40px;
}
.header-info &gt; .logo &gt; a &gt; span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  width: 100%;
}
.header-info &gt; .title {
  margin-top: 20px;
  width: 100%;
}
.header-info &gt; .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-size: 38px;
  line-height: 1.3;
}
.header-info &gt; .title a span {
  font-weight: 400;
  font-size: 16px;
  padding-top: 3px;
  width: 100%;
}
.header-info &gt; .title a [data-ruby] {
  position: relative;
}
.header-info &gt; .title a [data-ruby]:before {
  position: absolute;
  top: -1em;
  right: 0;
  bottom: auto;
  left: 0;
  content: attr(data-ruby);
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  margin: auto;
}
.header-info &gt; .title a rt {
  display: none;
}

.header-item {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header-btn:nth-child(2) {
  margin: 0px 20px;
}
.header-btn:nth-child(2) a {
  color: #e71220;
}
.header-btn &gt; .btn {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 8px;
  width: auto;
  min-width: 190px;
}

.header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  width: 220px;
}
.header-sns li:not(:last-child) {
  margin-right: 15px;
}
.header-sns li:nth-child(-n+5) {
  margin-bottom: 10px;
}
.header-sns li:nth-child(5) {
  margin-right: 0px;
}
.header-sns li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  display: block;
}
.header-sns li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.8;
}
.header-sns li a img {
  width: 32px;
  vertical-align: top;
}

.header-tel {
  margin-top: 30px;
  margin-left: 30px;
  height: auto;
  white-space: nowrap;
}
.header-tel li {
  color: #fff;
  font-size: 30px;
  text-align: right;
  line-height: 1.3;
}
.header-tel li a {
  color: #ffffff;
}
.header-tel li span {
  font-size: 16px;
  padding-right: 5px;
}
.header-tel li p {
  font-size: 12px;
}
.header-tel li:first-child {
  font-style: italic;
  font-weight: 700;
}
.header-tel li:first-child span {
  font-size: 18px;
}
.header-tel li:nth-child(2), .header-tel li:nth-child(3) {
  font-size: 18px;
}

/* 以下ハンバーガーメニュー */
#sp_header {
  z-index: auto;
}

#sp_header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

nav {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#sp_header {
  z-index: auto;
}

#sp_header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  z-index: 1001;
}

/* ナビゲーション：アクティブ時 */
header.navOpen nav {
  display: block;
  opacity: 1;
  right: 0;
  overflow: hidden;
  height: 100vh;
}

header nav ul {
  width: 100%;
}

/* ナビゲーションアイコン */
header .navBtn {
  width: 20px;
  height: 20px;
  padding: 15px;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
  background: #fff;
}

header .navBtn span {
  display: block;
  height: 3px;
  width: 100%;
  background: #0082e9;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
  margin-top: 4px;
}

/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
}

header.navOpen .navBtn span:nth-of-type(2) {
  margin-top: 8px;
  opacity: 0;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

header.navOpen .navBtn span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}

header h1 {
  width: auto;
  margin-top: 0;
}

header .navBtn {
  display: block;
  z-index: 10000 !important;
}

header nav {
  position: fixed;
  top: 0;
  opacity: 0;
  right: 0%;
  float: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9999;
  height: auto;
  padding-bottom: 0px;
}

.nav_re_logo a {
  display: block;
  background: url(../img/common/header/logo_name.png) no-repeat 0 50%/75%;
  width: 70%;
  height: 30px;
  margin: 20px auto 20px 15px;
  padding-left: 40px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
}

.sitemap-box {
  background: #fff;
  position: relative;
}
.sitemap-box.-none &gt; div {
  -webkit-animation: fadeout ease 0.5s;
          animation: fadeout ease 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sitemap-box.-none &gt; div a, .sitemap-box.-none &gt; div ul {
  display: none;
}
.sitemap-box.-active &gt; div {
  -webkit-animation: fadein ease 0.5s;
          animation: fadein ease 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@-webkit-keyframes fadein {
  0% {
    height: 0vh;
    padding: 0;
  }
  100% {
    height: calc(100vh - 130px);
  }
}
@keyframes fadein {
  0% {
    height: 0vh;
    padding: 0;
  }
  100% {
    height: calc(100vh - 130px);
  }
}
@-webkit-keyframes fadeout {
  0% {
    height: calc(100vh - 130px);
  }
  100% {
    height: 0vh;
    padding: 0;
  }
}
@keyframes fadeout {
  0% {
    height: calc(100vh - 130px);
  }
  100% {
    height: 0vh;
    padding: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .sitemap-box.-none .sitemap-inner {
    animation: fadeout ease 0.5s;
    animation-fill-mode: both;
    backface-visibility: hidden;
    height: 0;
    padding: 0;
    display: none;
  }
  *::-ms-backdrop,
  .sitemap-box.-none .sitemap-inner a {
    display: none;
  }
  *::-ms-backdrop,
  .sitemap-box.-none .sitemap-inner ul {
    display: none;
  }
  *::-ms-backdrop,
  .sitemap-box.-none .sitemap-inner {
    animation: fadein ease 0.5s;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
}
.sitemap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 50px;
  width: 1200px;
  height: 100vh;
}

@media screen and (max-width: 480px) {
  .header-block {
    min-height: auto;
    height: auto;
  }
  .header-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .header-info {
    padding: 10px 0px 10px 10px;
    width: 80%;
  }
  .header-info &gt; .logo a {
    background-size: 32px;
    font-size: 10px;
    height: 35px;
  }
  .header-info &gt; .logo a span {
    font-size: 10px;
  }
  .header-info &gt; .title {
    margin-top: 15px;
  }
  .header-info &gt; .title a {
    font-size: 21px !important;
  }
  .header-info &gt; .title a span {
    font-size: 10px;
  }
  .header-item {
    display: none;
  }
  .header-sns {
    margin-left: 10px;
  }
  .header-sns li:nth-child(3) {
    margin-right: 15px;
  }
  .header-sns li:nth-child(4) {
    margin-right: 15px;
  }
  .header-tel {
    display: none;
  }
  .sitemap-box {
    overflow: auto !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sitemap-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 10px 0px;
    width: calc(100% - 20px);
    height: calc(100vh - 30px);
  }
  .sitemap-inner &gt; .logo {
    font-size: 20px;
    width: 85%;
  }
  .sitemap-inner &gt; .logo a {
    width: 100%;
    display: block;
    line-height: 1.5;
  }
  .sitemap-inner &gt; .logo span {
    display: block;
    font-size: 13px;
  }
  .sitemap-list {
    margin-right: 0px;
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }
  .sitemap-list li {
    margin: 0;
  }
  .sitemap-list a {
    font-size: 15px;
  }
  .sitemap-list a:hover {
    opacity: 0.7;
  }
  .sitemap-list &gt; .title {
    background: #009b63;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    font-size: 15px;
    padding: 12px 0px;
    text-align: center;
  }
  .sitemap-list &gt; .title.-btn {
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .sitemap-list &gt; .title.-contact {
    background: #0082e9;
  }
  .sitemap-list &gt; .title a {
    color: #fff;
    padding: 15px 0px;
    font-size: 16px;
    line-height: 1;
    display: block;
  }
  .sitemap-list .list,
  .sitemap-list .list01,
  .sitemap-list .list02 {
    margin-bottom: 10px;
  }
  .sitemap-list .list ul,
  .sitemap-list .list01 ul,
  .sitemap-list .list02 ul {
    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;
  }
  .sitemap-list .list li,
  .sitemap-list .list01 li,
  .sitemap-list .list02 li {
    width: 100%;
    margin-bottom: 1%;
  }
  .sitemap-list .list a {
    display: block;
    padding: 10px;
    text-align: center;
    background: #eee;
    color: #222;
  }
}
.menu-box {
  position: relative;
  margin-bottom: 30px;
  width: 285px;
}
.menu-box .title {
  background: #009b63;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 22px 0px;
  text-align: center;
}
.menu-box .title.-btn {
  background: none;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 0px;
}
.menu-box .title.-btn a {
  background: #009b63;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 22px 0px;
}
.menu-box .title.-btn a:hover {
  background: #00b573;
}
.menu-box .mail {
  margin-bottom: 20px;
}
.menu-box .mail a {
  background: #0082e9 url(../img/common/icon/mail.svg) no-repeat 25px 50%/24px;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  padding: 22px 0px;
}
.menu-box .mail a:hover {
  background: #0490ff url(../img/common/icon/mail.svg) no-repeat 25px 50%/24px;
}

.menu-inner {
  border-top: none;
  margin-bottom: 30px;
}
.menu-inner li {
  background: #eee;
  margin-bottom: 3px;
}
.menu-inner li:last-child {
  border-bottom: none;
}
.menu-inner li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  padding: 15px 20px 15px 20px;
  position: relative;
}
.menu-inner li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #f2f2f2;
  color: #009b63;
}
.menu-inner li:before {
  display: none;
}

.menu-logo {
  text-align: center;
  width: 285px;
}
.menu-logo img {
  width: 150px;
}
.menu-logo p {
  font-size: 10px;
}

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

.nav-block {
  background: #fff;
  border-top: 1px solid #ddd;
  opacity: 0.9;
  width: 100%;
  z-index: 1;
}
.nav-block &gt; .list {
  margin: 0 auto;
  width: 1200px;
}

.nav-list {
  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;
}
.nav-list &gt; .item:nth-child(1) &gt; a {
  background: url(../img/common/nav/nav_01.png) 50% 15px/32px no-repeat;
}
.nav-list &gt; .item:nth-child(2) &gt; a {
  background: url(../img/common/nav/nav_02.png) 50% 15px/32px no-repeat;
}
.nav-list &gt; .item:nth-child(3) &gt; a {
  background: url(../img/common/nav/nav_03.png) 50% 15px/30px no-repeat;
}
.nav-list &gt; .item:nth-child(4) &gt; a {
  background: url(../img/common/nav/nav_04.png) 50% 15px/32px no-repeat;
}
.nav-list &gt; .item:nth-child(5) &gt; a {
  background: url(../img/common/nav/nav_05.png) 50% 15px/32px no-repeat;
}
.nav-list &gt; .item:nth-child(6) &gt; a {
  background: url(../img/common/nav/nav_06.png) 50% 15px/28px no-repeat;
}
.nav-list &gt; .item:nth-child(7) &gt; a {
  background: url(../img/common/nav/nav_07.png) 50% 18px/40px no-repeat;
}
.nav-list &gt; .item {
  position: relative;
  width: 100%;
}
.nav-list &gt; .item &gt; a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.1;
  padding-top: 40px;
  width: 100%;
  height: 45px;
}
.nav-list &gt; .item &gt; a:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 2.5%;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  content: "";
  background: rgba(32, 38, 64, 0);
  width: 95%;
  height: 100%;
}
.nav-list &gt; .item &gt; a:hover:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 2.5%;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: rgba(32, 38, 64, 0.05);
  width: 95%;
  height: 100%;
}

.drop-box {
  background: rgba(0, 130, 233, 0.95);
}
.drop-box a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  display: block;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  padding: 5px 0px;
  width: 150px;
}
.drop-box a:hover {
  color: #0082e9;
}

.re_mo_disp {
  display: none;
}

.lang-block {
  background: #f2f2f2;
  width: 100%;
  z-index: 1;
}
.lang-block &gt; .list {
  margin: 0 auto;
  width: 1200px;
}

.lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0px;
}
.lang-list &gt; .item {
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
  width: 190px;
  height: 68px;
}
.lang-list &gt; .item:nth-child(n+7) {
  margin-bottom: 0px;
}
.lang-list &gt; .item:nth-child(6), .lang-list &gt; .item:nth-child(12) {
  margin-right: 0px;
}
.lang-list &gt; .item a {
  border-radius: 10px;
  color: #fff;
}
.lang-list &gt; .item a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.7;
}
.lang-list &gt; .item:nth-child(1) a {
  background: #e21423;
}
.lang-list &gt; .item:nth-child(2) a {
  background: #f39f12;
}
.lang-list &gt; .item:nth-child(3) a {
  background: #fbc500;
}
.lang-list &gt; .item:nth-child(4) a {
  background: #8fc31f;
}
.lang-list &gt; .item:nth-child(5) a {
  background: #009944;
}
.lang-list &gt; .item:nth-child(6) a {
  background: #009e96;
}
.lang-list &gt; .item:nth-child(7) a {
  background: #00a0e9;
}
.lang-list &gt; .item:nth-child(8) a {
  background: #0068b7;
}
.lang-list &gt; .item:nth-child(9) a {
  background: #4d4398;
}
.lang-list &gt; .item:nth-child(10) a {
  background: #a64a97;
}
.lang-list &gt; .item:nth-child(11) a {
  background: #e85298;
}
.lang-list &gt; .item:nth-child(12) a {
  background: #e5004f;
}
.lang-list &gt; .item &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 100%;
}
.lang-list &gt; .item &gt; a span {
  -ms-flex-line-pack: center;
      align-content: center;
  display: block;
  width: 100%;
}

.lang-select {
  display: none !important;
}

.drop-box {
  background: rgba(0, 130, 233, 0.95);
}
.drop-box a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  display: block;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  padding: 5px 0px;
  width: 150px;
}
.drop-box a:hover {
  color: #0082e9;
}

.re_mo_disp {
  display: none;
}

@media screen and (max-width: 480px) {
  .re_mo_disp {
    display: block;
  }
  .lang-block {
    display: none;
  }
  .lang-select {
    display: block !important;
  }
  .lang-select &gt; .select {
    border: 0 !important;
    margin-right: 0px !important;
    width: 100%;
  }
}
.footer-block {
  background: #888;
  position: relative;
  z-index: 3;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 0px 0px;
  position: relative;
  width: 1200px;
}
.footer-inner &gt; .copy {
  color: #fff;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  padding: 0px 0px 15px;
  letter-spacing: 1px;
  text-align: right;
  width: 100%;
}

.footer-info {
  margin-right: 5%;
  width: 35%;
}
.footer-info.-aj01 .title a {
  font-size: 24px;
}
.footer-info &gt; .logo {
  line-height: 1;
  position: relative;
}
.footer-info &gt; .logo &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  background: url(../img/common/icon/hiecc.png) no-repeat 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: 50px;
  width: auto;
  height: 40px;
}
.footer-info &gt; .logo &gt; a &gt; span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
  width: 100%;
}
.footer-info &gt; .title {
  margin-top: 20px;
  width: 100%;
}
.footer-info &gt; .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.footer-info &gt; .title a span {
  font-weight: 400;
  font-size: 16px;
  padding-top: 3px;
  width: 100%;
}
.footer-info &gt; .title a [data-ruby] {
  position: relative;
}
.footer-info &gt; .title a [data-ruby]:before {
  position: absolute;
  top: -1em;
  right: 0;
  bottom: auto;
  left: 0;
  content: attr(data-ruby);
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  margin: auto;
}
.footer-info &gt; .title a rt {
  display: none;
}

.footer-data {
  color: #fff;
  margin-bottom: 50px;
  width: 60%;
}
.footer-data &gt; .title {
  margin-bottom: 15px;
}
.footer-data &gt; .info {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 10px;
  width: 50%;
}
.footer-data &gt; .tel {
  margin-bottom: 20px;
}
.footer-data &gt; .tel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
.footer-data &gt; .tel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  width: 100%;
}
.footer-data &gt; .tel ul li a {
  color: #fff;
}
.footer-data &gt; .tel ul li:first-child {
  margin-right: 20px;
}
.footer-data &gt; .tel ul li span {
  font-size: 13px;
  margin-right: 3px;
}
.footer-data .bnr {
  width: 235px;
}
.footer-data .bnr a {
  background: #0082e9 url(../img/common/icon/mail.svg) no-repeat 20px 50%/16px;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 15px 15px 15px 55px;
}
.footer-data .bnr a:hover {
  background: #0490ff url(../img/common/icon/mail.svg) no-repeat 20px 50%/16px;
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.footer-link a {
  color: #fff;
  font-size: 12px;
}

.footer-sns {
  position: absolute;
  top: 30px;
  right: 0px;
  bottom: auto;
  left: auto;
  width: 220px;
}
.footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-sns ul img {
  vertical-align: top;
  width: 32px;
}
.footer-sns ul li:not(:last-child) {
  margin-right: 15px;
}
.footer-sns ul li:nth-child(-n+5) {
  margin-bottom: 10px;
}
.footer-sns ul li:nth-child(5) {
  margin-right: 0;
}

#page-top {
  top: auto;
  right: 15px;
  bottom: 70px;
  left: auto;
  position: fixed;
  z-index: 1001;
}

#page-top .backtotop {
  background: #0082e9;
  border-radius: 10px;
  display: block;
  width: 48px;
  height: 48px;
}
#page-top .backtotop:before {
  position: absolute;
  top: calc(50% - 3px);
  right: calc(50% - 3px);
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
}

#page-top .backtotop:hover {
  background: #0490ff;
}

.entry-box {
  position: absolute;
  top: auto;
  right: 80px;
  bottom: 0;
  left: auto;
}
.entry-box a {
  background: #0082e9;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 15px;
  text-align: center;
  padding: 13px;
  position: relative;
  width: 300px;
  z-index: 2;
}
.entry-box a a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.9;
}

@media screen and (max-width: 480px) {
  .footer-block {
    height: auto;
  }
  .footer-inner {
    padding: 15px 0px;
    width: calc(100% - 20px);
  }
  .footer-inner &gt; .copy {
    font-size: 10px;
    padding-bottom: 0px;
  }
  .footer-info {
    margin-right: 0%;
    width: 100%;
  }
  .footer-info &gt; .logo a {
    background-size: 32px;
    font-size: 10px;
    margin-bottom: 20px;
    height: 40px;
  }
  .footer-info &gt; .logo a span {
    font-size: 10px;
  }
  .footer-info &gt; .title {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .footer-info &gt; .title a {
    font-size: 21px;
  }
  .footer-info &gt; .title a span {
    font-size: 10px;
  }
  .footer-data {
    margin-bottom: 20px;
    width: 100%;
  }
  #page-top {
    bottom: 70px;
  }
  .entry-box {
    display: none;
  }
  .footer-sns {
    position: relative;
    top: 0;
    right: auto;
  }
}
.slider-block {
  position: relative;
  z-index: 0;
}
.slider-block .copy {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: auto;
  left: 0;
  text-shadow: #fff 2px 0px 5px, #fff -2px 0px 5px, #fff 0px -2px 5px, #fff 0px 2px 5px, #fff 2px 2px 5px, #fff -2px 2px 5px, #fff 2px -2px 5px, #fff -2px -2px 5px, #fff 1px 2px 5px, #fff -1px 2px 5px, #fff 1px -2px 5px, #fff -1px -2px 5px, #fff 2px 1px 5px, #fff -2px 1px 5px, #fff 2px -1px 5px, #fff -2px -1px 5px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  width: auto;
  height: auto;
  z-index: 1000;
}

.slider-inner {
  position: relative;
  width: 100%;
  z-index: 0;
}
.slider-inner .img01 {
  background: url(../img/index/main.jpg) no-repeat 50% 50%/cover;
  width: 100%;
  min-height: 550px;
  height: 550px;
}

.sche-box {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.sche-inner {
  position: absolute;
  top: 220px;
  right: auto;
  bottom: auto;
  left: auto;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 40px;
  line-height: 21px;
  width: calc(100% - 80px);
  height: 210px;
  z-index: 9;
}
.sche-inner .memo {
  text-align: right;
}

.sche-info {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sche-info .title {
  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;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 30%;
}
.sche-info .text {
  color: #0082e9;
  font-size: 110px;
  font-weight: 900;
  font-style: italic;
  text-align: right;
  line-height: 1;
  white-space: nowrap;
}
.sche-info .text.-time {
  font-size: 60px;
}
.sche-info .memo {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 480px) {
  .slider-block .copy {
    position: absolute;
    top: 35px;
    right: auto;
    bottom: auto;
    left: 0px;
    font-size: 10px !important;
    padding: 0 10px;
    line-height: 1.3;
    text-align: center;
  }
  .slider-inner ul li img {
    width: 100%;
  }
  .slider-inner .img01 {
    background: url(../img/index/main.jpg) no-repeat 50% 0px/cover;
    min-height: 300px;
    height: 300px;
    width: 100%;
  }
  .slider-inner .img02 {
    background: url(../img/index/main.jpg) no-repeat 50% 0px/cover;
  }
  .slider-inner .img03 {
    background: url(../img/index/main.jpg) no-repeat 50% 0px/cover;
  }
  .sche-box {
    width: 100%;
  }
  .sche-inner {
    position: absolute;
    top: 120px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: auto;
    width: calc(100% - 60px);
    padding: 15px 15px;
    height: auto;
  }
  .sche-inner .memo {
    font-size: 10px !important;
    line-height: 1;
    text-align: left;
  }
  .sche-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 10px;
  }
  .sche-info .title {
    font-size: 13px !important;
    padding-bottom: 5px;
    width: 100%;
  }
  .sche-info .text {
    font-size: 24px !important;
  }
  .sche-info .text.-time {
    font-size: 21px !important;
  }
}
.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #62d1f6;
  position: relative;
  width: 100%;
  height: 150px;
}
.title-block.-emg {
  background: #D01220;
}
.title-block.-emg.-gray {
  background: #888;
}

.title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
  width: 1200px;
  height: 100%;
}
.title-inner &gt; h1 {
  color: #fff;
  font-size: 42px;
}
.title-inner &gt; span {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .title-block {
    height: auto;
  }
  .title-block.-common {
    background: url(../img/common/title/common.jpg) 0 0/cover;
  }
  .title-inner {
    min-height: 120px;
    width: 100%;
  }
  .title-inner &gt; h1 {
    font-size: 24px;
    text-align: center;
  }
  .title-inner &gt; span {
    font-size: 14px;
    margin-top: 15px;
  }
}
.content-block.-gray {
  background: #f2f2f2;
}
.content-block.-blue {
  background: #888;
}
.content-block.-blue:hover {
  background: #8f8f8f;
}
.content-block.-consult {
  background: #e3f5ff;
}
.content-block &gt; .title {
  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;
  color: #fff;
  font-size: 30px;
  font-family: "Lato", "Noto Sans JP";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 115px;
}

.content-inner {
  margin: 0 auto;
  position: relative;
  width: calc(1200px - 20px);
  padding: 35px 20px 100px;
}
.content-inner.-index {
  margin: 0 auto;
  padding: 50px 0px;
  width: 1200px;
}
.content-inner.-sbnr {
  margin: 0 auto;
  padding: 50px 0px;
  width: 1200px;
}
.content-inner .red {
  color: #e71220;
}
.content-inner .memo a {
  text-decoration: underline;
}
.content-inner .memo a:hover {
  text-decoration: none;
}
.content-inner .note {
  font-size: 13px;
  margin-top: 10px;
}

.content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-col &gt; .col {
  margin-right: 35px;
}
.content-col &gt; .col.-inner {
  width: 880px;
  margin-right: 0px;
}
.content-col &gt; .col.-single {
  width: 1200px;
  margin-right: 0px;
}
.content-col &gt; .col .justify {
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .content-inner {
    padding: 0px 0px 50px;
    min-width: 96%;
    width: 96%;
  }
  .content-inner.-index {
    min-width: 96%;
    width: 96%;
  }
  .content-inner.-sbnr {
    padding: 20px 0px;
    width: 96%;
  }
  .content-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-col &gt; .col {
    width: 100%;
    margin-right: 0;
    margin-left: 0px;
  }
  .content-col &gt; .col.-inner {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .content-col &gt; .col.-single {
    width: 100%;
  }
}
.form-box {
  margin-top: 30px;
}
.form-box ::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-box ::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-box :-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-box ::-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-box ::placeholder {
  color: #bbb;
  opacity: 1;
}
.form-box dl {
  border-bottom: none;
}
.form-box dl dt &gt; .-req {
  position: absolute;
  top: 3px;
  right: 20px;
  bottom: auto;
  left: auto;
  background: #e71220;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.8;
  padding: 0px 0.6em;
}
.form-box dl dd &gt; .button {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  background: #555;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  padding: 0.3em 1.6em;
  margin-left: 10px;
}
.form-box dl dd &gt; .button:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #ddd;
  color: #000;
}
.form-box .caption {
  color: #0082e9;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 70px;
}
.form-box .memo {
  font-size: 13px;
  padding: 10px 0px;
}
.form-box .error {
  color: #0082e9;
  font-size: 13px;
  text-align: left;
  padding-top: 5px;
}
.form-box .field {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  font-family: inherit;
  font-size: 15px;
  padding: 8px;
}
.form-box .field:focus {
  background: #fff;
  border: 1px solid #0082e9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1);
          box-shadow: rgba(0, 0, 0, 0.1);
}
.form-box .textarea {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  font-family: inherit;
  font-size: 15px;
  padding: 0.8em;
}
.form-box .textarea:focus {
  background: #fff;
  border: 1px solid #0082e9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1);
          box-shadow: rgba(0, 0, 0, 0.1);
}
.form-box .ui-datepicker-trigger {
  margin-left: 10px;
}
.form-box .-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-box .-lg {
  width: calc(100% - 1.6em - 2px);
}
.form-box .-md {
  width: 60%;
}
.form-box .-sm {
  width: 30%;
}
.form-box .-xs {
  width: 10%;
}
.form-box .privacy {
  margin: 40px auto 0px;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 13px;
}
.form-box .privacy .title {
  font-weight: 700;
  margin-bottom: 20px;
}

.radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-box li {
  margin: 5px 0px;
  padding-left: 0px !important;
}
.radio-box li:before {
  display: none;
}
.radio-box .label {
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  padding-left: 30px;
}
.radio-box .label.-last {
  margin-right: 0px;
}
.radio-box .label:before {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  display: block;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.radio-box .label:after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 5px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #0082e9;
  opacity: 0;
  width: 14px;
  height: 14px;
}
.radio-box .radioinput {
  display: none;
}
.radio-box .radioinput:checked + .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.radio-box .radioinput:checked + .label:after {
  opacity: 1;
}

.check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
}
.check-box.-single {
  margin: 30px 0px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check-box.-list li {
  margin: 0px 10px 10px 0px;
}
.check-box .label {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
  font-size: 15px;
  line-height: 2.5;
  position: relative;
  padding: 10px 10px 10px 44px;
}
.check-box .label.-last {
  margin-right: 0px;
}
.check-box .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 10px;
  content: "";
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  width: 22px;
  height: 22px;
}
.check-box .label:after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 11px;
  right: auto;
  bottom: auto;
  left: 13px;
  content: "";
  background: url(../img/common/icon/check.png) no-repeat;
  display: block;
  opacity: 0;
  width: 16px;
  height: 17px;
}
.check-box .checkinput {
  display: none;
}
.check-box .checkinput:checked + .label {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.check-box .checkinput:checked + .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #0082e9;
}
.check-box .checkinput:checked + .label:after {
  opacity: 1;
}

.select-box {
  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;
  font-size: 14px;
  position: relative;
}
.select-box &gt; .select {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  padding: 0.5em 2.2em 0.5em 0.6em;
  line-height: 1.2;
  position: relative;
  margin-right: 3px;
}
.select-box &gt; .select:focus {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #0082e9;
}
.select-box &gt; .select::-ms-expand {
  display: none;
}
.select-box &gt; .select.-first {
  margin-left: 0;
}
.select-box &gt; .select.-large {
  width: 100%;
}
.select-box &gt; .select option {
  color: #000;
}
.select-box &gt; .select.-light {
  font-size: 13px;
  padding: 0.5em 2.2em 0.5em 0.6em;
}

.half-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.half-box li {
  width: calc(50% - 30px);
}
.half-box .title {
  font-size: 13px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .radio-box {
    margin-bottom: 10px;
  }
  .form-box dl dt &gt; .-req {
    right: 0;
  }
  .form-box .-md {
    width: 80%;
  }
  .form-box .-sm {
    width: 60%;
  }
  .form-box .-xs {
    width: 30%;
  }
}
/* prettier-ignore */
.search-box .text {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee url(../img/common/icon/loupe.png) no-repeat right 10px top 50%;
  border: none;
  border-radius: 50px;
  color: #555;
  font-family: inherit;
  font-size: 12px;
  padding: 0.6em 0.6em;
  width: 220px;
}
.search-box .text:focus {
  background: #fff;
  background: #f2f2f2 url(../img/common/icon/loupe.png) no-repeat right 10px top 50%;
}

.btn-box {
  padding: 40px 0px;
  text-align: center;
}
.btn-box.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-box.-flex &gt; .btn {
  width: 30%;
}
.btn-box.-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.btn-box.-around &gt; .btn {
  width: 30%;
}
.btn-box.-none {
  padding: 0;
}
.btn-box &gt; a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-box &gt; a:hover.btn {
  text-decoration: none;
}
.btn-box &gt; .btn {
  border-radius: 5px;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  width: 300px;
  height: 50px;
}
.btn-box &gt; .btn.-light {
  font-size: 0.9em;
  line-height: 2;
  padding: 0.5em 3em;
  height: auto;
}
.btn-box &gt; .btn.-auto {
  width: auto;
}
.btn-box &gt; .btn.-medium {
  width: 60%;
  height: auto;
}
.btn-box &gt; .btn.-short {
  width: 30%;
  height: auto;
}
.btn-box &gt; .btn.-arrow {
  position: relative;
}
.btn-box &gt; .btn.-arrow:after {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.btn-box &gt; .btn.-submit {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #0082e9;
  border: none;
  color: #fff;
}
.btn-box &gt; .btn.-submit:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #0490ff;
}
.btn-box &gt; .btn.-prev {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #ddd;
  border: none;
  color: #222;
}
.btn-box &gt; .btn.-prev:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eaeaea;
}
.btn-box &gt; .btn.-action {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #62d1f6;
  border: none;
  color: #fff;
}
.btn-box &gt; .btn.-action:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #7ad8f7;
}
.btn-box &gt; .btn.-link {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #e21423;
  border: none;
  color: #fff;
  padding: 0.5em;
  width: calc(300px - 1em);
  height: auto;
}
.btn-box &gt; .btn.-link:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #ec2432;
}

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 20px auto;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-link li {
  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;
}
.btn-link li:first-child {
  margin-left: 0px;
}
.btn-link li a {
  display: block;
}
.btn-link.-info {
  margin-top: 40px;
}
.btn-link.-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.btn-link.-info li {
  margin-right: 20px;
  margin-bottom: 10px;
}
.btn-link.-info li:nth-child(3n+0) {
  margin-right: 0px;
}
.btn-link.-info li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  background: #555;
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 0.3em 1.6em;
}
.btn-link.-info li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #7b7b7b;
  color: #fff;
  text-decoration: none;
}
.btn-link.-info:last-child {
  margin-right: 0px;
}
.btn-link.-emg {
  margin-top: 20px;
}
.btn-link .btn {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  background: #0082e9;
  border: 1px solid #0082e9;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding: 0.3em 0px;
  text-align: center;
  width: 200px;
}
.btn-link .btn.-t02 {
  background: #aaa;
  border: none;
  font-size: 14px;
}
.btn-link .btn.-t02:hover {
  background: #ddd;
  border: none;
}
.btn-link .btn.-lg {
  padding: 0.3em 0.5em;
  width: 100%;
}
.btn-link .btn:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #fff;
  color: #0082e9;
  text-decoration: none;
}

.btn-list li {
  margin-top: 2%;
  width: 100%;
}
.btn-list.-sp02 li {
  width: 49%;
  margin-right: 2%;
}
.btn-list.-sp02 li:nth-child(2n) {
  margin-right: 0;
}
.btn-list.-sp03 li {
  width: 32%;
  margin-right: 2%;
}
.btn-list.-sp03 li:nth-child(3n) {
  margin-right: 0;
}

.btn-list.-t01 {
  margin: 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-list.-t01 li a {
  background: #ddd;
  display: block;
  padding: 15px 0px;
  position: relative;
  text-align: center;
}
.btn-list.-t01 li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btn-list.-t01 li a:hover {
  background: #f2f2f2;
  color: #0082e9;
}
.btn-list.-t01 li.-pdf a {
  background: #f2f2f2 url(../img/common/icon/icon_pdf.png) no-repeat right 10px top 10px !important;
}
.btn-list.-t01 li.-pdf a:before, .btn-list.-t01 li.-pdf a:after {
  display: none;
}

.btn-list.-t02 {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.btn-list.-t02 li a {
  background: #0082e9;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  opacity: 1 !important;
  padding: 20px 50px 20px 50px;
  position: relative;
  line-height: 1.5;
}
.btn-list.-t02 li a:hover {
  background: #f2f2f2;
  color: #0082e9;
}
.btn-list.-t02 li a:hover:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btn-list.-t02 li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btn-list.-t02 li:before {
  display: none;
}

.btn-list.-t03 {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.btn-list.-t03 li a {
  background: #0082e9;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  opacity: 1 !important;
  padding: 20px 50px 20px 50px;
  position: relative;
  line-height: 1.5;
}
.btn-list.-t03 li a:hover {
  background: #f2f2f2;
  color: #0082e9;
}
.btn-list.-t03 li a:hover:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btn-list.-t03 li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btn-list.-t03 li:before {
  display: none;
}

.btn-list.-t04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.btn-list.-t04 li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.5rem;
  display: block;
  padding: 15px 15px 15px 40px;
  font-weight: 500;
  position: relative;
}
.btn-list.-t04 li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: auto;
  bottom: auto;
  left: 15px;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btn-list.-t04 li a:hover {
  color: #0082e9;
  padding-left: 50px;
}
.btn-list.-t04 li a:hover:before {
  position: absolute;
  top: calc(50% - 4px);
  right: auto;
  bottom: auto;
  left: 20px;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btn-list.-t04 li.-pdf a {
  background: url(../img/common/icon/icon_pdf.png) no-repeat 15px 12px/21px !important;
  padding-left: 43px;
}
.btn-list.-t04 li.-pdf a:hover {
  background: #f2f2f2 url(../img/common/icon/icon_pdf.png) no-repeat 15px 12px/21px !important;
}

@media screen and (max-width: 480px) {
  .btn-box &gt; .btn {
    font-size: 14px;
    width: 48%;
  }
  .btn-link.-info ul {
    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;
  }
  .btn-link.-info ul li {
    margin-bottom: 15px;
  }
}
.dl-box {
  margin-top: 10px;
}
.dl-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.dl-box dl dt {
  font-weight: 700;
  padding-right: 20px;
  position: relative;
  width: 220px;
}
.dl-box dl dd {
  width: calc(100% - 220px - 40px);
}
.dl-box dl dd ul {
  margin-top: 0px !important;
}
.dl-box .col dt:nth-of-type(n + 2) {
  width: 100px;
}
.dl-box .col dd {
  width: auto;
}

.list-box li span {
  padding-right: 10px;
}

@media screen and (max-width: 480px) {
  .dl-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dl-box dt {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  .dl-box dd {
    width: 100% !important;
  }
  .dl-box .col dt:nth-of-type(n + 2) {
    width: 100%;
  }
}
.info-box {
  position: relative;
}
.info-box.-index {
  top: 63px;
}
.info-box.-index .category {
  width: 100px;
}
.info-box.-index .info-list li .text {
  width: calc(100% - 216px);
}
.info-box.-detail {
  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;
  font-size: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.info-box.-aid {
  margin-bottom: 30px;
}
.info-box.-aid .date {
  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;
  height: calc(2em + 8px);
}
.info-box.-aid .text {
  -ms-flex-item-align: center;
      align-self: center;
}
.info-box .date {
  margin-right: 20px;
}
.info-box .text {
  padding: 0px;
}
.info-box .category {
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin-right: 20px;
  padding: 5px 0px;
  text-align: center;
  width: 140px;
}
.info-box .category.-cate01 {
  background: #eee;
  color: #222;
}
.info-box .category.-cate02 {
  background: #009b63;
}
.info-box .category.-cate03 {
  background: #62d1f6;
}
.info-box .category.-cate04 {
  background: #e21423;
}
.info-box .category.-detail {
  margin-left: auto;
  margin-right: 0px;
}
.info-box &gt; .title {
  border-bottom: 3px solid #0082e9;
  color: #fff;
  font-family: "Lato", "Noto Sans JP";
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 1;
}
.info-box &gt; .title span {
  color: #aaa;
  font-family: "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 14px;
  font-weight: initial;
  margin-left: 30px;
}
.info-box &gt; .return {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.info-box &gt; .return a {
  color: #0082e9;
  font-size: 14px;
  display: block;
  text-align: center;
}
.info-box &gt; .return a:hover {
  background: #ddd;
}

.info-list {
  padding: 0px;
}
.info-list li {
  border-bottom: 1px solid #ddd;
}
.info-list li:last-child {
  border-bottom: none;
}
.info-list li &gt; a {
  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;
  font-size: 15px;
  line-height: 1.2;
  padding: 20px 15px;
}
.info-list li &gt; a p {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.info-list li &gt; a:hover p {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #0082e9;
}
.info-list li &gt; span {
  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;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.5;
  padding: 18px 20px;
}
.info-list li .text {
  width: calc(100% - 260px);
}
.info-list.-detail {
  margin-bottom: 50px;
  height: auto;
}
.info-list.-detail li {
  padding-left: 0px;
}
.info-list.-detail li:before {
  display: none;
}
.info-list.-detail p {
  margin-top: 0;
}

.info-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.info-date.new {
  padding-left: 75px;
}
.info-date.new:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0px;
  background: #e71220;
  border-radius: 5px;
  content: "New";
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 20px;
  text-align: center;
}
.info-date &gt; .date {
  font-size: 16px;
  margin-left: 20px;
}

.info-frame {
  width: 100%;
  overflow-y: auto;
  min-height: 500px;
  height: auto;
}

.info-status {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.info-status .status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 2px solid #0082e9;
  border-radius: 50px;
  position: relative;
  line-height: 1;
  width: 80%;
}
.info-status .status-box .status {
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #0082e9;
  border-radius: 50px;
  color: #0082e9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0px 20px;
  height: 61px;
}
.info-status .status-box .status span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  width: 100%;
}
.info-status .status-box .between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 120px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  width: 100%;
}
.info-status .status-box .between p {
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.info-status .status-box .between .ap {
  margin-bottom: 5px;
}
.info-status .status-box .between .date {
  font-size: 21px;
  margin-right: 0px;
}
.info-status.-deadline .status-box {
  background: #aaa;
  border: 2px solid #fff;
  color: #888;
}
.info-status.-deadline .status-box .status {
  background: #aaa;
  border: 2px solid #fff;
  color: #888;
}

.pagebute-box {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.pagebute-box a {
  background: #f2f2f2;
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0px 5px;
  line-height: 1;
}
.pagebute-box a:hover {
  background: #0082e9;
  color: #fff;
}
.pagebute-box .current_page {
  background: #0082e9;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0px 5px;
  line-height: 1;
}

.pagenav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 40px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}
.pagenav-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pagenav-box li {
  margin-right: 10px;
}
.pagenav-box li:last-child {
  margin-right: 0px;
}
.pagenav-box a {
  background: #ddd;
  display: inline-block;
  padding: 4px 10px;
}
.pagenav-box a:hover {
  background: #555;
  color: #fff;
}
.pagenav-box .prev, .pagenav-box .page-box &gt; .list, .pagenav-box .next {
  padding: 4px 15px;
}
.pagenav-box .current {
  background: #0082e9;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 4px 10px;
}

.info-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.info-image.-single {
  display: block;
}
.info-image.-single &gt; .image {
  margin-left: 0%;
  max-width: 100%;
}
.info-image.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.info-image.-reverse &gt; .image {
  margin-right: 2%;
  margin-left: 0;
}
.info-image &gt; .text {
  width: 100%;
}
.info-image &gt; .image {
  font-size: 12px;
  text-align: center;
  margin-left: 2%;
  max-width: 35%;
}
.info-image &gt; .image li {
  margin-bottom: 20px;
}
.info-image &gt; .image img {
  margin-bottom: 5px;
  max-width: 100%;
  height: auto;
}
.info-image &gt; .image p {
  line-height: 1;
  margin-top: 0px;
  text-align: center;
}

.plural-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.plural-box &gt; li {
  text-align: center;
  width: 48%;
  margin-bottom: 20px;
}
.plural-box &gt; li img {
  max-width: 100%;
  height: auto;
}
.plural-box &gt; li p {
  line-height: 1;
  margin-top: 0px;
  text-align: center;
}

#float-box {
  position: absolute;
  top: 340px;
  right: -1px;
  display: block;
  z-index: 2;
}

.float-menu li {
  margin-bottom: 10px;
}
.float-menu li a {
  background: #eee;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 50px 0px 0px 50px;
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  padding: 8px 0px;
  width: 150px;
}
.float-menu li a.cate00 {
  background: #0082e9;
  color: #fff;
}
.float-menu li a.cate02 {
  background: #009b63;
  color: #fff;
}
.float-menu li a.cate03 {
  background: #62d1f6;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.category-list {
  display: none;
}

.paging-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.paging-box &gt; div {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: relative;
  width: 50%;
}
.paging-box &gt; div:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #f2f2f2;
}
.paging-box &gt; div:first-child {
  border-right: 1px solid #ccc;
}
.paging-box &gt; div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 10px 0px;
  width: 85%;
}
.paging-box &gt; div .category {
  font-size: 12px;
  width: 100px;
}
.paging-box &gt; div .text {
  font-size: 12px;
  overflow: hidden;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 38px;
}
.paging-box .prev a, .paging-box .page-box &gt; .list a, .paging-box .page-box &gt; .next a, .paging-box .pagenav-box .next a, .pagenav-box .paging-box .next a {
  margin-left: auto;
  margin-right: 20px;
}
.paging-box .prev a:before, .paging-box .page-box &gt; .list a:before, .paging-box .page-box &gt; .next a:before, .paging-box .pagenav-box .next a:before, .pagenav-box .paging-box .next a:before {
  position: absolute;
  top: calc(50% - 7.5px);
  right: auto;
  bottom: auto;
  left: 10px;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 15px;
  height: 15px;
}
.paging-box .next a {
  margin-right: auto;
  margin-left: 20px;
}
.paging-box .next a:before {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 10px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 480px) {
  .info-box.-index .info-list li .text {
    width: 100%;
  }
  .info-box.-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-box .date {
    margin-right: 10px;
  }
  .info-box .date.-detail {
    margin-right: 10px;
  }
  .info-box .category {
    font-size: 12px;
    margin-right: 0px;
    width: 100px;
  }
  .info-list li &gt; a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 10px;
  }
  .info-list li .text {
    font-size: 14px;
    padding: 5px 0px 0px;
    width: 100%;
  }
  .pagebute-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagebute-box a {
    margin: 5px 5px;
  }
  .pagebute-box .current_page {
    margin: 5px 5px;
  }
  #float-box {
    display: none;
  }
  .category-list {
    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;
    margin-bottom: 30px;
    width: 100%;
  }
  .category-list li {
    padding: 5px;
    width: 46%;
  }
  .category-list li a {
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 2px 5px;
  }
  .category-list li a.cate01 {
    background: #eee;
    color: #000;
  }
  .category-list li a.cate02 {
    background: #62d1f6;
  }
  .category-list li a.cate03 {
    background: #009b63;
  }
  .category-list li a.cate00 {
    background: #0082e9;
  }
  .paging-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paging-box &gt; div {
    width: 100%;
  }
  .paging-box &gt; div:first-child {
    border-right: 0px;
    border-bottom: 1px solid #ddd;
  }
  .paging-box .prev a:before, .paging-box .page-box &gt; .list a:before,
  .paging-box .next a:before {
    width: 10px;
    height: 10px;
  }
}
.topicpath-box {
  background: #f2f2f2;
  padding: 10px 10px;
  margin-bottom: 30px;
  width: calc(100% - 20px);
}
.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;
}
.topicpath-box ul li {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  line-height: 1.5;
}
.topicpath-box ul li:after {
  position: absolute;
  top: -2px;
  right: -12px;
  bottom: auto;
  left: auto;
  content: "-";
}
.topicpath-box ul li:last-child {
  margin-right: 0px;
}
.topicpath-box ul li:last-child:after {
  content: "";
}

@media screen and (max-width: 480px) {
  .topicpath-box {
    margin-top: 10px;
  }
  .topicpath-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.article-box p {
  margin-top: 15px;
}
.article-box p a:not([class]) {
  color: #0082e9;
  text-decoration: underline;
  word-break: break-all;
}
.article-box p a:not([class]):hover {
  text-decoration: none;
}
.article-box &gt; ol li a, .article-box table ol li a, .article-box table a {
  text-decoration: underline;
}
.article-box &gt; ol li a:hover, .article-box table ol li a:hover {
  text-decoration: none;
}
.article-box.-emg .subtitle-02 {
  border-bottom: 2px solid #D01220;
  margin-top: 80px;
}
.article-box.-emg .subtitle-03 {
  background: #D01220;
}
.article-box.-emg.-gray .subtitle-02 {
  border-bottom: 2px solid #888;
}
.article-box.-emg.-gray .subtitle-03 {
  background: #888;
}
.article-box .mark {
  border-bottom: 1px solid #e71220;
}
.article-box .left {
  text-align: left;
}
.article-box .right {
  text-align: right;
}
.article-box .center {
  text-align: center;
}
.article-box .mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}
.article-box .msg {
  background: #f2f2f2;
  font-size: 13px;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.article-box .textlink {
  color: #0082e9;
  font-size: 16px;
  text-align: center;
}

.public-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.public-box a {
  display: block;
}

.public-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0px !important;
  width: 100%;
}
.public-list:before {
  display: none;
}
.public-list.-back {
  margin-bottom: 30px;
  margin-right: 30px;
  width: 200px;
}
.public-list.-back:nth-child(4n) {
  margin-right: 0px;
}
.public-list.-back &gt; .image {
  margin-right: 0px;
}
.public-list.-back &gt; .title {
  background: #f2f2f2;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 7px 10px;
  line-height: 1.3;
  width: 100%;
}
.public-list.-back &gt; .title span {
  font-size: 14px;
  margin-left: 10px;
}
.public-list &gt; .image {
  margin-right: 40px;
  width: 280px;
}
.public-list &gt; .image img {
  width: 100%;
  vertical-align: top;
}
.public-list &gt; .image a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.8;
}
.public-list &gt; .text {
  width: calc(100% - 320px);
}
.public-list &gt; .text &gt; .title {
  background: #0082e9;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 10px 10px 15px;
  position: relative;
}
.public-list &gt; .text &gt; .date {
  font-size: 18px;
  font-weight: 700;
}
.public-list &gt; .text &gt; .pickup {
  margin-bottom: 20px;
}
.public-list &gt; .text &gt; .pickup &gt; .title {
  background: #f2f2f2;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 10px;
  line-height: 1.4;
}

.note-box {
  border: 1px solid #ddd;
  padding: 20px 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.note-box p:first-child {
  margin-top: 0px;
}
.note-box.-page {
  padding: 40px 0px;
  text-align: center;
}

.col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.col-box.-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.col-box.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col-box &gt; .col {
  width: 50%;
}
.col-box &gt; .col:first-child {
  width: calc((100% - 30px) / 2);
  padding-right: 30px;
}
.col-box &gt; .col .sub_title:first-child,
.col-box .col .sub_title_02:first-child,
.col-box .col .sub_title_03:first-child,
.col-box .col .sub_title_04:first-child,
.col-box .col .sub_title_05:first-child,
.col-box p {
  margin-top: 0;
}
.col-box &gt; .col .image-box:first-child {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .article-box.-emg .subtitle-02 {
    margin-top: 40px;
  }
  .article-box p img {
    max-width: 100%;
    height: auto;
  }
  .article-box iframe {
    width: 100%;
  }
  .article-box img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------

   subtitle

------------------------------------------------*/
section &gt; div &gt; div &gt; h1.subtitle-01:first-child {
  margin-top: 50px;
}

.subtitle-01 {
  color: #0082e9;
  font-size: 42px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
}

.subtitle-02 {
  border-bottom: 2px solid #0082e9;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0px 0px 15px 0px;
  position: relative;
}
.subtitle-02.-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subtitle-02 span {
  font-size: 16px;
  display: inline-block;
}

.subtitle-03 {
  background: -webkit-gradient(linear, left top, right top, from(#0082e9), to(#62d1f6));
  background: linear-gradient(90deg, #0082e9, #62d1f6);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 15px 10px 15px 15px;
  position: relative;
}
.subtitle-03.-schedule {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subtitle-03.-schedule .i_week {
  font-size: 14px;
}

.subtitle-04 {
  background: #f2f2f2;
  font-size: 18px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 1.4;
  display: block;
}

.subtitle-05 {
  color: #0082e9;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.subtitle-06 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.article-box &gt; div.subtitle-02:first-child,
.article-box &gt; div.subtitle-03:first-child,
.article-box &gt; div.subtitle-04:first-child,
.article-box &gt; div.subtitle-05:first-child {
  margin-top: 0px;
}

table td &gt; div.subtitle-02:first-child,
table td &gt; div.subtitle-03:first-child,
table td &gt; div.subtitle-04:first-child,
table td &gt; div.subtitle-05:first-child {
  margin-top: 0px;
}

table td &gt; div.subtitle-02:nth-child(n+2),
table td &gt; div.subtitle-03:nth-child(n+2),
table td &gt; div.subtitle-04:nth-child(n+2) {
  margin-top: 40px;
}

/*------------------------------------------------

	   list

------------------------------------------------*/
.article-box &gt; ul:not([class]) {
  margin-top: 10px;
}
.article-box &gt; ul:not([class]) a {
  color: #0082e9;
}
.article-box &gt; ul:not([class]) a:hover {
  text-decoration: underline;
}
.article-box &gt; ul:not([class]) li {
  padding-left: 28px;
  margin-top: 5px;
  position: relative;
}
.article-box &gt; ul:not([class]) li:before {
  position: absolute;
  top: calc(1em - 4px);
  right: auto;
  bottom: auto;
  left: 8px;
  border-width: 4px;
  border-radius: 50%;
  border-style: solid;
  border-color: #0082e9;
  content: "";
}
.article-box ol {
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
}
.article-box ol &gt; li {
  padding-left: 8px;
}
.article-box ol &gt; li:before {
  display: none;
}
.article-box .pdf {
  background: url(../img/common/icon/icon_pdf.png) no-repeat 0 1px/21px !important;
}
.article-box .pdf:before {
  display: none;
}
.article-box .xls {
  background: url(../img/common/icon/icon_xls.png) no-repeat 0 1px/21px !important;
}
.article-box .xls:before {
  display: none;
}
.article-box .doc {
  background: url(../img/common/icon/icon_doc.png) no-repeat 0 1px/21px !important;
}
.article-box .doc:before {
  display: none;
}
.article-box .red {
  color: #dd0000;
}
.article-box .blue {
  color: #0080cc;
}
.article-box .green {
  color: #00aa66;
}
.article-box .strong {
  font-weight: 700;
}
.article-box .underline {
  text-decoration: underline;
}
.article-box hr {
  border: 0.5px solid #ddd;
}

.btnlist-01 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btnlist-01 li {
  margin: 2% auto 0;
  padding-left: 0px;
  width: 50%;
}
.btnlist-01 li:before {
  display: none;
}
.btnlist-01 li a {
  background: #0082e9;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 15px 0px;
  position: relative;
  text-align: center;
}
.btnlist-01 li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btnlist-01 li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee;
  color: #0082e9;
}
.btnlist-01 li a:hover:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
}
.btnlist-01.-large {
  margin-bottom: 30px;
}
.btnlist-01.-large li {
  width: 90%;
}
.btnlist-01.-large li a {
  font-size: 18px;
}
.btnlist-01.-end li a {
  background: #888;
  line-height: 1.5;
  padding: 10px 0px;
}
.btnlist-01.-end li a:hover {
  background: #ddd;
  color: #555;
}
.btnlist-01.-end li a:hover:before {
  border-top: 2px solid #555;
  border-right: 2px solid #555;
}

.btnlist-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-02 li {
  margin-right: 2%;
  margin-top: 2%;
  padding-left: 0px;
  width: 49%;
}
.btnlist-02 li.blank a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.btnlist-02 li.blank a:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "";
  background: url(/soudan/img/common/icon/blank.svg) no-repeat 0 2px/18px;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  opacity: 1;
}
.btnlist-02 li.blank a:hover:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "";
  background: url(/soudan/img/common/icon/blank_blue.svg) no-repeat 0 2px/18px;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  opacity: 1;
}
.btnlist-02 li:nth-child(2n) {
  margin-right: 0;
}
.btnlist-02 li a {
  background: #0082e9;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 15px 50px 15px 40px;
  position: relative;
  line-height: 1.4;
}
.btnlist-02 li a:hover {
  background: #eee;
  color: #0082e9;
}
.btnlist-02 li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btnlist-02 li a:hover:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btnlist-02 li:before {
  display: none;
}

.btnlist-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-03 li {
  margin-right: 2%;
  margin-top: 2%;
  padding-left: 0px;
  width: 32%;
}
.btnlist-03 li:nth-child(3n) {
  margin-right: 0;
}
.btnlist-03 li a {
  background: #0082e9;
  border-radius: 50px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 15px 40px 15px 30px;
  position: relative;
  line-height: 1.1;
}
.btnlist-03 li a:hover {
  background: #f2f2f2;
  color: #0082e9;
}
.btnlist-03 li a:hover:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btnlist-03 li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.btnlist-03 li:before {
  display: none;
}

.btnlist-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-04 li {
  margin-right: 2%;
  margin-top: 2%;
  padding-left: 0px;
}
.btnlist-04 li.pdf a {
  background: #fff url(../img/common/icon/icon_pdf.png) no-repeat 15px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.pdf a:before, .btnlist-04 li.pdf a:hover:before {
  display: none;
}
.btnlist-04 li.xls a {
  background: #fff url(../img/common/icon/icon_xls.png) no-repeat 15px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.xls a:before, .btnlist-04 li.xls a:hover:before {
  display: none;
}
.btnlist-04 li.doc a {
  background: #fff url(../img/common/icon/icon_doc.png) no-repeat 15px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.doc a:before, .btnlist-04 li.doc a:hover:before {
  display: none;
}
.btnlist-04 li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 13px;
  line-height: 1;
  display: block;
  padding: 12px 15px 12px 45px;
  font-weight: 500;
  position: relative;
}
.btnlist-04 li:not([class]) a {
  padding-left: 36px;
}
.btnlist-04 li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: auto;
  bottom: auto;
  left: 15px;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.btnlist-04 li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #0082e9;
  color: #0082e9;
}
.btnlist-04 li a:hover:before {
  position: absolute;
  top: calc(50% - 4px);
  right: auto;
  bottom: auto;
  left: 15px;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  border-top: 2px solid #0082e9;
  border-right: 2px solid #0082e9;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.btnlist-04 li:before {
  display: none;
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-list li {
  margin-right: 15px;
}
.flex-list li a {
  color: #0082e9;
}
.flex-list li a:hover {
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
  .flex-list {
    display: block;
  }
  .flex-list li {
    display: inline-block;
    margin-right: 15px;
  }
  .flex-list li a {
    color: #0082e9;
  }
  .flex-list li a:hover {
    text-decoration: underline;
  }
}
.faq-list {
  margin-bottom: 10px;
}
.faq-list li:nth-child(odd) {
  font-weight: bold;
  background: #f2f2f2;
  color: #000;
  padding: 12px 12px 12px 47px !important;
  font-size: 14px;
  font-weight: 600;
}
.faq-list li:nth-child(odd):before, .faq-list li:nth-child(even):before {
  display: none;
}
.faq-list li:nth-child(odd):after {
  border: none;
  color: #0082e9;
  content: "Q.";
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 40px;
  height: 20px;
}
.faq-list li:nth-child(even) {
  font-size: 1rem;
  padding: 20px 20px 15px 47px !important;
  margin-bottom: 10px;
}
.faq-list li:nth-child(even):after {
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 12px;
  content: "A.";
  color: #f30c28;
  font-size: 28px;
  font-weight: bold;
}

/*------------------------------------------------

	   table

------------------------------------------------*/
.bg-gray {
  background: #f2f2f2 !important;
}

.bg-blue {
  background: #e3f5ff !important;
}

.bg-red {
  background: #ffecee !important;
}

.bg-green {
  background: #EEFAE8 !important;
}

.table-gray,
.table-blue,
.table-red,
.table-list,
.table-none {
  border: 0;
  border-collapse: collapse;
  font-size: 15px;
  margin-top: 10px;
  width: 100%;
}
.table-gray th,
.table-blue th,
.table-red th,
.table-list th,
.table-none th {
  background: #f2f2f2;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  padding: 10px 15px;
}
.table-gray td,
.table-blue td,
.table-red td,
.table-list td,
.table-none td {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  padding: 10px 15px;
  vertical-align: top;
}
.table-gray td p, .table-gray td .list-box:first-child,
.table-blue td p,
.table-blue td .list-box:first-child,
.table-red td p,
.table-red td .list-box:first-child,
.table-list td p,
.table-list td .list-box:first-child,
.table-none td p,
.table-none td .list-box:first-child {
  margin-top: 0;
}

.table-imgl,
.table-imgr,
.table-img2,
.table-img3 {
  margin-top: 15px;
}

.table-gray th {
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.table-gray td {
  border: 1px solid #ddd;
  background: #fff;
}

.table-blue th {
  background: #f2f2f2;
  border: 1px solid #0C3C87;
}
.table-blue td {
  border: 1px solid #0C3C87;
}

.table-red th {
  background: #f2f2f2;
  border: 1px solid #e60012;
}
.table-red td {
  border: 1px solid #e60012;
}

.table-col &gt; tbody &gt; tr &gt; td {
  padding-bottom: 1%;
  width: 49%;
}
.table-col &gt; tbody &gt; tr &gt; td:nth-child(2n+1) {
  padding-right: 1%;
}
.table-col &gt; tbody &gt; tr &gt; td:nth-child(2n+0) {
  padding-left: 1%;
}

.table-none &gt; tr &gt; th {
  border: none;
}
.table-none &gt; tr &gt; td {
  border: none;
}

.table-list td:nth-child(1), .table-list td:nth-child(2) {
  border-top: none;
}
.table-list td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.table-imgl,
.table-imgr {
  border: none;
  width: 100%;
}
.table-imgl img,
.table-imgr img {
  margin-bottom: 10px;
  vertical-align: top;
}
.table-imgl td,
.table-imgr td {
  vertical-align: top;
}
.table-imgl td:first-child,
.table-imgr td:first-child {
  padding-right: 30px;
}
.table-imgl td:last-child,
.table-imgr td:last-child {
  width: 100%;
}
.table-imgl td:last-child p:first-child,
.table-imgr td:last-child p:first-child {
  margin-top: 0px;
}
.table-imgl td img,
.table-imgr td img {
  max-width: 400px;
  height: auto;
}
.table-imgl img + p,
.table-imgr img + p {
  font-size: 12px;
  text-align: center;
  margin-top: 0px;
  line-height: 1.2;
  max-width: 98%;
}

.table-imgr {
  border: none;
  width: 100%;
}
.table-imgr td:first-child {
  padding-right: 0px;
  width: 100%;
}
.table-imgr td:last-child {
  padding-left: 30px;
  text-align: right;
}

.table-img2 {
  table-layout: fixed;
}
.table-img2 td {
  width: 50%;
  padding-bottom: 2%;
  text-align: center;
}
.table-img2 td:nth-child(2n+1) {
  text-align: left;
}
.table-img2 td:nth-child(2n+2) {
  text-align: right;
}
.table-img2 td img {
  vertical-align: top;
}
.table-img2 td img {
  max-width: 96%;
  height: auto;
}
.table-img2 img + p {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}
.table-img2 td div {
  text-align: center;
  margin-top: 10px;
}

.table-img3 {
  table-layout: fixed;
}
.table-img3 td {
  padding-bottom: 2%;
  vertical-align: top;
  width: 33.3333333333%;
}
.table-img3 td:nth-child(1) {
  text-align: left;
}
.table-img3 td:nth-child(2) {
  text-align: center;
}
.table-img3 td:nth-child(3) {
  text-align: right;
}
.table-img3 td img {
  display: block;
  margin: 0 auto;
  max-width: 96%;
  height: auto;
}
.table-img3 img + p {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}

.table-staff {
  border: none;
  width: 100%;
}
.table-staff td:first-child {
  padding-right: 0px;
}
.table-staff td:first-child img {
  width: 200px;
  height: auto;
}
.table-staff td:first-child + td:last-child {
  width: 100%;
}
.table-staff td:last-child {
  padding-left: 30px;
  vertical-align: top;
}
.table-staff td:last-child img {
  width: 200px;
  height: auto;
}

.contact-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 15px;
  margin: 20px auto;
  padding: 15px 30px;
}
.contact-box p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .subtitle-01 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.3;
  }
  .subtitle-02 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .subtitle-02.-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .subtitle-02 span {
    font-size: 15px;
  }
  .subtitle-03 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .subtitle-03.-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subtitle-03.-schedule .i_week {
    line-height: 1.5;
    font-size: 10px;
  }
  .subtitle-04 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .subtitle-05 {
    font-size: 16px;
    margin-top: 25px;
  }
  .subtitle-06 {
    font-size: 16px;
    margin-top: 25px;
  }
  .table-gray td,
  .table-blue td,
  .table-red td,
  .table-list td,
  .table-none td {
    font-size: 12px;
  }
  .table-gray iframe,
  .table-blue iframe,
  .table-red iframe,
  .table-list iframe,
  .table-none iframe {
    width: 100%;
  }
  .table-gray th, .table-gray td,
  .table-blue th,
  .table-blue td,
  .table-red th,
  .table-red td,
  .table-list th,
  .table-list td,
  .table-none th,
  .table-none td {
    padding: 10px;
  }
  .table-imgl td,
  .table-imgr td {
    display: block;
    width: 100%;
  }
  .table-imgl td.td_img,
  .table-imgr td.td_img {
    display: block;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100% !important;
  }
  .table-imgl td.td_img img,
  .table-imgr td.td_img img {
    display: block;
    max-width: 96%;
    margin: 0 auto 10px;
  }
  .table-imgl table td,
  .table-imgr table td {
    display: table-cell !important;
    width: auto;
  }
  .table-imgr td.td_img img {
    margin: 10px auto 0px;
  }
  .table-sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .table-sp table {
    width: 700px !important;
  }
  .table-sp table td {
    padding: 5px 10px !important;
  }
  .table-list td:nth-child(1) {
    background: #f2f2f2;
  }
  .table-list td {
    border-top: none;
    border-bottom: none;
    display: block;
    width: calc(100% - 20px) !important;
  }
  .table-staff td:first-child {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .table-staff td:last-child {
    padding-left: 0px;
    display: block;
  }
  .table-staff .table-list td {
    width: calc(100% - 20px) !important;
    margin-bottom: 0px;
    padding: 10px;
  }
  .table-col &gt; tbody &gt; tr &gt; td {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .table-col &gt; tbody &gt; tr &gt; td:nth-child(2n+1) {
    padding-right: 0%;
  }
  .table-col &gt; tbody &gt; tr &gt; td:nth-child(2n+0) {
    padding-left: 0%;
  }
  .btnlist-01 li {
    width: 100%;
  }
  .btnlist-01 li a {
    padding: 10px 35px 10px 30px;
  }
  .btnlist-01.-large li a {
    font-size: 15px;
    line-height: 1.5;
  }
  .btnlist-02 li {
    margin-right: 0%;
    width: 100%;
  }
  .btnlist-02 li a {
    padding: 10px 35px 10px 30px;
    font-size: 14px;
  }
  .btnlist-03 li {
    margin-right: 0;
    width: 100%;
  }
  .btnlist-03 li a {
    padding: 10px 35px 10px 30px;
    line-height: 1.4;
  }
  .btnlist-04 li a {
    line-height: 1.3;
  }
}
.image-box {
  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;
  margin-top: 30px;
}
.image-box.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.image-box.-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.image-box.-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.image-box.-acenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-box.-single .image img {
  width: 100%;
}
.image-box.-single .image:first-child, .image-box.-single .image:last-child {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.image-box.-single .image:first-child img {
  max-width: 100%;
  width: calc(100% - 15px);
}
.image-box.-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image-box.-wrap2 .image {
  width: 50%;
}
.image-box.-wrap2 .image:first-child, .image-box.-wrap2 .image:last-child {
  width: 50%;
  margin-left: 0px;
  margin-right: 0px;
}
.image-box.-wrap2 .image:first-child img {
  max-width: 100%;
  width: calc(100% - 15px);
}
.image-box.-wrap2 .image:last-child img {
  max-width: 100%;
  width: calc(100% - 15px);
}
.image-box.-wrap2 .image img {
  margin-bottom: 15px;
}
.image-box.-wrap2 li:nth-child(2) img {
  padding-right: 0px;
}
.image-box &gt; .image img {
  width: calc(100% - 15px);
}
.image-box &gt; .text {
  width: 65%;
}
.image-box &gt; .text p:first-child {
  margin-top: 0px;
}
.image-box &gt; .image:first-child {
  margin-right: 30px;
  width: 35%;
}
.image-box &gt; .image:first-child img {
  padding: 0;
  max-width: 400px;
  width: 100%;
}
.image-box &gt; .image:last-child {
  margin-left: 30px;
}
.image-box &gt; .image:last-child img {
  padding: 0;
  max-width: 400px;
  width: 100%;
}
.image-box &gt; .col2 {
  width: 48%;
  position: relative;
}
.image-box &gt; .col3 {
  width: 32%;
  position: relative;
}
.image-box &gt; .col4 {
  width: 24%;
  position: relative;
}
.image-box &gt; .col2 img, .image-box &gt; .col3 img, .image-box &gt; .col4 img {
  padding-left: 0;
}
.image-box img {
  vertical-align: top;
  width: 100%;
}
.image-box &gt; li &gt; p {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
.image-box &gt; li &gt; p:first-child {
  margin-top: 0px;
}
.image-box .subtitle {
  color: #0082e9;
  font-size: 18px;
  font-family: "Lato", "Noto Sans JP";
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.4;
}

.tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #fff;
  border-bottom: 5px solid #0082e9;
  margin-bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.tab-box .archive {
  position: absolute;
  top: 15px;
  right: 10px;
  bottom: auto;
  left: auto;
  display: none;
}
.tab-box .archive.is-active {
  background: #eee;
  border-radius: 5px;
  display: block;
  font-size: 13px;
  padding: 5px 15px;
}

.tab-btn {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee;
  border: none;
  border-radius: 10px 10px 0px 0px;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
  padding: 18px 0px;
  width: 19.5%;
}
.tab-btn:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #0082e9;
  color: #fff;
}
.tab-btn.is-active {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #0082e9;
  color: #fff;
}

.tab-panel {
  display: none;
  position: relative;
  z-index: 0;
}

.tab-panel {
  -webkit-animation: tab ease 0.3s;
          animation: tab ease 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@-webkit-keyframes tab {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes tab {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

@media screen and (max-width: 480px) {
  .tab-btn {
    font-size: 13px;
    margin-right: 5px;
    width: 25%;
  }
  .tab-btn:nth-child(4) {
    margin-right: 0;
  }
  .tab-box .archive {
    display: none !important;
  }
  .info-body .tab-box {
    padding-top: 35px;
  }
  .info-body .tab-box .archive.is-active {
    top: 0;
    display: block !important;
    padding: 2px 15px;
  }
  .info-body .tab-panel {
    top: 100px;
  }
}
.blog-cal .subtitle-04:first-child {
  margin-top: 0px;
}

.blog-box .subtitle-02:first-child {
  margin-top: 0px;
}
.blog-box .date {
  color: #0082e9;
  font-size: 16px;
  font-weight: 500;
}
.blog-box .post {
  margin-top: 30px;
  text-align: right;
}

.blog-cal {
  margin-bottom: 30px;
}

.cal-box table {
  font-family: "Lato", "Noto Sans JP";
  margin: 0 auto;
  table-layout: fixed;
  width: auto;
}
.cal-box table th {
  font-weight: 400;
  padding: 0px 10px;
  font-style: italic;
  font-size: 15px;
}
.cal-box table th:first-child {
  color: #62d1f6;
}
.cal-box table th:last-child {
  color: #f39f12;
}
.cal-box table td {
  border-top: 1px solid #eee;
  font-style: italic;
  font-size: 14px;
  line-height: 1rem;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 14.2857142857%;
}
.cal-box table a {
  display: block;
  color: #0082e9;
}
.cal-box table a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #009b63;
}

.cal-year {
  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;
  color: #222;
  font-family: "Lato", "Noto Sans JP";
  font-style: italic;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
}
.cal-year &gt; .current {
  color: #0082e9;
}
.cal-year &gt; .prev, .page-box.cal-year &gt; .list,
.cal-year &gt; .next {
  cursor: pointer;
  position: relative;
  width: 30%;
}
.cal-year &gt; .prev a, .page-box.cal-year &gt; .list a,
.cal-year &gt; .next a {
  display: block;
}
.cal-year &gt; .prev a:before, .page-box.cal-year &gt; .list a:before, .page-box.cal-year &gt; .next a:before, .pagenav-box .cal-year &gt; .next a:before {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 50px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #222 transparent transparent;
  content: "";
  cursor: pointer;
  display: block;
  width: 0;
  height: 0;
}
.cal-year &gt; .next a:after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #222;
  content: "";
  cursor: pointer;
  display: block;
  width: 0;
  height: 0;
}

.blog-search form {
  position: relative;
}
.blog-search .query {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: none;
  border-radius: 50px;
  background: #eee;
  color: #555;
  font-family: inherit;
  font-size: 12px;
  padding: 1em;
  position: relative;
  width: calc(100% - 1.2em);
}
.blog-search .query:focus {
  background: #f2f2f2;
}
.blog-search .submit {
  position: absolute;
  top: 5px;
  right: 0px;
  bottom: auto;
  left: auto;
  background: url(../img/common/icon/loupe.png) no-repeat right 5px top 50%;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.blog-list li {
  border-bottom: 1px solid #eee;
}
.blog-list li:before {
  top: 13px;
}
.blog-list a {
  color: #0082e9;
  display: block;
  padding: 5px 0px;
}
.blog-list a:hover {
  text-decoration: underline;
}

.post-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.page-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-box &gt; .prev &gt; a, .page-box &gt; .list &gt; a, .page-box &gt; .next &gt; a {
  background: #e21423;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 2;
  padding: 0px 30px;
}
.page-box &gt; .prev &gt; a:hover, .page-box &gt; .list &gt; a:hover, .page-box &gt; .next &gt; a:hover {
  background: #ec2432;
}
@media screen and (max-width: 480px) {
  .blog-search .query {
    width: calc(97% - 1.2em);
  }
  .blog-search .submit {
    background: url(../img/common/icon/loupe.png) no-repeat right 15px top 50%;
  }
}
.index-box {
  position: relative;
}
.index-box.-consult {
  background: #e3f5ff;
  padding-bottom: 50px;
}
.index-box &gt; .title {
  color: #0082e9;
  font-size: 42px;
  font-weight: 700;
  padding-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
.index-box &gt; .text {
  font-size: 18px;
  text-align: center;
}
.index-box .shift {
  margin: 0px 0px 30px;
}
.index-box .access {
  text-align: center;
  margin: 30px 0px;
}
.index-box p {
  margin-top: 15px;
}
.index-box p a:not([class]) {
  color: #0082e9;
  text-decoration: underline;
}
.index-box p a:not([class]):hover {
  text-decoration: none;
}
.index-box &gt; ol li a, .index-box table ol li a, .index-box table a {
  text-decoration: underline;
}
.index-box &gt; ol li a:hover, .index-box table ol li a:hover, .index-box table a:hover {
  text-decoration: none;
}

.index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.index-list a {
  display: block;
  position: relative;
}
.index-list a .image img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.index-list a:hover .image img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.index-list li {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #fff;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05);
}
.index-list li:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.index-list li:first-child {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index-list li:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-list li:last-child {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.index-list .image {
  overflow: hidden;
  width: 285px;
  height: 285px;
}
.index-list .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ddd;
  border-top: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0082e9;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 85px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-list .text p {
  color: #222;
  display: block;
  letter-spacing: 1px;
}
.index-list .text span {
  color: #0082e9;
  display: block;
  font-style: italic;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
}

.index-info {
  padding: 40px 30px 15px 30px;
  position: relative;
}
.index-info &gt; .title {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.index-info &gt; .title span {
  color: #0082e9;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  padding-left: 20px;
  letter-spacing: 1px;
}

.index-aid {
  margin: 20px auto 20px;
  width: 800px;
}
.index-aid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 102, 204)), color-stop(50%, rgb(0, 102, 204)), color-stop(50%, rgb(255, 204, 0)), to(rgb(255, 204, 0)));
  background: linear-gradient(180deg, rgb(0, 102, 204) 0%, rgb(0, 102, 204) 50%, rgb(255, 204, 0) 50%, rgb(255, 204, 0) 100%);
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 20px 0px 0px;
  position: relative;
}
.index-aid a .bnr-title {
  margin-bottom: 100px;
}
.index-aid a .bnr-title .title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.index-aid a .bnr-title .title br {
  display: none;
}
.index-aid a .bnr-title .en {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", "Noto Sans JP";
  text-align: center;
}
.index-aid a .contact {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 24px;
  left: auto;
  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;
  font-style: italic;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.index-aid a .contact .tel {
  background: url(/soudan/img/index/tel.svg) no-repeat 11% 0/40px;
  color: #0066cc;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  margin-right: 20px;
  padding-left: 95px;
  line-height: 0.8;
}
.index-aid a .contact .sche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #0066cc;
  font-weight: 900;
  font-size: 18px;
  width: 28%;
}
.index-aid a .contact .sche dt {
  font-style: normal;
  margin-right: 10px;
  margin-bottom: 3px;
  font-size: 16px;
}
.index-aid a:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  content: "";
  color: #fff;
  border-style: solid;
  border-bottom-right-radius: 10px;
  border-width: 0 0 80px 80px;
  border-color: #ffcc02 #ffcc02 #e60012 #ffcc02;
  z-index: 0;
}
.index-aid a:after {
  position: absolute;
  top: auto;
  right: 18px;
  bottom: 18px;
  left: auto;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.index-aid a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.8;
}

.index-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0px auto 50px;
  width: 1200px;
}
.index-col .col {
  padding: 0 0px;
  width: 50%;
}
.index-col .col .title {
  color: #0082e9;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.index-col .col .fb {
  text-align: center;
}

.index-sbnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-sbnr a {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.index-sbnr a:hover {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.index-sbnr li {
  margin-right: 20px;
}
.index-sbnr li:nth-child(4n) {
  margin-right: 0px;
}
.index-sbnr li:nth-child(n+5) {
  margin-top: 20px;
}
.index-sbnr .bnr {
  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: 285px;
  height: 60px;
}

.bnr-box {
  background: #f2f2f2;
  padding: 15px;
  height: 346px;
}
.bnr-box img {
  vertical-align: top;
}
.bnr-box a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  display: block;
}
.bnr-box a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.8;
}
.bnr-box ul {
  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;
}
.bnr-box li {
  margin-bottom: 18px;
}

@media screen and (max-width: 480px) {
  .index-box {
    margin-left: 0px;
  }
  .index-box.-consult {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .index-box .title {
    font-size: 28px;
    padding-top: 60px;
    margin-bottom: 40px;
  }
  .index-box .title.-mt {
    margin-top: 50px;
  }
  .index-box .shift img {
    width: 100%;
  }
  .index-box .shift p {
    font-size: 12px;
  }
  .index-box .access iframe {
    width: 100%;
  }
  .index-info {
    margin-top: 20px;
    padding: 10px;
  }
  .index-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 96%;
  }
  .index-col .col {
    width: 100%;
  }
  .index-col .col:first-child {
    margin-bottom: 50px;
  }
  .index-col .col .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .index-sbnr {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .index-sbnr li {
    width: 48%;
    margin-right: 0;
    margin-top: 2%;
  }
  .index-sbnr li:nth-child(n+5) {
    margin-top: 2%;
  }
  .index-sbnr .bnr {
    width: 100%;
    line-height: 1.4;
    min-height: auto;
    height: 100%;
    font-size: 12px;
  }
  .index-sbnr .bnr img {
    width: 100%;
  }
  .index-aid {
    width: 96%;
    margin-bottom: 50px;
  }
  .index-aid a {
    font-size: 16px;
    padding: 20px 0px;
  }
  .index-aid a:before {
    border-width: 0px 0 60px 60px;
  }
  .index-aid a:after {
    right: 14px;
    bottom: 12px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    width: 10px;
    height: 10px;
  }
  .index-aid a .bnr-title {
    padding-bottom: 10px;
  }
  .index-aid a .bnr-title .title {
    font-size: 24px;
  }
  .index-aid a .bnr-title .title br {
    display: block;
  }
  .index-aid a .bnr-title .en {
    font-size: 12px;
  }
  .index-aid a .contact {
    bottom: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 1;
  }
  .index-aid a .contact .tel {
    background: url(/soudan/img/index/tel.svg) no-repeat 5px 50%/26px;
    font-size: 36px;
    padding-left: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .index-aid a .contact .sche {
    font-size: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .index-aid a .contact .sche dt {
    text-align: center;
    width: 100%;
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.emg-block {
  margin: 0 auto;
  width: 1200px;
  border: none;
  overflow: hidden;
  height: 305px;
}

.emg-box {
  border: 2px solid #D01220;
  border-radius: 10px;
  margin: 15px auto;
  line-height: 1.5;
  width: calc(100% - 4px);
}
.emg-box &gt; .title {
  background: #D01220 url(../img/common/icon/emg.png) no-repeat 50% 10px/48px;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 65px 0px 13px;
  text-align: center;
}
.emg-box.-tab {
  border: none;
}
.emg-box.-tab .tab-box {
  border-bottom: 5px solid #e21423;
  width: calc(100% - 4px);
}
.emg-box.-tab .tab-box .tab-btn {
  margin-right: 1%;
  overflow: hidden;
  position: relative;
  width: 49.5%;
}
.emg-box.-tab .tab-box .tab-btn .title {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 5px;
}
.emg-box.-tab .tab-box .tab-btn.new:before {
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 4px;
  -webkit-animation: flash 2s ease infinite;
          animation: flash 2s ease infinite;
  background: #f39f12;
  color: #fff;
  content: "New";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 3px;
  /*transform: rotate(-35deg);*/
  text-align: center;
  /*width: 90px;*/
  border-radius: 4px;
}
.emg-box.-tab .tab-box .tab-btn:hover {
  background: #e21423;
}
.emg-box.-tab .tab-box .tab-btn:last-child {
  margin-right: 0;
}
.emg-box.-tab .tab-box .tab-btn:last-child:hover {
  background: #555;
}
.emg-box.-tab .tab-box .tab-btn:last-child.is-active {
  background: #555;
}
.emg-box.-tab .tab-box .tab-btn.is-active {
  background: #e21423;
}
.emg-box.-tab .tab-panel {
  border: 2px solid #D01220;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.emg-box.-tab .info-box.-index {
  top: 81px;
}

.emg-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.emg-inner &gt; .list {
  margin: 30px 0px;
  padding: 0px 7px 0px 15px;
  width: 50%;
}
.emg-inner &gt; .list &gt; .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.emg-inner &gt; .list:nth-child(2) {
  padding: 0px 15px 0px 7px;
}

.emg-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.emg-btn.-sub li {
  margin-right: 17px;
  margin-bottom: 0px;
  max-width: 182px;
}
.emg-btn.-sub li:nth-child(3n+0) {
  margin-right: 17px;
}
.emg-btn.-sub li:last-child {
  margin-right: 0px;
}
.emg-btn li {
  /*margin-right: 11px;
  margin-bottom: 11px;
  width: 182px;*/
  margin-right: 2%;
  margin-bottom: 2%;
  width: 32%;
}
.emg-btn li:nth-child(3n+0) {
  margin-right: 0px;
}
.emg-btn li:nth-last-child(-n+3) {
  margin-bottom: 0px;
}
.emg-btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #555;
  border-radius: 10px;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
}
.emg-btn li a:hover {
  background: #eee;
  color: #222;
}
.emg-btn li a.new {
  position: relative;
  overflow: hidden;
}
.emg-btn li a.new:before {
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 4px;
  -webkit-animation: flash 2s ease infinite;
          animation: flash 2s ease infinite;
  background: #f39f12;
  color: #fff;
  content: "New";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 3px;
  /*transform: rotate(-35deg);*/
  text-align: center;
  /*width: 90px;*/
  border-radius: 4px;
}
.emg-btn li p {
  white-space: nowrap;
  margin-top: 0px;
  margin-bottom: 5px;
}
.emg-btn li p,
.emg-btn li em {
  font-style: normal;
  text-align: center;
  line-height: 1;
  padding: 0px 5px;
  width: 100%;
}
.emg-btn li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ddd;
  border-radius: 10px;
  color: #aaa;
  cursor: no-drop;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
}

.emg-detail .title {
  color: #D01220;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.search-box &gt; .title {
  color: #D01220;
  font-size: 24px;
  font-weight: 700;
  margin-right: auto;
  line-height: 1;
  margin-right: 20px;
  white-space: nowrap;
}
.search-box &gt; .input {
  width: 800px;
}
.search-box &gt; .btn input {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #555;
  border: 0px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 39px;
}
.search-box &gt; .btn input:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee;
  color: #222;
}

@media screen and (max-width: 900px) {
  .emg-box.-smart &gt; .title {
    background: #D01220 url(../img/common/icon/emg.png) no-repeat 18px 50%/24px;
    font-size: 18px;
    padding: 15px 0px;
  }
  .emg-box.-smart .emg-inner &gt; .list {
    margin: 15px 0px;
  }
  .emg-box.-smart .emg-inner &gt; .list .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .emg-box.-smart .emg-btn li p,
  .emg-box.-smart .emg-btn li em {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .emg-block {
    width: 100%;
    height: 560px;
  }
  .emg-box.-tab .tab-box .tab-btn.new:before {
    font-size: 10px;
    padding: 3px;
    left: 3px;
  }
  .emg-box.-tab .tab-box .tab-btn .title {
    font-size: 16px;
  }
  .emg-box.-tab .tab-panel {
    border: 2px solid #D01220;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }
  .emg-box.-tab .info-box.-index {
    top: 77px;
  }
  .emg-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .emg-inner &gt; .list {
    margin: 30px 0px;
    padding: 0px 15px;
    width: 100%;
  }
  .emg-inner &gt; .list .title {
    font-size: 18px;
  }
  .emg-inner &gt; .list:nth-child(2) {
    margin-top: 0px;
  }
  .emg-btn.-sub li {
    margin-right: 2%;
    max-width: 49%;
  }
  .emg-btn.-sub li:nth-child(2n+0) {
    margin-right: 0px;
  }
  .emg-btn.-sub li:nth-child(3n+0) {
    margin-right: 2%;
  }
  .emg-btn.-sub li:nth-child(-n+3) {
    margin-bottom: 2%;
  }
  .emg-btn.-sub li:nth-child(6) {
    margin-right: 0;
  }
  .emg-btn li {
    margin-right: 2%;
    width: 49%;
  }
  .emg-btn li:nth-child(2n+0) {
    margin-right: 0px;
  }
  .emg-btn li:nth-child(3n+0) {
    margin-right: 2%;
  }
  .emg-btn li:nth-child(-n+3) {
    margin-bottom: 2%;
  }
  .emg-btn li:nth-child(6) {
    margin-right: 0;
  }
  .emg-btn li a.new:before {
    padding: 3px;
    left: 3px;
    font-size: 10px;
  }
  .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-box &gt; .title {
    font-size: 21px;
    margin-bottom: 5px;
    width: 100%;
  }
  .search-box &gt; .input {
    width: 100%;
  }
  .search-box &gt; .btn input {
    margin-top: 15px;
    width: 92vw;
  }
  .form-box .-lg {
    width: 100%;
  }
}
._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%;
}

._aj .header-info &gt; .title a {
  font-size: 34px;
}
._aj .header-info &gt; .logo {
  line-height: 1.5;
}
._aj .sche-box .title {
  font-size: 26px;
}
._aj .sche-box .text {
  font-size: 110px;
}
._aj .sche-box .text.-time {
  font-size: 60px;
}
._aj .sche-box .copy {
  font-size: 14px;
}
._aj .menu-box .title {
  line-height: 1.5;
}
._aj .footer-info &gt; .logo {
  line-height: 1.5;
}
._aj .footer-info &gt; .title a {
  line-height: 1.5;
}

._aj-ru .header-info &gt; .title a {
  font-size: 28px;
}
._aj-ru .header-tel {
  line-height: 1;
}
._aj-ru .header-tel li:last-child p {
  font-size: 10px;
}
._aj-ru .slider-block .copy {
  font-size: 16px;
  line-height: 1.4;
}
._aj-ru .sche-info .title {
  font-size: 23px;
  line-height: 1;
}
._aj-ru .sche-inner .memo {
  font-size: 14px;
}
._aj-ru .index-box &gt; .title {
  line-height: 1.2;
}
._aj-ru .menu-inner li a {
  line-height: 1;
}
._aj-ru .table-gray td, ._aj-ru .table-blue td, ._aj-ru .table-red td, ._aj-ru .table-list td, ._aj-ru .table-none td {
  line-height: 1.3;
}
._aj-ru .footer-info &gt; .title a {
  font-size: 21px;
}

@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%;
  }
  ._aj-ru .slider-block .copy {
    line-height: 1;
  }
}
/*!
 * 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,
.nav-block,
.slider-block,
.slider-inner,
.slider-inner .copy,
.title-block,
.title-block h1,
.title-block span,
.header-block,
.main-block,
.recruit-box,
.info-box,
.outer-box,
.index-bnr,
.footer-block {
  opacity: 1;
}

.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;
}

@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;
}</pre></body></html>