@charset "UTF-8";
/*
$color-main-text: #474747;
$color-link: #878378;

$color-reverse-line: #fff;
$color-reverse-fill: #252525;

*/
/*
FOX CSS 3.0.0
by Ronan Levesque - CC BY 3.0 license

Includes Normalize by Nicolas Gallagher
More info => http://necolas.github.io/normalize.css/
*/
/*-------------------------*/
/* +RESETS                 */
/*-------------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, Sans-serif;
  color: #000;
  background: #fff;
}

html, body, blockquote, form {
  margin: 0;
  padding: 0;
}

blockquote, code, embed, iframe, img, input, object, pre, table, td, textarea, video {
  max-width: 100%;
  height: auto;
}

a img, form, fieldset {
  border: none;
}

input, button, select {
  vertical-align: middle;
}

textarea {
  vertical-align: top;
}

abbr {
  cursor: help;
  border-bottom: 1px dotted #bbb;
}

blockquote p, button, input, li h1, li h2, li h3, li h4, li h5, li h6, li li, li p, select, td p, th p {
  font-size: 100%;
}

/*-------------------------*/
/* +NORMALIZE              */
/*-------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-------------------------*/
/* +UTILS                  */
/*-------------------------*/
.fx-txt-left {
  text-align: left;
}

.fx-txt-right {
  text-align: right;
}

.fx-txt-center {
  text-align: center;
}

.fx-ellip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fx-left {
  float: left;
}

.fx-right {
  float: right;
}

.fx-center {
  margin: auto;
}

.fx-clearfix:before, .fx-clearfix:after {
  content: "";
  display: table;
}

.fx-clearfix:after {
  clear: both;
}

.fx-clear {
  clear: both;
}

.fx-inline {
  display: inline;
}

.fx-inlineb {
  display: inline-block;
}

.fx-valign {
  vertical-align: middle;
}

.fx-hidden {
  position: absolute;
  left: -9999px;
  text-indent: -9999px;
  overflow: hidden;
}

.fx-no-display {
  display: none;
}

/*-------------------------*/
/* +GRID                   */
/*-------------------------*/
.fx-row {
  margin-left: -8px;
  margin-right: -8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fx-row + .fx-row {
  margin-top: 0;
}

.fx-row-start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fx-row-center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fx-row-end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fx-row-between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fx-row-around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (min-width: 740px) {
  .fx-row-start-s {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fx-row-center-s {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fx-row-end-s {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fx-row-between-s {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fx-row-around-s {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (min-width: 940px) {
  .fx-row-start-m {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fx-row-center-m {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fx-row-end-m {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fx-row-between-m {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fx-row-around-m {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (min-width: 1024px) {
  .fx-row-start-l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fx-row-center-l {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fx-row-end-l {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fx-row-between-l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fx-row-around-l {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.fx-row-reverse-xs {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 740px) {
  .fx-row-reverse-s {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 940px) {
  .fx-row-reverse-m {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1024px) {
  .fx-row-reverse-l {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

[class*="fx-col"] {
  margin-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fx-col-10-xs {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
  -ms-flex: 1 1 10%;
  -webkit-flex: 1 1 10%;
}

.fx-col-15-xs {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
  -ms-flex: 1 1 15%;
  -webkit-flex: 1 1 15%;
}

.fx-col-20-xs {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  -ms-flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
}

.fx-col-25-xs {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  -ms-flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
}

.fx-col-30-xs {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  -ms-flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
}

.fx-col-33-xs {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  max-width: 33.3333%;
  -ms-flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
}

.fx-col-35-xs {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
  -ms-flex: 1 1 35%;
  -webkit-flex: 1 1 35%;
}

.fx-col-40-xs {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
  -ms-flex: 1 1 40%;
  -webkit-flex: 1 1 40%;
}

.fx-col-45-xs {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
  -ms-flex: 1 1 45%;
  -webkit-flex: 1 1 45%;
}

.fx-col-50-xs {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
}

.fx-col-55-xs {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
  -ms-flex: 1 1 55%;
  -webkit-flex: 1 1 55%;
}

.fx-col-60-xs {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
  -ms-flex: 1 1 60%;
  -webkit-flex: 1 1 60%;
}

.fx-col-65-xs {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
  -ms-flex: 1 1 65%;
  -webkit-flex: 1 1 65%;
}

.fx-col-66-xs {
  -ms-flex-preferred-size: 66.6666%;
      flex-basis: 66.6666%;
  max-width: 66.6666%;
  -ms-flex: 1 1 66.6666%;
  -webkit-flex: 1 1 66.6666%;
}

.fx-col-70-xs {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
  -ms-flex: 1 1 70%;
  -webkit-flex: 1 1 70%;
}

.fx-col-75-xs {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  -ms-flex: 1 1 75%;
  -webkit-flex: 1 1 75%;
}

.fx-col-80-xs {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
  -ms-flex: 1 1 80%;
  -webkit-flex: 1 1 80%;
}

.fx-col-85-xs {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  max-width: 85%;
  -ms-flex: 1 1 85%;
  -webkit-flex: 1 1 85%;
}

.fx-col-90-xs {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%;
  -ms-flex: 1 1 90%;
  -webkit-flex: 1 1 90%;
}

.fx-col-95-xs {
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  max-width: 95%;
  -ms-flex: 1 1 95%;
  -webkit-flex: 1 1 95%;
}

.fx-col-100-xs {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
}

@media screen and (min-width: 740px) {
  .fx-col-10-s {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
    -ms-flex: 1 1 10%;
    -webkit-flex: 1 1 10%;
  }
  .fx-col-15-s {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
    -ms-flex: 1 1 15%;
    -webkit-flex: 1 1 15%;
  }
  .fx-col-20-s {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    -ms-flex: 1 1 20%;
    -webkit-flex: 1 1 20%;
  }
  .fx-col-25-s {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    -ms-flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
  }
  .fx-col-30-s {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    -ms-flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
  }
  .fx-col-33-s {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    -ms-flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
  }
  .fx-col-35-s {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
    -ms-flex: 1 1 35%;
    -webkit-flex: 1 1 35%;
  }
  .fx-col-40-s {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    -ms-flex: 1 1 40%;
    -webkit-flex: 1 1 40%;
  }
  .fx-col-45-s {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
    -ms-flex: 1 1 45%;
    -webkit-flex: 1 1 45%;
  }
  .fx-col-50-s {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
  }
  .fx-col-55-s {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
    -ms-flex: 1 1 55%;
    -webkit-flex: 1 1 55%;
  }
  .fx-col-60-s {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    -ms-flex: 1 1 60%;
    -webkit-flex: 1 1 60%;
  }
  .fx-col-65-s {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
    -ms-flex: 1 1 65%;
    -webkit-flex: 1 1 65%;
  }
  .fx-col-66-s {
    -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
    max-width: 66.6666%;
    -ms-flex: 1 1 66.6666%;
    -webkit-flex: 1 1 66.6666%;
  }
  .fx-col-70-s {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    -ms-flex: 1 1 70%;
    -webkit-flex: 1 1 70%;
  }
  .fx-col-75-s {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    -ms-flex: 1 1 75%;
    -webkit-flex: 1 1 75%;
  }
  .fx-col-80-s {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    -ms-flex: 1 1 80%;
    -webkit-flex: 1 1 80%;
  }
  .fx-col-85-s {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
    -ms-flex: 1 1 85%;
    -webkit-flex: 1 1 85%;
  }
  .fx-col-90-s {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
    -ms-flex: 1 1 90%;
    -webkit-flex: 1 1 90%;
  }
  .fx-col-95-s {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%;
    -ms-flex: 1 1 95%;
    -webkit-flex: 1 1 95%;
  }
  .fx-col-100-s {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
  }
}

@media screen and (min-width: 940px) {
  .fx-col-10-m {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
    -ms-flex: 1 1 10%;
    -webkit-flex: 1 1 10%;
  }
  .fx-col-15-m {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
    -ms-flex: 1 1 15%;
    -webkit-flex: 1 1 15%;
  }
  .fx-col-20-m {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    -ms-flex: 1 1 20%;
    -webkit-flex: 1 1 20%;
  }
  .fx-col-25-m {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    -ms-flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
  }
  .fx-col-30-m {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    -ms-flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
  }
  .fx-col-33-m {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    -ms-flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
  }
  .fx-col-35-m {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
    -ms-flex: 1 1 35%;
    -webkit-flex: 1 1 35%;
  }
  .fx-col-40-m {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    -ms-flex: 1 1 40%;
    -webkit-flex: 1 1 40%;
  }
  .fx-col-45-m {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
    -ms-flex: 1 1 45%;
    -webkit-flex: 1 1 45%;
  }
  .fx-col-50-m {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
  }
  .fx-col-55-m {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
    -ms-flex: 1 1 55%;
    -webkit-flex: 1 1 55%;
  }
  .fx-col-60-m {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    -ms-flex: 1 1 60%;
    -webkit-flex: 1 1 60%;
  }
  .fx-col-65-m {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
    -ms-flex: 1 1 65%;
    -webkit-flex: 1 1 65%;
  }
  .fx-col-66-m {
    -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
    max-width: 66.6666%;
    -ms-flex: 1 1 66.6666%;
    -webkit-flex: 1 1 66.6666%;
  }
  .fx-col-70-m {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    -ms-flex: 1 1 70%;
    -webkit-flex: 1 1 70%;
  }
  .fx-col-75-m {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    -ms-flex: 1 1 75%;
    -webkit-flex: 1 1 75%;
  }
  .fx-col-80-m {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    -ms-flex: 1 1 80%;
    -webkit-flex: 1 1 80%;
  }
  .fx-col-85-m {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
    -ms-flex: 1 1 85%;
    -webkit-flex: 1 1 85%;
  }
  .fx-col-90-m {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
    -ms-flex: 1 1 90%;
    -webkit-flex: 1 1 90%;
  }
  .fx-col-95-m {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%;
    -ms-flex: 1 1 95%;
    -webkit-flex: 1 1 95%;
  }
  .fx-col-100-m {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
  }
}

@media screen and (min-width: 1024px) {
  .fx-col-10-l {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
    -ms-flex: 1 1 10%;
    -webkit-flex: 1 1 10%;
  }
  .fx-col-15-l {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
    -ms-flex: 1 1 15%;
    -webkit-flex: 1 1 15%;
  }
  .fx-col-20-l {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    -ms-flex: 1 1 20%;
    -webkit-flex: 1 1 20%;
  }
  .fx-col-25-l {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    -ms-flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
  }
  .fx-col-30-l {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    -ms-flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
  }
  .fx-col-33-l {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    -ms-flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
  }
  .fx-col-35-l {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
    -ms-flex: 1 1 35%;
    -webkit-flex: 1 1 35%;
  }
  .fx-col-40-l {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    -ms-flex: 1 1 40%;
    -webkit-flex: 1 1 40%;
  }
  .fx-col-45-l {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
    -ms-flex: 1 1 45%;
    -webkit-flex: 1 1 45%;
  }
  .fx-col-50-l {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
  }
  .fx-col-55-l {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
    -ms-flex: 1 1 55%;
    -webkit-flex: 1 1 55%;
  }
  .fx-col-60-l {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    -ms-flex: 1 1 60%;
    -webkit-flex: 1 1 60%;
  }
  .fx-col-65-l {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
    -ms-flex: 1 1 65%;
    -webkit-flex: 1 1 65%;
  }
  .fx-col-66-l {
    -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
    max-width: 66.6666%;
    -ms-flex: 1 1 66.6666%;
    -webkit-flex: 1 1 66.6666%;
  }
  .fx-col-70-l {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    -ms-flex: 1 1 70%;
    -webkit-flex: 1 1 70%;
  }
  .fx-col-75-l {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    -ms-flex: 1 1 75%;
    -webkit-flex: 1 1 75%;
  }
  .fx-col-80-l {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    -ms-flex: 1 1 80%;
    -webkit-flex: 1 1 80%;
  }
  .fx-col-85-l {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
    -ms-flex: 1 1 85%;
    -webkit-flex: 1 1 85%;
  }
  .fx-col-90-l {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
    -ms-flex: 1 1 90%;
    -webkit-flex: 1 1 90%;
  }
  .fx-col-95-l {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%;
    -ms-flex: 1 1 95%;
    -webkit-flex: 1 1 95%;
  }
  .fx-col-100-l {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
  }
}

.fx-col-top-xs {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.fx-col-center-xs {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.fx-col-bottom-xs {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (min-width: 740px) {
  .fx-col-top-s {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .fx-col-center-s {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .fx-col-bottom-s {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media screen and (min-width: 940px) {
  .fx-col-top-m {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .fx-col-center-m {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .fx-col-bottom-m {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .fx-col-top-l {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .fx-col-center-l {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .fx-col-bottom-l {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.fx-col-fix-100 {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

.fx-col-fix-100 + .fx-col-auto {
  width: calc(100% - 100px);
}

.fx-col-fix-120 {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}

.fx-col-fix-120 + .fx-col-auto {
  width: calc(100% - 120px);
}

.fx-col-fix-150 {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}

.fx-col-fix-150 + .fx-col-auto {
  width: calc(100% - 150px);
}

.fx-col-fix-200 {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

.fx-col-fix-200 + .fx-col-auto {
  width: calc(100% - 200px);
}

.fx-col-fix-250 {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
}

.fx-col-fix-250 + .fx-col-auto {
  width: calc(100% - 250px);
}

.fx-col-fix-300 {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

.fx-col-fix-300 + .fx-col-auto {
  width: calc(100% - 300px);
}

.fx-col-fix-350 {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}

.fx-col-fix-350 + .fx-col-auto {
  width: calc(100% - 350px);
}

.fx-col-fix-400 {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
}

.fx-col-fix-400 + .fx-col-auto {
  width: calc(100% - 400px);
}

/*-------------------------*/
/* +GRID IE9               */
/*-------------------------*/
.ie9 .fx-row {
  font-size: 0;
}

.ie9 [class*="fx-row-reverse"] {
  direction: rtl;
}

.ie9 [class*="fx-row-reverse"] > * {
  direction: ltr;
}

.ie9 [class*="fx-col"] {
  display: inline-block;
  font-size: 16px;
}

.ie9 .fx-col-10-xs {
  width: 10%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-15-xs {
  width: 15%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-20-xs {
  width: 20%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-25-xs {
  width: 25%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-30-xs {
  width: 30%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-33-xs {
  width: 33.3333%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-35-xs {
  width: 35%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-40-xs {
  width: 40%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-45-xs {
  width: 45%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-50-xs {
  width: 50%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-55-xs {
  width: 55%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-60-xs {
  width: 60%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-65-xs {
  width: 65%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-66-xs {
  width: 66.6666%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-70-xs {
  width: 70%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-75-xs {
  width: 75%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-80-xs {
  width: 80%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-85-xs {
  width: 85%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-90-xs {
  width: 90%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-95-xs {
  width: 95%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

.ie9 .fx-col-100-xs {
  width: 100%;
}

.ie9 .fx-row-start-xs {
  text-align: left;
}

.ie9 .fx-row-end-xs {
  text-align: right;
}

.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}

@media screen and (min-width: 740px) {
  .ie9 .fx-col-10-s {
    width: 10%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-15-s {
    width: 15%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-20-s {
    width: 20%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-25-s {
    width: 25%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-30-s {
    width: 30%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-33-s {
    width: 33.3333%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-35-s {
    width: 35%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-40-s {
    width: 40%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-45-s {
    width: 45%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-50-s {
    width: 50%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-55-s {
    width: 55%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-60-s {
    width: 60%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-65-s {
    width: 65%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-66-s {
    width: 66.6666%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-70-s {
    width: 70%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-75-s {
    width: 75%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-80-s {
    width: 80%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-85-s {
    width: 85%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-90-s {
    width: 90%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-95-s {
    width: 95%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-100-s {
    width: 100%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
}

@media screen and (min-width: 940px) {
  .ie9 .fx-col-10-m {
    width: 10%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-15-m {
    width: 15%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-20-m {
    width: 20%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-25-m {
    width: 25%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-30-m {
    width: 30%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-33-m {
    width: 33.3333%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-35-m {
    width: 35%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-40-m {
    width: 40%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-45-m {
    width: 45%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-50-m {
    width: 50%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-55-m {
    width: 55%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-60-m {
    width: 60%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-65-m {
    width: 65%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-66-m {
    width: 66.6666%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-70-m {
    width: 70%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-75-m {
    width: 75%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-80-m {
    width: 80%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-85-m {
    width: 85%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-90-m {
    width: 90%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-95-m {
    width: 95%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-100-m {
    width: 100%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
}

@media screen and (min-width: 1024px) {
  .ie9 .fx-col-10-l {
    width: 10%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-15-l {
    width: 15%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-20-l {
    width: 20%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-25-l {
    width: 25%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-30-l {
    width: 30%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-33-l {
    width: 33.3333%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-35-l {
    width: 35%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-40-l {
    width: 40%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-45-l {
    width: 45%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-50-l {
    width: 50%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-55-l {
    width: 55%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-60-l {
    width: 60%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-65-l {
    width: 65%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-66-l {
    width: 66.6666%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-70-l {
    width: 70%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-75-l {
    width: 75%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-80-l {
    width: 80%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-85-l {
    width: 85%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-90-l {
    width: 90%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-95-l {
    width: 95%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-100-l {
    width: 100%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
}

.ie9 .fx-col {
  width: 100%;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

h2, h3, h4 {
  margin: 0;
}

/*:root, html, body {
    background-color: $color-base;
    color: $color-main-text;
    width: 100%;
}
* {
    box-sizing: border-box;
}



a {
    color: $color-main-text;
}
a:hover {
    text-decoration: none;
    color: $color-link;
}*/
.pc-only {
  display: initial;
}

@media only screen and (max-width: 940px) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 741px) {
  .pc-tab-only {
    display: initial;
  }
}

@media only screen and (max-width: 740px) {
  .pc-tab-only {
    display: none !important;
  }
}

@media only screen and (min-width: 940px) {
  .tab-sp-only {
    display: none !important;
  }
}

@media only screen and (max-width: 940px) {
  .tab-sp-only {
    display: initial !important;
  }
}

@media only screen and (min-width: 741px) {
  .sp-only {
    display: none !important;
  }
}

@media only screen and (max-width: 740px) {
  .sp-only {
    display: initial !important;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.text-center {
  text-align: center;
}

.fixed {
  position: fixed !important;
  top: 0;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

body {
  position: relative;
  font-size: 16px;
  word-break: break-all;
}

.container {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

a {
  color: #000;
}

img {
  width: auto;
  max-width: 100%;
}

p {
  line-height: 180%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="submit"],
input[type="button"],
input[type='text'], input[type='email'], input[type='tel'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

.font-red {
  color: red;
}

.fx-row {
  margin-left: 0;
  margin-right: 0;
}

.flex-vertical-centering {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.kaiten {
  color: #00698C;
  font-size: 3em;
  -webkit-animation: r_spin 5.0s linear infinite;
  /*    -moz-animation: r_spin 5.0s linear infinite;
    -ms-animation: r_spin 5.0s linear infinite;
    -o-animation: r_spin 5.0s linear infinite;*/
  animation: r_spin 5.0s linear infinite;
}

@-webkit-keyframes r_spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*
@-moz-keyframes r_spin {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes r_spin {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes r_spin {
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}
*/
@keyframes r_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.js-animation {
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=$op * 10)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.js-animation-group-item {
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=$op * 10)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 0;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    -webkit-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=10);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 0;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=10);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.SimpleFadeIn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: SimplefadeIn;
  animation-name: SimplefadeIn;
  visibility: visible !important;
}

@-webkit-keyframes SimplefadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 0;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=10);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 0;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=10);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
  }
}

.blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px);
}

.blackandwhite img, .blackandwhitegal img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.blackandwhite img:hover, .blackandwhitegal img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blink_on {
  -webkit-animation: blinking 2.0s linear infinite;
  animation: blinking 2.0s linear infinite;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 0;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=10);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 0;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
  }
}

/*@-moz-keyframes blinking {
    0% { @include opacity(0);}  
    50% {@include opacity(1);}
    100% {@include opacity(0);}
}
@-ms-keyframes blinking {
    0% { @include opacity(0);}  
    50% {@include opacity(1);}
    100% {@include opacity(0);}
}
@-o-keyframes blinking {
    0% { @include opacity(0);}  
    50% {@include opacity(1);}
    100% {@include opacity(0);}
}*/
@keyframes blinking {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 0;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=10);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=$op * 10)";
    /* ie 8 */
    -moz-opacity: 0;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
  }
}

body {
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=$op * 10)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
}

body:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.home .Contents .Section:first-child {
  padding-top: 0;
}

* {
  font-family: NOW-GM;
}

.Contents .container {
  width: 98%;
}

@media only screen and (max-width: 740px) {
  .Contents .container {
    width: 93%;
  }
}

.Contents .Section {
  position: relative;
  z-index: 2;
  padding: 180px 0 0;
}

.Contents .Section:first-child {
  padding-top: 180px;
}

@media only screen and (max-width: 740px) {
  .Contents .Section:first-child {
    padding-top: 150px;
  }
}

.Contents .Section:last-child {
  padding-bottom: 0;
}

.Contents .Section h2.Section__head {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 15px 0;
}

.Contents .Section h2 {
  margin-bottom: 30px;
  font-size: 25.6px;
  text-align: center;
  font-weight: bold;
}

.Contents .Section h3 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
}

.Contents .Section h4, .Contents .Section h5 {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 20px;
}

@media only screen and (max-width: 740px) {
  .Contents .Section {
    padding: 45px 0;
  }
  .Contents .Section h2 {
    margin-bottom: 45px;
    font-size: 28px;
  }
  .Contents .Section h3 {
    margin-bottom: 22.5px;
    font-size: 21px;
  }
  .Contents .Section h4, .Contents .Section h5 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.Contents a:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=$op * 10)";
  /* ie 8 */
  -moz-opacity: 0.8;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body {
  font-family: "游ゴシック体", YuGothic , sans-serif !important;
}

label.checkboxlabel {
  display: inline-block !important;
  vertical-align: middle;
}

/*CheckBox */
label.checkbox {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #B3B3B3;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label.checkbox input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  left: -40px;
  -webkit-box-shadow: 39px 0px #FFF;
          box-shadow: 39px 0px #FFF;
  z-index: 2;
}

label.checkbox input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

label.checkbox input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 39px 0px #666;
          box-shadow: 39px 0px #666;
  opacity: 0.1;
}

label.checkbox input[type="checkbox"]:focus {
  -webkit-box-shadow: 39px 0px #EEE;
          box-shadow: 39px 0px #EEE;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #D65;
  border-bottom: 3px solid #D65;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}

/*CheckBoxとText */
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label.checkbox_text:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #B3B3B3;
  z-index: 3;
}

label.checkbox_text:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #D65;
  border-bottom: 3px solid #D65;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #FFF;
          box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #EEE;
          box-shadow: 41px 0px #EEE;
}

input.wpcf7c-conf, textarea.wpcf7c-conf {
  background: #00A3D0 !important;
  border: 2px solid #00A3D0 !important;
}

/* CSS Document */
.Header {
  position: -webkit-sticky;
  position: sticky;
  text-align: right;
  top: 0;
  z-index: 100;
  background: #fff;
}

.Header > div {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  font-size: 0;
}

.Header--logo a {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .Header--logo a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.Header--logo img {
  max-width: 144px;
  width: 100%;
}

.Header--subinfo {
  position: relative;
  z-index: 2;
  max-width: 536px;
}

.Header--subinfo .HeaderSubinfo {
  text-align: right;
  font-size: 0;
}

.Header--subinfo .HeaderSubinfo__item {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
}

.Header--subinfo .HeaderSubinfo__item#HeaderInfo {
  padding-right: 30px;
  width: 50%;
}

.Header--subinfo .HeaderSubinfo__item#HeaderInfo a {
  display: inline-block;
  padding-bottom: 10px;
}

@media only screen and (max-width: 740px) {
  .Header--logo a {
    padding-left: 15px;
    text-align: left;
  }
  .Header--logo a img {
    max-width: 100px;
  }
  .Header--subinfo {
    max-width: 536px;
  }
  .Header--subinfo .HeaderSubinfo {
    text-align: right;
    font-size: 0;
  }
  .Header--subinfo .HeaderSubinfo__item {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
  }
  .Header--subinfo .HeaderSubinfo__item#HeaderInfo {
    display: none;
  }
}

/*
.Header {

    height: $header-height + 10;
    //padding: $size-space 0;
    //margin-bottom: $size-space;
    .container {
        position: relative;
        height: $header-height + 10;
        max-width: none;
        & > div {
                position: absolute;
    top: 0;
    height: 40px;
    margin-top: 5px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0 !important;
    width: 123px;
            &.HeaderLogo {
                left: 10px;

                img {
                    height: 100%;
                    width: auto;
                }
            }


        }
    }
    @include mq-sp {
        margin-bottom: $size-space / 3;
        padding-top: 0;
    }
}
.Menu {
    display: inline-block;
    width: ($header-height + 10) * 2;
    height: $header-height + 10;
    font-size: 0;
    top: 0;
    position: absolute;
    z-index: 10000;
                right: 0;
                img {
                    height: 100%;
                    width: auto;
                }
            }*/
/* CSS Document */
.FooterMenuSection {
  padding: 45px 0 10px;
  text-align: center;
}

.FooterMenuSection .container {
  max-width: 450px;
}

.FooterMenuSection .FooterMenu__item {
  text-align: center;
}

@media only screen and (max-width: 740px) {
  .FooterMenuSection .FooterMenu__item {
    font-size: 14px;
  }
}

.TopPreFooter {
  padding-top: 180px;
  text-align: center;
  font-size: 0;
}

.TopPreFooter a {
  font-size: 0;
}

.TopPreFooter a img {
  display: inline-block;
  width: 30%;
  min-width: 300px;
}

@media only screen and (max-width: 740px) {
  .TopPreFooter {
    padding-top: 45px;
  }
  .TopPreFooter a img {
    display: inline-block !important;
    font-size: 0 !important;
    width: 48% !important;
    min-width: unset !important;
  }
}

.Footer {
  background: #00A3D0;
  padding: 30px 0 0;
  min-height: 200px;
}

.Footer .container {
  position: relative;
}

.Footer .container .FooterLogoContainer {
  position: absolute;
  display: inline-block;
  width: 150px;
  top: 0;
  left: 0;
}

.Footer .container .FormIconContainer {
  text-align: center;
  font-size: 0;
}

.Footer .container .FormIconContainer img {
  border-radius: 5px;
  width: 300px;
}

.Footer .container .FooterText {
  text-align: center;
  color: #fff;
  margin-top: 45px;
}

.Footer .container .FooterText h3 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: normal;
}

@media only screen and (max-width: 740px) {
  .Footer .container .FooterLogoContainer {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .Footer .container .FooterLogoContainer img {
    width: 100px;
  }
  .Footer .container .FooterText {
    margin: 30px 0;
  }
}

#GoUpIcon {
  display: block;
  text-align: right;
  padding-right: 25px;
  padding-bottom: 25px;
  margin: 0;
  line-height: 1;
}

#GoUpIcon img {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 740px) {
  #GoUpIcon {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}

.copyright {
  margin: 30px 0 0 !important;
  padding: 0;
  text-align: center;
  background: #fff;
}

h2.Section__head.with_bird span {
  display: inline-block;
  padding: 6px 60px 0px;
  line-height: 1;
  background-image: url(../images//common/SVG/header_logo_pigeon.svg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 740px) {
  h2.Section__head.with_bird span {
    padding: 6px 50px 0px;
  }
}

.BoxHeader {
  padding: 15px;
  text-align: left;
  color: #fff;
}

.BoxHeader.Green {
  background-color: #70BB46;
}

.BoxHeader.Blue {
  background-color: #00A3D0;
}

.BoxHeader.DarkOrange {
  background-color: #BD4D21;
}

.JigyosyoDetail__item {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  line-height: 150%;
}

.JigyosyoDetail__item::before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  content: " ";
  background-image: url(../images//recruitment/SVG/mark_sgyonaiyo_list.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.JigyosyoDetail__item img {
  height: 20px;
}

.checkbox_customize label {
  position: relative;
}

.checkbox_customize input[type=checkbox] {
  display: none;
  /* checkboxを非表示にする */
}

.checkbox_customize .wpcf7-list-item-label {
  padding-left: 4px;
}

.checkbox_customize .wpcf7-list-item-label::before {
  width: 8px;
  height: 12px;
  border-right: 2px solid #0171bd;
  border-bottom: 2px solid #0171bd;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  left: -17px;
  z-index: 1000;
  opacity: 0;
}

.checkbox_customize .wpcf7-list-item-label::after {
  content: "";
  width: 15px;
  background: #fff;
  display: inline-block;
  height: 16px;
  /* margin-left: -5px; */
  /* margin-right: 5px; */
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  left: -16px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px grey;
          box-shadow: 0 0 1px grey;
}

.checkbox_customize input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}

/* STEP */
ul#top_box {
  display: block;
  min-width: 290px;
  margin-bottom: 50px;
  padding: 0 0 1px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #00A3D0;
  overflow: hidden;
}

ul#top_box li {
  float: left;
  width: 34%;
  margin: 1px;
  text-align: center;
  -webkit-transform: skew(-40deg);
  transform: skew(-40deg);
  letter-spacing: 0;
}

ul#top_box li:nth-child(1) {
  margin-left: -3%;
}

ul#top_box li:nth-child(3) {
  margin-right: -3%;
  width: 37%;
}

ul#top_box li > span {
  -webkit-transform: skew(40deg);
  transform: skew(40deg);
  margin: 16px 0;
}

ul#top_box li span {
  display: inline-block;
  height: 19px;
  line-height: 20px;
  font-size: 15px;
}

ul#top_box li span.css3 {
  zoom: 1;
  position: relative;
  margin-right: 10px;
  padding: 3px 8px 1px;
  border-radius: 15px !important;
  font-size: 14px;
  height: 23px;
  letter-spacing: 2px;
}

ul#top_box li br {
  display: none;
}

ul#top_box.step4 li {
  width: 25.6%;
}

ul#top_box.step4 li:nth-child(3) {
  margin-right: 1px;
}

ul#top_box.step4 li:nth-child(4) {
  margin-right: -3%;
}

@media only screen and (max-width: 939px) and (min-width: 741px) {
  ul#top_box li:nth-child(2) {
    border-right: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
  }
  ul#top_box.step4 li:nth-child(3) {
    border-right: solid 1px #ffffff;
  }
}

@media only screen and (max-width: 740px) {
  ul#top_box {
    margin: 0 auto 45px;
    text-align: center;
  }
  ul#top_box li:nth-child(1),
  ul#top_box li {
    width: 33% !important;
    padding: 9px 0 6px;
    margin-right: 0;
    text-align: center;
    line-height: normal;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  ul#top_box.step4 li:nth-child(1),
  ul#top_box.step4 li {
    width: 25%;
    margin: 0;
  }
  ul#top_box li:nth-child(1) {
    margin-left: 0;
  }
  ul#top_box li:nth-child(3) {
    margin-right: 0;
  }
  ul#top_box.step4 li:nth-child(3),
  ul#top_box.step4 li:nth-child(4) {
    margin-right: 0;
  }
  ul#top_box li span {
    margin: 0;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
  ul#top_box li span.css3 {
    margin: 0;
    border-radius: 10px !important;
    height: 27px;
  }
  ul#top_box li span.pc_txt {
    display: none;
  }
  ul#top_box li span.sp_txt {
    display: block;
    padding-top: 2px;
    text-align: center;
  }
  ul#top_box li br {
    display: block;
  }
}

@media screen and (max-width: 569px) {
  ul#top_box li:first-child,
  ul#top_box li {
    width: 33.1%;
  }
}

ul#top_box li {
  background-color: #eff0f0;
}

#form_box .btn input,
ul#top_box li.on span.css3,
.custom-wpcf7c-confirmed ul#top_box li:nth-child(2) span.css3 {
  background-color: #fff;
}

/* .dbg */
ul#top_box li.on,
ul#top_box li span.css3,
.custom-wpcf7c-confirmed ul#top_box li:nth-child(2) {
  background-color: #00A3D0;
}

/* .bg */
ul#top_box li {
  color: #000000;
}

ul#top_box li.on,
ul#top_box li span.css3,
.custom-wpcf7c-confirmed ul#top_box li:nth-child(2) {
  color: #ffffff;
}

/* .wbc */
ul#top_box li.on span.css3,
.custom-wpcf7c-confirmed ul#top_box li:nth-child(2) span.css3 {
  color: #00A3D0;
}

/* .tbc */
#form_box .btn input {
  border-color: #f29725;
  color: #f29725;
}

/* .lbl */
.HeaderSection {
  padding-top: 0 !important;
}

.HeaderSection .PageHeader.HeaderContainer {
  position: relative;
  background-position: center;
  padding: 15% 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
}

.HeaderSection .PageHeader.HeaderContainer .Section__head {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}

.qanda .PageHeader.HeaderContainer {
  background-image: url(../images//qanda/header_bg.jpg);
}

.aboutus .PageHeader.HeaderContainer {
  background-image: url(../images//aboutus/header_bg.jpg);
}

.information .PageHeader.HeaderContainer {
  background-image: url(../images//aboutus/header_bg.jpg);
}

.recruitment .PageHeader.HeaderContainer {
  background-image: url(../images//aboutus/header_bg.jpg);
}

.home p {
  margin-bottom: 30px;
}

.home p:last-child {
  margin-bottom: 0;
}

.TopImageSection {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}

.TopImage {
  position: relative;
}

.TopImage .fx-col {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.TopImage .fx-col > div {
  margin-top: 0 !important;
}

.TopImage__thumbnail {
  position: relative;
  text-align: left;
  background-image: url(../images//home/main_image.jpg);
  padding: 18% 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 430px;
}

.TopImage__thumbnail p {
  position: absolute;
  bottom: 30px;
  color: #fff;
  padding: 15px 15px 15px 30px;
  font-size: 30px;
  text-shadow: 0 0 4px black;
}

.TopImage__main {
  width: 400px;
  position: absolute;
  right: 0;
  bottom: -90px;
}

.TopImage__main .TopImageMessage__head {
  margin: 0 !important;
  padding: 0 0 15px;
  text-align: center;
}

.TopImage__main .TopImageMessage__head img {
  width: 30%;
}

.TopImage__main .TopImageMessage__main {
  border-radius: 5px;
  background-color: #00A3D0;
  padding: 30px 37.5px 30px;
}

.TopImage__main .TopImageMessage__main p {
  font-size: 80%;
  color: #fff;
}

.TopImage__main .TopImageMessage__main p:nth-child(1) {
  font-weight: bold;
  font-size: 100%;
}

.TopImage__main .TopImageMessage__main--footer {
  text-align: center;
  margin: 15px 0 0;
  border-radius: 5px;
  padding: 0;
}

.TopImage__main .TopImageMessage__main--footer a {
  display: inline-block;
  padding: 10px 60px;
  margin: 15px 0;
  text-align: center;
  background-color: #E75800;
  color: #fff;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (max-width: 940px) {
  .TopImage {
    padding-top: 0;
  }
  .TopImage__thumbnail {
    min-height: unset;
    padding: 60% 0;
  }
  .TopImage__thumbnail img {
    width: 100%;
    max-width: none;
  }
  .TopImage__thumbnail p {
    bottom: unset;
    top: 25%;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 4px;
    font-size: 33px;
    text-align: center;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .TopImage__main {
    width: 100%;
    position: relative;
    bottom: 0;
    top: -150px;
    padding: 0 15px;
    margin-bottom: -150px;
  }
  .TopImage__main .TopImageMessage__main {
    padding: 30px 20px 30px;
  }
  .TopImage__main .TopImageMessage__main p {
    text-align: center;
  }
}

@media only screen and (max-width: 740px) {
  .TopImage__thumbnail p {
    font-size: 25px;
  }
}

.TopServiceSection .TopService .Section__body .TopService__main {
  padding: 0 7.5px;
}

.TopServiceSection .TopService .Section__body .Vision {
  text-align: left;
}

.TopServiceSection .TopService .Section__body .Vision img {
  width: 30%;
}

.TopServiceSection .TopService .Section__body .VisionImage {
  position: relative;
  padding-left: 60px;
}

.TopServiceSection .TopService .Section__body .VisionImage img {
  display: inline-block;
  width: 70%;
  border-radius: 10px;
}

.TopServiceSection .TopService .Section__body .VisionImage img:last-child {
  margin-top: -31%;
  margin-left: 30%;
}

@media only screen and (max-width: 740px) {
  .TopServiceSection {
    margin-top: 0px;
  }
  .TopServiceSection .TopService {
    padding-bottom: 60px;
  }
  .TopServiceSection .TopService .Section__body .Vision {
    text-align: center;
  }
  .TopServiceSection .TopService .Section__body p {
    text-align: center;
  }
}

.TopJigyosyo .Section__head {
  margin-bottom: 75px !important;
}

.TopJigyosyo .Section__head span {
  position: relative;
}

.TopJigyosyo .Section__head span:after {
  display: block;
  content: ' ';
  width: 150px;
  padding: 12% 0;
  background: url(../images//common/SVG/cloud_black_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -130px;
}

@media only screen and (max-width: 740px) {
  .TopJigyosyo .Section__head {
    margin-bottom: 0 !important;
  }
  .TopJigyosyo .Section__head span:after {
    top: calc(-300% - 15px);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.TopJigyosyo .Section__body .TopSection__sub {
  text-align: left;
}

.TopJigyosyo .Section__body .TopSection__sub .TopJigyosyo__bosyu {
  text-align: center;
}

.TopJigyosyo .Section__body .TopSection__sub .TopJigyosyo__bosyu img {
  max-width: 180px;
}

.TopJigyosyo .Section__body .Jigyosyo__item {
  padding-top: 90px;
}

.TopJigyosyo .Section__body .EachJigyosyo > div {
  padding: 0 45px 0 0;
}

.TopJigyosyo .Section__body .EachJigyosyo > div:nth-child(2) {
  padding-left: 45px;
  padding-right: 0;
}

.TopJigyosyo .Section__body .EachJigyosyo .JigyosyoMap > div {
  padding: 50% 0;
}

@media only screen and (min-width: 741px) {
  .TopJigyosyo .Section__body .EachJigyosyo__head--container > * {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .TopJigyosyo .Section__body .EachJigyosyo__head--container > *:nth-child(2) {
    margin-right: 0;
  }
}

.TopJigyosyo .Section__body .EachJigyosyo__head {
  margin-bottom: 5px;
  text-align: left;
  color: #00A3D0;
  font-size: 150%;
  font-weight: bold;
}

.TopJigyosyo .Section__body .EachJigyosyo .JigyosyoType {
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 15px;
  background: #00A3D0;
  color: #fff;
  border-radius: 5px;
}

.TopJigyosyo .Section__body .EachJigyosyo__thumb {
  padding-bottom: 15px;
}

.TopJigyosyo .Section__body .EachJigyosyo__main .JigyosyoType {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 3px;
  margin-bottom: 15px;
  color: #00A3D0;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px dashed #00A3D0;
}

.TopJigyosyo .Section__body .EachJigyosyo__main .JigyosyoInfo__item {
  padding-bottom: 5px;
}

.TopJigyosyo .Section__body .EachJigyosyo__main .JigyosyoNumber {
  color: #00A3D0 !important;
}

@media only screen and (max-width: 740px) {
  .TopJigyosyo .Section__body .Jigyosyo__item:nth-child(1) {
    padding-top: 15px;
  }
  .TopJigyosyo .Section__body .EachJigyosyo > div {
    padding: 0;
  }
  .TopJigyosyo .Section__body .EachJigyosyo > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .TopJigyosyo .Section__body .EachJigyosyo:nth-child(1) {
    padding-top: 0;
  }
}

.TopAboutUsSection {
  background-color: #e8e8e8;
}

.TopAboutUsSection .Section__body .TopAboutUs__thumbnail {
  position: relative;
}

.TopAboutUsSection .Section__body .TopAboutUs__thumbnail img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  margin: auto;
  left: 0;
  right: 0;
}

.TopAboutUsSection .Section__body .CompanyInfo__item {
  padding: 10px;
}

.TopAboutUsSection .Section__body .CompanyInfo__item .Info__title {
  display: inline-block;
  width: 150px;
}

.LastMenuSection .Section__body .SelectButton {
  display: block;
  margin: 5px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 27px;
  letter-spacing: 1px;
  border-radius: 5px;
}

.LastMenuSection .Section__body .SelectButton#TargetUsersLink {
  background: #00A3D0;
}

.LastMenuSection .Section__body .SelectButton#WorkContentsLink {
  background: #70BB46;
}

.LastMenuSection .Section__body .SelectButton#FAQLink {
  background: #E75800;
}

@media only screen and (max-width: 740px) {
  .LastMenuSection .Section__body .SelectButton {
    font-size: 20px;
  }
}

.aboutus .aboutusContents h2.Section__head span {
  display: inline-block;
  padding: 6px 60px 0px;
  line-height: 1;
  background-image: url(../images//common/SVG/header_logo_pigeon.svg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.aboutus .aboutusContents .AboutUsHeaderSection {
  padding-top: 0;
}

.aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable {
  display: block;
  margin: auto;
  width: 550px;
}

.aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable td, .aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable th {
  padding: 15px;
}

.aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable th {
  text-align: left;
  font-weight: normal;
  letter-spacing: 2px;
  padding-right: 30px;
}

@media only screen and (max-width: 740px) {
  .aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable {
    width: 95%;
  }
  .aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable tbody, .aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable tr, .aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable th, .aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable td {
    display: block;
    margin: 0;
    padding: 0;
  }
  .aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable th {
    padding-bottom: 5px !important;
  }
  .aboutus .aboutusContents .CompanyInfoSection .CompanyInfoContainer .CompanyInfoTable tr {
    margin-bottom: 30px !important;
  }
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Section__sub {
  text-align: center;
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu__main {
  padding-top: 90px;
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu {
  padding: 30px 0;
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu .EachKeiretsu__thumbnail {
  padding-bottom: 10px;
  text-align: left;
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu .EachKeiretsu__thumbnail img {
  width: 80%;
}

@media only screen and (max-width: 740px) {
  .aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu .EachKeiretsu__thumbnail img {
    width: 100%;
  }
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu .EachKeiretsu__sub {
  padding-bottom: 7.5px;
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu .EachKeiretsu h3.EachKeiretsu__head {
  color: orange;
  text-align: left;
  margin-bottom: 5px;
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu .EachKeiretsu .KeiretsuInfo {
  padding-bottom: 15px;
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu .EachKeiretsu .KeiretsuInfo__item {
  padding: 10px 10px 10px 32px;
  background-image: url(../images//common/SVG/mark_icon_address.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px;
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu .EachKeiretsu .KeiretsuInfo__item.mark_tel {
  background-image: url(../images//common/SVG/mark_icon_tel.svg);
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu .EachKeiretsu .KeiretsuInfo__item.mark_open {
  background-image: url(../images//common/SVG/mark_icon_open.svg);
}

.aboutus .aboutusContents .KeiretsuSection .Section__body .Keiretsu .EachKeiretsu__foot a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background-color: #FF843F;
  font-weight: bold;
  border-radius: 60px;
}

/* CSS Document */
.recruitmentSection {
  padding-bottom: 45px !important;
}

.recruitmentSection.SagyoSection .Section__sub {
  color: #00A3D0;
  text-align: center;
  padding-bottom: 30px;
}

.recruitmentSection.SagyoSection .Section__body .SagyoImageSliderContainer .SagyoImageSlider__item .SlideImageContainer {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 50%;
  position: relative;
}

.recruitmentSection.SagyoSection .Section__body .SagyoImageSliderContainer .SagyoImageSlider__item .SlideImageContainer img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
}

.recruitmentSection.SagyoSection .Section__body .SagyoImageSliderContainer .SagyoImageSlider__item .SlideCaption {
  margin: 0;
  text-align: center;
  padding: 10px;
}

.recruitmentSection.SagyoSection .Section__body .SagyoList__item {
  font-size: 22px;
  padding: 0 0 0 35px;
  background-image: url(../images//recruitment/SVG/mark_sgyonaiyo_list.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px;
}

@media only screen and (max-width: 740px) {
  .recruitmentSection.SagyoSection .Section__body .SagyoList__item {
    font-size: 18px;
    padding: 0 0 0 26px;
  }
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent {
  padding-bottom: 90px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo {
  width: 60%;
  min-width: 350px;
}

@media only screen and (max-width: 740px) {
  .recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo {
    width: 100%;
    min-width: unset;
  }
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__head {
  text-align: left;
  padding-left: 25px;
  margin-bottom: 15px;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__body {
  padding-bottom: 30px;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__body.Green {
  color: #70BB46;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__body.Blue {
  color: #00A3D0;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__body.DarkOrange {
  color: #BD4D21;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__body .EachJigyosyo__item {
  font-size: 22px;
  padding: 0 0 0 35px;
  background-image: url(../images//recruitment/SVG/mark_sgyonaiyo_list.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__body .EachJigyosyo__item.empty {
  background-image: none;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .Price {
  border-radius: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 45px;
  font-size: 18px;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .Price.Green {
  background-color: #70BB46;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .Price.Blue {
  background-color: #00A3D0;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .Price.DarkOrange {
  background-color: #BD4D21;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.AboutFutan .AboutFutan__head {
  width: 30%;
  min-width: 350px;
  text-align: left;
  font-size: 18x;
}

@media only screen and (max-width: 740px) {
  .recruitmentSection.SagyoSection .Section__body .EachSectionContent.AboutFutan .AboutFutan__head {
    min-width: unset;
    width: 100%;
  }
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.AboutFutan .AboutFutan__body .DarkOrange {
  color: #BD4D21;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.Flow {
  padding-top: 60px;
  max-width: 900px;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.Flow .Flow__head {
  text-align: left;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.Flow .Flow__sub {
  text-align: center;
}

.recruitmentSection.SagyoSection .Section__body .EachSectionContent.Flow .Flow__sub img {
  width: 75%;
}

.target-usersContents .PageHeader.HeaderContainer {
  padding: 45px;
}

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

.targetusersSection .EachSectionContent {
  padding-bottom: 90px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.qandaSection .Eachqanda {
  padding-bottom: 30px;
  width: 60%;
  margin: auto;
}

.qandaSection .Eachqanda p {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.qandaSection .Eachqanda .qahead {
  display: inline-block;
  padding-right: 10px;
  color: #70BB46;
}

.qandaSection .Eachqanda .q {
  color: grey;
}

.qandaSection .Eachqanda .q .qahead {
  color: #BD4D21;
}

@media only screen and (max-width: 740px) {
  .qandaSection .Eachqanda {
    width: 100%;
  }
}

.OtherInfoSection {
  padding-top: 0 !important;
  padding-bottom: 90px !important;
}

.OtherInfoSection .EachInfo {
  padding-left: 150px;
  padding-right: 5px;
}

.OtherInfoSection .EachInfo__head {
  text-align: center;
}

.OtherInfoSection .EachInfo__head img {
  width: 40%;
}

.OtherInfoSection .EachInfo__body .EachInfo--title {
  text-align: center;
  font-size: 20px;
}

.OtherInfoSection .EachInfo.secondinfo {
  padding-left: 5px;
  padding-right: 150px;
}

@media only screen and (max-width: 740px) {
  .OtherInfoSection .EachInfo {
    padding-top: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

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

@media only screen and (max-width: 740px) {
  .contactSection {
    padding-bottom: 0 !important;
  }
}

.contactSection .PageHeader.HeaderContainer {
  padding: 45px;
}

@media only screen and (max-width: 740px) {
  .contactSection .PageHeader.HeaderContainer {
    min-height: unset;
  }
}

.contactSection.TextContactSection {
  padding-bottom: 30px;
}

.contactSection.TextContactSection p {
  text-align: left;
}

.contactSection .Section__sub {
  text-align: center;
}

.contactSection .Section__sub span {
  color: #C0001F;
  display: block;
  text-align: center;
}

.contactSection.FormSection {
  padding-top: 30px;
}

.contactSection .ContactFormTable {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.contactSection .ContactFormTable .red {
  color: #fff;
  margin: 0 5px;
  position: absolute;
  left: 0;
  display: inline-block;
  background: #C0001F;
  font-size: 12px;
  padding: 3px 7px;
}

.contactSection .ContactFormTable th, .contactSection .ContactFormTable td {
  position: relative;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5;
  font-size: 15px;
  vertical-align: middle;
}

.contactSection .ContactFormTable th {
  padding-right: 20px;
  text-align: right;
  font-weight: normal;
  width: 35%;
  letter-spacing: 2px;
}

.contactSection .ContactFormTable td {
  padding-left: 5px;
  width: 65%;
}

.contactSection .ContactFormTable td input, .contactSection .ContactFormTable td textarea {
  border: 1px solid #7BBFE8;
  padding: 7px;
}

.contactSection .ContactFormTable td input[type=text], .contactSection .ContactFormTable td textarea, .contactSection .ContactFormTable td input[type=email] {
  width: 100%;
}

.contactSection .ContactFormTable td span.wpcf7-form-control-wrap.postal, .contactSection .ContactFormTable td span.wpcf7-form-control-wrap.age {
  display: inline-block;
  width: 125px;
}

.contactSection .ContactFormTable td #js-autofill {
  display: none;
}

.contactSection .ContactFormTable tr {
  padding: 10px 0;
  border-bottom: 1px dashed #b5b5b6;
}

.contactSection .ContactFormTable tr:nth-child(1) {
  border-top: 1px dashed #b5b5b6;
}

.contactSection .ContactFormTable tr.category_row .wpcf7-list-item {
  width: unset;
  margin-right: 2em;
}

.contactSection .ContactFormTable tr.category_row .wpcf7-list-item.last {
  width: auto;
}

.contactSection .ContactFormTable tr.shiryou_row .wpcf7-list-item {
  width: unset;
  margin-right: 2em;
}

.contactSection .ContactFormTable tr.shiryou_row .wpcf7-list-item.last {
  width: auto;
}

.contactSection .ContactFormTable tr.reply_method_row span.wpcf7-list-item:nth-child(3n+1) {
  width: 30%;
}

.contactSection .ContactFormTable tr.reply_method_row span.wpcf7-list-item:nth-child(3n+2) {
  width: 45%;
}

.contactSection .ContactFormTable tr.reply_method_row span.wpcf7-list-item:nth-child(3n) {
  width: 13%;
}

.contactSection .ContactFormTable tr.reply_method_row th, .contactSection .ContactFormTable tr.reply_method_row td {
  vertical-align: top;
}

.contactSection .ContactFormTable tr.visit_row .wpcf7-list-item {
  width: 30%;
}

.contactSection .ContactFormTable tr.message_row {
  border-bottom: none;
}

.contactSection .ContactFormTable tr.privacy_policy_row, .contactSection .ContactFormTable tr.button_row {
  text-align: center;
  border-bottom: none;
}

.contactSection .ContactFormTable tr.privacy_policy_row th, .contactSection .ContactFormTable tr.privacy_policy_row td, .contactSection .ContactFormTable tr.button_row th, .contactSection .ContactFormTable tr.button_row td {
  padding-top: 30px;
}

.contactSection .ContactFormTable tr input[type=submit], .contactSection .ContactFormTable tr input[type=button] {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  width: 152px;
  font-size: 16px;
  color: #fff;
  background: #7BBFE8;
  letter-spacing: 2px;
  margin: 0 10px;
}

.contactSection .ContactFormTable tr.checkbox_customize label {
  position: relative;
}

.contactSection .ContactFormTable tr.checkbox_customize input[type=checkbox] {
  display: none;
}

.contactSection .ContactFormTable tr.checkbox_customize input[type=radio] {
  display: none;
}

.contactSection .ContactFormTable tr.checkbox_customize .wpcf7-list-item-label {
  padding-left: 4px;
}

.contactSection .ContactFormTable tr.checkbox_customize .wpcf7-list-item-label::before {
  width: 8px;
  height: 12px;
  border-right: 2px solid #0171bd;
  border-bottom: 2px solid #0171bd;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  left: -17px;
  z-index: 1000;
  opacity: 0;
}

.contactSection .ContactFormTable tr.checkbox_customize .wpcf7-list-item-label::after {
  content: "";
  width: 15px;
  background: #fff;
  display: inline-block;
  height: 16px;
  /* margin-left: -5px; */
  /* margin-right: 5px; */
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  left: -16px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px black;
          box-shadow: 0 0 1px black;
}

.contactSection .ContactFormTable tr.checkbox_customize input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}

.contactSection .ContactFormTable tr.checkbox_customize input[type=radio]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}

@media only screen and (max-width: 740px) {
  .contactSection .ContactFormTable tr.address02_row .typesquare_tags, .contactSection .ContactFormTable tr.checkbox_customize .typesquare_tags, .contactSection .ContactFormTable tr.message_row .typesquare_tags {
    padding-left: 2px !important;
  }
}

.contactSection .wpcf7-not-valid-tip,
.contactSection .wpcf7-response-output {
  display: none !important;
}

.contactSection input.wpcf7-not-valid {
  -webkit-box-shadow: 0 0 2px red;
          box-shadow: 0 0 2px red;
}

.contactSection .wpcf7-not-valid input[type=checkbox] + span {
  color: red;
}

.contactSection input.wpcf7c-conf, .contactSection textarea.wpcf7c-conf {
  background: #fff !important;
  color: #00A3D0 !important;
  border: none !important;
}

@media only screen and (max-width: 740px) {
  .contactSection .ContactFormTable {
    width: 100%;
  }
  .contactSection .ContactFormTable tbody {
    display: block;
    width: 100%;
  }
  .contactSection .ContactFormTable .red {
    top: 6px;
  }
  .contactSection .ContactFormTable tr {
    display: block;
  }
  .contactSection .ContactFormTable th, .contactSection .ContactFormTable td {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .contactSection .ContactFormTable th {
    text-align: left;
    padding: 9px 7px 7px 61px !important;
  }
  .contactSection .ContactFormTable td {
    margin-bottom: 10px;
  }
  .contactSection .ContactFormTable td span.wpcf7-form-control-wrap.postal {
    width: 100%;
  }
  .contactSection .ContactFormTable tr.email_confirm_row br {
    display: none;
  }
  .contactSection .ContactFormTable tr.checkbox_customize th {
    margin-bottom: 7px;
  }
  .contactSection .ContactFormTable tr.checkbox_customize .wpcf7-list-item {
    width: 100% !important;
    display: block;
    padding: 4px 0 4px 20px;
    margin-left: 0 !important;
  }
  .contactSection .ContactFormTable tr.category_row .wpcf7-list-item {
    width: unset;
    margin-right: 2em;
  }
  .contactSection .ContactFormTable tr.category_row .wpcf7-list-item.last {
    width: auto;
  }
  .contactSection .ContactFormTable tr.shiryou_row .wpcf7-list-item {
    width: unset;
    margin-right: 2em;
  }
  .contactSection .ContactFormTable tr.shiryou_row .wpcf7-list-item.last {
    width: auto;
  }
  .contactSection .ContactFormTable tr.reply_method_row th, .contactSection .ContactFormTable tr.reply_method_row td {
    vertical-align: top;
  }
  .contactSection .ContactFormTable tr.privacy_policy_row td, .contactSection .ContactFormTable tr.button_row td {
    text-align: center;
  }
  .contactSection .ContactFormTable tr input[type=submit], .contactSection .ContactFormTable tr input[type=button] {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    width: 40%;
    font-size: 16px;
    color: #fff;
    background: #7BBFE8;
    letter-spacing: 2px;
    margin: 0 10px;
  }
}

.contactSection div.wpcf7 .ajax-loader {
  display: none !important;
}

.informationContents h2.Section__head span {
  display: inline-block;
  padding: 6px 60px 0px;
  line-height: 1;
  background-image: url(../images//common/SVG/header_logo_pigeon.svg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.informationContents .AboutUsHeaderSection {
  padding-top: 0;
}

.informationContents .informationSection {
  padding-bottom: 0 !important;
  padding-top: 45px !important;
}

.informationContents .informationSection .bx-wrapper {
  margin-bottom: 0 !important;
}

.informationContents .informationSection .bx-wrapper .bx-viewport {
  background: transparent !important;
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
  left: 0 !important;
  border: none !important;
  z-index: 10 !important;
}

.informationContents .informationSection .Section__body .SelectButton {
  border-radius: 5px;
  display: block;
  margin: 5px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 27px;
  letter-spacing: 1px;
  opacity: 0.3;
  filter: alpha(opacity=3);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=$op * 10)";
  /* ie 8 */
  -moz-opacity: 0.3;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.3;
  /* Safari 1.x */
}

.informationContents .informationSection .Section__body .SelectButton.on, .informationContents .informationSection .Section__body .SelectButton:hover {
  opacity: 1;
  filter: alpha(opacity=10);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=$op * 10)";
  /* ie 8 */
  -moz-opacity: 1;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
}

.informationContents .informationSection .Section__body .SelectButton#TargetUsersButton {
  background: #00A3D0;
}

.informationContents .informationSection .Section__body .SelectButton#WorkContentsButton {
  background: #70BB46;
}

.informationContents .informationSection .Section__body .SelectButton#FAQButton {
  background: #E75800;
}

@media only screen and (max-width: 740px) {
  .informationContents .informationSection .Section__body .SelectButton {
    font-size: 13px;
    margin: 1px;
  }
}

.informationContents .informationSection #SelectContents {
  padding-top: 90px;
}

.informationContents .informationSection #SelectContents .SelectContents__item {
  width: 100% !important;
  background: #fff;
  padding-bottom: 90px;
}

.informationContents .informationSection #SelectContents .SelectContents__item .EachSectionContent + .EachSectionContent {
  padding-top: 60px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent h3.BoxHeader.Blue {
  border-radius: 5px;
  text-align: left;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .EachSectionContent__inner {
  padding: 0 5px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .EachSectionContent__body {
  padding: 0 10px;
}

@media only screen and (min-width: 741px) {
  .informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .EachSectionContent__inner {
    padding: 0 5px;
  }
  .informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .EachSectionContent__body {
    padding: 0 15px;
  }
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .EachSectionContent .EachWorkPlace + .EachWorkPlace {
  padding-top: 30px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent #TaisyosyaContainer .EachSectionContent__inner.Second {
  padding-right: 0;
}

@media only screen and (max-width: 740px) {
  .informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent #TaisyosyaContainer .EachSectionContent__inner {
    padding-right: 0px;
  }
  .informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent #TaisyosyaContainer .EachSectionContent__inner.Second {
    padding-right: 0;
    padding-left: 0px;
  }
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent #TaisyosyaContainer h3.Jigyosyo__head {
  font-weight: bold;
  border-bottom: 2px dashed;
  color: #000;
  text-align: left;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .ImageContainer {
  text-align: right;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .ImageContainer img {
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 740px) {
  .informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .ImageContainer {
    text-align: center;
  }
  .informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .ImageContainer img {
    width: 90%;
    margin: auto;
  }
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo {
  min-width: 350px;
}

@media only screen and (max-width: 740px) {
  .informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo {
    width: 100%;
    min-width: unset;
  }
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__head {
  text-align: left;
  padding-left: 25px;
  margin-bottom: 15px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__body {
  padding-bottom: 30px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__body.Green {
  color: #70BB46;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__body.Blue {
  color: #00A3D0;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__body.DarkOrange {
  color: #BD4D21;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__body .EachJigyosyo__item {
  font-size: 22px;
  padding: 0 0 0 35px;
  background-image: url(../images//recruitment/SVG/mark_sgyonaiyo_list.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__body .EachJigyosyo__item.empty {
  background-image: none;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__foot .Price {
  border-radius: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 45px;
  font-size: 18px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__foot .Price.Green {
  background-color: #70BB46;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__foot .Price.Blue {
  background-color: #00A3D0;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__foot .Price.DarkOrange {
  background-color: #BD4D21;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__foot .JigyosyoDetail__item {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  line-height: 150%;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__foot .JigyosyoDetail__item::before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  content: " ";
  background-image: url(../images//recruitment/SVG/mark_sgyonaiyo_list.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.informationContents .informationSection #SelectContents .SelectContents__item#TargetUsersContent .JigyosyoContainer .Jigyosyo__foot .JigyosyoDetail__item img {
  height: 20px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .SagyoImageSlider {
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=$op * 10)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .SagyoImageSlider__item .SlideImageContainer {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 50%;
  position: relative;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .SagyoImageSlider__item .SlideImageContainer img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .SagyoImageSlider__item .SlideCaption {
  margin: 0;
  text-align: center;
  padding: 10px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .SagyoList__item {
  font-size: 22px;
  padding: 0 0 0 35px;
  background-image: url(../images//recruitment/SVG/mark_sgyonaiyo_list.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px;
}

@media only screen and (max-width: 740px) {
  .informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .SagyoList__item {
    font-size: 18px;
    padding: 0 0 0 26px;
  }
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (max-width: 740px) {
  .informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo {
    width: 100%;
    min-width: unset;
  }
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__head {
  text-align: left;
  padding-left: 25px;
  margin-bottom: 15px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__body {
  padding-bottom: 30px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__body.Green {
  color: #70BB46;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__body.Blue {
  color: #00A3D0;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__body.DarkOrange {
  color: #BD4D21;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__body .EachJigyosyo__item {
  font-size: 22px;
  padding: 0 0 0 35px;
  background-image: url(../images//recruitment/SVG/mark_sgyonaiyo_list.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__body .EachJigyosyo__item.empty {
  background-image: none;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .Price {
  border-radius: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 45px;
  font-size: 18px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .Price.Green {
  background-color: #70BB46;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .Price.Blue {
  background-color: #00A3D0;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .Price.DarkOrange {
  background-color: #BD4D21;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .JigyosyoDetail__item {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  line-height: 150%;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .JigyosyoDetail__item::before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  content: " ";
  background-image: url(../images//recruitment/SVG/mark_sgyonaiyo_list.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.JigyosyoContainer .Jigyosyo__foot .JigyosyoDetail__item img {
  height: 20px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.AboutFutan .AboutFutan__head {
  width: 30%;
  min-width: 350px;
  text-align: left;
  font-size: 18x;
}

@media only screen and (max-width: 740px) {
  .informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.AboutFutan .AboutFutan__head {
    min-width: unset;
    width: 100%;
  }
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.AboutFutan .AboutFutan__body .DarkOrange {
  color: #BD4D21;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.Flow {
  padding-top: 60px;
  max-width: 900px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.Flow .Flow__head {
  text-align: left;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.Flow .Flow__sub {
  text-align: center;
}

.informationContents .informationSection #SelectContents .SelectContents__item#WorkContentsContent .EachSectionContent.Flow .Flow__sub img {
  width: 75%;
}

.informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .Eachqanda {
  padding-bottom: 30px;
  margin: auto;
}

.informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .Eachqanda p {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .Eachqanda .qahead {
  display: inline-block;
  padding-right: 10px;
  color: #70BB46;
}

.informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .Eachqanda .q {
  color: grey;
}

.informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .Eachqanda .q .qahead {
  color: #BD4D21;
}

@media only screen and (max-width: 740px) {
  .informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .Eachqanda {
    width: 100%;
  }
}

.informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .EachInfo {
  padding-right: 5px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .EachInfo__head {
  text-align: center;
}

.informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .EachInfo__head img {
  width: 40%;
  margin: auto;
}

.informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .EachInfo__body .EachInfo--title {
  text-align: center;
  font-size: 20px;
}

.informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .EachInfo.secondinfo {
  padding-left: 5px;
}

@media only screen and (max-width: 740px) {
  .informationContents .informationSection #SelectContents .SelectContents__item#FAQContent .EachInfo {
    padding-top: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.News__item {
  border-bottom: 1px dotted grey;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.News .EachNews__head {
  margin-bottom: 0px !important;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.News .EachNews__head:hover {
  cursor: pointer;
  opacity: 0.8;
}

.News .EachNews__body {
  padding: 20px 0px;
  display: none;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  background: transparent !important;
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
  left: 0 !important;
  border: none !important;
  z-index: 10 !important;
}

.delighter {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

/* スタート時のスタイル */
.delighter.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/* エンド時のスタイル */
.recruitment .delighter.SagyoList li {
  opacity: 0;
  -webkit-transform: translatey(400%);
          transform: translatey(400%);
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}

.recruitment .delighter.SagyoList.started li {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.recruitment .delighter.SagyoList.started li:nth-child(1) {
  -webkit-transition: all .7s ease-out .1s;
  transition: all .7s ease-out .1s;
}

.recruitment .delighter.SagyoList.started li:nth-child(2) {
  -webkit-transition: all .7s ease-out .3s;
  transition: all .7s ease-out .3s;
}

.recruitment .delighter.SagyoList.started li:nth-child(3) {
  -webkit-transition: all .7s ease-out .5s;
  transition: all .7s ease-out .5s;
}

.recruitment .delighter.SagyoList.started li:nth-child(4) {
  -webkit-transition: all .7s ease-out .7s;
  transition: all .7s ease-out .7s;
}

.recruitment .delighter.SagyoList.started li:nth-child(5) {
  -webkit-transition: all .7s ease-out .9s;
  transition: all .7s ease-out .9s;
}

.recruitment .delighter.SagyoList.started li:nth-child(6) {
  -webkit-transition: all .7s ease-out 1.1s;
  transition: all .7s ease-out 1.1s;
}

.recruitment .delighter.SagyoList.started li:nth-child(7) {
  -webkit-transition: all .7s ease-out 1.3s;
  transition: all .7s ease-out 1.3s;
}

.delighter .Eachqanda {
  opacity: 0;
  -webkit-transform: translatey(50%);
          transform: translatey(50%);
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}

.delighter.started .Eachqanda {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.delighter.started .Eachqanda:nth-child(1) {
  -webkit-transition: all .7s ease-out .1s;
  transition: all .7s ease-out .1s;
}

.delighter.started .Eachqanda:nth-child(2) {
  -webkit-transition: all .7s ease-out .3s;
  transition: all .7s ease-out .3s;
}

.delighter.started .Eachqanda:nth-child(3) {
  -webkit-transition: all .7s ease-out .5s;
  transition: all .7s ease-out .5s;
}

.delighter.started .Eachqanda:nth-child(4) {
  -webkit-transition: all .7s ease-out .7s;
  transition: all .7s ease-out .7s;
}

.delighter.started .Eachqanda:nth-child(5) {
  -webkit-transition: all .7s ease-out .9s;
  transition: all .7s ease-out .9s;
}

.delighter.started .Eachqanda:nth-child(6) {
  -webkit-transition: all .7s ease-out 1.1s;
  transition: all .7s ease-out 1.1s;
}

.delighter.started .Eachqanda:nth-child(7) {
  -webkit-transition: all .7s ease-out 1.3s;
  transition: all .7s ease-out 1.3s;
}

.delighter.VisionImageContainer img {
  opacity: 0;
  -webkit-transform: translatey(50%);
          transform: translatey(50%);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.delighter.VisionImageContainer.started img {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.delighter.VisionImageContainer.started img:nth-child(1) {
  -webkit-transition: all 2s ease-out .1s;
  transition: all 2s ease-out .1s;
}

.delighter.VisionImageContainer.started img:nth-child(2) {
  -webkit-transition: all 2.5s ease-out .3s;
  transition: all 2.5s ease-out .3s;
}

.Section [class*="fx-col"] {
  padding-left: 0px;
  padding-right: 0px;
}
