<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: 1;
}

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

a {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s 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: 16px;
  color: #222;
  font-family: "Lato", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 2;
  min-width: 1200px;
  padding-top: 200px;
}

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

.ifr {
  padding-top: 0px;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 15px !important;
    min-width: 100%;
    overflow: hidden;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    padding-top: 70px;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 20;
  color: #004E98;
  font-weight: 700;
}

.header-block {
  height: 129px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
  background-color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.min-head {
  height: 86px;
}
.min-head .header-inner {
  margin: 20px auto auto auto;
}
.min-head .header-inner .logo-box a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/common/icon/logo.svg) no-repeat 0 50%/45px;
  padding-left: 60px;
}
.min-head .header-inner .logo-box .title {
  font-size: 28px;
  margin-bottom: 8px;
}
.min-head .header-inner .logo-box .en {
  display: none;
}
.min-head .header-inner .logo-box .title-2 {
  display: none;
}
.min-head .header-list {
  top: 23px;
}
.min-head .header-btn {
  top: -16px;
}
.min-head .language-panel {
  top: 19px;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 30px auto auto auto;
  position: relative;
  padding: 0 10px;
  width: 1200px;
}
.header-inner .logo-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;
}
.header-inner .logo-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../img/common/icon/logo.svg) no-repeat 0 0%/59px;
  padding-left: 70px;
  width: 700px;
  height: 70px;
}
.header-inner .logo-box a:hover {
  opacity: 0.7;
}
.header-inner .logo-box .title {
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.87px;
  text-indent: -1px;
  margin-bottom: 10px;
}
.header-inner .logo-box .en {
  font-family: "Lato", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
  padding-left: 1px;
  margin-bottom: 10px;
}
.header-inner .logo-box .title-2 {
  font-family: "Lato", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
  padding-left: 1px;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  position: relative;
  top: 35px;
  width: auto;
}
.header-list .member {
  background-color: #004E98;
}
.header-list .member &gt; a {
  color: #fff;
}
.header-list .access {
  background-color: #F3F4F5;
}
.header-list li {
  width: 160px;
  height: 43px;
  margin-right: 20px;
}
.header-list li:last-child {
  margin-right: 0px;
}
.header-list li &gt; a {
  display: block;
  font-size: 17px;
  padding: 13px 18px;
  text-align: center;
  line-height: 1;
}
.header-list li &gt; a:hover {
  opacity: 0.7;
}
.header-list li &gt; a.t01 {
  background: url(/img/common/icon/pin.svg) no-repeat 28px 50%/12px;
  padding: 13px 18px 13px 30px;
  letter-spacing: 0.1em;
}

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: absolute;
  top: -10px;
  right: 0;
  margin-left: auto;
  padding-right: 10px;
}
.header-btn .language-btn {
  width: 160px;
  height: 35px;
  padding-left: 15px;
  color: #333;
  background: url(/img/common/icon/icon_lang.svg) no-repeat 25px 50%/12px;
  background-size: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  cursor: pointer;
}
.header-btn .language-btn::after {
  position: absolute;
  top: 0%;
  right: 5%;
  bottom: auto;
  left: auto;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 13px 0px 0px 9px;
  background: url(../img/common/icon/triangle.svg) no-repeat 0 0%/0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-btn ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 33px !important;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.header-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px 0 4px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  border: 1px solid #ddd;
  font-weight: 600;
}
.header-btn ul li a::after {
  content: "";
  position: relative;
  top: auto;
  right: -5px;
  bottom: auto;
  left: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #004E98;
  border-right: 2px solid #004E98;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-btn ul li:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}

.header-btn.-open .language-btn {
  color: #fff !important;
  background: url(/img/common/icon/icon_lang_open.svg) no-repeat 25px 50%/12px !important;
  background-size: 15px !important;
  background-color: #004E98 !important;
  border: 1px solid #004E98 !important;
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
}
.header-btn.-open .language-btn::after {
  position: absolute;
  top: 0%;
  right: 5%;
  bottom: auto;
  left: auto;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 13px 0px 0px 9px;
  background: url(../img/common/icon/triangle.svg) no-repeat 0 0%/0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.language-panel {
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10002 !important;
  top: 25px;
  padding: 50px 50px 20px 50px;
  display: block;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  -webkit-animation: appear 0.4s;
          animation: appear 0.4s;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.language-panel .language-list {
  width: 1098px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.language-panel .language-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc((100% - 75px) / 5);
  margin-bottom: 30px;
  margin-right: 15px;
}
.language-panel .language-list li a {
  display: block;
  width: 100%;
}
.language-panel .language-list li a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 75%;
  height: 2px;
  background: #004E98;
  bottom: 0px; /*アンダーラインがaタグの下端から現れる*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.language-panel .language-list li a:hover::before {
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.language-panel .language-list li::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 5%;
  bottom: auto;
  left: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #004E98;
  border-right: 2px solid #004E98;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.language-panel.-close {
  display: none;
}

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

/* 以下ハンバーガーメニュー */
#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: 10px;
  right: 10px;
  cursor: pointer;
  background: #fff;
}

header .navBtn span {
  display: block;
  height: 3px;
  width: 100%;
  background: #004E98;
  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/icon/logo.svg) 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: 100%;
  height: 100vh;
}

.sitemap-list {
  width: calc((100% - 60px) / 3);
  height: 100vh;
  margin-top: 90px;
  margin-right: 30px;
}
.sitemap-list.-wide {
  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;
  width: calc((100% - 60px) / 2);
}
.sitemap-list.-wide .title {
  display: block;
  width: 100%;
}
.sitemap-list.-wide li {
  margin-right: 20px;
  width: calc((100% - 20px) / 2);
}
.sitemap-list.-wide li:nth-child(2n) {
  margin-right: 0px;
}
.sitemap-list:nth-child(3n) {
  margin-right: 0px;
}
.sitemap-list a {
  font-family: "Lato", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 13px;
}
.sitemap-list a:hover {
  background: rgba(32, 38, 64, 0.05);
}
.sitemap-list li {
  margin: 10px 0;
}
.sitemap-list &gt; .title {
  border-top: 1px solid #004E98;
  margin-top: 20px;
  padding-top: 10px;
}
.sitemap-list &gt; .title a {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .sitemap-list .list04 a, .sitemap-list .list01 a {
    display: block;
    padding: 20px;
    text-align: center;
  }
  .sitemap-list .list02 &gt; ul &gt; li &gt; span, .sitemap-list .list02 &gt; ul &gt; li &gt; a {
    display: block;
    padding: 20px 0 20px 10px;
  }
  .header-block {
    height: 70px;
  }
  .header-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px;
    min-width: 100%;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .header-inner .logo-box {
    margin-bottom: 0;
    margin-top: 0;
  }
  .header-inner .logo-box a {
    background: url(/img/common/icon/logo.svg) no-repeat 10px 0%/40px;
    padding-left: 60px;
    height: 40px;
  }
  .header-inner .logo-box .title {
    font-size: 21px;
    margin-right: 0px;
    margin-bottom: 0px;
    letter-spacing: 5px;
    -webkit-text-decoration: 0;
            text-decoration: 0;
  }
  .header-inner .logo-box .en {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .header-inner .tel,
  .header-inner .resize-box {
    display: none;
  }
  .header-info {
    padding-top: 10px;
  }
  .header-info &gt; .logo &gt; a {
    background-size: 40px auto;
    font-size: 22px;
    padding-left: 60px;
    width: 100%;
    height: 40px;
  }
  .header-info &gt; .logo &gt; a &gt; span {
    margin-bottom: 7px;
  }
  .header-info .link {
    display: none;
  }
  .header-info .info {
    display: none;
  }
  .header-item {
    display: none;
  }
  .header-contact {
    display: none;
  }
  .header-list {
    display: none;
  }
  .header-nav {
    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 {
    background: url(/img/common/icon/logo.svg) no-repeat left top;
    background-size: 35px auto;
    padding-left: 45px;
    width: 100%;
  }
  .sitemap-inner &gt; .logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .sitemap-inner &gt; .logo p {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1em;
  }
  .sitemap-inner &gt; .logo .en {
    font-size: 12px;
  }
  .sitemap-list {
    margin-right: 0px;
    margin-top: 15px;
    padding-bottom: 100px;
    width: 100%;
    height: 1000px;
  }
  .sitemap-list .item {
    margin: 0;
    width: 100%;
  }
  .sitemap-list .item.open {
    border-bottom: 2px solid #004E98;
    color: #004E98;
  }
  .sitemap-list .item a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
  }
  .sitemap-list .item span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
  }
  .sitemap-list .list01,
  .sitemap-list .list02,
  .sitemap-list .list03,
  .sitemap-list .list04 {
    margin-bottom: 8%;
  }
  .sitemap-list .list01 li {
    margin-bottom: 2%;
  }
  .sitemap-list .list01 li:nth-child(1) a {
    background: #004E98;
    color: #fff;
  }
  .sitemap-list .list01 a {
    background: #EBF0F5;
    border: none;
  }
  .sitemap-list .list02 &gt; ul &gt; li:nth-last-child(1) {
    border-bottom: 1px solid #989898;
  }
  .sitemap-list .list02 &gt; ul &gt; li &gt; a {
    position: relative;
    border-top: 1px solid #989898;
  }
  .sitemap-list .list02 &gt; ul &gt; li &gt; a::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 16px;
    bottom: auto;
    left: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #004E98;
    border-right: 2px solid #004E98;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sitemap-list .list02 &gt; ul &gt; li &gt; span {
    border-top: 1px solid #989898;
  }
  .sitemap-list .list02 .ac-menu, .sitemap-list .list02 .ac-menu2, .sitemap-list .list02 .ac-menu3, .sitemap-list .list02 .ac-menu4 {
    position: relative;
  }
  .sitemap-list .list02 .ac-menu::after, .sitemap-list .list02 .ac-menu2::after, .sitemap-list .list02 .ac-menu3::after, .sitemap-list .list02 .ac-menu4::after {
    border-right: solid 2px #004E98;
    border-top: solid 2px #004E98;
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    right: 15px;
    top: 38%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .sitemap-list .list02 .ac-menu.open::after, .sitemap-list .list02 .ac-menu2.open::after, .sitemap-list .list02 .ac-menu3.open::after, .sitemap-list .list02 .ac-menu4.open::after {
    top: 45%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .sitemap-list .list02 .ac-content, .sitemap-list .list02 .ac-content2, .sitemap-list .list02 .ac-content3, .sitemap-list .list02 .ac-content4 {
    display: none;
    margin: 0 auto;
  }
  .sitemap-list .list02 .ac-content.open, .sitemap-list .list02 .ac-content2.open, .sitemap-list .list02 .ac-content3.open, .sitemap-list .list02 .ac-content4.open {
    display: block;
  }
  .sitemap-list .list02 .ac-content &gt; li, .sitemap-list .list02 .ac-content2 &gt; li, .sitemap-list .list02 .ac-content3 &gt; li, .sitemap-list .list02 .ac-content4 &gt; li {
    width: 85%;
    padding: 10px 10% 10px 5%;
    background: #fff;
    margin: 0 auto;
  }
  .sitemap-list .list02 .ac-content &gt; li a, .sitemap-list .list02 .ac-content2 &gt; li a, .sitemap-list .list02 .ac-content3 &gt; li a, .sitemap-list .list02 .ac-content4 &gt; li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    width: 100%;
  }
  .sitemap-list .list02 .ac-content &gt; li a::after, .sitemap-list .list02 .ac-content2 &gt; li a::after, .sitemap-list .list02 .ac-content3 &gt; li a::after, .sitemap-list .list02 .ac-content4 &gt; li a::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -7px;
    bottom: auto;
    left: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #004E98;
    border-right: 2px solid #004E98;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sitemap-list .list02 .ac-content &gt; li.indent a, .sitemap-list .list02 .ac-content2 &gt; li.indent a, .sitemap-list .list02 .ac-content3 &gt; li.indent a, .sitemap-list .list02 .ac-content4 &gt; li.indent a {
    text-indent: 2em;
  }
  .sitemap-list .list03 a {
    display: block;
    text-align: center;
    padding: 10px;
  }
  .sitemap-list .list04 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sitemap-list .list04 ul .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
  .sitemap-list .list04 a {
    font-size: 12px;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .header-block {
    height: 70px;
  }
  .header-inner {
    width: 100%;
    margin-top: 15px;
  }
  .header-inner .logo-box a {
    background: url(/img/common/icon/logo.svg) no-repeat 0 0%/contain;
    width: 100%;
    height: 100%;
    padding-left: 37px;
  }
  .header-inner .logo-box a .title {
    font-size: 16.5px;
    letter-spacing: 0;
  }
  .header-inner .logo-box a .en {
    display: none;
  }
  .header-inner .logo-box a .title-2 {
    display: none;
  }
  .header-inner .header-list {
    display: none;
  }
  .header-inner .header-btn {
    display: none;
  }
  .header-inner .language-panel {
    display: none;
  }
  .min-head {
    height: 70px;
  }
  .min-head .header-inner {
    margin: 15px auto auto auto;
  }
  .min-head .header-inner .logo-box a {
    background: url(../img/common/icon/logo.svg) no-repeat 0 0%/contain;
    width: 100%;
    height: 100%;
    padding-left: 37px;
  }
  .min-head .header-inner .logo-box a .title {
    font-size: 16.5px;
    margin-bottom: 0px;
  }
  .min-head .header-inner .logo-box a .en {
    display: none;
  }
  .min-head .header-inner .logo-box a .title-2 {
    display: none;
  }
  .min-head .header-inner .header-list {
    display: none;
  }
  .lang-select {
    display: block !important;
  }
  .lang-select .select {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px !important;
    border: none !important;
    border-radius: 0 !important;
  }
}
.main-inner {
  position: relative;
}
.main-inner .bg-diagonal {
  position: absolute;
  top: -200px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 63%;
  height: 1600px;
  -webkit-transform: skew(-144deg);
          transform: skew(-144deg);
  background: linear-gradient(144deg, #004E98 0%, #A2C6E8 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}
.main-inner .bg-diagonal-2 {
  position: absolute;
  top: 0px;
  right: 110px;
  width: 63%;
  height: 100%;
  -webkit-transform: skew(144deg);
          transform: skew(144deg);
  background: linear-gradient(237deg, #BED7EE 0%, #E7EDF3 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .bg-diagonal, .bg-diagonal-2 {
    display: none;
  }
}
.nav-block {
  width: 100%;
  position: fixed;
  top: 129px;
  z-index: 1001;
  background-color: #fff;
}
.nav-block &gt; .list {
  margin: 0 auto;
  width: 1200px;
}

.min-nav {
  top: 86px;
}
.min-nav .nav-list &gt; .item &gt; a {
  height: 50px;
}

.nav-inner {
  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: 0px auto;
  padding: 0 10px;
  width: calc(1200px + 0px);
}

.nav-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.nav-list &gt; .item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-list &gt; .item:not(:first-child) {
  margin-left: 60px;
}
.nav-list &gt; .item &gt; a {
  width: 100%;
}
.nav-list &gt; .item &gt; a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #004E98;
  bottom: 0px; /*アンダーラインがaタグの下端から現れる*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.nav-list &gt; .item &gt; a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.nav-list &gt; .item &gt; span::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #004E98;
  bottom: 0px; /*アンダーラインがaタグの下端から現れる*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.nav-list &gt; .item &gt; span:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.nav-list &gt; .item .item-sub {
  position: fixed;
  top: 200px;
  left: 0px;
  padding: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(76, 83, 88, 0.6);
}
.nav-list &gt; .item .item-sub.open {
  display: block;
  -webkit-animation: appear 0.5s;
          animation: appear 0.5s;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav-list &gt; .item .sub-box {
  display: none;
  position: fixed;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 50px;
  width: 1300px;
  height: auto;
  background: rgba(243, 244, 245, 0.9);
}
.nav-list &gt; .item .sub-box.open {
  display: block;
  -webkit-animation: appear 0.5s;
          animation: appear 0.5s;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav-list &gt; .item .sub-box p {
  font-size: 25px;
  font-weight: 700;
  color: #004E98;
  margin-bottom: 20px;
}
.nav-list &gt; .item .sub-box .sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-list &gt; .item .sub-box .sub-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  position: relative;
  margin-bottom: 15px;
}
.nav-list &gt; .item .sub-box .sub-list li a {
  display: block;
  width: 67%;
  padding: 5px;
  line-height: 1.2em;
}
.nav-list &gt; .item .sub-box .sub-list li &gt; a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 75%;
  height: 2px;
  background: #004E98;
  bottom: 0px; /*アンダーラインがaタグの下端から現れる*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.nav-list &gt; .item .sub-box .sub-list li &gt; a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.nav-list &gt; .item .sub-box .sub-list li::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 100px;
  bottom: auto;
  left: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #004E98;
  border-right: 2px solid #004E98;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-list &gt; .item .sub-box .sub-list.-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-list &gt; .item .sub-box .sub-list.-child &gt; .title {
  margin-bottom: 14px;
  color: #222;
}
.nav-list &gt; .item .sub-box .sub-list.-child li {
  position: relative;
  width: 100%;
}
.nav-list &gt; .item .sub-box .sub-list.-child li div {
  color: #222;
}
.nav-list &gt; .item .sub-box .sub-list.-child li.line &gt; a {
  padding-left: 20px;
  width: 100%;
}
.nav-list &gt; .item .sub-box .sub-list.-child li.line &gt; a::before {
  position: absolute;
  left: 20px;
  content: "";
  width: 70%;
  height: 2px;
  background: #004E98;
  bottom: 0px; /*アンダーラインがaタグの下端から現れる*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.nav-list &gt; .item .sub-box .sub-list.-child li &gt; a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.nav-list &gt; .item .sub-box .sub-list.-child .line::before {
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 1px;
  height: 150%;
  background: #D0D2D8;
  content: "";
}
.nav-list &gt; .item .min-item-sub {
  top: 157px;
}
.nav-list &gt; .item .min-sub-box {
  top: 157px;
}
.nav-list &gt; .item :hover {
  color: #004E98;
}
.nav-list &gt; .triangle {
  position: relative;
}
.nav-list &gt; .triangle:after {
  position: absolute;
  top: 43%;
  right: -20px;
  bottom: auto;
  left: auto;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/common/icon/triangle.svg) no-repeat 0 0%/0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nav-list &gt; .triangle-02 {
  position: relative;
}
.nav-list &gt; .triangle-02:after {
  position: absolute;
  top: 26%;
  right: -20px;
  bottom: auto;
  left: auto;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 13px 0px 0px 9px;
  background: url(../img/common/icon/triangle.svg) no-repeat 0 0%/0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nav-list &gt; .min-triangle-02::after {
  top: 25%;
}
.nav-list &gt; .item &gt; a {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  height: 71px;
  white-space: nowrap;
}
.nav-list &gt; .item &gt; span {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  height: 71px;
  white-space: nowrap;
  cursor: default;
}

.re_mo_disp {
  display: none;
}

@media screen and (max-width: 1300px) {
  .sub-box {
    width: 1100px !important;
  }
}
@media screen and (max-width: 480px) {
  .nav-block {
    display: none;
  }
  .re_mo_disp {
    display: block;
  }
}
.footer-block {
  color: #fff;
}

.footer-title {
  margin-bottom: 15px;
}
.footer-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 380px;
  color: #fff;
}
.footer-title a .icon {
  width: 47px;
  height: 47px;
  background: url(/img/common/icon/logo2.svg) no-repeat 0 0%/contain;
}
.footer-title a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 11px;
}
.footer-title a .text p {
  margin: -5px 0;
  font-size: 14px;
}
.footer-title a .text p.en {
  font-size: 12px;
}
.footer-title a:hover {
  opacity: 0.8;
}

.address {
  margin-bottom: 5px;
}
.address p {
  font-size: 12px;
  line-height: 1.4em;
}

.contact span {
  font-size: 12px;
  letter-spacing: 0.07em;
}
.contact span:not(:nth-child(1)) {
  margin-left: 7px;
}
.contact span a {
  color: #fff;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer-links .item {
  position: relative;
  font-size: 12px;
  margin-left: 20px;
}
.footer-links .item a {
  color: #fff;
}
.footer-links .item a:hover {
  opacity: 0.6;
}
.footer-links .item:not(:nth-child(1))::after {
  content: "";
  position: absolute;
  top: 22%;
  right: -10px;
  height: 12px;
  width: 1px;
  background: #fff;
}

.cpr {
  position: absolute;
  font-size: 12px;
  color: #E5E5E5;
  right: 0px;
  bottom: 0px;
}

@media screen and (max-width: 480px) {
  .footer-title {
    width: 96%;
    margin: 0 auto 15px auto;
  }
  .footer-title a .icon {
    width: 42px;
    height: 42px;
  }
  .footer-title a .text {
    margin-left: 5px;
  }
  .address {
    width: 96%;
    margin: 0 auto 5px auto;
  }
  .address p {
    font-size: 12px;
  }
  .contact {
    width: 96%;
    margin: 0 auto 5px auto;
  }
  .contact span {
    display: inline-block;
    width: 100%;
    font-size: 15px;
  }
  .contact span:not(:nth-child(1)) {
    margin-left: 0px;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 96%;
    margin: 0 auto;
  }
  .footer-links .item {
    margin-left: 0;
    font-size: 15px;
  }
  .cpr {
    position: static;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
}
.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: 100%;
  height: 230px;
}
.title-block::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.title-block.-sample {
  background: url(/img/common/title/sample.jpg) fixed no-repeat;
}
.title-block.-img01 {
  background: url(/img/common/title/title_img_01.jpg) fixed no-repeat;
}
.title-block.-img02 {
  background: url(/img/common/title/title_img_02.jpg) fixed no-repeat;
}
.title-block.-img03 {
  background: url(/img/common/title/title_img_03.jpg) fixed no-repeat;
}
.title-block.-img04 {
  background: url(/img/common/title/title_img_04.jpg) fixed no-repeat;
}
.title-block.-img05 {
  background: url(/img/common/title/title_img_05.jpg) fixed no-repeat;
}

.title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1200px;
  height: 100%;
}
.title-inner &gt; div {
  display: block;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .title-block {
    height: 90px;
  }
  .title-block.-img01 {
    background: url(/img/common/title/title_img_01.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
  }
  .title-block.-img02 {
    background: url(/img/common/title/title_img_02.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
  }
  .title-block.-img03 {
    background: url(/img/common/title/title_img_03.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
  }
  .title-block.-img04 {
    background: url(/img/common/title/title_img_04.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
  }
  .title-block.-img05 {
    background: url(/img/common/title/title_img_05.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
  }
  .title-inner {
    width: 100%;
  }
  .title-inner &gt; div {
    font-size: 25px;
  }
}
.article-box &gt; .subtitle-01:first-child {
  margin-top: 0px;
}

.article-box p, #mainbox p {
  min-height: 16px;
}
.article-box .subtitle-01, #mainbox .subtitle-01 {
  font-size: 36px;
  font-weight: 700;
  margin: 40px 0 30px;
  padding: 20px 0px;
  position: relative;
  line-height: 1.4;
}
.article-box .subtitle-01::before, #mainbox .subtitle-01::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: #004E98;
  content: "";
  width: 100%;
  height: 4px;
}
.article-box .subtitle-02, #mainbox .subtitle-02 {
  border-left: 6px solid #004E98;
  background: #E5E5E5;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin: 60px 0 40px;
  padding: 20px;
}
.article-box .subtitle-03, #mainbox .subtitle-03 {
  background: -webkit-gradient(linear, left top, right top, from(#004E98), to(#F3F4F5));
  background: linear-gradient(90deg, #004E98, #F3F4F5);
  color: #fff;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin: 50px 0 30px;
  padding: 20px 25px;
}
.article-box .subtitle-04, #mainbox .subtitle-04 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 40px 0 30px;
  padding-bottom: 15px;
  position: relative;
}
.article-box .subtitle-04::after, #mainbox .subtitle-04::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  border-bottom: solid 3px #004E98;
  width: 20%;
}
.article-box .subtitle-04::before, #mainbox .subtitle-04::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: solid 3px #004E98;
  width: 100%;
}
.article-box .subtitle-05, #mainbox .subtitle-05 {
  background: #004E98;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 20px;
  padding: 15px 20px;
  line-height: 1.4;
}
.article-box .subtitle-06, #mainbox .subtitle-06 {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 20px;
  line-height: 1.4;
  padding: 5px 20px;
  position: relative;
}
.article-box .subtitle-06:before, #mainbox .subtitle-06:before {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  background: #004E98;
  content: "";
  width: 3px;
  height: 100%;
}

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

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

table td &gt; ul.btnlist-01:first-child,
table td &gt; ul.btnlist-02:first-child,
table td &gt; ul.btnlist-03:first-child,
table td &gt; ul.btnlist-04:first-child {
  margin-top: 0px;
}

.article-box table td &gt; ul:not([class]) {
  margin-top: 0px;
}

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

       list

------------------------------------------------*/
.-second .article-box ul:not([class]),
.-second .article-box .flex-list,
.-second .mce-content-body ul:not([class]),
.-second .mce-content-body .flex-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.-second .article-box ul:not([class]) a,
.-second .article-box .flex-list a,
.-second .mce-content-body ul:not([class]) a,
.-second .mce-content-body .flex-list a {
  color: #004E98;
}
.-second .article-box ul:not([class]) a[href^="tel:"],
.-second .article-box .flex-list a[href^="tel:"],
.-second .mce-content-body ul:not([class]) a[href^="tel:"],
.-second .mce-content-body .flex-list a[href^="tel:"] {
  color: #222;
}
.-second .article-box ul:not([class]) a:hover,
.-second .article-box .flex-list a:hover,
.-second .mce-content-body ul:not([class]) a:hover,
.-second .mce-content-body .flex-list a:hover {
  text-decoration: underline;
}
.-second .article-box ul:not([class]) a:hover .filesize,
.-second .article-box .flex-list a:hover .filesize,
.-second .mce-content-body ul:not([class]) a:hover .filesize,
.-second .mce-content-body .flex-list a:hover .filesize {
  text-decoration: none;
}
.-second .article-box ul:not([class]) li,
.-second .article-box .flex-list li,
.-second .mce-content-body ul:not([class]) li,
.-second .mce-content-body .flex-list li {
  padding-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.-second .article-box ul:not([class]) li:before,
.-second .article-box .flex-list li:before,
.-second .mce-content-body ul:not([class]) li:before,
.-second .mce-content-body .flex-list li:before {
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 6px;
  border: 5px solid #004E98;
  border-radius: 50px;
  content: "";
}
.-second .article-box ol,
.-second .mce-content-body ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.-second .article-box ol &gt; li,
.-second .mce-content-body ol &gt; li {
  padding-left: 8px !important;
}
.-second .article-box ol &gt; li:before,
.-second .mce-content-body ol &gt; li:before {
  display: none;
}
.-second .article-box ol.note,
.-second .mce-content-body ol.note {
  padding-left: 40px;
}
.-second .article-box ol.note li,
.-second .mce-content-body ol.note li {
  position: relative;
}
.-second .article-box ol.note li:after,
.-second .mce-content-body ol.note li:after {
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: -35px;
  content: "※";
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 1;
}
.-second .article-box .pdf,
.-second .mce-content-body .pdf {
  background: url(../img/common/icon/icon_pdf.svg) no-repeat 0 2px/21px !important;
}
.-second .article-box .pdf .filesize,
.-second .mce-content-body .pdf .filesize {
  color: #009944;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  letter-spacing: 1px;
}
.-second .article-box .pdf a,
.-second .mce-content-body .pdf a {
  color: #222 !important;
}
.-second .article-box .pdf:before,
.-second .mce-content-body .pdf:before {
  display: none;
}
.-second .article-box .xls,
.-second .mce-content-body .xls {
  background: url(../img/common/icon/icon_xls.svg) no-repeat 0 2px/21px !important;
}
.-second .article-box .xls a,
.-second .mce-content-body .xls a {
  color: #222 !important;
}
.-second .article-box .xls:before,
.-second .mce-content-body .xls:before {
  display: none;
}
.-second .article-box .doc,
.-second .mce-content-body .doc {
  background: url(../img/common/icon/icon_doc.svg) no-repeat 0 2px/21px !important;
}
.-second .article-box .doc a,
.-second .mce-content-body .doc a {
  color: #222 !important;
}
.-second .article-box .doc:before,
.-second .mce-content-body .doc:before {
  display: none;
}
.-second .article-box .zip,
.-second .mce-content-body .zip {
  background: url(../img/common/icon/icon_zip.svg) no-repeat 0 2px/21px !important;
}
.-second .article-box .zip a,
.-second .mce-content-body .zip a {
  color: #222 !important;
}
.-second .article-box .zip:before,
.-second .mce-content-body .zip:before {
  display: none;
}
.-second .article-box .precautions a,
.-second .mce-content-body .precautions a {
  color: #222 !important;
}
.-second .article-box .precautions:before,
.-second .mce-content-body .precautions:before {
  display: block;
  content: "※" !important;
  border: none !important;
  line-height: 1;
  left: 15px !important;
}
.-second .article-box .red,
.-second .mce-content-body .red {
  color: #dd0000;
}
.-second .article-box .blue,
.-second .mce-content-body .blue {
  color: #0080cc;
}
.-second .article-box .green,
.-second .mce-content-body .green {
  color: #00aa66;
}
.-second .article-box .strong,
.-second .mce-content-body .strong {
  font-weight: 700;
}
.-second .article-box .underline,
.-second .mce-content-body .underline {
  text-decoration: underline;
}
.-second .article-box hr,
.-second .mce-content-body hr {
  border: 0.5px solid #F3F4F5;
}
.-second .article-box p img,
.-second .mce-content-body p img {
  vertical-align: top;
}
.-second .article-box .mincho,
.-second .mce-content-body .mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}

.btnlist-01 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btnlist-01 li {
  margin: 0 auto 2%;
  padding-left: 0px;
  width: 60%;
}
.btnlist-01 li:before {
  display: none;
}
.btnlist-01 li a {
  border: 1px solid #989898;
  background: #004E98;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 30px 50px 30px 30px;
  position: relative;
  text-align: center;
}
.btnlist-01 li a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  content: "";
  background: url(../img/common/icon/arrow02r-white.svg) no-repeat;
  color: #004E98;
  width: 16px;
  height: 11px;
  margin: auto;
}
.btnlist-01 li a:hover {
  background: #fff;
  color: #004E98;
}
.btnlist-01 li a:hover:after {
  background: url(../img/common/icon/arrow02r-blue.svg) no-repeat;
}

.btnlist-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-02 li {
  margin-right: 2%;
  margin-bottom: 2%;
  padding-left: 0px;
  width: 49%;
}
.btnlist-02 li:nth-child(2n) {
  margin-right: 0;
}
.btnlist-02 li a {
  border: 1px solid #989898;
  background: #004E98;
  color: #fff;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  padding: 30px 40px 30px 30px;
  position: relative;
}
.btnlist-02 li a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  content: "";
  background: url(../img/common/icon/arrow02r-blue.svg) no-repeat;
  color: #004E98;
  width: 16px;
  height: 11px;
  margin: auto;
}
.btnlist-02 li a:hover {
  background: #fff;
  border: 1px solid #004E98;
  color: #004E98;
}
.btnlist-02 li a:hover:after {
  background: url(../img/common/icon/arrow02r-white.svg) no-repeat;
}

.btnlist-02-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-02-b li {
  margin-right: 2%;
  margin-bottom: 2%;
  padding-left: 0px;
  width: 49%;
}
.btnlist-02-b li:nth-child(2n) {
  margin-right: 0;
}
.btnlist-02-b li a {
  border: 1px solid #989898;
  background: #fff;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  padding: 30px 40px 30px 60px;
  position: relative;
}
.btnlist-02-b li a:hover {
  background: #004E98;
  border: 1px solid #004E98;
  color: #fff;
}
.btnlist-02-b.-pdf li a {
  background: #fff url(../img/common/icon/icon_pdf.svg) no-repeat 5% 50%/21px !important;
}
.btnlist-02-b.-pdf li a:hover {
  background: #004E98 url(../img/common/icon/icon_pdf.svg) no-repeat 5% 50%/21px !important;
  border: 1px solid #004E98;
  color: #fff;
}

.btnlist-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-03 li {
  margin-right: 2%;
  margin-bottom: 2%;
  padding-left: 0px;
  width: 32%;
}
.btnlist-03 li:nth-child(3n) {
  margin-right: 0;
}
.btnlist-03 li a {
  border: 1px solid #989898;
  background: #fff;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  padding: 30px 40px 30px 30px;
  position: relative;
}
.btnlist-03 li a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  content: "";
  background: url(../img/common/icon/arrow02r-blue.svg) no-repeat;
  color: #004E98;
  width: 16px;
  height: 11px;
  margin: auto;
}
.btnlist-03 li a:hover {
  background: #004E98;
  border: 1px solid #004E98;
  color: #fff;
}
.btnlist-03 li a:hover:after {
  background: url(../img/common/icon/arrow02r-white.svg) no-repeat;
}

.btnlist-03-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-03-b li {
  margin-right: 2%;
  margin-bottom: 2%;
  padding-left: 0px;
  width: 32%;
}
.btnlist-03-b li:nth-child(3n) {
  margin-right: 0;
}
.btnlist-03-b li a {
  border: 1px solid #989898;
  background: #fff;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  padding: 30px 40px 30px 60px;
  position: relative;
}
.btnlist-03-b li a:hover {
  background: #004E98;
  border: 1px solid #004E98;
  color: #fff;
}
.btnlist-03-b.-pdf li a {
  background: #fff url(../img/common/icon/icon_pdf.svg) no-repeat 5% 50%/21px !important;
}
.btnlist-03-b.-pdf li a:hover {
  background: #004E98 url(../img/common/icon/icon_pdf.svg) no-repeat 5% 50%/21px !important;
  border: 1px solid #004E98;
  color: #fff;
}

.btnlist-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-04 li {
  background: #fff;
  margin-right: 2%;
  margin-bottom: 1%;
  padding-left: 0px;
}
.btnlist-04 li.pdf a {
  background: #fff url(../img/common/icon/icon_pdf.svg) no-repeat 12px 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.svg) no-repeat 12px 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.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.doc a:before, .btnlist-04 li.doc a:hover:before {
  display: none;
}
.btnlist-04 li.zip a:before, .btnlist-04 li.zip a:hover:before {
  display: none;
}
.btnlist-04 li.zip a {
  background: #fff url(../img/common/icon/icon_zip.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li a {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  border: 1px solid #989898;
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 10px 10px 10px 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.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  content: "";
  border-top: 2px solid #004E98;
  border-right: 2px solid #004E98;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.btnlist-04 li a:hover {
  border: 1px solid #004E98;
  color: #004E98 !important;
}
.btnlist-04 li:before {
  display: none;
}

.btnlist-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-05 li {
  margin-right: 2%;
  margin-bottom: 2%;
  padding-left: 0px;
  width: 23.5%;
}
.btnlist-05 li:nth-child(4n) {
  margin-right: 0;
}
.btnlist-05 li a {
  border: 1px solid #989898;
  background: #fff;
  border-radius: 5px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 40px 30px 30px;
  position: relative;
}
.btnlist-05 li a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  content: "";
  background: url(../img/common/icon/arrow01r-black.svg) no-repeat;
  color: #004E98;
  width: 10px;
  height: 10px;
  margin: auto;
  background-size: auto 100%;
}
.btnlist-05 li a:hover {
  color: #004E98;
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-list li {
  margin-right: 30px;
}

@media all and (-ms-high-contrast: none) {
  .flex-list {
    display: block;
  }
  .flex-list li {
    display: inline-block;
    margin-right: 40px;
  }
  .flex-list li a {
    color: #004E98;
  }
  .flex-list li a:hover {
    text-decoration: underline;
  }
}
.btn-pdf,
.btn-doc,
.btn-xls,
.btn-zip {
  font-weight: 500;
  display: inline-block;
  border: 1px solid #F3F4F5;
  border-radius: 5px;
  padding: 10px 10px 10px 40px;
}
.btn-pdf:hover,
.btn-doc:hover,
.btn-xls:hover,
.btn-zip:hover {
  border: 1px solid #004E98;
  color: #004E98;
}

.btn-pdf {
  background: url(../img/common/icon/icon_pdf.svg) no-repeat 12px 50%/21px;
}

.btn-doc {
  background: url(../img/common/icon/icon_doc.svg) no-repeat 12px 50%/21px;
}

.btn-xls {
  background: url(../img/common/icon/icon_xls.svg) no-repeat 12px 50%/21px;
}

.btn-zip {
  background: url(../img/common/icon/icon_zip.svg) no-repeat 12px 50%/21px;
}

.table-col2 {
  table-layout: fixed;
  width: 100%;
}
.table-col2 &gt; tbody &gt; tr &gt; td {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  width: calc(50% - 15px);
}
.table-col2 &gt; tbody &gt; tr &gt; td:first-child {
  padding-right: 15px;
}
.table-col2 &gt; tbody &gt; tr &gt; td:last-child {
  padding-left: 15px;
}
.table-col2 &gt; tbody &gt; tr &gt; td img {
  margin: 0 auto;
  max-width: 100%;
}
.table-col2 &gt; tbody &gt; tr &gt; td .table-imgl td img,
.table-col2 &gt; tbody &gt; tr &gt; td .table-imgr td img {
  max-width: 250px;
}

.table-col3 {
  table-layout: fixed;
  width: 100%;
}
.table-col3 &gt; tbody &gt; tr &gt; td {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  width: calc((100% - 60px) / 3);
}
.table-col3 &gt; tbody &gt; tr &gt; td:first-child {
  padding-right: 15px;
}
.table-col3 &gt; tbody &gt; tr &gt; td:nth-child(2) {
  padding: 0px 15px;
}
.table-col3 &gt; tbody &gt; tr &gt; td:last-child {
  padding-left: 15px;
}
.table-col3 &gt; tbody &gt; tr &gt; td img {
  margin: 0 auto;
  max-width: 100%;
}

.table-scroll {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.faq-list {
  margin-bottom: 10px;
}
.faq-list li {
  position: relative;
}
.faq-list li:nth-child(odd) {
  background: #004E98;
  color: #000;
  padding: 10px 10px 10px 50px !important;
  font-size: 18px;
  font-weight: 600;
}
.faq-list li:nth-child(odd):after {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 4px;
  color: #004E98;
  content: "Q.";
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  width: 40px;
  height: 40px;
}
.faq-list li:nth-child(even) {
  padding: 20px 20px 20px 50px !important;
  margin-bottom: 10px;
}
.faq-list li:nth-child(even):after {
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 12px;
  content: "A.";
  color: #ee2f2f;
  font-size: 28px;
  font-weight: 600;
}

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

       table

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

.bg-yellow {
  background: #fdfadf !important;
}

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

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

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

.table-gray,
.table-blue,
.table-red,
.table-list,
.table-none {
  border: 0;
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
}
.table-gray th,
.table-blue th,
.table-red th,
.table-list th,
.table-none th {
  background: #f2f2f2;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px;
}
.table-gray td,
.table-blue td,
.table-red td,
.table-list td,
.table-none td {
  background: #fff;
  text-align: left;
  padding: 10px 15px;
  vertical-align: top;
}
.table-gray td.td_file li,
.table-blue td.td_file li,
.table-red td.td_file li,
.table-list td.td_file li,
.table-none td.td_file li {
  padding-left: 0px;
}
.table-gray td.td_file li:before,
.table-blue td.td_file li:before,
.table-red td.td_file li:before,
.table-list td.td_file li:before,
.table-none td.td_file li:before {
  display: none;
}
.table-gray td.td_file li a,
.table-blue td.td_file li a,
.table-red td.td_file li a,
.table-list td.td_file li a,
.table-none td.td_file li a {
  color: #004E98;
}
.table-gray td ul:not([class]) li:before,
.table-blue td ul:not([class]) li:before,
.table-red td ul:not([class]) li:before,
.table-list td ul:not([class]) li:before,
.table-none td ul:not([class]) li:before {
  top: 8px;
}
.table-gray td p,
.table-blue td p,
.table-red td p,
.table-list td p,
.table-none td p {
  margin-top: 0;
}
.table-gray li.pdf a:before, .table-gray li.pdf a:hover:before,
.table-blue li.pdf a:before,
.table-blue li.pdf a:hover:before,
.table-red li.pdf a:before,
.table-red li.pdf a:hover:before,
.table-list li.pdf a:before,
.table-list li.pdf a:hover:before,
.table-none li.pdf a:before,
.table-none li.pdf a:hover:before {
  display: none;
}
.table-gray li.xls a:before, .table-gray li.xls a:hover:before,
.table-blue li.xls a:before,
.table-blue li.xls a:hover:before,
.table-red li.xls a:before,
.table-red li.xls a:hover:before,
.table-list li.xls a:before,
.table-list li.xls a:hover:before,
.table-none li.xls a:before,
.table-none li.xls a:hover:before {
  display: none;
}
.table-gray li.doc a:before, .table-gray li.doc a:hover:before,
.table-blue li.doc a:before,
.table-blue li.doc a:hover:before,
.table-red li.doc a:before,
.table-red li.doc a:hover:before,
.table-list li.doc a:before,
.table-list li.doc a:hover:before,
.table-none li.doc a:before,
.table-none li.doc a:hover:before {
  display: none;
}
.table-gray .flex-list,
.table-blue .flex-list,
.table-red .flex-list,
.table-list .flex-list,
.table-none .flex-list {
  margin: 0;
}

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

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

.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-none &gt; tbody &gt; tr &gt; th {
  border: none;
}
.table-none &gt; tbody &gt; tr &gt; td {
  border: none;
}

.table-list &gt; tbody &gt; tr &gt; td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.table-list &gt; tbody &gt; tr:first-child td {
  border-top: none;
}

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

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

.table-img2 {
  table-layout: fixed;
  width: 100%;
}
.table-img2 td {
  width: 50%;
  padding-bottom: 2%;
  text-align: center;
  vertical-align: top;
}
.table-img2 td img {
  display: block;
  max-width: 96%;
  margin: 0 auto;
  height: auto !important;
}
.table-img2 td &gt; img + p {
  text-align: center;
  margin: 10px auto 0px;
  max-width: 96%;
  font-size: 14px;
}
.table-img2 td &gt; p + p {
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
  font-size: 14px;
}
.table-img2 td div {
  text-align: center;
  margin-top: 10px;
}

.table-img3 {
  table-layout: fixed;
  width: 100%;
}
.table-img3 td {
  padding-bottom: 2%;
  vertical-align: top;
  width: 33.3333333333%;
}
.table-img3 td p {
  text-align: center;
}
.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 {
  margin: 0 auto;
  max-width: 96%;
  vertical-align: top;
  height: auto;
}
.table-img3 img + p {
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
  font-size: 14px;
}
.table-img3 a + p {
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
  font-size: 14px;
}

.scroll-box {
  border: 1px solid #004E98;
  padding: 20px;
  margin: 30px auto 50px;
  overflow-y: scroll;
  height: 180px;
}

.inquiry-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}
.inquiry-box .subtitle-05 {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .btn-pdf, .btn-doc, .btn-xls, .btn-zip {
    font-size: 14px;
  }
  .article-box .subtitle-01, #mainbox .subtitle-01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .article-box .subtitle-02, #mainbox .subtitle-02 {
    margin: 20px 0 20px;
    font-size: 20px;
    padding: 15px;
  }
  .article-box .subtitle-03, #mainbox .subtitle-03 {
    margin: 30px 0 15px;
    font-size: 18px;
    padding: 15px;
  }
  .article-box .subtitle-04, #mainbox .subtitle-04 {
    font-size: 18px;
    margin: 30px 0 15px;
  }
  .article-box .subtitle-05, #mainbox .subtitle-05 {
    font-size: 16px;
    margin: 20px 0 10px;
    padding: 15px 10px;
  }
  .article-box .subtitle-06, #mainbox .subtitle-06 {
    font-size: 16px;
    margin: 20px 0 10px;
    padding: 5px 10px;
  }
  .article-box p img, #mainbox p img {
    max-width: 100% !important;
    height: auto;
  }
  /*------------------------------------------------
         list
  ------------------------------------------------*/
  .article-box ul:not([class]) a[href^="tel:"],
  .article-box .flex-list a[href^="tel:"],
  .mce-content-body ul:not([class]) a[href^="tel:"],
  .mce-content-body .flex-list a[href^="tel:"] {
    color: #004E98;
  }
  .article-box ul:not([class]) li:before,
  .article-box .flex-list li:before,
  .mce-content-body ul:not([class]) li:before,
  .mce-content-body .flex-list li:before {
    left: 8px;
    top: 6px;
  }
  .btnlist-01 li {
    width: 100%;
  }
  .btnlist-01 li a {
    font-size: 15px;
    padding: 20px 35px 20px 20px;
    line-height: 1.4;
  }
  .btnlist-02 li {
    margin-right: 0;
    width: 100%;
  }
  .btnlist-02 li a {
    padding: 20px 35px 20px 20px;
  }
  .btnlist-02-b li {
    margin-right: 0;
    width: 100%;
  }
  .btnlist-02-b li a {
    padding: 20px 35px 20px 45px;
  }
  .btnlist-03 li {
    margin-right: 0;
    width: 100%;
  }
  .btnlist-03 li a {
    padding: 20px 35px 20px 20px;
  }
  .btnlist-03-b li {
    margin-right: 0;
    width: 100%;
  }
  .btnlist-03-b li a {
    padding: 20px 35px 20px 48px;
  }
  .btnlist-04 li {
    margin-bottom: 2%;
  }
  .btnlist-05 li {
    width: 49%;
  }
  .btnlist-05 li:nth-child(2n) {
    margin-right: 0;
  }
  .btnlist-05 li a {
    font-size: 14px;
    padding: 10px 25px 10px 10px;
  }
  .btnlist-05 li a:after {
    right: 10px;
  }
  .table-col2 &gt; tbody &gt; tr &gt; td {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .table-col2 &gt; tbody &gt; tr &gt; td:first-child {
    padding-right: 0px;
  }
  .table-col2 &gt; tbody &gt; tr &gt; td:last-child {
    padding-left: 0px;
  }
  .table-col2 &gt; tbody &gt; tr &gt; td .table-imgl td img,
  .table-col2 &gt; tbody &gt; tr &gt; td .table-imgr td img {
    max-width: 100%;
  }
  .table-col3 &gt; tbody &gt; tr &gt; td {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .table-col3 &gt; tbody &gt; tr &gt; td:first-child {
    padding-right: 0px;
  }
  .table-col3 &gt; tbody &gt; tr &gt; td:nth-child(2) {
    padding: 0;
  }
  .table-col3 &gt; tbody &gt; tr &gt; td:last-child {
    padding-left: 0px;
  }
  .table-scroll {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .table-scroll &gt; table {
    min-width: 900px !important;
    max-width: 900px !important;
  }
  .faq-list li:nth-child(odd) {
    font-size: 16px;
    line-height: 1.2;
  }
  .faq-list li:nth-child(odd):after {
    font-size: 24px;
    top: 5px;
  }
  .faq-list li:nth-child(even) {
    padding: 15px 10px 15px 40px !important;
    margin-bottom: 10px;
  }
  .faq-list li:nth-child(even):after {
    font-size: 24px;
  }
  /*------------------------------------------------
         table
  ------------------------------------------------*/
  .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: 8px;
  }
  .table-list td {
    border-top: none !important;
    width: calc(100% - 16px) !important;
    display: block;
  }
  .table-list td:first-child {
    background: #f2f2f2;
  }
  .table-list td:nth-child(n+2) {
    border-bottom: 1px solid #F3F4F5 !important;
  }
  .table-list td:nth-child(1) + td, .table-list td:nth-child(2) + td {
    border-top: none;
  }
  .table-imgl &gt; tbody &gt; tr &gt; td,
  .table-imgr &gt; tbody &gt; tr &gt; td {
    display: block;
    width: 100%;
  }
  .table-imgl &gt; tbody &gt; tr &gt; td:first-child,
  .table-imgr &gt; tbody &gt; tr &gt; td:first-child {
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .table-imgl &gt; tbody &gt; tr &gt; td img,
  .table-imgr &gt; tbody &gt; tr &gt; td img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .table-imgr &gt; tbody &gt; tr &gt; td:last-child {
    padding-left: 0px;
    text-align: center;
  }
  .table-img2 td {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .table-img2 td img {
    max-width: 100%;
  }
  .table-img2 td &gt; img + p {
    max-width: 100%;
  }
  .table-img2 td &gt; p + p {
    max-width: 100%;
  }
  .table-img3 td {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .table-img3 td:nth-child(1) {
    text-align: center;
  }
  .table-img3 td:nth-child(2) {
    text-align: center;
  }
  .table-img3 td:nth-child(3) {
    text-align: center;
  }
  .table-img3 td img {
    max-width: 100%;
  }
  .table-img3 img + p {
    max-width: 100%;
  }
  .table-img3 a + p {
    max-width: 100%;
  }
  .contact-box {
    margin-top: 30px;
    padding: 20px 15px;
  }
  .table-sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .table-sp table {
    width: 800px !important;
  }
  .table-sp table td {
    padding: 5px 10px !important;
  }
}
.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.col2 .content-1 {
  width: 50%;
}
.col2 .content-2 {
  width: 50%;
}

.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.col3 .content-1 {
  width: 33%;
}
.col3 .content-2 {
  width: 33%;
}
.col3 .content-3 {
  width: 33%;
}

@media screen and (max-width: 480px) {
  .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col2 .content-1 {
    width: 100%;
  }
  .col2 .content-2 {
    width: 100%;
  }
}
.content-block.-emg {
  position: relative;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 100px;
}
.content-block.-btn {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: url(/img/index/bg_01.jpg) no-repeat no-repeat 0% 0%/120%;
}
.content-block.-col2 {
  padding: 100px 0;
  position: relative;
}
.content-block.-btn02 {
  padding: 100px 0;
  background: url(/img/index/bg_02.jpg) no-repeat no-repeat 0% 0%/110%;
}
.content-block.-contact {
  padding: 40px 0;
}
.content-block.-link {
  padding: 40px 0 30px 0;
  background: #004E98;
}
.content-block.-footer {
  background: #4C5358;
  padding: 20px 0;
}
.content-block.-second {
  padding-top: 50px;
}
.content-block.-second p {
  min-height: 16px;
}

.content-inner {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  width: 1200px;
  z-index: 2;
}
.content-inner.-contact {
  width: 680px;
}
.content-inner.-info {
  position: relative;
  top: -100px;
}

@media screen and (max-width: 480px) {
  .content-block.-emg {
    position: static;
  }
  .content-block.-info {
    padding-bottom: 0px;
  }
  .content-block.-btn {
    padding: 0px;
    background: none;
  }
  .content-block.-col2 {
    padding: 0;
  }
  .content-block.-btn02 {
    padding: 0;
    background: none;
  }
  .content-block.-contact {
    width: 100%;
  }
  .content-block.-link {
    padding: 40px 0 20px 0;
  }
  .content-block.-second {
    padding-top: 30px;
  }
  .content-inner {
    width: 100%;
    padding: 0;
  }
  .content-inner.-contact {
    width: 100%;
  }
  .-second .content-inner {
    padding: 0px 0px 50px;
    min-width: 96%;
    width: 96%;
    max-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: #E90018;
  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.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  cursor: pointer;
  background: #4C5358;
  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.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: #ddd;
  color: #000;
}
.form-box .caption {
  color: #004E98;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 70px;
}
.form-box .memo {
  font-size: 13px;
  padding: 10px 0px;
}
.form-box .error {
  color: #004E98;
  font-size: 13px;
  text-align: left;
  padding-top: 5px;
}
.form-box .field {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s 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 #004E98;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1);
          box-shadow: rgba(0, 0, 0, 0.1);
}
.form-box .textarea {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s 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 #004E98;
  -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.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 5px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #004E98;
  opacity: 0;
  width: 14px;
  height: 14px;
}
.radio-box .radioinput {
  display: none;
}
.radio-box .radioinput:checked + .label:before {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s 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.5s ease 0s !important;
  transition: all 0.5s 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.5s ease 0s !important;
  transition: all 0.5s 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.5s ease 0s !important;
  transition: all 0.5s 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.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.check-box .checkinput:checked + .label:before {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  border: 1px solid #004E98;
}
.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.5s ease 0s !important;
  transition: all 0.5s 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.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  border: 1px solid #004E98;
}
.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%;
  }
}
.news {
  -webkit-box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
          box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
  height: 590px;
}

.-info .info-box {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 35px 0 24px 0;
  -webkit-box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
          box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
}
.-info .info-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
}
.-info .info-box .info-list {
  display: block;
  margin: 35px 50px;
  width: 91%;
}
.-info .info-box .info-list a {
  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: 17px 0 17px 25px;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.-info .info-box .info-list a .date {
  position: relative;
  top: 20px;
  font-size: 16px;
  color: #004E98;
  font-weight: 900;
}
.-info .info-box .info-list a .category-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 75%;
}
.-info .info-box .info-list a .category-box div {
  width: 95px;
  height: 25px;
  margin-left: 50px;
}
.-info .info-box .info-list a .category-box div:nth-child(2) {
  margin-left: 15px;
}
.-info .info-box .info-list a .category-box .-cate01 {
  background-color: #004E98;
}
.-info .info-box .info-list a .category-box .-cate02 {
  background-color: #E55E17;
}
.-info .info-box .info-list a .category-box .-stat01 {
  background-color: #009944;
}
.-info .info-box .info-list a .category-box .-stat02 {
  background-color: #989898;
}
.-info .info-box .info-list a .text {
  font-size: 16px;
  margin-top: 8.6px;
  margin-left: 130px;
}
.-info .info-box .info-list a::after {
  content: "";
  position: absolute;
  top: auto;
  right: 33px;
  bottom: auto;
  left: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #004E98;
  border-right: 2px solid #004E98;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-info .info-box .info-list a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #004E98;
  bottom: 0px; /*アンダーラインがaタグの下端から現れる*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; /*変形の時間*/
}
.-info .info-box .info-list a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.-info .info-box .info-list a:hover .text {
  color: #004E98;
}

@media screen and (max-width: 480px) {
  .news {
    -webkit-box-shadow: 2px 2px 4px rgba(87, 99, 107, 0.4980392157);
            box-shadow: 2px 2px 4px rgba(87, 99, 107, 0.4980392157);
  }
  .-info .info-box {
    width: 100%;
  }
  .-info .info-box .info-list {
    width: 96%;
    margin: 20px auto;
  }
  .-info .info-box .info-list a {
    padding: 10px 0 10px 0px;
  }
  .-info .info-box .info-list a .date {
    position: static;
  }
  .-info .info-box .info-list a .category-box {
    font-size: 12px;
  }
  .-info .info-box .info-list a .category-box div {
    margin-left: 20px;
    width: 83px;
    height: 22px;
  }
  .-info .info-box .info-list a .text {
    margin-left: 0;
  }
  .-info .info-box .info-list a::after {
    display: none;
  }
}
.btn-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-list .item {
  width: 540px;
  margin-bottom: 70px;
  -webkit-box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
          box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
}
.btn-list .item a {
  width: 100%;
}
.btn-list .item a .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.btn-list .item a .img &gt; img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-list .item a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 82px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-list .item a .text .title {
  font-size: 19px;
  font-weight: 900;
}
.btn-list .item a .text .lead {
  font-size: 13px;
  margin-top: -8px;
}
.btn-list .item a .text .lead.ls {
  letter-spacing: 0.03em;
}
.btn-list .item a:hover .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-list .item a:hover .text {
  background: #004E98;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-list .item:nth-last-child(1), .btn-list .item:nth-last-child(2) {
  margin-bottom: 0px;
}
.btn-list.-btn02 .item {
  margin-bottom: 70px !important;
}

.btn-list2 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-list2 .item {
  width: 100%;
  margin-bottom: 70px;
  -webkit-box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
          box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
}
.btn-list2 .item a {
  width: 100%;
}
.btn-list2 .item a .img {
  width: 100%;
  height: 175px;
  overflow: hidden;
}
.btn-list2 .item a .img &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-list2 .item a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 82px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-list2 .item a .text .title {
  font-size: 20px;
  font-weight: 700;
}
.btn-list2 .item a .text .lead {
  font-size: 13px;
  margin-top: -8px;
}
.btn-list2 .item a .text .lead.ls {
  letter-spacing: 0.03em;
}
.btn-list2 .item a:hover .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-list2 .item a:hover .text {
  background: #004E98;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-list2 .item:nth-last-child(1), .btn-list2 .item:nth-last-child(2) {
  margin-bottom: 0px;
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.link-list li a {
  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;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 270px;
  height: 80px;
}
.link-list li a p {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.08em;
}
.link-list li a p.min {
  font-size: 10px;
  margin: 0 0 -8px 0;
  letter-spacing: 0;
  line-height: 13px;
  margin-bottom: 1px;
}
.link-list li a p.mid {
  font-size: 14px;
  letter-spacing: 0em;
}
.link-list li a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  bottom: 0;
  left: 90%;
  width: 12px;
  height: 12px;
  background: url(/img/common/icon/new_window.svg) no-repeat 0 0%/100%;
}
.link-list li a:hover {
  opacity: 0.7;
}

.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: 250px;
}
.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) {
  .btn-list {
    width: 100%;
  }
  .btn-list .item {
    width: 96%;
    margin: 0 2% 10% 2%;
  }
  .btn-list .item:nth-last-child(1), .btn-list .item:nth-last-child(2) {
    margin-bottom: 10%;
  }
  .btn-list .item a .text {
    height: 67px;
  }
  .btn-list .item a .text .title {
    font-size: 17px;
  }
  .btn-list .item a .text .lead {
    font-size: 12px;
  }
  .btn-list .item a .img {
    height: 190px;
  }
  .btn-list.-btn02 .item {
    margin-bottom: 20px !important;
  }
  .btn-list2 {
    width: 100%;
  }
  .btn-list2 .item {
    width: 96%;
    margin: 0 2% 10% 2%;
  }
  .btn-list2 .item a .text {
    height: 67px;
  }
  .btn-list2 .item a .text .title {
    font-size: 17px;
  }
  .btn-list2 .item a .text .lead {
    font-size: 12px;
  }
  .link-list {
    width: 96%;
  }
  .link-list li {
    width: 48%;
  }
  .link-list li a {
    width: 100%;
    height: 68px;
    margin-bottom: 20px;
  }
  .link-list li a p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0em;
  }
  .link-list li a p.mid {
    line-height: 18px;
  }
  .link-list li a p.min {
    line-height: 12px;
    margin-bottom: 2px;
  }
  .link-list li a::after {
    width: 11px;
    height: 11px;
    left: 92%;
  }
  .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%;
  }
}
.emg {
  -webkit-box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
          box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
}

.tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

.tab-btn {
  background: #F3F4F5;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", "Noto Sans JP", "メイリオ", sans-serif;
  height: 85px;
  line-height: 1;
  width: 50%;
}
.tab-btn.is-active {
  background: #E90018;
  color: #fff;
}
.tab-btn.new {
  position: relative;
  overflow: hidden;
}
.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: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 3px;
  /*transform: rotate(-35deg);*/
  text-align: center;
  /*width: 90px;*/
  border-radius: 4px;
}
.tab-btn:last-child:hover {
  background: #4C5358;
  color: #fff;
}
.tab-btn:last-child.is-active {
  background: #4C5358;
}
.tab-btn &gt; .title {
  font-size: 26px;
  font-weight: 500;
}
.tab-btn &gt; .en {
  font-size: 14px;
  margin-top: 6px;
}
.tab-btn:hover {
  opacity: 0.9;
}

.not:hover {
  opacity: 1 !important;
}

.tab-panel {
  height: 320px;
  background: #fff;
}
.tab-panel .emg-box.-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-panel .emg-box.-index .left {
  width: 498px;
  height: 100%;
}
.tab-panel .emg-box.-index .left &gt; ul {
  margin: 0 30px;
}
.tab-panel .emg-box.-index .right {
  width: 720px;
  height: 100%;
}
.tab-panel .emg-box.-index .right:before {
  content: "";
  position: absolute;
  margin-top: 26px;
  left: 487px;
  display: inline-block;
  width: 1px;
  height: 280px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #E5E5E5;
}
.tab-panel .emg-box.-index .right &gt; ul {
  margin-left: 23px;
}
.tab-panel .emg-box.-index .title {
  height: 75px;
  text-align: center;
  padding: 24px 0 4px 0;
}
.tab-panel .emg-box.-index .title .jp {
  font-size: 20px;
  font-weight: 700;
}
.tab-panel .emg-box.-index .title .en {
  font-size: 15px;
  margin: -10px 0 0 0;
}
.tab-panel .emg-box.-index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  width: 100;
}
.tab-panel .emg-box.-index ul li {
  width: 202px;
  height: 71px;
  margin: 0 0 36px 26px;
}
.tab-panel .emg-box.-index ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F3F4F5;
  width: 100%;
  height: 100%;
}
.tab-panel .emg-box.-index ul li a.new {
  position: relative;
  overflow: hidden;
}
.tab-panel .emg-box.-index ul 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;
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.tab-panel .emg-box.-index ul li a p {
  width: 100%;
  line-height: 1;
}
.tab-panel .emg-box.-index ul li a .jp {
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 600;
}
.tab-panel .emg-box.-index ul li a .em {
  font-size: 16px;
  font-weight: 500;
}
.tab-panel .emg-box.-index ul li a:hover {
  opacity: 0.6;
}
.tab-panel .emg-box.-index ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: #989898;
  outline: 2px solid #F3F4F5;
  outline-offset: -2px;
  pointer-events: none;
}
.tab-panel .emg-box.-index ul li span p {
  width: 100%;
  line-height: 1;
}
.tab-panel .emg-box.-index ul li span .jp {
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 600;
}
.tab-panel .emg-box.-index ul li span .em {
  font-size: 16px;
  font-weight: 500;
}
.tab-panel .emg-box.-index ul li span:hover {
  opacity: 0.6;
}
.tab-panel .emg-box.-index .l li:nth-child(1), .tab-panel .emg-box.-index .l li:nth-child(3) {
  margin-left: 0;
}
.tab-panel .emg-box.-index .r li:nth-child(1), .tab-panel .emg-box.-index .r li:nth-child(4) {
  margin-left: 0;
}

@media screen and (max-width: 480px) {
  .emg {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tab-btn {
    height: 70px;
  }
  .tab-btn.new:before {
    font-size: 10px;
    padding: 3px;
    left: 3px;
  }
  .tab-btn &gt; .title {
    font-size: 17px;
  }
  .tab-btn &gt; .en {
    font-size: 11px;
  }
  iframe.emg {
    height: 609px !important;
  }
  .tab-panel {
    height: auto;
    width: 100%;
  }
  .tab-panel .emg-box.-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .tab-panel .emg-box.-index .left {
    width: 100%;
  }
  .tab-panel .emg-box.-index .left &gt; ul {
    margin: 0;
    margin: 0 2% 2% 2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tab-panel .emg-box.-index .right {
    width: 100%;
  }
  .tab-panel .emg-box.-index .right &gt; ul {
    width: 96%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    padding: 0 2% 2% 2%;
  }
  .tab-panel .emg-box.-index .right:before {
    margin: 5px 5% auto 5%;
    width: 90%;
    height: 1px;
    -webkit-transform: none;
            transform: none;
    background-color: #E5E5E5;
  }
  .tab-panel .emg-box.-index .title {
    height: auto;
    padding: 20px 0 20px 0;
  }
  .tab-panel .emg-box.-index .title .jp {
    font-size: 16px;
    font-weight: 500;
  }
  .tab-panel .emg-box.-index .title .en {
    font-size: 10px;
    margin: -5px 0 0 0;
  }
  .tab-panel .emg-box.-index ul li {
    width: 48%;
    height: 62px;
    margin: 0 0 10px 0px;
  }
  .tab-panel .emg-box.-index ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #F3F4F5;
    width: 100%;
    height: 100%;
  }
  .tab-panel .emg-box.-index ul li a.new:before {
    padding: 3px;
    left: 3px;
    font-size: 10px;
  }
  .tab-panel .emg-box.-index ul li a p {
    width: 100%;
    line-height: 1;
  }
  .tab-panel .emg-box.-index ul li a .jp {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .tab-panel .emg-box.-index ul li a .em {
    font-size: 14px;
    font-weight: 400;
  }
  .tab-panel .emg-box.-index ul li span .jp {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .tab-panel .emg-box.-index ul li span .em {
    font-size: 14px;
    font-weight: 400;
  }
  .tab-panel .emg-box.-index ul li span .em.-meirio {
    font-family: "メイリオ";
    line-height: 0.8;
  }
  .tab-panel .emg-box.-index ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .tab-panel .emg-box.-index .l li:nth-child(1), .tab-panel .emg-box.-index .l li:nth-child(3) {
    margin-left: 0;
  }
  .tab-panel .emg-box.-index .r li:nth-child(4) {
    margin-left: 2%;
  }
}
.slider-block {
  position: relative;
  z-index: 0;
  height: 865px;
}
.slider-block:before {
  background: top;
  width: 100%;
  height: 100%;
}

.slider-inner {
  position: relative;
  width: 100%;
  z-index: 0;
}
.slider-inner .img01:before,
.slider-inner .img02:before,
.slider-inner .img03:before,
.slider-inner .img04:before,
.slider-inner .img05:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.1);*/
  content: "";
}
.slider-inner .img01 {
  background: url(../img/index/main_01.jpg) no-repeat 50% 0%/cover;
  width: 100%;
  height: 865px;
}
.slider-inner .img02 {
  width: 100%;
  height: 865px;
  background: url(../img/index/main_02.jpg) no-repeat 50% 0px/cover;
}
.slider-inner .img03 {
  width: 100%;
  height: 865px;
  background: url(../img/index/main_03.jpg) no-repeat 50% 0px/cover;
}
.slider-inner .img04 {
  width: 100%;
  height: 865px;
  background: url(../img/index/main_04.jpg) no-repeat 50% 0px/cover;
}
.slider-inner .img05 {
  width: 100%;
  height: 865px;
  background: url(../img/index/main_05.jpg) no-repeat 50% 0px/cover;
}
.slider-inner #slider {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.slider-inner #slider li {
  -webkit-animation: animationZoom 20s ease-in-out 0s infinite normal;
          animation: animationZoom 20s ease-in-out 0s infinite normal;
}
.slider-inner #slider li img {
  width: 100%;
}

.slider-copy {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.slider-copy .copy {
  position: absolute;
  top: 100px;
  right: auto;
  bottom: auto;
  left: 0px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  line-height: 2em;
  text-align: center;
  color: #fff;
  font-size: 55px;
  width: 100%;
  height: auto;
  z-index: 1000;
  font-weight: 400;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}
.slider-copy .copy &gt; .en {
  font-family: serif;
  letter-spacing: 0.3em;
  font-size: 98px;
  font-weight: 400;
  margin-top: 60px;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.leftAnime2 {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.leftAnime3 {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeLeftRight3 {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeRightLeft3 {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  .slider-copy {
    width: 100%;
  }
  .slider-copy .copy {
    top: 55px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 25px;
    font-weight: 600;
  }
  .slider-copy .copy &gt; .en {
    font-size: 27px;
    margin-top: 20px;
    font-weight: 500;
  }
  .slider-block {
    height: 280px;
  }
  .slider-inner .img01, .slider-inner .img02, .slider-inner .img03, .slider-inner .img04, .slider-inner .img05 {
    height: 280px;
  }
  .slider-inner #slider li img {
    height: 100%;
  }
}
.title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
}
.title-box.-info {
  padding-bottom: 0px;
}
.title-box.-col2 {
  height: auto;
}
.title-box.-contact {
  padding-bottom: 0px;
}
.title-box.-contact .subtitle-01 .en {
  font-size: 10px;
}
.title-box.-contact .subtitle-01 .jp {
  font-size: 23px;
  font-weight: 900;
  color: #004E98;
  border-bottom: none;
  height: 45px;
  margin-top: -10px;
}
.title-box.-contact .subtitle-01::after {
  content: "";
  width: 76px;
  height: 1px;
  background: #004E98;
  margin: auto auto 15px auto;
}
.title-box .subtitle-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0 auto;
}
.title-box .subtitle-01 .en {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.title-box .subtitle-01 .jp {
  font-size: 35px;
  font-weight: 900;
  color: #004E98;
  border-bottom: 1px solid #004E98;
  height: 65px;
  margin-top: -10px;
}

@media screen and (max-width: 480px) {
  .title-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-box .subtitle-01 .jp {
    font-size: 25px;
    height: 45px;
  }
  .title-box .subtitle-01 .en {
    font-size: 12px;
  }
  .title-box.-contact {
    padding-top: 0px;
  }
  .title-box.-col2 {
    padding-top: 20px;
  }
}
.topicpath-box {
  padding: 10px 10px;
  width: calc(100% - 20px);
  font-weight: 500;
}
.topicpath-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  padding: 15px 0px;
  width: 1200px;
}
.topicpath-box li {
  margin-right: 40px;
  line-height: 1;
}
.topicpath-box li:last-child {
  margin-right: 0px;
}
.topicpath-box a {
  position: relative;
  line-height: 1;
}
.topicpath-box a:after {
  position: absolute;
  top: 0px;
  right: -25px;
  bottom: 0px;
  left: auto;
  content: "";
  width: 9px;
  height: 10px;
  margin: auto;
  background: url(../img/common/icon/arrow01r-black.svg) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 480px) {
  .topicpath-box ul {
    padding: 5px 0px;
    width: 100%;
  }
  .topicpath-box li {
    margin-right: 30px;
    line-height: 1.4;
  }
  .topicpath-box a {
    line-height: 1.4;
  }
  .topicpath-box a:after {
    right: -20px;
  }
}
.btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 236px;
  height: 51px;
  margin: auto;
  opacity: 1;
}
.btn-01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #004E98;
  border: 1px solid #004E98;
  border-radius: 26px;
  color: #fff;
  -webkit-box-shadow: 2px 2px 20px rgba(135, 155, 170, 0.4980392157);
          box-shadow: 2px 2px 20px rgba(135, 155, 170, 0.4980392157);
}
.btn-01 a:hover {
  opacity: 0.6;
}
.btn-01::after {
  content: "";
  position: relative;
  top: auto;
  right: 40px;
  bottom: auto;
  left: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 488px;
  height: 83px;
  margin: 100px auto auto auto;
  opacity: 1;
}
.btn-02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #004E98;
  border: 1px solid #004E98;
  border-radius: 55px;
  color: #fff;
  font-size: 24px;
  -webkit-box-shadow: 6px 6px 40px rgba(135, 155, 170, 0.4980392157);
          box-shadow: 6px 6px 40px rgba(135, 155, 170, 0.4980392157);
}
.btn-02 a:hover {
  opacity: 0.6;
}
.btn-02::after {
  content: "";
  position: relative;
  top: auto;
  right: 60px;
  bottom: auto;
  left: auto;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.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;
  border: none;
  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.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: #004E98;
  border: none;
  color: #fff;
}
.btn-box &gt; .btn.-submit:hover {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: #005bb2;
}
.btn-box &gt; .btn.-prev {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: #ddd;
  border: none;
  color: #222;
}
.btn-box &gt; .btn.-prev:hover {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: #eaeaea;
}
.btn-box &gt; .btn.-action {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: #F3F4F5;
  border: none;
  color: #fff;
}
.btn-box &gt; .btn.-action:hover {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: white;
}
.btn-box &gt; .btn.-link {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: #E90018;
  border: none;
  color: #fff;
  padding: 0.5em;
  width: calc(300px - 1em);
  height: auto;
}
.btn-box &gt; .btn.-link:hover {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: #ff041d;
}

@media screen and (max-width: 480px) {
  .btn-01 {
    width: 70%;
    height: 40px;
  }
  .btn-01::after {
    right: 30px;
    width: 5px;
    height: 5px;
  }
  .btn-02 {
    width: 80%;
    height: 60px;
    margin: 30px auto;
  }
  .btn-02 a {
    font-size: 20px;
  }
  .btn-02::after {
    width: 7px;
    height: 7px;
    right: 35px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.facebook {
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
.facebook iframe {
  width: 100% !important;
  -webkit-box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
          box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
}

.multilingual {
  width: 410px;
  height: 490px;
  background: #fff;
  padding: 30px 45px;
  margin: auto;
  -webkit-box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
          box-shadow: 6px 6px 40px rgba(87, 99, 107, 0.4980392157);
}
.multilingual .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.multilingual .title.-t01 {
  margin-bottom: 25px;
}
.multilingual .title.-t02 {
  margin-bottom: 20px;
}
.multilingual .index-btnlist-01 {
  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;
}
.multilingual .index-btnlist-01 li {
  margin-bottom: 20px;
}
.multilingual .index-btnlist-01 li:nth-child(2n) {
  margin-left: 30px;
}
.multilingual .index-btnlist-01 li a {
  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-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #004E98;
  width: 190px;
  height: 55px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.multilingual .index-btnlist-01 li a:hover {
  opacity: 0.6;
}
.multilingual .index-btnlist-01:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #E5E5E5;
  margin-top: 15px;
  margin-bottom: 15px;
}
.multilingual .index-btnlist-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.multilingual .index-btnlist-02 li {
  margin-right: 13px;
}
.multilingual .index-btnlist-02 li:nth-child(3n) {
  margin-right: 0px;
}
.multilingual .index-btnlist-02 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 127px;
  height: 39px;
  margin-bottom: 20px;
  background: #EBF0F5;
  -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;
  font-size: 19px;
  font-weight: 700;
}
.multilingual .index-btnlist-02 li a:hover {
  opacity: 0.6;
}

.contact-box p {
  text-align: center;
  font-size: 15px;
}
.contact-box .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-box .contact-list li {
  position: relative;
  font-size: 22px;
  font-weight: 700;
}
.contact-box .contact-list li.mail::before {
  content: "";
  position: absolute;
  top: 13px;
  right: auto;
  bottom: auto;
  left: -25px;
  width: 19px;
  height: 19px;
  background: url(/img/common/icon/mail.png) no-repeat 50% 0px/cover;
}
.contact-box .contact-list li.tel::before {
  content: "";
  position: absolute;
  top: 13px;
  right: auto;
  bottom: auto;
  left: -25px;
  width: 19px;
  height: 19px;
  background: url(/img/common/icon/tel.png) no-repeat 50% 0px/cover;
}
.contact-box .contact-list li.fax::before {
  content: "";
  position: absolute;
  top: 13px;
  right: auto;
  bottom: auto;
  left: -25px;
  width: 19px;
  height: 19px;
  background: url(/img/common/icon/fax.png) no-repeat 50% 0px/cover;
}

@media screen and (max-width: 480px) {
  .facebook {
    width: 96%;
    height: 470px;
  }
  .facebook iframe {
    height: 470px !important;
  }
  .multilingual {
    width: 96%;
    padding: 20px 0 0 0;
    height: auto;
  }
  .multilingual .title.-t01 {
    margin-bottom: 20px;
  }
  .multilingual .index-btnlist-01 {
    margin: 0 4%;
  }
  .multilingual .index-btnlist-01 li {
    width: 45%;
  }
  .multilingual .index-btnlist-01 li a {
    width: 100%;
    height: 50px;
  }
  .multilingual .index-btnlist-01 li:nth-child(2n) {
    margin-left: 0;
  }
  .multilingual .index-btnlist-02 {
    margin: 0 4%;
  }
  .multilingual .index-btnlist-02 li {
    width: 30%;
  }
  .multilingual .index-btnlist-02 li a {
    width: 100%;
    height: 38px;
  }
  .contact-box p:nth-child(3) {
    margin-top: 5px;
  }
  .contact-box .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 10px;
  }
  .contact-box .contact-list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .contact-box .contact-list li.mail::before {
    right: 80px;
    background: url(/img/common/icon/mail.png) no-repeat 50% 0px/cover;
  }
  .contact-box .contact-list li.tel::before {
    right: 80px;
    background: url(/img/common/icon/tel.png) no-repeat 50% 0px/cover;
  }
  .contact-box .contact-list li.fax::before {
    right: 80px;
    background: url(/img/common/icon/fax.png) no-repeat 50% 0px/cover;
  }
}
.flex-sp-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.flex-sp-reverse .img {
  margin-right: 30px;
}

@media screen and (max-width: 480px) {
  .flex-sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-sp-reverse .img {
    margin: 0 auto;
  }
}
._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 !important;
}

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

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

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

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

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

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

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

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

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

._pt-xs {
  padding-top: 10px !important;
}

._pt-sm {
  padding-top: 20px !important;
}

._pt-md {
  padding-top: 30px !important;
}

._pt-lg {
  padding-top: 50px !important;
}

._pt-xl {
  padding-top: 80px !important;
}

._pl-xs {
  padding-left: 10px !important;
}

._pl-sm {
  padding-left: 20px !important;
}

._pl-md {
  padding-left: 30px !important;
}

._pl-lg {
  padding-left: 50px !important;
}

._pl-xl {
  padding-left: 80px !important;
}

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

.sp {
  display: none;
}

.pc {
  display: block;
}

@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%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*!
 * 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,
.index-bnr {
  opacity: 0;
}

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

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

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

@-webkit-keyframes animationZoom {
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes animationZoom {
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}</pre></body></html>