@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin-left: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

html {
  font-size: 63%;
  background: #ebeff2; }
  @media screen and (min-width: 1200px) {
    html {
      font-size: 63%; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    html {
      font-size: 50.4%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    html {
      font-size: 53.55%; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 53.55%; } }

body {
  font-family: "fontAwesome", "Noto Sans Japanese", "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  min-width: 320px;
  min-height: 100vh;
  color: #323c57;
  color: #4e576e;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-shadow: 0 0 10px #ccc;
  background: #ebeff2;
  position: relative;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 1200px) {
    body {
      letter-spacing: .16em; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    body {
      letter-spacing: .08em; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    body {
      letter-spacing: .04em; } }
  @media screen and (max-width: 767px) {
    body {
      letter-spacing: .02em; } }
  body.noscroll {
    height: 100vh;
    overflow: hidden; }

* {
  box-sizing: border-box; }

a {
  color: #4e576e;
  text-decoration: none;
  transition: 0.3s all ease-in-out; }
  a:hover {
    transition: 0.3s all ease-in-out; }
  a:hover {
    text-decoration: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #F4F4F4;
  font-size: 15px;
  font-size: calc( 15vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    table {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 991px) {
    table {
      font-size: 15px;
      font-size: 1.5rem; } }
  table th, table td {
    border-top: 1px solid #eee;
    padding: 10px; }
  table th {
    width: 20%;
    padding: 0 10px;
    font-weight: bold;
    text-align: right;
    padding-right: 1em; }
    @media screen and (max-width: 767px) {
      table th {
        min-width: 60px; } }
  table.odd tr:nth-child(2n - 1) {
    background: rgba(0, 0, 0, 0.05); }
  table.darkTheme, table.darkTheme th, table.darkTheme td {
    border-color: #3c61a9; }

p, div, figure {
  font-size: 16px;
  font-size: calc( 16vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    p, div, figure {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 991px) {
    p, div, figure {
      font-size: 16px;
      font-size: 1.6rem; } }
  p img, div img, figure img {
    max-width: 100%;
    height: auto; }

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

img {
  vertical-align: top; }

ul {
  list-style: disc; }

small {
  font-size: 70%; }

strong {
  font-weight: bold; }

b {
  font-weight: bold; }

input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: -2px; }

:focus {
  outline: none; }

a:focus {
  outline: none;
  text-decoration: none; }

@media screen and (min-width: 768px) {
  a img {
    transition: 0.3s all ease-in-out; }
    a img:hover {
      transition: 0.3s all ease-in-out; }
  figure a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    figure a:hover img {
      transform: scale(1.1); }
  img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; } }

p {
  margin: 0; }

@media screen and (max-width: 767px) {
  div,
  p,
  span,
  ul,
  li,
  h1, h2, h3, h4, h5, h6,
  nav,
  section,
  :before, :after {
    max-width: 100%; } }

.mt-5 {
  margin-top: 5px; }

.mt-50 {
  margin-top: 50px; }

.ml-5 {
  margin-left: 5px; }

.ml-50 {
  margin-left: 50px; }

.mr-5 {
  margin-right: 5px; }

.mr-50 {
  margin-right: 50px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-10 {
  margin-top: 10px; }

.mt-100 {
  margin-top: 100px; }

.ml-10 {
  margin-left: 10px; }

.ml-100 {
  margin-left: 100px; }

.mr-10 {
  margin-right: 10px; }

.mr-100 {
  margin-right: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-15 {
  margin-top: 15px; }

.mt-150 {
  margin-top: 150px; }

.ml-15 {
  margin-left: 15px; }

.ml-150 {
  margin-left: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-150 {
  margin-right: 150px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-150 {
  margin-bottom: 150px; }

.mt-20 {
  margin-top: 20px; }

.mt-200 {
  margin-top: 200px; }

.ml-20 {
  margin-left: 20px; }

.ml-200 {
  margin-left: 200px; }

.mr-20 {
  margin-right: 20px; }

.mr-200 {
  margin-right: 200px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-200 {
  margin-bottom: 200px; }

.mt-25 {
  margin-top: 25px; }

.mt-250 {
  margin-top: 250px; }

.ml-25 {
  margin-left: 25px; }

.ml-250 {
  margin-left: 250px; }

.mr-25 {
  margin-right: 25px; }

.mr-250 {
  margin-right: 250px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-250 {
  margin-bottom: 250px; }

.mt-30 {
  margin-top: 30px; }

.mt-300 {
  margin-top: 300px; }

.ml-30 {
  margin-left: 30px; }

.ml-300 {
  margin-left: 300px; }

.mr-30 {
  margin-right: 30px; }

.mr-300 {
  margin-right: 300px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-300 {
  margin-bottom: 300px; }

.mt-35 {
  margin-top: 35px; }

.mt-350 {
  margin-top: 350px; }

.ml-35 {
  margin-left: 35px; }

.ml-350 {
  margin-left: 350px; }

.mr-35 {
  margin-right: 35px; }

.mr-350 {
  margin-right: 350px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-350 {
  margin-bottom: 350px; }

.mt-40 {
  margin-top: 40px; }

.mt-400 {
  margin-top: 400px; }

.ml-40 {
  margin-left: 40px; }

.ml-400 {
  margin-left: 400px; }

.mr-40 {
  margin-right: 40px; }

.mr-400 {
  margin-right: 400px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-400 {
  margin-bottom: 400px; }

.mt-45 {
  margin-top: 45px; }

.mt-450 {
  margin-top: 450px; }

.ml-45 {
  margin-left: 45px; }

.ml-450 {
  margin-left: 450px; }

.mr-45 {
  margin-right: 45px; }

.mr-450 {
  margin-right: 450px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-450 {
  margin-bottom: 450px; }

.mt-0em {
  margin-top: 0em; }

.ml-0em {
  margin-left: 0em; }

.mr-0em {
  margin-right: 0em; }

.mb-0em {
  margin-bottom: 0em; }

.mt-1em {
  margin-top: 1em; }

.ml-1em {
  margin-left: 1em; }

.mr-1em {
  margin-right: 1em; }

.mb-1em {
  margin-bottom: 1em; }

.mt-2em {
  margin-top: 2em; }

.ml-2em {
  margin-left: 2em; }

.mr-2em {
  margin-right: 2em; }

.mb-2em {
  margin-bottom: 2em; }

.mt-3em {
  margin-top: 3em; }

.ml-3em {
  margin-left: 3em; }

.mr-3em {
  margin-right: 3em; }

.mb-3em {
  margin-bottom: 3em; }

.mt-4em {
  margin-top: 4em; }

.ml-4em {
  margin-left: 4em; }

.mr-4em {
  margin-right: 4em; }

.mb-4em {
  margin-bottom: 4em; }

.mt-5em {
  margin-top: 5em; }

.ml-5em {
  margin-left: 5em; }

.mr-5em {
  margin-right: 5em; }

.mb-5em {
  margin-bottom: 5em; }

.mt-6em {
  margin-top: 6em; }

.ml-6em {
  margin-left: 6em; }

.mr-6em {
  margin-right: 6em; }

.mb-6em {
  margin-bottom: 6em; }

.mt-7em {
  margin-top: 7em; }

.ml-7em {
  margin-left: 7em; }

.mr-7em {
  margin-right: 7em; }

.mb-7em {
  margin-bottom: 7em; }

.mt-8em {
  margin-top: 8em; }

.ml-8em {
  margin-left: 8em; }

.mr-8em {
  margin-right: 8em; }

.mb-8em {
  margin-bottom: 8em; }

.mt-9em {
  margin-top: 9em; }

.ml-9em {
  margin-left: 9em; }

.mr-9em {
  margin-right: 9em; }

.mb-9em {
  margin-bottom: 9em; }

.mt-10em {
  margin-top: 10em; }

.ml-10em {
  margin-left: 10em; }

.mr-10em {
  margin-right: 10em; }

.mb-10em {
  margin-bottom: 10em; }

.mt-11em {
  margin-top: 11em; }

.ml-11em {
  margin-left: 11em; }

.mr-11em {
  margin-right: 11em; }

.mb-11em {
  margin-bottom: 11em; }

.mt-12em {
  margin-top: 12em; }

.ml-12em {
  margin-left: 12em; }

.mr-12em {
  margin-right: 12em; }

.mb-12em {
  margin-bottom: 12em; }

.mt-13em {
  margin-top: 13em; }

.ml-13em {
  margin-left: 13em; }

.mr-13em {
  margin-right: 13em; }

.mb-13em {
  margin-bottom: 13em; }

.mt-14em {
  margin-top: 14em; }

.ml-14em {
  margin-left: 14em; }

.mr-14em {
  margin-right: 14em; }

.mb-14em {
  margin-bottom: 14em; }

.mt-15em {
  margin-top: 15em; }

.ml-15em {
  margin-left: 15em; }

.mr-15em {
  margin-right: 15em; }

.mb-15em {
  margin-bottom: 15em; }

.mt-16em {
  margin-top: 16em; }

.ml-16em {
  margin-left: 16em; }

.mr-16em {
  margin-right: 16em; }

.mb-16em {
  margin-bottom: 16em; }

.mt-17em {
  margin-top: 17em; }

.ml-17em {
  margin-left: 17em; }

.mr-17em {
  margin-right: 17em; }

.mb-17em {
  margin-bottom: 17em; }

.mt-18em {
  margin-top: 18em; }

.ml-18em {
  margin-left: 18em; }

.mr-18em {
  margin-right: 18em; }

.mb-18em {
  margin-bottom: 18em; }

.mt-19em {
  margin-top: 19em; }

.ml-19em {
  margin-left: 19em; }

.mr-19em {
  margin-right: 19em; }

.mb-19em {
  margin-bottom: 19em; }

.mt-20em {
  margin-top: 20em; }

.ml-20em {
  margin-left: 20em; }

.mr-20em {
  margin-right: 20em; }

.mb-20em {
  margin-bottom: 20em; }

.mt-21em {
  margin-top: 21em; }

.ml-21em {
  margin-left: 21em; }

.mr-21em {
  margin-right: 21em; }

.mb-21em {
  margin-bottom: 21em; }

.mt-22em {
  margin-top: 22em; }

.ml-22em {
  margin-left: 22em; }

.mr-22em {
  margin-right: 22em; }

.mb-22em {
  margin-bottom: 22em; }

.mt-23em {
  margin-top: 23em; }

.ml-23em {
  margin-left: 23em; }

.mr-23em {
  margin-right: 23em; }

.mb-23em {
  margin-bottom: 23em; }

.mt-24em {
  margin-top: 24em; }

.ml-24em {
  margin-left: 24em; }

.mr-24em {
  margin-right: 24em; }

.mb-24em {
  margin-bottom: 24em; }

.mt-25em {
  margin-top: 25em; }

.ml-25em {
  margin-left: 25em; }

.mr-25em {
  margin-right: 25em; }

.mb-25em {
  margin-bottom: 25em; }

.mt-26em {
  margin-top: 26em; }

.ml-26em {
  margin-left: 26em; }

.mr-26em {
  margin-right: 26em; }

.mb-26em {
  margin-bottom: 26em; }

.mt-27em {
  margin-top: 27em; }

.ml-27em {
  margin-left: 27em; }

.mr-27em {
  margin-right: 27em; }

.mb-27em {
  margin-bottom: 27em; }

.mt-28em {
  margin-top: 28em; }

.ml-28em {
  margin-left: 28em; }

.mr-28em {
  margin-right: 28em; }

.mb-28em {
  margin-bottom: 28em; }

.mt-29em {
  margin-top: 29em; }

.ml-29em {
  margin-left: 29em; }

.mr-29em {
  margin-right: 29em; }

.mb-29em {
  margin-bottom: 29em; }

.mt-30em {
  margin-top: 30em; }

.ml-30em {
  margin-left: 30em; }

.mr-30em {
  margin-right: 30em; }

.mb-30em {
  margin-bottom: 30em; }

.mt-31em {
  margin-top: 31em; }

.ml-31em {
  margin-left: 31em; }

.mr-31em {
  margin-right: 31em; }

.mb-31em {
  margin-bottom: 31em; }

.mt-32em {
  margin-top: 32em; }

.ml-32em {
  margin-left: 32em; }

.mr-32em {
  margin-right: 32em; }

.mb-32em {
  margin-bottom: 32em; }

.mt-33em {
  margin-top: 33em; }

.ml-33em {
  margin-left: 33em; }

.mr-33em {
  margin-right: 33em; }

.mb-33em {
  margin-bottom: 33em; }

.mt-34em {
  margin-top: 34em; }

.ml-34em {
  margin-left: 34em; }

.mr-34em {
  margin-right: 34em; }

.mb-34em {
  margin-bottom: 34em; }

.mt-35em {
  margin-top: 35em; }

.ml-35em {
  margin-left: 35em; }

.mr-35em {
  margin-right: 35em; }

.mb-35em {
  margin-bottom: 35em; }

.mt-36em {
  margin-top: 36em; }

.ml-36em {
  margin-left: 36em; }

.mr-36em {
  margin-right: 36em; }

.mb-36em {
  margin-bottom: 36em; }

.mt-37em {
  margin-top: 37em; }

.ml-37em {
  margin-left: 37em; }

.mr-37em {
  margin-right: 37em; }

.mb-37em {
  margin-bottom: 37em; }

.mt-38em {
  margin-top: 38em; }

.ml-38em {
  margin-left: 38em; }

.mr-38em {
  margin-right: 38em; }

.mb-38em {
  margin-bottom: 38em; }

.mt-39em {
  margin-top: 39em; }

.ml-39em {
  margin-left: 39em; }

.mr-39em {
  margin-right: 39em; }

.mb-39em {
  margin-bottom: 39em; }

.mt-40em {
  margin-top: 40em; }

.ml-40em {
  margin-left: 40em; }

.mr-40em {
  margin-right: 40em; }

.mb-40em {
  margin-bottom: 40em; }

.mt-41em {
  margin-top: 41em; }

.ml-41em {
  margin-left: 41em; }

.mr-41em {
  margin-right: 41em; }

.mb-41em {
  margin-bottom: 41em; }

.mt-42em {
  margin-top: 42em; }

.ml-42em {
  margin-left: 42em; }

.mr-42em {
  margin-right: 42em; }

.mb-42em {
  margin-bottom: 42em; }

.mt-43em {
  margin-top: 43em; }

.ml-43em {
  margin-left: 43em; }

.mr-43em {
  margin-right: 43em; }

.mb-43em {
  margin-bottom: 43em; }

.mt-44em {
  margin-top: 44em; }

.ml-44em {
  margin-left: 44em; }

.mr-44em {
  margin-right: 44em; }

.mb-44em {
  margin-bottom: 44em; }

.mt-45em {
  margin-top: 45em; }

.ml-45em {
  margin-left: 45em; }

.mr-45em {
  margin-right: 45em; }

.mb-45em {
  margin-bottom: 45em; }

.mt-46em {
  margin-top: 46em; }

.ml-46em {
  margin-left: 46em; }

.mr-46em {
  margin-right: 46em; }

.mb-46em {
  margin-bottom: 46em; }

.mt-47em {
  margin-top: 47em; }

.ml-47em {
  margin-left: 47em; }

.mr-47em {
  margin-right: 47em; }

.mb-47em {
  margin-bottom: 47em; }

.mt-48em {
  margin-top: 48em; }

.ml-48em {
  margin-left: 48em; }

.mr-48em {
  margin-right: 48em; }

.mb-48em {
  margin-bottom: 48em; }

.mt-49em {
  margin-top: 49em; }

.ml-49em {
  margin-left: 49em; }

.mr-49em {
  margin-right: 49em; }

.mb-49em {
  margin-bottom: 49em; }

.mt-50em {
  margin-top: 50em; }

.ml-50em {
  margin-left: 50em; }

.mr-50em {
  margin-right: 50em; }

.mb-50em {
  margin-bottom: 50em; }

.pt-5 {
  padding-top: 5px; }

.pt-50 {
  padding-top: 50px; }

.pl-5 {
  padding-left: 5px; }

.pl-50 {
  padding-left: 50px; }

.pr-5 {
  padding-right: 5px; }

.pr-50 {
  padding-right: 50px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-10 {
  padding-top: 10px; }

.pt-100 {
  padding-top: 100px; }

.pl-10 {
  padding-left: 10px; }

.pl-100 {
  padding-left: 100px; }

.pr-10 {
  padding-right: 10px; }

.pr-100 {
  padding-right: 100px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-15 {
  padding-top: 15px; }

.pt-150 {
  padding-top: 150px; }

.pl-15 {
  padding-left: 15px; }

.pl-150 {
  padding-left: 150px; }

.pr-15 {
  padding-right: 15px; }

.pr-150 {
  padding-right: 150px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-150 {
  padding-bottom: 150px; }

.pt-20 {
  padding-top: 20px; }

.pt-200 {
  padding-top: 200px; }

.pl-20 {
  padding-left: 20px; }

.pl-200 {
  padding-left: 200px; }

.pr-20 {
  padding-right: 20px; }

.pr-200 {
  padding-right: 200px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-200 {
  padding-bottom: 200px; }

.pt-25 {
  padding-top: 25px; }

.pt-250 {
  padding-top: 250px; }

.pl-25 {
  padding-left: 25px; }

.pl-250 {
  padding-left: 250px; }

.pr-25 {
  padding-right: 25px; }

.pr-250 {
  padding-right: 250px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-250 {
  padding-bottom: 250px; }

.pt-30 {
  padding-top: 30px; }

.pt-300 {
  padding-top: 300px; }

.pl-30 {
  padding-left: 30px; }

.pl-300 {
  padding-left: 300px; }

.pr-30 {
  padding-right: 30px; }

.pr-300 {
  padding-right: 300px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-300 {
  padding-bottom: 300px; }

.pt-35 {
  padding-top: 35px; }

.pt-350 {
  padding-top: 350px; }

.pl-35 {
  padding-left: 35px; }

.pl-350 {
  padding-left: 350px; }

.pr-35 {
  padding-right: 35px; }

.pr-350 {
  padding-right: 350px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-350 {
  padding-bottom: 350px; }

.pt-40 {
  padding-top: 40px; }

.pt-400 {
  padding-top: 400px; }

.pl-40 {
  padding-left: 40px; }

.pl-400 {
  padding-left: 400px; }

.pr-40 {
  padding-right: 40px; }

.pr-400 {
  padding-right: 400px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-400 {
  padding-bottom: 400px; }

.pt-45 {
  padding-top: 45px; }

.pt-450 {
  padding-top: 450px; }

.pl-45 {
  padding-left: 45px; }

.pl-450 {
  padding-left: 450px; }

.pr-45 {
  padding-right: 45px; }

.pr-450 {
  padding-right: 450px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-450 {
  padding-bottom: 450px; }

.pt-0em {
  padding-top: 0em; }

.pl-0em {
  padding-left: 0em; }

.pr-0em {
  padding-right: 0em; }

.pb-0em {
  padding-bottom: 0em; }

.pt-1em {
  padding-top: 1em; }

.pl-1em {
  padding-left: 1em; }

.pr-1em {
  padding-right: 1em; }

.pb-1em {
  padding-bottom: 1em; }

.pt-2em {
  padding-top: 2em; }

.pl-2em {
  padding-left: 2em; }

.pr-2em {
  padding-right: 2em; }

.pb-2em {
  padding-bottom: 2em; }

.pt-3em {
  padding-top: 3em; }

.pl-3em {
  padding-left: 3em; }

.pr-3em {
  padding-right: 3em; }

.pb-3em {
  padding-bottom: 3em; }

.pt-4em {
  padding-top: 4em; }

.pl-4em {
  padding-left: 4em; }

.pr-4em {
  padding-right: 4em; }

.pb-4em {
  padding-bottom: 4em; }

.pt-5em {
  padding-top: 5em; }

.pl-5em {
  padding-left: 5em; }

.pr-5em {
  padding-right: 5em; }

.pb-5em {
  padding-bottom: 5em; }

.pt-6em {
  padding-top: 6em; }

.pl-6em {
  padding-left: 6em; }

.pr-6em {
  padding-right: 6em; }

.pb-6em {
  padding-bottom: 6em; }

.pt-7em {
  padding-top: 7em; }

.pl-7em {
  padding-left: 7em; }

.pr-7em {
  padding-right: 7em; }

.pb-7em {
  padding-bottom: 7em; }

.pt-8em {
  padding-top: 8em; }

.pl-8em {
  padding-left: 8em; }

.pr-8em {
  padding-right: 8em; }

.pb-8em {
  padding-bottom: 8em; }

.pt-9em {
  padding-top: 9em; }

.pl-9em {
  padding-left: 9em; }

.pr-9em {
  padding-right: 9em; }

.pb-9em {
  padding-bottom: 9em; }

.pt-10em {
  padding-top: 10em; }

.pl-10em {
  padding-left: 10em; }

.pr-10em {
  padding-right: 10em; }

.pb-10em {
  padding-bottom: 10em; }

.pt-11em {
  padding-top: 11em; }

.pl-11em {
  padding-left: 11em; }

.pr-11em {
  padding-right: 11em; }

.pb-11em {
  padding-bottom: 11em; }

.pt-12em {
  padding-top: 12em; }

.pl-12em {
  padding-left: 12em; }

.pr-12em {
  padding-right: 12em; }

.pb-12em {
  padding-bottom: 12em; }

.pt-13em {
  padding-top: 13em; }

.pl-13em {
  padding-left: 13em; }

.pr-13em {
  padding-right: 13em; }

.pb-13em {
  padding-bottom: 13em; }

.pt-14em {
  padding-top: 14em; }

.pl-14em {
  padding-left: 14em; }

.pr-14em {
  padding-right: 14em; }

.pb-14em {
  padding-bottom: 14em; }

.pt-15em {
  padding-top: 15em; }

.pl-15em {
  padding-left: 15em; }

.pr-15em {
  padding-right: 15em; }

.pb-15em {
  padding-bottom: 15em; }

.pt-16em {
  padding-top: 16em; }

.pl-16em {
  padding-left: 16em; }

.pr-16em {
  padding-right: 16em; }

.pb-16em {
  padding-bottom: 16em; }

.pt-17em {
  padding-top: 17em; }

.pl-17em {
  padding-left: 17em; }

.pr-17em {
  padding-right: 17em; }

.pb-17em {
  padding-bottom: 17em; }

.pt-18em {
  padding-top: 18em; }

.pl-18em {
  padding-left: 18em; }

.pr-18em {
  padding-right: 18em; }

.pb-18em {
  padding-bottom: 18em; }

.pt-19em {
  padding-top: 19em; }

.pl-19em {
  padding-left: 19em; }

.pr-19em {
  padding-right: 19em; }

.pb-19em {
  padding-bottom: 19em; }

.pt-20em {
  padding-top: 20em; }

.pl-20em {
  padding-left: 20em; }

.pr-20em {
  padding-right: 20em; }

.pb-20em {
  padding-bottom: 20em; }

.pt-21em {
  padding-top: 21em; }

.pl-21em {
  padding-left: 21em; }

.pr-21em {
  padding-right: 21em; }

.pb-21em {
  padding-bottom: 21em; }

.pt-22em {
  padding-top: 22em; }

.pl-22em {
  padding-left: 22em; }

.pr-22em {
  padding-right: 22em; }

.pb-22em {
  padding-bottom: 22em; }

.pt-23em {
  padding-top: 23em; }

.pl-23em {
  padding-left: 23em; }

.pr-23em {
  padding-right: 23em; }

.pb-23em {
  padding-bottom: 23em; }

.pt-24em {
  padding-top: 24em; }

.pl-24em {
  padding-left: 24em; }

.pr-24em {
  padding-right: 24em; }

.pb-24em {
  padding-bottom: 24em; }

.pt-25em {
  padding-top: 25em; }

.pl-25em {
  padding-left: 25em; }

.pr-25em {
  padding-right: 25em; }

.pb-25em {
  padding-bottom: 25em; }

.pt-26em {
  padding-top: 26em; }

.pl-26em {
  padding-left: 26em; }

.pr-26em {
  padding-right: 26em; }

.pb-26em {
  padding-bottom: 26em; }

.pt-27em {
  padding-top: 27em; }

.pl-27em {
  padding-left: 27em; }

.pr-27em {
  padding-right: 27em; }

.pb-27em {
  padding-bottom: 27em; }

.pt-28em {
  padding-top: 28em; }

.pl-28em {
  padding-left: 28em; }

.pr-28em {
  padding-right: 28em; }

.pb-28em {
  padding-bottom: 28em; }

.pt-29em {
  padding-top: 29em; }

.pl-29em {
  padding-left: 29em; }

.pr-29em {
  padding-right: 29em; }

.pb-29em {
  padding-bottom: 29em; }

.pt-30em {
  padding-top: 30em; }

.pl-30em {
  padding-left: 30em; }

.pr-30em {
  padding-right: 30em; }

.pb-30em {
  padding-bottom: 30em; }

.pt-31em {
  padding-top: 31em; }

.pl-31em {
  padding-left: 31em; }

.pr-31em {
  padding-right: 31em; }

.pb-31em {
  padding-bottom: 31em; }

.pt-32em {
  padding-top: 32em; }

.pl-32em {
  padding-left: 32em; }

.pr-32em {
  padding-right: 32em; }

.pb-32em {
  padding-bottom: 32em; }

.pt-33em {
  padding-top: 33em; }

.pl-33em {
  padding-left: 33em; }

.pr-33em {
  padding-right: 33em; }

.pb-33em {
  padding-bottom: 33em; }

.pt-34em {
  padding-top: 34em; }

.pl-34em {
  padding-left: 34em; }

.pr-34em {
  padding-right: 34em; }

.pb-34em {
  padding-bottom: 34em; }

.pt-35em {
  padding-top: 35em; }

.pl-35em {
  padding-left: 35em; }

.pr-35em {
  padding-right: 35em; }

.pb-35em {
  padding-bottom: 35em; }

.pt-36em {
  padding-top: 36em; }

.pl-36em {
  padding-left: 36em; }

.pr-36em {
  padding-right: 36em; }

.pb-36em {
  padding-bottom: 36em; }

.pt-37em {
  padding-top: 37em; }

.pl-37em {
  padding-left: 37em; }

.pr-37em {
  padding-right: 37em; }

.pb-37em {
  padding-bottom: 37em; }

.pt-38em {
  padding-top: 38em; }

.pl-38em {
  padding-left: 38em; }

.pr-38em {
  padding-right: 38em; }

.pb-38em {
  padding-bottom: 38em; }

.pt-39em {
  padding-top: 39em; }

.pl-39em {
  padding-left: 39em; }

.pr-39em {
  padding-right: 39em; }

.pb-39em {
  padding-bottom: 39em; }

.pt-40em {
  padding-top: 40em; }

.pl-40em {
  padding-left: 40em; }

.pr-40em {
  padding-right: 40em; }

.pb-40em {
  padding-bottom: 40em; }

.pt-41em {
  padding-top: 41em; }

.pl-41em {
  padding-left: 41em; }

.pr-41em {
  padding-right: 41em; }

.pb-41em {
  padding-bottom: 41em; }

.pt-42em {
  padding-top: 42em; }

.pl-42em {
  padding-left: 42em; }

.pr-42em {
  padding-right: 42em; }

.pb-42em {
  padding-bottom: 42em; }

.pt-43em {
  padding-top: 43em; }

.pl-43em {
  padding-left: 43em; }

.pr-43em {
  padding-right: 43em; }

.pb-43em {
  padding-bottom: 43em; }

.pt-44em {
  padding-top: 44em; }

.pl-44em {
  padding-left: 44em; }

.pr-44em {
  padding-right: 44em; }

.pb-44em {
  padding-bottom: 44em; }

.pt-45em {
  padding-top: 45em; }

.pl-45em {
  padding-left: 45em; }

.pr-45em {
  padding-right: 45em; }

.pb-45em {
  padding-bottom: 45em; }

.pt-46em {
  padding-top: 46em; }

.pl-46em {
  padding-left: 46em; }

.pr-46em {
  padding-right: 46em; }

.pb-46em {
  padding-bottom: 46em; }

.pt-47em {
  padding-top: 47em; }

.pl-47em {
  padding-left: 47em; }

.pr-47em {
  padding-right: 47em; }

.pb-47em {
  padding-bottom: 47em; }

.pt-48em {
  padding-top: 48em; }

.pl-48em {
  padding-left: 48em; }

.pr-48em {
  padding-right: 48em; }

.pb-48em {
  padding-bottom: 48em; }

.pt-49em {
  padding-top: 49em; }

.pl-49em {
  padding-left: 49em; }

.pr-49em {
  padding-right: 49em; }

.pb-49em {
  padding-bottom: 49em; }

.pt-50em {
  padding-top: 50em; }

.pl-50em {
  padding-left: 50em; }

.pr-50em {
  padding-right: 50em; }

.pb-50em {
  padding-bottom: 50em; }

.fs10 {
  font-size: 10px;
  font-size: calc( 10vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs10 {
      font-size: 10px;
      font-size: 10/10rem; } }
  @media screen and (max-width: 991px) {
    .fs10 {
      font-size: 10px;
      font-size: 10/10rem; } }

.fs11 {
  font-size: 11px;
  font-size: calc( 11vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs11 {
      font-size: 11px;
      font-size: 11/10rem; } }
  @media screen and (max-width: 991px) {
    .fs11 {
      font-size: 11px;
      font-size: 11/10rem; } }

.fs12 {
  font-size: 12px;
  font-size: calc( 12vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs12 {
      font-size: 12px;
      font-size: 12/10rem; } }
  @media screen and (max-width: 991px) {
    .fs12 {
      font-size: 12px;
      font-size: 12/10rem; } }

.fs13 {
  font-size: 13px;
  font-size: calc( 13vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs13 {
      font-size: 13px;
      font-size: 13/10rem; } }
  @media screen and (max-width: 991px) {
    .fs13 {
      font-size: 13px;
      font-size: 13/10rem; } }

.fs14 {
  font-size: 14px;
  font-size: calc( 14vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs14 {
      font-size: 14px;
      font-size: 14/10rem; } }
  @media screen and (max-width: 991px) {
    .fs14 {
      font-size: 14px;
      font-size: 14/10rem; } }

.fs15 {
  font-size: 15px;
  font-size: calc( 15vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs15 {
      font-size: 15px;
      font-size: 15/10rem; } }
  @media screen and (max-width: 991px) {
    .fs15 {
      font-size: 15px;
      font-size: 15/10rem; } }

.fs16 {
  font-size: 16px;
  font-size: calc( 16vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs16 {
      font-size: 16px;
      font-size: 16/10rem; } }
  @media screen and (max-width: 991px) {
    .fs16 {
      font-size: 16px;
      font-size: 16/10rem; } }

.fs17 {
  font-size: 17px;
  font-size: calc( 17vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs17 {
      font-size: 17px;
      font-size: 17/10rem; } }
  @media screen and (max-width: 991px) {
    .fs17 {
      font-size: 17px;
      font-size: 17/10rem; } }

.fs18 {
  font-size: 18px;
  font-size: calc( 18vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs18 {
      font-size: 18px;
      font-size: 18/10rem; } }
  @media screen and (max-width: 991px) {
    .fs18 {
      font-size: 18px;
      font-size: 18/10rem; } }

.fs19 {
  font-size: 19px;
  font-size: calc( 19vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs19 {
      font-size: 19px;
      font-size: 19/10rem; } }
  @media screen and (max-width: 991px) {
    .fs19 {
      font-size: 19px;
      font-size: 19/10rem; } }

.fs20 {
  font-size: 20px;
  font-size: calc( 20vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs20 {
      font-size: 20px;
      font-size: 20/10rem; } }
  @media screen and (max-width: 991px) {
    .fs20 {
      font-size: 20px;
      font-size: 20/10rem; } }

.fs21 {
  font-size: 21px;
  font-size: calc( 21vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs21 {
      font-size: 21px;
      font-size: 21/10rem; } }
  @media screen and (max-width: 991px) {
    .fs21 {
      font-size: 21px;
      font-size: 21/10rem; } }

.fs22 {
  font-size: 22px;
  font-size: calc( 22vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs22 {
      font-size: 22px;
      font-size: 22/10rem; } }
  @media screen and (max-width: 991px) {
    .fs22 {
      font-size: 22px;
      font-size: 22/10rem; } }

.fs23 {
  font-size: 23px;
  font-size: calc( 23vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs23 {
      font-size: 23px;
      font-size: 23/10rem; } }
  @media screen and (max-width: 991px) {
    .fs23 {
      font-size: 23px;
      font-size: 23/10rem; } }

.fs24 {
  font-size: 24px;
  font-size: calc( 24vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs24 {
      font-size: 24px;
      font-size: 24/10rem; } }
  @media screen and (max-width: 991px) {
    .fs24 {
      font-size: 24px;
      font-size: 24/10rem; } }

.fs25 {
  font-size: 25px;
  font-size: calc( 25vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs25 {
      font-size: 25px;
      font-size: 25/10rem; } }
  @media screen and (max-width: 991px) {
    .fs25 {
      font-size: 25px;
      font-size: 25/10rem; } }

.fs26 {
  font-size: 26px;
  font-size: calc( 26vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs26 {
      font-size: 26px;
      font-size: 26/10rem; } }
  @media screen and (max-width: 991px) {
    .fs26 {
      font-size: 26px;
      font-size: 26/10rem; } }

.fs27 {
  font-size: 27px;
  font-size: calc( 27vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs27 {
      font-size: 27px;
      font-size: 27/10rem; } }
  @media screen and (max-width: 991px) {
    .fs27 {
      font-size: 27px;
      font-size: 27/10rem; } }

.fs28 {
  font-size: 28px;
  font-size: calc( 28vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs28 {
      font-size: 28px;
      font-size: 28/10rem; } }
  @media screen and (max-width: 991px) {
    .fs28 {
      font-size: 28px;
      font-size: 28/10rem; } }

.fs29 {
  font-size: 29px;
  font-size: calc( 29vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs29 {
      font-size: 29px;
      font-size: 29/10rem; } }
  @media screen and (max-width: 991px) {
    .fs29 {
      font-size: 29px;
      font-size: 29/10rem; } }

.fs30 {
  font-size: 30px;
  font-size: calc( 30vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs30 {
      font-size: 30px;
      font-size: 30/10rem; } }
  @media screen and (max-width: 991px) {
    .fs30 {
      font-size: 30px;
      font-size: 30/10rem; } }

.fs31 {
  font-size: 31px;
  font-size: calc( 31vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs31 {
      font-size: 31px;
      font-size: 31/10rem; } }
  @media screen and (max-width: 991px) {
    .fs31 {
      font-size: 31px;
      font-size: 31/10rem; } }

.fs32 {
  font-size: 32px;
  font-size: calc( 32vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs32 {
      font-size: 32px;
      font-size: 32/10rem; } }
  @media screen and (max-width: 991px) {
    .fs32 {
      font-size: 32px;
      font-size: 32/10rem; } }

.fs33 {
  font-size: 33px;
  font-size: calc( 33vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs33 {
      font-size: 33px;
      font-size: 33/10rem; } }
  @media screen and (max-width: 991px) {
    .fs33 {
      font-size: 33px;
      font-size: 33/10rem; } }

.fs34 {
  font-size: 34px;
  font-size: calc( 34vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs34 {
      font-size: 34px;
      font-size: 34/10rem; } }
  @media screen and (max-width: 991px) {
    .fs34 {
      font-size: 34px;
      font-size: 34/10rem; } }

.fs35 {
  font-size: 35px;
  font-size: calc( 35vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs35 {
      font-size: 35px;
      font-size: 35/10rem; } }
  @media screen and (max-width: 991px) {
    .fs35 {
      font-size: 35px;
      font-size: 35/10rem; } }

.fs36 {
  font-size: 36px;
  font-size: calc( 36vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs36 {
      font-size: 36px;
      font-size: 36/10rem; } }
  @media screen and (max-width: 991px) {
    .fs36 {
      font-size: 36px;
      font-size: 36/10rem; } }

.fs37 {
  font-size: 37px;
  font-size: calc( 37vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs37 {
      font-size: 37px;
      font-size: 37/10rem; } }
  @media screen and (max-width: 991px) {
    .fs37 {
      font-size: 37px;
      font-size: 37/10rem; } }

.fs38 {
  font-size: 38px;
  font-size: calc( 38vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs38 {
      font-size: 38px;
      font-size: 38/10rem; } }
  @media screen and (max-width: 991px) {
    .fs38 {
      font-size: 38px;
      font-size: 38/10rem; } }

.fs39 {
  font-size: 39px;
  font-size: calc( 39vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs39 {
      font-size: 39px;
      font-size: 39/10rem; } }
  @media screen and (max-width: 991px) {
    .fs39 {
      font-size: 39px;
      font-size: 39/10rem; } }

.fs40 {
  font-size: 40px;
  font-size: calc( 40vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs40 {
      font-size: 40px;
      font-size: 40/10rem; } }
  @media screen and (max-width: 991px) {
    .fs40 {
      font-size: 40px;
      font-size: 40/10rem; } }

.fs41 {
  font-size: 41px;
  font-size: calc( 41vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs41 {
      font-size: 41px;
      font-size: 41/10rem; } }
  @media screen and (max-width: 991px) {
    .fs41 {
      font-size: 41px;
      font-size: 41/10rem; } }

.fs42 {
  font-size: 42px;
  font-size: calc( 42vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs42 {
      font-size: 42px;
      font-size: 42/10rem; } }
  @media screen and (max-width: 991px) {
    .fs42 {
      font-size: 42px;
      font-size: 42/10rem; } }

.fs43 {
  font-size: 43px;
  font-size: calc( 43vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs43 {
      font-size: 43px;
      font-size: 43/10rem; } }
  @media screen and (max-width: 991px) {
    .fs43 {
      font-size: 43px;
      font-size: 43/10rem; } }

.fs44 {
  font-size: 44px;
  font-size: calc( 44vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs44 {
      font-size: 44px;
      font-size: 44/10rem; } }
  @media screen and (max-width: 991px) {
    .fs44 {
      font-size: 44px;
      font-size: 44/10rem; } }

.fs45 {
  font-size: 45px;
  font-size: calc( 45vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs45 {
      font-size: 45px;
      font-size: 45/10rem; } }
  @media screen and (max-width: 991px) {
    .fs45 {
      font-size: 45px;
      font-size: 45/10rem; } }

.fs46 {
  font-size: 46px;
  font-size: calc( 46vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs46 {
      font-size: 46px;
      font-size: 46/10rem; } }
  @media screen and (max-width: 991px) {
    .fs46 {
      font-size: 46px;
      font-size: 46/10rem; } }

.fs47 {
  font-size: 47px;
  font-size: calc( 47vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs47 {
      font-size: 47px;
      font-size: 47/10rem; } }
  @media screen and (max-width: 991px) {
    .fs47 {
      font-size: 47px;
      font-size: 47/10rem; } }

.fs48 {
  font-size: 48px;
  font-size: calc( 48vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs48 {
      font-size: 48px;
      font-size: 48/10rem; } }
  @media screen and (max-width: 991px) {
    .fs48 {
      font-size: 48px;
      font-size: 48/10rem; } }

.fs49 {
  font-size: 49px;
  font-size: calc( 49vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs49 {
      font-size: 49px;
      font-size: 49/10rem; } }
  @media screen and (max-width: 991px) {
    .fs49 {
      font-size: 49px;
      font-size: 49/10rem; } }

.fs50 {
  font-size: 50px;
  font-size: calc( 50vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs50 {
      font-size: 50px;
      font-size: 50/10rem; } }
  @media screen and (max-width: 991px) {
    .fs50 {
      font-size: 50px;
      font-size: 50/10rem; } }

.fs51 {
  font-size: 51px;
  font-size: calc( 51vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs51 {
      font-size: 51px;
      font-size: 51/10rem; } }
  @media screen and (max-width: 991px) {
    .fs51 {
      font-size: 51px;
      font-size: 51/10rem; } }

.fs52 {
  font-size: 52px;
  font-size: calc( 52vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs52 {
      font-size: 52px;
      font-size: 52/10rem; } }
  @media screen and (max-width: 991px) {
    .fs52 {
      font-size: 52px;
      font-size: 52/10rem; } }

.fs53 {
  font-size: 53px;
  font-size: calc( 53vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs53 {
      font-size: 53px;
      font-size: 53/10rem; } }
  @media screen and (max-width: 991px) {
    .fs53 {
      font-size: 53px;
      font-size: 53/10rem; } }

.fs54 {
  font-size: 54px;
  font-size: calc( 54vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs54 {
      font-size: 54px;
      font-size: 54/10rem; } }
  @media screen and (max-width: 991px) {
    .fs54 {
      font-size: 54px;
      font-size: 54/10rem; } }

.fs55 {
  font-size: 55px;
  font-size: calc( 55vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs55 {
      font-size: 55px;
      font-size: 55/10rem; } }
  @media screen and (max-width: 991px) {
    .fs55 {
      font-size: 55px;
      font-size: 55/10rem; } }

.fs56 {
  font-size: 56px;
  font-size: calc( 56vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs56 {
      font-size: 56px;
      font-size: 56/10rem; } }
  @media screen and (max-width: 991px) {
    .fs56 {
      font-size: 56px;
      font-size: 56/10rem; } }

.fs57 {
  font-size: 57px;
  font-size: calc( 57vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs57 {
      font-size: 57px;
      font-size: 57/10rem; } }
  @media screen and (max-width: 991px) {
    .fs57 {
      font-size: 57px;
      font-size: 57/10rem; } }

.fs58 {
  font-size: 58px;
  font-size: calc( 58vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs58 {
      font-size: 58px;
      font-size: 58/10rem; } }
  @media screen and (max-width: 991px) {
    .fs58 {
      font-size: 58px;
      font-size: 58/10rem; } }

.fs59 {
  font-size: 59px;
  font-size: calc( 59vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs59 {
      font-size: 59px;
      font-size: 59/10rem; } }
  @media screen and (max-width: 991px) {
    .fs59 {
      font-size: 59px;
      font-size: 59/10rem; } }

.fs60 {
  font-size: 60px;
  font-size: calc( 60vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs60 {
      font-size: 60px;
      font-size: 60/10rem; } }
  @media screen and (max-width: 991px) {
    .fs60 {
      font-size: 60px;
      font-size: 60/10rem; } }

.fs61 {
  font-size: 61px;
  font-size: calc( 61vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs61 {
      font-size: 61px;
      font-size: 61/10rem; } }
  @media screen and (max-width: 991px) {
    .fs61 {
      font-size: 61px;
      font-size: 61/10rem; } }

.fs62 {
  font-size: 62px;
  font-size: calc( 62vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs62 {
      font-size: 62px;
      font-size: 62/10rem; } }
  @media screen and (max-width: 991px) {
    .fs62 {
      font-size: 62px;
      font-size: 62/10rem; } }

.fs63 {
  font-size: 63px;
  font-size: calc( 63vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs63 {
      font-size: 63px;
      font-size: 63/10rem; } }
  @media screen and (max-width: 991px) {
    .fs63 {
      font-size: 63px;
      font-size: 63/10rem; } }

.fs64 {
  font-size: 64px;
  font-size: calc( 64vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs64 {
      font-size: 64px;
      font-size: 64/10rem; } }
  @media screen and (max-width: 991px) {
    .fs64 {
      font-size: 64px;
      font-size: 64/10rem; } }

.fs65 {
  font-size: 65px;
  font-size: calc( 65vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs65 {
      font-size: 65px;
      font-size: 65/10rem; } }
  @media screen and (max-width: 991px) {
    .fs65 {
      font-size: 65px;
      font-size: 65/10rem; } }

.fs66 {
  font-size: 66px;
  font-size: calc( 66vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs66 {
      font-size: 66px;
      font-size: 66/10rem; } }
  @media screen and (max-width: 991px) {
    .fs66 {
      font-size: 66px;
      font-size: 66/10rem; } }

.fs67 {
  font-size: 67px;
  font-size: calc( 67vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs67 {
      font-size: 67px;
      font-size: 67/10rem; } }
  @media screen and (max-width: 991px) {
    .fs67 {
      font-size: 67px;
      font-size: 67/10rem; } }

.fs68 {
  font-size: 68px;
  font-size: calc( 68vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs68 {
      font-size: 68px;
      font-size: 68/10rem; } }
  @media screen and (max-width: 991px) {
    .fs68 {
      font-size: 68px;
      font-size: 68/10rem; } }

.fs69 {
  font-size: 69px;
  font-size: calc( 69vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs69 {
      font-size: 69px;
      font-size: 69/10rem; } }
  @media screen and (max-width: 991px) {
    .fs69 {
      font-size: 69px;
      font-size: 69/10rem; } }

.fs70 {
  font-size: 70px;
  font-size: calc( 70vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs70 {
      font-size: 70px;
      font-size: 70/10rem; } }
  @media screen and (max-width: 991px) {
    .fs70 {
      font-size: 70px;
      font-size: 70/10rem; } }

.fs71 {
  font-size: 71px;
  font-size: calc( 71vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs71 {
      font-size: 71px;
      font-size: 71/10rem; } }
  @media screen and (max-width: 991px) {
    .fs71 {
      font-size: 71px;
      font-size: 71/10rem; } }

.fs72 {
  font-size: 72px;
  font-size: calc( 72vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs72 {
      font-size: 72px;
      font-size: 72/10rem; } }
  @media screen and (max-width: 991px) {
    .fs72 {
      font-size: 72px;
      font-size: 72/10rem; } }

.fs73 {
  font-size: 73px;
  font-size: calc( 73vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs73 {
      font-size: 73px;
      font-size: 73/10rem; } }
  @media screen and (max-width: 991px) {
    .fs73 {
      font-size: 73px;
      font-size: 73/10rem; } }

.fs74 {
  font-size: 74px;
  font-size: calc( 74vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs74 {
      font-size: 74px;
      font-size: 74/10rem; } }
  @media screen and (max-width: 991px) {
    .fs74 {
      font-size: 74px;
      font-size: 74/10rem; } }

.fs75 {
  font-size: 75px;
  font-size: calc( 75vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs75 {
      font-size: 75px;
      font-size: 75/10rem; } }
  @media screen and (max-width: 991px) {
    .fs75 {
      font-size: 75px;
      font-size: 75/10rem; } }

.fs76 {
  font-size: 76px;
  font-size: calc( 76vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs76 {
      font-size: 76px;
      font-size: 76/10rem; } }
  @media screen and (max-width: 991px) {
    .fs76 {
      font-size: 76px;
      font-size: 76/10rem; } }

.fs77 {
  font-size: 77px;
  font-size: calc( 77vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs77 {
      font-size: 77px;
      font-size: 77/10rem; } }
  @media screen and (max-width: 991px) {
    .fs77 {
      font-size: 77px;
      font-size: 77/10rem; } }

.fs78 {
  font-size: 78px;
  font-size: calc( 78vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs78 {
      font-size: 78px;
      font-size: 78/10rem; } }
  @media screen and (max-width: 991px) {
    .fs78 {
      font-size: 78px;
      font-size: 78/10rem; } }

.fs79 {
  font-size: 79px;
  font-size: calc( 79vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs79 {
      font-size: 79px;
      font-size: 79/10rem; } }
  @media screen and (max-width: 991px) {
    .fs79 {
      font-size: 79px;
      font-size: 79/10rem; } }

.fs80 {
  font-size: 80px;
  font-size: calc( 80vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .fs80 {
      font-size: 80px;
      font-size: 80/10rem; } }
  @media screen and (max-width: 991px) {
    .fs80 {
      font-size: 80px;
      font-size: 80/10rem; } }

.box-10, .box-xs-10 {
  width: 10px; }

.box-20, .box-xs-20 {
  width: 20px; }

.box-30, .box-xs-30 {
  width: 30px; }

.box-40, .box-xs-40 {
  width: 40px; }

.box-50, .box-xs-50 {
  width: 50px; }

.box-60, .box-xs-60 {
  width: 60px; }

.box-70, .box-xs-70 {
  width: 70px; }

.box-80, .box-xs-80 {
  width: 80px; }

.box-90, .box-xs-90 {
  width: 90px; }

.box-100, .box-xs-100 {
  width: 100px; }

.box-110, .box-xs-110 {
  width: 110px; }

.box-120, .box-xs-120 {
  width: 120px; }

.box-130, .box-xs-130 {
  width: 130px; }

.box-140, .box-xs-140 {
  width: 140px; }

.box-150, .box-xs-150 {
  width: 150px; }

.box-160, .box-xs-160 {
  width: 160px; }

.box-170, .box-xs-170 {
  width: 170px; }

.box-180, .box-xs-180 {
  width: 180px; }

.box-190, .box-xs-190 {
  width: 190px; }

.box-200, .box-xs-200 {
  width: 200px; }

.box-210, .box-xs-210 {
  width: 210px; }

.box-220, .box-xs-220 {
  width: 220px; }

.box-230, .box-xs-230 {
  width: 230px; }

.box-240, .box-xs-240 {
  width: 240px; }

.box-250, .box-xs-250 {
  width: 250px; }

.box-260, .box-xs-260 {
  width: 260px; }

.box-270, .box-xs-270 {
  width: 270px; }

.box-280, .box-xs-280 {
  width: 280px; }

.box-290, .box-xs-290 {
  width: 290px; }

.box-300, .box-xs-300 {
  width: 300px; }

.box-310, .box-xs-310 {
  width: 310px; }

.box-320, .box-xs-320 {
  width: 320px; }

.box-330, .box-xs-330 {
  width: 330px; }

.box-340, .box-xs-340 {
  width: 340px; }

.box-350, .box-xs-350 {
  width: 350px; }

.box-360, .box-xs-360 {
  width: 360px; }

.box-370, .box-xs-370 {
  width: 370px; }

.box-380, .box-xs-380 {
  width: 380px; }

.box-390, .box-xs-390 {
  width: 390px; }

.box-400, .box-xs-400 {
  width: 400px; }

.box-410, .box-xs-410 {
  width: 410px; }

.box-420, .box-xs-420 {
  width: 420px; }

.box-430, .box-xs-430 {
  width: 430px; }

.box-440, .box-xs-440 {
  width: 440px; }

.box-450, .box-xs-450 {
  width: 450px; }

.box-460, .box-xs-460 {
  width: 460px; }

.box-470, .box-xs-470 {
  width: 470px; }

.box-480, .box-xs-480 {
  width: 480px; }

.box-490, .box-xs-490 {
  width: 490px; }

.box-500, .box-xs-500 {
  width: 500px; }

.box-510, .box-xs-510 {
  width: 510px; }

.box-520, .box-xs-520 {
  width: 520px; }

.box-530, .box-xs-530 {
  width: 530px; }

.box-540, .box-xs-540 {
  width: 540px; }

.box-550, .box-xs-550 {
  width: 550px; }

.box-560, .box-xs-560 {
  width: 560px; }

.box-570, .box-xs-570 {
  width: 570px; }

.box-580, .box-xs-580 {
  width: 580px; }

.box-590, .box-xs-590 {
  width: 590px; }

.box-600, .box-xs-600 {
  width: 600px; }

.box-610, .box-xs-610 {
  width: 610px; }

.box-620, .box-xs-620 {
  width: 620px; }

.box-630, .box-xs-630 {
  width: 630px; }

.box-640, .box-xs-640 {
  width: 640px; }

.box-650, .box-xs-650 {
  width: 650px; }

.box-660, .box-xs-660 {
  width: 660px; }

.box-670, .box-xs-670 {
  width: 670px; }

.box-680, .box-xs-680 {
  width: 680px; }

.box-690, .box-xs-690 {
  width: 690px; }

.box-700, .box-xs-700 {
  width: 700px; }

.box-710, .box-xs-710 {
  width: 710px; }

.box-720, .box-xs-720 {
  width: 720px; }

.box-730, .box-xs-730 {
  width: 730px; }

.box-740, .box-xs-740 {
  width: 740px; }

.box-750, .box-xs-750 {
  width: 750px; }

.box-760, .box-xs-760 {
  width: 760px; }

.box-770, .box-xs-770 {
  width: 770px; }

.box-780, .box-xs-780 {
  width: 780px; }

.box-790, .box-xs-790 {
  width: 790px; }

.box-800, .box-xs-800 {
  width: 800px; }

.box-810, .box-xs-810 {
  width: 810px; }

.box-820, .box-xs-820 {
  width: 820px; }

.box-830, .box-xs-830 {
  width: 830px; }

.box-840, .box-xs-840 {
  width: 840px; }

.box-850, .box-xs-850 {
  width: 850px; }

.box-860, .box-xs-860 {
  width: 860px; }

.box-870, .box-xs-870 {
  width: 870px; }

.box-880, .box-xs-880 {
  width: 880px; }

.box-890, .box-xs-890 {
  width: 890px; }

.box-900, .box-xs-900 {
  width: 900px; }

.box-910, .box-xs-910 {
  width: 910px; }

.box-920, .box-xs-920 {
  width: 920px; }

.box-930, .box-xs-930 {
  width: 930px; }

.box-940, .box-xs-940 {
  width: 940px; }

.box-950, .box-xs-950 {
  width: 950px; }

.box-960, .box-xs-960 {
  width: 960px; }

.box-970, .box-xs-970 {
  width: 970px; }

.box-980, .box-xs-980 {
  width: 980px; }

.box-990, .box-xs-990 {
  width: 990px; }

.box-1000, .box-xs-1000 {
  width: 1000px; }

.box-1010, .box-xs-1010 {
  width: 1010px; }

.box-1020, .box-xs-1020 {
  width: 1020px; }

.box-1030, .box-xs-1030 {
  width: 1030px; }

.box-1040, .box-xs-1040 {
  width: 1040px; }

.box-1050, .box-xs-1050 {
  width: 1050px; }

.box-1060, .box-xs-1060 {
  width: 1060px; }

.box-1070, .box-xs-1070 {
  width: 1070px; }

.box-1080, .box-xs-1080 {
  width: 1080px; }

.box-1090, .box-xs-1090 {
  width: 1090px; }

.box-1100, .box-xs-1100 {
  width: 1100px; }

.box-1110, .box-xs-1110 {
  width: 1110px; }

.box-1120, .box-xs-1120 {
  width: 1120px; }

.box-1130, .box-xs-1130 {
  width: 1130px; }

.box-1140, .box-xs-1140 {
  width: 1140px; }

.box-1150, .box-xs-1150 {
  width: 1150px; }

.box-1160, .box-xs-1160 {
  width: 1160px; }

.box-1170, .box-xs-1170 {
  width: 1170px; }

.box-1180, .box-xs-1180 {
  width: 1180px; }

.box-1190, .box-xs-1190 {
  width: 1190px; }

.box-1200, .box-xs-1200 {
  width: 1200px; }

@media screen and (min-width: 768px) {
  .box-sm-10 {
    width: 10px; }
  .box-sm-20 {
    width: 20px; }
  .box-sm-30 {
    width: 30px; }
  .box-sm-40 {
    width: 40px; }
  .box-sm-50 {
    width: 50px; }
  .box-sm-60 {
    width: 60px; }
  .box-sm-70 {
    width: 70px; }
  .box-sm-80 {
    width: 80px; }
  .box-sm-90 {
    width: 90px; }
  .box-sm-100 {
    width: 100px; }
  .box-sm-110 {
    width: 110px; }
  .box-sm-120 {
    width: 120px; }
  .box-sm-130 {
    width: 130px; }
  .box-sm-140 {
    width: 140px; }
  .box-sm-150 {
    width: 150px; }
  .box-sm-160 {
    width: 160px; }
  .box-sm-170 {
    width: 170px; }
  .box-sm-180 {
    width: 180px; }
  .box-sm-190 {
    width: 190px; }
  .box-sm-200 {
    width: 200px; }
  .box-sm-210 {
    width: 210px; }
  .box-sm-220 {
    width: 220px; }
  .box-sm-230 {
    width: 230px; }
  .box-sm-240 {
    width: 240px; }
  .box-sm-250 {
    width: 250px; }
  .box-sm-260 {
    width: 260px; }
  .box-sm-270 {
    width: 270px; }
  .box-sm-280 {
    width: 280px; }
  .box-sm-290 {
    width: 290px; }
  .box-sm-300 {
    width: 300px; }
  .box-sm-310 {
    width: 310px; }
  .box-sm-320 {
    width: 320px; }
  .box-sm-330 {
    width: 330px; }
  .box-sm-340 {
    width: 340px; }
  .box-sm-350 {
    width: 350px; }
  .box-sm-360 {
    width: 360px; }
  .box-sm-370 {
    width: 370px; }
  .box-sm-380 {
    width: 380px; }
  .box-sm-390 {
    width: 390px; }
  .box-sm-400 {
    width: 400px; }
  .box-sm-410 {
    width: 410px; }
  .box-sm-420 {
    width: 420px; }
  .box-sm-430 {
    width: 430px; }
  .box-sm-440 {
    width: 440px; }
  .box-sm-450 {
    width: 450px; }
  .box-sm-460 {
    width: 460px; }
  .box-sm-470 {
    width: 470px; }
  .box-sm-480 {
    width: 480px; }
  .box-sm-490 {
    width: 490px; }
  .box-sm-500 {
    width: 500px; }
  .box-sm-510 {
    width: 510px; }
  .box-sm-520 {
    width: 520px; }
  .box-sm-530 {
    width: 530px; }
  .box-sm-540 {
    width: 540px; }
  .box-sm-550 {
    width: 550px; }
  .box-sm-560 {
    width: 560px; }
  .box-sm-570 {
    width: 570px; }
  .box-sm-580 {
    width: 580px; }
  .box-sm-590 {
    width: 590px; }
  .box-sm-600 {
    width: 600px; }
  .box-sm-610 {
    width: 610px; }
  .box-sm-620 {
    width: 620px; }
  .box-sm-630 {
    width: 630px; }
  .box-sm-640 {
    width: 640px; }
  .box-sm-650 {
    width: 650px; }
  .box-sm-660 {
    width: 660px; }
  .box-sm-670 {
    width: 670px; }
  .box-sm-680 {
    width: 680px; }
  .box-sm-690 {
    width: 690px; }
  .box-sm-700 {
    width: 700px; }
  .box-sm-710 {
    width: 710px; }
  .box-sm-720 {
    width: 720px; }
  .box-sm-730 {
    width: 730px; }
  .box-sm-740 {
    width: 740px; }
  .box-sm-750 {
    width: 750px; }
  .box-sm-760 {
    width: 760px; }
  .box-sm-770 {
    width: 770px; }
  .box-sm-780 {
    width: 780px; }
  .box-sm-790 {
    width: 790px; }
  .box-sm-800 {
    width: 800px; }
  .box-sm-810 {
    width: 810px; }
  .box-sm-820 {
    width: 820px; }
  .box-sm-830 {
    width: 830px; }
  .box-sm-840 {
    width: 840px; }
  .box-sm-850 {
    width: 850px; }
  .box-sm-860 {
    width: 860px; }
  .box-sm-870 {
    width: 870px; }
  .box-sm-880 {
    width: 880px; }
  .box-sm-890 {
    width: 890px; }
  .box-sm-900 {
    width: 900px; }
  .box-sm-910 {
    width: 910px; }
  .box-sm-920 {
    width: 920px; }
  .box-sm-930 {
    width: 930px; }
  .box-sm-940 {
    width: 940px; }
  .box-sm-950 {
    width: 950px; }
  .box-sm-960 {
    width: 960px; }
  .box-sm-970 {
    width: 970px; }
  .box-sm-980 {
    width: 980px; }
  .box-sm-990 {
    width: 990px; }
  .box-sm-1000 {
    width: 1000px; }
  .box-sm-1010 {
    width: 1010px; }
  .box-sm-1020 {
    width: 1020px; }
  .box-sm-1030 {
    width: 1030px; }
  .box-sm-1040 {
    width: 1040px; }
  .box-sm-1050 {
    width: 1050px; }
  .box-sm-1060 {
    width: 1060px; }
  .box-sm-1070 {
    width: 1070px; }
  .box-sm-1080 {
    width: 1080px; }
  .box-sm-1090 {
    width: 1090px; }
  .box-sm-1100 {
    width: 1100px; }
  .box-sm-1110 {
    width: 1110px; }
  .box-sm-1120 {
    width: 1120px; }
  .box-sm-1130 {
    width: 1130px; }
  .box-sm-1140 {
    width: 1140px; }
  .box-sm-1150 {
    width: 1150px; }
  .box-sm-1160 {
    width: 1160px; }
  .box-sm-1170 {
    width: 1170px; }
  .box-sm-1180 {
    width: 1180px; }
  .box-sm-1190 {
    width: 1190px; }
  .box-sm-1200 {
    width: 1200px; } }

@media screen and (min-width: 992px) {
  .box-md-10 {
    width: 10px; }
  .box-md-20 {
    width: 20px; }
  .box-md-30 {
    width: 30px; }
  .box-md-40 {
    width: 40px; }
  .box-md-50 {
    width: 50px; }
  .box-md-60 {
    width: 60px; }
  .box-md-70 {
    width: 70px; }
  .box-md-80 {
    width: 80px; }
  .box-md-90 {
    width: 90px; }
  .box-md-100 {
    width: 100px; }
  .box-md-110 {
    width: 110px; }
  .box-md-120 {
    width: 120px; }
  .box-md-130 {
    width: 130px; }
  .box-md-140 {
    width: 140px; }
  .box-md-150 {
    width: 150px; }
  .box-md-160 {
    width: 160px; }
  .box-md-170 {
    width: 170px; }
  .box-md-180 {
    width: 180px; }
  .box-md-190 {
    width: 190px; }
  .box-md-200 {
    width: 200px; }
  .box-md-210 {
    width: 210px; }
  .box-md-220 {
    width: 220px; }
  .box-md-230 {
    width: 230px; }
  .box-md-240 {
    width: 240px; }
  .box-md-250 {
    width: 250px; }
  .box-md-260 {
    width: 260px; }
  .box-md-270 {
    width: 270px; }
  .box-md-280 {
    width: 280px; }
  .box-md-290 {
    width: 290px; }
  .box-md-300 {
    width: 300px; }
  .box-md-310 {
    width: 310px; }
  .box-md-320 {
    width: 320px; }
  .box-md-330 {
    width: 330px; }
  .box-md-340 {
    width: 340px; }
  .box-md-350 {
    width: 350px; }
  .box-md-360 {
    width: 360px; }
  .box-md-370 {
    width: 370px; }
  .box-md-380 {
    width: 380px; }
  .box-md-390 {
    width: 390px; }
  .box-md-400 {
    width: 400px; }
  .box-md-410 {
    width: 410px; }
  .box-md-420 {
    width: 420px; }
  .box-md-430 {
    width: 430px; }
  .box-md-440 {
    width: 440px; }
  .box-md-450 {
    width: 450px; }
  .box-md-460 {
    width: 460px; }
  .box-md-470 {
    width: 470px; }
  .box-md-480 {
    width: 480px; }
  .box-md-490 {
    width: 490px; }
  .box-md-500 {
    width: 500px; }
  .box-md-510 {
    width: 510px; }
  .box-md-520 {
    width: 520px; }
  .box-md-530 {
    width: 530px; }
  .box-md-540 {
    width: 540px; }
  .box-md-550 {
    width: 550px; }
  .box-md-560 {
    width: 560px; }
  .box-md-570 {
    width: 570px; }
  .box-md-580 {
    width: 580px; }
  .box-md-590 {
    width: 590px; }
  .box-md-600 {
    width: 600px; }
  .box-md-610 {
    width: 610px; }
  .box-md-620 {
    width: 620px; }
  .box-md-630 {
    width: 630px; }
  .box-md-640 {
    width: 640px; }
  .box-md-650 {
    width: 650px; }
  .box-md-660 {
    width: 660px; }
  .box-md-670 {
    width: 670px; }
  .box-md-680 {
    width: 680px; }
  .box-md-690 {
    width: 690px; }
  .box-md-700 {
    width: 700px; }
  .box-md-710 {
    width: 710px; }
  .box-md-720 {
    width: 720px; }
  .box-md-730 {
    width: 730px; }
  .box-md-740 {
    width: 740px; }
  .box-md-750 {
    width: 750px; }
  .box-md-760 {
    width: 760px; }
  .box-md-770 {
    width: 770px; }
  .box-md-780 {
    width: 780px; }
  .box-md-790 {
    width: 790px; }
  .box-md-800 {
    width: 800px; }
  .box-md-810 {
    width: 810px; }
  .box-md-820 {
    width: 820px; }
  .box-md-830 {
    width: 830px; }
  .box-md-840 {
    width: 840px; }
  .box-md-850 {
    width: 850px; }
  .box-md-860 {
    width: 860px; }
  .box-md-870 {
    width: 870px; }
  .box-md-880 {
    width: 880px; }
  .box-md-890 {
    width: 890px; }
  .box-md-900 {
    width: 900px; }
  .box-md-910 {
    width: 910px; }
  .box-md-920 {
    width: 920px; }
  .box-md-930 {
    width: 930px; }
  .box-md-940 {
    width: 940px; }
  .box-md-950 {
    width: 950px; }
  .box-md-960 {
    width: 960px; }
  .box-md-970 {
    width: 970px; }
  .box-md-980 {
    width: 980px; }
  .box-md-990 {
    width: 990px; }
  .box-md-1000 {
    width: 1000px; }
  .box-md-1010 {
    width: 1010px; }
  .box-md-1020 {
    width: 1020px; }
  .box-md-1030 {
    width: 1030px; }
  .box-md-1040 {
    width: 1040px; }
  .box-md-1050 {
    width: 1050px; }
  .box-md-1060 {
    width: 1060px; }
  .box-md-1070 {
    width: 1070px; }
  .box-md-1080 {
    width: 1080px; }
  .box-md-1090 {
    width: 1090px; }
  .box-md-1100 {
    width: 1100px; }
  .box-md-1110 {
    width: 1110px; }
  .box-md-1120 {
    width: 1120px; }
  .box-md-1130 {
    width: 1130px; }
  .box-md-1140 {
    width: 1140px; }
  .box-md-1150 {
    width: 1150px; }
  .box-md-1160 {
    width: 1160px; }
  .box-md-1170 {
    width: 1170px; }
  .box-md-1180 {
    width: 1180px; }
  .box-md-1190 {
    width: 1190px; }
  .box-md-1200 {
    width: 1200px; } }

@media screen and (min-width: 1200px) {
  .box-lg-10 {
    width: 10px; }
  .box-lg-20 {
    width: 20px; }
  .box-lg-30 {
    width: 30px; }
  .box-lg-40 {
    width: 40px; }
  .box-lg-50 {
    width: 50px; }
  .box-lg-60 {
    width: 60px; }
  .box-lg-70 {
    width: 70px; }
  .box-lg-80 {
    width: 80px; }
  .box-lg-90 {
    width: 90px; }
  .box-lg-100 {
    width: 100px; }
  .box-lg-110 {
    width: 110px; }
  .box-lg-120 {
    width: 120px; }
  .box-lg-130 {
    width: 130px; }
  .box-lg-140 {
    width: 140px; }
  .box-lg-150 {
    width: 150px; }
  .box-lg-160 {
    width: 160px; }
  .box-lg-170 {
    width: 170px; }
  .box-lg-180 {
    width: 180px; }
  .box-lg-190 {
    width: 190px; }
  .box-lg-200 {
    width: 200px; }
  .box-lg-210 {
    width: 210px; }
  .box-lg-220 {
    width: 220px; }
  .box-lg-230 {
    width: 230px; }
  .box-lg-240 {
    width: 240px; }
  .box-lg-250 {
    width: 250px; }
  .box-lg-260 {
    width: 260px; }
  .box-lg-270 {
    width: 270px; }
  .box-lg-280 {
    width: 280px; }
  .box-lg-290 {
    width: 290px; }
  .box-lg-300 {
    width: 300px; }
  .box-lg-310 {
    width: 310px; }
  .box-lg-320 {
    width: 320px; }
  .box-lg-330 {
    width: 330px; }
  .box-lg-340 {
    width: 340px; }
  .box-lg-350 {
    width: 350px; }
  .box-lg-360 {
    width: 360px; }
  .box-lg-370 {
    width: 370px; }
  .box-lg-380 {
    width: 380px; }
  .box-lg-390 {
    width: 390px; }
  .box-lg-400 {
    width: 400px; }
  .box-lg-410 {
    width: 410px; }
  .box-lg-420 {
    width: 420px; }
  .box-lg-430 {
    width: 430px; }
  .box-lg-440 {
    width: 440px; }
  .box-lg-450 {
    width: 450px; }
  .box-lg-460 {
    width: 460px; }
  .box-lg-470 {
    width: 470px; }
  .box-lg-480 {
    width: 480px; }
  .box-lg-490 {
    width: 490px; }
  .box-lg-500 {
    width: 500px; }
  .box-lg-510 {
    width: 510px; }
  .box-lg-520 {
    width: 520px; }
  .box-lg-530 {
    width: 530px; }
  .box-lg-540 {
    width: 540px; }
  .box-lg-550 {
    width: 550px; }
  .box-lg-560 {
    width: 560px; }
  .box-lg-570 {
    width: 570px; }
  .box-lg-580 {
    width: 580px; }
  .box-lg-590 {
    width: 590px; }
  .box-lg-600 {
    width: 600px; }
  .box-lg-610 {
    width: 610px; }
  .box-lg-620 {
    width: 620px; }
  .box-lg-630 {
    width: 630px; }
  .box-lg-640 {
    width: 640px; }
  .box-lg-650 {
    width: 650px; }
  .box-lg-660 {
    width: 660px; }
  .box-lg-670 {
    width: 670px; }
  .box-lg-680 {
    width: 680px; }
  .box-lg-690 {
    width: 690px; }
  .box-lg-700 {
    width: 700px; }
  .box-lg-710 {
    width: 710px; }
  .box-lg-720 {
    width: 720px; }
  .box-lg-730 {
    width: 730px; }
  .box-lg-740 {
    width: 740px; }
  .box-lg-750 {
    width: 750px; }
  .box-lg-760 {
    width: 760px; }
  .box-lg-770 {
    width: 770px; }
  .box-lg-780 {
    width: 780px; }
  .box-lg-790 {
    width: 790px; }
  .box-lg-800 {
    width: 800px; }
  .box-lg-810 {
    width: 810px; }
  .box-lg-820 {
    width: 820px; }
  .box-lg-830 {
    width: 830px; }
  .box-lg-840 {
    width: 840px; }
  .box-lg-850 {
    width: 850px; }
  .box-lg-860 {
    width: 860px; }
  .box-lg-870 {
    width: 870px; }
  .box-lg-880 {
    width: 880px; }
  .box-lg-890 {
    width: 890px; }
  .box-lg-900 {
    width: 900px; }
  .box-lg-910 {
    width: 910px; }
  .box-lg-920 {
    width: 920px; }
  .box-lg-930 {
    width: 930px; }
  .box-lg-940 {
    width: 940px; }
  .box-lg-950 {
    width: 950px; }
  .box-lg-960 {
    width: 960px; }
  .box-lg-970 {
    width: 970px; }
  .box-lg-980 {
    width: 980px; }
  .box-lg-990 {
    width: 990px; }
  .box-lg-1000 {
    width: 1000px; }
  .box-lg-1010 {
    width: 1010px; }
  .box-lg-1020 {
    width: 1020px; }
  .box-lg-1030 {
    width: 1030px; }
  .box-lg-1040 {
    width: 1040px; }
  .box-lg-1050 {
    width: 1050px; }
  .box-lg-1060 {
    width: 1060px; }
  .box-lg-1070 {
    width: 1070px; }
  .box-lg-1080 {
    width: 1080px; }
  .box-lg-1090 {
    width: 1090px; }
  .box-lg-1100 {
    width: 1100px; }
  .box-lg-1110 {
    width: 1110px; }
  .box-lg-1120 {
    width: 1120px; }
  .box-lg-1130 {
    width: 1130px; }
  .box-lg-1140 {
    width: 1140px; }
  .box-lg-1150 {
    width: 1150px; }
  .box-lg-1160 {
    width: 1160px; }
  .box-lg-1170 {
    width: 1170px; }
  .box-lg-1180 {
    width: 1180px; }
  .box-lg-1190 {
    width: 1190px; }
  .box-lg-1200 {
    width: 1200px; } }

.size-1, .size-xs-1 {
  width: 8.33333%; }

.size-2, .size-xs-2 {
  width: 16.66667%; }

.size-3, .size-xs-3 {
  width: 25%; }

.size-4, .size-xs-4 {
  width: 33.33333%; }

.size-5, .size-xs-5 {
  width: 41.66667%; }

.size-6, .size-xs-6 {
  width: 50%; }

.size-7, .size-xs-7 {
  width: 58.33333%; }

.size-8, .size-xs-8 {
  width: 66.66667%; }

.size-9, .size-xs-9 {
  width: 75%; }

.size-10, .size-xs-10 {
  width: 83.33333%; }

.size-11, .size-xs-11 {
  width: 91.66667%; }

.size-12, .size-xs-12 {
  width: 100%; }

@media screen and (min-width: 768px) {
  .size-sm-1 {
    width: 8.33333%; }
  .size-sm-2 {
    width: 16.66667%; }
  .size-sm-3 {
    width: 25%; }
  .size-sm-4 {
    width: 33.33333%; }
  .size-sm-5 {
    width: 41.66667%; }
  .size-sm-6 {
    width: 50%; }
  .size-sm-7 {
    width: 58.33333%; }
  .size-sm-8 {
    width: 66.66667%; }
  .size-sm-9 {
    width: 75%; }
  .size-sm-10 {
    width: 83.33333%; }
  .size-sm-11 {
    width: 91.66667%; }
  .size-sm-12 {
    width: 100%; } }

@media screen and (min-width: 992px) {
  .size-md-1 {
    width: 8.33333%; }
  .size-md-2 {
    width: 16.66667%; }
  .size-md-3 {
    width: 25%; }
  .size-md-4 {
    width: 33.33333%; }
  .size-md-5 {
    width: 41.66667%; }
  .size-md-6 {
    width: 50%; }
  .size-md-7 {
    width: 58.33333%; }
  .size-md-8 {
    width: 66.66667%; }
  .size-md-9 {
    width: 75%; }
  .size-md-10 {
    width: 83.33333%; }
  .size-md-11 {
    width: 91.66667%; }
  .size-md-12 {
    width: 100%; } }

@media screen and (min-width: 1200px) {
  .size-lg-1 {
    width: 8.33333%; }
  .size-lg-2 {
    width: 16.66667%; }
  .size-lg-3 {
    width: 25%; }
  .size-lg-4 {
    width: 33.33333%; }
  .size-lg-5 {
    width: 41.66667%; }
  .size-lg-6 {
    width: 50%; }
  .size-lg-7 {
    width: 58.33333%; }
  .size-lg-8 {
    width: 66.66667%; }
  .size-lg-9 {
    width: 75%; }
  .size-lg-10 {
    width: 83.33333%; }
  .size-lg-11 {
    width: 91.66667%; }
  .size-lg-12 {
    width: 100%; } }

.offset-1, .offset-xs-1 {
  margin-left: 8.33333%; }

.offset-2, .offset-xs-2 {
  margin-left: 16.66667%; }

.offset-3, .offset-xs-3 {
  margin-left: 25%; }

.offset-4, .offset-xs-4 {
  margin-left: 33.33333%; }

.offset-5, .offset-xs-5 {
  margin-left: 41.66667%; }

.offset-6, .offset-xs-6 {
  margin-left: 50%; }

.offset-7, .offset-xs-7 {
  margin-left: 58.33333%; }

.offset-8, .offset-xs-8 {
  margin-left: 66.66667%; }

.offset-9, .offset-xs-9 {
  margin-left: 75%; }

.offset-10, .offset-xs-10 {
  margin-left: 83.33333%; }

.offset-11, .offset-xs-11 {
  margin-left: 91.66667%; }

.offset-12, .offset-xs-12 {
  margin-left: 100%; }

@media screen and (min-width: 768px) {
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .offset-sm-12 {
    margin-left: 100%; } }

@media screen and (min-width: 992px) {
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .offset-md-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1200px) {
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .offset-lg-12 {
    margin-left: 100%; } }

.crisp {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; }

.headding {
  margin-top: .4em;
  margin-bottom: .4em; }
  .headding--l {
    font-size: 30px;
    font-size: calc( 30vw / 1440 * 100);
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: -1; }
    @media screen and (min-width: 1440px) {
      .headding--l {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 991px) {
      .headding--l {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 767px) {
      .headding--l {
        font-size: 40px;
        font-size: calc( 40vw / 1440 * 100);
        position: absolute;
        z-index: 1;
        font-weight: 300;
        letter-spacing: .4em;
        text-indent: .2em;
        height: 25vh;
        line-height: 25vh;
        background-size: 25vh 25vh;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 1.2em; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .headding--l {
      font-size: 40px;
      font-size: 4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .headding--l {
      font-size: 40px;
      font-size: 4rem; } }
    @media screen and (max-width: 767px) {
        #about .headding--l {
          background-image: url(/assets/img/bg/bg--title__about.svg);
          color: #fff; }
        #company .headding--l {
          background-image: url(/assets/img/bg/bg--title__company.svg);
          color: #182a86; }
        #recruit .headding--l {
          color: #fff;
          background-image: url(/assets/img/bg/bg--title__recruit.svg); }
        #contact .headding--l {
          background-image: url(/assets/img/bg/bg--title__contact.svg);
          color: #182a86; } }
  .headding--m {
    font-size: 26px;
    font-size: calc( 26vw / 1440 * 100);
    margin-bottom: 1em; }
    @media screen and (min-width: 1440px) {
      .headding--m {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 991px) {
      .headding--m {
        font-size: 26px;
        font-size: 2.6rem; } }
  .headding--s {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .headding--s {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .headding--s {
        font-size: 20px;
        font-size: 2rem; } }
  .headding--animate {
    width: 0;
    height: 2.3em;
    overflow: hidden;
    transition-property: width;
    transition-timing-function: ease-in-out;
    transition-duration: .6s;
    transition-delay: .2s; }
    .headding--animate--center {
      text-align: center; }
    .headding--animate__box {
      display: block;
      width: 1140px;
      max-width: 1140px; }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        .headding--animate__box {
          width: 940px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .headding--animate__box {
          width: 720px; } }
      @media screen and (max-width: 767px) {
        .headding--animate__box {
          width: 100vw; } }
    .headding--animate__item {
      display: inline-block;
      padding-bottom: .2em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      position: relative; }
      .headding--animate__item::after {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-left: .5em;
        position: relative;
        right: 90%;
        transform: rotate(0deg);
        transition-property: right,transform;
        transition-timing-function: ease-in-out;
        transition-duration: .6s;
        transition-delay: .0s; }
      .headding--animate__item--shuriken01::after {
        background-image: url(/assets/img/icons/icons__shuriken--01.svg); }
    .headding--animate.inView {
      width: 100%; }
      .headding--animate.inView .headding--animate__item::after {
        transform: rotate(720deg);
        right: 0; }
  .headding--achievement {
    margin-bottom: 1em; }
    .headding--achievement__item {
      font-size: 24px;
      font-size: calc( 24vw / 1440 * 100);
      letter-spacing: .4em;
      text-indent: .4em;
      color: #182a86;
      display: inline-block;
      background: linear-gradient(90deg, transparent 50%, #fff 50%, #fff);
      border: 1px solid #fff; }
      @media screen and (min-width: 1440px) {
        .headding--achievement__item {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media screen and (max-width: 991px) {
        .headding--achievement__item {
          font-size: 24px;
          font-size: 2.4rem; } }
      .headding--achievement__item:first-letter {
        color: #fff; }
  .headding--shuriken01 {
    margin-bottom: 0; }
    .headding--shuriken01::before {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-right: .5em;
      position: relative;
      top: .15em;
      background-image: url(/assets/img/icons/icons__shuriken--01.svg); }

.lead {
  font-size: 16px;
  font-size: calc( 16vw / 1440 * 100); }
  @media screen and (min-width: 1440px) {
    .lead {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 991px) {
    .lead {
      font-size: 16px;
      font-size: 1.6rem; } }
  .lead--xl {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .lead--xl {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .lead--xl {
        font-size: 20px;
        font-size: 2rem; } }
  .lead--l {
    font-size: 18px;
    font-size: calc( 18vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .lead--l {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      .lead--l {
        font-size: 18px;
        font-size: 1.8rem; } }
  .lead--m {
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .lead--m {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .lead--m {
        font-size: 16px;
        font-size: 1.6rem; } }
  .lead--s {
    font-size: 15px;
    font-size: calc( 15vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .lead--s {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media screen and (max-width: 991px) {
      .lead--s {
        font-size: 15px;
        font-size: 1.5rem; } }
  .lead--xs {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .lead--xs {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .lead--xs {
        font-size: 14px;
        font-size: 1.4rem; } }

.list {
  font-size: 16px;
  font-size: calc( 16vw / 1440 * 100);
  list-style: square;
  margin-top: .8em; }
  @media screen and (min-width: 1440px) {
    .list {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 991px) {
    .list {
      font-size: 16px;
      font-size: 1.6rem; } }
  .list--xl {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .list--xl {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .list--xl {
        font-size: 20px;
        font-size: 2rem; } }
  .list--l {
    font-size: 18px;
    font-size: calc( 18vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .list--l {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      .list--l {
        font-size: 18px;
        font-size: 1.8rem; } }
  .list--m {
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .list--m {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .list--m {
        font-size: 16px;
        font-size: 1.6rem; } }
  .list--s {
    font-size: 15px;
    font-size: calc( 15vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .list--s {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media screen and (max-width: 991px) {
      .list--s {
        font-size: 15px;
        font-size: 1.5rem; } }
  .list--xs {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .list--xs {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .list--xs {
        font-size: 14px;
        font-size: 1.4rem; } }
  .list li {
    line-height: 1.6;
    margin-bottom: .8em; }

.button {
  display: inline-block;
  background: #182a86;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  text-align: center;
  border-radius: 0;
  border-bottom: none !important; }
  @media screen and (min-width: 768px) {
    .button {
      height: calc( 30vw / 1440 * 100);
      max-height: 30px; } }
  @media screen and (max-width: 767px) {
    .button {
      height: 22.5px; } }
  @media screen and (max-width: 1439px) {
    .button {
      line-height: calc( 30vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .button {
      line-height: 22.5px; } }
  @media screen and (max-width: 1439px) {
    .button {
      padding: calc( 0vw / 1440 * 100) calc( 15vw / 1440 * 100); } }
  @media screen and (min-width: 768px) {
    .button:hover {
      background: #101c5b;
      color: #fff;
      transform: scale(1.1); } }
  @media screen and (max-width: 767px) {
    .button {
      width: auto;
      max-width: none;
      height: auto;
      max-height: none;
      padding: .5em 2em; } }
  .button--plus {
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100);
    background: rgba(24, 42, 134, 0.9);
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 3em;
    padding-left: 2em;
    border-bottom: none !important; }
    @media screen and (min-width: 1440px) {
      .button--plus {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .button--plus {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 768px) {
      .button--plus:hover {
        color: #fff !important;
        background: #182a86; }
        .button--plus:hover::after {
          background: #101c5b; } }
    .button--plus::after {
      content: "＋";
      display: inline-block;
      width: 3em;
      text-align: center;
      font-weight: 600;
      margin-left: 2em;
      background: #182a86;
      transition: 0.15s all ease-in-out; }
      .button--plus::after:hover {
        transition: 0.15s all ease-in-out; }
    @media screen and (max-width: 767px) {
      .button--plus--spn {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center; }
        .button--plus--spn:hover {
          color: #fff !important; }
        .button--plus--spn::after {
          display: none; } }
  .button--toggle {
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100);
    background: rgba(24, 42, 134, 0.9);
    background: #35469c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 3em;
    padding-left: 2em;
    padding-right: 0;
    border-bottom: none !important;
    margin: auto;
    min-width: 15em; }
    @media screen and (min-width: 1440px) {
      .button--toggle {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .button--toggle {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .button--toggle {
        padding: 0;
        text-align: center; } }
    .button--toggle span {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .button--toggle:hover {
        color: #fff !important;
        background: #182a86; }
        .button--toggle:hover::after {
          background: #101c5b; } }
    .button--toggle::after {
      content: "";
      display: inline-block;
      width: 3em;
      min-width: 3em;
      text-align: center;
      background: #182a86;
      transition: 0.15s all ease-in-out; }
      .button--toggle::after:hover {
        transition: 0.15s all ease-in-out; }
      @media screen and (min-width: 768px) {
        .button--toggle::after {
          margin-left: 1.5em; } }
    .button--toggle:not(.-open) .-open {
      display: none; }
    .button--toggle.-open .-default {
      display: none; }
    .button--toggle.-open::after {
      content: ""; }

.buttonArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.hidden {
  display: none !important; }

@media screen and (min-width: 768px) {
  .visible--ltXS {
    display: none; } }

@media screen and (max-width: 767px) {
  .hidden--ltXS {
    display: none; } }

.l-box {
  clear: both;
  *zoom: 1; }
  .l-box:after {
    content: "";
    display: table;
    clear: both; }

.l-boxl {
  float: left; }

.l-boxr {
  float: right; }

.left {
  float: left; }

.right {
  float: right; }

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

.alignleft {
  text-align: left; }

.alignright, .alignR {
  text-align: right; }

.clear {
  clear: both; }

@media screen and (max-width: 767px) {
  .l-boxl, .l-boxr {
    float: none; } }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.static {
  position: static; }

.transition {
  transition: 0.15s all; }
  .transition:hover {
    transition: 0.15s all; }

.ease {
  transition: 0.15s all ease-in-out; }
  .ease:hover {
    transition: 0.15s all ease-in-out; }

.linear {
  transition: 0.15s all linear; }
  .linear:hover {
    transition: 0.15s all linear; }

.img_scale {
  overflow: hidden; }
  .img_scale a img {
    transform: scale(1);
    transition: 0.15s all ease-in-out; }
    .img_scale a img:hover {
      transition: 0.15s all ease-in-out; }
  @media screen and (min-width: 768px) {
    .img_scale a:hover img {
      transform: scale(1.05);
      transition: 0.15s all ease-in-out;
      opacity: 1;
      filter: alpha(opacity=100); }
      .img_scale a:hover img:hover {
        transition: 0.15s all ease-in-out; } }

.opacityDelay {
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
  transition-delay: 0s; }
  @media screen and (min-width: 768px) {
    .opacityDelay {
      opacity: 0;
      filter: alpha(opacity=0); } }
  .opacityDelay--slow {
    transition-duration: .9s; }
  .opacityDelay.inv {
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 2s; }
  .opacityDelay--1.inv {
    transition-delay: 0.1s; }
  .opacityDelay--2.inv {
    transition-delay: 0.2s; }
  .opacityDelay--3.inv {
    transition-delay: 0.3s; }
  .opacityDelay--4.inv {
    transition-delay: 0.4s; }
  .opacityDelay--5.inv {
    transition-delay: 0.5s; }
  .opacityDelay--6.inv {
    transition-delay: 0.6s; }
  .opacityDelay--7.inv {
    transition-delay: 0.7s; }
  .opacityDelay--8.inv {
    transition-delay: 0.8s; }
  .opacityDelay--9.inv {
    transition-delay: 0.9s; }
  .opacityDelay--10.inv {
    transition-delay: 1s; }
  .opacityDelay--11.inv {
    transition-delay: 1.1s; }
  .opacityDelay--12.inv {
    transition-delay: 1.2s; }
  .opacityDelay--13.inv {
    transition-delay: 1.3s; }
  .opacityDelay--14.inv {
    transition-delay: 1.4s; }
  .opacityDelay--15.inv {
    transition-delay: 1.5s; }
  .opacityDelay--16.inv {
    transition-delay: 1.6s; }
  .opacityDelay--17.inv {
    transition-delay: 1.7s; }
  .opacityDelay--18.inv {
    transition-delay: 1.8s; }
  .opacityDelay--19.inv {
    transition-delay: 1.9s; }
  .opacityDelay--20.inv {
    transition-delay: 2s; }
  .opacityDelay--21.inv {
    transition-delay: 2.1s; }
  .opacityDelay--22.inv {
    transition-delay: 2.2s; }
  .opacityDelay--23.inv {
    transition-delay: 2.3s; }
  .opacityDelay--24.inv {
    transition-delay: 2.4s; }
  .opacityDelay--25.inv {
    transition-delay: 2.5s; }
  .opacityDelay--26.inv {
    transition-delay: 2.6s; }
  .opacityDelay--27.inv {
    transition-delay: 2.7s; }
  .opacityDelay--28.inv {
    transition-delay: 2.8s; }
  .opacityDelay--29.inv {
    transition-delay: 2.9s; }
  .opacityDelay--30.inv {
    transition-delay: 3s; }
  .opacityDelay--31.inv {
    transition-delay: 3.1s; }
  .opacityDelay--32.inv {
    transition-delay: 3.2s; }
  .opacityDelay--33.inv {
    transition-delay: 3.3s; }
  .opacityDelay--34.inv {
    transition-delay: 3.4s; }
  .opacityDelay--35.inv {
    transition-delay: 3.5s; }
  .opacityDelay--36.inv {
    transition-delay: 3.6s; }
  .opacityDelay--37.inv {
    transition-delay: 3.7s; }
  .opacityDelay--38.inv {
    transition-delay: 3.8s; }
  .opacityDelay--39.inv {
    transition-delay: 3.9s; }
  .opacityDelay--40.inv {
    transition-delay: 4s; }
  .opacityDelay--41.inv {
    transition-delay: 4.1s; }
  .opacityDelay--42.inv {
    transition-delay: 4.2s; }
  .opacityDelay--43.inv {
    transition-delay: 4.3s; }
  .opacityDelay--44.inv {
    transition-delay: 4.4s; }
  .opacityDelay--45.inv {
    transition-delay: 4.5s; }
  .opacityDelay--46.inv {
    transition-delay: 4.6s; }
  .opacityDelay--47.inv {
    transition-delay: 4.7s; }
  .opacityDelay--48.inv {
    transition-delay: 4.8s; }
  .opacityDelay--49.inv {
    transition-delay: 4.9s; }
  .opacityDelay--50.inv {
    transition-delay: 5s; }
  .opacityDelay--51.inv {
    transition-delay: 5.1s; }
  .opacityDelay--52.inv {
    transition-delay: 5.2s; }
  .opacityDelay--53.inv {
    transition-delay: 5.3s; }
  .opacityDelay--54.inv {
    transition-delay: 5.4s; }
  .opacityDelay--55.inv {
    transition-delay: 5.5s; }
  .opacityDelay--56.inv {
    transition-delay: 5.6s; }
  .opacityDelay--57.inv {
    transition-delay: 5.7s; }
  .opacityDelay--58.inv {
    transition-delay: 5.8s; }
  .opacityDelay--59.inv {
    transition-delay: 5.9s; }
  .opacityDelay--60.inv {
    transition-delay: 6s; }
  .opacityDelay--61.inv {
    transition-delay: 6.1s; }
  .opacityDelay--62.inv {
    transition-delay: 6.2s; }
  .opacityDelay--63.inv {
    transition-delay: 6.3s; }
  .opacityDelay--64.inv {
    transition-delay: 6.4s; }
  .opacityDelay--65.inv {
    transition-delay: 6.5s; }
  .opacityDelay--66.inv {
    transition-delay: 6.6s; }
  .opacityDelay--67.inv {
    transition-delay: 6.7s; }
  .opacityDelay--68.inv {
    transition-delay: 6.8s; }
  .opacityDelay--69.inv {
    transition-delay: 6.9s; }
  .opacityDelay--70.inv {
    transition-delay: 7s; }
  .opacityDelay--71.inv {
    transition-delay: 7.1s; }
  .opacityDelay--72.inv {
    transition-delay: 7.2s; }
  .opacityDelay--73.inv {
    transition-delay: 7.3s; }
  .opacityDelay--74.inv {
    transition-delay: 7.4s; }
  .opacityDelay--75.inv {
    transition-delay: 7.5s; }
  .opacityDelay--76.inv {
    transition-delay: 7.6s; }
  .opacityDelay--77.inv {
    transition-delay: 7.7s; }
  .opacityDelay--78.inv {
    transition-delay: 7.8s; }
  .opacityDelay--79.inv {
    transition-delay: 7.9s; }
  .opacityDelay--80.inv {
    transition-delay: 8s; }
  .opacityDelay--81.inv {
    transition-delay: 8.1s; }
  .opacityDelay--82.inv {
    transition-delay: 8.2s; }
  .opacityDelay--83.inv {
    transition-delay: 8.3s; }
  .opacityDelay--84.inv {
    transition-delay: 8.4s; }
  .opacityDelay--85.inv {
    transition-delay: 8.5s; }
  .opacityDelay--86.inv {
    transition-delay: 8.6s; }
  .opacityDelay--87.inv {
    transition-delay: 8.7s; }
  .opacityDelay--88.inv {
    transition-delay: 8.8s; }
  .opacityDelay--89.inv {
    transition-delay: 8.9s; }
  .opacityDelay--90.inv {
    transition-delay: 9s; }
  .opacityDelay--91.inv {
    transition-delay: 9.1s; }
  .opacityDelay--92.inv {
    transition-delay: 9.2s; }
  .opacityDelay--93.inv {
    transition-delay: 9.3s; }
  .opacityDelay--94.inv {
    transition-delay: 9.4s; }
  .opacityDelay--95.inv {
    transition-delay: 9.5s; }
  .opacityDelay--96.inv {
    transition-delay: 9.6s; }
  .opacityDelay--97.inv {
    transition-delay: 9.7s; }
  .opacityDelay--98.inv {
    transition-delay: 9.8s; }
  .opacityDelay--99.inv {
    transition-delay: 9.9s; }
  .opacityDelay--100.inv {
    transition-delay: 10s; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

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

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

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

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

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

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

.pulse {
  animation-name: pulse; }

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

.rubberBand {
  animation-name: rubberBand; }

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

.shake {
  animation-name: shake; }

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

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

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

.swing {
  transform-origin: top center;
  animation-name: swing; }

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

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

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

.jackInTheBox {
  animation-name: jackInTheBox; }

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

.rollIn {
  animation-name: rollIn; }

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

.rollOut {
  animation-name: rollOut; }

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

.zoomIn {
  animation-name: zoomIn; }

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

.zoomInDown {
  animation-name: zoomInDown; }

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

.zoomInLeft {
  animation-name: zoomInLeft; }

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

.zoomInRight {
  animation-name: zoomInRight; }

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

.zoomInUp {
  animation-name: zoomInUp; }

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

.zoomOut {
  animation-name: zoomOut; }

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

.zoomOutDown {
  animation-name: zoomOutDown; }

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

.zoomOutLeft {
  animation-name: zoomOutLeft; }

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

.zoomOutRight {
  animation-name: zoomOutRight; }

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

.zoomOutUp {
  animation-name: zoomOutUp; }

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

.slideInDown {
  animation-name: slideInDown; }

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

.slideInLeft {
  animation-name: slideInLeft; }

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

.slideInRight {
  animation-name: slideInRight; }

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

.slideInUp {
  animation-name: slideInUp; }

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

.slideOutDown {
  animation-name: slideOutDown; }

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

.slideOutLeft {
  animation-name: slideOutLeft; }

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

.slideOutRight {
  animation-name: slideOutRight; }

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

.slideOutUp {
  animation-name: slideOutUp; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Preload images */
body:after {
  content: url("../../assets/img/vendor/close.png") url("../../assets/img/vendor/loading.gif") url("../../assets/img/vendor/prev.png") url("../../assets/img/vendor/next.png");
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }
  .lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #323c57;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none; }
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit; }
  .lightbox a img {
    border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  box-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.2); }
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../../assets/img/vendor/loading.gif") no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../../assets/img/vendor/prev.png") left 48% no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.6s; }
  .lb-nav a.lb-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../../assets/img/vendor/next.png") right 48% no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.6s; }
  .lb-nav a.lb-next:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-data {
  padding: 0 4px;
  color: #fff;
  position: relative;
  z-index: 10; }
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em; }
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em; }
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #ccc; }
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url("../../assets/img/vendor/close.png") top right no-repeat;
    text-align: right;
    outline: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: opacity 0.2s;
    display: none; }
    @media screen and (max-width: 767px) {
      .lb-data .lb-close {
        display: block; } }
  .lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100); }

@media screen and (max-width: 767px) {
  .lb-outerContainer {
    display: flex;
    justify-content: center;
    width: auto !important;
    box-shadow: none;
    background: none; } }

.lb-outerContainer .closeBtn {
  content: "×";
  font-size: 18px;
  font-size: calc( 18vw / 1440 * 100);
  font-weight: 500;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background: #182a86;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 110;
  cursor: pointer;
  transition: 0.15s all ease-in-out; }
  @media screen and (min-width: 1440px) {
    .lb-outerContainer .closeBtn {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 991px) {
    .lb-outerContainer .closeBtn {
      font-size: 18px;
      font-size: 1.8rem; } }
  .lb-outerContainer .closeBtn:hover {
    transition: 0.15s all ease-in-out; }
  @media screen and (max-width: 767px) {
    .lb-outerContainer .closeBtn {
      display: none; } }
  .lb-outerContainer .closeBtn:hover {
    background: #101c5b; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.header {
  height: 90px;
  background: #fff;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .header {
      height: calc( 90vw / 1440 * 100);
      max-height: 90px; } }
  @media screen and (max-width: 767px) {
    .header {
      height: 67.5px; } }
  @media screen and (min-width: 992px) {
    .header {
      box-shadow: 0 0 12px rgba(29, 34, 52, 0.06); } }
  @media screen and (max-width: 991px) {
    .header {
      height: auto;
      max-height: none;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .header {
      height: 60px; } }
  .header__toggle {
    width: 90px;
    height: 90px; }
    @media screen and (min-width: 768px) {
      .header__toggle {
        width: calc( 90vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .header__toggle {
        height: calc( 90vw / 1440 * 100);
        max-height: 90px; } }
    @media screen and (max-width: 767px) {
      .header__toggle {
        height: 67.5px; } }
    @media screen and (max-width: 991px) {
      .header__toggle {
        position: absolute;
        top: 0;
        left: 0; } }
  .header__siteId {
    font-size: 10px;
    font-size: calc( 10vw / 1440 * 100);
    font-weight: 500;
    width: 15vw;
    margin-right: 90px; }
    @media screen and (min-width: 1440px) {
      .header__siteId {
        font-size: 10px;
        font-size: 1rem; } }
    @media screen and (max-width: 991px) {
      .header__siteId {
        font-size: 10px;
        font-size: 1rem; } }
    @media screen and (max-width: 1439px) {
      .header__siteId {
        margin-right: calc( 90vw / 1440 * 100); } }
    @media screen and (max-width: 1199px) {
      .header__siteId {
        width: 20vw; } }
    @media screen and (max-width: 991px) {
      .header__siteId {
        width: 100vw;
        margin-right: 0px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .header__siteId {
      margin-right: calc( 0vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .header__siteId {
      height: calc( 90vw / 1440 * 100);
      max-height: 90px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .header__siteId {
      height: 67.5px; } }
    .header__siteId__body {
      color: #000f49;
      display: block; }
    .header__siteId__text {
      display: block;
      transform: scale(0.8);
      text-indent: -2em;
      letter-spacing: .1em; }
      @media screen and (max-width: 991px) {
        .header__siteId__text {
          text-indent: 0; } }
    .header__siteId__logo {
      display: block;
      width: 155px;
      height: 40px;
      pointer-events: all;
      fill: #000f49;
      transition: 0.15s all ease-in-out; }
      @media screen and (min-width: 768px) {
        .header__siteId__logo {
          width: calc( 155vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .header__siteId__logo {
          height: calc( 40vw / 1440 * 100);
          max-height: 40px; } }
      @media screen and (max-width: 767px) {
        .header__siteId__logo {
          height: 30px; } }
      .header__siteId__logo:hover {
        transition: 0.15s all ease-in-out; }
      .header__siteId__logo #logo {
        fill: #000f49; }
      @media screen and (max-width: 991px) {
        .header__siteId__logo {
          margin: 0 auto;
          width: 232px;
          height: 60px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .header__siteId__logo {
      width: calc( 232vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .header__siteId__logo {
      height: calc( 60vw / 1440 * 100);
      max-height: 60px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .header__siteId__logo {
      height: 45px; } }
      @media screen and (max-width: 767px) {
        .header__siteId__logo {
          width: 100px;
          height: auto; } }
    .header__siteId:hover .header__siteId__body {
      color: #182a86; }
    .header__siteId:hover .header__siteId__logo {
      fill: #182a86; }
  .header__nav {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
    list-style: none;
    line-height: 1.5;
    margin-left: auto; }
    @media screen and (max-width: 1199px) {
      .header__nav {
        width: 70vw; } }
    @media screen and (max-width: 991px) {
      .header__nav {
        width: 100vw;
        padding-left: 0px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .header__nav {
      padding-left: calc( 0vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(71, 81, 102, 0.95);
        padding: 6em 3em;
        flex-wrap: wrap;
        align-items: flex-start; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .header__nav {
      display: block; } }
    .header__nav__item {
      position: relative; }
      @media screen and (max-width: 767px) {
        .header__nav__item {
          width: 100%; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .header__nav__item {
      width: 50%; } }
      .header__nav__item__button {
        cursor: pointer;
        height: 90px;
        text-align: center;
        padding-left: 10px;
        padding-left: calc( 10vw / 1440 * 100);
        padding-right: 10px;
        padding-right: calc( 10vw / 1440 * 100);
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        transition: 0.25s all ease-in-out; }
        @media screen and (min-width: 768px) {
          .header__nav__item__button {
            height: calc( 90vw / 1440 * 100);
            max-height: 90px; } }
        @media screen and (max-width: 767px) {
          .header__nav__item__button {
            height: 67.5px; } }
        .header__nav__item__button:hover {
          transition: 0.25s all ease-in-out; }
        @media screen and (max-width: 767px) {
          .header__nav__item__button {
            text-align: left;
            height: 5em;
            padding: 3em 0;
            color: #fff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            justify-content: space-between; }
            .header__nav__item__button::after {
              content: "";
              font: normal normal normal 14px/1 FontAwesome;
              color: inherit;
              font-size: 10px;
              margin-right: 0.2em;
              display: inline-block;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .header__nav__item__button::after {
              opacity: 0.5;
              filter: alpha(opacity=50);
              margin-left: 1em; }
            .header__nav__item__button.hasChild::after {
              content: '\f078'; } }
        @media screen and (min-width: 768px) {
          .header__nav__item__button:hover {
            color: #182a86;
            background: rgba(122, 135, 153, 0.05);
            box-shadow: 0 0 10px rgba(122, 135, 153, 0.1) inset;
            transition: 0.25s all ease-in-out; }
            .header__nav__item__button:hover:hover {
              transition: 0.25s all ease-in-out; } }
        .header__nav__item__button span {
          width: 100%;
          font-size: 16px;
          font-size: calc( 16vw / 1440 * 100);
          display: block;
          margin-top: auto;
          font-weight: 500; }
          @media screen and (min-width: 1440px) {
            .header__nav__item__button span {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media screen and (max-width: 991px) {
            .header__nav__item__button span {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media screen and (max-width: 767px) {
            .header__nav__item__button span {
              width: 65%;
              margin: 0;
              display: flex;
              align-items: center; }
              .header__nav__item__button span::after {
                content: "";
                display: block;
                width: 100%;
                height: 1px;
                background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
                margin-left: 1em;
                margin-right: 0; } }
        .header__nav__item__button small {
          width: 100%;
          font-size: 10px;
          font-size: calc( 10vw / 1440 * 100);
          display: block;
          margin-bottom: auto;
          font-weight: 400;
          letter-spacing: .4em; }
          @media screen and (min-width: 1440px) {
            .header__nav__item__button small {
              font-size: 10px;
              font-size: 1rem; } }
          @media screen and (max-width: 991px) {
            .header__nav__item__button small {
              font-size: 10px;
              font-size: 1rem; } }
          @media screen and (max-width: 767px) {
            .header__nav__item__button small {
              width: 50%;
              width: auto;
              margin: 0;
              margin-left: auto;
              letter-spacing: .1em;
              white-space: nowrap;
              text-align: right; } }
      @media screen and (max-width: 991px) {
        .header__nav__item--contact {
          margin-right: 0px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .header__nav__item--contact {
      margin-right: calc( 0vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .header__nav__item--contact {
          margin: 0px; } }
  @media screen and (max-width: 767px) and (max-width: 1439px) {
    .header__nav__item--contact {
      margin: calc( 0vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .header__nav__item--contact a {
          width: 180px;
          padding: 0;
          background: #182a86;
          color: #fff; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .header__nav__item--contact a {
      width: calc( 180vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
          .header__nav__item--contact a:hover {
            background: #101c5b;
            color: #fff; } }
      .header__nav__item--login {
        margin-left: 30px; }
        @media screen and (max-width: 1439px) {
          .header__nav__item--login {
            margin-left: calc( 30vw / 1440 * 100); } }
        .header__nav__item--login i {
          margin-left: .5em; }
        @media screen and (max-width: 991px) {
          .header__nav__item--login {
            margin-right: 0px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .header__nav__item--login {
      margin-right: calc( 0vw / 1440 * 100); } }
        @media screen and (max-width: 767px) {
          .header__nav__item--login {
            margin: 0px; } }
  @media screen and (max-width: 767px) and (max-width: 1439px) {
    .header__nav__item--login {
      margin: calc( 0vw / 1440 * 100); } }
        @media screen and (min-width: 768px) {
          .header__nav__item--login i {
            display: none; }
          .header__nav__item--login .header__nav__item__button small {
            letter-spacing: .05em;
            font-weight: 500;
            line-height: 1.2; }
          .header__nav__item--login a {
            width: 90px;
            padding: 0;
            background: #97a1af;
            color: #fff; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .header__nav__item--login a {
      width: calc( 90vw / 1440 * 100); } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
    .header__nav__item--login a {
      width: 180px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .header__nav__item--login a {
      width: calc( 180vw / 1440 * 100); } }
        @media screen and (min-width: 768px) {
            .header__nav__item--login a:hover {
              background: #101c5b;
              color: #fff; } }
    .header__nav__subNav {
      list-style: none;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (min-width: 768px) {
        .header__nav__subNav {
          visibility: hidden; } }
      .header__nav__subNav.visible {
        visibility: visible; }
      @media screen and (min-width: 768px) {
        .header__nav__subNav {
          position: absolute;
          width: 100%;
          height: 90px;
          margin-top: 90px;
          padding-top: 15px;
          top: 0;
          left: 0; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .header__nav__subNav {
      height: calc( 90vw / 1440 * 100);
      max-height: 90px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .header__nav__subNav {
      height: 67.5px; } }
  @media screen and (min-width: 768px) and (max-width: 1439px) {
    .header__nav__subNav {
      margin-top: calc( 90vw / 1440 * 100); } }
  @media screen and (min-width: 768px) and (max-width: 1439px) {
    .header__nav__subNav {
      padding-top: calc( 15vw / 1440 * 100); } }
  @media screen and (min-width: 768px) and (max-width: 1439px) and (max-width: 767px) {
    .header__nav__subNav {
      padding-top: 11.25px; } }
      @media screen and (min-width: 768px) {
          .header__nav__subNav::before {
            content: "";
            display: block;
            width: 2em;
            height: 2em;
            background: #fff;
            position: absolute;
            top: 0;
            margin-top: .5em;
            left: 50%;
            margin-left: -1em;
            transform: rotate(45deg); } }
      @media screen and (max-width: 767px) {
        .header__nav__subNav {
          width: 100%;
          flex-wrap: nowrap;
          padding: 2em 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
      .header__nav__subNav__item {
        width: 100%;
        background: #fff;
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100);
        position: relative;
        z-index: 10; }
        @media screen and (min-width: 1440px) {
          .header__nav__subNav__item {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 991px) {
          .header__nav__subNav__item {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 767px) {
          .header__nav__subNav__item {
            font-size: 14px;
            font-size: calc( 14vw / 1440 * 100);
            background: transparent;
            border-left: 1px solid rgba(255, 255, 255, 0.2); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .header__nav__subNav__item {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .header__nav__subNav__item {
      font-size: 14px;
      font-size: 1.4rem; } }
        @media screen and (max-width: 767px) {
            .header__nav__subNav__item:last-child {
              border-right: 1px solid rgba(255, 255, 255, 0.2); } }
        .header__nav__subNav__item a {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 767px) {
            .header__nav__subNav__item a {
              color: #fff; }
              .header__nav__subNav__item a::after {
                content: "";
                font: normal normal normal 14px/1 FontAwesome;
                color: inherit;
                font-size: 10px;
                margin-right: 0.2em;
                display: inline-block;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale; }
              .header__nav__subNav__item a::after {
                opacity: 0.5;
                filter: alpha(opacity=50);
                transform: scale(0.9);
                margin-left: 1em; } }
          .header__nav__subNav__item a:hover {
            color: #182a86;
            background: rgba(122, 135, 153, 0.05);
            box-shadow: 0 0 10px rgba(122, 135, 153, 0.1) inset; }

.main {
  display: block;
  padding: 90px 0px; }
  @media screen and (max-width: 1439px) {
    .main {
      padding: calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (max-width: 991px) {
    .main {
      padding: 180px 0px 90px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .main {
      padding: calc( 180vw / 1440 * 100) calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .main {
      padding-top: 60px;
      padding-bottom: 0; } }

.footer {
  background: #475166;
  color: #fff;
  padding: 0px 105px; }
  @media screen and (max-width: 1439px) {
    .footer {
      padding: calc( 0vw / 1440 * 100) calc( 105vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .footer {
      padding-top: 15px; } }
  .footer__siteId {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    padding: 90px 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1440px) {
      .footer__siteId {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .footer__siteId {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 1439px) {
      .footer__siteId {
        padding: calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
    .footer__siteId small {
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100); }
      @media screen and (min-width: 1440px) {
        .footer__siteId small {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .footer__siteId small {
          font-size: 12px;
          font-size: 1.2rem; } }
    .footer__siteId__body {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .footer__siteId__body {
          flex-wrap: wrap;
          justify-content: flex-start; } }
      .footer__siteId__body:hover {
        color: #fff;
        opacity: 0.7;
        filter: alpha(opacity=70); }
    .footer__siteId__logo {
      width: 210px;
      fill: currentColor; }
      @media screen and (min-width: 768px) {
        .footer__siteId__logo {
          width: calc( 210vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .footer__siteId__logo {
          width: 12em; } }
    .footer__siteId__text {
      margin-left: 30px; }
      @media screen and (max-width: 1439px) {
        .footer__siteId__text {
          margin-left: calc( 30vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .footer__siteId__text {
          width: 100%;
          margin-left: 0;
          margin-top: 1em; } }
      .footer__siteId__text small {
        display: block; }
  .footer__officeInfo {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .footer__officeInfo {
        flex-wrap: wrap; } }
    .footer__officeInfo__item {
      width: 220px;
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100); }
      @media screen and (min-width: 768px) {
        .footer__officeInfo__item {
          width: calc( 220vw / 1440 * 100); } }
      @media screen and (min-width: 1440px) {
        .footer__officeInfo__item {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .footer__officeInfo__item {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .footer__officeInfo__item {
          width: 48%;
          margin-bottom: 1em; } }
      @media screen and (max-width: 399px) {
        .footer__officeInfo__item {
          width: 100%; } }
      .footer__officeInfo__item a {
        color: #fff;
        font-weight: bolder; }
        .footer__officeInfo__item a:hover {
          text-decoration: underline; }
    .footer__officeInfo__title {
      background: rgba(255, 255, 255, 0.1);
      height: 30px;
      line-height: 30px;
      text-align: center;
      margin-bottom: .5em; }
      @media screen and (min-width: 768px) {
        .footer__officeInfo__title {
          height: calc( 30vw / 1440 * 100);
          max-height: 30px; } }
      @media screen and (max-width: 767px) {
        .footer__officeInfo__title {
          height: 22.5px; } }
      @media screen and (max-width: 1439px) {
        .footer__officeInfo__title {
          line-height: calc( 30vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .footer__officeInfo__title {
      line-height: 22.5px; } }
      @media screen and (max-width: 991px) {
        .footer__officeInfo__title {
          height: 2em;
          line-height: 2em; } }
    .footer__officeInfo__detail {
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100); }
      @media screen and (min-width: 1440px) {
        .footer__officeInfo__detail {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .footer__officeInfo__detail {
          font-size: 14px;
          font-size: 1.4rem; } }
  .footer__nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 90px 0px;
    padding-top: 90px; }
    @media screen and (max-width: 1439px) {
      .footer__nav {
        margin: calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
    @media screen and (max-width: 1439px) {
      .footer__nav {
        padding-top: calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .footer__nav {
      padding-top: 67.5px; } }
    @media screen and (max-width: 991px) {
      .footer__nav {
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .footer__nav {
        margin-top: 0;
        border-top: 4px double rgba(255, 255, 255, 0.1); } }
    .footer__nav__column {
      margin-left: 60px;
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100); }
      @media screen and (max-width: 1439px) {
        .footer__nav__column {
          margin-left: calc( 60vw / 1440 * 100); } }
      @media screen and (min-width: 1440px) {
        .footer__nav__column {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .footer__nav__column {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .footer__nav__column {
          margin-left: 0;
          width: 48%; } }
      @media screen and (max-width: 767px) {
        .footer__nav__column {
          margin-bottom: 2em; } }
      .footer__nav__column:first-child {
        margin-left: 0px; }
        @media screen and (max-width: 1439px) {
          .footer__nav__column:first-child {
            margin-left: calc( 0vw / 1440 * 100); } }
        @media screen and (max-width: 399px) {
          .footer__nav__column:first-child {
            width: 100%; } }
      @media screen and (max-width: 399px) {
        .footer__nav__column:nth-child(2) {
          width: 100%; } }
      .footer__nav__column__title {
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 1em;
        margin-bottom: 1em;
        font-weight: 600; }
        @media screen and (min-width: 1440px) {
          .footer__nav__column__title {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 991px) {
          .footer__nav__column__title {
            font-size: 12px;
            font-size: 1.2rem; } }
        .footer__nav__column__title a {
          color: #fff; }
          .footer__nav__column__title a[target]::after {
            content: '\f14c';
            font: normal normal normal 14px/1 FontAwesome;
            color: inherit;
            font-size: 50%;
            margin-right: .2em;
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: .3em; }
      .footer__nav__column__inner {
        display: flex;
        justify-content: space-between; }
        .footer__nav__column__inner > * {
          margin-left: 30px; }
          @media screen and (max-width: 1439px) {
            .footer__nav__column__inner > * {
              margin-left: calc( 30vw / 1440 * 100); } }
          .footer__nav__column__inner > *:first-child {
            margin-left: 0px; }
            @media screen and (max-width: 1439px) {
              .footer__nav__column__inner > *:first-child {
                margin-left: calc( 0vw / 1440 * 100); } }
      .footer__nav__column__list {
        list-style: none;
        line-height: 2.4;
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100); }
        @media screen and (min-width: 1440px) {
          .footer__nav__column__list {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 991px) {
          .footer__nav__column__list {
            font-size: 12px;
            font-size: 1.2rem; } }
        .footer__nav__column__list li {
          font-weight: 600; }
        .footer__nav__column__list a {
          color: #fff; }
          .footer__nav__column__list a[target]::after {
            content: '\f14c';
            font: normal normal normal 14px/1 FontAwesome;
            color: inherit;
            font-size: 50%;
            margin-right: .2em;
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: .3em; }
        .footer__nav__column__list--child li {
          display: flex;
          align-items: center;
          font-weight: 400; }
          .footer__nav__column__list--child li::before {
            content: "";
            width: .8em;
            height: 1px;
            background: #fff;
            margin-right: .8em; }
  .footer__copyright {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0px;
    font-size: 12px;
    font-size: calc( 12vw / 1440 * 100);
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; }
    @media screen and (max-width: 1439px) {
      .footer__copyright {
        padding: calc( 30vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
    @media screen and (min-width: 1440px) {
      .footer__copyright {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 991px) {
      .footer__copyright {
        font-size: 12px;
        font-size: 1.2rem; } }
    .footer__copyright a {
      font-weight: bolder;
      color: #fff; }
      .footer__copyright a:hover {
        color: #fff;
        text-decoration: underline; }

@media screen and (min-width: 768px) {
  img.aligncenter {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em; }
  img.centered {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em; }
  img.alignright {
    max-width: 50%;
    padding: 4px;
    margin: 0 0 1em 1em;
    display: inline; }
  img.alignleft {
    max-width: 50%;
    padding: 4px;
    margin: 0 1em 1em 0;
    display: inline; }
  .alignright {
    float: right; }
  .alignleft {
    float: left; } }

@media screen and (max-width: 767px) {
  .main_cont .entry_cont img {
    max-width: 100%;
    display: block;
    margin: 10px auto; }
  img.aligncenter,
  img.centered,
  img.alignright,
  img.alignleft {
    max-width: 100%;
    display: block;
    margin: 10px auto; } }

@media screen and (min-width: 992px) {
  *[data-animated] {
    opacity: 0; }
  [data-animated="flip"] {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg); }
  [data-animated="flipInX"] {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg); }
  [data-animated="flipInY"] {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg); } }

.indexNews {
  display: flex;
  margin-top: 90px; }
  @media screen and (max-width: 1439px) {
    .indexNews {
      margin-top: calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 991px) {
    .indexNews {
      flex-wrap: wrap; } }
  .indexNews__header {
    width: 33.3333%;
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .indexNews__header {
        width: 100%; } }
  .indexNews__title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-size: calc( 26vw / 1440 * 100);
    line-height: 1.2em;
    font-weight: 200;
    letter-spacing: .2em;
    margin-top: auto;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 1440px) {
      .indexNews__title {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 991px) {
      .indexNews__title {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (min-width: 992px) {
      .indexNews__title {
        padding: 2em 0 0; } }
    @media screen and (max-width: 991px) {
      .indexNews__title {
        margin-bottom: 0;
        padding: 1em 0; }
        .indexNews__title br {
          display: none; } }
  .indexNews__button {
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100);
    padding: 0 3em;
    height: 3em;
    max-height: 3em;
    line-height: 3em;
    margin-bottom: auto; }
    @media screen and (min-width: 1440px) {
      .indexNews__button {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .indexNews__button {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 992px) {
      .indexNews__button {
        margin-bottom: 4em; } }
    @media screen and (max-width: 991px) {
      .indexNews__button {
        display: none; } }
    .indexNews__button--visible_ltSM {
      display: none; }
      @media screen and (max-width: 991px) {
        .indexNews__button--visible_ltSM {
          display: block;
          padding: 0 3em;
          height: 3em;
          max-height: 3em;
          line-height: 3em;
          max-width: 20em;
          margin: 2em auto; } }
  .indexNews__body {
    width: 66.6666%;
    background: #7a8799;
    padding: 60px 90px; }
    @media screen and (max-width: 1439px) {
      .indexNews__body {
        padding: calc( 60vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
    @media screen and (max-width: 991px) {
      .indexNews__body {
        padding: 0px 90px;
        width: 100%;
        background: #fff; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .indexNews__body {
      padding: calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .indexNews__body {
        padding: 0 2em; } }
  .indexNews__list {
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    @media screen and (max-width: 991px) {
      .indexNews__list {
        border-color: #F4F4F4; } }
    .indexNews__list__link {
      display: flex;
      align-items: center;
      color: #fff;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 1em .5em;
      font-size: 16px;
      font-size: calc( 16vw / 1440 * 100);
      position: relative; }
      @media screen and (min-width: 1440px) {
        .indexNews__list__link {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .indexNews__list__link {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .indexNews__list__link {
          flex-wrap: wrap;
          padding: 1em 0;
          color: #4e576e;
          border-color: #F4F4F4; } }
      .indexNews__list__link::before {
        content: "";
        width: 0;
        height: 100%;
        background: #7a8799;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.5s all ease-in-out; }
        .indexNews__list__link::before:hover {
          transition: 0.5s all ease-in-out; }
      .indexNews__list__link time {
        display: inline-block;
        padding: 0 1em;
        background: rgba(255, 255, 255, 0.1);
        font-weight: 600;
        font-size: 14px;
        font-size: calc( 14vw / 1440 * 100);
        margin-right: 2em;
        position: relative;
        z-index: 2; }
        @media screen and (min-width: 1440px) {
          .indexNews__list__link time {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 991px) {
          .indexNews__list__link time {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 991px) {
          .indexNews__list__link time {
            margin-right: 0;
            background: #7a8799;
            color: #fff; } }
      .indexNews__list__link span {
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 991px) {
          .indexNews__list__link span {
            width: calc( 100% - 3em);
            line-height: 1.2em;
            margin-top: .5em; } }
      .indexNews__list__link::after {
        content: "＋";
        display: inline-block;
        min-width: 2em;
        text-align: center;
        line-height: 2em;
        font-weight: 500;
        background: #fff;
        color: #7a8799;
        margin-left: auto;
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 991px) {
          .indexNews__list__link::after {
            margin-top: -1.5em;
            background: #ebeff2; } }
      @media screen and (min-width: 992px) {
        .indexNews__list__link:hover::before {
          width: 100%;
          background: #475166; } }

.indexKeyVisual__item {
  padding-left: 90px;
  padding-left: calc( 90vw / 1440 * 100);
  padding-right: 270px;
  padding-right: calc( 270vw / 1440 * 100);
  position: relative;
  transition: 0.6s all ease-in-out; }
  .indexKeyVisual__item:hover {
    transition: 0.6s all ease-in-out; }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__item {
      padding: 0;
      height: auto; } }

.indexKeyVisual__thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 90px;
  margin-bottom: 90px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  transition: all .8s ease-in-out;
  transition-delay: 1.2s; }
  @media screen and (max-width: 1439px) {
    .indexKeyVisual__thumb {
      margin-left: calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .indexKeyVisual__thumb {
      margin-bottom: calc( 90vw / 1440 * 100); } }
  .indexKeyVisual__thumb img {
    width: 180px;
    height: 180px; }
    @media screen and (min-width: 768px) {
      .indexKeyVisual__thumb img {
        width: calc( 180vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .indexKeyVisual__thumb img {
        height: calc( 180vw / 1440 * 100);
        max-height: 180px; } }
    @media screen and (max-width: 767px) {
      .indexKeyVisual__thumb img {
        height: 135px; } }
    @media screen and (min-width: 1200px) {
      .indexKeyVisual__thumb img {
        max-height: none; } }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__thumb {
      bottom: auto;
      top: 15vw;
      left: auto;
      right: 2em;
      margin-left: auto;
      width: 25vw; }
      .indexKeyVisual__thumb img {
        width: 25vw;
        max-width: 25vw;
        height: 25vw;
        max-height: 25vw; } }

.indexKeyVisual__image {
  position: relative;
  z-index: 1; }

.indexKeyVisual__detail {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  height: 270px;
  margin-top: -135px;
  margin-top: calc( -135vw / 1440 * 100);
  margin-left: 300px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  overflow: hidden;
  z-index: 2;
  transition: all .6s ease-in-out;
  transition-delay: .8s; }
  @media screen and (min-width: 768px) {
    .indexKeyVisual__detail {
      height: calc( 270vw / 1440 * 100);
      max-height: 270px; } }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__detail {
      height: 202.5px; } }
  @media screen and (min-width: 1200px) {
    .indexKeyVisual__detail {
      max-height: none; } }
  @media screen and (max-width: 1439px) {
    .indexKeyVisual__detail {
      margin-left: calc( 300vw / 1440 * 100); } }
  @media screen and (max-width: 991px) {
    .indexKeyVisual__detail {
      height: 360px;
      margin-top: -225px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .indexKeyVisual__detail {
      height: calc( 360vw / 1440 * 100);
      max-height: 360px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .indexKeyVisual__detail {
      height: 270px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .indexKeyVisual__detail {
      margin-top: calc( -225vw / 1440 * 100); } }
  .indexKeyVisual__detail > * {
    width: 540px; }
    @media screen and (min-width: 768px) {
      .indexKeyVisual__detail > * {
        width: calc( 540vw / 1440 * 100); } }
    @media screen and (max-width: 991px) {
      .indexKeyVisual__detail > * {
        width: 660px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .indexKeyVisual__detail > * {
      width: calc( 660vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__detail {
      position: static;
      position: relative;
      width: calc( 100% - 4em);
      margin: -4em 10em 0 -6em;
      height: auto;
      max-height: none;
      padding-bottom: 3em; } }

.indexKeyVisual__title {
  padding: 45px 90px 0px;
  font-size: 30px;
  font-size: calc( 30vw / 1440 * 100);
  font-weight: 200; }
  @media screen and (max-width: 1439px) {
    .indexKeyVisual__title {
      padding: calc( 45vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (min-width: 1440px) {
    .indexKeyVisual__title {
      font-size: 30px;
      font-size: 3rem; } }
  @media screen and (max-width: 991px) {
    .indexKeyVisual__title {
      font-size: 30px;
      font-size: 3rem; } }
  @media screen and (min-width: 1200px) {
    .indexKeyVisual__title {
      position: absolute;
      bottom: calc( 50% - 1px); } }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__title {
      text-align: center;
      font-size: 24px;
      font-size: calc( 24vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .indexKeyVisual__title {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .indexKeyVisual__title {
      font-size: 24px;
      font-size: 2.4rem; } }
  .indexKeyVisual__title span {
    letter-spacing: .2em; }
  .indexKeyVisual__title small {
    display: block;
    font-size: 12px;
    font-size: calc( 12vw / 1440 * 100);
    padding-bottom: 1.2em;
    border-bottom: 1px solid #ccc; }
    @media screen and (min-width: 1440px) {
      .indexKeyVisual__title small {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 991px) {
      .indexKeyVisual__title small {
        font-size: 12px;
        font-size: 1.2rem; } }

.indexKeyVisual__lead {
  font-size: 14px;
  font-size: calc( 14vw / 1440 * 100);
  padding: 20px 90px 0px; }
  @media screen and (min-width: 1440px) {
    .indexKeyVisual__lead {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 991px) {
    .indexKeyVisual__lead {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 1439px) {
    .indexKeyVisual__lead {
      padding: calc( 20vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (min-width: 1200px) {
    .indexKeyVisual__lead {
      position: absolute;
      top: 50%;
      letter-spacing: .10em; } }
  @media screen and (max-width: 991px) {
    .indexKeyVisual__lead {
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .indexKeyVisual__lead {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .indexKeyVisual__lead {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__lead {
      letter-spacing: -.05em;
      text-align: center; } }

.indexKeyVisual__button {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  margin-bottom: -90px;
  margin-top: 450px;
  width: 270px;
  margin-left: 600px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  transition: all .8s ease-in-out;
  transition-delay: 1.2s; }
  @media screen and (min-width: 768px) {
    .indexKeyVisual__button {
      height: calc( 90vw / 1440 * 100);
      max-height: 90px; } }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__button {
      height: 67.5px; } }
  @media screen and (min-width: 1200px) {
    .indexKeyVisual__button {
      max-height: none; } }
  @media screen and (max-width: 1439px) {
    .indexKeyVisual__button {
      margin-bottom: calc( -90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .indexKeyVisual__button {
      margin-top: calc( 450vw / 1440 * 100); } }
  @media screen and (min-width: 768px) {
    .indexKeyVisual__button {
      width: calc( 270vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .indexKeyVisual__button {
      margin-left: calc( 600vw / 1440 * 100); } }
  @media screen and (min-width: 1200px) {
    .indexKeyVisual__button {
      top: 50%;
      margin-top: 135px;
      margin-top: calc( 135vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__button {
      position: relative;
      margin: 0;
      margin-left: -10em;
      padding: 0 4em;
      width: 100%;
      margin-top: -2em; } }
  .indexKeyVisual__button__item {
    display: block;
    display: flex;
    align-items: center;
    width: 270px;
    background: rgba(24, 42, 134, 0.9); }
    @media screen and (min-width: 768px) {
      .indexKeyVisual__button__item {
        width: calc( 270vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .indexKeyVisual__button__item {
        padding: 1em 2em;
        margin: 0 auto;
        width: 100%; } }
    .indexKeyVisual__button__item span {
      display: block;
      width: 90px;
      height: 90px;
      padding: 30px;
      padding-top: 30px;
      padding-top: calc( 30vw / 1440 * 100);
      padding-bottom: 30px;
      padding-bottom: calc( 30vw / 1440 * 100);
      background: #182a86;
      position: relative;
      transition: 0.3s all ease-in-out; }
      @media screen and (min-width: 768px) {
        .indexKeyVisual__button__item span {
          width: calc( 90vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .indexKeyVisual__button__item span {
          height: calc( 90vw / 1440 * 100);
          max-height: 90px; } }
      @media screen and (max-width: 767px) {
        .indexKeyVisual__button__item span {
          height: 67.5px; } }
      @media screen and (min-width: 1200px) {
        .indexKeyVisual__button__item span {
          max-height: none; } }
      @media screen and (max-width: 1439px) {
        .indexKeyVisual__button__item span {
          padding: calc( 30vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .indexKeyVisual__button__item span {
          padding-top: 22.5px; } }
      .indexKeyVisual__button__item span:hover {
        transition: 0.3s all ease-in-out; }
      @media screen and (max-width: 767px) {
        .indexKeyVisual__button__item span {
          display: none; } }
      .indexKeyVisual__button__item span i {
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.3s all ease-in-out; }
        .indexKeyVisual__button__item span i:hover {
          transition: 0.3s all ease-in-out; }
        .indexKeyVisual__button__item span i:nth-of-type(1) {
          width: 30px;
          height: 2px;
          margin-top: 44px;
          margin-top: calc( 44vw / 1440 * 100);
          margin-left: 30px;
          margin-left: calc( 30vw / 1440 * 100); }
          @media screen and (min-width: 768px) {
            .indexKeyVisual__button__item span i:nth-of-type(1) {
              width: calc( 30vw / 1440 * 100); } }
          @media screen and (min-width: 768px) {
            .indexKeyVisual__button__item span i:nth-of-type(1) {
              height: calc( 2vw / 1440 * 100);
              max-height: 2px; } }
          @media screen and (max-width: 767px) {
            .indexKeyVisual__button__item span i:nth-of-type(1) {
              height: 1.5px; } }
          @media screen and (min-width: 1200px) {
            .indexKeyVisual__button__item span i:nth-of-type(1) {
              max-height: none; } }
        .indexKeyVisual__button__item span i:nth-of-type(2) {
          width: 2px;
          height: 15px;
          margin-top: 30px;
          margin-top: calc( 30vw / 1440 * 100);
          margin-left: 44px;
          margin-left: calc( 44vw / 1440 * 100); }
          @media screen and (min-width: 768px) {
            .indexKeyVisual__button__item span i:nth-of-type(2) {
              width: calc( 2vw / 1440 * 100); } }
          @media screen and (min-width: 768px) {
            .indexKeyVisual__button__item span i:nth-of-type(2) {
              height: calc( 15vw / 1440 * 100);
              max-height: 15px; } }
          @media screen and (max-width: 767px) {
            .indexKeyVisual__button__item span i:nth-of-type(2) {
              height: 11.25px; } }
          @media screen and (min-width: 1200px) {
            .indexKeyVisual__button__item span i:nth-of-type(2) {
              max-height: none; } }
        .indexKeyVisual__button__item span i:nth-of-type(3) {
          width: 2px;
          height: 15px;
          margin-top: 45px;
          margin-top: calc( 45vw / 1440 * 100);
          margin-left: 44px;
          margin-left: calc( 44vw / 1440 * 100); }
          @media screen and (min-width: 768px) {
            .indexKeyVisual__button__item span i:nth-of-type(3) {
              width: calc( 2vw / 1440 * 100); } }
          @media screen and (min-width: 768px) {
            .indexKeyVisual__button__item span i:nth-of-type(3) {
              height: calc( 15vw / 1440 * 100);
              max-height: 15px; } }
          @media screen and (max-width: 767px) {
            .indexKeyVisual__button__item span i:nth-of-type(3) {
              height: 11.25px; } }
          @media screen and (min-width: 1200px) {
            .indexKeyVisual__button__item span i:nth-of-type(3) {
              max-height: none; } }
    .indexKeyVisual__button__item em {
      display: block;
      width: 180px;
      text-align: center;
      color: #fff;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .indexKeyVisual__button__item em {
          width: calc( 180vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .indexKeyVisual__button__item em {
          width: 100%; } }
    .indexKeyVisual__button__item:hover {
      background: #182a86; }
      .indexKeyVisual__button__item:hover span {
        background: #2038b1; }
        .indexKeyVisual__button__item:hover span i:nth-of-type(2) {
          transform: rotate(-45deg);
          margin-top: 32px;
          margin-top: calc( 32vw / 1440 * 100);
          margin-left: 53px;
          margin-left: calc( 53vw / 1440 * 100); }
        .indexKeyVisual__button__item:hover span i:nth-of-type(3) {
          transform: rotate(45deg);
          margin-top: 43px;
          margin-top: calc( 43vw / 1440 * 100);
          margin-left: 53px;
          margin-left: calc( 53vw / 1440 * 100); }

.indexKeyVisual__item.slick-active .indexKeyVisual__detail {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 540px;
  margin-left: 810px;
  margin-left: calc( 810vw / 1440 * 100); }
  @media screen and (min-width: 768px) {
    .indexKeyVisual__item.slick-active .indexKeyVisual__detail {
      width: calc( 540vw / 1440 * 100); } }
  @media screen and (max-width: 991px) {
    .indexKeyVisual__item.slick-active .indexKeyVisual__detail {
      width: 660px;
      margin-left: 690px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .indexKeyVisual__item.slick-active .indexKeyVisual__detail {
      width: calc( 660vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .indexKeyVisual__item.slick-active .indexKeyVisual__detail {
      margin-left: calc( 690vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__item.slick-active .indexKeyVisual__detail {
      width: calc( 100% - 4em);
      margin: -4em 2em 0;
      height: auto;
      max-height: none;
      padding-bottom: 3em; } }

.indexKeyVisual__item.slick-active .indexKeyVisual__button {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 1080px;
  margin-left: calc( 1080vw / 1440 * 100); }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__item.slick-active .indexKeyVisual__button {
      margin-left: 0;
      width: 100%; } }

.indexKeyVisual__item.slick-active .indexKeyVisual__thumb {
  width: 180px;
  margin-left: 180px;
  opacity: 1;
  filter: alpha(opacity=100); }
  @media screen and (min-width: 768px) {
    .indexKeyVisual__item.slick-active .indexKeyVisual__thumb {
      width: calc( 180vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .indexKeyVisual__item.slick-active .indexKeyVisual__thumb {
      margin-left: calc( 180vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .indexKeyVisual__item.slick-active .indexKeyVisual__thumb {
      bottom: auto;
      top: 10vw;
      left: auto;
      right: 2em;
      margin-left: auto;
      width: 25vw; }
      .indexKeyVisual__item.slick-active .indexKeyVisual__thumb img {
        width: 25vw;
        max-width: 25vw;
        height: 25vw;
        max-height: 25vw; } }

.indexSearch {
  margin: 90px 90px 0px;
  padding-bottom: 90px;
  background-image: url(../img/common/img-bg_stripe01.png);
  background-repeat: repeat;
  background-size: 9px 9px;
  position: relative; }
  @media screen and (max-width: 1439px) {
    .indexSearch {
      margin: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .indexSearch {
      padding-bottom: calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .indexSearch {
      background: #fff;
      padding: 0 2em; } }
  .indexSearch__header {
    background: #fff;
    width: 50%;
    height: 360px; }
    @media screen and (min-width: 768px) {
      .indexSearch__header {
        height: calc( 360vw / 1440 * 100);
        max-height: 360px; } }
    @media screen and (max-width: 767px) {
      .indexSearch__header {
        height: 270px; } }
    @media screen and (max-width: 767px) {
      .indexSearch__header {
        width: 100%;
        height: auto;
        max-height: none;
        padding: 2em 0; } }
  .indexSearch__title {
    font-size: 30px;
    font-size: calc( 30vw / 1440 * 100);
    text-align: center;
    width: calc( 720% / 1260 * 100);
    height: 75%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (min-width: 1440px) {
      .indexSearch__title {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 991px) {
      .indexSearch__title {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 767px) {
      .indexSearch__title {
        width: 100%; } }
    .indexSearch__title span {
      width: 100%;
      margin-top: auto;
      font-weight: 200;
      letter-spacing: .2em;
      display: block; }
    .indexSearch__title small {
      width: 100%;
      margin-bottom: auto;
      display: block;
      font-size: 18px;
      font-size: calc( 18vw / 1440 * 100);
      font-weight: 300; }
      @media screen and (min-width: 1440px) {
        .indexSearch__title small {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 991px) {
        .indexSearch__title small {
          font-size: 18px;
          font-size: 1.8rem; } }
  .indexSearch__searchBar {
    width: 900px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 90px; }
    @media screen and (min-width: 768px) {
      .indexSearch__searchBar {
        width: calc( 900vw / 1440 * 100); } }
    @media screen and (max-width: 1439px) {
      .indexSearch__searchBar {
        margin-top: calc( 90vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .indexSearch__searchBar {
        position: static;
        width: 100%;
        margin: 0; } }
  .indexSearch__detail {
    position: relative;
    margin-left: 90px;
    width: 1080px;
    height: 360px; }
    @media screen and (max-width: 1439px) {
      .indexSearch__detail {
        margin-left: calc( 90vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .indexSearch__detail {
        width: calc( 1080vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .indexSearch__detail {
        height: calc( 360vw / 1440 * 100);
        max-height: 360px; } }
    @media screen and (max-width: 767px) {
      .indexSearch__detail {
        height: 270px; } }
    @media screen and (max-width: 991px) {
      .indexSearch__detail {
        height: auto;
        max-height: none; } }
    @media screen and (max-width: 767px) {
      .indexSearch__detail {
        margin-left: 0; } }
    .indexSearch__detail--first {
      margin-top: -90px; }
      @media screen and (max-width: 1439px) {
        .indexSearch__detail--first {
          margin-top: calc( -90vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .indexSearch__detail--first {
          margin-top: 2em;
          margin-bottom: 2em; } }
    @media screen and (min-width: 992px) {
      .indexSearch__detail--last::after {
        content: "";
        width: 270px;
        height: 180px;
        background: #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        margin-right: -90px;
        margin-bottom: -90px; } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .indexSearch__detail--last::after {
      width: calc( 270vw / 1440 * 100); } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .indexSearch__detail--last::after {
      height: calc( 180vw / 1440 * 100);
      max-height: 180px; } }
  @media screen and (min-width: 992px) and (max-width: 767px) {
    .indexSearch__detail--last::after {
      height: 135px; } }
  @media screen and (min-width: 992px) and (max-width: 1439px) {
    .indexSearch__detail--last::after {
      margin-right: calc( -90vw / 1440 * 100); } }
  @media screen and (min-width: 992px) and (max-width: 1439px) {
    .indexSearch__detail--last::after {
      margin-bottom: calc( -90vw / 1440 * 100); } }
    .indexSearch__detail__title {
      position: absolute;
      width: 540px;
      background: rgba(255, 255, 255, 0.5);
      z-index: 2;
      height: 50%;
      line-height: 3.2em;
      font-weight: 200;
      top: 25%;
      left: 25%;
      box-sizing: border-box; }
      @media screen and (min-width: 768px) {
        .indexSearch__detail__title {
          width: calc( 540vw / 1440 * 100); } }
      @media screen and (max-width: 991px) {
        .indexSearch__detail__title {
          height: auto;
          background: rgba(255, 255, 255, 0.8);
          padding: 1em 0; } }
      @media screen and (max-width: 767px) {
        .indexSearch__detail__title {
          width: 100%;
          left: 0;
          text-align: center;
          height: auto;
          background: none;
          top: 0;
          padding: 0;
          padding-top: 33.3%;
          margin-top: -2.5em; } }
      .indexSearch__detail__title span {
        font-size: 26px;
        font-size: calc( 26vw / 1440 * 100);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        margin-left: 50%;
        height: 100%; }
        @media screen and (min-width: 1440px) {
          .indexSearch__detail__title span {
            font-size: 26px;
            font-size: 2.6rem; } }
        @media screen and (max-width: 991px) {
          .indexSearch__detail__title span {
            font-size: 26px;
            font-size: 2.6rem; } }
        @media screen and (max-width: 991px) {
          .indexSearch__detail__title span {
            width: 100%;
            margin-left: 0; }
            .indexSearch__detail__title span br {
              display: none; } }
        @media screen and (max-width: 767px) {
          .indexSearch__detail__title span {
            background: rgba(255, 255, 255, 0.9);
            width: auto;
            padding: .5em 1.5em;
            display: inline-block;
            font-size: 22px;
            font-size: calc( 22vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .indexSearch__detail__title span {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .indexSearch__detail__title span {
      font-size: 22px;
      font-size: 2.2rem; } }
      .indexSearch__detail__title--left {
        width: 270px;
        background: #fff;
        left: 0; }
        @media screen and (min-width: 768px) {
          .indexSearch__detail__title--left {
            width: calc( 270vw / 1440 * 100); } }
        @media screen and (max-width: 991px) {
          .indexSearch__detail__title--left {
            width: 540px;
            height: auto;
            background: rgba(255, 255, 255, 0.8);
            left: 25%; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .indexSearch__detail__title--left {
      width: calc( 540vw / 1440 * 100); } }
        @media screen and (max-width: 767px) {
          .indexSearch__detail__title--left {
            left: 0;
            height: auto;
            background: none;
            top: 0;
            padding: 0;
            padding-top: 33.3%;
            margin-top: -2.5em; } }
        .indexSearch__detail__title--left span {
          width: 100%;
          margin-left: 0; }
          @media screen and (max-width: 767px) {
            .indexSearch__detail__title--left span {
              width: auto; } }
    .indexSearch__detail__thumb {
      position: absolute;
      width: 540px;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .indexSearch__detail__thumb {
          width: calc( 540vw / 1440 * 100); } }
      @media screen and (min-width: 1440px) {
        .indexSearch__detail__thumb {
          max-height: 360px; }
          .indexSearch__detail__thumb img {
            height: 100%;
            max-height: 360px; } }
      @media screen and (max-width: 991px) {
        .indexSearch__detail__thumb {
          position: static;
          width: 100%; } }
      .indexSearch__detail__thumb--right {
        right: 0; }
    .indexSearch__detail__list {
      position: absolute;
      width: 270px;
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100);
      background: #fff;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      height: 50%;
      top: 25%;
      right: 0;
      padding: 1em 0 1em 2em;
      z-index: 2; }
      @media screen and (min-width: 768px) {
        .indexSearch__detail__list {
          width: calc( 270vw / 1440 * 100); } }
      @media screen and (min-width: 1440px) {
        .indexSearch__detail__list {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .indexSearch__detail__list {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .indexSearch__detail__list {
          height: auto;
          right: auto;
          left: 25%;
          width: 540px;
          top: 50%;
          background: rgba(255, 255, 255, 0.9); } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .indexSearch__detail__list {
      width: calc( 540vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .indexSearch__detail__list {
          position: static;
          padding: 1em 1em; } }
      .indexSearch__detail__list--left {
        width: 540px;
        background: rgba(255, 255, 255, 0.5);
        right: 25%; }
        @media screen and (min-width: 768px) {
          .indexSearch__detail__list--left {
            width: calc( 540vw / 1440 * 100); } }
        @media screen and (max-width: 991px) {
          .indexSearch__detail__list--left {
            background: rgba(255, 255, 255, 0.9); } }
      .indexSearch__detail__list li {
        width: 100%;
        line-height: 1.2em; }
        .indexSearch__detail__list li a {
          display: flex;
          align-items: center; }
          .indexSearch__detail__list li a i {
            display: block; }
          @media screen and (max-width: 991px) {
            .indexSearch__detail__list li a {
              padding: .5em 0; } }
          @media screen and (max-width: 767px) {
            .indexSearch__detail__list li a br {
              display: none; } }
          .indexSearch__detail__list li a::before {
            content: "＋";
            margin-right: 1em;
            transition: 0.5s all ease-in-out; }
            .indexSearch__detail__list li a::before:hover {
              transition: 0.5s all ease-in-out; }
          @media screen and (min-width: 768px) {
            .indexSearch__detail__list li a:hover {
              color: #2038b1; }
              .indexSearch__detail__list li a:hover::before {
                transform: rotate(360deg); } }

.baroon {
  position: absolute;
  z-index: 10;
  background: #fff;
  border: 2px solid #2038b1;
  width: 100%;
  left: 0;
  line-height: 1.6;
  padding: 15px 30px 0px;
  display: none; }
  @media screen and (max-width: 1439px) {
    .baroon {
      padding: calc( 15vw / 1440 * 100) calc( 30vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  .baroon--top {
    top: 0;
    margin-top: -165px; }
    @media screen and (max-width: 1439px) {
      .baroon--top {
        margin-top: calc( -165vw / 1440 * 100); } }
  .baroon--bottom {
    bottom: 0;
    margin-bottom: -150px; }
    @media screen and (max-width: 1439px) {
      .baroon--bottom {
        margin-bottom: calc( -150vw / 1440 * 100); } }
  .baroon .palette li::before, .baroon .palette li::after {
    content: none;
    display: none; }

.change {
  position: absolute;
  font-size: 10px;
  font-size: calc( 10vw / 1440 * 100);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  top: 50%;
  line-height: 0;
  margin-top: -1.2em;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.15s all ease-in-out; }
  @media screen and (min-width: 1440px) {
    .change {
      font-size: 10px;
      font-size: 1rem; } }
  @media screen and (max-width: 991px) {
    .change {
      font-size: 10px;
      font-size: 1rem; } }
  .change:hover {
    transition: 0.15s all ease-in-out; }

.active .change {
  opacity: 1;
  filter: alpha(opacity=100); }

.accordion__decoration {
  margin-left: auto;
  display: block;
  width: 30px;
  height: 30px;
  background: #182a86;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .accordion__decoration {
      width: calc( 30vw / 1440 * 100); } }
  @media screen and (min-width: 768px) {
    .accordion__decoration {
      height: calc( 30vw / 1440 * 100);
      max-height: 30px; } }
  @media screen and (max-width: 767px) {
    .accordion__decoration {
      height: 22.5px; } }
  .gecko_view .accordion__decoration {
    line-height: 30px;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .accordion__decoration {
      width: 24px;
      height: 24px; } }
  .accordion__decoration::before {
    position: absolute;
    content: "";
    display: block;
    width: .8em;
    height: 2px;
    background: #fff;
    transition: 0.4s all linear; }
    .accordion__decoration::before:hover {
      transition: 0.4s all linear; }
    @media screen and (max-width: 767px) {
      .accordion__decoration::before {
        width: 12px; } }
    .gecko_view .accordion__decoration::before {
      content: "＋";
      position: static;
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1em;
      background: none; }
    .msie_view .accordion__decoration::before {
      content: "＋";
      position: static;
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1em;
      background: none; }
  .accordion__decoration::after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: .8em;
    background: #fff;
    transition: 0.4s all linear; }
    .accordion__decoration::after:hover {
      transition: 0.4s all linear; }
    @media screen and (max-width: 767px) {
      .accordion__decoration::after {
        height: 12px; } }
    .gecko_view .accordion__decoration::after {
      display: none; }
    .msie_view .accordion__decoration::after {
      display: none; }
  .accordion__decoration.active::before {
    transform: rotate(270deg);
    width: 0; }
    .gecko_view .accordion__decoration.active::before {
      content: "−";
      width: 1em;
      transform: none; }
    .msie_view .accordion__decoration.active::before {
      content: "−";
      width: 1em;
      transform: none; }
  .accordion__decoration.active::after {
    transform: rotate(270deg); }

.accordionTorigger {
  cursor: pointer; }

.accessMapBox {
  display: flex;
  margin-top: 2em;
  margin-bottom: 6em; }
  @media screen and (max-width: 767px) {
    .accessMapBox {
      flex-wrap: wrap;
      margin-bottom: 1em;
      padding-bottom: 1em;
      border-bottom: 10px double #F4F4F4; } }
  .accessMapBox__map {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .accessMapBox__map {
        width: 100%; } }
    .accessMapBox__map iframe {
      width: 100%;
      height: 16em; }
  .accessMapBox__detail {
    width: 50%;
    padding-left: 6em; }
    @media screen and (max-width: 991px) {
      .accessMapBox__detail {
        padding-left: 2em; } }
    @media screen and (max-width: 767px) {
      .accessMapBox__detail {
        width: 100%;
        padding-left: 0; } }
  .accessMapBox__label {
    background: #F4F4F4;
    padding: .5em 1em;
    margin: 0 0 2em !important;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .accessMapBox__label {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .accessMapBox__label {
        font-size: 14px;
        font-size: 1.4rem; } }
  .accessMapBox__lead {
    line-height: 2; }

.agree {
  padding: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  background: #ebeff2;
  transition: 0.3s all ease-in-out;
  transition-delay: 1s; }
  .agree:hover {
    transition: 0.3s all ease-in-out; }
  @media screen and (max-width: 767px) {
    .agree {
      padding: 1em; } }
  .agree__notice {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100);
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em; }
    @media screen and (min-width: 1440px) {
      .agree__notice {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .agree__notice {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .agree__notice {
        font-size: 18px;
        font-size: calc( 18vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .agree__notice {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .agree__notice {
      font-size: 18px;
      font-size: 1.8rem; } }
  .agree__lead {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    letter-spacing: .1em; }
    @media screen and (min-width: 1440px) {
      .agree__lead {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .agree__lead {
        font-size: 14px;
        font-size: 1.4rem; } }
  .agree__scrollBox {
    height: 15em;
    background: #fff;
    margin: 2em 0;
    padding: 1em 2em;
    overflow-y: scroll; }
    @media screen and (max-width: 767px) {
      .agree__scrollBox {
        padding: 0 1em; } }
    .agree__scrollBox article {
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100);
      letter-spacing: .05em; }
      @media screen and (min-width: 1440px) {
        .agree__scrollBox article {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .agree__scrollBox article {
          font-size: 12px;
          font-size: 1.2rem; } }
    .agree__scrollBox h2, .agree__scrollBox h3, .agree__scrollBox h4, .agree__scrollBox h5 {
      margin: .8em 0;
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100);
      letter-spacing: .1em; }
      @media screen and (min-width: 1440px) {
        .agree__scrollBox h2, .agree__scrollBox h3, .agree__scrollBox h4, .agree__scrollBox h5 {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .agree__scrollBox h2, .agree__scrollBox h3, .agree__scrollBox h4, .agree__scrollBox h5 {
          font-size: 14px;
          font-size: 1.4rem; } }
    .agree__scrollBox p {
      margin: .8em 0;
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100);
      letter-spacing: .05em; }
      @media screen and (min-width: 1440px) {
        .agree__scrollBox p {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .agree__scrollBox p {
          font-size: 12px;
          font-size: 1.2rem; } }
    .agree__scrollBox ul, .agree__scrollBox ol {
      margin: .8em 0 .8em 2em;
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100);
      letter-spacing: .05em; }
      @media screen and (min-width: 1440px) {
        .agree__scrollBox ul, .agree__scrollBox ol {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .agree__scrollBox ul, .agree__scrollBox ol {
          font-size: 12px;
          font-size: 1.2rem; } }
  .agree__accept {
    letter-spacing: 0.05em;
    line-height: 1.6;
    user-select: none; }
    .agree__accept label[for^=acceptance] {
      width: 100%;
      max-width: 500px;
      display: block;
      margin: 0 auto 1em;
      background: #7a8799;
      border-radius: 0;
      padding: .8em 1em; }
      .agree__accept label[for^=acceptance] .acceptance input[type='checkbox'] {
        display: none; }
        .agree__accept label[for^=acceptance] .acceptance input[type='checkbox'] + span::before {
          content: '\f00c';
          display: block;
          width: 1.4em;
          padding: .2em 0;
          text-align: center;
          background: transparent;
          border-radius: 4px;
          color: #7a8799;
          border: 2px solid #fff;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 22px;
          font-size: calc( 22vw / 1440 * 100);
          text-rendering: auto;
          opacity: 0.5;
          filter: alpha(opacity=50);
          transition: 0.3s all ease-in-out; }
          @media screen and (min-width: 1440px) {
            .agree__accept label[for^=acceptance] .acceptance input[type='checkbox'] + span::before {
              font-size: 22px;
              font-size: 2.2rem; } }
          @media screen and (max-width: 991px) {
            .agree__accept label[for^=acceptance] .acceptance input[type='checkbox'] + span::before {
              font-size: 22px;
              font-size: 2.2rem; } }
          .agree__accept label[for^=acceptance] .acceptance input[type='checkbox'] + span::before:hover {
            transition: 0.3s all ease-in-out; }
        .agree__accept label[for^=acceptance] .acceptance input[type='checkbox']:checked + span::before {
          transform: rotate(360deg);
          box-shadow: 0 0 0 4px #F4F4F4;
          border-color: #fff;
          color: #fff;
          border-radius: 50%;
          opacity: 1;
          filter: alpha(opacity=100); }
      @media screen and (min-width: 768px) {
        .agree__accept label[for^=acceptance] {
          cursor: pointer; }
          .agree__accept label[for^=acceptance]:hover {
            box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2); } }
    .agree__accept__textArea {
      display: flex;
      align-items: center; }
      .agree__accept__textArea__text {
        font-weight: 500;
        width: calc( 100% - 2em);
        display: block;
        margin-left: .8em;
        color: #fff; }

.failed .agree {
  border: none;
  padding: 0;
  background: none; }

.basicBlock {
  margin: 0px 90px;
  padding: 90px 180px;
  background: #fff; }
  @media screen and (max-width: 1439px) {
    .basicBlock {
      margin: calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .basicBlock {
      padding: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 100); } }
  .basicBlock.topMargin {
    margin-top: 270px; }
    @media screen and (max-width: 1439px) {
      .basicBlock.topMargin {
        margin-top: calc( 270vw / 1440 * 100); } }
    .basicBlock.topMargin--secondary {
      margin-top: 90px; }
      @media screen and (max-width: 1439px) {
        .basicBlock.topMargin--secondary {
          margin-top: calc( 90vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .basicBlock.topMargin--secondary {
          margin-top: 0; } }
    .basicBlock.topMargin--l {
      margin-top: 500px; }
      @media screen and (max-width: 1439px) {
        .basicBlock.topMargin--l {
          margin-top: calc( 500vw / 1440 * 100); } }
      @media screen and (max-width: 991px) {
        .basicBlock.topMargin--l {
          margin-top: 48em; } }
    @media screen and (max-width: 767px) {
      .basicBlock.topMargin {
        margin-top: 0; } }
  .basicBlock.secondary {
    margin-top: 90px; }
    @media screen and (max-width: 1439px) {
      .basicBlock.secondary {
        margin-top: calc( 90vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .basicBlock.secondary {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .basicBlock {
      text-align: left;
      margin-bottom: 20px;
      padding: 20px; }
      .basicBlock .button {
        width: 100%; } }
  .basicBlock__title {
    font-size: 26px;
    font-size: calc( 26vw / 1440 * 100);
    border-bottom: 1px solid #eee;
    margin-bottom: .5em;
    padding-bottom: .5em; }
    @media screen and (min-width: 1440px) {
      .basicBlock__title {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 991px) {
      .basicBlock__title {
        font-size: 26px;
        font-size: 2.6rem; } }
  .basicBlock__subTitle {
    font-size: 22px;
    font-size: calc( 22vw / 1440 * 100);
    margin-bottom: .5em; }
    @media screen and (min-width: 1440px) {
      .basicBlock__subTitle {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (max-width: 991px) {
      .basicBlock__subTitle {
        font-size: 22px;
        font-size: 2.2rem; } }
  .basicBlock__lead {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    margin: 2em 0; }
    @media screen and (min-width: 1440px) {
      .basicBlock__lead {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .basicBlock__lead {
        font-size: 14px;
        font-size: 1.4rem; } }

.bottomSearchArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 90px 90px 0px; }
  @media screen and (max-width: 1439px) {
    .bottomSearchArea {
      margin: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  .bottomSearchArea__item {
    cursor: pointer;
    width: 50%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .bottomSearchArea__item {
        width: 49%;
        padding: 1em;
        background: #fff; } }
    @media screen and (max-width: 399px) {
      .bottomSearchArea__item {
        width: 100%;
        margin-bottom: 1em; } }
  .bottomSearchArea__thumb {
    overflow: hidden;
    background: #182a86; }
    .bottomSearchArea__thumb img {
      transition: 0.5s all ease-in-out;
      transform: scale(1.01); }
      .bottomSearchArea__thumb img:hover {
        transition: 0.5s all ease-in-out; }
  .bottomSearchArea__text {
    font-size: 18px;
    font-size: calc( 18vw / 1440 * 100);
    position: absolute;
    width: 100%;
    height: 5em;
    line-height: 5em;
    top: 50%;
    margin-top: -2.5em;
    left: 0;
    background: rgba(16, 28, 91, 0.2);
    text-align: center;
    color: #fff; }
    @media screen and (min-width: 1440px) {
      .bottomSearchArea__text {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      .bottomSearchArea__text {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      .bottomSearchArea__text {
        height: 4em;
        line-height: 4em;
        margin-top: -2em; } }
    @media screen and (max-width: 767px) {
      .bottomSearchArea__text {
        position: static;
        margin-top: 0;
        font-size: 13px;
        font-size: calc( 13vw / 1440 * 100);
        margin-top: 1em; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .bottomSearchArea__text {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .bottomSearchArea__text {
      font-size: 13px;
      font-size: 1.3rem; } }
    @media screen and (max-width: 399px) {
      .bottomSearchArea__text {
        font-size: 15px;
        font-size: calc( 15vw / 1440 * 100);
        height: 3em;
        line-height: 3em; } }
  @media screen and (max-width: 399px) and (min-width: 1440px) {
    .bottomSearchArea__text {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 399px) and (max-width: 991px) {
    .bottomSearchArea__text {
      font-size: 15px;
      font-size: 1.5rem; } }
    .bottomSearchArea__text span {
      display: inline-block;
      background: rgba(16, 28, 91, 0.7);
      padding: 0 4.5em;
      transition: 0.3s all ease-in-out; }
      .bottomSearchArea__text span:hover {
        transition: 0.3s all ease-in-out; }
      @media screen and (max-width: 991px) {
        .bottomSearchArea__text span {
          padding: 0 3em; } }
      @media screen and (max-width: 767px) {
        .bottomSearchArea__text span {
          width: 100%;
          padding: 0;
          background: #182a86; } }
      @media screen and (min-width: 768px) {
        .bottomSearchArea__text span:hover {
          background: rgba(16, 28, 91, 0.9); } }
  @media screen and (min-width: 768px) {
    .bottomSearchArea__item:hover .bottomSearchArea__thumb img {
      transform: scale(1.1);
      opacity: 0.6;
      filter: alpha(opacity=60); } }

.breadCrumb {
  height: 90px;
  line-height: 90px;
  margin: 0px 90px;
  display: flex; }
  @media screen and (min-width: 768px) {
    .breadCrumb {
      height: calc( 90vw / 1440 * 100);
      max-height: 90px; } }
  @media screen and (max-width: 767px) {
    .breadCrumb {
      height: 67.5px; } }
  @media screen and (max-width: 1439px) {
    .breadCrumb {
      line-height: calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .breadCrumb {
      line-height: 67.5px; } }
  @media screen and (max-width: 1439px) {
    .breadCrumb {
      margin: calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .breadCrumb {
      width: calc( 100% - 2em);
      overflow: hidden;
      width: auto;
      max-width: none; } }
  .breadCrumb__item {
    font-size: 12px;
    font-size: calc( 12vw / 1440 * 100);
    margin-right: 1em; }
    @media screen and (min-width: 1440px) {
      .breadCrumb__item {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 991px) {
      .breadCrumb__item {
        font-size: 12px;
        font-size: 1.2rem; } }
    .breadCrumb__item::before {
      content: '\f054';
      color: inherit;
      font: normal normal normal 14px/1 FontAwesome;
      margin-right: 0.2em;
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.9em;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    @media screen and (max-width: 767px) {
      .breadCrumb__item {
        white-space: nowrap; } }
    .breadCrumb__item a {
      color: #333;
      display: inline-block;
      opacity: 0.7;
      filter: alpha(opacity=70); }
      .breadCrumb__item a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #182a86; }
    .breadCrumb__item:first-child {
      transform: scale(1.2); }
      .breadCrumb__item:first-child::before {
        content: none;
        display: none; }
      .breadCrumb__item:first-child [itemprop="title"] {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important; }

@media screen and (max-width: 767px) {
  .carousel div {
    max-width: none; } }

.carousel__body {
  padding: 2em 2em 0; }

.carousel__item {
  height: 400px;
  background: #F4F4F4; }
  .carousel__item__inner {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.carousel .carousel__01 {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .carousel .carousel__01 .carousel__item {
      height: auto;
      background: #000 !important; }
      .carousel .carousel__01 .carousel__item .carousel__inner {
        height: auto; } }
  .carousel .carousel__01 .carousel__item img {
    width: 100%; }

.carousel__01 .slick-next,
.carousel__01 .slick-prev {
  font-size: 16px;
  font-size: calc( 16vw / 1440 * 100);
  width: 90px;
  height: 270px;
  background: rgba(71, 81, 102, 0.1);
  z-index: 9;
  appearance: none;
  border-radius: 0;
  transition: 0.15s all ease-in-out; }
  @media screen and (min-width: 1440px) {
    .carousel__01 .slick-next,
    .carousel__01 .slick-prev {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 991px) {
    .carousel__01 .slick-next,
    .carousel__01 .slick-prev {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 768px) {
    .carousel__01 .slick-next,
    .carousel__01 .slick-prev {
      width: calc( 90vw / 1440 * 100); } }
  @media screen and (min-width: 768px) {
    .carousel__01 .slick-next,
    .carousel__01 .slick-prev {
      height: calc( 270vw / 1440 * 100);
      max-height: 270px; } }
  @media screen and (max-width: 767px) {
    .carousel__01 .slick-next,
    .carousel__01 .slick-prev {
      height: 202.5px; } }
  @media screen and (min-width: 1200px) {
    .carousel__01 .slick-next,
    .carousel__01 .slick-prev {
      max-height: none; } }
  .carousel__01 .slick-next:hover,
  .carousel__01 .slick-prev:hover {
    transition: 0.15s all ease-in-out; }
  @media screen and (max-width: 767px) {
    .carousel__01 .slick-next,
    .carousel__01 .slick-prev {
      width: 3em;
      height: 3em;
      background: rgba(71, 81, 102, 0.3);
      top: auto;
      bottom: 6em; } }
  .carousel__01 .slick-next:focus, .carousel__01 .slick-next:hover,
  .carousel__01 .slick-prev:focus,
  .carousel__01 .slick-prev:hover {
    background: rgba(71, 81, 102, 0.3); }
  .carousel__01 .slick-next:before,
  .carousel__01 .slick-prev:before {
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: inherit;
    width: 100%;
    height: 1px;
    display: block;
    background: #ebeff2;
    background: rgba(51, 51, 51, 0.2);
    position: absolute;
    top: 50%; }
    @media screen and (max-width: 767px) {
      .carousel__01 .slick-next:before,
      .carousel__01 .slick-prev:before {
        width: 1em;
        height: 1em;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        margin-top: -.5em;
        background: none; } }

.carousel__01 .slick-prev {
  left: 0; }
  .carousel__01 .slick-prev:before {
    content: "";
    left: 50%; }
    @media screen and (max-width: 767px) {
      .carousel__01 .slick-prev:before {
        margin-left: -.25em;
        transform: rotate(-45deg); } }

.carousel__01 .slick-next {
  right: 0; }
  .carousel__01 .slick-next::before {
    content: "";
    right: 50%; }
    @media screen and (max-width: 767px) {
      .carousel__01 .slick-next::before {
        margin-right: -.25em;
        transform: rotate(135deg); } }

.carousel__01.slick-dotted.slick-slider {
  margin-bottom: 0; }

.carousel__01 .slick-dots {
  bottom: 0;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: 180px;
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1439px) {
    .carousel__01 .slick-dots {
      margin-bottom: calc( 30vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .carousel__01 .slick-dots {
      margin-left: calc( 180vw / 1440 * 100); } }
  @media screen and (min-width: 768px) {
    .carousel__01 .slick-dots {
      width: calc( 180vw / 1440 * 100); } }
  @media screen and (min-width: 768px) {
    .carousel__01 .slick-dots {
      height: calc( 60vw / 1440 * 100);
      max-height: 60px; } }
  @media screen and (max-width: 767px) {
    .carousel__01 .slick-dots {
      height: 45px; } }
  @media screen and (max-width: 767px) {
    .carousel__01 .slick-dots {
      display: none !important; } }
  .carousel__01 .slick-dots li {
    display: block;
    margin: 0;
    width: 60px;
    height: 60px; }
    @media screen and (min-width: 768px) {
      .carousel__01 .slick-dots li {
        width: calc( 60vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .carousel__01 .slick-dots li {
        height: calc( 60vw / 1440 * 100);
        max-height: 60px; } }
    @media screen and (max-width: 767px) {
      .carousel__01 .slick-dots li {
        height: 45px; } }
    .carousel__01 .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      width: 60px;
      height: 60px;
      line-height: 0px;
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100);
      color: #fff;
      padding: 5px;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .carousel__01 .slick-dots li button {
          width: calc( 60vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .carousel__01 .slick-dots li button {
          height: calc( 60vw / 1440 * 100);
          max-height: 60px; } }
      @media screen and (max-width: 767px) {
        .carousel__01 .slick-dots li button {
          height: 45px; } }
      @media screen and (min-width: 1440px) {
        .carousel__01 .slick-dots li button {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .carousel__01 .slick-dots li button {
          font-size: 14px;
          font-size: 1.4rem; } }
      .carousel__01 .slick-dots li button::before {
        transition: 0.15s all ease-in-out;
        color: #fff;
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0; }
        .carousel__01 .slick-dots li button::before:hover {
          transition: 0.15s all ease-in-out; }
    .carousel__01 .slick-dots li.slick-active button:before {
      color: #fff; }

.closingArea {
  margin: 90px 90px 0px;
  padding: 90px 90px;
  background: #fff;
  background-image: url(../img/common/img-bg_closing.png);
  background-size: 315px 315px;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1439px) {
    .closingArea {
      margin: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .closingArea {
      padding: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (min-width: 768px) {
    .closingArea--s {
      margin: 90px 180px 0px; } }
  @media screen and (min-width: 768px) and (max-width: 1439px) {
    .closingArea--s {
      margin: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .closingArea {
      margin-bottom: 20px;
      background-size: 200px 200px;
      padding: 1em; } }
  .closingArea__title {
    text-align: center;
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .closingArea__title {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .closingArea__title {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .closingArea__title {
        margin-top: 1em; } }
  .closingArea__lead {
    font-size: 24px;
    font-size: calc( 24vw / 1440 * 100);
    text-align: center;
    font-weight: 200;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 1440px) {
      .closingArea__lead {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 991px) {
      .closingArea__lead {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 767px) {
      .closingArea__lead {
        font-size: 18px;
        font-size: calc( 18vw / 1440 * 100);
        font-weight: 300; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .closingArea__lead {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .closingArea__lead {
      font-size: 18px;
      font-size: 1.8rem; } }
    .closingArea__lead--l {
      font-size: 35px;
      font-size: calc( 35vw / 1440 * 100);
      font-weight: 100;
      margin-bottom: .5em; }
      @media screen and (min-width: 1440px) {
        .closingArea__lead--l {
          font-size: 35px;
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        .closingArea__lead--l {
          font-size: 35px;
          font-size: 3.5rem; } }
      @media screen and (max-width: 767px) {
        .closingArea__lead--l {
          font-size: 22px;
          font-size: calc( 22vw / 1440 * 100);
          font-weight: 200;
          margin-top: .5em; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .closingArea__lead--l {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .closingArea__lead--l {
      font-size: 22px;
      font-size: 2.2rem; } }
    .closingArea__lead--s {
      font-size: 16px;
      font-size: calc( 16vw / 1440 * 100);
      font-weight: 200;
      margin: 2em 0;
      line-height: 1.4em; }
      @media screen and (min-width: 1440px) {
        .closingArea__lead--s {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .closingArea__lead--s {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .closingArea__lead--s {
          font-size: 16px;
          font-size: calc( 16vw / 1440 * 100);
          font-weight: 300;
          margin: .5em 0;
          text-align: left; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .closingArea__lead--s {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .closingArea__lead--s {
      font-size: 16px;
      font-size: 1.6rem; } }
    .closingArea__lead.quote::before {
      content: "";
      font: normal normal normal 14px/1 FontAwesome;
      color: inherit;
      font-size: inherit;
      margin-right: 0.2em;
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .closingArea__lead.quote::after {
      content: "";
      font: normal normal normal 14px/1 FontAwesome;
      color: inherit;
      font-size: inherit;
      margin-right: 0.2em;
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .closingArea__lead.quote::before, .closingArea__lead.quote::after {
      opacity: 0.3;
      filter: alpha(opacity=30);
      position: relative; }
    .closingArea__lead.quote::before {
      top: -.2em; }
    .closingArea__lead.quote::after {
      bottom: -.2em; }
  .closingArea__listArea {
    display: flex;
    justify-content: center; }
    .closingArea__listArea__item {
      font-size: 18px;
      font-size: calc( 18vw / 1440 * 100);
      line-height: 1.2em;
      list-style: none; }
      @media screen and (min-width: 1440px) {
        .closingArea__listArea__item {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 991px) {
        .closingArea__listArea__item {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 767px) {
        .closingArea__listArea__item {
          font-size: 16px;
          font-size: calc( 16vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .closingArea__listArea__item {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .closingArea__listArea__item {
      font-size: 16px;
      font-size: 1.6rem; } }
      .closingArea__listArea__item li {
        margin: 1em 0;
        display: flex; }
        .closingArea__listArea__item li::before {
          content: "✓";
          width: .8em;
          min-width: .8em;
          height: .8em;
          border: 1px solid;
          margin-right: 1em;
          margin-top: .1em;
          line-height: 1;
          font-weight: 500;
          text-indent: -.1em; }
  .closingArea__subLead {
    font-size: 24px;
    font-size: calc( 24vw / 1440 * 100);
    text-align: center;
    font-weight: 200;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 1440px) {
      .closingArea__subLead {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 991px) {
      .closingArea__subLead {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 767px) {
      .closingArea__subLead {
        font-size: 18px;
        font-size: calc( 18vw / 1440 * 100);
        font-weight: 300; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .closingArea__subLead {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .closingArea__subLead {
      font-size: 18px;
      font-size: 1.8rem; } }
    .closingArea__subLead--m {
      font-size: 20px;
      font-size: calc( 20vw / 1440 * 100);
      text-align: center;
      font-weight: 200;
      margin-top: 1em;
      margin-bottom: 0; }
      @media screen and (min-width: 1440px) {
        .closingArea__subLead--m {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 991px) {
        .closingArea__subLead--m {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 767px) {
        .closingArea__subLead--m {
          font-size: 14px;
          font-size: calc( 14vw / 1440 * 100);
          font-weight: 300;
          text-align: left; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .closingArea__subLead--m {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .closingArea__subLead--m {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .closingArea a span {
      display: none; } }

.colorSimulator {
  margin: 90px 90px;
  padding: 90px 90px;
  background-image: url(../img/common/img-bg_stripe01.png);
  background-repeat: repeat;
  background-size: 9px 9px;
  position: relative; }
  @media screen and (max-width: 1439px) {
    .colorSimulator {
      margin: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .colorSimulator {
      padding: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  .colorSimulator__title {
    width: 360px;
    height: 180px;
    font-size: 26px;
    font-size: calc( 26vw / 1440 * 100);
    line-height: 30px;
    text-align: center;
    font-weight: 200;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .colorSimulator__title {
        width: calc( 360vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .colorSimulator__title {
        height: calc( 180vw / 1440 * 100);
        max-height: 180px; } }
    @media screen and (max-width: 767px) {
      .colorSimulator__title {
        height: 135px; } }
    @media screen and (min-width: 1440px) {
      .colorSimulator__title {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 991px) {
      .colorSimulator__title {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 1439px) {
      .colorSimulator__title {
        line-height: calc( 30vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .colorSimulator__title {
      line-height: 22.5px; } }
  .colorSimulator__viewBox {
    background: #000;
    position: relative;
    width: 720px;
    height: 450px; }
    @media screen and (min-width: 768px) {
      .colorSimulator__viewBox {
        width: calc( 720vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .colorSimulator__viewBox {
        height: calc( 450vw / 1440 * 100);
        max-height: 450px; } }
    @media screen and (max-width: 767px) {
      .colorSimulator__viewBox {
        height: 337.5px; } }
    .colorSimulator__viewBox img:not(.base) {
      opacity: 0;
      filter: hue-rotate(0deg) saturate(0%) brightness(250%);
      transition: 0.5s all ease-in-out;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      mix-blend-mode: multiply; }
      .colorSimulator__viewBox img:not(.base):hover {
        transition: 0.5s all ease-in-out; }
  .colorSimulator__wrap {
    position: absolute;
    width: 540px;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .colorSimulator__wrap {
        width: calc( 540vw / 1440 * 100); } }

.palette {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  width: 100%;
  line-height: 1.6; }
  .palette li {
    margin: 9px 0px 18px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column; }
    @media screen and (max-width: 1439px) {
      .palette li {
        margin: calc( 9vw / 1440 * 100) calc( 0vw / 1440 * 100) calc( 18vw / 1440 * 100); } }
    .palette li::before, .palette li::after {
      content: "";
      display: block;
      width: 1em;
      height: 1em;
      background: #2038b1;
      position: absolute;
      z-index: 9;
      transform: rotate(45deg);
      opacity: 0;
      filter: alpha(opacity=0);
      transition: 0.3s all linear; }
      .palette li::before:hover, .palette li::after:hover {
        transition: 0.3s all linear; }
    .palette li::before {
      top: -1em; }
    .palette li::after {
      bottom: -.1em; }
    .palette li.open::before, .palette li.open::after {
      opacity: 1;
      filter: alpha(opacity=100); }
    .palette li b {
      font-size: 10px;
      font-size: calc( 10vw / 1440 * 100);
      opacity: 0.5;
      filter: alpha(opacity=50);
      margin-top: .5em; }
      @media screen and (min-width: 1440px) {
        .palette li b {
          font-size: 10px;
          font-size: 1rem; } }
      @media screen and (max-width: 991px) {
        .palette li b {
          font-size: 10px;
          font-size: 1rem; } }
    .palette li span {
      width: 60px;
      height: 60px;
      max-width: 60px;
      display: flex;
      flex-flow: column;
      border-radius: 100%;
      overflow: hidden;
      position: relative; }
      @media screen and (min-width: 768px) {
        .palette li span {
          width: calc( 60vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .palette li span {
          height: calc( 60vw / 1440 * 100);
          max-height: 60px; } }
      @media screen and (max-width: 767px) {
        .palette li span {
          height: 45px; } }
      .palette li span::before {
        content: "";
        width: 70%;
        height: 70%;
        top: 15%;
        left: 15%;
        border: 4px solid #fff;
        box-sizing: border-box;
        position: absolute;
        z-index: 1;
        border-radius: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: 0.15s all ease-in-out; }
        .palette li span::before:hover {
          transition: 0.15s all ease-in-out; }
    .palette li:hover span::before {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .palette li.active span::before {
      opacity: 1;
      filter: alpha(opacity=100); }
    .palette li i {
      display: block;
      width: 100%;
      height: 100%;
      background: red;
      transition: 0.3s all ease-in-out; }
      .palette li i:hover {
        transition: 0.3s all ease-in-out; }
  .palette--s li {
    margin: 0px 0px 9px; }
    @media screen and (max-width: 1439px) {
      .palette--s li {
        margin: calc( 0vw / 1440 * 100) calc( 0vw / 1440 * 100) calc( 9vw / 1440 * 100); } }
    .palette--s li span {
      width: 45px;
      height: 45px;
      max-width: 45px; }
      @media screen and (min-width: 768px) {
        .palette--s li span {
          width: calc( 45vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .palette--s li span {
          height: calc( 45vw / 1440 * 100);
          max-height: 45px; } }
      @media screen and (max-width: 767px) {
        .palette--s li span {
          height: 33.75px; } }

.imageList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin: 15px 35px;
  width: 100%;
  padding: 1em 0; }
  @media screen and (max-width: 1439px) {
    .imageList {
      margin: calc( 15vw / 1440 * 100) calc( 35vw / 1440 * 100); } }
  .imageList li {
    width: 30%;
    margin: .5em 1.66666666%;
    padding: .5em;
    box-sizing: border-box;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    text-align: center;
    cursor: pointer;
    background: #F4F4F4;
    border-radius: 1.5em;
    border: 2px solid transparent;
    transition: 0.15s all ease-in-out; }
    @media screen and (min-width: 1440px) {
      .imageList li {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .imageList li {
        font-size: 14px;
        font-size: 1.4rem; } }
    .imageList li:hover {
      transition: 0.15s all ease-in-out; }
    .imageList li:hover, .imageList li:active {
      border-color: #999; }

.columnArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em; }
  @media screen and (max-width: 767px) {
    .columnArea {
      margin-top: 1em; } }
  .columnArea__item {
    width: 30%;
    margin-bottom: 2.5em; }
    @media screen and (max-width: 767px) {
      .columnArea__item {
        width: 48%;
        margin-bottom: 1em; } }
    @media screen and (max-width: 399px) {
      .columnArea__item {
        width: 100%; } }
    .columnArea__item a:hover {
      color: #2038b1; }
    @media screen and (max-width: 767px) {
      .columnArea__item:not(:nth-child(2n)) {
        margin-right: 4%; } }
    @media screen and (max-width: 399px) {
      .columnArea__item:not(:nth-child(2n)) {
        margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .columnArea__item:not(:nth-child(3n)) {
        margin-right: 5%; } }
  .columnArea__title {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    font-weight: 500;
    border-bottom: 2px solid #F4F4F4;
    padding: .5em 0; }
    @media screen and (min-width: 1440px) {
      .columnArea__title {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .columnArea__title {
        font-size: 14px;
        font-size: 1.4rem; } }

.companyInfoArea {
  margin: 90px 90px 0px;
  padding: 60px 180px;
  background: #fff; }
  @media screen and (max-width: 1439px) {
    .companyInfoArea {
      margin: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .companyInfoArea {
      padding: calc( 60vw / 1440 * 100) calc( 180vw / 1440 * 100); } }
  @media screen and (max-width: 991px) {
    .companyInfoArea {
      padding: 60px 90px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .companyInfoArea {
      padding: calc( 60vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  .companyInfoArea__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .companyInfoArea__item {
    width: 30%; }
    @media screen and (max-width: 767px) {
      .companyInfoArea__item {
        width: 100%;
        margin: 1em 0; } }
  .companyInfoArea__thumb {
    overflow: hidden; }
    .companyInfoArea__thumb img {
      transition: 0.6s all ease-in-out; }
      .companyInfoArea__thumb img:hover {
        transition: 0.6s all ease-in-out; }
  .companyInfoArea__englishTitle {
    font-size: 40px;
    font-size: calc( 40vw / 1440 * 100);
    color: #ddd;
    margin-top: -.45em;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    letter-spacing: .2em;
    font-weight: 300; }
    @media screen and (min-width: 1440px) {
      .companyInfoArea__englishTitle {
        font-size: 40px;
        font-size: 4rem; } }
    @media screen and (max-width: 991px) {
      .companyInfoArea__englishTitle {
        font-size: 40px;
        font-size: 4rem; } }
    @media screen and (max-width: 991px) {
      .companyInfoArea__englishTitle {
        font-size: 36px;
        font-size: calc( 36vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .companyInfoArea__englishTitle {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .companyInfoArea__englishTitle {
      font-size: 36px;
      font-size: 3.6rem; } }
  .companyInfoArea__title {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    display: flex;
    align-items: flex-end;
    color: #999;
    white-space: nowrap;
    line-height: 1;
    font-weight: 500; }
    @media screen and (min-width: 1440px) {
      .companyInfoArea__title {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .companyInfoArea__title {
        font-size: 14px;
        font-size: 1.4rem; } }
    .companyInfoArea__title::before {
      content: "";
      width: 100%;
      height: 1px;
      background: #ccc;
      margin-right: 1em; }
  @media screen and (min-width: 768px) {
    .companyInfoArea__item:hover .companyInfoArea__thumb img {
      transform: scale(1.1); } }

.connectLine {
  position: relative; }
  .connectLine::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 90px;
    margin-bottom: -90px;
    background: #999;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    @media screen and (min-width: 768px) {
      .connectLine::after {
        height: calc( 90vw / 1440 * 100);
        max-height: 90px; } }
    @media screen and (max-width: 767px) {
      .connectLine::after {
        height: 67.5px; } }
    @media screen and (max-width: 1439px) {
      .connectLine::after {
        margin-bottom: calc( -90vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .connectLine::after {
        display: none; } }

.contactBlock {
  padding: 0px 90px; }
  @media screen and (max-width: 1439px) {
    .contactBlock {
      padding: calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  .contactBlock .tab {
    width: 810px;
    height: 90px;
    justify-content: flex-start; }
    @media screen and (min-width: 768px) {
      .contactBlock .tab {
        width: calc( 810vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .contactBlock .tab {
        height: calc( 90vw / 1440 * 100);
        max-height: 90px; } }
    @media screen and (max-width: 767px) {
      .contactBlock .tab {
        height: 67.5px; } }
    @media screen and (max-width: 767px) {
      .contactBlock .tab {
        width: 100%;
        max-width: none;
        height: auto; } }
    .contactBlock .tab__item {
      width: 270px;
      height: 90px; }
      @media screen and (min-width: 768px) {
        .contactBlock .tab__item {
          width: calc( 270vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .contactBlock .tab__item {
          height: calc( 90vw / 1440 * 100);
          max-height: 90px; } }
      @media screen and (max-width: 767px) {
        .contactBlock .tab__item {
          height: 67.5px; } }
      @media screen and (max-width: 767px) {
        .contactBlock .tab__item {
          width: 100%;
          max-width: none;
          height: auto; } }
  .contactBlock__body {
    padding: 45px 90px;
    background: #fff; }
    @media screen and (max-width: 1439px) {
      .contactBlock__body {
        padding: calc( 45vw / 1440 * 100) calc( 90vw / 1440 * 100); } }

.entryContent {
  *zoom: 1; }
  .entryContent:after {
    content: "";
    display: table;
    clear: both; }
  .entryContent h2 {
    font-size: 26px;
    font-size: calc( 26vw / 1440 * 100);
    border-bottom: 1px solid #eee;
    margin-bottom: .5em;
    padding-bottom: .5em; }
    @media screen and (min-width: 1440px) {
      .entryContent h2 {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 991px) {
      .entryContent h2 {
        font-size: 26px;
        font-size: 2.6rem; } }
  .entryContent h3 {
    font-size: 22px;
    font-size: calc( 22vw / 1440 * 100);
    margin-bottom: .5em; }
    @media screen and (min-width: 1440px) {
      .entryContent h3 {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (max-width: 991px) {
      .entryContent h3 {
        font-size: 22px;
        font-size: 2.2rem; } }
  .entryContent h4 {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100);
    margin-bottom: .5em; }
    @media screen and (min-width: 1440px) {
      .entryContent h4 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .entryContent h4 {
        font-size: 20px;
        font-size: 2rem; } }
  .entryContent p {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    margin: 2em 0; }
    @media screen and (min-width: 1440px) {
      .entryContent p {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .entryContent p {
        font-size: 14px;
        font-size: 1.4rem; } }
  .entryContent ul, .entryContent ol {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    margin: 2em 0 2em 2em; }
    @media screen and (min-width: 1440px) {
      .entryContent ul, .entryContent ol {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .entryContent ul, .entryContent ol {
        font-size: 14px;
        font-size: 1.4rem; } }
    .entryContent ul li, .entryContent ol li {
      margin: 2em 0; }
  .entryContent ul {
    list-style: circle; }
  .entryContent ol {
    list-style: decimal; }
  .entryContent a {
    display: inline-block;
    border-bottom: 1px solid #999; }
    .entryContent a:hover {
      color: #2038b1;
      border-bottom-color: #2038b1; }
  .entryContent table {
    width: auto;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    margin: 2em 0; }
    @media screen and (min-width: 1440px) {
      .entryContent table {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .entryContent table {
        font-size: 14px;
        font-size: 1.4rem; } }
    .entryContent table th, .entryContent table td {
      border: 1px solid #eee;
      background: transparent;
      padding: .4em .8em;
      width: auto;
      vertical-align: middle; }
  .entryContent--notfirst {
    margin-top: 90px; }
    @media screen and (max-width: 1439px) {
      .entryContent--notfirst {
        margin-top: calc( 90vw / 1440 * 100); } }
  .entryContent--recruit h2 {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .entryContent--recruit h2 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .entryContent--recruit h2 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (min-width: 992px) {
      .entryContent--recruit h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        border: none; }
        .entryContent--recruit h2::before, .entryContent--recruit h2::after {
          content: "";
          width: 100%;
          height: 2px;
          display: block;
          background: #eee;
          z-index: 1; }
        .entryContent--recruit h2::before {
          margin-right: 1em; }
        .entryContent--recruit h2::after {
          margin-left: 1em; } }
  .entryContent--recruit table {
    width: 100%;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    border-bottom: none; }
    @media screen and (min-width: 1440px) {
      .entryContent--recruit table {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .entryContent--recruit table {
        font-size: 14px;
        font-size: 1.4rem; } }
    .entryContent--recruit table th, .entryContent--recruit table td {
      vertical-align: top;
      padding: 0 0 3em;
      border: none; }
      @media screen and (max-width: 991px) {
        .entryContent--recruit table th, .entryContent--recruit table td {
          display: block;
          padding: 0 0 1em; } }
    .entryContent--recruit table th {
      text-align: left;
      min-width: 16em; }
      .entryContent--recruit table th span {
        background: #7C8797;
        color: white;
        display: inline-block;
        padding: .2em 1em;
        min-width: 12em;
        text-align: center; }
    .entryContent--recruit table td {
      font-weight: 500; }
  .entryContent--company h2 {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .entryContent--company h2 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .entryContent--company h2 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (min-width: 992px) {
      .entryContent--company h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        border: none; }
        .entryContent--company h2::before, .entryContent--company h2::after {
          content: "";
          width: 100%;
          height: 2px;
          display: block;
          background: #eee;
          z-index: 1; }
        .entryContent--company h2::before {
          margin-right: 1em; }
        .entryContent--company h2::after {
          margin-left: 1em; } }
  .entryContent--company table {
    width: 100%;
    max-width: 540px;
    margin: 2em auto 0;
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100);
    border-bottom: none; }
    @media screen and (min-width: 1440px) {
      .entryContent--company table {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .entryContent--company table {
        font-size: 16px;
        font-size: 1.6rem; } }
    .entryContent--company table th, .entryContent--company table td {
      vertical-align: top;
      padding: 0 0 2.5em;
      border: none;
      font-weight: 400; }
      @media screen and (max-width: 991px) {
        .entryContent--company table th, .entryContent--company table td {
          display: block;
          padding: 0 0 1em; } }
    .entryContent--company table th {
      text-align: right;
      padding-right: 6em; }
      @media screen and (max-width: 767px) {
        .entryContent--company table th {
          text-align: left; } }
    @media screen and (max-width: 767px) {
      .entryContent--company table td {
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .entryContent--company table td {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .entryContent--company table td {
      font-size: 12px;
      font-size: 1.2rem; } }
    .entryContent--company table td h3 {
      font-size: 16px;
      font-size: calc( 16vw / 1440 * 100);
      display: flex;
      align-items: center;
      white-space: nowrap; }
      @media screen and (min-width: 1440px) {
        .entryContent--company table td h3 {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .entryContent--company table td h3 {
          font-size: 16px;
          font-size: 1.6rem; } }
      .entryContent--company table td h3::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #F4F4F4;
        margin-left: 1em; }
      @media screen and (max-width: 767px) {
        .entryContent--company table td h3 {
          font-size: 14px;
          font-size: calc( 14vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .entryContent--company table td h3 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .entryContent--company table td h3 {
      font-size: 14px;
      font-size: 1.4rem; } }
    .entryContent--company table td p {
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100);
      line-height: 1.6em; }
      @media screen and (min-width: 1440px) {
        .entryContent--company table td p {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .entryContent--company table td p {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 767px) {
        .entryContent--company table td p {
          margin: 0;
          font-size: 12px;
          font-size: calc( 12vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .entryContent--company table td p {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .entryContent--company table td p {
      font-size: 12px;
      font-size: 1.2rem; } }
    .entryContent--company table td img {
      width: 90px; }
      @media screen and (max-width: 767px) {
        .entryContent--company table td img {
          float: right;
          margin-left: 1em; } }
    .entryContent--company table td .button--plus {
      margin-top: 2em; }
      @media screen and (max-width: 767px) {
        .entryContent--company table td .button--plus {
          margin-top: 1em; } }
  .entryContent--company--secondary {
    margin-top: 90px; }
    @media screen and (max-width: 1439px) {
      .entryContent--company--secondary {
        margin-top: calc( 90vw / 1440 * 100); } }
    .entryContent--company--secondary table {
      width: 100%;
      max-width: 100%; }
      .entryContent--company--secondary table th {
        text-align: left;
        padding-right: 2em;
        width: 7em; }
        .entryContent--company--secondary table th[rowspan], .entryContent--company--secondary table th[rowspan] + * {
          padding: 0 0 1em; }
      .entryContent--company--secondary table td {
        font-size: 14px;
        font-size: calc( 14vw / 1440 * 100);
        padding: 0 0 1em; }
        @media screen and (min-width: 1440px) {
          .entryContent--company--secondary table td {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 991px) {
          .entryContent--company--secondary table td {
            font-size: 14px;
            font-size: 1.4rem; } }
  .entryContent--material h2, .entryContent--message h2 {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .entryContent--material h2, .entryContent--message h2 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .entryContent--material h2, .entryContent--message h2 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .entryContent--material h2, .entryContent--message h2 {
        border-bottom: 1px solid #eee; } }
    @media screen and (min-width: 992px) {
      .entryContent--material h2, .entryContent--message h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        border: none; }
        .entryContent--material h2::before, .entryContent--material h2::after, .entryContent--message h2::before, .entryContent--message h2::after {
          content: "";
          width: 100%;
          height: 2px;
          display: block;
          background: #eee;
          z-index: 1; }
        .entryContent--material h2::before, .entryContent--message h2::before {
          margin-right: 1em; }
        .entryContent--material h2::after, .entryContent--message h2::after {
          margin-left: 1em; } }
    .entryContent--material h2:not(:first-child), .entryContent--message h2:not(:first-child) {
      margin-top: 4em; }
      @media screen and (max-width: 767px) {
        .entryContent--material h2:not(:first-child), .entryContent--message h2:not(:first-child) {
          margin-top: 1em; } }
  .entryContent--concept section {
    clear: both;
    *zoom: 1; }
    .entryContent--concept section:after {
      content: "";
      display: table;
      clear: both; }
  .entryContent--concept h2 {
    text-align: center;
    border-bottom: none;
    font-size: 30px;
    font-size: calc( 30vw / 1440 * 100);
    font-weight: 200; }
    @media screen and (min-width: 1440px) {
      .entryContent--concept h2 {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 991px) {
      .entryContent--concept h2 {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 767px) {
      .entryContent--concept h2 {
        text-align: left;
        font-size: 24px;
        font-size: calc( 24vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .entryContent--concept h2 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .entryContent--concept h2 {
      font-size: 24px;
      font-size: 2.4rem; } }
  .entryContent--concept h3 {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100);
    margin-bottom: 2em; }
    @media screen and (min-width: 1440px) {
      .entryContent--concept h3 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .entryContent--concept h3 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .entryContent--concept h3 {
        border-bottom: 1px solid #eee; } }
    @media screen and (min-width: 992px) {
      .entryContent--concept h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        border: none; }
        .entryContent--concept h3::before, .entryContent--concept h3::after {
          content: "";
          width: 100%;
          height: 2px;
          display: block;
          background: #eee;
          z-index: 1; }
        .entryContent--concept h3::before {
          margin-right: 1em; }
        .entryContent--concept h3::after {
          margin-left: 1em; } }
    .entryContent--concept h3:not(:first-child) {
      margin-top: 4em; }
      @media screen and (max-width: 767px) {
        .entryContent--concept h3:not(:first-child) {
          margin-top: 1em; } }
  .entryContent--concept p {
    line-height: 2; }
  .entryContent--concept .buttonArea {
    margin-top: 4em; }
    @media screen and (max-width: 767px) {
      .entryContent--concept .buttonArea {
        margin-top: 2em; } }

label {
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    label {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      padding: 0 .5em; } }

select {
  appearance: button;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #fff;
  background-image: url(../img/form-parts/_part-select.png);
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: right 6px center;
  color: #323c57;
  padding: 0 3em 0 .8em;
  margin: .2em 0;
  height: 1.8em;
  line-height: 1.8em;
  cursor: pointer;
  transition: 0.15s all ease-in-out; }
  select:hover {
    transition: 0.15s all ease-in-out; }
  select:hover {
    border-color: #323c57; }

input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  margin-top: .2em;
  font-size: 16px;
  font-size: calc( 16vw / 1440 * 100);
  z-index: 2;
  cursor: pointer;
  user-select: none; }
  @media screen and (min-width: 1440px) {
    input[type="radio"] {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 991px) {
    input[type="radio"] {
      font-size: 16px;
      font-size: 1.6rem; } }
  input[type="radio"] + span {
    line-height: 1;
    color: #999;
    display: flex;
    align-items: center; }
    input[type="radio"] + span::before {
      content: "";
      width: 22px;
      min-width: 22px;
      height: 22px;
      margin-right: .5em;
      display: block;
      background-image: url(../img/form-parts/_part-radio.png);
      background-size: 22px 500px;
      background-position: 0 -100px;
      background-repeat: no-repeat; }
  @media screen and (min-width: 992px) {
    input[type="radio"]:hover + span,
    input[type="radio"] + span:hover {
      color: #333; }
      input[type="radio"]:hover + span::before,
      input[type="radio"] + span:hover::before {
        background-position: 0 -400px; } }
  input[type="radio"]:checked + span {
    color: #333; }
    input[type="radio"]:checked + span::before {
      background-position: 0 0; }
  input[type="radio"]:disabled + span {
    cursor: no-drop; }
    input[type="radio"]:disabled + span::before {
      background-position: 0 -200px; }
  input[type="radio"]:checked:disabled + span {
    cursor: no-drop; }
    input[type="radio"]:checked:disabled + span::before {
      background-position: 0 -300px; }

input[type="checkbox"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  margin-top: .2em;
  font-size: 16px;
  font-size: calc( 16vw / 1440 * 100);
  z-index: 2;
  cursor: pointer;
  user-select: none; }
  @media screen and (min-width: 1440px) {
    input[type="checkbox"] {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 991px) {
    input[type="checkbox"] {
      font-size: 16px;
      font-size: 1.6rem; } }
  input[type="checkbox"] + span {
    line-height: 1;
    color: #999;
    display: flex;
    align-items: center; }
    input[type="checkbox"] + span small {
      letter-spacing: 0; }
    input[type="checkbox"] + span::before {
      content: "";
      width: 22px;
      min-width: 22px;
      height: 22px;
      margin-right: .5em;
      display: block;
      background-image: url(../img/form-parts/_part-checkbox.png);
      background-size: 22px 500px;
      background-position: 0 -100px;
      background-repeat: no-repeat; }
  @media screen and (min-width: 992px) {
    input[type="checkbox"]:hover + span,
    input[type="checkbox"] + span:hover {
      color: #333; }
      input[type="checkbox"]:hover + span::before,
      input[type="checkbox"] + span:hover::before {
        background-position: 0 -400px; } }
  input[type="checkbox"]:checked + span {
    color: #333; }
    input[type="checkbox"]:checked + span::before {
      background-position: 0 0; }
  input[type="checkbox"]:disabled + span {
    cursor: no-drop; }
    input[type="checkbox"]:disabled + span::before {
      background-position: 0 -200px; }
  input[type="checkbox"]:checked:disabled + span {
    cursor: no-drop; }
    input[type="checkbox"]:checked:disabled + span::before {
      background-position: 0 -300px; }

button, input[type="button"], input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  color: #fff;
  border: none;
  background-color: #182a86;
  font-size: 14px;
  font-size: calc( 14vw / 1440 * 100);
  font-weight: 500;
  text-align: center;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  font-family: "fontAwesome", "Noto Sans Japanese", "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif !important;
  letter-spacing: .1em; }
  @media screen and (min-width: 1440px) {
    button, input[type="button"], input[type="submit"] {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 991px) {
    button, input[type="button"], input[type="submit"] {
      font-size: 14px;
      font-size: 1.4rem; } }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    transition: 0.3s all ease-in-out; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #101c5b; }
  @media screen and (max-width: 767px) {
    button, input[type="button"], input[type="submit"] {
      padding: 1em 2em; } }

.grade {
  margin-top: 4em; }
  .grade__item {
    border-left: 10px solid rgba(0, 0, 0, 0.02);
    border-right: 10px solid rgba(0, 0, 0, 0.02);
    padding: 1em 4em; }
    @media screen and (max-width: 991px) {
      .grade__item {
        padding: 1em 3em; } }
    @media screen and (max-width: 767px) {
      .grade__item {
        padding: 1em 1em;
        border: none; } }
    .grade__item h3 {
      font-size: 28px;
      font-size: calc( 28vw / 1440 * 100);
      margin-bottom: 0;
      padding-bottom: 0; }
      @media screen and (min-width: 1440px) {
        .grade__item h3 {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media screen and (max-width: 991px) {
        .grade__item h3 {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media screen and (max-width: 991px) {
        .grade__item h3 {
          font-size: 22px;
          font-size: calc( 22vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .grade__item h3 {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .grade__item h3 {
      font-size: 22px;
      font-size: 2.2rem; } }
      @media screen and (max-width: 767px) {
        .grade__item h3 {
          border-bottom: 1px solid rgba(0, 0, 0, 0.05);
          padding-bottom: .5em;
          margin-bottom: .5em; } }
      .grade__item h3 b {
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .grade__item h3 b {
            display: block; } }
      @media screen and (max-width: 767px) {
        .grade__item h3 span {
          display: none; } }
    .grade__item p {
      margin-top: 0;
      margin-bottom: 0; }
    .grade__item.grade01 {
      background: rgba(249, 171, 135, 0.1);
      box-shadow: 0 -10px 0 rgba(249, 171, 135, 0.8); }
    .grade__item.grade02 {
      background: rgba(243, 219, 118, 0.1);
      box-shadow: 0 -10px 0 rgba(243, 219, 118, 0.8); }
    .grade__item.grade03 {
      background: rgba(186, 221, 115, 0.1);
      box-shadow: 0 -10px 0 rgba(186, 221, 115, 0.8); }
    .grade__item.grade04 {
      background: rgba(146, 215, 156, 0.1);
      box-shadow: 0 -10px 0 rgba(146, 215, 156, 0.8); }
    .grade__item.grade05 {
      background: rgba(89, 189, 163, 0.1);
      box-shadow: 0 -10px 0 rgba(89, 189, 163, 0.8); }
    .grade__item.grade06 {
      background: rgba(76, 166, 194, 0.1);
      box-shadow: 0 -10px 0 rgba(76, 166, 194, 0.8); }
    .grade__item.grade07 {
      background: rgba(60, 97, 169, 0.1);
      box-shadow: 0 -10px 0 rgba(60, 97, 169, 0.8); }
  .grade__detail {
    font-size: 18px;
    font-size: calc( 18vw / 1440 * 100);
    background: #fff;
    padding: 1em 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    min-height: 5.5em; }
    @media screen and (min-width: 1440px) {
      .grade__detail {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      .grade__detail {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      .grade__detail {
        font-size: 16px;
        font-size: calc( 16vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .grade__detail {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .grade__detail {
      font-size: 16px;
      font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .grade__detail {
        font-size: 14px;
        font-size: calc( 14vw / 1440 * 100);
        padding: 1em 1em; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .grade__detail {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .grade__detail {
      font-size: 14px;
      font-size: 1.4rem; } }

.introduce {
  margin-top: 10em;
  margin-bottom: 10em; }
  @media screen and (max-width: 991px) {
    .introduce {
      margin-top: 6em;
      margin-bottom: 6em; } }
  .introduce__title {
    font-size: 2rem !important;
    line-height: 1.6em !important; }
    .introduce__title img {
      display: inline-block;
      height: 1.5em; }
  .introduce__label {
    display: inline-block;
    background: #ebeff2;
    padding: 0 1em;
    margin-right: 1em;
    margin-bottom: .5em; }
  .introduce__text {
    display: inline-block; }
  .introduce__detail {
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 1440px) {
      .introduce__detail {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .introduce__detail {
        flex-wrap: wrap; } }
  .introduce__detail-thumbs {
    width: calc( 100% * ( 300 / 900 )); }
    @media screen and (max-width: 767px) {
      .introduce__detail-thumbs {
        display: flex;
        width: 100%;
        justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .introduce__thumb:not(:first-child) {
      margin-top: 1.5em; } }
  @media screen and (max-width: 767px) {
    .introduce__thumb {
      width: 49%;
      margin-bottom: 1em; } }
  .introduce__detail-datas {
    width: calc( 100% * ( 570 / 900 )); }
    @media screen and (max-width: 767px) {
      .introduce__detail-datas {
        width: 100%; } }
  .introduce__career {
    text-align: center;
    height: 300px;
    margin-bottom: 1.5em;
    border: 0.5em solid rgba(235, 239, 242, 0.5);
    padding: 2em 3em; }
    @media screen and (min-width: 768px) {
      .introduce__career {
        height: calc( 300vw / 1440 * 100);
        max-height: 300px; } }
    @media screen and (max-width: 767px) {
      .introduce__career {
        height: 225px; } }
    @media screen and (max-width: 991px) {
      .introduce__career {
        padding: 1em 2em;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .introduce__career {
        height: auto; } }
    .introduce__career h5 {
      display: inline-block;
      background: rgba(235, 239, 242, 0.5);
      color: rgba(122, 135, 153, 0.8);
      font-weight: 800;
      padding: 0 3em;
      border-radius: 1em; }
      @media screen and (max-width: 991px) {
        .introduce__career h5 {
          margin-bottom: 0; } }
    .introduce__career table {
      width: 100%;
      height: calc( 100% - 3em);
      font-size: 16px;
      font-size: calc( 16vw / 1440 * 100);
      color: #7a8799; }
      @media screen and (min-width: 1440px) {
        .introduce__career table {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .introduce__career table {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .introduce__career table {
          font-size: 12px;
          font-size: calc( 12vw / 1440 * 100);
          margin: 1em 0; } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .introduce__career table {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .introduce__career table {
      font-size: 12px;
      font-size: 1.2rem; } }
      @media screen and (max-width: 767px) {
        .introduce__career table {
          font-size: 14px;
          font-size: calc( 14vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .introduce__career table {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .introduce__career table {
      font-size: 14px;
      font-size: 1.4rem; } }
      @media screen and (max-width: 399px) {
        .introduce__career table {
          font-size: 14px;
          font-size: calc( 14vw / 1440 * 100); } }
  @media screen and (max-width: 399px) and (min-width: 1440px) {
    .introduce__career table {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 399px) and (max-width: 991px) {
    .introduce__career table {
      font-size: 14px;
      font-size: 1.4rem; } }
      .introduce__career table th, .introduce__career table td {
        text-align: left;
        padding: 0 !important; }
        @media screen and (max-width: 991px) {
          .introduce__career table th, .introduce__career table td {
            display: table-cell; } }
        @media screen and (max-width: 399px) {
          .introduce__career table th, .introduce__career table td {
            display: block; } }
      .introduce__career table th {
        min-width: 12em;
        width: 12em; }
        @media screen and (max-width: 991px) {
          .introduce__career table th {
            min-width: 9em;
            width: 9em; } }
        @media screen and (max-width: 399px) {
          .introduce__career table th {
            margin-top: 1em; } }
      .introduce__career table td {
        width: calc( 100% - 12em); }
        @media screen and (max-width: 991px) {
          .introduce__career table td {
            width: 100%; } }

.introduce-interview {
  margin-top: 3em; }
  .introduce-interview__detail {
    background: #ebeff2;
    padding: 2em 5em;
    display: none; }
    @media screen and (max-width: 991px) {
      .introduce-interview__detail {
        padding: 2em 3em; } }
    @media screen and (max-width: 767px) {
      .introduce-interview__detail {
        padding: 1em 1em; } }
  @media screen and (min-width: 992px) {
    .introduce-interview h4 {
      display: flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      border: none; }
      .introduce-interview h4::before, .introduce-interview h4::after {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        background: rgba(204, 204, 204, 0.5);
        z-index: 1; }
      .introduce-interview h4::before {
        margin-right: 1em; }
      .introduce-interview h4::after {
        margin-left: 1em; } }
  .introduce-interview__lead {
    text-align: center; }
    .introduce-interview__lead img {
      height: 1.6em; }
  .introduce-interview__trigger {
    background: rgba(24, 42, 134, 0.5);
    text-align: center;
    position: relative;
    color: #fff;
    padding: .5em 0 1.5em;
    transition: 0.15s all ease-in-out;
    cursor: pointer; }
    .introduce-interview__trigger:hover {
      transition: 0.15s all ease-in-out; }
    @media screen and (min-width: 992px) {
      .introduce-interview__trigger:hover {
        background: #182a86; } }
    .introduce-interview__trigger::before {
      content: '';
      display: block;
      width: .5em;
      height: .5em;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: rotate(45deg);
      position: absolute;
      left: calc( 50% - .25em);
      bottom: 1em; }
    .introduce-interview__trigger .secondary {
      display: none; }
    .introduce-interview__trigger.active {
      padding: 1.5em 0 .5em; }
      .introduce-interview__trigger.active .secondary {
        display: inline; }
      .introduce-interview__trigger.active .primary {
        display: none; }
      .introduce-interview__trigger.active::before {
        transform: rotate(-135deg);
        bottom: auto;
        top: 1em; }

.labelArea {
  padding-top: 2em; }
  .labelArea__title {
    background: #ebeff2;
    padding: .2em;
    text-align: center;
    border-radius: 1.5em;
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100);
    font-weight: 500; }
    @media screen and (min-width: 1440px) {
      .labelArea__title {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .labelArea__title {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .labelArea__title {
        padding: .5em 1em;
        border-radius: .8em; } }
  .labelArea__box {
    display: flex;
    justify-content: space-between;
    margin-top: 2em; }
    @media screen and (max-width: 767px) {
      .labelArea__box {
        flex-wrap: wrap; } }
  .labelArea__lead {
    width: calc( 100% - 405px);
    font-size: 15px;
    font-size: calc( 15vw / 1440 * 100);
    padding-right: 2em; }
    @media screen and (min-width: 1440px) {
      .labelArea__lead {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media screen and (max-width: 991px) {
      .labelArea__lead {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media screen and (max-width: 1199px) {
      .labelArea__lead {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .labelArea__lead {
        width: 100%;
        padding-right: 0; } }
  .labelArea__thumb {
    width: 405px; }
    @media screen and (max-width: 1199px) {
      .labelArea__thumb {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .labelArea__thumb {
        width: 100%;
        max-width: 405px;
        margin: 2em auto; } }

.loadBegin {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loadBegin::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.1;
    filter: alpha(opacity=10); }
  .loadBegin__item {
    width: 10em;
    position: relative; }
    @media screen and (max-width: 991px) {
      .loadBegin__item {
        margin-bottom: 4em; } }
  .loadBegin__text {
    font-size: 10px;
    font-size: calc( 10vw / 1440 * 100);
    position: absolute;
    bottom: 0; }
    @media screen and (min-width: 1440px) {
      .loadBegin__text {
        font-size: 10px;
        font-size: 1rem; } }
    @media screen and (max-width: 991px) {
      .loadBegin__text {
        font-size: 10px;
        font-size: 1rem; } }
  .loadBegin {
    background: #fff; }
  .loadBegin #load {
    position: absolute;
    width: 600px;
    height: 36px;
    left: 50%;
    top: 40%;
    margin-left: -300px;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }
  .loadBegin #load div {
    position: absolute;
    width: 20px;
    height: 36px;
    opacity: 0;
    font-family: Helvetica, Arial, sans-serif;
    animation: move 2s linear infinite;
    -o-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -webkit-animation: move 2s linear infinite;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: #101c5b;
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .loadBegin #load div {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .loadBegin #load div {
        font-size: 20px;
        font-size: 2rem; } }
  .loadBegin #load div:nth-child(2) {
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s; }
  .loadBegin #load div:nth-child(3) {
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s; }
  .loadBegin #load div:nth-child(4) {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s; }
  .loadBegin #load div:nth-child(5) {
    animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s; }
  .loadBegin #load div:nth-child(6) {
    animation-delay: 1s;
    -o-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s; }
  .loadBegin #load div:nth-child(7) {
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s; }

@keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0; } }

@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0; } }

@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0; } }

@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0; } }

.lowerKeyVisual {
  margin: 0px 90px 90px;
  padding: 45px 45px;
  height: 360px;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 1439px) {
    .lowerKeyVisual {
      margin: calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .lowerKeyVisual {
      padding: calc( 45vw / 1440 * 100) calc( 45vw / 1440 * 100); } }
  @media screen and (min-width: 768px) {
    .lowerKeyVisual {
      height: calc( 360vw / 1440 * 100);
      max-height: 360px; } }
  @media screen and (max-width: 767px) {
    .lowerKeyVisual {
      height: 270px; } }
  @media screen and (max-width: 767px) {
    .lowerKeyVisual {
      height: 200px; } }
  .lowerKeyVisual__inner {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .lowerKeyVisual__inner {
        padding: 0; } }
  .lowerKeyVisual__title {
    text-align: center;
    font-size: 34px;
    font-size: calc( 34vw / 1440 * 100);
    width: 360px;
    font-weight: 200;
    color: #666; }
    @media screen and (min-width: 1440px) {
      .lowerKeyVisual__title {
        font-size: 34px;
        font-size: 3.4rem; } }
    @media screen and (max-width: 991px) {
      .lowerKeyVisual__title {
        font-size: 34px;
        font-size: 3.4rem; } }
    @media screen and (min-width: 768px) {
      .lowerKeyVisual__title {
        width: calc( 360vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .lowerKeyVisual__title {
        font-weight: 300; } }
    .lowerKeyVisual__title--large {
      font-size: 100px;
      font-size: calc( 100vw / 1440 * 100);
      font-weight: 700;
      color: rgba(255, 255, 255, 0.7);
      text-transform: uppercase;
      line-height: 1em;
      width: 100%;
      padding-top: 1em; }
      @media screen and (min-width: 1440px) {
        .lowerKeyVisual__title--large {
          font-size: 100px;
          font-size: 10rem; } }
      @media screen and (max-width: 991px) {
        .lowerKeyVisual__title--large {
          font-size: 100px;
          font-size: 10rem; } }
      @media screen and (max-width: 991px) {
        .lowerKeyVisual__title--large {
          font-size: 70px;
          font-size: calc( 70vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .lowerKeyVisual__title--large {
      font-size: 70px;
      font-size: 7rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .lowerKeyVisual__title--large {
      font-size: 70px;
      font-size: 7rem; } }
      @media screen and (max-width: 767px) {
        .lowerKeyVisual__title--large {
          font-size: 50px;
          font-size: calc( 50vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .lowerKeyVisual__title--large {
      font-size: 50px;
      font-size: 5rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .lowerKeyVisual__title--large {
      font-size: 50px;
      font-size: 5rem; } }
      @media screen and (max-width: 399px) {
        .lowerKeyVisual__title--large {
          font-size: 38px;
          font-size: calc( 38vw / 1440 * 100); } }
  @media screen and (max-width: 399px) and (min-width: 1440px) {
    .lowerKeyVisual__title--large {
      font-size: 38px;
      font-size: 3.8rem; } }
  @media screen and (max-width: 399px) and (max-width: 991px) {
    .lowerKeyVisual__title--large {
      font-size: 38px;
      font-size: 3.8rem; } }
    .lowerKeyVisual__title small {
      display: block;
      font-size: 16px;
      font-size: calc( 16vw / 1440 * 100);
      position: relative;
      padding-top: .6em;
      font-weight: 500; }
      @media screen and (min-width: 1440px) {
        .lowerKeyVisual__title small {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .lowerKeyVisual__title small {
          font-size: 16px;
          font-size: 1.6rem; } }
      .lowerKeyVisual__title small::before {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.1); }
  .lowerKeyVisual__inner.white {
    border: none; }
    @media screen and (max-width: 767px) {
      .lowerKeyVisual__inner.white {
        padding-top: 1em; } }
    .lowerKeyVisual__inner.white .lowerKeyVisual__title {
      font-size: 29px;
      font-size: calc( 29vw / 1440 * 100);
      width: 540px;
      box-sizing: border-box;
      background: #fff;
      padding: 1.5em 3em 2em; }
      @media screen and (min-width: 1440px) {
        .lowerKeyVisual__inner.white .lowerKeyVisual__title {
          font-size: 29px;
          font-size: 2.9rem; } }
      @media screen and (max-width: 991px) {
        .lowerKeyVisual__inner.white .lowerKeyVisual__title {
          font-size: 29px;
          font-size: 2.9rem; } }
      @media screen and (min-width: 768px) {
        .lowerKeyVisual__inner.white .lowerKeyVisual__title {
          width: calc( 540vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .lowerKeyVisual__inner.white .lowerKeyVisual__title {
          font-size: 24px;
          font-size: calc( 24vw / 1440 * 100);
          padding: 1em 2em 1.5em; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .lowerKeyVisual__inner.white .lowerKeyVisual__title {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .lowerKeyVisual__inner.white .lowerKeyVisual__title {
      font-size: 24px;
      font-size: 2.4rem; } }
  .lowerKeyVisual__inner.transparent {
    border: none; }
  .lowerKeyVisual__inner.black {
    border: none; }
    @media screen and (max-width: 767px) {
      .lowerKeyVisual__inner.black {
        padding-top: 1em; } }
    .lowerKeyVisual__inner.black .lowerKeyVisual__title {
      color: #fff;
      font-size: 32px;
      font-size: calc( 32vw / 1440 * 100);
      width: 540px;
      box-sizing: border-box;
      background-color: rgba(0, 7, 35, 0.2);
      padding: .7em 1em 1.5em 6em;
      position: relative;
      box-shadow: 0 0 10px rgba(0, 7, 35, 0.2);
      text-align: left; }
      @media screen and (min-width: 1440px) {
        .lowerKeyVisual__inner.black .lowerKeyVisual__title {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media screen and (max-width: 991px) {
        .lowerKeyVisual__inner.black .lowerKeyVisual__title {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media screen and (min-width: 768px) {
        .lowerKeyVisual__inner.black .lowerKeyVisual__title {
          width: calc( 540vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .lowerKeyVisual__inner.black .lowerKeyVisual__title {
          text-align: center; } }
      .lowerKeyVisual__inner.black .lowerKeyVisual__title::before {
        content: "";
        width: 4em;
        height: 4em;
        display: block;
        position: absolute;
        left: 1em;
        background: url(../img/common/symbol.svg);
        background-size: cover;
        background-repeat: no-repeat; }
        @media screen and (max-width: 991px) {
          .lowerKeyVisual__inner.black .lowerKeyVisual__title::before {
            width: 3.5em;
            height: 3.5em; } }
        @media screen and (max-width: 767px) {
          .lowerKeyVisual__inner.black .lowerKeyVisual__title::before {
            width: 4em;
            height: 4em;
            top: 1em;
            left: 50%;
            margin-left: -2em; } }
      .lowerKeyVisual__inner.black .lowerKeyVisual__title small::before {
        background: rgba(255, 255, 255, 0.3); }
      @media screen and (max-width: 767px) {
        .lowerKeyVisual__inner.black .lowerKeyVisual__title small {
          font-size: 14px;
          font-size: calc( 14vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .lowerKeyVisual__inner.black .lowerKeyVisual__title small {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .lowerKeyVisual__inner.black .lowerKeyVisual__title small {
      font-size: 14px;
      font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .lowerKeyVisual__inner.black .lowerKeyVisual__title {
          width: 450px; } }
      @media screen and (max-width: 767px) {
        .lowerKeyVisual__inner.black .lowerKeyVisual__title {
          font-size: 24px;
          font-size: calc( 24vw / 1440 * 100);
          padding: 5em 1em 1.5em; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .lowerKeyVisual__inner.black .lowerKeyVisual__title {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .lowerKeyVisual__inner.black .lowerKeyVisual__title {
      font-size: 24px;
      font-size: 2.4rem; } }
  .lowerKeyVisual.large {
    height: 450px; }
    @media screen and (min-width: 768px) {
      .lowerKeyVisual.large {
        height: calc( 450vw / 1440 * 100);
        max-height: 450px; } }
    @media screen and (max-width: 767px) {
      .lowerKeyVisual.large {
        height: 337.5px; } }
    @media screen and (max-width: 767px) {
      .lowerKeyVisual.large {
        height: auto;
        background-size: 200% auto;
        background-repeat: no-repeat;
        background-position: center top; } }
    .lowerKeyVisual.large .lowerKeyVisual__title {
      margin-top: -90px; }
      @media screen and (max-width: 1439px) {
        .lowerKeyVisual.large .lowerKeyVisual__title {
          margin-top: calc( -90vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .lowerKeyVisual.large .lowerKeyVisual__title {
          margin-top: 0;
          margin-bottom: 1em; } }
  .lowerKeyVisual.xlarge {
    height: 630px; }
    @media screen and (min-width: 768px) {
      .lowerKeyVisual.xlarge {
        height: calc( 630vw / 1440 * 100);
        max-height: 630px; } }
    @media screen and (max-width: 767px) {
      .lowerKeyVisual.xlarge {
        height: 472.5px; } }
    @media screen and (max-width: 767px) {
      .lowerKeyVisual.xlarge {
        height: auto;
        background-size: 200% auto;
        background-repeat: no-repeat;
        background-position: center top; } }
    .lowerKeyVisual.xlarge .lowerKeyVisual__title {
      margin-top: -90px; }
      @media screen and (max-width: 1439px) {
        .lowerKeyVisual.xlarge .lowerKeyVisual__title {
          margin-top: calc( -90vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .lowerKeyVisual.xlarge .lowerKeyVisual__title {
          margin-top: 0;
          margin-bottom: 1em;
          padding: 1.8em 0; } }
  .lowerKeyVisual__closing {
    background: #fff;
    margin: -45px 45px 90px;
    padding: 60px 180px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1439px) {
      .lowerKeyVisual__closing {
        margin: calc( -45vw / 1440 * 100) calc( 45vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
    @media screen and (max-width: 1439px) {
      .lowerKeyVisual__closing {
        padding: calc( 60vw / 1440 * 100) calc( 180vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .lowerKeyVisual__closing {
        margin: 1em 0 0;
        padding: 2em 3em; } }
    .lowerKeyVisual__closing__title {
      font-size: 20px;
      font-size: calc( 20vw / 1440 * 100);
      margin-bottom: 2em; }
      @media screen and (min-width: 1440px) {
        .lowerKeyVisual__closing__title {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 991px) {
        .lowerKeyVisual__closing__title {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 767px) {
        .lowerKeyVisual__closing__title {
          margin-bottom: 1em; } }
      @media screen and (min-width: 992px) {
        .lowerKeyVisual__closing__title {
          display: flex;
          align-items: center;
          justify-content: center;
          white-space: nowrap;
          border: none; }
          .lowerKeyVisual__closing__title::before, .lowerKeyVisual__closing__title::after {
            content: "";
            width: 100%;
            height: 2px;
            display: block;
            background: #eee;
            z-index: 1; }
          .lowerKeyVisual__closing__title::before {
            margin-right: 1em; }
          .lowerKeyVisual__closing__title::after {
            margin-left: 1em; } }
    .lowerKeyVisual__closing__lead {
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100); }
      @media screen and (min-width: 1440px) {
        .lowerKeyVisual__closing__lead {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .lowerKeyVisual__closing__lead {
          font-size: 14px;
          font-size: 1.4rem; } }
      .lowerKeyVisual__closing__lead.small {
        font-size: 14px;
        font-size: calc( 14vw / 1440 * 100);
        font-size: 1.4rem !important; }
        @media screen and (min-width: 1440px) {
          .lowerKeyVisual__closing__lead.small {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 991px) {
          .lowerKeyVisual__closing__lead.small {
            font-size: 14px;
            font-size: 1.4rem; } }
    .lowerKeyVisual__closing.large {
      padding: 75px 180px; }
      @media screen and (max-width: 1439px) {
        .lowerKeyVisual__closing.large {
          padding: calc( 75vw / 1440 * 100) calc( 180vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .lowerKeyVisual__closing.large {
          margin: 1em 0 0;
          padding: 2em 2em; } }
      .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title {
        font-size: 35px;
        font-size: calc( 35vw / 1440 * 100);
        font-weight: 100;
        margin-bottom: .5em; }
        @media screen and (min-width: 1440px) {
          .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title {
            font-size: 35px;
            font-size: 3.5rem; } }
        @media screen and (max-width: 991px) {
          .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title {
            font-size: 35px;
            font-size: 3.5rem; } }
        @media screen and (max-width: 991px) {
          .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title {
            font-size: 30px;
            font-size: calc( 30vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title {
      font-size: 30px;
      font-size: 3rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title {
      font-size: 30px;
      font-size: 3rem; } }
        @media screen and (max-width: 767px) {
          .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title {
            text-align: center;
            margin-bottom: 1em;
            font-weight: 200;
            font-size: 24px;
            font-size: calc( 24vw / 1440 * 100);
            line-height: 1.4; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title {
      font-size: 24px;
      font-size: 2.4rem; } }
        @media screen and (min-width: 992px) {
          .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title {
            display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            border: none; }
            .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title::before, .lowerKeyVisual__closing.large .lowerKeyVisual__closing__title::after {
              display: none; } }
      .lowerKeyVisual__closing.large .lowerKeyVisual__closing__lead {
        font-size: 20px;
        font-size: calc( 20vw / 1440 * 100);
        text-align: center;
        font-weight: 300; }
        @media screen and (min-width: 1440px) {
          .lowerKeyVisual__closing.large .lowerKeyVisual__closing__lead {
            font-size: 20px;
            font-size: 2rem; } }
        @media screen and (max-width: 991px) {
          .lowerKeyVisual__closing.large .lowerKeyVisual__closing__lead {
            font-size: 20px;
            font-size: 2rem; } }
        @media screen and (max-width: 991px) {
          .lowerKeyVisual__closing.large .lowerKeyVisual__closing__lead {
            font-size: 16px;
            font-size: calc( 16vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .lowerKeyVisual__closing.large .lowerKeyVisual__closing__lead {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .lowerKeyVisual__closing.large .lowerKeyVisual__closing__lead {
      font-size: 16px;
      font-size: 1.6rem; } }
        @media screen and (max-width: 767px) {
          .lowerKeyVisual__closing.large .lowerKeyVisual__closing__lead {
            font-size: 14px;
            font-size: calc( 14vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .lowerKeyVisual__closing.large .lowerKeyVisual__closing__lead {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .lowerKeyVisual__closing.large .lowerKeyVisual__closing__lead {
      font-size: 14px;
      font-size: 1.4rem; } }

.materialCorrespond {
  margin-top: 4em; }
  @media screen and (max-width: 767px) {
    .materialCorrespond {
      margin-top: 1em; } }
  .materialCorrespond__label {
    margin: 0 0 1em;
    background: #F4F4F4;
    width: 8em;
    text-align: center;
    padding: 0;
    position: relative;
    height: 2em;
    line-height: 2em; }
    @media screen and (max-width: 767px) {
      .materialCorrespond__label {
        margin: 0; } }
    .materialCorrespond__label::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      right: -1em;
      border-top: 1em solid transparent;
      border-right: 0;
      border-bottom: 1em solid transparent;
      border-left: 1em solid #F4F4F4; }
  .materialCorrespond__body {
    display: flex;
    flex-wrap: wrap; }
  .materialCorrespond__item {
    width: 20%;
    margin-bottom: 1em;
    border-bottom: 2px solid #F4F4F4; }
    @media screen and (max-width: 767px) {
      .materialCorrespond__item {
        width: 45%; } }
    .materialCorrespond__item a:hover {
      color: #2038b1; }
    .materialCorrespond__item:not(:nth-child(4n)) {
      margin-right: 5%; }
  .materialCorrespond__thumb {
    height: 10em;
    padding: 1em 0; }
    @media screen and (max-width: 767px) {
      .materialCorrespond__thumb {
        height: 100px; } }
    .materialCorrespond__thumb a, .materialCorrespond__thumb span {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .materialCorrespond__thumb a, .materialCorrespond__thumb span {
          height: 98px; } }
      .materialCorrespond__thumb a img, .materialCorrespond__thumb span img {
        width: auto;
        height: 98%; }
    .materialCorrespond__thumb a:hover img {
      transform: none;
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .materialCorrespond__title {
    text-align: center;
    font-size: 12px;
    font-size: calc( 12vw / 1440 * 100);
    font-weight: 600;
    padding: .5em 0; }
    @media screen and (min-width: 1440px) {
      .materialCorrespond__title {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 991px) {
      .materialCorrespond__title {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 767px) {
      .materialCorrespond__title {
        margin-top: 1em;
        line-height: 1.2em; } }

.materialDetail {
  margin-bottom: 5em; }
  @media screen and (max-width: 767px) {
    .materialDetail {
      margin-bottom: 2em; } }
  .materialDetail__box {
    display: flex;
    justify-content: space-between;
    margin-top: 3em; }
    @media screen and (max-width: 767px) {
      .materialDetail__box {
        flex-wrap: wrap;
        margin-top: 1em; } }
    .materialDetail__box__thumb {
      width: 405px; }
      @media screen and (max-width: 1199px) {
        .materialDetail__box__thumb {
          width: 48%; } }
      @media screen and (max-width: 767px) {
        .materialDetail__box__thumb {
          width: 100%; } }
    .materialDetail__box__list {
      width: calc( 100% - 405px - 3em);
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100);
      color: #666; }
      @media screen and (min-width: 1440px) {
        .materialDetail__box__list {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .materialDetail__box__list {
          font-size: 14px;
          font-size: 1.4rem; } }
      .materialDetail__box__list.full {
        width: 100%; }
      @media screen and (max-width: 1199px) {
        .materialDetail__box__list {
          width: 48%; } }
      @media screen and (max-width: 767px) {
        .materialDetail__box__list {
          width: 100%;
          margin-top: 1em; } }
      .materialDetail__box__list li {
        list-style: none;
        display: flex;
        line-height: 1.4em;
        margin: .5em 0 1.5em; }
        .materialDetail__box__list li::before {
          content: "";
          display: inline-block;
          min-width: 1em;
          height: 1em;
          background: #666;
          border-radius: 50%;
          margin-right: .5em;
          margin-top: .2em; }
  .materialDetail__annotation {
    display: flex;
    align-items: center;
    margin-top: 3em; }
    @media screen and (max-width: 767px) {
      .materialDetail__annotation {
        margin-top: 1em;
        flex-wrap: wrap; } }
    .materialDetail__annotation__title {
      font-size: 24px;
      font-size: calc( 24vw / 1440 * 100);
      min-width: 5em;
      font-weight: 300; }
      @media screen and (min-width: 1440px) {
        .materialDetail__annotation__title {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media screen and (max-width: 991px) {
        .materialDetail__annotation__title {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media screen and (max-width: 767px) {
        .materialDetail__annotation__title {
          width: 100%;
          border-bottom: 4px solid #F4F4F4;
          margin-bottom: .5em; } }
    .materialDetail__annotation__detail {
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100); }
      @media screen and (min-width: 1440px) {
        .materialDetail__annotation__detail {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .materialDetail__annotation__detail {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (min-width: 768px) {
        .materialDetail__annotation__detail {
          border-left: 1em solid #F4F4F4;
          padding-left: 3em; } }

.messageHeader {
  margin: 0px 90px 90px;
  background: #fff;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1439px) {
    .messageHeader {
      margin: calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .messageHeader {
      flex-wrap: wrap; } }
  .messageHeader__detail {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2em; }
    @media screen and (max-width: 991px) {
      .messageHeader__detail {
        padding: 1.5em; } }
    @media screen and (max-width: 767px) {
      .messageHeader__detail {
        width: 100%;
        padding: 1em; } }
  .messageHeader__title {
    font-size: 36px;
    font-size: calc( 36vw / 1440 * 100);
    font-weight: 100; }
    @media screen and (min-width: 1440px) {
      .messageHeader__title {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media screen and (max-width: 991px) {
      .messageHeader__title {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media screen and (max-width: 991px) {
      .messageHeader__title {
        font-size: 26px;
        font-size: calc( 26vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .messageHeader__title {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .messageHeader__title {
      font-size: 26px;
      font-size: 2.6rem; } }
    @media screen and (max-width: 767px) {
      .messageHeader__title {
        font-size: 22px;
        font-size: calc( 22vw / 1440 * 100);
        font-weight: 200; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .messageHeader__title {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .messageHeader__title {
      font-size: 22px;
      font-size: 2.2rem; } }
  .messageHeader__lead {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100);
    font-weight: 300; }
    @media screen and (min-width: 1440px) {
      .messageHeader__lead {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .messageHeader__lead {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .messageHeader__lead {
        font-size: 14px;
        font-size: calc( 14vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .messageHeader__lead {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .messageHeader__lead {
      font-size: 14px;
      font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .messageHeader__lead {
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .messageHeader__lead {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .messageHeader__lead {
      font-size: 12px;
      font-size: 1.2rem; } }
  .messageHeader__thumb {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .messageHeader__thumb {
        width: 100%; } }

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  user-select: none; }
  .modal__wrap {
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(71, 81, 102, 0.85);
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .modal__wrap {
        display: block;
        padding-top: 1px; } }
  .modal__inner {
    margin: 1em;
    position: relative;
    margin-left: 180px;
    margin-right: 180px;
    width: 100%; }
    @media screen and (max-width: 1439px) {
      .modal__inner {
        margin-left: calc( 180vw / 1440 * 100); } }
    @media screen and (max-width: 1439px) {
      .modal__inner {
        margin-right: calc( 180vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .modal__inner {
        margin: 3vw;
        max-height: 80vh;
        overflow-y: scroll; } }
    .modal__inner__detail {
      display: flex;
      flex-wrap: wrap;
      box-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.2);
      background: #fff;
      padding: 1em;
      position: relative; }
  .modal__button {
    *zoom: 1; }
    .modal__button:after {
      content: "";
      display: table;
      clear: both; }
  .modal .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100);
    margin-bottom: 1em;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    padding: 0;
    cursor: pointer;
    background: #182a86;
    transition: 0.15s all ease-in-out; }
    @media screen and (min-width: 1440px) {
      .modal .closeBtn {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .modal .closeBtn {
        font-size: 16px;
        font-size: 1.6rem; } }
    .modal .closeBtn:hover {
      transition: 0.15s all ease-in-out; }
    .gecko_view .modal .closeBtn {
      text-align: center;
      line-height: 3em; }
    .msie_view .modal .closeBtn {
      text-align: center;
      line-height: 3em; }
    .modal .closeBtn::before, .modal .closeBtn::after {
      content: "";
      display: block;
      position: absolute;
      background: #fff;
      transform: rotate(45deg);
      transition: 0.15s all ease-in-out; }
      .modal .closeBtn::before:hover, .modal .closeBtn::after:hover {
        transition: 0.15s all ease-in-out; }
    .modal .closeBtn::before {
      width: 1em;
      height: 1.5px; }
    .modal .closeBtn::after {
      width: 1.5px;
      height: 1em; }
    .gecko_view .modal .closeBtn::before {
      content: "＋";
      display: inline-block;
      background: none;
      width: 1em;
      height: 1em;
      position: static;
      line-height: 1em; }
    .gecko_view .modal .closeBtn::after {
      display: none; }
    .msie_view .modal .closeBtn::before {
      content: "＋";
      display: inline-block;
      background: none;
      width: 1em;
      height: 1em;
      position: static;
      line-height: 1em; }
    .msie_view .modal .closeBtn::after {
      display: none; }
    .modal .closeBtn:hover, .modal .closeBtn:focus {
      background: #101c5b; }
  .modal iframe {
    display: block; }

.modalMaterial {
  padding: 60px 90px; }
  @media screen and (max-width: 1439px) {
    .modalMaterial {
      padding: calc( 60vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .modalMaterial {
      padding: 2em; } }
  .modalMaterial__title {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: .25em;
    margin: .5em 0; }
  .modalMaterial__body {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .modalMaterial__item {
    width: 20%;
    display: flex;
    align-items: center;
    margin: .5em 0; }
    @media screen and (max-width: 767px) {
      .modalMaterial__item {
        width: 50%; } }
  .modalMaterial__thumb {
    width: 45px;
    height: 45px;
    font-size: 10px;
    font-size: calc( 10vw / 1440 * 100);
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .modalMaterial__thumb {
        width: calc( 45vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .modalMaterial__thumb {
        height: calc( 45vw / 1440 * 100);
        max-height: 45px; } }
    @media screen and (max-width: 767px) {
      .modalMaterial__thumb {
        height: 33.75px; } }
    @media screen and (min-width: 1440px) {
      .modalMaterial__thumb {
        font-size: 10px;
        font-size: 1rem; } }
    @media screen and (max-width: 991px) {
      .modalMaterial__thumb {
        font-size: 10px;
        font-size: 1rem; } }
  .modalMaterial__text {
    font-size: 12px;
    font-size: calc( 12vw / 1440 * 100);
    padding-left: .5em;
    line-height: 1.2em; }
    @media screen and (min-width: 1440px) {
      .modalMaterial__text {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 991px) {
      .modalMaterial__text {
        font-size: 12px;
        font-size: 1.2rem; } }
  .modalMaterial__buttonArea {
    width: 100%;
    margin: 1em 0 0; }

.navBelow {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .navBelow {
      padding: 0;
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .navBelow {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .navBelow {
      font-size: 14px;
      font-size: 1.4rem; } }
  .navBelow a {
    color: #1D2234;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #ebeff2;
    padding: 1em 0; }
    .navBelow a:hover, .navBelow a:focus {
      background: #475166;
      color: #fff; }
    @media screen and (max-width: 767px) {
      .navBelow a {
        padding: 1em; } }
  .navBelow__item {
    display: block;
    width: 8em;
    line-height: 1em; }
    .navBelow__item--prev a::before {
      content: "";
      width: .5em;
      height: .5em;
      display: inline-block;
      border-top: 1px solid;
      border-left: 1px solid;
      transform: rotate(-45deg);
      margin-right: 1em; }
      @media screen and (max-width: 767px) {
        .navBelow__item--prev a::before {
          margin-right: .5em; } }
    .navBelow__item--navList {
      width: 14em; }
      @media screen and (max-width: 767px) {
        .navBelow__item--navList {
          border-left: 0.5em solid #fff;
          border-right: 0.5em solid #fff; } }
    .navBelow__item--next a::after {
      content: "";
      width: .5em;
      height: .5em;
      display: inline-block;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg);
      margin-left: 1em; }
      @media screen and (max-width: 767px) {
        .navBelow__item--next a::after {
          margin-left: .5em; } }

.navButton {
  position: absolute;
  width: 22px;
  height: 16px;
  top: 22px;
  right: 30px;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .navButton {
      display: none; } }
  .navButton, .navButton__item {
    transition: all .4s;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .navButton, .navButton__item {
        display: inline-block; } }
  .navButton__item {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #323c57;
    border-radius: 4px; }
    .navButton__item:nth-of-type(1) {
      top: 0; }
    .navButton__item:nth-of-type(2) {
      top: 7px; }
    .navButton__item:nth-of-type(3) {
      bottom: 0; }
  .navButton::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 38px;
    height: 38px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all .75s;
    max-width: none; }
  .navButton.active {
    opacity: 1;
    filter: alpha(opacity=100); }
    .navButton.active .navButton__item {
      background-color: #fff; }
      .navButton.active .navButton__item:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg); }
      .navButton.active .navButton__item:nth-of-type(2) {
        left: 60%;
        opacity: 0;
        -webkit-animation: active-menu-bar02 .8s forwards;
        animation: active-menu-bar02 .8s forwards; }
      .navButton.active .navButton__item:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg); }
    .navButton.active::after {
      -webkit-animation: circle .4s .25s forwards;
      animation: circle .4s .25s forwards; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }

@keyframes active-menu-bar02 {
  100% {
    height: 0; } }

@-webkit-keyframes circle {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0); }
  25% {
    border-color: transparent #fff transparent transparent; }
  50% {
    border-color: transparent #fff #fff transparent; }
  75% {
    border-color: transparent #fff #fff #fff; }
  100% {
    border-color: #fff;
    -webkit-transform: rotate(-680deg); } }

@keyframes circle {
  0% {
    border-color: transparent;
    transform: rotate(0); }
  25% {
    border-color: transparent #fff transparent transparent; }
  50% {
    border-color: transparent #fff #fff transparent; }
  75% {
    border-color: transparent #fff #fff #fff; }
  100% {
    border-color: #fff;
    transform: rotate(-680deg); } }

.newsList {
  list-style: none;
  margin-left: 0;
  border-top: 1px solid #F4F4F4; }
  .newsList li a {
    display: flex;
    align-items: center;
    padding: 1em 0;
    border-bottom: 1px solid #F4F4F4; }
    .newsList li a:hover {
      color: #2038b1; }
    .newsList li a time {
      display: inline-block;
      background: #F4F4F4;
      padding: .2em 1em;
      margin-right: 1em;
      color: #666;
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100);
      font-weight: 500; }
      @media screen and (min-width: 1440px) {
        .newsList li a time {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .newsList li a time {
          font-size: 14px;
          font-size: 1.4rem; } }
    .newsList li a::after {
      content: "＋";
      display: inline-block;
      min-width: 2em;
      text-align: center;
      line-height: 2em;
      font-weight: 500;
      background: #182a86;
      color: #fff;
      margin-left: auto; }

.newsPagination {
  margin-top: 2em;
  display: flex;
  justify-content: flex-end; }

.newsSingle {
  *zoom: 1; }
  .newsSingle:after {
    content: "";
    display: table;
    clear: both; }
  .newsSingle a[target]::after {
    content: '\f14c';
    font: normal normal normal 14px/1 FontAwesome;
    color: inherit;
    font-size: 50%;
    margin-right: .2em;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .3em; }
  .newsSingle iframe {
    max-width: 100%; }
    @media screen and (max-width: 399px) {
      .newsSingle iframe {
        width: 100vw;
        height: 60vw; } }
  .newsSingle h1, .newsSingle h2, .newsSingle h3, .newsSingle h4, .newsSingle h5, .newsSingle h6 {
    margin: .8em 0;
    border: none; }
  .newsSingle h1 {
    font-size: 26px;
    font-size: calc( 26vw / 1440 * 100);
    font-weight: 400; }
    @media screen and (min-width: 1440px) {
      .newsSingle h1 {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 991px) {
      .newsSingle h1 {
        font-size: 26px;
        font-size: 2.6rem; } }
  .newsSingle h2 {
    font-size: 24px;
    font-size: calc( 24vw / 1440 * 100);
    font-weight: 600; }
    @media screen and (min-width: 1440px) {
      .newsSingle h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 991px) {
      .newsSingle h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .newsSingle h3 {
    font-size: 22px;
    font-size: calc( 22vw / 1440 * 100);
    font-weight: 500; }
    @media screen and (min-width: 1440px) {
      .newsSingle h3 {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (max-width: 991px) {
      .newsSingle h3 {
        font-size: 22px;
        font-size: 2.2rem; } }
  .newsSingle h4 {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100);
    font-weight: 500; }
    @media screen and (min-width: 1440px) {
      .newsSingle h4 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .newsSingle h4 {
        font-size: 20px;
        font-size: 2rem; } }
  .newsSingle h5 {
    font-size: 18px;
    font-size: calc( 18vw / 1440 * 100);
    font-weight: 500; }
    @media screen and (min-width: 1440px) {
      .newsSingle h5 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      .newsSingle h5 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .newsSingle h6 {
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100);
    font-weight: 500; }
    @media screen and (min-width: 1440px) {
      .newsSingle h6 {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .newsSingle h6 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .newsSingle p {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    margin: 1.5em 0;
    letter-spacing: .1em; }
    @media screen and (min-width: 1440px) {
      .newsSingle p {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .newsSingle p {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .newsSingle p {
        letter-spacing: .0em; } }
  .newsSingle hr {
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px dashed #F4F4F4;
    margin: 2em 0;
    clear: both; }
  .newsSingle blockquote {
    clear: both;
    border-left: 0.5em solid rgba(24, 42, 134, 0.1);
    padding-left: 1em;
    margin: 1.5em 0; }
    .newsSingle blockquote > *:first-child {
      margin-top: 0; }
    .newsSingle blockquote > *:last-child {
      margin-bottom: 0; }
  .newsSingle ul {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    letter-spacing: .1em; }
    @media screen and (min-width: 1440px) {
      .newsSingle ul {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .newsSingle ul {
        font-size: 14px;
        font-size: 1.4rem; } }
    .newsSingle ul li {
      line-height: 1.4;
      margin: .75em 0; }
  .newsSingle ol {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    list-style: decimal;
    margin-left: 2em;
    letter-spacing: .1em; }
    @media screen and (min-width: 1440px) {
      .newsSingle ol {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .newsSingle ol {
        font-size: 14px;
        font-size: 1.4rem; } }
    .newsSingle ol li {
      line-height: 1.4;
      margin: .75em 0; }

.pagenaviBelow {
  padding: 2em 0;
  line-height: 1.6; }
  .pagenaviBelow .wp-pagenavi {
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100);
    font-weight: bold;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 1440px) {
      .pagenaviBelow .wp-pagenavi {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .pagenaviBelow .wp-pagenavi {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 399px) {
      .pagenaviBelow .wp-pagenavi {
        flex-wrap: wrap;
        justify-content: space-between; } }
    .pagenaviBelow .wp-pagenavi span, .pagenaviBelow .wp-pagenavi a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ebeff2;
      font-weight: 400;
      height: 3em;
      min-width: 3em;
      padding: 0 1em;
      margin: .2em 0;
      text-align: center;
      transition: 0.15s all ease-in-out; }
      .pagenaviBelow .wp-pagenavi span:hover, .pagenaviBelow .wp-pagenavi a:hover {
        transition: 0.15s all ease-in-out; }
    .pagenaviBelow .wp-pagenavi .pages {
      background: #ebeff2;
      color: #182a86; }
      @media screen and (max-width: 767px) {
        .pagenaviBelow .wp-pagenavi .pages {
          display: none; } }
    .pagenaviBelow .wp-pagenavi .current {
      background: #182a86;
      color: #ebeff2; }
    @media screen and (max-width: 399px) {
      .pagenaviBelow .wp-pagenavi .first,
      .pagenaviBelow .wp-pagenavi .last {
        width: 100%; } }
    .pagenaviBelow .wp-pagenavi .first,
    .pagenaviBelow .wp-pagenavi .last,
    .pagenaviBelow .wp-pagenavi .page,
    .pagenaviBelow .wp-pagenavi .nextpostslink,
    .pagenaviBelow .wp-pagenavi .previouspostslink {
      color: #182a86; }
    .pagenaviBelow .wp-pagenavi a:hover, .pagenaviBelow .wp-pagenavi:focus {
      background: #182a86;
      color: #ebeff2;
      text-decoration: none; }
    .pagenaviBelow .wp-pagenavi .extend {
      color: #999; }

.paintTypeTable {
  margin: 2em auto; }
  .paintTypeTable .annotation {
    font-size: 12px;
    font-size: calc( 12vw / 1440 * 100);
    margin: 2em 0; }
    @media screen and (min-width: 1440px) {
      .paintTypeTable .annotation {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 991px) {
      .paintTypeTable .annotation {
        font-size: 12px;
        font-size: 1.2rem; } }
  .paintTypeTable table {
    letter-spacing: 0.2em;
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    font-size: 16px; }
  .paintTypeTable .border tr:nth-child(2n+1) {
    background: #f5f7f8; }
  .paintTypeTable .border tr:first-child {
    background: #ebeff2;
    background: #7a8799;
    color: white; }
  .paintTypeTable th, .paintTypeTable td {
    border: 1px solid #ECEFF2;
    background: transparent;
    padding: 14px 10px;
    width: 300px; }
  .paintTypeTable th {
    vertical-align: top;
    text-align: center;
    font-weight: 500; }
    .paintTypeTable th i {
      opacity: 0.5;
      color: #182a86; }
  .paintTypeTable td {
    font-weight: 300;
    text-align: center; }
  .paintTypeTable .table_s {
    font-size: 12px; }
    .paintTypeTable .table_s td {
      padding: 6px 6px; }
  .paintTypeTable .sw {
    width: 120px; }
  .paintTypeTable .sw2 {
    width: 60px; }
  .paintTypeTable .sw3 {
    width: 180px; }
  .paintTypeTable .small {
    font-size: 12px; }
  .paintTypeTable .left_ {
    text-align: left;
    text-align: justify; }
  .paintTypeTable .data {
    display: inline-block;
    width: 100%;
    background: #92D3FB;
    height: 12px; }
    @media screen and (max-width: 767px) {
      .paintTypeTable .data {
        margin-top: .5em; } }
    .paintTypeTable .data.data-151 {
      width: calc(15.1%*5); }
    .paintTypeTable .data.data-147 {
      width: calc(14.7%*5); }
    .paintTypeTable .data.data-114 {
      width: calc(11.4%*5); }
    .paintTypeTable .data.data-107 {
      width: calc(10.7%*5); }
    .paintTypeTable .data.data-085 {
      width: calc(08.5%*5); }
    .paintTypeTable .data.data-083 {
      width: calc(08.3%*5); }
    .paintTypeTable .data.data-051 {
      width: calc(05.1%*5); }
    .paintTypeTable .data.data-045 {
      width: calc(04.5%*5); }
    .paintTypeTable .data.data-039 {
      width: calc(03.9%*5); }
    .paintTypeTable .data.data-032 {
      width: calc(03.2%*5); }
  .paintTypeTable .red {
    color: #ff6666; }
    .paintTypeTable .red .data {
      background: #ff8080; }
  @media screen and (max-width: 767px) {
    .paintTypeTable .table01 {
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .paintTypeTable .table01 {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .paintTypeTable .table01 {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .paintTypeTable .table02 {
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .paintTypeTable .table02 {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .paintTypeTable .table02 {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
      .paintTypeTable .table02 tr:first-child {
        display: none; }
      .paintTypeTable .table02 th, .paintTypeTable .table02 td {
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100);
        text-align: left;
        display: block;
        padding: 0;
        border: none;
        width: 100%; } }
    @media screen and (max-width: 767px) and (min-width: 1440px) {
      .paintTypeTable .table02 th, .paintTypeTable .table02 td {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 767px) and (max-width: 991px) {
      .paintTypeTable .table02 th, .paintTypeTable .table02 td {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
      .paintTypeTable .table02 th {
        background: #fff;
        padding-bottom: 1em; }
        .paintTypeTable .table02 th a, .paintTypeTable .table02 th span {
          display: block;
          background: #ebeff2;
          font-size: 16px;
          font-size: calc( 16vw / 1440 * 100);
          padding: .4em 1em; } }
      @media screen and (max-width: 767px) and (min-width: 1440px) {
        .paintTypeTable .table02 th a, .paintTypeTable .table02 th span {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) and (max-width: 991px) {
        .paintTypeTable .table02 th a, .paintTypeTable .table02 th span {
          font-size: 16px;
          font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
      .paintTypeTable .table02 td {
        background: #fff;
        padding-bottom: 1em; }
        .paintTypeTable .table02 td::before {
          font-size: 14px;
          font-size: calc( 14vw / 1440 * 100);
          font-weight: 500;
          display: block;
          border-bottom: 2px solid #F4F4F4; } }
      @media screen and (max-width: 767px) and (min-width: 1440px) {
        .paintTypeTable .table02 td::before {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 767px) and (max-width: 991px) {
        .paintTypeTable .table02 td::before {
          font-size: 14px;
          font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
        .paintTypeTable .table02 td:nth-child(2)::before {
          content: "メリット"; }
        .paintTypeTable .table02 td:nth-child(3)::before {
          content: "デメリット"; }
        .paintTypeTable .table02 td:nth-child(4)::before {
          content: "耐用年数の目安"; } }
  @media screen and (max-width: 767px) {
    .paintTypeTable .table03 {
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .paintTypeTable .table03 {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .paintTypeTable .table03 {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
      .paintTypeTable .table03 tr:first-child {
        display: none; }
      .paintTypeTable .table03 th, .paintTypeTable .table03 td {
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100);
        text-align: left;
        display: block;
        padding: 0;
        border: none;
        width: 100%; } }
    @media screen and (max-width: 767px) and (min-width: 1440px) {
      .paintTypeTable .table03 th, .paintTypeTable .table03 td {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 767px) and (max-width: 991px) {
      .paintTypeTable .table03 th, .paintTypeTable .table03 td {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
      .paintTypeTable .table03 td {
        background: #fff;
        padding-bottom: 1em; }
        .paintTypeTable .table03 td:first-child {
          background: #ebeff2;
          font-size: 16px;
          font-size: calc( 16vw / 1440 * 100);
          padding: .4em 1em;
          margin-bottom: .5em; } }
      @media screen and (max-width: 767px) and (min-width: 1440px) {
        .paintTypeTable .table03 td:first-child {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) and (max-width: 991px) {
        .paintTypeTable .table03 td:first-child {
          font-size: 16px;
          font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
        .paintTypeTable .table03 td::before {
          font-size: 14px;
          font-size: calc( 14vw / 1440 * 100);
          font-weight: 500;
          display: block;
          border-bottom: 2px solid #F4F4F4; } }
      @media screen and (max-width: 767px) and (min-width: 1440px) {
        .paintTypeTable .table03 td::before {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 767px) and (max-width: 991px) {
        .paintTypeTable .table03 td::before {
          font-size: 14px;
          font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
        .paintTypeTable .table03 td:nth-child(2)::before {
          content: "主な不具合事象"; }
        .paintTypeTable .table03 td:nth-child(3)::before {
          content: "割合*"; }
        .paintTypeTable .table03 td:nth-child(4)::before {
          content: "件数"; }
        .paintTypeTable .table03 td:nth-child(5)::before {
          content: "当該事象が多くみられる部位"; } }

.pickUpArea {
  margin: 90px 90px 0px;
  padding: 90px 180px;
  background: #fff; }
  @media screen and (max-width: 1439px) {
    .pickUpArea {
      margin: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .pickUpArea {
      padding: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 100); } }
  @media screen and (max-width: 991px) {
    .pickUpArea {
      padding: 90px 90px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .pickUpArea {
      padding: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .pickUpArea {
      padding: 1em; } }
  .pickUpArea__title {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100);
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: none; }
    @media screen and (min-width: 1440px) {
      .pickUpArea__title {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .pickUpArea__title {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .pickUpArea__title {
        margin-top: 1em;
        margin-bottom: 0; } }
    .pickUpArea__title::before, .pickUpArea__title::after {
      content: "";
      width: 100%;
      height: 2px;
      display: block;
      background: #eee;
      z-index: 1; }
    .pickUpArea__title::before {
      margin-right: 1em; }
    .pickUpArea__title::after {
      margin-left: 1em; }
  .pickUpArea__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .pickUpArea__item {
    width: 30%; }
    @media screen and (max-width: 991px) {
      .pickUpArea__item {
        width: 33%; } }
    @media screen and (max-width: 767px) {
      .pickUpArea__item {
        width: 100%;
        margin: 2em 0 0; } }
    .pickUpArea__item__title {
      text-align: center;
      font-size: 16px;
      font-size: calc( 16vw / 1440 * 100); }
      @media screen and (min-width: 1440px) {
        .pickUpArea__item__title {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .pickUpArea__item__title {
          font-size: 16px;
          font-size: 1.6rem; } }
      .pickUpArea__item__title small {
        display: block;
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100); }
        @media screen and (min-width: 1440px) {
          .pickUpArea__item__title small {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 991px) {
          .pickUpArea__item__title small {
            font-size: 12px;
            font-size: 1.2rem; } }
    .pickUpArea__item__thumb {
      margin-bottom: -2em;
      text-align: center; }
      .pickUpArea__item__thumb img {
        max-width: 270px; }
        @media screen and (max-width: 991px) {
          .pickUpArea__item__thumb img {
            max-width: 100%; } }
        @media screen and (max-width: 767px) {
          .pickUpArea__item__thumb img {
            max-width: 270px; } }
        @media screen and (max-width: 399px) {
          .pickUpArea__item__thumb img {
            max-width: 100%; } }
    .pickUpArea__item__lead {
      text-align: center;
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100);
      position: relative;
      z-index: 1;
      padding: 0; }
      @media screen and (min-width: 1440px) {
        .pickUpArea__item__lead {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .pickUpArea__item__lead {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 767px) {
        .pickUpArea__item__lead .hidden--ltXS {
          display: none; } }
    .pickUpArea__item__button {
      display: block;
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100);
      height: 2.5em;
      max-height: 2.5em;
      line-height: 2.5em;
      width: auto;
      max-width: 13em;
      margin: 1em auto 0; }
      @media screen and (min-width: 1440px) {
        .pickUpArea__item__button {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .pickUpArea__item__button {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 767px) {
        .pickUpArea__item__button {
          font-size: 14px;
          font-size: calc( 14vw / 1440 * 100);
          width: auto;
          max-width: 300px;
          height: auto;
          max-height: none;
          padding: .5em 2em; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .pickUpArea__item__button {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .pickUpArea__item__button {
      font-size: 14px;
      font-size: 1.4rem; } }

.pointBlock {
  position: relative; }
  .pointBlock__num {
    background: #182a86;
    width: 6em;
    height: 6em;
    padding: 1.4em 0;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: -3em;
    left: 50%;
    margin-left: -3em; }
    @media screen and (max-width: 767px) {
      .pointBlock__num {
        width: 4em;
        height: 4em;
        top: -2em;
        margin-left: -2em;
        padding: 1em 0; } }
    .pointBlock__num span {
      width: 100%;
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100);
      font-weight: 500; }
      @media screen and (min-width: 1440px) {
        .pointBlock__num span {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .pointBlock__num span {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 767px) {
        .pointBlock__num span {
          font-size: 13px;
          font-size: calc( 13vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .pointBlock__num span {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .pointBlock__num span {
      font-size: 13px;
      font-size: 1.3rem; } }
    .pointBlock__num em {
      width: 100%;
      font-size: 28px;
      font-size: calc( 28vw / 1440 * 100); }
      @media screen and (min-width: 1440px) {
        .pointBlock__num em {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media screen and (max-width: 991px) {
        .pointBlock__num em {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media screen and (max-width: 767px) {
        .pointBlock__num em {
          font-size: 24px;
          font-size: calc( 24vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .pointBlock__num em {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .pointBlock__num em {
      font-size: 24px;
      font-size: 2.4rem; } }
  .pointBlock h2 {
    font-size: 30px;
    font-size: calc( 30vw / 1440 * 100);
    font-weight: 200;
    text-align: center;
    margin: 0 0 1em; }
    @media screen and (min-width: 1440px) {
      .pointBlock h2 {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 991px) {
      .pointBlock h2 {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 767px) {
      .pointBlock h2 {
        margin: 1em 0;
        line-height: 1.4em; } }
  .pointBlock h3 {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .pointBlock h3 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .pointBlock h3 {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .pointBlock h3 {
        border-bottom: 2px solid #F4F4F4; } }
    @media screen and (min-width: 992px) {
      .pointBlock h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        border: none; }
        .pointBlock h3::before, .pointBlock h3::after {
          content: "";
          width: 100%;
          height: 2px;
          display: block;
          background: #eee;
          z-index: 1; }
        .pointBlock h3::before {
          margin-right: 1em; }
        .pointBlock h3::after {
          margin-left: 1em; } }
  .pointBlock__compare {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 4em auto; }
    @media screen and (max-width: 767px) {
      .pointBlock__compare {
        flex-wrap: wrap; } }
    .pointBlock__compare__item {
      max-width: 240px; }
      @media screen and (max-width: 767px) {
        .pointBlock__compare__item {
          margin: 0 auto 2em; } }
    .pointBlock__compare__image {
      text-align: center; }
      .pointBlock__compare__image img {
        width: 187px; }
    .pointBlock__compare__lead {
      background: #fff;
      box-shadow: 0 0 10px rgba(26, 26, 26, 0.1);
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100);
      font-weight: 500;
      padding: 1em 1.5em;
      margin-top: 2em; }
      @media screen and (min-width: 1440px) {
        .pointBlock__compare__lead {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .pointBlock__compare__lead {
          font-size: 12px;
          font-size: 1.2rem; } }
  .pointBlock__recommend__lead {
    text-align: center;
    font-size: 18px;
    font-size: calc( 18vw / 1440 * 100);
    margin: 1em 0 1em; }
    @media screen and (min-width: 1440px) {
      .pointBlock__recommend__lead {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      .pointBlock__recommend__lead {
        font-size: 18px;
        font-size: 1.8rem; } }
  .pointBlock__recommend__box {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .pointBlock__recommend__box {
        flex-wrap: wrap; } }
  .pointBlock__recommend__thumb {
    width: 315px; }
    .pointBlock__recommend__thumb--l {
      width: 510px; }
    @media screen and (max-width: 991px) {
      .pointBlock__recommend__thumb {
        width: 100%;
        max-width: 315px;
        margin: 0 auto 1em; } }
  .pointBlock__recommend__subLead {
    width: calc( 100% - 315px);
    padding-left: 4em;
    margin-top: .5em; }
    .pointBlock__recommend__subLead--s {
      width: calc( 100% - 510px); }
    @media screen and (max-width: 991px) {
      .pointBlock__recommend__subLead {
        margin-top: 0;
        width: 100%;
        padding-left: 0; } }
    .pointBlock__recommend__subLead p {
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100); }
      @media screen and (min-width: 1440px) {
        .pointBlock__recommend__subLead p {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .pointBlock__recommend__subLead p {
          font-size: 14px;
          font-size: 1.4rem; } }
    .pointBlock__recommend__subLead .buttonArea {
      margin-top: 2em;
      justify-content: flex-end; }
      @media screen and (min-width: 768px) {
        .pointBlock__recommend__subLead .buttonArea .button--plus {
          margin-right: 0;
          margin-left: 0; } }
  .pointBlock__recommend__clearLead {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    margin-top: 2em; }
    @media screen and (min-width: 1440px) {
      .pointBlock__recommend__clearLead {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .pointBlock__recommend__clearLead {
        font-size: 14px;
        font-size: 1.4rem; } }

.productList {
  background: #fff;
  margin: 90px 90px 0px;
  padding: 45px 90px; }
  @media screen and (max-width: 1439px) {
    .productList {
      margin: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .productList {
      padding: calc( 45vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .productList {
      margin: 90px 0px 0px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) and (max-width: 1439px) {
    .productList {
      margin: calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  .productList__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 45px; }
    @media screen and (max-width: 1439px) {
      .productList__header {
        margin-bottom: calc( 45vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .productList__header {
        flex-wrap: wrap; } }
    .productList__header__detail {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .productList__header__detail {
          width: 100%; } }
    .productList__header__title {
      font-size: 26px;
      font-size: calc( 26vw / 1440 * 100);
      border-bottom: 1px solid #F4F4F4;
      margin-bottom: .1em; }
      @media screen and (min-width: 1440px) {
        .productList__header__title {
          font-size: 26px;
          font-size: 2.6rem; } }
      @media screen and (max-width: 991px) {
        .productList__header__title {
          font-size: 26px;
          font-size: 2.6rem; } }
      @media screen and (max-width: 767px) {
        .productList__header__title {
          text-align: center;
          line-height: 1.4; } }
      .productList__header__title small {
        font-size: 16px;
        font-size: calc( 16vw / 1440 * 100); }
        @media screen and (min-width: 1440px) {
          .productList__header__title small {
            font-size: 16px;
            font-size: 1.6rem; } }
        @media screen and (max-width: 991px) {
          .productList__header__title small {
            font-size: 16px;
            font-size: 1.6rem; } }
        @media screen and (max-width: 767px) {
          .productList__header__title small {
            display: block;
            text-align: right; } }
    .productList__header__lead {
      font-size: 16px;
      font-size: calc( 16vw / 1440 * 100); }
      @media screen and (min-width: 1440px) {
        .productList__header__lead {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .productList__header__lead {
          font-size: 16px;
          font-size: 1.6rem; } }
      .productList__header__lead em {
        font-size: 20px;
        font-size: calc( 20vw / 1440 * 100);
        color: #182a86;
        font-weight: 500;
        margin-right: .25em; }
        @media screen and (min-width: 1440px) {
          .productList__header__lead em {
            font-size: 20px;
            font-size: 2rem; } }
        @media screen and (max-width: 991px) {
          .productList__header__lead em {
            font-size: 20px;
            font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .productList__header__pagination {
        width: 100%; } }
  .productList__row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 30px 0px;
    width: calc( 100% + 5px); }
    @media screen and (max-width: 1439px) {
      .productList__row {
        padding: calc( 30vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .productList__row {
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start; } }
    .productList__row--header {
      text-align: center;
      border-top: 1px solid #eee;
      padding: 15px 0px; }
      @media screen and (max-width: 1439px) {
        .productList__row--header {
          padding: calc( 15vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .productList__row--header {
          display: none; } }
  .productList__item {
    border-right: 1px solid #eee;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; }
    @media screen and (max-width: 1439px) {
      .productList__item {
        padding: calc( 0vw / 1440 * 100) calc( 15vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .productList__item--105 {
        width: 105px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .productList__item--105 {
      width: calc( 105vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .productList__item--135 {
        width: 135px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .productList__item--135 {
      width: calc( 135vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .productList__item--165 {
        width: 165px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .productList__item--165 {
      width: calc( 165vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .productList__item--360 {
        width: 360px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .productList__item--360 {
      width: calc( 360vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .productList__item {
        border: none; } }
    .productList__item--head {
      padding: 0px 30px 0px 0px;
      justify-content: space-between; }
      @media screen and (max-width: 1439px) {
        .productList__item--head {
          padding: calc( 0vw / 1440 * 100) calc( 30vw / 1440 * 100) calc( 0vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .productList__item--head {
          background: none;
          padding: 0;
          margin: 0 0 .5em 0;
          width: 100%; } }
    .productList__item__image {
      width: 120px;
      height: 120px;
      border: 1px solid #eee; }
      @media screen and (min-width: 768px) {
        .productList__item__image {
          width: calc( 120vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .productList__item__image {
          height: calc( 120vw / 1440 * 100);
          max-height: 120px; } }
      @media screen and (max-width: 767px) {
        .productList__item__image {
          height: 90px; } }
      @media screen and (max-width: 767px) {
        .productList__item__image {
          width: 100px;
          height: 100px; } }
      .productList__item__image a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .productList__item__image a {
            width: 98px;
            height: 98px; } }
        .productList__item__image a img {
          width: 100%;
          height: auto;
          display: block;
          max-height: 100%;
          width: auto; }
          .msie_view .productList__item__image a img {
            max-height: none;
            width: 100%; }
          .gecko_view .productList__item__image a img {
            max-height: none;
            width: 100%; }
          .productList__item__image a img.vertical {
            max-height: 100%;
            width: auto;
            transition: 0.3s all ease-in-out; }
            .productList__item__image a img.vertical:hover {
              transition: 0.3s all ease-in-out; }
    .productList__item__nameBox {
      width: 180px; }
      @media screen and (min-width: 768px) {
        .productList__item__nameBox {
          width: calc( 180vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .productList__item__nameBox {
          width: calc( 100% - 110px); } }
    .productList__item__name {
      font-size: 16px;
      font-size: calc( 16vw / 1440 * 100);
      line-height: 1.2;
      margin-bottom: 1em; }
      @media screen and (min-width: 1440px) {
        .productList__item__name {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .productList__item__name {
          font-size: 16px;
          font-size: 1.6rem; } }
    .productList__item__button {
      font-size: 13px;
      font-size: calc( 13vw / 1440 * 100);
      width: 100%; }
      @media screen and (min-width: 1440px) {
        .productList__item__button {
          font-size: 13px;
          font-size: 1.3rem; } }
      @media screen and (max-width: 991px) {
        .productList__item__button {
          font-size: 13px;
          font-size: 1.3rem; } }
    .productList__item__data {
      letter-spacing: .1em;
      font-size: 12px;
      font-size: calc( 12vw / 1440 * 100); }
      @media screen and (min-width: 1440px) {
        .productList__item__data {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .productList__item__data {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 767px) {
        .productList__item__data {
          background: #F4F4F4;
          margin: 0 0 .5em;
          padding: 0 1em; } }
      .productList__item__data--alignLeft {
        text-align: left; }
  .productList__footer {
    margin-top: 45px;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 1439px) {
      .productList__footer {
        margin-top: calc( 45vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .productList__footer {
        width: 100%; }
        .productList__footer__pagination {
          width: 100%; } }

.progressive {
  list-style: none !important;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 0 !important; }
  .progressive__item {
    width: 100%;
    background: #3c61a9;
    color: #fff;
    padding: 0 2em;
    position: relative;
    height: 3em;
    line-height: 3em;
    border-right: 3px solid #fff; }
    @media screen and (max-width: 767px) {
      .progressive__item {
        border-right: 3px solid #fff; } }
    @media screen and (max-width: 767px) {
      .progressive__item {
        font-size: 14px;
        font-size: calc( 14vw / 1440 * 100);
        padding: 0 1em;
        text-align: center; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .progressive__item {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .progressive__item {
      font-size: 14px;
      font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
        .progressive__item span {
          display: none; } }
    .progressive__item::before, .progressive__item::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -.5em;
      width: 0;
      height: 0;
      border-top: 1.5em solid transparent;
      border-right: none;
      border-bottom: 1.5em solid transparent;
      border-left: 6px solid red; }
      @media screen and (max-width: 767px) {
        .progressive__item::before, .progressive__item::after {
          border-left: 6px solid red; } }
    .progressive__item::before {
      right: -9px;
      border-left-color: #fff;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .progressive__item::before {
          right: -9px; } }
    .progressive__item::after {
      right: -6px;
      border-left-color: #3c61a9;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .progressive__item::after {
          right: -6px; } }
    .progressive__item:not(.step01) {
      background: #B3C0DB; }
      .progressive__item:not(.step01)::after {
        border-left-color: #B3C0DB; }
    .progressive__item.step03 {
      border-right: none; }
      .progressive__item.step03::before, .progressive__item.step03::after {
        display: none; }

.failed .progressive__item:not(.step02) {
  background: #B3C0DB; }
  .failed .progressive__item:not(.step02)::after {
    border-left-color: #B3C0DB; }

.failed .progressive__item.step02 {
  background: #3c61a9; }
  .failed .progressive__item.step02::after {
    border-left-color: #3c61a9; }

.sent .progressive__item:not(.step03) {
  background: #B3C0DB; }
  .sent .progressive__item:not(.step03)::after {
    border-left-color: #B3C0DB; }

.sent .progressive__item.step03 {
  background: #3c61a9; }
  .sent .progressive__item.step03::after {
    border-left-color: #3c61a9; }

.productDetail {
  margin: 0px 90px;
  padding: 90px 180px;
  background: #fff; }
  @media screen and (max-width: 1439px) {
    .productDetail {
      margin: calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .productDetail {
      padding: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .productDetail {
      padding: 2em;
      margin-bottom: 30px; } }
  .productDetail__title {
    font-size: 28px;
    font-size: calc( 28vw / 1440 * 100);
    margin-bottom: 1.5em;
    border-bottom: 1px solid #F4F4F4; }
    @media screen and (min-width: 1440px) {
      .productDetail__title {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media screen and (max-width: 991px) {
      .productDetail__title {
        font-size: 28px;
        font-size: 2.8rem; } }
  .productDetail__overview {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .productDetail__overview {
        flex-wrap: wrap; } }
    .productDetail__overview__thumb {
      width: 300px;
      height: 300px;
      border: 1px solid #eee; }
      @media screen and (min-width: 768px) {
        .productDetail__overview__thumb {
          width: calc( 300vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .productDetail__overview__thumb {
          height: calc( 300vw / 1440 * 100);
          max-height: 300px; } }
      @media screen and (max-width: 767px) {
        .productDetail__overview__thumb {
          height: 225px; } }
      @media screen and (max-width: 767px) {
        .productDetail__overview__thumb {
          width: 240px;
          height: 240px;
          margin: auto; } }
      .productDetail__overview__thumb a {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .productDetail__overview__thumb a {
            width: 238px;
            height: 238px; } }
        .productDetail__overview__thumb a img {
          max-width: 100%;
          max-height: 100%; }
    .productDetail__overview__detail {
      width: 540px; }
      @media screen and (min-width: 768px) {
        .productDetail__overview__detail {
          width: calc( 540vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .productDetail__overview__detail {
          width: 100%;
          max-width: 100%; } }
    .productDetail__overview__title {
      font-size: 28px;
      font-size: calc( 28vw / 1440 * 100);
      margin-bottom: 1em; }
      @media screen and (min-width: 1440px) {
        .productDetail__overview__title {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media screen and (max-width: 991px) {
        .productDetail__overview__title {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media screen and (max-width: 767px) {
        .productDetail__overview__title {
          margin-top: .5em; } }
      .productDetail__overview__title small {
        display: block;
        font-size: 16px;
        font-size: calc( 16vw / 1440 * 100);
        font-weight: 600;
        opacity: 0.7;
        filter: alpha(opacity=70); }
        @media screen and (min-width: 1440px) {
          .productDetail__overview__title small {
            font-size: 16px;
            font-size: 1.6rem; } }
        @media screen and (max-width: 991px) {
          .productDetail__overview__title small {
            font-size: 16px;
            font-size: 1.6rem; } }
    .productDetail__overview__type {
      display: flex;
      margin-bottom: 1em; }
      @media screen and (max-width: 767px) {
        .productDetail__overview__type {
          display: block;
          overflow: hidden; } }
      .productDetail__overview__type img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 60px;
        margin-right: 1em; }
        @media screen and (max-width: 1199px) {
          .productDetail__overview__type img {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100px;
            height: 40px;
            margin-right: 1em; } }
        @media screen and (max-width: 767px) {
          .productDetail__overview__type img {
            width: 75px;
            height: auto;
            float: left; } }
  .productDetail__table {
    margin-top: 3em;
    margin-bottom: 3em; }
    .productDetail__table th, .productDetail__table td {
      padding: 1em 2em; }
      @media screen and (max-width: 767px) {
        .productDetail__table th, .productDetail__table td {
          display: block; } }
    @media screen and (max-width: 767px) {
      .productDetail__table td {
        padding: 0 0 1em; } }
    .productDetail__table th {
      width: 25%; }
      @media screen and (max-width: 767px) {
        .productDetail__table th {
          width: 100%;
          text-align: left;
          padding: 1em 0 0;
          border: none; } }
      @media screen and (min-width: 768px) {
        .productDetail__table th small {
          display: block; } }
  .productDetail__links {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .productDetail__links {
        display: block; } }
    .productDetail__links__head {
      background: #2038b1;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-size: calc( 24vw / 1440 * 100);
      line-height: 1.2;
      padding: 0 .5em 0 1em;
      font-weight: 300;
      text-align: center;
      position: relative;
      margin-right: 1em; }
      @media screen and (min-width: 1440px) {
        .productDetail__links__head {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media screen and (max-width: 991px) {
        .productDetail__links__head {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media screen and (max-width: 991px) {
        .productDetail__links__head {
          font-size: 16px;
          font-size: calc( 16vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .productDetail__links__head {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .productDetail__links__head {
      font-size: 16px;
      font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .productDetail__links__head {
          padding: 1em 2em;
          margin-right: 0; } }
      .productDetail__links__head::after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -.5em;
        border-left: 0.5em solid #2038b1;
        border-top: calc( 135vw / 1440 * 50) solid transparent;
        border-bottom: calc( 135vw / 1440 * 50) solid transparent; }
        @media screen and (min-width: 1440px) {
          .productDetail__links__head::after {
            border-top-width: calc( 135px / 2);
            border-bottom-width: calc( 135px / 2); } }
        @media screen and (max-width: 767px) {
          .productDetail__links__head::after {
            top: auto;
            right: auto;
            bottom: -1em;
            left: 50%;
            margin-left: -3em;
            border-top: 1em solid #2038b1;
            border-left: 3em solid transparent;
            border-right: 3em solid transparent;
            border-bottom: 0px solid transparent; } }
    .productDetail__links__body {
      height: 135px;
      display: flex;
      align-items: center;
      box-shadow: 1px 1px 6px rgba(26, 26, 26, 0.1); }
      @media screen and (min-width: 768px) {
        .productDetail__links__body {
          height: calc( 135vw / 1440 * 100);
          max-height: 135px; } }
      @media screen and (max-width: 767px) {
        .productDetail__links__body {
          height: 101.25px; } }
      @media screen and (max-width: 767px) {
        .productDetail__links__body {
          margin-top: 2em; } }
      @media screen and (min-width: 768px) {
        .productDetail__links__body:hover {
          transform: scale(1.03); } }
    .productDetail__links__text {
      font-size: 16px;
      font-size: calc( 16vw / 1440 * 100);
      padding-right: .5em; }
      @media screen and (min-width: 1440px) {
        .productDetail__links__text {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 991px) {
        .productDetail__links__text {
          font-size: 16px;
          font-size: 1.6rem; } }
      .productDetail__links__text em {
        font-size: 18px;
        font-size: calc( 18vw / 1440 * 100);
        display: block; }
        @media screen and (min-width: 1440px) {
          .productDetail__links__text em {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 991px) {
          .productDetail__links__text em {
            font-size: 18px;
            font-size: 1.8rem; } }
    .productDetail__links__img {
      width: 165px; }
      @media screen and (min-width: 768px) {
        .productDetail__links__img {
          width: calc( 165vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .productDetail__links__img {
          display: none; } }
    .productDetail__links__product {
      width: 90px; }
      @media screen and (min-width: 768px) {
        .productDetail__links__product {
          width: calc( 90vw / 1440 * 100); } }
    .productDetail__links img {
      max-height: 100%; }

.pagination {
  list-style: none;
  margin-left: 0;
  display: flex;
  height: 45px;
  line-height: 45px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pagination {
      height: calc( 45vw / 1440 * 100);
      max-height: 45px; } }
  @media screen and (max-width: 767px) {
    .pagination {
      height: 33.75px; } }
  @media screen and (max-width: 1439px) {
    .pagination {
      line-height: calc( 45vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .pagination {
      line-height: 33.75px; } }
  @media screen and (max-width: 767px) {
    .pagination {
      justify-content: center; } }
  .pagination li {
    background: #ebeff2;
    width: 45px; }
    @media screen and (min-width: 768px) {
      .pagination li {
        width: calc( 45vw / 1440 * 100); } }
    .pagination li.pages {
      width: 135px;
      border-right: 1px solid #fff; }
      @media screen and (min-width: 768px) {
        .pagination li.pages {
          width: calc( 135vw / 1440 * 100); } }
    .pagination li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #182a86;
      position: relative;
      cursor: pointer; }
    .pagination li:hover a,
    .pagination li.current a {
      background: #182a86;
      color: #fff; }
    .pagination li.prev a::before,
    .pagination li.next a::before {
      content: "";
      display: block;
      width: .5em;
      height: .5em;
      border-top: 1px solid;
      border-right: 1px solid;
      position: absolute;
      top: 50%;
      margin-top: -.25em; }
    .pagination li.prev a::before {
      transform: rotate(-135deg);
      left: 50%; }
    .pagination li.next a::before {
      transform: rotate(45deg);
      right: 50%; }

.scrollNav {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .scrollNav {
      margin: 30px 270px; } }
  @media screen and (min-width: 768px) and (max-width: 1439px) {
    .scrollNav {
      margin: calc( 30vw / 1440 * 100) calc( 270vw / 1440 * 100); } }
  @media screen and (max-width: 991px) {
    .scrollNav {
      flex-wrap: wrap;
      margin: 30px 90px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .scrollNav {
      margin: calc( 30vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  @media screen and (min-width: 768px) {
    .scrollNav--includeKeyv {
      margin: 60px -90px 0px; } }
  @media screen and (min-width: 768px) and (max-width: 1439px) {
    .scrollNav--includeKeyv {
      margin: calc( 60vw / 1440 * 100) calc( -90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (max-width: 991px) {
    .scrollNav--includeKeyv {
      margin: 30px 0px 0px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .scrollNav--includeKeyv {
      margin: calc( 30vw / 1440 * 100) calc( 0vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  .scrollNav__item {
    display: block;
    background: #182a86;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: .5em; }
    .scrollNav__item:hover {
      background: #101c5b; }
    @media screen and (min-width: 768px) {
      .scrollNav__item {
        width: 240px;
        height: 60px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .scrollNav__item {
      width: calc( 240vw / 1440 * 100); } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .scrollNav__item {
      height: calc( 60vw / 1440 * 100);
      max-height: 60px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .scrollNav__item {
      height: 45px; } }
    @media screen and (max-width: 991px) {
      .scrollNav__item {
        width: 100%;
        text-align: left;
        padding: .5em 3em .5em 1em;
        margin-bottom: .5em; } }
    .scrollNav__item::after {
      content: '';
      display: block;
      width: .5em;
      height: .5em;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: rotate(45deg);
      position: absolute;
      left: calc( 50% - .25em);
      bottom: 1em; }
      @media screen and (max-width: 991px) {
        .scrollNav__item::after {
          left: auto;
          bottom: auto;
          top: calc( 50% - .45em);
          right: 1em; } }
    @media screen and (min-width: 992px) {
      .scrollNav__item:nth-child(2) {
        width: 360px;
        height: 60px; } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .scrollNav__item:nth-child(2) {
      width: calc( 360vw / 1440 * 100); } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .scrollNav__item:nth-child(2) {
      height: calc( 60vw / 1440 * 100);
      max-height: 60px; } }
  @media screen and (min-width: 992px) and (max-width: 767px) {
    .scrollNav__item:nth-child(2) {
      height: 45px; } }

.scrollTopButton {
  position: fixed;
  width: 5em;
  height: 5em;
  background: #182a86;
  font-size: 1.4rem;
  z-index: 100;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  .scrollTopButton::before {
    content: "";
    width: 1.8em;
    height: 1.8em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -1em;
    display: block; }
  @media screen and (max-width: 991px) {
    .scrollTopButton {
      position: fixed;
      width: 4.5em;
      height: 4.5em;
      opacity: .9; }
      .scrollTopButton::before {
        width: 1.5em;
        height: 1.5em; } }

.searchBar {
  background: rgba(24, 42, 134, 0.9);
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .searchBar {
      height: calc( 90vw / 1440 * 100);
      max-height: 90px; } }
  @media screen and (max-width: 767px) {
    .searchBar {
      height: 67.5px; } }
  @media screen and (max-width: 767px) {
    .searchBar {
      height: auto;
      max-height: none; } }
  .searchBar__title {
    background: #182a86;
    font-size: 18px;
    font-size: calc( 18vw / 1440 * 100);
    width: 270px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1440px) {
      .searchBar__title {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      .searchBar__title {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 768px) {
      .searchBar__title {
        width: calc( 270vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .searchBar__title {
        width: 100%;
        padding: .5em 0;
        margin-bottom: .5em; } }
  .searchBar__body {
    width: 540px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 .5em; }
    @media screen and (min-width: 768px) {
      .searchBar__body {
        width: calc( 540vw / 1440 * 100); } }
  .searchBar__item {
    padding: 0 .5em; }
    .searchBar__item--select {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .searchBar__item--select {
          width: 100%;
          margin-bottom: 1em; } }
    .searchBar__item--keyword {
      width: 60%; }
      @media screen and (max-width: 767px) {
        .searchBar__item--keyword {
          width: 100%; } }
  .searchBar__subTitle {
    font-size: 10px;
    font-size: calc( 10vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .searchBar__subTitle {
        font-size: 10px;
        font-size: 1rem; } }
    @media screen and (max-width: 991px) {
      .searchBar__subTitle {
        font-size: 10px;
        font-size: 1rem; } }
  .searchBar__select {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 1440px) {
      .searchBar__select {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .searchBar__select {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .searchBar__select {
        font-size: 16px;
        font-size: calc( 16vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .searchBar__select {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .searchBar__select {
      font-size: 16px;
      font-size: 1.6rem; } }
    .searchBar__select__button {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
      transition: 0.3s all ease-in-out;
      line-height: 2em;
      letter-spacing: .05em;
      opacity: 0.5;
      filter: alpha(opacity=50);
      cursor: pointer; }
      .searchBar__select__button:hover {
        transition: 0.3s all ease-in-out; }
      .searchBar__select__button::after {
        content: "";
        font: normal normal normal 14px/1 FontAwesome;
        color: inherit;
        font-size: inherit;
        margin-right: 0.2em;
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .searchBar__select__button:hover, .searchBar__select__button.active {
        opacity: 1;
        filter: alpha(opacity=100); }
    .searchBar__select__detail {
      display: none; }
  .searchBar__keyWord input {
    width: 100%;
    appearance: button;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    transition: 0.3s all ease-in-out;
    line-height: 2em;
    padding: 0 !important; }
    @media screen and (min-width: 1440px) {
      .searchBar__keyWord input {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .searchBar__keyWord input {
        font-size: 14px;
        font-size: 1.4rem; } }
    .searchBar__keyWord input:hover {
      transition: 0.3s all ease-in-out; }
    .msie_view .searchBar__keyWord input {
      display: block;
      height: 2em;
      padding-bottom: .8em; }
    .gecko_view .searchBar__keyWord input {
      display: block;
      height: 2em;
      padding-bottom: .8em; }
    .searchBar__keyWord input::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .searchBar__keyWord input:-moz-placeholder {
      color: #fff;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .searchBar__keyWord input::-moz-placeholder {
      color: #fff;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .searchBar__keyWord input:-ms-input-placeholder {
      color: #fff;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .searchBar__keyWord input:placeholder-shown {
      color: #fff;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .searchBar__keyWord input:focus {
      border-color: rgba(255, 255, 255, 0.7);
      opacity: 1;
      filter: alpha(opacity=100); }
    @media screen and (max-width: 767px) {
      .searchBar__keyWord input {
        border: none;
        font-size: 16px;
        padding: 0 10px; } }
  .searchBar__button {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    padding: 0 !important;
    font-size: 18px;
    font-size: calc( 18vw / 1440 * 100); }
    @media screen and (min-width: 768px) {
      .searchBar__button {
        width: calc( 90vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .searchBar__button {
        height: calc( 90vw / 1440 * 100);
        max-height: 90px; } }
    @media screen and (max-width: 767px) {
      .searchBar__button {
        height: 67.5px; } }
    @media screen and (max-width: 1439px) {
      .searchBar__button {
        line-height: calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .searchBar__button {
      line-height: 67.5px; } }
    @media screen and (max-width: 767px) {
      .searchBar__button {
        line-height: 67.5px; } }
    @media screen and (min-width: 1440px) {
      .searchBar__button {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      .searchBar__button {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .searchBar__button {
        height: 60px;
        line-height: 60px;
        width: calc( 100% - 2em);
        margin: .5em 1em;
        background: #101c5b; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .searchBar__button {
      height: calc( 60vw / 1440 * 100);
      max-height: 60px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .searchBar__button {
      height: 45px; } }
  @media screen and (max-width: 767px) and (max-width: 1439px) {
    .searchBar__button {
      line-height: calc( 60vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (max-width: 1439px) and (max-width: 767px) {
    .searchBar__button {
      line-height: 45px; } }
    @media screen and (max-width: 767px) {
        .searchBar__button::before {
          content: "検索する"; } }

.searchBarSelect {
  font-size: 14px;
  font-size: calc( 14vw / 1440 * 100);
  position: absolute;
  top: 2em;
  z-index: 10;
  background: #fff;
  padding: 0;
  width: 110%;
  margin-left: -5%;
  margin-top: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 1440px) {
    .searchBarSelect {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 991px) {
    .searchBarSelect {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .searchBarSelect {
      margin-left: 0;
      max-height: 20em;
      overflow-y: scroll; } }
  .searchBarSelect .searchBox__detail__row {
    display: block;
    border-bottom: none; }
    .searchBarSelect .searchBox__detail__row:first-child {
      border-top: none; }
  .searchBarSelect .searchBox__detail__title {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    height: auto;
    max-height: none;
    line-height: 1.6; }
    @media screen and (min-width: 1440px) {
      .searchBarSelect .searchBox__detail__title {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .searchBarSelect .searchBox__detail__title {
        font-size: 14px;
        font-size: 1.4rem; } }
  .searchBarSelect .searchBox__detail__item {
    height: auto;
    max-height: none;
    line-height: 1.4;
    width: 100%;
    letter-spacing: .05em;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .searchBarSelect .searchBox__detail__item {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .searchBarSelect .searchBox__detail__item {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .searchBarSelect .searchBox__detail__item {
        font-size: 16px;
        font-size: calc( 16vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .searchBarSelect .searchBox__detail__item {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .searchBarSelect .searchBox__detail__item {
      font-size: 16px;
      font-size: 1.6rem; } }
    .searchBarSelect .searchBox__detail__item label {
      display: block;
      width: 100%;
      padding: 0; }
      .searchBarSelect .searchBox__detail__item label:hover {
        background: #ebeff2; }
    .searchBarSelect .searchBox__detail__item input[type="radio"] + span {
      padding: .3em 1em; }
      @media screen and (max-width: 767px) {
        .searchBarSelect .searchBox__detail__item input[type="radio"] + span {
          padding: 1em .5em; } }
      .searchBarSelect .searchBox__detail__item input[type="radio"] + span::before {
        display: none; }
    .searchBarSelect .searchBox__detail__item input[type="radio"]:checked + span {
      background: #ebeff2; }

.searchBox {
  margin: 0px 90px; }
  @media screen and (max-width: 1439px) {
    .searchBox {
      margin: calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
  .searchBox .tab {
    width: 810px;
    height: 90px; }
    @media screen and (min-width: 768px) {
      .searchBox .tab {
        width: calc( 810vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .searchBox .tab {
        height: calc( 90vw / 1440 * 100);
        max-height: 90px; } }
    @media screen and (max-width: 767px) {
      .searchBox .tab {
        height: 67.5px; } }
    @media screen and (max-width: 767px) {
      .searchBox .tab {
        width: auto;
        max-width: none;
        height: auto;
        max-width: none; } }
    .searchBox .tab__item {
      width: 270px;
      height: 90px; }
      @media screen and (min-width: 768px) {
        .searchBox .tab__item {
          width: calc( 270vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .searchBox .tab__item {
          height: calc( 90vw / 1440 * 100);
          max-height: 90px; } }
      @media screen and (max-width: 767px) {
        .searchBox .tab__item {
          height: 67.5px; } }
      @media screen and (max-width: 767px) {
        .searchBox .tab__item {
          width: auto;
          max-width: none;
          height: auto;
          max-width: none; } }
  .searchBox .tabDetailWrap {
    width: 1260px; }
    @media screen and (min-width: 768px) {
      .searchBox .tabDetailWrap {
        width: calc( 1260vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .searchBox .tabDetailWrap {
        max-width: 100%; } }
  .searchBox__detail {
    padding: 45px 105px; }
    @media screen and (max-width: 1439px) {
      .searchBox__detail {
        padding: calc( 45vw / 1440 * 100) calc( 105vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .searchBox__detail {
        padding: 45px 0px; } }
  @media screen and (max-width: 767px) and (max-width: 1439px) {
    .searchBox__detail {
      padding: calc( 45vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
    .searchBox__detail__row {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #F4F4F4; }
      .searchBox__detail__row--borderNone {
        border: none; }
      @media screen and (min-width: 768px) {
        .searchBox__detail__row {
          width: 100%;
          flex-wrap: wrap; } }
      .searchBox__detail__row:first-child {
        border-top: 1px solid #F4F4F4; }
        @media screen and (max-width: 767px) {
          .searchBox__detail__row:first-child {
            border: none; } }
      @media screen and (max-width: 767px) {
        .searchBox__detail__row {
          width: 86%;
          margin: auto;
          flex-wrap: wrap;
          border: none;
          justify-content: space-between; } }
    .searchBox__detail__title {
      width: 120px;
      height: 30px;
      line-height: 30px;
      margin-right: 30px;
      background: #7a8799;
      color: #fff;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .searchBox__detail__title {
          width: calc( 120vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .searchBox__detail__title {
          height: calc( 30vw / 1440 * 100);
          max-height: 30px; } }
      @media screen and (max-width: 767px) {
        .searchBox__detail__title {
          height: 22.5px; } }
      @media screen and (max-width: 1439px) {
        .searchBox__detail__title {
          line-height: calc( 30vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .searchBox__detail__title {
      line-height: 22.5px; } }
      @media screen and (max-width: 767px) {
        .searchBox__detail__title {
          line-height: 22.5px; } }
      @media screen and (max-width: 1439px) {
        .searchBox__detail__title {
          margin-right: calc( 30vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .searchBox__detail__title {
          width: 100%;
          height: 1.5em;
          line-height: 1.5em;
          margin: .5em 0; } }
    .searchBox__detail__item {
      width: 135px;
      height: 60px;
      line-height: 60px;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .searchBox__detail__item {
          width: calc( 135vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .searchBox__detail__item {
          height: calc( 60vw / 1440 * 100);
          max-height: 60px; } }
      @media screen and (max-width: 767px) {
        .searchBox__detail__item {
          height: 45px; } }
      @media screen and (max-width: 1439px) {
        .searchBox__detail__item {
          line-height: calc( 60vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .searchBox__detail__item {
      line-height: 45px; } }
      @media screen and (max-width: 767px) {
        .searchBox__detail__item {
          line-height: 45px; } }
      @media screen and (max-width: 991px) {
        .searchBox__detail__item {
          font-size: 14px;
          font-size: calc( 14vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (min-width: 1440px) {
    .searchBox__detail__item {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .searchBox__detail__item {
      font-size: 14px;
      font-size: 1.4rem; } }
      .searchBox__detail__item--large {
        width: 270px;
        height: 60px;
        line-height: 60px; }
        @media screen and (min-width: 768px) {
          .searchBox__detail__item--large {
            width: calc( 270vw / 1440 * 100); } }
        @media screen and (min-width: 768px) {
          .searchBox__detail__item--large {
            height: calc( 60vw / 1440 * 100);
            max-height: 60px; } }
        @media screen and (max-width: 767px) {
          .searchBox__detail__item--large {
            height: 45px; } }
        @media screen and (max-width: 1439px) {
          .searchBox__detail__item--large {
            line-height: calc( 60vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .searchBox__detail__item--large {
      line-height: 45px; } }
        @media screen and (max-width: 767px) {
          .searchBox__detail__item--large {
            line-height: 45px; } }
      .searchBox__detail__item--middle {
        width: 210px;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #F4F4F4; }
        @media screen and (min-width: 768px) {
          .searchBox__detail__item--middle {
            width: calc( 210vw / 1440 * 100); } }
        @media screen and (min-width: 768px) {
          .searchBox__detail__item--middle {
            height: calc( 60vw / 1440 * 100);
            max-height: 60px; } }
        @media screen and (max-width: 767px) {
          .searchBox__detail__item--middle {
            height: 45px; } }
        @media screen and (max-width: 1439px) {
          .searchBox__detail__item--middle {
            line-height: calc( 60vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .searchBox__detail__item--middle {
      line-height: 45px; } }
        @media screen and (max-width: 767px) {
          .searchBox__detail__item--middle {
            line-height: 45px; } }
      .searchBox__detail__item--middle2x {
        width: 420px;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #F4F4F4; }
        @media screen and (min-width: 768px) {
          .searchBox__detail__item--middle2x {
            width: calc( 420vw / 1440 * 100); } }
        @media screen and (min-width: 768px) {
          .searchBox__detail__item--middle2x {
            height: calc( 60vw / 1440 * 100);
            max-height: 60px; } }
        @media screen and (max-width: 767px) {
          .searchBox__detail__item--middle2x {
            height: 45px; } }
        @media screen and (max-width: 1439px) {
          .searchBox__detail__item--middle2x {
            line-height: calc( 60vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .searchBox__detail__item--middle2x {
      line-height: 45px; } }
        @media screen and (max-width: 767px) {
          .searchBox__detail__item--middle2x {
            line-height: 45px; } }
      .searchBox__detail__item--small {
        width: 90px;
        height: 60px;
        line-height: 60px; }
        @media screen and (min-width: 768px) {
          .searchBox__detail__item--small {
            width: calc( 90vw / 1440 * 100); } }
        @media screen and (min-width: 768px) {
          .searchBox__detail__item--small {
            height: calc( 60vw / 1440 * 100);
            max-height: 60px; } }
        @media screen and (max-width: 767px) {
          .searchBox__detail__item--small {
            height: 45px; } }
        @media screen and (max-width: 1439px) {
          .searchBox__detail__item--small {
            line-height: calc( 60vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .searchBox__detail__item--small {
      line-height: 45px; } }
        @media screen and (max-width: 767px) {
          .searchBox__detail__item--small {
            line-height: 45px; } }
      @media screen and (max-width: 767px) {
        .searchBox__detail__item {
          width: 48%;
          margin: .5em 0;
          background: rgba(235, 239, 242, 0.5); } }
    .searchBox__detail--func__item {
      width: 1080px;
      background: #f4f6f8;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .searchBox__detail--func__item {
          width: calc( 1080vw / 1440 * 100); } }
      @media screen and (max-width: 1439px) {
        .searchBox__detail--func__item {
          margin-bottom: calc( 15vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .searchBox__detail--func__item {
          width: 86%;
          margin: .5em auto; } }
    .searchBox__detail--func__title {
      padding: 15px 45px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1439px) {
        .searchBox__detail--func__title {
          padding: calc( 15vw / 1440 * 100) calc( 45vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .searchBox__detail--func__title {
          padding-top: .8em;
          padding-bottom: .8em; } }
      .searchBox__detail--func__title::before {
        content: "";
        width: 1em;
        height: 1em;
        display: inline-block;
        background: #7a8799;
        opacity: 0.5;
        filter: alpha(opacity=50);
        margin-right: .5em; }
    .searchBox__detail--func__content {
      padding: 0px 45px 30px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 1439px) {
        .searchBox__detail--func__content {
          padding: calc( 0vw / 1440 * 100) calc( 45vw / 1440 * 100) calc( 30vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .searchBox__detail--func__content {
          display: block; } }
      .searchBox__detail--func__content__header {
        width: 30%; }
        @media screen and (max-width: 767px) {
          .searchBox__detail--func__content__header {
            width: 100%; } }
      .searchBox__detail--func__content__title {
        font-size: 18px;
        font-size: calc( 18vw / 1440 * 100);
        font-weight: 500; }
        @media screen and (min-width: 1440px) {
          .searchBox__detail--func__content__title {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 991px) {
          .searchBox__detail--func__content__title {
            font-size: 18px;
            font-size: 1.8rem; } }
        .searchBox__detail--func__content__title small {
          font-size: 14px;
          font-size: calc( 14vw / 1440 * 100); }
          @media screen and (min-width: 1440px) {
            .searchBox__detail--func__content__title small {
              font-size: 14px;
              font-size: 1.4rem; } }
          @media screen and (max-width: 991px) {
            .searchBox__detail--func__content__title small {
              font-size: 14px;
              font-size: 1.4rem; } }
      .searchBox__detail--func__content__lead {
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100);
        line-height: 1.4;
        margin-top: 1em;
        margin-bottom: 2em; }
        @media screen and (min-width: 1440px) {
          .searchBox__detail--func__content__lead {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 991px) {
          .searchBox__detail--func__content__lead {
            font-size: 12px;
            font-size: 1.2rem; } }
      .searchBox__detail--func__content__productList {
        text-align: center;
        width: 65%;
        display: flex;
        margin-top: -15px;
        justify-content: space-between; }
        @media screen and (max-width: 1439px) {
          .searchBox__detail--func__content__productList {
            margin-top: calc( -15vw / 1440 * 100); } }
        @media screen and (max-width: 767px) {
          .searchBox__detail--func__content__productList {
            width: 100%;
            margin-top: 1em;
            flex-wrap: wrap; } }
        .searchBox__detail--func__content__productList__item {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          @media screen and (max-width: 767px) {
            .searchBox__detail--func__content__productList__item {
              width: 49%;
              margin-bottom: 1em; } }
          .searchBox__detail--func__content__productList__item__thumb {
            width: 100%; }
            .searchBox__detail--func__content__productList__item__thumb img {
              width: 120px; }
          .searchBox__detail--func__content__productList__item__name {
            width: 100%;
            font-size: 13px;
            font-size: calc( 13vw / 1440 * 100);
            font-weight: 600;
            color: #323c57;
            opacity: 0.7;
            filter: alpha(opacity=70); }
            @media screen and (min-width: 1440px) {
              .searchBox__detail--func__content__productList__item__name {
                font-size: 13px;
                font-size: 1.3rem; } }
            @media screen and (max-width: 991px) {
              .searchBox__detail--func__content__productList__item__name {
                font-size: 13px;
                font-size: 1.3rem; } }
            @media screen and (max-width: 767px) {
              .searchBox__detail--func__content__productList__item__name {
                font-size: 14px;
                font-size: calc( 14vw / 1440 * 100);
                line-height: 1.2;
                letter-spacing: 0; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .searchBox__detail--func__content__productList__item__name {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .searchBox__detail--func__content__productList__item__name {
      font-size: 14px;
      font-size: 1.4rem; } }
            .searchBox__detail--func__content__productList__item__name:hover {
              color: #323c57;
              opacity: 1;
              filter: alpha(opacity=100); }
      .searchBox__detail--func__content__list {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        list-style: none;
        width: 100%;
        margin-bottom: 1em; }
        .searchBox__detail--func__content__list__item {
          margin-right: 1em; }
          @media screen and (max-width: 767px) {
            .searchBox__detail--func__content__list__item {
              width: 100%;
              margin-bottom: .5em;
              margin-right: 0; } }
        .searchBox__detail--func__content__list a {
          font-size: 13px;
          font-size: calc( 13vw / 1440 * 100);
          font-weight: 600;
          color: #323c57;
          opacity: 0.7;
          filter: alpha(opacity=70); }
          @media screen and (min-width: 1440px) {
            .searchBox__detail--func__content__list a {
              font-size: 13px;
              font-size: 1.3rem; } }
          @media screen and (max-width: 991px) {
            .searchBox__detail--func__content__list a {
              font-size: 13px;
              font-size: 1.3rem; } }
          .searchBox__detail--func__content__list a::before {
            content: '\f138';
            color: inherit;
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 0.2em;
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 0.9em;
            opacity: 0.5;
            filter: alpha(opacity=50); }
          @media screen and (max-width: 767px) {
            .searchBox__detail--func__content__list a {
              font-size: 14px;
              font-size: calc( 14vw / 1440 * 100);
              width: 100%;
              display: flex;
              align-items: center;
              padding: 1.5em 1em;
              background: #fff;
              line-height: 1.2; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .searchBox__detail--func__content__list a {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .searchBox__detail--func__content__list a {
      font-size: 14px;
      font-size: 1.4rem; } }
          @media screen and (max-width: 767px) {
              .searchBox__detail--func__content__list a::before {
                margin-right: 1em; } }
          .searchBox__detail--func__content__list a:hover {
            color: #323c57;
            opacity: 1;
            filter: alpha(opacity=100); }
    .searchBox__detail--func__submit {
      width: 100%; }
      .searchBox__detail--func__submit .button {
        line-height: 0;
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100); }
        @media screen and (min-width: 1440px) {
          .searchBox__detail--func__submit .button {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 991px) {
          .searchBox__detail--func__submit .button {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 767px) {
          .searchBox__detail--func__submit .button {
            font-size: 14px;
            font-size: calc( 14vw / 1440 * 100);
            margin-bottom: 1em; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .searchBox__detail--func__submit .button {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .searchBox__detail--func__submit .button {
      font-size: 14px;
      font-size: 1.4rem; } }
  .searchBox__submit {
    width: 100%;
    text-align: center;
    margin-top: 30px; }
    @media screen and (max-width: 1439px) {
      .searchBox__submit {
        margin-top: calc( 30vw / 1440 * 100); } }
    .searchBox__submit .button {
      font-size: 14px;
      font-size: calc( 14vw / 1440 * 100);
      width: 180px;
      height: 45px; }
      @media screen and (min-width: 1440px) {
        .searchBox__submit .button {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 991px) {
        .searchBox__submit .button {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (min-width: 768px) {
        .searchBox__submit .button {
          width: calc( 180vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .searchBox__submit .button {
          height: calc( 45vw / 1440 * 100);
          max-height: 45px; } }
      @media screen and (max-width: 767px) {
        .searchBox__submit .button {
          height: 33.75px; } }
      @media screen and (max-width: 767px) {
        .searchBox__submit .button {
          width: auto;
          max-width: none;
          height: auto;
          max-height: none; } }
  .searchBox__keyword {
    background: #182a86;
    color: #fff;
    display: flex;
    width: 900px;
    height: 90px;
    margin: 45px 180px 90px; }
    @media screen and (min-width: 768px) {
      .searchBox__keyword {
        width: calc( 900vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .searchBox__keyword {
        height: calc( 90vw / 1440 * 100);
        max-height: 90px; } }
    @media screen and (max-width: 767px) {
      .searchBox__keyword {
        height: 67.5px; } }
    @media screen and (max-width: 1439px) {
      .searchBox__keyword {
        margin: calc( 45vw / 1440 * 100) calc( 180vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .searchBox__keyword {
        margin: 90px 0px 90px;
        height: auto;
        flex-wrap: wrap; } }
  @media screen and (max-width: 767px) and (max-width: 1439px) {
    .searchBox__keyword {
      margin: calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
    .searchBox__keyword__title {
      text-align: center;
      width: 270px;
      height: 90px;
      line-height: 90px; }
      @media screen and (min-width: 768px) {
        .searchBox__keyword__title {
          width: calc( 270vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .searchBox__keyword__title {
          height: calc( 90vw / 1440 * 100);
          max-height: 90px; } }
      @media screen and (max-width: 767px) {
        .searchBox__keyword__title {
          height: 67.5px; } }
      @media screen and (max-width: 1439px) {
        .searchBox__keyword__title {
          line-height: calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .searchBox__keyword__title {
      line-height: 67.5px; } }
      @media screen and (max-width: 767px) {
        .searchBox__keyword__title {
          line-height: 67.5px; } }
      @media screen and (max-width: 767px) {
        .searchBox__keyword__title {
          width: 900px;
          height: 45px;
          line-height: 45px;
          max-width: 100%; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .searchBox__keyword__title {
      width: calc( 900vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .searchBox__keyword__title {
      height: calc( 45vw / 1440 * 100);
      max-height: 45px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .searchBox__keyword__title {
      height: 33.75px; } }
  @media screen and (max-width: 767px) and (max-width: 1439px) {
    .searchBox__keyword__title {
      line-height: calc( 45vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (max-width: 1439px) and (max-width: 767px) {
    .searchBox__keyword__title {
      line-height: 33.75px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .searchBox__keyword__title {
      line-height: 33.75px; } }
    .searchBox__keyword__body {
      width: 540px;
      height: 90px;
      background: rgba(255, 255, 255, 0.1);
      display: flex;
      flex-wrap: wrap;
      padding: 20px 30px; }
      @media screen and (min-width: 768px) {
        .searchBox__keyword__body {
          width: calc( 540vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .searchBox__keyword__body {
          height: calc( 90vw / 1440 * 100);
          max-height: 90px; } }
      @media screen and (max-width: 767px) {
        .searchBox__keyword__body {
          height: 67.5px; } }
      @media screen and (max-width: 1439px) {
        .searchBox__keyword__body {
          padding: calc( 20vw / 1440 * 100) calc( 30vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .searchBox__keyword__body {
          width: calc( 100% - 50px);
          height: 60px;
          padding: 0px; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .searchBox__keyword__body {
      height: calc( 60vw / 1440 * 100);
      max-height: 60px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .searchBox__keyword__body {
      height: 45px; } }
  @media screen and (max-width: 767px) and (max-width: 1439px) {
    .searchBox__keyword__body {
      padding: calc( 0vw / 1440 * 100); } }
      .searchBox__keyword__body small {
        display: block; }
        @media screen and (max-width: 767px) {
          .searchBox__keyword__body small {
            display: none; } }
      .searchBox__keyword__body input {
        width: 100%;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        background: transparent;
        border: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        color: #fff;
        font-size: 14px;
        font-size: calc( 14vw / 1440 * 100);
        transition: 0.3s all ease-in-out; }
        @media screen and (min-width: 1440px) {
          .searchBox__keyword__body input {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 991px) {
          .searchBox__keyword__body input {
            font-size: 14px;
            font-size: 1.4rem; } }
        .searchBox__keyword__body input:hover {
          transition: 0.3s all ease-in-out; }
        .searchBox__keyword__body input::-webkit-input-placeholder {
          color: #fff;
          opacity: 0.5;
          filter: alpha(opacity=50); }
        .searchBox__keyword__body input:-moz-placeholder {
          color: #fff;
          opacity: 0.5;
          filter: alpha(opacity=50); }
        .searchBox__keyword__body input::-moz-placeholder {
          color: #fff;
          opacity: 0.5;
          filter: alpha(opacity=50); }
        .searchBox__keyword__body input:-ms-input-placeholder {
          color: #fff;
          opacity: 0.5;
          filter: alpha(opacity=50); }
        .searchBox__keyword__body input:placeholder-shown {
          color: #fff;
          opacity: 0.5;
          filter: alpha(opacity=50); }
        .searchBox__keyword__body input:focus {
          border-color: rgba(255, 255, 255, 0.7);
          opacity: 1;
          filter: alpha(opacity=100); }
        @media screen and (max-width: 767px) {
          .searchBox__keyword__body input {
            border: none;
            font-size: 16px;
            padding: 0 10px; } }
    .searchBox__keyword__button.button {
      display: block;
      width: 90px;
      height: 90px;
      line-height: 90px;
      padding: 0 !important; }
      @media screen and (min-width: 768px) {
        .searchBox__keyword__button.button {
          width: calc( 90vw / 1440 * 100); } }
      @media screen and (min-width: 768px) {
        .searchBox__keyword__button.button {
          height: calc( 90vw / 1440 * 100);
          max-height: 90px; } }
      @media screen and (max-width: 767px) {
        .searchBox__keyword__button.button {
          height: 67.5px; } }
      @media screen and (max-width: 1439px) {
        .searchBox__keyword__button.button {
          line-height: calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .searchBox__keyword__button.button {
      line-height: 67.5px; } }
      @media screen and (max-width: 767px) {
        .searchBox__keyword__button.button {
          line-height: 67.5px; } }
      @media screen and (max-width: 767px) {
        .searchBox__keyword__button.button {
          height: 60px;
          line-height: 60px;
          width: 50px;
          max-width: 50px;
          background: #101c5b; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .searchBox__keyword__button.button {
      height: calc( 60vw / 1440 * 100);
      max-height: 60px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .searchBox__keyword__button.button {
      height: 45px; } }
  @media screen and (max-width: 767px) and (max-width: 1439px) {
    .searchBox__keyword__button.button {
      line-height: calc( 60vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (max-width: 1439px) and (max-width: 767px) {
    .searchBox__keyword__button.button {
      line-height: 45px; } }

.sitemap {
  letter-spacing: 0.2em;
  font-size: 14px;
  font-size: calc( 14vw / 1440 * 100);
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 1440px) {
    .sitemap {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 991px) {
    .sitemap {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 991px) {
    .sitemap {
      flex-wrap: wrap; } }
  .sitemap a {
    color: #7a8799;
    text-decoration: none; }
    .sitemap a:hover {
      color: #2038b1; }
  .sitemap i, .sitemap a i {
    color: #182a86;
    margin-right: .4em; }
  .sitemap__col {
    width: 48%; }
    @media screen and (max-width: 991px) {
      .sitemap__col {
        width: 100%; } }
  .sitemap__title {
    border-bottom: 1px solid #eee;
    padding: 1.6em 0;
    line-height: 1.2; }
    .sitemap__title span, .sitemap__title a {
      font-size: 18px;
      font-size: calc( 18vw / 1440 * 100);
      display: flex;
      align-items: center; }
      @media screen and (min-width: 1440px) {
        .sitemap__title span, .sitemap__title a {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 991px) {
        .sitemap__title span, .sitemap__title a {
          font-size: 18px;
          font-size: 1.8rem; } }
    .sitemap__title a {
      color: #333; }
  .sitemap__list {
    list-style: none;
    padding: .8em 0;
    border-bottom: 1px solid #eee;
    line-height: 1.2;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    font-weight: 500; }
    @media screen and (min-width: 1440px) {
      .sitemap__list {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .sitemap__list {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .sitemap__list {
        padding: 0; } }
    .sitemap__list li {
      padding: .8em 0; }
      @media screen and (max-width: 991px) {
        .sitemap__list li {
          padding: 1.6em 0;
          border-bottom: 1px solid #F4F4F4; } }
    .sitemap__list i, .sitemap__list a i {
      opacity: 0.3;
      filter: alpha(opacity=30); }
    .sitemap__list a {
      display: flex;
      align-items: center; }

.tab {
  width: 360px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .tab {
      width: calc( 360vw / 1440 * 100); } }
  @media screen and (min-width: 768px) {
    .tab {
      height: calc( 90vw / 1440 * 100);
      max-height: 90px; } }
  @media screen and (max-width: 767px) {
    .tab {
      height: 67.5px; } }
  @media screen and (max-width: 767px) {
    .tab {
      width: auto;
      max-width: none;
      height: auto;
      max-width: none; } }
  .tab__item {
    width: 180px;
    height: 90px;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    transition: 0.15s all ease-in-out;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #182a86;
    margin-right: 1px;
    padding-top: 2em;
    position: relative;
    padding-top: 27px; }
    @media screen and (min-width: 768px) {
      .tab__item {
        width: calc( 180vw / 1440 * 100); } }
    @media screen and (min-width: 768px) {
      .tab__item {
        height: calc( 90vw / 1440 * 100);
        max-height: 90px; } }
    @media screen and (max-width: 767px) {
      .tab__item {
        height: 67.5px; } }
    @media screen and (min-width: 1440px) {
      .tab__item {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .tab__item {
        font-size: 14px;
        font-size: 1.4rem; } }
    .tab__item:hover {
      transition: 0.15s all ease-in-out; }
    @media screen and (max-width: 1439px) {
      .tab__item {
        padding-top: calc( 27vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) and (max-width: 767px) {
    .tab__item {
      padding-top: 20.25px; } }
    @media screen and (max-width: 991px) {
      .tab__item {
        padding-top: 20px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .tab__item {
      padding-top: calc( 20vw / 1440 * 100); } }
  @media screen and (max-width: 991px) and (max-width: 1439px) and (max-width: 767px) {
    .tab__item {
      padding-top: 15px; } }
    @media screen and (max-width: 767px) {
      .tab__item {
        width: auto;
        max-width: none;
        height: auto;
        line-height: 1.2;
        max-width: none;
        padding: 1em 1em 1.5em; } }
    .tab__item.active {
      background: #fff;
      color: #323c57; }
    .tab__item:not(.active):hover {
      background: #101c5b; }
    .tab__item::after {
      content: "";
      display: block;
      width: .8em;
      height: .8em;
      transform: rotate(45deg);
      border-right: 2px solid #7a8799;
      border-bottom: 2px solid #7a8799;
      position: absolute;
      bottom: 0;
      margin-bottom: 27px;
      left: 50%;
      margin-left: -.4em; }
      @media screen and (max-width: 1439px) {
        .tab__item::after {
          margin-bottom: calc( 27vw / 1440 * 100); } }
      @media screen and (max-width: 991px) {
        .tab__item::after {
          margin-bottom: 20px; } }
  @media screen and (max-width: 991px) and (max-width: 1439px) {
    .tab__item::after {
      margin-bottom: calc( 20vw / 1440 * 100); } }
      @media screen and (max-width: 767px) {
        .tab__item::after {
          width: .5em;
          height: .5em;
          margin-left: -.25em;
          margin-bottom: .7em; } }

.tabDetailWrap {
  width: 540px;
  background: #fff;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .tabDetailWrap {
      width: calc( 540vw / 1440 * 100); } }
  .tabDetailWrap .tabDetail {
    width: 100%; }
    .tabDetailWrap .tabDetail--colorSimulator {
      padding: 15px 35px; }
      @media screen and (max-width: 1439px) {
        .tabDetailWrap .tabDetail--colorSimulator {
          padding: calc( 15vw / 1440 * 100) calc( 35vw / 1440 * 100); } }
    .tabDetailWrap .tabDetail__low {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between; }

.tabInner {
  padding: 2em 0; }

.innerTab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .innerTab__item {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    transition: 0.15s all ease-in-out;
    text-align: center;
    cursor: pointer;
    background: #F4F4F4;
    border: 3px solid #F4F4F4;
    padding: 0 1em;
    border-radius: 1.5em;
    margin: 0 1em; }
    @media screen and (min-width: 1440px) {
      .innerTab__item {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .innerTab__item {
        font-size: 14px;
        font-size: 1.4rem; } }
    .innerTab__item:hover {
      transition: 0.15s all ease-in-out; }
    .innerTab__item.active {
      border-color: #ccc; }
    .innerTab__item:not(.active):hover {
      border-color: #ccc; }
  .innerTab__close {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100);
    transition: 0.15s all ease-in-out;
    text-align: center;
    cursor: pointer;
    color: #999; }
    @media screen and (min-width: 1440px) {
      .innerTab__close {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .innerTab__close {
        font-size: 20px;
        font-size: 2rem; } }
    .innerTab__close:hover {
      transition: 0.15s all ease-in-out; }
    .innerTab__close:hover {
      color: #1A1A1A; }

.innerTabDetailWrap {
  width: 540px;
  background: #fff; }
  @media screen and (min-width: 768px) {
    .innerTabDetailWrap {
      width: calc( 540vw / 1440 * 100); } }
  .innerTabDetailWrap .tabDetail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }

.temporaryBlock {
  margin: 90px 90px 0px;
  padding: 90px 180px;
  background: #fff;
  text-align: center; }
  @media screen and (max-width: 1439px) {
    .temporaryBlock {
      margin: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  @media screen and (max-width: 1439px) {
    .temporaryBlock {
      padding: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .temporaryBlock {
      text-align: left;
      margin-bottom: 20px; }
      .temporaryBlock .button {
        width: 100%; } }
  .temporaryBlock__title {
    font-size: 20px;
    font-size: calc( 20vw / 1440 * 100);
    border-bottom: 1px solid #eee;
    margin-bottom: .5em;
    padding-bottom: .5em;
    text-align: center; }
    @media screen and (min-width: 1440px) {
      .temporaryBlock__title {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .temporaryBlock__title {
        font-size: 20px;
        font-size: 2rem; } }
    .temporaryBlock__title small {
      display: block;
      opacity: 0.7;
      filter: alpha(opacity=70);
      font-weight: 500; }
  .temporaryBlock__lead {
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    margin: 2em 0; }
    @media screen and (min-width: 1440px) {
      .temporaryBlock__lead {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .temporaryBlock__lead {
        font-size: 14px;
        font-size: 1.4rem; } }

.worksArea {
  margin-top: 90px; }
  @media screen and (max-width: 1439px) {
    .worksArea {
      margin-top: calc( 90vw / 1440 * 100); } }
  @media screen and (max-width: 767px) {
    .worksArea {
      margin-bottom: 5em; } }
  .worksArea__header {
    display: flex;
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .worksArea__header {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .worksArea__header {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .worksArea__header {
        display: block; } }
    .worksArea__header__title {
      width: 30%;
      background: #7a8799;
      color: #fff;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .worksArea__header__title {
          width: 100%;
          padding: 2em 0 3em; } }
      .worksArea__header__title span {
        font-size: 30px;
        font-size: calc( 30vw / 1440 * 100);
        width: 100%;
        line-height: 1.2;
        font-weight: 200;
        letter-spacing: .2em;
        margin-top: auto; }
        @media screen and (min-width: 1440px) {
          .worksArea__header__title span {
            font-size: 30px;
            font-size: 3rem; } }
        @media screen and (max-width: 991px) {
          .worksArea__header__title span {
            font-size: 30px;
            font-size: 3rem; } }
        @media screen and (max-width: 767px) {
          .worksArea__header__title span {
            font-size: 26px;
            font-size: calc( 26vw / 1440 * 100); } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .worksArea__header__title span {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .worksArea__header__title span {
      font-size: 26px;
      font-size: 2.6rem; } }
        @media screen and (max-width: 767px) {
            .worksArea__header__title span br {
              display: none; } }
      .worksArea__header__title small {
        margin-top: .5em;
        width: 100%;
        font-size: 18px;
        font-size: calc( 18vw / 1440 * 100);
        margin-bottom: auto; }
        @media screen and (min-width: 1440px) {
          .worksArea__header__title small {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 991px) {
          .worksArea__header__title small {
            font-size: 18px;
            font-size: 1.8rem; } }
    .worksArea__header__searchBox {
      width: 70%; }
      @media screen and (max-width: 767px) {
        .worksArea__header__searchBox {
          width: 100%;
          padding: 0 2em;
          margin-top: -1.5em;
          position: relative;
          z-index: 1; } }
  .worksArea__tab {
    min-width: 30em;
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .worksArea__tab {
        min-width: 100%;
        background: #000; } }
    .worksArea__tab .tab__item {
      min-width: 49%; }
      @media screen and (max-width: 767px) {
        .worksArea__tab .tab__item {
          min-width: 50%; } }
  .worksArea__tabDetailWrap {
    width: 100%; }
  .worksArea__body {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 90px 0px;
    margin: 0;
    list-style: none;
    background: #dce3e8; }
    @media screen and (max-width: 1439px) {
      .worksArea__body {
        padding: calc( 45vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }
  .worksArea__item {
    width: 24%;
    margin: .5em .5%;
    background: #fff; }
    .worksArea__item:not(:nth-child(-n+8)) {
      display: none; }
    @media screen and (max-width: 767px) {
      .worksArea__item {
        width: 49%; } }
  .worksArea__thumb img {
    width: 100%;
    height: 14vw;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    background-image: url("../img/common/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 767px) {
      .worksArea__thumb img {
        height: 28vw; } }
  .worksArea__detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 1em;
    height: 4em; }
    @media screen and (max-width: 1199px) {
      .worksArea__detail {
        height: 4.5em; } }
    @media screen and (max-width: 767px) {
      .worksArea__detail {
        padding: 0 .5em; } }
  .worksArea__itemName {
    width: 100%;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100);
    letter-spacing: 0;
    display: flex;
    align-items: center;
    line-height: 1.4;
    margin: .1em 0; }
    @media screen and (min-width: 1440px) {
      .worksArea__itemName {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .worksArea__itemName {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .worksArea__itemName {
        font-size: 12px;
        font-size: calc( 12vw / 1440 * 100);
        line-height: 1;
        margin: .1em 0; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .worksArea__itemName {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .worksArea__itemName {
      font-size: 12px;
      font-size: 1.2rem; } }
    .worksArea__itemName:first-child {
      margin-top: auto; }
    .worksArea__itemName:last-child {
      margin-bottom: auto; }
    .worksArea__itemName span {
      font-size: 11px;
      font-size: calc( 11vw / 1440 * 100);
      background: #7a8799;
      display: inline-block;
      border-radius: 1.5em;
      padding: 0 .8em;
      color: #fff;
      font-weight: 600;
      line-height: 1.4;
      margin-right: .5em; }
      @media screen and (min-width: 1440px) {
        .worksArea__itemName span {
          font-size: 11px;
          font-size: 1.1rem; } }
      @media screen and (max-width: 991px) {
        .worksArea__itemName span {
          font-size: 11px;
          font-size: 1.1rem; } }
      @media screen and (max-width: 767px) {
        .worksArea__itemName span {
          font-size: 12px;
          font-size: calc( 12vw / 1440 * 100);
          transform: scale(0.8);
          margin-right: 0; } }
  @media screen and (max-width: 767px) and (min-width: 1440px) {
    .worksArea__itemName span {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .worksArea__itemName span {
      font-size: 12px;
      font-size: 1.2rem; } }
  .worksArea__footer {
    padding-top: 1em;
    padding-bottom: 2em;
    background: #dce3e8; }
  .worksArea__annotation {
    text-align: right;
    font-size: 12px;
    font-size: calc( 12vw / 1440 * 100);
    letter-spacing: .05em;
    padding: 0px 90px;
    margin-bottom: 1em; }
    @media screen and (min-width: 1440px) {
      .worksArea__annotation {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 991px) {
      .worksArea__annotation {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 1439px) {
      .worksArea__annotation {
        padding: calc( 0vw / 1440 * 100) calc( 90vw / 1440 * 100); } }
    @media screen and (max-width: 767px) {
      .worksArea__annotation {
        text-align: left;
        letter-spacing: 0;
        transform: scale(0.9);
        padding: 0 .5em; } }
  .worksArea__button {
    margin-bottom: -2.7em; }

.worksAreaSearch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 2em 3em; }
  @media screen and (max-width: 767px) {
    .worksAreaSearch {
      padding: 1.5em 2em;
      justify-content: center; } }
  @media screen and (max-width: 399px) {
    .worksAreaSearch {
      padding: 1.5em 1em; } }
  .worksAreaSearch, .worksAreaSearch * {
    box-sizing: border-box; }
  .worksAreaSearch__body {
    width: 100%;
    max-width: 860px;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media screen and (max-width: 991px) {
      .worksAreaSearch__body {
        width: auto;
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .worksAreaSearch__body {
        width: auto;
        flex-wrap: wrap; } }
  .worksAreaSearch__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      .worksAreaSearch__item {
        width: 20%;
        max-width: 5em;
        margin-bottom: .5em; } }
    @media screen and (max-width: 767px) {
      .worksAreaSearch__item {
        width: 20%;
        max-width: 5em;
        margin-bottom: .5em; } }
  .worksAreaSearch__button {
    display: block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #F4F4F4;
    justify-content: center; }
    .worksAreaSearch__button::before {
      display: block;
      content: "";
      width: 60%;
      height: 60%;
      border-radius: 50%;
      border: 5px solid #fff;
      box-sizing: border-box;
      opacity: 0;
      filter: alpha(opacity=0);
      position: relative;
      z-index: 2; }
    .worksAreaSearch__button:hover::before {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .worksAreaSearch__button.active::before {
      opacity: 1;
      filter: alpha(opacity=100); }
    .worksAreaSearch__button.-white {
      background: #ffffff;
      border: 2px solid #eee; }
      .worksAreaSearch__button.-white::before {
        border-color: #d5d5d5; }
    .worksAreaSearch__button.-beige {
      background: #f1ccb1; }
    .worksAreaSearch__button.-yellow {
      background: #F7D21D; }
    .worksAreaSearch__button.-orange {
      background: #E6A15C; }
    .worksAreaSearch__button.-brown {
      background: #6c4831; }
    .worksAreaSearch__button.-green {
      background: #7eaa55; }
    .worksAreaSearch__button.-blue {
      background: #4c73be; }
    .worksAreaSearch__button.-gray {
      background: #d0cfcf; }
    .worksAreaSearch__button.-black {
      background: #323232; }
    .worksAreaSearch__button.-purple {
      background: #c98dce; }
    .worksAreaSearch__button.-pink {
      background: #efc8ee; }
    .worksAreaSearch__button.-red {
      background: #ec6358; }
    .worksAreaSearch__button.-two {
      background: #f1ccb1;
      border-radius: .8em;
      position: relative; }
      .worksAreaSearch__button.-two::after {
        content: "";
        display: block;
        background: #6c4831;
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0;
        position: absolute;
        border-radius: 0 0 .8em .8em;
        z-index: 1; }
      .worksAreaSearch__button.-two::before {
        border-radius: .4em; }
  .worksAreaSearch__text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-size: calc( 10vw / 1440 * 100);
    letter-spacing: 0;
    font-weight: 500; }
    @media screen and (min-width: 1440px) {
      .worksAreaSearch__text {
        font-size: 10px;
        font-size: 1rem; } }
    @media screen and (max-width: 991px) {
      .worksAreaSearch__text {
        font-size: 10px;
        font-size: 1rem; } }

.worksAreaSearchImage {
  display: flex;
  align-items: center;
  justify-content: center; }
  .worksAreaSearchImage__body {
    display: flex;
    align-items: center;
    margin: 2.6em 0;
    list-style: none;
    padding: 0 3em;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px; }
    @media screen and (max-width: 991px) {
      .worksAreaSearchImage__body {
        margin: 0;
        padding: 1em;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    @media screen and (max-width: 767px) {
      .worksAreaSearchImage__body {
        margin: 0;
        padding: 1em;
        flex-wrap: wrap; } }
  .worksAreaSearchImage__item {
    padding: .45em 1em;
    cursor: pointer;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 2em;
    font-size: 14px;
    font-size: calc( 14vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .worksAreaSearchImage__item {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .worksAreaSearchImage__item {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 991px) {
      .worksAreaSearchImage__item {
        margin: 1%; } }
    @media screen and (max-width: 767px) {
      .worksAreaSearchImage__item {
        width: 48%;
        margin: 1%; } }
    .worksAreaSearchImage__item:hover {
      background: #F4F4F4; }
    .worksAreaSearchImage__item.active {
      background: #eee; }

.wpcf7 .wpcf7c-conf {
  cursor: no-drop !important; }

.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="submit"] {
  margin: 0 1em; }
  @media screen and (max-width: 767px) {
    .wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="submit"] {
      display: inline-block;
      width: auto;
      max-width: 100%;
      margin: 0 0 .5em; } }
  .wpcf7 button[disabled], .wpcf7 input[type="button"][disabled], .wpcf7 input[type="submit"][disabled] {
    cursor: no-drop;
    opacity: 0.5;
    filter: alpha(opacity=50); }

.wpcf7 .checkboxArea {
  background: #fff;
  border: none;
  padding: 0 .4em;
  letter-spacing: 0;
  box-sizing: border-box; }

.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="submit"] {
  appearance: none;
  background: #182a86;
  color: #F4F4F4;
  display: inline-block;
  padding: 1em 4em;
  font-size: 16px;
  font-size: calc( 16vw / 1440 * 100);
  border: none;
  border-radius: .2em;
  transition: 0.15s all ease-in-out;
  border-radius: 0 !important;
  opacity: 1 !important; }
  @media screen and (min-width: 1440px) {
    .wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="submit"] {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 991px) {
    .wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="submit"] {
      font-size: 16px;
      font-size: 1.6rem; } }
  .wpcf7 button:hover, .wpcf7 input[type="button"]:hover, .wpcf7 input[type="submit"]:hover {
    transition: 0.15s all ease-in-out; }
  .wpcf7 button:hover, .wpcf7 button:focus, .wpcf7 input[type="button"]:hover, .wpcf7 input[type="button"]:focus, .wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus {
    background: #2038b1; }

.wpcf7 span.wpcf7-form-control-wrap {
  position: relative; }
  .wpcf7 span.wpcf7-form-control-wrap .wpcf7-form-control {
    font-size: 16px;
    font-size: calc( 16vw / 1440 * 100); }
    @media screen and (min-width: 1440px) {
      .wpcf7 span.wpcf7-form-control-wrap .wpcf7-form-control {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      .wpcf7 span.wpcf7-form-control-wrap .wpcf7-form-control {
        font-size: 16px;
        font-size: 1.6rem; } }
  .wpcf7 span.wpcf7-form-control-wrap input[type="text"],
  .wpcf7 span.wpcf7-form-control-wrap input[type="email"],
  .wpcf7 span.wpcf7-form-control-wrap input[type="tel"] {
    display: block;
    height: 1.8em;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    padding: 0 .8em;
    position: relative;
    background: #fff;
    transition: 0.15s all ease-in-out; }
    .wpcf7 span.wpcf7-form-control-wrap input[type="text"]:hover,
    .wpcf7 span.wpcf7-form-control-wrap input[type="email"]:hover,
    .wpcf7 span.wpcf7-form-control-wrap input[type="tel"]:hover {
      transition: 0.15s all ease-in-out; }
    .wpcf7 span.wpcf7-form-control-wrap input[type="text"].inline,
    .wpcf7 span.wpcf7-form-control-wrap input[type="email"].inline,
    .wpcf7 span.wpcf7-form-control-wrap input[type="tel"].inline {
      margin: .2em 0;
      width: auto;
      max-width: 12em;
      display: inline-block; }
      @media screen and (max-width: 1199px) {
        .wpcf7 span.wpcf7-form-control-wrap input[type="text"].inline,
        .wpcf7 span.wpcf7-form-control-wrap input[type="email"].inline,
        .wpcf7 span.wpcf7-form-control-wrap input[type="tel"].inline {
          max-width: 8em; } }
      .wpcf7 span.wpcf7-form-control-wrap input[type="text"].inline--long,
      .wpcf7 span.wpcf7-form-control-wrap input[type="email"].inline--long,
      .wpcf7 span.wpcf7-form-control-wrap input[type="tel"].inline--long {
        max-width: 20em; }
        @media screen and (max-width: 1199px) {
          .wpcf7 span.wpcf7-form-control-wrap input[type="text"].inline--long,
          .wpcf7 span.wpcf7-form-control-wrap input[type="email"].inline--long,
          .wpcf7 span.wpcf7-form-control-wrap input[type="tel"].inline--long {
            max-width: none;
            width: 100%; } }
    .wpcf7 span.wpcf7-form-control-wrap input[type="text"]:not(.inline),
    .wpcf7 span.wpcf7-form-control-wrap input[type="email"]:not(.inline),
    .wpcf7 span.wpcf7-form-control-wrap input[type="tel"]:not(.inline) {
      width: 100%;
      display: block; }
    .wpcf7 span.wpcf7-form-control-wrap input[type="text"]:hover, .wpcf7 span.wpcf7-form-control-wrap input[type="text"]:focus,
    .wpcf7 span.wpcf7-form-control-wrap input[type="email"]:hover,
    .wpcf7 span.wpcf7-form-control-wrap input[type="email"]:focus,
    .wpcf7 span.wpcf7-form-control-wrap input[type="tel"]:hover,
    .wpcf7 span.wpcf7-form-control-wrap input[type="tel"]:focus {
      border-color: #F4F4F4; }
    .wpcf7 span.wpcf7-form-control-wrap input[type="text"]:focus,
    .wpcf7 span.wpcf7-form-control-wrap input[type="email"]:focus,
    .wpcf7 span.wpcf7-form-control-wrap input[type="tel"]:focus {
      border-color: #F4F4F4; }
    .wpcf7 span.wpcf7-form-control-wrap input[type="text"].wpcf7c-conf, .wpcf7 span.wpcf7-form-control-wrap input[type="text"].wpcf7c-conf:-webkit-autofill,
    .wpcf7 span.wpcf7-form-control-wrap input[type="email"].wpcf7c-conf,
    .wpcf7 span.wpcf7-form-control-wrap input[type="email"].wpcf7c-conf:-webkit-autofill,
    .wpcf7 span.wpcf7-form-control-wrap input[type="tel"].wpcf7c-conf,
    .wpcf7 span.wpcf7-form-control-wrap input[type="tel"].wpcf7c-conf:-webkit-autofill {
      border-color: #F4F4F4;
      box-shadow: 0 0 0px 1000px #fff inset; }
  .wpcf7 span.wpcf7-form-control-wrap textarea {
    display: block;
    border: none;
    border-radius: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: .4em .8em; }
    .wpcf7 span.wpcf7-form-control-wrap textarea:hover, .wpcf7 span.wpcf7-form-control-wrap textarea:focus {
      border-color: #F4F4F4; }
    .wpcf7 span.wpcf7-form-control-wrap textarea:focus {
      border-color: #F4F4F4; }
    .wpcf7 span.wpcf7-form-control-wrap textarea.wpcf7c-conf {
      border-color: #F4F4F4;
      box-shadow: 0 0 0px 1000px #fff inset; }
  .wpcf7 span.wpcf7-form-control-wrap span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 0; }
    .wpcf7 span.wpcf7-form-control-wrap span.wpcf7-list-item label {
      cursor: pointer;
      display: inline-block; }
    .wpcf7 span.wpcf7-form-control-wrap span.wpcf7-list-item .wpcf7c-conf + span.wpcf7-list-item-label {
      display: none; }
    .wpcf7 span.wpcf7-form-control-wrap span.wpcf7-list-item .wpcf7c-conf-hidden + span.wpcf7-list-item-label {
      cursor: no-drop !important;
      padding: 0 .4em;
      border-radius: .2em;
      font-weight: 400;
      margin-right: 0;
      margin-bottom: .5em; }
      .wpcf7 span.wpcf7-form-control-wrap span.wpcf7-list-item .wpcf7c-conf-hidden + span.wpcf7-list-item-label::before {
        content: '✔';
        font-weight: 400;
        margin-right: .3em; }

.wpcf7 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
  letter-spacing: .1em;
  border-bottom: none; }
  .wpcf7 table tr {
    background: #ebeff2; }
  .wpcf7 table th, .wpcf7 table td {
    border: none; }
    @media screen and (max-width: 767px) {
      .wpcf7 table th, .wpcf7 table td {
        display: block;
        padding-left: 0;
        padding-right: 0; } }
  .wpcf7 table th {
    padding: 0 1em;
    width: 20em;
    text-align: left;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .wpcf7 table th {
        padding-top: 1em;
        vertical-align: top; } }
    @media screen and (max-width: 767px) {
      .wpcf7 table th {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 4px 1em 2px; }
        .wpcf7 table th .title {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; } }
    .wpcf7 table th .require {
      float: right;
      margin-top: .4em; }
      @media screen and (max-width: 767px) {
        .wpcf7 table th .require {
          float: none;
          margin-top: 0;
          margin-left: auto; } }
  .wpcf7 table td {
    padding: 1em; }
    .wpcf7 table td small {
      font-size: 10px;
      font-size: calc( 10vw / 1440 * 100);
      font-weight: 500;
      display: block; }
      @media screen and (min-width: 1440px) {
        .wpcf7 table td small {
          font-size: 10px;
          font-size: 1rem; } }
      @media screen and (max-width: 991px) {
        .wpcf7 table td small {
          font-size: 10px;
          font-size: 1rem; } }

.wpcf7 .title {
  display: block; }

.wpcf7 .require {
  background: #3c61a9;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 0 1em;
  line-height: 1.6;
  font-size: 12px;
  font-size: calc( 12vw / 1440 * 100);
  margin-left: 1em;
  letter-spacing: .1em; }
  @media screen and (min-width: 1440px) {
    .wpcf7 .require {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 991px) {
    .wpcf7 .require {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .wpcf7 .require {
      float: right; } }

.wpcf7 div.wpcf7-response-output {
  position: relative;
  border-radius: 1.5em; }
  .wpcf7 div.wpcf7-response-output::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -2em;
    left: calc( 50% - 2em);
    border: 1em solid transparent;
    border-bottom-color: inherit; }

.wpcf7 div.wpcf7-mail-sent-ok {
  border: 2px solid #67c287; }

.wpcf7 div.wpcf7-mail-sent-ng {
  border: 2px solid coral; }

.wpcf7 div.wpcf7-spam-blocked {
  border: 2px solid DeepPink; }

.wpcf7 div.wpcf7-validation-errors {
  border: 2px solid DeepPink; }

.wpcf7 span.wpcf7-not-valid-tip {
  color: DeepPink;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-size: 10px;
  font-size: calc( 10vw / 1440 * 100);
  font-weight: bold;
  letter-spacing: .05em; }
  @media screen and (min-width: 1440px) {
    .wpcf7 span.wpcf7-not-valid-tip {
      font-size: 10px;
      font-size: 1rem; } }
  @media screen and (max-width: 991px) {
    .wpcf7 span.wpcf7-not-valid-tip {
      font-size: 10px;
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .wpcf7 span.wpcf7-not-valid-tip {
      white-space: nowrap;
      margin-left: -1em;
      position: absolute;
      bottom: -1.6em;
      transform: scale(0.9); } }

.wpcf7 .wpcf7-form.sent table, .wpcf7 .wpcf7-form.sent .agree {
  display: none; }

.wpcf7 .sentArea {
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 1em 0; }

.formCell {
  display: flex;
  flex-wrap: wrap; }
  .formCell__item--last {
    width: 100%;
    margin-top: .5em; }
  @media screen and (min-width: 768px) {
    .formCell__item .require {
      position: relative;
      top: -.2em;
      margin-right: 1em; } }
  @media screen and (max-width: 767px) {
    .formCell__item .require {
      float: none; } }

.index_feature_btn_box_bg {
  padding: 90px 180px;
  margin-top: 90px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .index_feature_btn_box_bg .index_feature_btn_box {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn {
      width: calc((100% / 3) - 30px);
      background: #fff; }
      .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        color: #5b6e94;
        position: relative;
        text-shadow: 2px 2px 0 white; }
        .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a::after {
          content: "";
          position: absolute;
          bottom: 15px;
          right: -20px;
          width: 100px;
          height: 1px;
          background: #cccccc;
          transition: .5s all ease-in-out;
          z-index: 1; }
        .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a:hover img {
          -webkit-transform: scale(1.15);
          transform: scale(1.15); }
        .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a:hover::after {
          right: -10px; }
        .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_img {
          width: 170px;
          overflow: hidden; }
          .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_img img {
            width: 100%;
            height: auto;
            transition: .5s all ease-in-out; }
        .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_text {
          width: calc(100% - 170px);
          padding: 0px 15px;
          font-size: 1.2em;
          line-height: 1.4;
          position: relative;
          z-index: 10; }
          .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_text span {
            margin-top: 5px;
            display: block;
            font-size: 0.6em; }

@media screen and (min-width: 1200px) {
  .index_feature_btn_box_bg {
    padding: 10px 90px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .index_feature_btn_box_bg {
    padding: 10px 6%; }
    .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_img {
      width: 50%; }
    .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_text {
      width: 50%;
      padding: 5px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .index_feature_btn_box_bg {
    padding: 10px 0; }
    .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a {
      display: block; }
      .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_img {
        width: 100%; }
      .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_text {
        width: 100%;
        padding: 10px; } }

@media screen and (max-width: 767px) {
  .index_feature_btn_box_bg {
    display: none;
    padding: 10px 6%; }
    .index_feature_btn_box_bg .index_feature_btn_box {
      display: block; }
      .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn {
        width: 100%;
        margin-bottom: 10px; }
        .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a {
          display: block; }
          .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_img {
            width: 100%; }
          .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_text {
            width: 100%;
            padding: 10px; } }

/*トップページ　文字調整*/
/*共通*/
.searchBar__subTitle {
  font-size: 12px; }

.searchBar__select__button, .searchBar__keyWord {
  font-size: 16px;
  color: #000000;
  padding: 0 10px;
  opacity: 1;
  background: #ffffff;
  position: relative; }

.searchBar__select__button, .searchBar__keyWord input {
  color: #000000 !important; }
  .searchBar__select__button::after, .searchBar__keyWord input::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #192b84 transparent transparent transparent; }

.worksArea__header__title small {
  font-size: 20px; }

.tab__item {
  font-size: 16px; }

/*横幅によって変更*/
@media screen and (min-width: 1200px) {
  .header__nav__item__button small {
    font-size: 12px; }
  .indexKeyVisual__title small {
    font-size: 14px; }
  .indexKeyVisual__lead {
    font-size: 18px; }
  .indexSearch__detail__title__addition {
    width: calc( 540vw / 1440 * 90); }
  .indexSearch__detail__list__addition {
    width: calc( 270vw / 1440 * 130); }
    .indexSearch__detail__list__addition li a {
      font-size: 18px;
      padding: 0 0 15px 0; }
      .indexSearch__detail__list__addition li a::before {
        margin-right: 10px; }
  .indexSearch__detail__list li a {
    font-size: 18px;
    padding: 0 0 15px 0; }
    .indexSearch__detail__list li a::before {
      margin-right: 10px; }
  .worksArea__detail {
    height: 6em; }
  .worksArea__itemName {
    font-size: 16px; }
  .pickUpArea {
    padding: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 70); }
  .pickUpArea__item {
    width: 32%; }
  .pickUpArea__item__title {
    font-size: 18px;
    height: 5em; }
    .pickUpArea__item__title small {
      font-size: 14px; }
  .pickUpArea__item__lead {
    font-size: 14px;
    letter-spacing: 0; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .indexKeyVisual__detail {
    top: 30%;
    height: 550px !important; }
  .indexKeyVisual__lead {
    font-size: 16px; }
  .indexSearch__detail__list li a {
    font-size: 13px; }
  .worksArea__detail {
    height: 6em; }
  .worksArea__itemName {
    font-size: 16px; }
  .pickUpArea {
    padding: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 40); }
  .pickUpArea__item {
    width: 32%; }
  .pickUpArea__item__title {
    font-size: 18px;
    height: 5em; }
    .pickUpArea__item__title small {
      font-size: 14px; }
  .pickUpArea__item__lead {
    font-size: 14px;
    letter-spacing: 0; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .indexKeyVisual__detail {
    top: 40%;
    height: 250px !important; }
  .indexKeyVisual__title small {
    font-size: 12px; }
  .indexKeyVisual__lead {
    font-size: 13px; }
  .indexSearch__detail__list li a {
    font-size: 16px; }
  .worksArea__detail {
    height: 6em; }
  .worksArea__itemName {
    font-size: 15px; }
  .pickUpArea {
    padding: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 20); }
  .pickUpArea__item {
    width: 32%; }
  .pickUpArea__item__title {
    font-size: 18px;
    height: 5em; }
    .pickUpArea__item__title small {
      font-size: 14px; }
  .pickUpArea__item__lead {
    font-size: 13px;
    letter-spacing: 0; } }

@media screen and (max-width: 767px) {
  .indexKeyVisual__title small {
    font-size: 14px; }
  .indexKeyVisual__lead {
    font-size: 15px; }
  .indexSearch__detail__list li a {
    font-size: 16px; }
  .pickUpArea__item__title {
    font-size: 18px;
    height: 5em; }
    .pickUpArea__item__title small {
      font-size: 14px; }
  .pickUpArea__item__lead {
    font-size: 13px;
    letter-spacing: 0; } }

/*----------------------------------------------------------------------------
******************************************************************************
** 2019/04/12追加
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== コンセプト・代表あいさつ・代表ブログ・アクセスマップ === */
.companyInfoArea {
  margin: 90px 90px 0px;
  padding: 60px 180px;
  background: #fff; }

@media screen and (max-width: 1439px) {
  .companyInfoArea {
    margin: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100); } }

@media screen and (max-width: 1439px) {
  .companyInfoArea {
    padding: calc( 60vw / 1440 * 100) calc( 180vw / 1440 * 100); } }

@media screen and (max-width: 991px) {
  .companyInfoArea {
    padding: 60px 90px; } }

@media screen and (max-width: 991px) and (max-width: 1439px) {
  .companyInfoArea {
    padding: calc( 60vw / 1440 * 100) calc( 90vw / 1440 * 100); } }

.companyInfoArea__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.companyInfoArea__item {
  width: calc((100% - 60px) / 4); }

@media screen and (max-width: 767px) {
  .companyInfoArea__item {
    width: 100%;
    margin: 1em 0; } }

.companyInfoArea__thumb {
  overflow: hidden; }
  .companyInfoArea__thumb img {
    transition: 0.6s all ease-in-out; }
    .companyInfoArea__thumb img:hover {
      transition: 0.6s all ease-in-out; }

.companyInfoArea__englishTitle {
  font-size: 40px;
  font-size: calc( 40vw / 1440 * 100);
  color: #ddd;
  margin-top: -.45em;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  letter-spacing: .2em;
  font-weight: 300; }

@media screen and (min-width: 1440px) {
  .companyInfoArea__englishTitle {
    font-size: 40px;
    font-size: 4rem; } }

@media screen and (max-width: 991px) {
  .companyInfoArea__englishTitle {
    font-size: 40px;
    font-size: 4rem; } }

@media screen and (max-width: 991px) {
  .companyInfoArea__englishTitle {
    font-size: 36px;
    font-size: calc( 36vw / 1440 * 100); } }

@media screen and (max-width: 991px) and (min-width: 1440px) {
  .companyInfoArea__englishTitle {
    font-size: 36px;
    font-size: 3.6rem; } }

@media screen and (max-width: 991px) and (max-width: 991px) {
  .companyInfoArea__englishTitle {
    font-size: 36px;
    font-size: 3.6rem; } }

.companyInfoArea__title {
  font-size: 14px;
  font-size: calc( 14vw / 1440 * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #999;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500; }
  .companyInfoArea__title::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-right: 1em; }

@media screen and (min-width: 1440px) {
  .companyInfoArea__title {
    font-size: 14px;
    font-size: 1.4rem; } }

@media screen and (max-width: 991px) {
  .companyInfoArea__title {
    font-size: 14px;
    font-size: 1.4rem; } }

@media screen and (min-width: 768px) {
  .companyInfoArea__item:hover .companyInfoArea__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

/* ==== 機能で選びたい・用途で選びたい === */
.index_search_function_bg {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: -90px auto 0;
  position: relative; }
  .index_search_function_bg .index_search_function {
    background: rgba(211, 219, 226, 0.75);
    padding: 60px; }
    .index_search_function_bg .index_search_function:nth-child(2) {
      margin-top: 40px; }
    .index_search_function_bg .index_search_function h2 {
      width: 100%;
      font-size: 2.1em;
      text-align: center;
      color: #4e576e;
      margin-bottom: 50px; }
    .index_search_function_bg .index_search_function .index_search_function_list_box {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list {
        width: calc((100% - 80px) / 5);
        height: 200px;
        margin-left: 20px; }
        .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list:first-child {
          margin-left: 0; }
        .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a {
          display: block;
          width: 100%;
          height: 100%;
          text-align: left;
          color: #ffffff;
          padding-top: calc(50% + 35px);
          line-height: 1.4em;
          position: relative; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a span {
            padding: 8px 5px 8px 5px;
            display: block;
            margin: 0 auto;
            background: #192A86;
            width: calc(100% - 40px);
            transition: 0.5s all ease-in-out;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center; }
            .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a span::before {
              content: "+";
              font-size: 1.1em;
              margin-right: 5px; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a:hover span {
            background: #ffffff;
            color: #192A86; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_01 {
            background: url("../img/index/index_search_function_list_01.png") center calc(50% - 20px) no-repeat #ffffff; }
            .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_01:hover {
              background: url("../img/index/index_search_function_list_01_ov.png") center calc(50% - 20px) no-repeat #192A86; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_02 {
            background: url("../img/index/index_search_function_list_02.png") center calc(50% - 20px) no-repeat #ffffff; }
            .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_02:hover {
              background: url("../img/index/index_search_function_list_02_ov.png") center calc(50% - 20px) no-repeat #192A86; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_03 {
            background: url("../img/index/index_search_function_list_03.png") center calc(50% - 20px) no-repeat #ffffff; }
            .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_03:hover {
              background: url("../img/index/index_search_function_list_03_ov.png") center calc(50% - 20px) no-repeat #192A86; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_04 {
            background: url("../img/index/index_search_function_list_04.png") center calc(50% - 20px) no-repeat #ffffff; }
            .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_04:hover {
              background: url("../img/index/index_search_function_list_04_ov.png") center calc(50% - 20px) no-repeat #192A86; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_05 {
            background: url("../img/index/index_search_function_list_05.png") center calc(50% - 20px) no-repeat #ffffff; }
            .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_05:hover {
              background: url("../img/index/index_search_function_list_05_ov.png") center calc(50% - 20px) no-repeat #192A86; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_06 {
            background: url("../img/index/index_search_function_list_06.png") center calc(50% - 20px) no-repeat #ffffff; }
            .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_06:hover {
              background: url("../img/index/index_search_function_list_06_ov.png") center calc(50% - 20px) no-repeat #192A86; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_07 {
            background: url("../img/index/index_search_function_list_07.png") center calc(50% - 20px) no-repeat #ffffff; }
            .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_07:hover {
              background: url("../img/index/index_search_function_list_07_ov.png") center calc(50% - 20px) no-repeat #192A86; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08 {
            padding-top: calc(50% + 35px);
            background: url("../img/index/index_search_function_list_08.png") center calc(50% - 20px) no-repeat #ffffff; }
            .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08:hover {
              background: url("../img/index/index_search_function_list_08_ov.png") center calc(50% - 20px) no-repeat #192A86; }
            .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08 span {
              line-height: 1.2;
              font-size: 0.9em;
              padding: 3px 5px 3px 5px; }
              .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08 span::before {
                margin-top: 10px;
                content: "+";
                font-size: 1.1em;
                margin-right: 5px; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list {
    width: calc((100% - 80px) / 3);
    height: 170px;
    line-height: 1;
    margin-bottom: 20px; }
    .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a {
      padding-top: calc(30% + 50px); }
      .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08 {
        padding-top: calc(30% + 46px); } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list {
    width: calc((100% - 80px) / 3);
    height: 170px;
    line-height: 1;
    margin-bottom: 20px; }
    .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a {
      padding-top: calc(30% + 70px); }
      .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a span {
        width: calc(100% - 0px);
        position: absolute;
        left: 0;
        bottom: 0; } }

@media screen and (max-width: 767px) {
  .index_search_function_bg {
    width: 100%;
    display: block;
    margin: 50px auto 0; }
    .index_search_function_bg .index_search_function {
      padding: 10px;
      width: 100%; }
      .index_search_function_bg .index_search_function:nth-child(2) {
        margin-top: 40px; }
      .index_search_function_bg .index_search_function h2 {
        margin-bottom: 0px; }
      .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list {
        width: calc((100% /2) - 10px);
        height: 33vw;
        line-height: 1;
        margin: 15px 5px 5px 5px; }
        .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a {
          padding-top: calc(40% + 70px); }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a span {
            width: calc(100% - 0px);
            position: absolute;
            left: 0;
            bottom: 0; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08 {
            width: 100%; }
          .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_01, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_02, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_03, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_04, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_05, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_06, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_07, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_01:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_02:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_03:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_04:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_05:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_06:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_07:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08:hover {
            background-size: 50% auto; } }

/* ==== 施工実績検索 === */
.worksarea_bnr_bg {
  width: 100%;
  max-width: 1700px;
  display: block;
  margin: 40px auto;
  background: url("../img/index/worksarea_bnr_bg.png") center center repeat; }
  .worksarea_bnr_bg.worksarea_bnr_bg_dark {
    display: none; }
  .worksarea_bnr_bg a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    transition: 0.6s all ease-in-out; }
    .worksarea_bnr_bg a::after {
      content: "";
      width: 70px;
      height: 70px;
      position: absolute;
      right: 20px;
      bottom: -30px;
      background: url("../img/index/worksarea_bnr_arrow.png") center center no-repeat #182a86;
      transition: 0.5s all ease-in-out; }
    .worksarea_bnr_bg a .worksarea_bnr {
      font-size: 1.6em;
      color: #ffffff;
      font-weight: bold;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      padding: 50px 0 30px; }
      .worksarea_bnr_bg a .worksarea_bnr span {
        font-size: 0.7em;
        margin-left: 10px; }
      .worksarea_bnr_bg a .worksarea_bnr img {
        margin: -84px 20px 0 0; }
    .worksarea_bnr_bg a:hover {
      opacity: 0.7; }
      .worksarea_bnr_bg a:hover::after {
        right: -20px; }

@media screen and (max-width: 767px) {
  .worksarea_bnr_bg {
    padding: 0 15px; }
    .worksarea_bnr_bg a::after {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 0px;
      bottom: -45px;
      background: url("../img/index/worksarea_bnr_arrow.png") center center no-repeat #182a86; }
    .worksarea_bnr_bg a .worksarea_bnr {
      font-size: 1.4em;
      padding: 50px 0 30px;
      display: block; }
      .worksarea_bnr_bg a .worksarea_bnr span {
        font-size: 0.8em;
        display: block;
        margin-left: 0; }
      .worksarea_bnr_bg a .worksarea_bnr img {
        width: 145px;
        height: auto;
        display: block;
        margin: 0 auto 20px; }
    .worksarea_bnr_bg a:hover::after {
      right: 0px; } }

/*----------------------------------------------------------------------------
******************************************************************************
** 2019/05/17追加
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== 塗料の種類・選び方 === */
.main_ptac .lowerKeyVisual_nav_bg {
  margin: 170px auto 0;
  z-index: 10 !important;
  background: #ffffff;
  position: relative !important;
  padding: 0 10% 40px;
  width: calc(100% - 360px);
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main_ptac .lowerKeyVisual_nav_bg * {
    box-sizing: border-box; }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav {
    width: calc((100% - 60px) / 4);
    border: 1px solid #DDDDDD; }
    .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav a {
      display: block;
      width: 100%;
      padding: 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-align-items: center;
      align-items: center; }
      .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav a:hover {
        opacity: 0.7; }
    .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_point {
      width: 70px;
      height: 70px;
      background: #182A86;
      border-radius: 50%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #ffffff;
      font-size: 0.6em;
      text-align: center;
      line-height: 1; }
      .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_point span {
        margin-top: -22px;
        width: 100%;
        display: block;
        font-size: 2.5em; }
    .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_text {
      width: calc(100% - 80px);
      color: #4e576e;
      font-size: 1em; }
    .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav:last-child .lowerKeyVisual_nav_text {
      letter-spacing: 0;
      font-size: 0.95em; }

@media screen and (max-width: 1440px) and (min-width: 767px) {
  .main_ptac .lowerKeyVisual_nav_bg {
    margin-top: 150px;
    padding: 0 10px 40px;
    width: calc(100% - 360px);
    width: 75%;
    box-sizing: border-box; }
    .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav {
      width: calc((100% - 20px) / 2);
      margin-bottom: 20px; }
      .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_text br {
        display: none; } }

@media screen and (max-width: 767px) {
  .main_ptac .lowerKeyVisual_nav_bg {
    margin-top: -60px;
    margin-bottom: 50px;
    padding: 0 10px 10px;
    width: calc(100% - 360px);
    width: 81%;
    box-sizing: border-box; }
    .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav {
      width: 100%;
      margin-bottom: 20px; }
      .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_text br {
        display: none; } }

.main_ptac .lowerKeyVisual__closing__lead_ranking_prefectures {
  margin-top: -10px;
  font-size: 0.95em; }

.main_ptac .pointBlock__compare__lead {
  font-size: 1em; }

.main_ptac .pointBlock__compare__item {
  max-width: 330px; }

.main_ptac .pointBlock__compare {
  max-width: 680px; }

.main_ptac .paintTypeTableTdBlue {
  background: #195591; }

.main_ptac .paintTypeTableTdRed {
  background: #911941; }

.main_ptac .paintTypeTableTdWhite {
  background: #ffffff; }

.main_ptac .annotation {
  font-size: 0.9em; }

.main_ptac table.table_merit_demerit tr:nth-child(2n+1) td:nth-child(2) {
  background: #F2CCDA; }

.main_ptac table.table_merit_demerit tr:nth-child(2n+1) td:nth-child(3) {
  background: #C8DAF0; }

.main_ptac table.table_merit_demerit tr:first-child td:nth-child(2) {
  background: #911941; }

.main_ptac table.table_merit_demerit tr:first-child td:nth-child(3) {
  background: #195591; }

.main_ptac table.table_merit_demerit tr:first-child td ul {
  margin-left: 20px;
  text-align: left; }

.main_ptac table.table_merit_demerit tr td:nth-child(1) {
  width: 20%; }

.main_ptac table.table_merit_demerit tr td:nth-child(2) {
  background: #F8E4EB;
  width: 33%; }

.main_ptac table.table_merit_demerit tr td:nth-child(3) {
  background: #E4EDF8;
  width: 33%; }

.main_ptac table.table_merit_demerit tr td:nth-child(4) {
  width: 14%; }

.main_ptac table.table_merit_demerit tr td ul {
  margin-left: 20px;
  text-align: left; }

@media screen and (max-width: 767px) {
  .main_ptac table.table_merit_demerit tr td:nth-child(1) {
    width: 100%; }
  .main_ptac table.table_merit_demerit tr td:nth-child(2) {
    width: 100%; }
  .main_ptac table.table_merit_demerit tr td:nth-child(3) {
    width: 100%; }
  .main_ptac table.table_merit_demerit tr td:nth-child(4) {
    width: 100%; } }

.main_ptac h3.ptac_point3_h3 {
  background: #7a8799;
  color: #ffffff;
  text-align: center;
  margin: 50px 0 40px 0;
  padding: 20px; }
  .main_ptac h3.ptac_point3_h3::before, .main_ptac h3.ptac_point3_h3::after {
    display: none; }

.main_ptac h3 .ptac_point_icon {
  color: #ffffff;
  text-align: center;
  background: #7a8799;
  width: 130px;
  line-height: 1.3;
  margin-right: 10px; }

.main_ptac .ptac_gray_bg {
  margin-top: 20px;
  padding: 20px;
  background: #eaeff7; }

.main_ptac .index_search_function .ptac_index_search_function_list_box {
  margin-bottom: 50px; }

.main_ptac .index_search_function .bottomSearchArea {
  margin: 0; }

.main_ptac .index_search_function .bottomSearchArea__item {
  width: 100%; }

.main_ptac .index_search_function .searchByMaterial {
  width: 100%; }

.main_ptac .index_search_function .bottomSearchArea__item {
  width: 100%; }
  .main_ptac .index_search_function .bottomSearchArea__item img {
    width: 100%;
    height: auto; }

.main_ptac .ptac_graph_bg {
  width: 100%;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main_ptac .ptac_graph_bg .ptac_graph_img {
    width: 424px; }
    .main_ptac .ptac_graph_bg .ptac_graph_img img {
      width: 100%;
      height: auto; }
  .main_ptac .ptac_graph_bg .ptac_graph_table {
    width: calc(100% - 444px); }
    .main_ptac .ptac_graph_bg .ptac_graph_table p {
      font-size: 0.8em;
      margin-top: 10px; }
    .main_ptac .ptac_graph_bg .ptac_graph_table table {
      width: 100%; }
      .main_ptac .ptac_graph_bg .ptac_graph_table table tr {
        width: 100%; }
        .main_ptac .ptac_graph_bg .ptac_graph_table table tr th {
          padding: 10px;
          color: #ffffff;
          background: #5b9bd5;
          text-align: center;
          border-right: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff;
          vertical-align: middle; }
          .main_ptac .ptac_graph_bg .ptac_graph_table table tr th:nth-child(1) {
            width: calc((100% / 5) * 2); }
          .main_ptac .ptac_graph_bg .ptac_graph_table table tr th:nth-child(2) {
            width: calc((100% / 5) * 1); }
          .main_ptac .ptac_graph_bg .ptac_graph_table table tr th:nth-child(3) {
            width: calc((100% / 5) * 2);
            border-right: none; }
        .main_ptac .ptac_graph_bg .ptac_graph_table table tr td {
          padding: 10px;
          color: #4e576e;
          text-align: center;
          border-right: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff;
          vertical-align: middle; }
          .main_ptac .ptac_graph_bg .ptac_graph_table table tr td:nth-child(3) {
            border-right: none; }
        .main_ptac .ptac_graph_bg .ptac_graph_table table tr:nth-child(2) td {
          color: #f4746e; }
        .main_ptac .ptac_graph_bg .ptac_graph_table table tr:nth-child(2n) td {
          background: #eaeff7; }
        .main_ptac .ptac_graph_bg .ptac_graph_table table tr:nth-child(2n+1) td {
          background: #d2deef; }

@media screen and (max-width: 900px) {
  .main_ptac .ptac_graph_bg .ptac_graph_img {
    width: 100%; }
    .main_ptac .ptac_graph_bg .ptac_graph_img img {
      max-width: 424px;
      width: 100%;
      height: auto;
      display: block;
      margin: 20px auto; }
  .main_ptac .ptac_graph_bg .ptac_graph_table {
    width: 100%; } }

.main_ptac .button--plus::after {
  content: "▶"; }

.main_ptac .index_search_function_bg {
  margin-top: 80px; }

/* ==== 対応素材一覧 === */
.formaldehyde_text {
  margin-top: 20px; }

.formaldehyde_table_arrow {
  display: none; }

.formaldehyde_table {
  margin-top: 20px;
  border: 1px solid #8AA1CC;
  width: 100%; }
  .formaldehyde_table table tr th {
    color: #ffffff;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background: #8AA1CC;
    padding: 10px;
    text-align: center; }
  .formaldehyde_table table tr td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #dddddd; }

@media screen and (max-width: 767px) {
  .formaldehyde_table_arrow {
    display: block;
    width: 100%;
    height: 25px;
    background: #dddddd;
    position: relative; }
    .formaldehyde_table_arrow::before {
      content: "";
      position: absolute;
      left: 7px;
      top: 7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 8.7px 5px 0;
      border-color: transparent #777777 transparent transparent; }
    .formaldehyde_table_arrow::after {
      content: "";
      position: absolute;
      right: 7px;
      top: 7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8.7px;
      border-color: transparent transparent transparent #777777; }
  .formaldehyde_table {
    width: 100%;
    overflow: auto; }
    .formaldehyde_table table {
      width: 500px; } }

/*----------------------------------------------------------------------------
******************************************************************************
** 2019/10/31追加
******************************************************************************
----------------------------------------------------------------------------*/
.lowerKeyVisual__inner_ranking_prefectures > .lowerKeyVisual__title::before {
  display: none !important; }

.lowerKeyVisual__inner_ranking_prefectures > .lowerKeyVisual__title {
  padding: 50px 30px !important;
  text-align: center !important;
  width: calc( 570vw / 1440 * 105) !important; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .lowerKeyVisual__inner_ranking_prefectures {
    padding: 0 30px; }
  .lowerKeyVisual__inner_ranking_prefectures > .lowerKeyVisual__title {
    width: 100% !important;
    margin: 0 0 0 0; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .lowerKeyVisual__inner_ranking_prefectures {
    padding: 0 30px; }
  .lowerKeyVisual__inner_ranking_prefectures > .lowerKeyVisual__title {
    width: 100% !important;
    margin: 0 0 0 0; } }

@media screen and (max-width: 767px) {
  .lowerKeyVisual__inner_ranking_prefectures {
    padding: 0; }
  .lowerKeyVisual__inner_ranking_prefectures > .lowerKeyVisual__title {
    width: 100% !important;
    margin: 0 0 0 0;
    padding: 15px 15px !important; } }

.lowerKeyVisual__closing__lead_ranking_prefectures {
  font-size: 14px;
  font-size: calc( 14vw / 1440 * 100);
  text-align: center;
  font-size: 1em !important; }

@media screen and (min-width: 1440px) {
  .lowerKeyVisual__closing__lead_ranking_prefectures {
    font-size: 14px;
    font-size: 1.3rem; } }

@media screen and (max-width: 991px) {
  .lowerKeyVisual__closing__lead_ranking_prefectures {
    font-size: 14px;
    font-size: 1.3rem;
    text-align: left; } }

.lowerKeyVisual__closing__lead_ranking_prefectures.small {
  font-size: 14px;
  font-size: calc( 14vw / 1440 * 100);
  font-size: 1.3rem !important; }

@media screen and (min-width: 1440px) {
  .lowerKeyVisual__closing__lead_ranking_prefectures.small {
    font-size: 14px;
    font-size: 1.3rem; } }

@media screen and (max-width: 991px) {
  .lowerKeyVisual__closing__lead_ranking_prefectures.small {
    font-size: 14px;
    font-size: 1.3rem;
    background: #f0f; } }

/* ==== 外壁塗装 全国・エリア別人気色ランキング === */
.ranking_con_bg {
  padding: 0px 180px 0;
  width: 100%;
  min-width: 1050px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .ranking_con_bg.ranking_con_bg_first {
    margin-top: 320px; }
  .ranking_con_bg .ranking_con {
    background: #ffffff;
    width: 100%;
    padding: 100px 50px;
    position: relative;
    z-index: 10; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ranking_con_bg {
    padding: 0px 6vw 0;
    min-width: inherit; }
    .ranking_con_bg.ranking_con_bg_first {
      margin-top: 270px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ranking_con_bg {
    padding: 0px 6vw 0;
    width: 100%;
    min-width: inherit; }
    .ranking_con_bg.ranking_con_bg_first {
      margin-top: 270px; } }

@media screen and (max-width: 767px) {
  .ranking_con_bg {
    padding: 0px 6vw 0;
    width: 100%;
    min-width: inherit;
    margin-bottom: 40px; }
    .ranking_con_bg.ranking_con_bg_first {
      margin-top: 50px;
      margin-bottom: 0px; }
    .ranking_con_bg .ranking_con {
      padding: 20px; } }

.ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav {
    width: 100%;
    border-bottom: 2px solid #182a86; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul {
      margin: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li {
        margin: 0;
        cursor: pointer;
        width: calc((100% / 8) - 4px);
        position: relative;
        font-size: 1em;
        padding: 15px 5px 35px;
        text-decoration: none;
        display: block;
        text-align: center;
        color: #4e576e;
        background: #e0e3e7;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        position: relative; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li:first-child {
          background: #F7D0D0;
          font-size: 1.1em;
          font-weight: bold; }
          .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li:first-child:hover, .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li:first-child.current {
            background: #EE4242;
            color: #ffffff; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li::after {
          content: "";
          width: 10px;
          height: 10px;
          border-right: 1px solid #182a86;
          border-bottom: 1px solid #182a86;
          position: absolute;
          bottom: 18px;
          left: calc(50% - 6px);
          transform: rotate(45deg); }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li:hover, .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li.current {
          background: #182a86;
          color: #ffffff; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li:hover::after, .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li.current::after {
          border-right: 1px solid #ffffff;
          border-bottom: 1px solid #ffffff; }

.ranking_prefectures_tab_box .ranking_prefectures_tab_box_con {
  display: none;
  padding: 0 5vw; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con.current {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box_outline {
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    padding: 50px 0; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box_outline ul {
      margin-bottom: 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      list-style-type: none; }
      .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box_outline ul li {
        font-size: 1.05em; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box_outline ul li::after {
          color: #cccccc;
          content: "/";
          margin: 0 5px; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box_outline ul li:last-child::after {
          content: ""; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box_supplement {
    color: #666;
    text-align: left;
    width: 100%;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    font-size: 0.9em;
    padding-left: 1em; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box_supplement::first-line {
      text-indent: -1em; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-top: 1px solid #dddddd;
    padding: 20px 0; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_img {
      width: 170px;
      padding: 20px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-align-items: center;
      align-items: center; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text {
      width: calc(100% - 200px);
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title {
        border-bottom: 1px solid #4e576e;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_number {
          width: 90px;
          border-right: 1px solid #4e576e;
          padding: 5px 15px;
          display: block;
          font-size: 20px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          -o-justify-content: flex-end;
          justify-content: flex-end;
          -ms-align-items: flex-end;
          align-items: flex-end; }
          .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_number span {
            font-size: 26px;
            line-height: 1.6; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_name {
          min-width: 340px;
          padding: 5px 15px;
          display: block;
          font-size: 18px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -ms-align-items: flex-end;
          align-items: flex-end; }
          .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_name span {
            font-size: 14px;
            display: inline-block; }
      .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_explanation {
        width: 100%;
        margin: 15px 0 0 0; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_explanation p {
          padding: 0;
          margin: 0; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_explanation .ranking_prefectures_box_text_explanation_btn {
          margin-top: 10px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          -o-justify-content: flex-end;
          justify-content: flex-end; }
          .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_explanation .ranking_prefectures_box_text_explanation_btn a {
            color: #ffffff;
            display: block;
            background: #97A1AF;
            padding: 5px 10px;
            font-weight: bold;
            font-size: 0.9em;
            text-decoration: none;
            transition: .5s all ease-in-out; }
            .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_explanation .ranking_prefectures_box_text_explanation_btn a:hover {
              color: #ffffff;
              background: #182A86; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li {
      width: calc((100% / 4) - 0px);
      padding: 15px 10px 35px; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_img {
    width: 150px;
    padding: 20px; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_img img {
      width: 100%;
      height: auto; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text {
    width: calc(100% - 150px); }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_number {
      border: none;
      width: auto;
      padding: 5px;
      font-size: 18px;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; }
      .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_number span {
        font-size: 22px; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_name {
      min-width: inherit;
      display: block; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li {
      width: calc((100% / 4) - 0px);
      padding: 15px 10px 35px; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box_outline {
    text-align: left; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_img {
    width: 150px;
    padding: 20px; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_img img {
      width: 100%;
      height: auto; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text {
    width: calc(100% - 150px); }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_number {
      border: none;
      width: auto;
      padding: 5px;
      font-size: 18px;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; }
      .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_number span {
        font-size: 22px; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_name {
      min-width: inherit;
      display: block; } }

@media screen and (max-width: 767px) {
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_nav_bg .ranking_prefectures_tab_box_nav ul li {
      width: calc((100% / 2) - 0px);
      padding: 15px 10px 35px; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box_outline {
    text-align: left; }
  .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box {
    display: block; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_img {
      width: 100%;
      padding: 20px; }
      .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_img img {
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
    .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text {
      width: 100%;
      margin-bottom: 20px; }
      .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title {
        border-bottom: none;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_number {
          width: 100%;
          border: none;
          padding: 5px;
          font-size: 18px;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center; }
          .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_number span {
            font-size: 22px; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_name {
          width: 100%;
          text-align: center;
          min-width: inherit;
          padding: 0;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center; }
          .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_title .ranking_prefectures_box_text_title_name span {
            width: 100%;
            display: block; }
      .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_explanation .ranking_prefectures_box_text_explanation_btn {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        margin-top: 20px; }
        .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_explanation .ranking_prefectures_box_text_explanation_btn a {
          padding: 5px 30px;
          color: #ffffff;
          background: #182A86;
          font-size: 1.0em; }
          .ranking_prefectures_tab_box .ranking_prefectures_tab_box_con .ranking_prefectures_box .ranking_prefectures_box_text .ranking_prefectures_box_text_explanation .ranking_prefectures_box_text_explanation_btn a:hover {
            color: #ffffff;
            background: #182A86; } }

.ranking_prefectures_special_feature_bnr_bg {
  padding: 90px 10vw;
  margin-top: 0px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box {
      width: 50%;
      position: relative;
      overflow: hidden; }
      .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box img {
        width: 100%;
        position: relative; }
      .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box:hover img {
        transform: scale(1.05, 1.05); }
      .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        transition: .5s all ease-in-out; }
        .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg:hover {
          background: rgba(24, 42, 134, 0.5); }
          .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg:hover .ranking_prefectures_special_feature_bnr_box_text {
            background: #182a86; }
        .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg .ranking_prefectures_special_feature_bnr_box_text {
          color: #ffffff;
          background: rgba(24, 42, 134, 0.8);
          padding: 30px;
          display: block;
          width: 90%;
          max-width: 400px;
          text-align: center;
          transition: .5s all ease-in-out; }
          .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg .ranking_prefectures_special_feature_bnr_box_text .ranking_prefectures_special_feature_bnr_box_text_title {
            font-size: 24px;
            width: 100%;
            padding-top: 10px;
            margin-top: 10px;
            border-top: 1px solid rgba(255, 255, 255, 0.6); }
          .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg .ranking_prefectures_special_feature_bnr_box_text p {
            font-size: 14px;
            width: 100%; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ranking_prefectures_special_feature_bnr_bg {
    padding: 6vw 6vw;
    width: 100%; }
    .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box {
      width: calc(50% - 5px); }
      .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg:hover {
        background: rgba(24, 42, 134, 0); }
        .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg:hover .ranking_prefectures_special_feature_bnr_box_text {
          background: rgba(24, 42, 134, 0); }
      .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg .ranking_prefectures_special_feature_bnr_box_text {
        background: rgba(24, 42, 134, 0.6);
        width: 100%;
        height: 100%;
        max-width: inherit; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ranking_prefectures_special_feature_bnr_bg {
    padding: 6vw 6vw;
    width: 100%; }
    .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box {
      width: calc(50% - 5px); }
      .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg:hover {
        background: rgba(24, 42, 134, 0); }
        .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg:hover .ranking_prefectures_special_feature_bnr_box_text {
          background: rgba(24, 42, 134, 0); }
      .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg .ranking_prefectures_special_feature_bnr_box_text {
        background: rgba(24, 42, 134, 0.6);
        width: 100%;
        height: 100%;
        max-width: inherit; }
        .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg .ranking_prefectures_special_feature_bnr_box_text .ranking_prefectures_special_feature_bnr_box_text_title {
          padding-top: 5px;
          margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .ranking_prefectures_special_feature_bnr_bg {
    padding: 6vw 6vw;
    width: 100%; }
    .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr {
      display: block; }
      .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box {
        width: 100%;
        margin: 20px 0; }
        .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box img {
          display: none; }
        .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box:hover img {
          transform: none; }
        .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box:first-child .ranking_prefectures_special_feature_bnr_box_text_bg {
          background: url("../img/ranking_prefectures/ranking_prefectures_special_feature_01.png") center center no-repeat;
          background-size: cover; }
        .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box:last-child .ranking_prefectures_special_feature_bnr_box_text_bg {
          background: url("../img/ranking_prefectures/ranking_prefectures_special_feature_02.png") center center no-repeat;
          background-size: cover; }
        .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg {
          position: relative;
          top: auto;
          left: auto; }
          .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg:hover {
            background: rgba(24, 42, 134, 0.7); }
            .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg:hover .ranking_prefectures_special_feature_bnr_box_text {
              background: rgba(24, 42, 134, 0); }
          .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg .ranking_prefectures_special_feature_bnr_box_text {
            background: rgba(24, 42, 134, 0.7);
            width: 100%;
            height: 100%;
            max-width: inherit; }
            .ranking_prefectures_special_feature_bnr_bg .ranking_prefectures_special_feature_bnr .ranking_prefectures_special_feature_bnr_box .ranking_prefectures_special_feature_bnr_box_text_bg .ranking_prefectures_special_feature_bnr_box_text .ranking_prefectures_special_feature_bnr_box_text_title {
              padding-top: 5px;
              margin-top: 5px; } }

.ranking_color_con_bnr_con {
  margin-top: 90px; }

.ranking_color_con_bnr_bg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0 100px;
  max-width: 1700px;
  margin: 0 auto; }
  .ranking_color_con_bnr_bg h2 {
    font-size: 24px;
    color: #4e576e;
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 50px; }
    .ranking_color_con_bnr_bg h2::before {
      width: 100%;
      height: 1px;
      content: "";
      background: #dbdee0;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1; }
    .ranking_color_con_bnr_bg h2 span {
      background: #ffffff;
      padding: 0 50px; }
  .ranking_color_con_bnr_bg .ranking_color_con_bnr {
    width: calc((100% / 3) - 20px); }
    .ranking_color_con_bnr_bg .ranking_color_con_bnr img {
      display: block;
      width: 100%;
      height: auto;
      transition: .5s all ease-in-out; }
    .ranking_color_con_bnr_bg .ranking_color_con_bnr p {
      width: 100%;
      padding: 15px; }
    .ranking_color_con_bnr_bg .ranking_color_con_bnr a {
      color: #4e576e;
      text-align: center;
      display: block; }
      .ranking_color_con_bnr_bg .ranking_color_con_bnr a:hover {
        color: #ffffff;
        background: #182a86; }
        .ranking_color_con_bnr_bg .ranking_color_con_bnr a:hover img {
          opacity: 0.7; }
      .ranking_color_con_bnr_bg .ranking_color_con_bnr a.ranking_color_con_bnr_none {
        position: relative;
        pointer-events: none; }
        .ranking_color_con_bnr_bg .ranking_color_con_bnr a.ranking_color_con_bnr_none::after {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-align-items: center;
          align-items: center;
          font-size: 1.1em;
          color: #ffffff;
          content: "COMING SOON";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding: 10px;
          box-sizing: border-box;
          background: rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ranking_color_con_bnr_bg {
    padding: 0;
    max-width: inherit; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ranking_color_con_bnr_bg {
    padding: 0;
    max-width: inherit; }
    .ranking_color_con_bnr_bg .ranking_color_con_bnr {
      width: calc((100% / 3) - 5px); } }

@media screen and (max-width: 767px) {
  .ranking_color_con_bnr_bg {
    padding: 0;
    max-width: inherit; }
    .ranking_color_con_bnr_bg h2 {
      font-size: 20px;
      margin-bottom: 0px; }
      .ranking_color_con_bnr_bg h2::before {
        width: 100%;
        height: 1px;
        content: "";
        background: #dbdee0;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1; }
      .ranking_color_con_bnr_bg h2 span {
        padding: 0 10px; }
    .ranking_color_con_bnr_bg .ranking_color_con_bnr {
      width: 100%;
      margin-top: 30px; } }

/* ==== 人気色の施工事例集 === */
.popular_color_construction_bg {
  padding: 0px 180px 0;
  width: 100%;
  min-width: 1050px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px; }
  .popular_color_construction_bg.popular_color_construction_bg_first {
    margin-top: 280px; }
  .popular_color_construction_bg .popular_color_construction {
    background: #ffffff;
    width: 100%;
    padding: 100px 50px;
    position: relative;
    z-index: 10; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .popular_color_construction_bg {
    padding: 0px 6vw 0;
    min-width: inherit; }
    .popular_color_construction_bg.popular_color_construction_bg_first {
      margin-top: 270px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .popular_color_construction_bg {
    padding: 0px 6vw 0;
    width: 100%;
    min-width: inherit; }
    .popular_color_construction_bg.popular_color_construction_bg_first {
      margin-top: 270px; } }

@media screen and (max-width: 767px) {
  .popular_color_construction_bg {
    padding: 0px 6vw 0;
    width: 100%;
    min-width: inherit;
    margin-bottom: 40px; }
    .popular_color_construction_bg.popular_color_construction_bg_first {
      margin-top: 50px;
      margin-bottom: 0px; }
    .popular_color_construction_bg .popular_color_construction {
      padding: 20px; } }

.popular_color_construction_explanation_img_bg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 0; }
  .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_01 {
    padding: 50px; }
    .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_01 img {
      max-width: 100%;
      height: auto; }
  .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_02 {
    padding: 50px; }
    .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_02 img {
      max-width: 100%;
      height: auto; }

.popular_color_construction_explanation_box {
  padding: 0 5vw; }
  .popular_color_construction_explanation_box:first-child h2 {
    margin-top: 0; }
  .popular_color_construction_explanation_box h2 {
    color: #4e576e;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #dbdee0; }
    .popular_color_construction_explanation_box h2 .popular_color_construction_explanation_box_h2_number {
      border-right: 1px solid #dbdee0;
      padding: 5px 15px;
      margin-right: 15px;
      display: inline-block; }
      .popular_color_construction_explanation_box h2 .popular_color_construction_explanation_box_h2_number span {
        font-size: 30px;
        line-height: 1.6; }
  .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 60px;
    max-width: 1250px;
    width: 100%; }
    .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text {
      width: 40%;
      order: 1; }
      .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text h3 {
        color: #4e576e;
        font-size: 16px; }
        .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text h3 span {
          border: 1px solid #aaaaaa;
          padding: 5px 30px;
          display: inline-block; }
      .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text .popular_color_construction_explanation_box_text_color_bg {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        padding: 35px 0 55px;
        margin: 20px 0;
        font-weight: 500;
        letter-spacing: 0em; }
        .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text .popular_color_construction_explanation_box_text_color_bg .popular_color_construction_explanation_box_text_color {
          width: calc(100% / 4);
          height: 6vw;
          max-height: 125px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-align-items: center;
          align-items: center;
          position: relative;
          text-align: center;
          line-height: 1.4;
          font-size: 30px;
          /*ここから色開始*/
          /*ここまで*/ }
          .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text .popular_color_construction_explanation_box_text_color_bg .popular_color_construction_explanation_box_text_color:empty {
            font-size: 0.9em; }
          .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text .popular_color_construction_explanation_box_text_color_bg .popular_color_construction_explanation_box_text_color::before {
            position: absolute;
            left: 0;
            top: -2em;
            width: 100%;
            white-space: pre;
            height: 1em; }
          .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text .popular_color_construction_explanation_box_text_color_bg .popular_color_construction_explanation_box_text_color::after {
            position: absolute;
            left: 0;
            bottom: -3.3em;
            width: 100%;
            white-space: pre;
            min-height: 2em; }
    .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_img {
      width: 60%;
      order: 2;
      padding: 0 0 0 40px; }
      .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_img img {
        width: 100%;
        height: auto; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .popular_color_construction_explanation_img_bg {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px; }
    .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_01 {
      padding: 10px 50px; }
      .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_01 img {
        max-width: 100%;
        height: auto; }
    .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_02 {
      padding: 10px 50px; }
      .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_02 img {
        max-width: 100%;
        height: auto; }
  .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text {
    width: 100%;
    order: 2; }
    .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text h3 span {
      display: block;
      width: 100%; }
    .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text .popular_color_construction_explanation_box_text_color_bg {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
  .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_img {
    width: 100%;
    order: 1;
    margin-top: 50px;
    padding: 0; } }

@media screen and (max-width: 767px) {
  .popular_color_construction_explanation_img_bg {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px; }
    .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_01 {
      padding: 10px 5vw; }
      .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_01 img {
        max-width: 100%;
        height: auto; }
    .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_02 {
      padding: 10px 0; }
      .popular_color_construction_explanation_img_bg .popular_color_construction_explanation_img_02 img {
        max-width: 100%;
        height: auto; }
  .popular_color_construction_explanation_box h2 .popular_color_construction_explanation_box_h2_number {
    border-right: none;
    padding: 5px 0px;
    margin-right: 10px; }
  .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text {
    width: 100%;
    order: 2; }
    .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text h3 span {
      display: block;
      width: 100%; }
    .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text .popular_color_construction_explanation_box_text_color_bg {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      font-size: 0.9em; }
      .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_text .popular_color_construction_explanation_box_text_color_bg .popular_color_construction_explanation_box_text_color {
        height: 10vw; }
  .popular_color_construction_explanation_box .popular_color_construction_explanation_box_text_img .popular_color_construction_explanation_box_img {
    width: 100%;
    order: 1;
    padding: 0; } }

.popular_color_construction_ranking_bnr_bg {
  padding: 0 10vw;
  margin-top: 250px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box img {
        width: 100%;
        height: 200px;
        position: relative;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box:hover img {
        transform: scale(1.05, 1.05); }
      .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg {
        padding: 0;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 200px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        transition: .5s all ease-in-out; }
        .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg:hover {
          background: rgba(24, 42, 134, 0.5); }
          .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg:hover .popular_color_construction_ranking_bnr_box_text {
            background: #182a86; }
        .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg .popular_color_construction_ranking_bnr_box_text {
          color: #ffffff;
          background: rgba(24, 42, 134, 0.8);
          padding: 30px;
          display: block;
          width: calc(100% - 60px);
          text-align: center;
          transition: .5s all ease-in-out; }
          .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg .popular_color_construction_ranking_bnr_box_text .popular_color_construction_ranking_bnr_box_text_title {
            font-size: 24px;
            width: 100%;
            padding-top: 10px;
            margin-top: 10px;
            border-top: 1px solid rgba(255, 255, 255, 0.6); }
            .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg .popular_color_construction_ranking_bnr_box_text .popular_color_construction_ranking_bnr_box_text_title br {
              display: none; }
          .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg .popular_color_construction_ranking_bnr_box_text p {
            font-size: 14px;
            width: 100%; }

@media screen and (max-width: 767px) {
  .popular_color_construction_ranking_bnr_bg {
    margin-top: 50px;
    width: 100%; }
    .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box img {
      width: 100%;
      height: 200px;
      position: relative;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box:hover img {
      transform: scale(1.05, 1.05); }
    .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg .popular_color_construction_ranking_bnr_box_text {
      width: calc(100% - 40px); }
      .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg .popular_color_construction_ranking_bnr_box_text .popular_color_construction_ranking_bnr_box_text_title {
        font-size: 20px;
        border-top: none;
        padding-top: 0px;
        margin-top: 0px; }
        .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg .popular_color_construction_ranking_bnr_box_text .popular_color_construction_ranking_bnr_box_text_title br {
          display: block; }
      .popular_color_construction_ranking_bnr_bg .popular_color_construction_ranking_bnr .popular_color_construction_ranking_bnr_box .popular_color_construction_ranking_bnr_box_text_bg .popular_color_construction_ranking_bnr_box_text p {
        display: none; } }

/* ==== 色の専門家おすすめ!ツートンカラーの配色事例 === */
.color_scheme_bg {
  padding: 0px 180px 0;
  width: 100%;
  min-width: 1050px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 80px; }
  .color_scheme_bg.color_scheme_bg_first {
    margin-top: 350px; }
  .color_scheme_bg .color_scheme {
    background: #ffffff;
    width: 100%;
    padding: 100px 50px;
    position: relative;
    z-index: 10; }
    .color_scheme_bg .color_scheme h2 {
      width: 100%;
      margin: 150px 0 70px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .color_scheme_bg .color_scheme h2.color_scheme_h2_first {
        margin-top: 0; }
      .color_scheme_bg .color_scheme h2 p {
        margin-top: 50px;
        width: 100%;
        color: #4e576e;
        font-size: 26px;
        font-weight: 500;
        text-align: center; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .color_scheme_bg {
    padding: 0px 6vw 0;
    min-width: inherit; }
    .color_scheme_bg.color_scheme_bg_first {
      margin-top: 300px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .color_scheme_bg {
    padding: 0px 6vw 0;
    width: 100%;
    min-width: inherit; }
    .color_scheme_bg.color_scheme_bg_first {
      margin-top: 350px; }
    .color_scheme_bg .color_scheme h2 img {
      width: calc(100% - 80px); }
    .color_scheme_bg .color_scheme h2 p {
      margin-top: 30px;
      font-size: 22px; } }

@media screen and (max-width: 767px) {
  .color_scheme_bg {
    padding: 0px 6vw 0;
    width: 100%;
    min-width: inherit;
    margin-bottom: 40px; }
    .color_scheme_bg.color_scheme_bg_first {
      margin-top: 50px;
      margin-bottom: 0px; }
    .color_scheme_bg .color_scheme {
      padding: 20px; }
      .color_scheme_bg .color_scheme h2 {
        margin-bottom: 30px; }
        .color_scheme_bg .color_scheme h2 img {
          width: calc(100% - 40px); }
        .color_scheme_bg .color_scheme h2 p {
          margin-top: 20px;
          font-size: 19px; } }

.color_scheme_nav {
  width: 100%; }
  .color_scheme_nav .color_scheme_nav_title {
    width: 100%;
    text-align: center;
    font-size: 1.4em; }
  .color_scheme_nav ul {
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .color_scheme_nav ul li {
      width: calc((100% - 80px) / 5);
      margin: 0 20px 0 0;
      list-style-type: none; }
      .color_scheme_nav ul li:last-child {
        margin-right: 0; }
      .color_scheme_nav ul li a {
        display: block;
        text-align: center;
        background: #182A86;
        color: #ffffff;
        font-size: 1.1em;
        line-height: 1.6;
        padding: 20px 5px;
        transition: .5s all ease-in-out; }
        .color_scheme_nav ul li a span {
          display: block;
          font-size: 0.8em; }
        .color_scheme_nav ul li a:hover {
          background: #101C5B; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .color_scheme_nav ul li {
    width: calc((100% - 30px) / 3);
    margin: 0 15px 15px 0; }
    .color_scheme_nav ul li:nth-child(3) {
      margin-right: 0; }
    .color_scheme_nav ul li a {
      padding: 10px 5px; } }

@media screen and (max-width: 767px) {
  .color_scheme_nav ul li {
    width: 100%;
    margin: 0 0 10px 0; }
    .color_scheme_nav ul li a {
      padding: 10px 5px; } }

.color_scheme_con_first {
  padding: 0 5vw; }
  .color_scheme_con_first .color_scheme_con_first_img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .color_scheme_con_first .color_scheme_con_first_img img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  .color_scheme_con_first .color_scheme_con_first_color_pattern_bg {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding: 35px 0 55px;
    margin: 20px 0; }
    .color_scheme_con_first .color_scheme_con_first_color_pattern_bg .color_scheme_con_first_color_pattern {
      max-width: calc(100% / 4);
      max-height: 115px;
      min-width: 115px;
      min-height: 115px;
      width: 5.5vw;
      height: 5.5vw;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      position: relative;
      text-align: center;
      line-height: 1.4;
      font-size: 30px;
      font-weight: 500;
      letter-spacing: 0em;
      /*ここから色開始*/
      /*ここまで*/ }
      .color_scheme_con_first .color_scheme_con_first_color_pattern_bg .color_scheme_con_first_color_pattern:empty {
        font-size: 0.9em; }
      .color_scheme_con_first .color_scheme_con_first_color_pattern_bg .color_scheme_con_first_color_pattern::before {
        position: absolute;
        left: 0;
        top: -2em;
        width: 100%;
        white-space: pre;
        height: 1em; }
      .color_scheme_con_first .color_scheme_con_first_color_pattern_bg .color_scheme_con_first_color_pattern::after {
        position: absolute;
        left: 0;
        bottom: -3.3em;
        width: 100%;
        white-space: pre;
        min-height: 2em; }
  .color_scheme_con_first .color_scheme_con_first_outline {
    text-align: center;
    font-size: 18px;
    color: #4e576e;
    line-height: 1.7;
    margin-top: 30px; }
  .color_scheme_con_first .color_scheme_con_first_example {
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .color_scheme_con_first .color_scheme_con_first_example .color_scheme_con_first_example_img {
      width: 229px; }
    .color_scheme_con_first .color_scheme_con_first_example .color_scheme_con_first_example_text {
      max-width: 520px;
      margin: 10px 0 10px 20px; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .color_scheme_con_first .color_scheme_con_first_color_pattern_bg .color_scheme_con_first_color_pattern {
    /*ここから色開始*/
    /*ここまで*/ }
  .color_scheme_con_first .color_scheme_con_first_outline {
    text-align: left; }
    .color_scheme_con_first .color_scheme_con_first_outline br {
      display: none; }
  .color_scheme_con_first .color_scheme_con_first_example .color_scheme_con_first_example_text {
    font-size: 1.2em;
    max-width: 100%;
    height: auto;
    margin: 10px 0 0 0; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .color_scheme_con_first .color_scheme_con_first_color_pattern_bg .color_scheme_con_first_color_pattern {
    /*ここから色開始*/
    /*ここまで*/ }
  .color_scheme_con_first .color_scheme_con_first_outline {
    text-align: left; }
    .color_scheme_con_first .color_scheme_con_first_outline br {
      display: none; }
  .color_scheme_con_first .color_scheme_con_first_example .color_scheme_con_first_example_text {
    font-size: 1.2em;
    max-width: 100%;
    margin: 10px 0 0 0; } }

@media screen and (max-width: 767px) {
  .color_scheme_con_first .color_scheme_con_first_color_pattern_bg .color_scheme_con_first_color_pattern {
    width: calc(100% / 4);
    height: 10vw;
    max-height: 115px;
    min-width: inherit;
    min-height: inherit;
    /*ここから色開始*/
    /*ここまで*/ }
  .color_scheme_con_first .color_scheme_con_first_outline {
    text-align: left; }
    .color_scheme_con_first .color_scheme_con_first_outline br {
      display: none; }
  .color_scheme_con_first .color_scheme_con_first_example .color_scheme_con_first_example_text {
    max-width: 100%;
    margin: 10px 0 0 0; } }

.color_scheme_con_bg {
  margin-top: 50px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .color_scheme_con_bg .color_scheme_cool_warm {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .color_scheme_con_bg .color_scheme_cool_warm .color_scheme_cool, .color_scheme_con_bg .color_scheme_cool_warm .color_scheme_warm {
      margin: 10px;
      padding: 5px 0 5px 28px; }
  .color_scheme_con_bg .color_scheme_cool {
    background: url("../img/color_scheme/color_scheme_c.png") left center no-repeat;
    padding: 5px 0 5px 34px; }
  .color_scheme_con_bg .color_scheme_warm {
    background: url("../img/color_scheme/color_scheme_w.png") left center no-repeat;
    padding: 5px 0 5px 34px; }
  .color_scheme_con_bg .color_scheme_con_box {
    width: 50%;
    padding: 40px; }
    .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_img {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
    .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_color_pattern_bg {
        width: calc(45% - 15px);
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        padding: 35px 0 55px;
        margin: 10px 0; }
        .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_color_pattern_bg .color_scheme_con_color_pattern {
          width: calc((100% / 4) - 40px);
          height: 3vw;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-align-items: center;
          align-items: center;
          position: relative;
          text-align: center;
          line-height: 1.4;
          font-size: 0.9em;
          font-weight: bold;
          /*ここから色開始*/ }
          .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_color_pattern_bg .color_scheme_con_color_pattern:empty {
            width: calc((100% / 4) + 10px); }
          .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_color_pattern_bg .color_scheme_con_color_pattern:empty {
            font-size: 0.7em; }
          .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_color_pattern_bg .color_scheme_con_color_pattern::before {
            position: absolute;
            left: 0;
            top: -2em;
            width: 100%;
            white-space: pre;
            height: 1em;
            font-size: 1.1em; }
          .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_color_pattern_bg .color_scheme_con_color_pattern::after {
            position: absolute;
            left: 0;
            bottom: -3.3em;
            width: 100%;
            white-space: pre;
            min-height: 2em; }
      .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_box_text_explanation {
        margin: 0;
        width: calc(55% - 15px);
        width: 100%;
        min-width: 200px;
        font-size: 14px; }
        .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_box_text_explanation .color_scheme_cool, .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_box_text_explanation .color_scheme_warm {
          margin: 0 0 10px 0;
          font-weight: 500; }

@media screen and (max-width: 767px) {
  .color_scheme_con_bg .color_scheme_cool_warm {
    width: 100%; }
  .color_scheme_con_bg .color_scheme_con_box {
    width: 100%;
    padding: 15px;
    margin-top: 50px; }
    .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_color_pattern_bg .color_scheme_con_color_pattern {
      width: calc((100% / 4) - 40px);
      height: 10vw;
      /*ここから色開始*/ }
      .color_scheme_con_bg .color_scheme_con_box .color_scheme_con_box_text .color_scheme_con_color_pattern_bg .color_scheme_con_color_pattern:empty {
        width: calc((100% / 4) + 10px); } }

/*----------------------------------------------------------------------------
******************************************************************************
** カラー
******************************************************************************
----------------------------------------------------------------------------*/
.color_8091 {
  background: #faefd8;
  border: 1px solid #c2c3c2; }
  .color_8091::before {
    content: "8091"; }
  .color_8091::after {
    content: "ブロークン\Aホワイト"; }

.color_8081 {
  background: #b3a39b; }
  .color_8081::before {
    content: "8081"; }
  .color_8081::after {
    content: "バーチ\Aグレー"; }

.color_8077 {
  background: #371e1e; }
  .color_8077::before {
    content: "8081"; }
  .color_8077::after {
    content: "ヤララ\Aブラウン"; }

.color_9010 {
  background: #fbf9f6;
  border: 1px solid #c2c3c2; }
  .color_9010::before {
    content: "9010"; }
  .color_9010::after {
    content: "クール\Aホワイト"; }

.color_9016 {
  background: #b7c9cc;
  border: 1px solid #c2c3c2; }
  .color_9016::before {
    content: "9016"; }
  .color_9016::after {
    content: "パスト\Aグリーン"; }

.color_8078 {
  background: #403a3c; }
  .color_8078::before {
    content: "8078"; }
  .color_8078::after {
    content: "ウィザード\Aコッパー"; }

.color_8092 {
  background: #f1e4cd; }
  .color_8092::before {
    content: "8092"; }
  .color_8092::after {
    content: "ニュートラル\Aホワイト"; }

.color_9114 {
  background: #1f1e22; }
  .color_9114::before {
    content: "9114"; }
  .color_9114::after {
    content: "キャビア\Aブラウン"; }

.color_8074 {
  background: #4c3633; }
  .color_8074::before {
    content: "8074"; }
  .color_8074::after {
    content: "アイアン\Aバーグ"; }

.color_9115 {
  background: #45211d; }
  .color_9115::before {
    content: "9115"; }
  .color_9115::after {
    content: "マホガニー"; }

.color_8095 {
  background: #d4b18c; }
  .color_8095::before {
    content: "8095"; }
  .color_8095::after {
    content: "ミッド\Aビスケット"; }

.color_9113 {
  background: #3a1f27; }
  .color_9113::before {
    content: "9113"; }
  .color_9113::after {
    content: "ラセット\Aブラウン"; }

.color_8076 {
  background: #582b25; }
  .color_8076::before {
    content: "8076"; }
  .color_8076::after {
    content: "リーガル\Aブラウン"; }

.color_8088 {
  background: #a78d83; }
  .color_8088::before {
    content: "8088"; }
  .color_8088::after {
    content: "モカ"; }

.color_8079 {
  background: #191919; }
  .color_8079::before {
    content: "8079"; }
  .color_8079::after {
    content: "チャコール"; }

.color_8109 {
  background: #bcbbb4; }
  .color_8109::before {
    content: "8109"; }
  .color_8109::after {
    content: "ガルグレー"; }

.color_9111 {
  background: #292d30; }
  .color_9111::before {
    content: "9111"; }
  .color_9111::after {
    content: "カーボン\Aグレー"; }

.color_8083 {
  background: #8e786d; }
  .color_8083::before {
    content: "8083"; }
  .color_8083::after {
    content: "ベイジュ"; }

.color_9019 {
  background: #edddcf;
  border: 1px solid #c2c3c2; }
  .color_9019::before {
    content: "9019"; }
  .color_9019::after {
    content: "フォギー\Aオレンジ"; }

.color_8096 {
  background: #fceed2; }
  .color_8096::before {
    content: "8096"; }
  .color_8096::after {
    content: "ライト\Aクリーム"; }

.color_9116 {
  background: #1f4938; }
  .color_9116::before {
    content: "9116"; }
  .color_9116::after {
    content: "グリーン\Aレイバー"; }

.color_8077 {
  background: #422524; }
  .color_8077::before {
    content: "8077"; }
  .color_8077::after {
    content: "ヤララ\Aブラウン"; }

.color_8093 {
  background: #eacfb1; }
  .color_8093::before {
    content: "8093"; }
  .color_8093::after {
    content: "ペール\Aビスケット"; }

.color_9119 {
  background: #030000; }
  .color_9119::before {
    content: "9119"; }
  .color_9119::after {
    content: "トゥルー\Aブラック"; }

.color_9003 {
  background: #fffce9;
  border: 1px solid #c2c3c2; }
  .color_9003::before {
    content: "9003"; }
  .color_9003::after {
    content: "ホワイト\Aリリィ"; }

.color_9100 {
  background: #506267; }
  .color_9100::before {
    content: "9100"; }
  .color_9100::after {
    content: "スカイグレー"; }

.color_8084 {
  background: #ceb79d; }
  .color_8084::before {
    content: "8084"; }
  .color_8084::after {
    content: "メリーノ"; }

.color_9117 {
  background: #152336; }
  .color_9117::before {
    content: "9117"; }
  .color_9117::after {
    content: "ミッドナイト\Aブルー"; }

.color_9114 {
  background: #1f1e22; }
  .color_9114::before {
    content: "9114"; }
  .color_9114::after {
    content: "キャビア\Aブラウン"; }

.color_8087 {
  background: #edd9ba;
  border: 1px solid #c2c3c2; }
  .color_8087::before {
    content: "8087"; }
  .color_8087::after {
    content: "スムース\Aクリーム"; }

.color_8097 {
  background: #dabb91;
  border: 1px solid #c2c3c2; }
  .color_8097::before {
    content: "8097"; }
  .color_8097::after {
    content: "ライト\Aラテ"; }

.color_9112 {
  background: #03231b; }
  .color_9112::before {
    content: "9112"; }
  .color_9112::after {
    content: "エバー\Aグリーン"; }

.color_8068 {
  background: #79282b; }
  .color_8068::before {
    content: "8068"; }
  .color_8068::after {
    content: "ヘリテージ\Aレッド"; }

.color_8075 {
  background: #371820; }
  .color_8075::before {
    content: "8075"; }
  .color_8075::after {
    content: "パイオニア"; }

.color_8085 {
  background: #e1ddd5;
  border: 1px solid #c2c3c2; }
  .color_8085::before {
    content: "8085"; }
  .color_8085::after {
    content: "オフ\Aホワイト"; }

.color_8113 {
  background: #f9fbfa;
  border: 1px solid #c2c3c2; }
  .color_8113::before {
    content: "8113"; }
  .color_8113::after {
    content: "トゥルー\Aホワイト"; }

.color_8108 {
  background: #133343; }
  .color_8108::before {
    content: "8108"; }
  .color_8108::after {
    content: "マウンテン\Aブルー"; }

.color_9017 {
  background: #8796a4; }
  .color_9017::before {
    content: "9017"; }
  .color_9017::after {
    content: "ブルー\Aグレイ"; }

.color_9005 {
  background: #eef7f7;
  border: 1px solid #c2c3c2; }
  .color_9005::before {
    content: "9005"; }
  .color_9005::after {
    content: "パステル\Aアクア"; }

.color_9014 {
  background: #55829a; }
  .color_9014::before {
    content: "9014"; }
  .color_9014::after {
    content: "エレクト\Aリックブルー"; }

.color_9002 {
  background: #fdedda;
  border: 1px solid #c2c3c2; }
  .color_9002::before {
    content: "9002"; }
  .color_9002::after {
    content: "オレンジ\Aホワイト"; }

.color_8111 {
  background: #c3bfa6; }
  .color_8111::before {
    content: "8111"; }
  .color_8111::after {
    content: "オータム"; }

.color_9104 {
  background: #5f2a19; }
  .color_9104::before {
    content: "9104"; }
  .color_9104::after {
    content: "マルーン"; }

.color_9110 {
  background: #878885; }
  .color_9110::before {
    content: "9110"; }
  .color_9110::after {
    content: "クレタグレー"; }

.color_9004 {
  background: #eef6ea;
  border: 1px solid #c2c3c2; }
  .color_9004::before {
    content: "9004"; }
  .color_9004::after {
    content: "セラドン\Aグリーン"; }

.color_9021 {
  background: #e0e7df;
  border: 1px solid #c2c3c2; }
  .color_9021::before {
    content: "9021"; }
  .color_9021::after {
    content: "オパール\Aグリーン"; }

.color_8072 {
  background: #ce8769; }
  .color_8072::before {
    content: "8072"; }
  .color_8072::after {
    content: "ワームクレイ"; }

.color_9118 {
  background: #4a1417; }
  .color_9118::before {
    content: "9118"; }
  .color_9118::after {
    content: "バーガンディ"; }

.color_9001 {
  background: #fef4ed;
  border: 1px solid #c2c3c2; }
  .color_9001::before {
    content: "9001"; }
  .color_9001::after {
    content: "アイシー\Aピンク"; }

.color_9105 {
  background: #3f1b15; }
  .color_9105::before {
    content: "9105"; }
  .color_9105::after {
    content: "トープ"; }

.color_9022 {
  background: #dbe6ea;
  border: 1px solid #c2c3c2; }
  .color_9022::before {
    content: "9022"; }
  .color_9022::after {
    content: "ホライズン\Aブルー"; }

.color_9020 {
  background: #f2eedd;
  border: 1px solid #c2c3c2; }
  .color_9020::before {
    content: "9020"; }
  .color_9020::after {
    content: "エクリュ"; }

.color_8105 {
  background: #959c7f; }
  .color_8105::before {
    content: "8105"; }
  .color_8105::after {
    content: "フレンチ\Aグリーン"; }

.color_8073 {
  background: #e2b196;
  border: 1px solid #c2c3c2; }
  .color_8073::before {
    content: "8073"; }
  .color_8073::after {
    content: "トスカニー"; }

.color_9006 {
  background: #f4f7f9;
  border: 1px solid #c2c3c2; }
  .color_9006::before {
    content: "9006"; }
  .color_9006::after {
    content: "ペリウィン\Aクルブルー"; }

/*----------------------------------------------------------------------------
******************************************************************************
** パーツ・素材
******************************************************************************
----------------------------------------------------------------------------*/
.page_top_btn {
  position: fixed;
  width: 5em;
  height: 5em;
  background: #182a86;
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 100;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  bottom: 0; }
  .page_top_btn::after {
    content: "";
    width: 1.8em;
    height: 1.8em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -1em;
    display: block; }

/* ==== ローディング一時削除 === */
/*#loadBegin,#load,.loadBegin__item{
    display: none;
}*/
/* ==== サイズ変更サンプル === */
/* ==== コンテンツ大枠サンプル === */
.con_sample_bg {
  padding: 0px 180px 0;
  width: 100%;
  min-width: 1050px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .con_sample_bg.con_sample_bg_first {
    margin-top: 320px; }
  .con_sample_bg .con_sample {
    background: #ffffff;
    width: 100%;
    padding: 100px 50px;
    position: relative;
    z-index: 10; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .con_sample_bg {
    padding: 0px 6vw 0;
    min-width: inherit; }
    .con_sample_bg.con_sample_bg_first {
      margin-top: 270px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .con_sample_bg {
    padding: 0px 6vw 0;
    width: 100%;
    min-width: inherit; }
    .con_sample_bg.con_sample_bg_first {
      margin-top: 270px; } }

@media screen and (max-width: 767px) {
  .con_sample_bg {
    padding: 0px 6vw 0;
    width: 100%;
    min-width: inherit;
    margin-bottom: 40px; }
    .con_sample_bg.con_sample_bg_first {
      margin-top: 50px;
      margin-bottom: 0px; }
    .con_sample_bg .con_sample {
      padding: 20px; } }

/* ==== サイズ変更チェック === */
.size_check {
  position: fixed;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0 5px;
  z-index: 1000; }

@media screen and (max-width: 1439px) {
  .size_check {
    background: #000; }
    .size_check::after {
      content: "@media screen and (max-width: 1439px)"; } }

@media screen and (min-width: 1200px) {
  .size_check {
    background: #f00; }
    .size_check::after {
      content: "@media screen and (min-width: 1200px)"; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .size_check {
    background: #0f0; }
    .size_check::after {
      content: "@media screen and (min-width: 992px) and (max-width: 1199px)"; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .size_check {
    background: #00f; }
    .size_check::after {
      content: "@media screen and (min-width: 768px) and (max-width: 991px)"; } }

@media screen and (max-width: 767px) {
  .size_check {
    background: #666; }
    .size_check::after {
      content: "@media screen and (max-width: 767px)"; } }
