@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #fff; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ""; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("./fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.6.3#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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .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; }

.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; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.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; }

.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  background: url(overlays/02.png) center center; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform,opacity; }

body .vegas-container {
  overflow: hidden !important;
  position: relative; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide, body.vegas-container > .vegas-timer {
  position: fixed;
  z-index: -1; }

.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px) brightness(1.01);
  filter: blur(32px) brightness(1.01); }

.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0) brightness(1.01);
  filter: blur(0) brightness(1.01); }

.vegas-transition-blur2-out {
  opacity: 0; }

.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1; }

.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*# sourceMappingURL=vegas.min.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.qs_wrap__form input,
.qs_wrap__form button,
.qs_wrap__form select,
.qs_wrap__form textarea {
  border: 1px solid #ddd; }

.qs_wrap__form input[type="button"],
.qs_wrap__form input[type="submit"],
.qs_wrap__form button[type="button"],
.qs_wrap__form button[type="submit"] {
  border: none; }

.qs_wrap__form input[type="button"]:focus,
.qs_wrap__form input[type="submit"]:focus,
.qs_wrap__form button[type="button"]:focus,
.qs_wrap__form button[type="submit"]:focus {
  outline: 0; }

.qs_wrap__form input,
.qs_wrap__form select,
.qs_wrap__form textarea {
  padding: 0.5em;
  border-radius: 2px;
  vertical-align: middle; }

.qs_wrap__form input {
  /*
  height: 2em;
  line-height: 2em;
  */ }

.qs_wrap__form select {
  width: 100%;
  /*
  height: 2em;
  line-height: 2em;
  */ }

.qs_wrap__form select:focus {
  outline: 0; }

.qs_wrap__form input[type="text"],
.qs_wrap__form textarea {
  width: 100%; }

.qs_wrap__form [type="radio"] {
  border-radius: 50%; }

.qs_wrap__form input[type="number"] {
  -moz-appearance: textfield; }

.qs_wrap__form input[type="number"]::-webkit-outer-spin-button,
.qs_wrap__form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.qs_wrap__form input[type="checkbox"],
.qs_wrap__form input[type="radio"] {
  position: relative;
  /*margin-right: 0.35em;*/ }

.qs_wrap__form ::-webkit-input-placeholder {
  color: #aaa; }

.qs_wrap__form :-ms-input-placeholder {
  color: #aaa; }

.qs_wrap__form ::-moz-placeholder {
  color: #aaa; }

.qs_wrap__form ::-placeholder {
  color: #aaa; }

.qs_wrap__form .qs_must {
  font-size: 12px;
  line-height: 1;
  margin-left: 0.5em;
  padding: 0.1em 0.3em;
  background-color: #c2143d;
  border-radius: 2px;
  color: #fff;
  font-weight: 500; }

.qs_wrap__form input[type="text"]#qs_zip {
  width: 7em;
  margin-left: 0.5em; }

.qs_wrap__form #qs_addr {
  margin-top: 10px; }

.qs_wrap__form .qs_wrap__select {
  position: relative;
  display: inline-block; }

.qs_wrap__form .qs_wrap__select:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.qs_wrap__form .qs_wrap__select._multiple:after {
  display: none; }

.qs_wrap__form .qs_wrap__select._multiple select {
  margin-right: 10px;
  padding-right: 0; }

.qs_wrap__form .qs_wrap__select select {
  padding-right: 25px;
  /*
  min-height: 2em;
  line-height: 2em;
  */ }

.qs_wrap__form .qs_select__inline {
  zoom: 1;
  margin-top: -0.4em; }

.qs_wrap__form .qs_select__inline:after {
  display: block;
  content: "";
  clear: both; }

.qs_wrap__form .qs_select__inline li {
  display: inline; }

.qs_wrap__form .qs_select__inline li label {
  display: inline-block;
  margin: 0.4em 0.8em 0 0; }

@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_select__inline li label {
    margin: 0.4em 1.2em 0 0; } }

.qs_wrap__form .qs_select__inline li:last-child label {
  margin-right: 0; }

.qs_wrap__form._style01 table {
  width: 100%; }

.qs_wrap__form._style01 table th,
.qs_wrap__form._style01 table td {
  padding: 0.8em 1.2em;
  border: 1px solid #ddd; }

.qs_wrap__form._style01 table th {
  width: 1%;
  color: #fff;
  background-color: #f8f8f8;
  text-align: left;
  white-space: nowrap;
  color: #666; }

.qs_wrap__form._style01 table td {
  background-color: #fff; }

.qs_wrap__form._style01 table input[type="email"],
.qs_wrap__form._style01 table input[type="tel"] {
  width: 100%; }

@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 table input[type="email"],
  .qs_wrap__form._style01 table input[type="tel"] {
    min-width: 10em;
    width: auto; } }

.qs_wrap__form._style01 table .qs_notes {
  font-size: 13px;
  display: inline-block;
  margin: 0.5em 0 0 0;
  color: #999; }

@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 table .qs_notes {
    margin: 0 0 0 1em; } }

.qs_wrap__form._style01 table #qs_zip + .qs_notes {
  margin: 0 0 0 1em; }

@media only screen and (max-width: 767px) {
  .qs_wrap__form._style01 table tr,
  .qs_wrap__form._style01 table th,
  .qs_wrap__form._style01 table td {
    display: block;
    width: auto;
    white-space: normal !important; }
  .qs_wrap__form._style01 table th,
  .qs_wrap__form._style01 table td {
    padding: 0.5em 1em; }
  .qs_wrap__form._style01 table th {
    padding: 0.5em 1em; }
  .qs_wrap__form._style01 table td {
    padding: 1em 1em;
    border-top-width: 0;
    border-bottom-width: 0; }
  .qs_wrap__form._style01 table tr:last-of-type td {
    margin-bottom: 0;
    border-bottom-width: 1px; } }

.qs_wrap__form._style01 table input[type="text"],
.qs_wrap__form._style01 table input[type="email"],
.qs_wrap__form._style01 table input[type="tel"],
.qs_wrap__form._style01 table textarea {
  background-color: #fff; }

.qs_wrap__form._style02 table {
  width: 100%; }

.qs_wrap__form._style02 table th,
.qs_wrap__form._style02 table td {
  display: block;
  text-align: left; }

.qs_wrap__form._style02 table th {
  padding-bottom: 0.8em;
  font-weight: 700; }

.qs_wrap__form._style02 table td {
  margin-bottom: 2em;
  background-color: #fff; }

.qs_wrap__form._style02 table td.wrap__input {
  padding-top: 0.8em;
  border-top: 1px solid #ddd; }

.qs_wrap__form._style02 table tr:last-child td {
  margin-bottom: 0; }

.qs_wrap__form._style02 table .qs_select__inline {
  margin-top: 0;
  padding-top: 0.4em;
  border-top: 1px solid #ddd; }

.qs_wrap__form._style02 table .qs_select {
  padding-top: 0.8em;
  border-top: 1px solid #ddd; }

.qs_wrap__form._style02 table .qs_notes {
  font-size: 13px;
  color: #999;
  display: inline;
  margin: 0 0 0 1.5em; }

.qs_wrap__form._style02 table input[type="email"],
.qs_wrap__form._style02 table input[type="tel"] {
  width: 100%; }

.qs_wrap__form._style02 table input[type="text"],
.qs_wrap__form._style02 table input[type="email"],
.qs_wrap__form._style02 table input[type="tel"],
.qs_wrap__form._style02 table textarea {
  background-color: #fff; }

.qs_wrap__form .btn__submit a,
.qs_wrap__form .btn__submit input,
.qs_wrap__form .btn__submit button {
  padding: 0.5em 1em;
  background-color: #429f91;
  color: #fff; }

.qs_wrap__form .btn__submit a:hover {
  text-decoration: none; }

.qs_wrap__form .btn__reset a,
.qs_wrap__form .btn__reset input,
.qs_wrap__form .btn__reset button {
  padding: 0.5em 1em;
  background-color: #ddd;
  color: #666;
  border: none; }

.qs_wrap__form .btn__reset a:hover {
  text-decoration: none; }

.qs_wrap__form .qs_wrap__btn {
  margin-top: 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (min-width: 576px), print {
  .qs_wrap__form .qs_wrap__btn {
    margin-top: 25px; } }

@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_wrap__btn {
    margin-top: 30px; } }

.qs_wrap__form .qs_btn__action {
  margin: 0 8px; }

@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_btn__action {
    margin: 0 15px; } }

.qs_wrap__form .qs_btn__action a {
  display: inline-block;
  text-align: center; }

.qs_wrap__form .qs_btn__action a,
.qs_wrap__form .qs_btn__action input,
.qs_wrap__form .qs_btn__action button {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 16px;
  padding: 0.5em 1em;
  border-radius: 2px; }

.qs_wrap__form .qs_btn__action a:hover,
.qs_wrap__form .qs_btn__action input:hover,
.qs_wrap__form .qs_btn__action button:hover {
  opacity: 0.8; }

.qs_wrap__form .qs_btn__action a,
.qs_wrap__form .qs_btn__action input:not([type="reset"]),
.qs_wrap__form .qs_btn__action button:not([type="reset"]) {
  min-width: 9em; }

@media all and (-ms-high-contrast: none) {
  .qs_wrap__form input[type="checkbox"],
  .qs_wrap__form input[type="radio"] {
    top: -0.15em; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .qs_wrap__form input[type="checkbox"], .qs_wrap__form input[type="radio"] {
    top: -0.15em; } }

.form_error_list {
  padding: 20px;
  margin-bottom: 25px;
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  color: #B94A48;
  font-size: 13px; }

.form_error_list li {
  list-style-type: disc;
  color: #B94A48;
  padding: 3px;
  margin-left: 30px; }

.form_confirm_box {
  padding: 30px;
  text-align: center; }

.qs_form_description {
  font-size: 12px;
  color: #666;
  display: inline-block;
  color: #999; }

.qs_wrap__form input[name=postal] {
  width: 7em; }

.qs_wrap__form input[name=tel] {
  width: 15em; }

input[type=file][name=upfile] {
  /*position: relative !important;*/ }

*:focus {
  outline: none; }

html,
body {
  width: 100%;
  height: 100%;
  line-height: 1.8;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

html {
  font-size: 62.5%; }

body {
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 12px;
      font-size: 1.2rem; } }

b,
strong {
  font-weight: bold; }

a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto !important; }

body {
  padding-left: 50px; }
  @media screen and (max-width: 1024px) {
    body {
      padding-left: 0; } }
  body > header {
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
    position: fixed;
    background: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1024px) {
      body > header {
        padding-top: 10px;
        padding-bottom: 10px;
        position: static; } }
    body > header .inner {
      padding-left: 100px;
      padding-right: 50px; }
      body > header .inner::after {
        content: "";
        display: block;
        clear: both; }
      @media screen and (max-width: 1024px) {
        body > header .inner {
          padding-left: 20px;
          padding-right: 20px; } }
      body > header .inner .left {
        float: left; }
        body > header .inner .left .logo {
          width: 200px; }
          body > header .inner .left .logo img {
            max-width: 100%;
            height: auto; }
      body > header .inner .right {
        float: right; }
      body > header .inner .nav {
        padding-top: 10px; }
        @media screen and (max-width: 1024px) {
          body > header .inner .nav {
            display: none; } }
        body > header .inner .nav > li {
          display: inline-block;
          letter-spacing: 2px;
          position: relative;
          padding-bottom: 15px; }
          body > header .inner .nav > li:hover > ul {
            display: block; }
          body > header .inner .nav > li.recruit_link {
            font-weight: bold; }
            body > header .inner .nav > li.recruit_link a {
              color: #1C704F; }
              body > header .inner .nav > li.recruit_link a:hover:after {
                display: none; }
          body > header .inner .nav > li > ul {
            position: absolute;
            left: 0;
            top: 41px;
            width: 170px;
            background: #FFF;
            padding: 15px 5px;
            display: none;
            border: 1px solid #ddd;
            border-top: none;
            z-index: 710; }
            body > header .inner .nav > li > ul li {
              padding-top: 3px;
              padding-bottom: 3px;
              font-size: 13px;
              font-size: 1.3rem; }
            body > header .inner .nav > li > ul a {
              color: #333; }
              body > header .inner .nav > li > ul a:hover {
                text-decoration: underline; }
              body > header .inner .nav > li > ul a:hover:after {
                display: none; }
          body > header .inner .nav > li a {
            display: inline-block;
            padding-left: 15px;
            padding-right: 15px;
            position: relative; }
            body > header .inner .nav > li a:hover:after {
              content: "";
              display: block;
              width: calc(100% - 30px);
              height: 3px;
              background: #1C704F;
              position: absolute;
              left: 15px;
              bottom: -15px; }
  body.toppage > .contents {
    margin-top: 100vh; }
  body.toppage .recruit_link {
    font-weight: normal !important; }
    body.toppage .recruit_link a {
      color: #FFF !important; }
      body.toppage .recruit_link a:hover:after {
        display: none; }
  body.toppage > header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: none; }
    @media screen and (max-width: 1024px) {
      body.toppage > header {
        position: absolute; } }
    body.toppage > header a {
      color: #FFF; }
      body.toppage > header a:hover:after {
        background: #FFF !important; }
  body.sc > header {
    padding-top: 10px;
    padding-bottom: 0px;
    background: #FFF;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 1024px) {
      body.sc > header {
        background: none;
        padding-bottom: 10px; } }
    body.sc > header .nav > li {
      padding-bottom: 12px; }
      body.sc > header .nav > li > ul {
        top: 38px; }
      body.sc > header .nav > li.recruit_link {
        font-weight: bold !important; }
        body.sc > header .nav > li.recruit_link a {
          color: #1C704F !important; }
          body.sc > header .nav > li.recruit_link a:hover:after {
            display: none; }
    body.sc > header .nav a {
      color: #333; }
      body.sc > header .nav a:hover:after {
        content: "";
        display: block;
        width: calc(100% - 30px);
        height: 3px;
        background: #1C704F !important;
        position: absolute;
        left: 15px;
        bottom: -12px !important; }
  body > footer {
    background: #F1F3F2;
    position: relative;
    z-index: 600; }
    body > footer a:hover {
      text-decoration: underline; }
    body > footer .linkbtn {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      text-align: center;
      background: #999;
      display: inline-block;
      margin-top: 10px; }
      body > footer .linkbtn:hover {
        opacity: 0.8; }
      body > footer .linkbtn a {
        color: #FFF;
        font-size: 13px;
        font-size: 1.3rem;
        display: block;
        width: 200px;
        padding: 10px; }
        body > footer .linkbtn a:hover {
          text-decoration: none; }
      body > footer .linkbtn.red {
        background: #ce0029; }
      body > footer .linkbtn.green {
        background: #1C704F; }
    body > footer .inner {
      max-width: 1060px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 100px;
      padding-bottom: 100px; }
      @media screen and (max-width: 1024px) {
        body > footer .inner {
          width: 100%;
          padding-left: 10px;
          padding-right: 10px; } }
      body > footer .inner::after {
        content: "";
        display: block;
        clear: both; }
      @media screen and (max-width: 1024px) {
        body > footer .inner {
          padding-top: 20px;
          padding-bottom: 20px; } }
      body > footer .inner > .left {
        float: left;
        width: 40%; }
        @media screen and (max-width: 1024px) {
          body > footer .inner > .left {
            width: 100%;
            float: none;
            margin-bottom: 30px; } }
        body > footer .inner > .left .logo {
          width: 100%;
          margin-bottom: 20px; }
          @media screen and (max-width: 1024px) {
            body > footer .inner > .left .logo {
              width: 180px;
              margin-bottom: 10px; } }
          body > footer .inner > .left .logo img {
            max-width: 100%;
            height: auto; }
        body > footer .inner > .left .address li {
          margin-bottom: 20px; }
        body > footer .inner > .left .address .name {
          font-size: 14px;
          font-size: 1.4rem;
          border-bottom: 1px solid #ccc;
          padding: 10px 0;
          margin-bottom: 10px;
          font-weight: bold;
          color: #122C3D; }
        body > footer .inner > .left .address .data {
          font-size: 12px;
          font-size: 1.2rem; }
      body > footer .inner > .right {
        float: right;
        width: 49.5%; }
        @media screen and (max-width: 1024px) {
          body > footer .inner > .right {
            width: 100%;
            float: none; } }
        body > footer .inner > .right .bottom {
          display: table;
          width: 100%; }
          @media screen and (max-width: 1024px) {
            body > footer .inner > .right .bottom {
              display: block; } }
          body > footer .inner > .right .bottom .left {
            display: table-cell;
            width: 50%;
            vertical-align: bottom;
            font-size: 12px;
            font-size: 1.2rem; }
            @media screen and (max-width: 1024px) {
              body > footer .inner > .right .bottom .left {
                width: 100%;
                display: block;
                text-align: center; } }
            body > footer .inner > .right .bottom .left a {
              margin-right: 15px; }
          body > footer .inner > .right .bottom .right {
            display: table-cell;
            vertical-align: bottom;
            text-align: right; }
            @media screen and (max-width: 1024px) {
              body > footer .inner > .right .bottom .right {
                display: none; } }
      body > footer .inner .nav {
        margin-bottom: 30px; }
        body > footer .inner .nav::after {
          content: "";
          display: block;
          clear: both; }
        @media screen and (max-width: 1024px) {
          body > footer .inner .nav {
            display: none; } }
        body > footer .inner .nav .item {
          float: left;
          width: 30%; }
          body > footer .inner .nav .item:nth-of-type(2) {
            width: 40%;
            padding-left: 5%;
            padding-right: 5%; }
          body > footer .inner .nav .item .label {
            font-size: 14px;
            font-size: 1.4rem;
            border-bottom: 1px solid #ccc;
            padding: 10px 0;
            margin-bottom: 10px;
            font-weight: bold;
            color: #122C3D; }
          body > footer .inner .nav .item li {
            font-size: 12px;
            font-size: 1.2rem; }
            body > footer .inner .nav .item li a:hover {
              text-decoration: underline; }
    body > footer small {
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue",
 HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium",
 "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana,
 "メイリオ", Meiryo, sans-serif;
      display: block;
      text-align: center;
      color: #fff;
      padding: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      background: #122C3D; }
      @media screen and (max-width: 1024px) {
        body > footer small {
          padding-bottom: 60px; } }

.mobile_nav {
  display: none; }
  @media screen and (max-width: 1024px) {
    .mobile_nav {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 960;
      background: #fff;
      padding: 20px; }
      .mobile_nav .logo {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px; }
        .mobile_nav .logo img {
          width: 100%;
          height: auto; }
      .mobile_nav .label {
        background: #122C3D;
        color: #FFF;
        font-size: 1.4rem;
        padding: 5px 10px;
        text-align: center; }
      .mobile_nav a {
        display: block;
        padding: 10px;
        color: #333;
        font-size: 1.3rem; }
      .mobile_nav ul {
        font-size: 0;
        margin-bottom: 15px; }
        .mobile_nav ul li {
          width: 50%;
          display: inline-block; } }

.bottom_mobile_nav {
  display: none; }
  @media screen and (max-width: 1024px) {
    .bottom_mobile_nav {
      display: block;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 980;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      font-size: 0; }
      .bottom_mobile_nav a {
        color: #FFF;
        text-decoration: none;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
        width: 33.3%;
        font-size: 1rem;
        background: #122C3D;
        -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear; }
        .bottom_mobile_nav a:hover {
          text-decoration: none; }
        .bottom_mobile_nav a.active {
          background: #FFF;
          color: #122C3D; }
      .bottom_mobile_nav span + span a {
        border-left: 1px solid rgba(255, 255, 255, 0.5); } }

.top_mv_container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500; }
  @media screen and (max-width: 1024px) {
    .top_mv_container {
      position: absolute; } }
  .top_mv_container .copy {
    position: absolute;
    z-index: 550;
    top: 24%;
    right: 11%;
    letter-spacing: 6px;
    font-size: 36px;
    font-size: 3.6rem;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 1024px) {
      .top_mv_container .copy {
        text-align: center;
        font-size: 2.2rem;
        line-height: 2;
        letter-spacing: 4px;
        top: 30%;
        right: 0;
        left: 0; } }
  .top_mv_container .mouse_icon {
    position: absolute;
    z-index: 550;
    bottom: 8%;
    left: calc(50% - 15px);
    width: 30px;
    height: 45px;
    border: 1px solid #fff;
    text-align: center;
    -webkit-border-radius: 13px;
    border-radius: 13px; }
    @media screen and (max-width: 1024px) {
      .top_mv_container .mouse_icon {
        margin-bottom: 110px;
        border: none; } }
    .top_mv_container .mouse_icon i {
      position: absolute;
      font-size: 30px;
      font-size: 3rem;
      color: rgba(255, 255, 255, 0.7);
      bottom: -50px;
      left: calc(50% - 9px); }
    .top_mv_container .mouse_icon:before {
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      top: 10px;
      left: calc(50% - 5px);
      animation: bound 3s ease 1s infinite normal none running;
      transform: translate(0%, 0%);
      border: 1px solid rgba(255, 255, 255, 0.7);
      -webkit-border-radius: 10px;
      border-radius: 10px; }
      @media screen and (max-width: 1024px) {
        .top_mv_container .mouse_icon:before {
          display: none; } }
    .top_mv_container .mouse_icon:after {
      content: "SCROLL";
      display: inline-block;
      width: 200px;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue",
 HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium",
 "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana,
 "メイリオ", Meiryo, sans-serif;
      letter-spacing: 5px;
      font-size: 12px;
      font-size: 1.2rem;
      color: #FFF;
      position: absolute;
      left: -85px;
      bottom: -25px; }

@keyframes bound {
  0% {
    transform: translate(0%, 0%); }
  50% {
    transform: translate(0%, 150%); }
  100% {
    transform: translate(0%, 0%); } }

.top_mv {
  width: 100%;
  height: 100%; }

.body_leftbar {
  width: 50px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 999;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease; }
  @media screen and (max-width: 1024px) {
    .body_leftbar {
      display: none; } }
  .body_leftbar.on {
    width: 130%; }
  .body_leftbar p {
    color: #fff;
    background: #1C704F;
    border-left: 5px solid #ce0029;
    display: block;
    width: 50px;
    height: 100vh;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .body_leftbar p:hover {
      background: #0C603F; }
  .body_leftbar span {
    white-space: nowrap;
    letter-spacing: 3px;
    position: absolute;
    top: calc(50% + 30px);
    left: 5px;
    cursor: pointer;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
    .body_leftbar span i {
      position: absolute;
      top: calc(50% + 10px);
      left: calc(50% - 5px); }
  .body_leftbar > p {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center; }

.mobile_break {
  display: none; }
  @media screen and (max-width: 1024px) {
    .mobile_break {
      display: block; } }

.text_green {
  color: #1C704F; }

.text_red {
  color: #ce0029; }

.text_navy {
  color: #122C3D; }

.pager {
  text-align: center;
  padding: 30px 15px; }
  .pager a, .pager span {
    display: inline-block;
    margin: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    font-size: 1.3rem;
    border: 1px solid #122C3D;
    background: #122C3D;
    color: #FFF;
    vertical-align: middle; }
  .pager span, .pager a.current {
    background: #FFF;
    color: #122C3D; }

.gen_linkbtn01 {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: inline-block;
  color: #FFF;
  background: #ccc;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 3px;
  padding: 10px;
  width: 170px;
  text-align: center;
  position: relative; }
  .gen_linkbtn01:hover {
    opacity: 0.8; }
  .gen_linkbtn01.green {
    background: #1C704F; }
  .gen_linkbtn01.navy {
    background: #122C3D; }
  .gen_linkbtn01.red {
    background: #ce0029; }
  .gen_linkbtn01 i {
    position: absolute;
    top: calc(50% - 6px);
    right: 10px; }

.gen_box01 {
  padding: 30px;
  background: #F1F3F2; }
  @media screen and (max-width: 1024px) {
    .gen_box01 {
      padding: 10px; } }

.gen_title01 {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .gen_title01 {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .gen_title01 .ja {
    font-size: 30px;
    font-size: 3rem;
    color: #122C3D;
    letter-spacing: 8px;
    display: block;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .gen_title01 .ja {
        font-size: 2rem; } }
  .gen_title01 .en {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #1C704F;
    display: block;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .gen_title01 .en {
        font-size: 1rem; } }

.gen_title02 {
  color: #1C704F;
  letter-spacing: 4px;
  font-size: 20px;
  font-size: 2.0rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #1C704F;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .gen_title02 {
      font-size: 1.7rem;
      margin-bottom: 15px; } }
  .gen_title02:after {
    content: "";
    width: 100px;
    height: 4px;
    background: #1C704F;
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0; }

.gen_table01 {
  width: 100%; }
  .gen_table01 th, .gen_table01 td {
    padding: 10px;
    border-bottom: 2px solid #ddd; }
    @media screen and (max-width: 1024px) {
      .gen_table01 th, .gen_table01 td {
        padding: 7px 5px; } }
  .gen_table01 th {
    padding-right: 20px;
    white-space: nowrap; }
    @media screen and (max-width: 1024px) {
      .gen_table01 th {
        padding-right: 10px; } }

.gen_col2_01 {
  margin-bottom: 50px; }
  .gen_col2_01::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 1024px) {
    .gen_col2_01 {
      margin-bottom: 20px; } }
  .gen_col2_01 > .image {
    float: right;
    width: 46%;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .gen_col2_01 > .image {
        float: none;
        width: 100% !important;
        margin-bottom: 15px; } }
  .gen_col2_01 > .text {
    float: left;
    width: 50%;
    line-height: 2; }
    @media screen and (max-width: 1024px) {
      .gen_col2_01 > .text {
        float: none;
        width: 100% !important;
        margin-bottom: 15px; } }

.gen_col2_02 {
  margin-bottom: 50px; }
  .gen_col2_02::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 1024px) {
    .gen_col2_02 {
      margin-bottom: 20px; } }
  .gen_col2_02 > .image {
    float: left;
    width: 46%;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .gen_col2_02 > .image {
        float: none;
        width: 100% !important;
        margin-bottom: 15px; } }
  .gen_col2_02 > .text {
    float: right;
    width: 50%;
    line-height: 2; }
    @media screen and (max-width: 1024px) {
      .gen_col2_02 > .text {
        float: none;
        width: 100% !important;
        margin-bottom: 15px; } }

.news_list li a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 1024px) {
    .news_list li a {
      padding: 10px; } }
  .news_list li a:hover {
    background: #F1F3F2; }

.news_list li:last-of-type a {
  border: none; }

.news_list .date {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: middle;
  margin-right: 20px; }
  @media screen and (max-width: 1024px) {
    .news_list .date {
      margin-right: 10px; } }

.news_list .category {
  display: inline-block;
  text-align: center;
  padding: 5px;
  width: 100px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  background: #ddd;
  vertical-align: middle;
  margin-right: 20px; }
  .news_list .category.cat01 {
    background: #1C704F; }
  .news_list .category.cat02 {
    background: #ce0029; }

.news_list .title {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 1024px) {
    .news_list .title {
      display: block;
      margin-top: 5px; } }

.tab_target {
  display: none; }

.mobile_contents {
  display: none; }
  @media screen and (max-width: 1024px) {
    .mobile_contents {
      display: block; } }

.subpage_head_container {
  position: relative; }

.subpage_mv {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 350px;
  margin-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .subpage_mv {
      height: 280px;
      margin-bottom: 40px; } }
  .subpage_mv .breadcrumb {
    color: #fff; }
    .subpage_mv .breadcrumb a {
      color: #fff; }
  .subpage_mv .gen_title01 {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0; }
    .subpage_mv .gen_title01 .ja {
      color: #fff;
      font-size: 30px;
      font-size: 3rem;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
      @media screen and (max-width: 1024px) {
        .subpage_mv .gen_title01 .ja {
          font-size: 2rem;
          letter-spacing: 3px; } }
    .subpage_mv .gen_title01 .en {
      color: #fff;
      font-size: 13px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 1024px) {
    .subpage_mv {
      height: 250px; } }

@media screen and (max-width: 1024px) {
  .head + .subpage_mv {
    height: 180px; } }

.contents {
  position: relative;
  z-index: 520;
  background: #FFF;
  padding-top: 81px; }
  @media screen and (max-width: 1024px) {
    .contents {
      padding-top: 0px; } }

.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0; }
  @media screen and (max-width: 1024px) {
    .breadcrumb {
      padding-left: 20px;
      padding-right: 20px;
      display: none; } }
  .breadcrumb li {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (max-width: 1024px) {
      .breadcrumb li {
        font-size: 1rem; } }
    .breadcrumb li a:after {
      content: "\f105";
      font-family: FontAwesome;
      margin-left: 10px;
      margin-right: 10px; }

/*-toppage contents-------------*/
body.toppage .block01 .body {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../image/top/block01_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  body.toppage .block01 .body .linkbtn_wrap {
    text-align: center; }

body.toppage .block01 .slide_container {
  margin-bottom: 50px;
  width: 600px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1024px) {
    body.toppage .block01 .slide_container {
      width: 300px;
      margin-bottom: 10px; } }
  body.toppage .block01 .slide_container .slick-arrow {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-size: 0;
    background: #1C704F;
    border: none;
    position: absolute;
    cursor: pointer; }
    body.toppage .block01 .slide_container .slick-arrow:after {
      content: "";
      font-family: FontAwesome;
      color: #FFF;
      font-size: 24px;
      font-size: 2.4rem; }
  body.toppage .block01 .slide_container .slick-prev {
    top: 50%;
    left: -80px; }
    @media screen and (max-width: 1024px) {
      body.toppage .block01 .slide_container .slick-prev {
        top: auto;
        bottom: -50px;
        left: 10px; } }
    body.toppage .block01 .slide_container .slick-prev:after {
      content: "\f104"; }
  body.toppage .block01 .slide_container .slick-next {
    top: 50%;
    right: -80px; }
    @media screen and (max-width: 1024px) {
      body.toppage .block01 .slide_container .slick-next {
        top: auto;
        bottom: -50px;
        right: 10px; } }
    body.toppage .block01 .slide_container .slick-next:after {
      content: "\f105"; }
  body.toppage .block01 .slide_container .item {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    padding: 25px;
    background: #FFF; }
    @media screen and (max-width: 1024px) {
      body.toppage .block01 .slide_container .item {
        padding: 10px; } }
    body.toppage .block01 .slide_container .item .title {
      color: #122C3D;
      font-size: 17px;
      font-size: 1.7rem;
      letter-spacing: 4px;
      margin-bottom: 20px; }
    body.toppage .block01 .slide_container .item .image {
      width: 100%;
      height: 300px;
      margin-bottom: 20px;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      @media screen and (max-width: 1024px) {
        body.toppage .block01 .slide_container .item .image {
          height: 200px; } }
      body.toppage .block01 .slide_container .item .image .category {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 15px;
        background: #ccc;
        color: #FFF;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 2px; }
        body.toppage .block01 .slide_container .item .image .category.cat01 {
          background: #122C3D; }
        body.toppage .block01 .slide_container .item .image .category.cat02 {
          background: #1C704F; }
        body.toppage .block01 .slide_container .item .image .category.cat03 {
          background: #ce0029; }

body.toppage .block02 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1024px) {
    body.toppage .block02 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.toppage .block02 {
      padding-left: 0;
      padding-right: 0; } }
  body.toppage .block02 .body {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      body.toppage .block02 .body {
        display: block; } }
    body.toppage .block02 .body .item {
      width: 32.8%;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        body.toppage .block02 .body .item {
          width: 100%;
          margin-bottom: 5px; } }
      body.toppage .block02 .body .item .title_wrap {
        background: #122C3D;
        padding: 50px; }
        @media screen and (max-width: 1024px) {
          body.toppage .block02 .body .item .title_wrap {
            padding: 15px; } }
        body.toppage .block02 .body .item .title_wrap .ja {
          letter-spacing: 6px;
          font-size: 20px;
          font-size: 2rem;
          color: #FFF;
          margin-bottom: 5px; }
        body.toppage .block02 .body .item .title_wrap .en {
          font-family: 'Oswald', sans-serif;
          color: #1C704F;
          font-size: 11px;
          font-size: 1.1rem;
          letter-spacing: 3px; }
      body.toppage .block02 .body .item .image {
        padding-top: 270px;
        padding-bottom: 50px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
        @media screen and (max-width: 1024px) {
          body.toppage .block02 .body .item .image {
            padding-top: 150px; } }

body.toppage .ext_mov_block_wrap {
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1024px) {
    body.toppage .ext_mov_block_wrap {
      width: 80%; } }

body.toppage .ext_mov_block {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  background: #122C3D;
  padding: 20px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    body.toppage .ext_mov_block {
      margin-bottom: 30px;
      padding: 10px; } }
  body.toppage .ext_mov_block img {
    width: 100%;
    opacity: 1;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media screen and (max-width: 1024px) {
      body.toppage .ext_mov_block img {
        margin-bottom: 5px; } }
  body.toppage .ext_mov_block:hover img {
    opacity: 0.8; }
  body.toppage .ext_mov_block .en {
    font-family: 'Oswald', sans-serif;
    color: #1C704F;
    letter-spacing: 4px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (max-width: 1024px) {
      body.toppage .ext_mov_block .en {
        font-size: 1.5rem; } }
  body.toppage .ext_mov_block .ja {
    letter-spacing: 5px;
    font-size: 22px;
    font-size: 2.2rem; }
    @media screen and (max-width: 1024px) {
      body.toppage .ext_mov_block .ja {
        font-size: 1.6rem;
        letter-spacing: 2px; } }

body.toppage .block04 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.toppage .block04 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.toppage .block04 {
      padding-bottom: 30px; } }
  body.toppage .block04 .body {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      body.toppage .block04 .body {
        display: block; } }
    body.toppage .block04 .body .item {
      width: 32.8%; }
      @media screen and (max-width: 1024px) {
        body.toppage .block04 .body .item {
          width: 100%;
          margin-bottom: 5px;
          display: flex; } }
      body.toppage .block04 .body .item .image {
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 180px; }
        @media screen and (max-width: 1024px) {
          body.toppage .block04 .body .item .image {
            width: 70px;
            height: 70px; } }
      body.toppage .block04 .body .item a.title {
        display: block;
        position: relative;
        background: #F1F3F2;
        padding: 20px 40px; }
        @media screen and (max-width: 1024px) {
          body.toppage .block04 .body .item a.title {
            padding: 0 15px;
            height: 70px;
            width: calc(100% - 70px);
            line-height: 70px; } }
        body.toppage .block04 .body .item a.title .ja {
          color: #122C3D;
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 3px;
          vertical-align: baseline;
          margin-right: 15px; }
          @media screen and (max-width: 1024px) {
            body.toppage .block04 .body .item a.title .ja {
              vertical-align: middle; } }
        body.toppage .block04 .body .item a.title .en {
          font-family: 'Oswald', sans-serif;
          color: #1C704F;
          font-size: 10px;
          font-size: 1.0rem;
          letter-spacing: 3px;
          vertical-align: baseline; }
          @media screen and (max-width: 1024px) {
            body.toppage .block04 .body .item a.title .en {
              vertical-align: middle; } }
        body.toppage .block04 .body .item a.title:after {
          display: inline-block;
          vertical-align: middle;
          content: "\f105";
          font-size: 15px;
          font-size: 1.5rem;
          font-family: FontAwesome;
          background: #1C704F;
          color: #FFF;
          width: 16px;
          height: 18px;
          padding-left: 2px;
          text-align: center;
          line-height: 18px;
          position: absolute;
          right: 0;
          top: calc(50% - 10px);
          right: 20px; }
          @media screen and (max-width: 1024px) {
            body.toppage .block04 .body .item a.title:after {
              top: calc(50% - 7px); } }

body.toppage .block05 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background: linear-gradient(to right, #198f5b 100%, #14ab68 0%); }
  @media screen and (max-width: 1024px) {
    body.toppage .block05 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.toppage .block05 {
      background: none;
      padding-top: 20px;
      padding-bottom: 20px; } }
  body.toppage .block05 .inner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 1024px) {
      body.toppage .block05 .inner {
        padding-top: 40px;
        padding-bottom: 40px; } }
    body.toppage .block05 .inner .en {
      font-family: 'Oswald', sans-serif;
      color: #1C704F;
      font-size: 11px;
      font-size: 1.1rem;
      letter-spacing: 4px;
      margin-bottom: 20px; }
    body.toppage .block05 .inner .ja {
      margin-bottom: 15px; }
      body.toppage .block05 .inner .ja span {
        font-size: 26px;
        font-size: 2.6rem;
        display: inline-block;
        line-height: 1;
        padding: 5px;
        color: #FFF;
        letter-spacing: 5px;
        margin-bottom: 10px;
        background: linear-gradient(to right, #198f5b 100%, #14ab68 0%); }
        @media screen and (max-width: 1024px) {
          body.toppage .block05 .inner .ja span {
            font-size: 2rem; } }
    body.toppage .block05 .inner .en2 {
      color: #FFF;
      letter-spacing: 6px;
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 35px; }
      @media screen and (max-width: 1024px) {
        body.toppage .block05 .inner .en2 {
          font-size: 1rem;
          letter-spacing: 2px; } }
  body.toppage .block05:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 670px 670px 0 0;
    border-color: #ffffff transparent transparent transparent; }
    @media screen and (max-width: 1024px) {
      body.toppage .block05:before {
        display: none; } }
  body.toppage .block05 .gen_linkbtn01 {
    width: 200px; }

body.toppage .block06 {
  padding-bottom: 100px; }
  @media screen and (max-width: 1024px) {
    body.toppage .block06 {
      padding-bottom: 40px; } }
  body.toppage .block06 .body {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 1024px) {
      body.toppage .block06 .body {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
    body.toppage .block06 .body .linkbtn_wrap {
      text-align: center; }
    body.toppage .block06 .body .tab_selector_container {
      display: flex;
      justify-content: space-between;
      padding-bottom: 15px; }
      body.toppage .block06 .body .tab_selector_container li {
        width: 31%;
        border: 1px solid #ccc;
        text-align: center;
        line-height: 1;
        padding: 15px;
        text-align: center;
        letter-spacing: 2px;
        cursor: pointer;
        background: #FFF; }
        @media screen and (max-width: 1024px) {
          body.toppage .block06 .body .tab_selector_container li {
            width: 33%;
            letter-spacing: 1px;
            font-size: 1.3rem; } }
        body.toppage .block06 .body .tab_selector_container li:nth-of-type(1) {
          border-color: #122C3D;
          color: #122C3D; }
          body.toppage .block06 .body .tab_selector_container li:nth-of-type(1):hover, body.toppage .block06 .body .tab_selector_container li:nth-of-type(1).current {
            color: #FFF;
            background-color: #122C3D; }
        body.toppage .block06 .body .tab_selector_container li:nth-of-type(2) {
          border-color: #1C704F;
          color: #1C704F; }
          body.toppage .block06 .body .tab_selector_container li:nth-of-type(2):hover, body.toppage .block06 .body .tab_selector_container li:nth-of-type(2).current {
            color: #FFF;
            background-color: #1C704F; }
        body.toppage .block06 .body .tab_selector_container li:nth-of-type(3) {
          border-color: #ce0029;
          color: #ce0029; }
          body.toppage .block06 .body .tab_selector_container li:nth-of-type(3):hover, body.toppage .block06 .body .tab_selector_container li:nth-of-type(3).current {
            color: #FFF;
            background-color: #ce0029; }
    body.toppage .block06 .body .tab_target_container {
      padding-top: 50px;
      padding-bottom: 50px; }
      @media screen and (max-width: 1024px) {
        body.toppage .block06 .body .tab_target_container {
          padding-top: 10px;
          padding-bottom: 40px; } }

.foot_group_link_container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .foot_group_link_container {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  .foot_group_link_container li {
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center; }
    .foot_group_link_container li:nth-child(2) {
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd; }
    .foot_group_link_container li img {
      max-width: 100%;
      height: auto; }

.parts_contents_nav {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .parts_contents_nav {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    .parts_contents_nav {
      padding-bottom: 20px; } }
  .parts_contents_nav .body {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .parts_contents_nav .body {
        display: block; } }
    .parts_contents_nav .body .left {
      width: 49.55%; }
      .parts_contents_nav .body .left a.title {
        right: 15%;
        bottom: -30px; }
      @media screen and (max-width: 1024px) {
        .parts_contents_nav .body .left {
          width: 100%; }
          .parts_contents_nav .body .left a.title {
            left: 10%;
            right: auto;
            bottom: 50px; } }
    .parts_contents_nav .body .right {
      width: 49.55%; }
      .parts_contents_nav .body .right a.title {
        left: 15%;
        bottom: -30px; }
      @media screen and (max-width: 1024px) {
        .parts_contents_nav .body .right {
          width: 100%; } }
    .parts_contents_nav .body .item {
      position: relative; }
      @media screen and (max-width: 1024px) {
        .parts_contents_nav .body .item {
          margin-bottom: 5px; } }
      .parts_contents_nav .body .item .image {
        width: 100%;
        height: 260px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
        @media screen and (max-width: 1024px) {
          .parts_contents_nav .body .item .image {
            height: 150px; } }
      .parts_contents_nav .body .item a.title {
        width: 280px;
        display: block;
        padding: 10px 30px;
        background: #122C3D;
        position: absolute; }
        @media screen and (max-width: 1024px) {
          .parts_contents_nav .body .item a.title {
            position: static;
            width: 100%; } }
        .parts_contents_nav .body .item a.title .en {
          font-family: 'Oswald', sans-serif;
          color: #1C704F;
          letter-spacing: 4px;
          font-size: 15px;
          font-size: 1.5rem; }
        .parts_contents_nav .body .item a.title .ja {
          font-size: 13px;
          font-size: 1.3rem;
          color: #FFF;
          letter-spacing: 3px;
          position: relative; }
          .parts_contents_nav .body .item a.title .ja:after {
            display: inline-block;
            vertical-align: middle;
            content: "\f105";
            font-size: 15px;
            font-size: 1.5rem;
            font-family: FontAwesome;
            background: #1C704F;
            color: #FFF;
            width: 16px;
            height: 18px;
            padding-left: 2px;
            text-align: center;
            line-height: 18px;
            position: absolute;
            right: 0;
            top: calc(50% - 10px);
            right: -15px; }
        .parts_contents_nav .body .item a.title:before {
          content: "";
          display: block;
          width: 15px;
          height: 100%;
          background: #F1F3F2;
          position: absolute;
          top: 15px;
          right: -15px; }
          @media screen and (max-width: 1024px) {
            .parts_contents_nav .body .item a.title:before {
              display: none; } }
        .parts_contents_nav .body .item a.title:after {
          content: "";
          display: block;
          width: 100%;
          height: 15px;
          background: #F1F3F2;
          position: absolute;
          left: 15px;
          bottom: -15px; }
          @media screen and (max-width: 1024px) {
            .parts_contents_nav .body .item a.title:after {
              display: none; } }

/*-company cdata contents------------------*/
body.cdata .block01 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1024px) {
    body.cdata .block01 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  body.cdata .block01 .inner {
    width: 80%;
    padding: 70px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    margin-top: -100px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1024px) {
      body.cdata .block01 .inner {
        width: 100%;
        padding: 20px 10px; } }
    body.cdata .block01 .inner .en {
      font-family: 'Oswald', sans-serif;
      letter-spacing: 5px;
      font-size: 16px;
      font-size: 1.6rem;
      color: #122C3D;
      display: block;
      text-align: center;
      margin-bottom: 20px; }
    body.cdata .block01 .inner .ja1 {
      display: inline-block;
      line-height: 1;
      padding: 5px;
      font-size: 26px;
      font-size: 2.6rem;
      color: #FFF;
      background: #1C704F;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        body.cdata .block01 .inner .ja1 {
          font-size: 1.6rem;
          line-height: 1.7;
          display: block; } }
    body.cdata .block01 .inner .ja2 {
      display: inline-block;
      line-height: 1;
      padding: 5px;
      font-size: 20px;
      font-size: 2.0rem;
      color: #1C704F;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        body.cdata .block01 .inner .ja2 {
          font-size: 1.4rem;
          line-height: 1.7;
          display: block; } }
    body.cdata .block01 .inner .text {
      line-height: 3; }
      @media screen and (max-width: 1024px) {
        body.cdata .block01 .inner .text {
          line-height: 2;
          font-size: 1.2rem; } }

body.cdata .block02 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.cdata .block02 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.cdata .block02 {
      margin-bottom: 40px; } }

body.cdata .block03 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    body.cdata .block03 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.cdata .block03 {
      margin-bottom: 30px; } }

/*-company vision contents------------------*/
body.vision .block01,
body.vision .block03,
body.vision .block04 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1024px) {
    body.vision .block01,
    body.vision .block03,
    body.vision .block04 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }

body.vision .block02 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    body.vision .block02 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.vision .block02 {
      margin-bottom: 30px; } }
  body.vision .block02 .text {
    line-height: 2; }

body.vision .block03 .gen_col2_02 .text {
  width: 60%; }

body.vision .block03 .gen_col2_02 .image {
  width: 36%; }

body.vision .block04 {
  margin-top: 100px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    body.vision .block04 {
      margin-top: 50px; } }

/*-company history contents------------------*/
body.history .subpage_mv h1 {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    body.history .subpage_mv h1 img {
      width: 50%; } }

body.history .history_wrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    body.history .history_wrap {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.history .history_wrap {
      margin-bottom: 20px; } }
  body.history .history_wrap > .item {
    width: 95%;
    background: #fff;
    padding: 30px;
    padding-left: 100px;
    padding-right: 40px;
    margin-left: auto;
    position: relative; }
    @media screen and (max-width: 1024px) {
      body.history .history_wrap > .item {
        padding: 15px;
        width: 100%; } }
    body.history .history_wrap > .item::after {
      content: "";
      display: block;
      clear: both; }
    body.history .history_wrap > .item:nth-of-type(even) {
      background: #F1F3F2; }
    body.history .history_wrap > .item .yaer {
      position: absolute;
      top: 43%;
      left: -40px;
      color: #FFF;
      line-height: 1;
      background: #1C704F;
      font-family: 'Oswald', sans-serif;
      font-size: 40px;
      font-size: 4rem;
      letter-spacing: 3px; }
      @media screen and (max-width: 1024px) {
        body.history .history_wrap > .item .yaer {
          position: static;
          text-align: center;
          font-size: 1.4rem;
          padding: 5px;
          margin-bottom: 20px; } }
    body.history .history_wrap > .item .image {
      float: left;
      width: 25%;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        body.history .history_wrap > .item .image {
          float: none;
          text-align: center;
          width: 100%;
          margin-bottom: 5px; }
          body.history .history_wrap > .item .image img {
            width: 50%; } }
    body.history .history_wrap > .item .text {
      float: right;
      width: 70%; }
      @media screen and (max-width: 1024px) {
        body.history .history_wrap > .item .text {
          float: none;
          width: 100%; } }
      body.history .history_wrap > .item .text .title {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 10px;
        color: #122C3D; }
        @media screen and (max-width: 1024px) {
          body.history .history_wrap > .item .text .title {
            font-size: 1.9rem;
            margin-bottom: 5px;
            text-align: center; } }
        body.history .history_wrap > .item .text .title span {
          font-size: 60%; }
      body.history .history_wrap > .item .text p {
        line-height: 2;
        font-size: 14px;
        font-size: 1.4rem; }
        @media screen and (max-width: 1024px) {
          body.history .history_wrap > .item .text p {
            font-size: 1.2rem; } }

body.history .extra {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    body.history .extra {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 30px; } }
  body.history .extra .inner {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 1024px) {
      body.history .extra .inner {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
  body.history .extra .item {
    display: block;
    width: 100%;
    background: #FFF; }
    @media screen and (max-width: 1024px) {
      body.history .extra .item {
        height: auto; } }
    body.history .extra .item .image {
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      width: 45%;
      display: table-cell;
      height: 270px; }
      @media screen and (max-width: 1024px) {
        body.history .extra .item .image {
          width: 100%;
          height: 150px;
          display: block; } }
    body.history .extra .item .text {
      display: table-cell;
      padding: 20px; }
      @media screen and (max-width: 1024px) {
        body.history .extra .item .text {
          width: 100%;
          display: block; } }
      body.history .extra .item .text .title {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 10px;
        color: #122C3D; }
        @media screen and (max-width: 1024px) {
          body.history .extra .item .text .title {
            font-size: 1.9rem;
            margin-bottom: 5px;
            text-align: center; } }
        body.history .extra .item .text .title span {
          font-size: 60%; }
      body.history .extra .item .text p {
        line-height: 2;
        font-size: 14px;
        font-size: 1.4rem; }
        @media screen and (max-width: 1024px) {
          body.history .extra .item .text p {
            font-size: 1.2rem; } }

/*-company compu contents------------------*/
body.compu .block01 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1024px) {
    body.compu .block01 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  body.compu .block01 p.image {
    margin-top: 50px;
    text-align: center; }

/*-company information contents------------------*/
body.information .information_wrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  body.information .information_wrap .gen_table01 th {
    width: 125px; }
    @media screen and (max-width: 1024px) {
      body.information .information_wrap .gen_table01 th {
        width: 80px; } }
  @media screen and (max-width: 1024px) {
    body.information .information_wrap {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  body.information .information_wrap .item {
    margin-bottom: 50px; }
    body.information .information_wrap .item a {
      text-decoration: underline; }

/*-company hosin contents------------------*/
body.hosin .block01 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  line-height: 2; }
  @media screen and (max-width: 1024px) {
    body.hosin .block01 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.hosin .block01 {
      margin-bottom: 20px; } }

body.hosin .block02 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2; }
  @media screen and (max-width: 1024px) {
    body.hosin .block02 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }

body.hosin ol {
  list-style-type: decimal;
  margin-left: 30px; }

body.hosin .gen_box01 {
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px; }

/*-company intor contents------------------*/
body.intor .block01 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  line-height: 2; }
  @media screen and (max-width: 1024px) {
    body.intor .block01 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  body.intor .block01 .text {
    margin-bottom: 40px; }
    body.intor .block01 .text::after {
      content: "";
      display: block;
      clear: both; }
    @media screen and (max-width: 1024px) {
      body.intor .block01 .text {
        margin-bottom: 30px; } }
    body.intor .block01 .text img {
      float: right;
      padding-left: 30px;
      padding-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        body.intor .block01 .text img {
          width: 150px;
          padding-left: 15px;
          padding-bottom: 15px; } }
  body.intor .block01 .name {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: right; }
    body.intor .block01 .name span {
      font-size: 60%;
      margin-right: 15px; }

/*-company yaku contents------------------*/
body.yaku .yaku_wrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1024px) {
    body.yaku .yaku_wrap {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  body.yaku .yaku_wrap .item {
    margin-bottom: 50px; }
    body.yaku .yaku_wrap .item a {
      text-decoration: underline; }
    body.yaku .yaku_wrap .item th {
      width: 20%; }
      @media screen and (max-width: 1024px) {
        body.yaku .yaku_wrap .item th {
          width: 35%; } }

/*-company privacy contents------------------*/
body.privacy .block01 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.privacy .block01 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  body.privacy .block01 .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px; }
  body.privacy .block01 p + .title {
    margin-top: 30px; }

/*-outline-----*/
.outline_bottom_nav {
  height: 290px;
  background: #778288;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .outline_bottom_nav {
      height: auto;
      background: #FFF;
      margin-bottom: 20px; } }
  .outline_bottom_nav .inner {
    position: absolute;
    width: 100%;
    top: -100px;
    left: 0;
    right: 0;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .outline_bottom_nav .inner {
        position: static; } }
    @media screen and (max-width: 1024px) {
      .outline_bottom_nav .inner {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (max-width: 1024px) {
      .outline_bottom_nav .inner {
        display: block; } }
    .outline_bottom_nav .inner .item {
      width: 47%; }
      @media screen and (max-width: 1024px) {
        .outline_bottom_nav .inner .item {
          width: 100%;
          margin-bottom: 5px;
          display: flex; } }
      .outline_bottom_nav .inner .item .image {
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 250px; }
        @media screen and (max-width: 1024px) {
          .outline_bottom_nav .inner .item .image {
            width: 70px;
            height: 70px; } }
      .outline_bottom_nav .inner .item a.title {
        display: block;
        position: relative;
        background: #F1F3F2;
        padding: 20px 40px; }
        @media screen and (max-width: 1024px) {
          .outline_bottom_nav .inner .item a.title {
            padding: 0 15px;
            height: 70px;
            width: calc(100% - 70px);
            line-height: 70px; } }
        .outline_bottom_nav .inner .item a.title .ja {
          color: #122C3D;
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 3px;
          vertical-align: baseline;
          margin-right: 15px; }
          @media screen and (max-width: 1024px) {
            .outline_bottom_nav .inner .item a.title .ja {
              vertical-align: middle;
              font-size: 1.4rem;
              margin-right: 10px;
              letter-spacing: 2px; } }
        .outline_bottom_nav .inner .item a.title .en {
          font-family: 'Oswald', sans-serif;
          color: #1C704F;
          font-size: 10px;
          font-size: 1.0rem;
          letter-spacing: 3px;
          vertical-align: baseline; }
          @media screen and (max-width: 1024px) {
            .outline_bottom_nav .inner .item a.title .en {
              vertical-align: middle;
              letter-spacing: 1px;
              font-size: 0.9rem; } }
        .outline_bottom_nav .inner .item a.title:after {
          display: inline-block;
          vertical-align: middle;
          content: "\f105";
          font-size: 15px;
          font-size: 1.5rem;
          font-family: FontAwesome;
          background: #1C704F;
          color: #FFF;
          width: 16px;
          height: 18px;
          padding-left: 2px;
          text-align: center;
          line-height: 18px;
          position: absolute;
          right: 0;
          top: calc(50% - 10px);
          right: 20px; }
          @media screen and (max-width: 1024px) {
            .outline_bottom_nav .inner .item a.title:after {
              top: calc(50% - 7px); } }

/*-outline bridge contents------------------*/
body.bridge .subpage_mv {
  margin-bottom: 0; }

body.bridge .block01 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 3;
  color: #122C3D;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    body.bridge .block01 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.bridge .block01 {
      padding: 20px;
      text-align: left;
      line-height: 2; } }

body.bridge .block02 .inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 160px; }
  @media screen and (max-width: 1024px) {
    body.bridge .block02 .inner {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.bridge .block02 .inner {
      padding: 20px; } }
  body.bridge .block02 .inner .copy {
    color: #FFF;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 4px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      body.bridge .block02 .inner .copy {
        font-size: 1.5rem;
        letter-spacing: 2px; } }
  body.bridge .block02 .inner .text {
    padding: 40px 60px;
    background: #FFF;
    line-height: 2;
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      body.bridge .block02 .inner .text {
        position: static;
        margin-top: 20px;
        padding: 15px;
        font-size: 1.1rem; } }

body.bridge .bridge_container {
  padding-top: 130px;
  background: #F1F3F2;
  padding-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    body.bridge .bridge_container {
      padding-top: 30px;
      padding-bottom: 10px; } }
  body.bridge .bridge_container .inner {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 1024px) {
      body.bridge .bridge_container .inner {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
  body.bridge .bridge_container .item {
    margin-bottom: 30px; }
    body.bridge .bridge_container .item ul::after {
      content: "";
      display: block;
      clear: both; }
    body.bridge .bridge_container .item ul li {
      float: left;
      width: 26%;
      margin-bottom: 15px; }
      @media screen and (max-width: 1024px) {
        body.bridge .bridge_container .item ul li {
          width: 32%;
          margin-bottom: 10px; } }
      body.bridge .bridge_container .item ul li:nth-of-type(3n + 1) {
        margin-right: 11%; }
        @media screen and (max-width: 1024px) {
          body.bridge .bridge_container .item ul li:nth-of-type(3n + 1) {
            margin-right: 2%; } }
      body.bridge .bridge_container .item ul li:nth-of-type(3n) {
        float: right; }
      body.bridge .bridge_container .item ul li .image {
        width: 100%;
        height: 160px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-bottom: 5px; }
        @media screen and (max-width: 1024px) {
          body.bridge .bridge_container .item ul li .image {
            height: 100px; } }
      body.bridge .bridge_container .item ul li .name {
        color: #122C3D;
        letter-spacing: 2px; }
        @media screen and (max-width: 1024px) {
          body.bridge .bridge_container .item ul li .name {
            font-size: 1.1rem;
            letter-spacing: 1px; } }

body.bridge .works_container .inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 200px; }
  @media screen and (max-width: 1024px) {
    body.bridge .works_container .inner {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.bridge .works_container .inner {
      margin-bottom: 50px; } }

body.bridge .works_container .linkbtn_wrap {
  text-align: center; }

body.bridge .works_container .slide_container {
  margin-bottom: 30px;
  width: 700px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1024px) {
    body.bridge .works_container .slide_container {
      width: 300px;
      margin-bottom: 10px; } }
  body.bridge .works_container .slide_container .slick-arrow {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-size: 0;
    background: #1C704F;
    border: none;
    position: absolute;
    cursor: pointer; }
    body.bridge .works_container .slide_container .slick-arrow:after {
      content: "";
      font-family: FontAwesome;
      color: #FFF;
      font-size: 24px;
      font-size: 2.4rem; }
  body.bridge .works_container .slide_container .slick-prev {
    top: 50%;
    left: -50px; }
    @media screen and (max-width: 1024px) {
      body.bridge .works_container .slide_container .slick-prev {
        top: auto;
        bottom: -50px;
        left: 10px; } }
    body.bridge .works_container .slide_container .slick-prev:after {
      content: "\f104"; }
  body.bridge .works_container .slide_container .slick-next {
    top: 50%;
    right: -50px; }
    @media screen and (max-width: 1024px) {
      body.bridge .works_container .slide_container .slick-next {
        top: auto;
        bottom: -50px;
        right: 10px; } }
    body.bridge .works_container .slide_container .slick-next:after {
      content: "\f105"; }
  body.bridge .works_container .slide_container .item {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    padding: 25px;
    background: #FFF;
    position: relative; }
    @media screen and (max-width: 1024px) {
      body.bridge .works_container .slide_container .item {
        padding: 10px; } }
    body.bridge .works_container .slide_container .item .title {
      color: #122C3D;
      font-size: 17px;
      font-size: 1.7rem;
      letter-spacing: 4px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #122C3D;
      opacity: 0.9;
      color: #FFF;
      display: block;
      padding: 10px;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      body.bridge .works_container .slide_container .item .title:hover {
        opacity: 1; }
    body.bridge .works_container .slide_container .item .image {
      width: 100%;
      height: 400px;
      margin-bottom: 20px;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      @media screen and (max-width: 1024px) {
        body.bridge .works_container .slide_container .item .image {
          height: 200px; } }
      body.bridge .works_container .slide_container .item .image .category {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 15px;
        background: #ccc;
        color: #FFF;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 2px; }
        body.bridge .works_container .slide_container .item .image .category.cat01 {
          background: #122C3D; }
        body.bridge .works_container .slide_container .item .image .category.cat02 {
          background: #1C704F; }
        body.bridge .works_container .slide_container .item .image .category.cat03 {
          background: #ce0029; }

/*-outline hozen contents------------------*/
body.hozen .block01 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    body.hozen .block01 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.hozen .block01 {
      margin-bottom: 25px; } }

body.hozen .block02 .inner .text {
  top: 200px; }

body.hozen .bridge_container {
  padding-top: 90px; }
  @media screen and (max-width: 1024px) {
    body.hozen .bridge_container {
      padding-top: 30px; } }
  body.hozen .bridge_container .item ul li:nth-of-type(1) {
    position: relative; }
    @media screen and (max-width: 1024px) {
      body.hozen .bridge_container .item ul li:nth-of-type(1) {
        margin-right: 30px; } }
    body.hozen .bridge_container .item ul li:nth-of-type(1):after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent #122C3D;
      display: block;
      position: absolute;
      top: calc(50% - 25px);
      right: -25%; }
      @media screen and (max-width: 1024px) {
        body.hozen .bridge_container .item ul li:nth-of-type(1):after {
          border-width: 7px 0 7px 10px;
          top: calc(50% - 16px);
          right: -21px; } }

/*-outline kokoromi contents------------------*/
body.kokoromi .gen_col2_01 {
  margin-bottom: 20px; }
  body.kokoromi .gen_col2_01 .image {
    width: 30%; }
  body.kokoromi .gen_col2_01 .text {
    width: 68%; }
    body.kokoromi .gen_col2_01 .text i {
      margin-right: 15px; }
    body.kokoromi .gen_col2_01 .text .gen_linkbtn01 {
      width: auto;
      padding: 5px 15px;
      margin-right: 10px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        body.kokoromi .gen_col2_01 .text .gen_linkbtn01 {
          letter-spacing: 1px;
          padding: 5px 10px; } }

body.kokoromi .block01, body.kokoromi .block02, body.kokoromi .block03, body.kokoromi .block04, body.kokoromi .block05, body.kokoromi .extra {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    body.kokoromi .block01, body.kokoromi .block02, body.kokoromi .block03, body.kokoromi .block04, body.kokoromi .block05, body.kokoromi .extra {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.kokoromi .block01, body.kokoromi .block02, body.kokoromi .block03, body.kokoromi .block04, body.kokoromi .block05, body.kokoromi .extra {
      margin-bottom: 25px; } }

body.kokoromi .block05 {
  margin-bottom: 50px; }

body.kokoromi .extra {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 170px; }
  @media screen and (max-width: 1024px) {
    body.kokoromi .extra {
      margin-bottom: 40px; } }

/*---news-----*/
.news_container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    .news_container {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    .news_container {
      display: block; } }
  .news_container .main_col {
    width: 76%; }
    @media screen and (max-width: 1024px) {
      .news_container .main_col {
        width: 100%; } }
    .news_container .main_col .news_list {
      margin-bottom: 30px; }
    .news_container .main_col .pager {
      margin-bottom: 20px; }
    .news_container .main_col > article {
      margin-bottom: 50px; }
      .news_container .main_col > article .head {
        margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc; }
        @media screen and (max-width: 1024px) {
          .news_container .main_col > article .head {
            margin-bottom: 10px; } }
        .news_container .main_col > article .head .data {
          margin-bottom: 5px; }
        .news_container .main_col > article .head .date {
          display: inline-block;
          font-size: 13px;
          font-size: 1.3rem;
          vertical-align: middle; }
        .news_container .main_col > article .head .category {
          display: inline-block;
          font-size: 12px;
          font-size: 1.2rem;
          vertical-align: middle;
          padding: 1px 10px;
          color: #FFF;
          background: #ccc;
          margin-right: 15px; }
          .news_container .main_col > article .head .category.cat01 {
            background: #1C704F; }
          .news_container .main_col > article .head .category.cat02 {
            background: #ce0029; }
        .news_container .main_col > article .head .title {
          font-size: 28px;
          font-size: 2.8rem; }
          @media screen and (max-width: 1024px) {
            .news_container .main_col > article .head .title {
              font-size: 2rem; } }
      .news_container .main_col > article .editor_area {
        margin-bottom: 80px; }
        @media screen and (max-width: 1024px) {
          .news_container .main_col > article .editor_area {
            margin-bottom: 60px; } }
      .news_container .main_col > article .linkbtn_wrap {
        text-align: center;
        margin-bottom: 20px; }
        @media screen and (max-width: 1024px) {
          .news_container .main_col > article .linkbtn_wrap {
            margin-bottom: 50px; } }
  .news_container .nav_col {
    width: 18%; }
    @media screen and (max-width: 1024px) {
      .news_container .nav_col {
        width: 100%; } }
    .news_container .nav_col nav {
      margin-bottom: 25px; }
      .news_container .nav_col nav ul {
        border: 1px solid #aaa; }
      .news_container .nav_col nav li + li {
        border-top: 1px solid #aaa; }
      .news_container .nav_col nav a {
        display: block;
        padding: 8px; }
        .news_container .nav_col nav a:before {
          content: "\f105";
          font-family: FontAwesome;
          margin-left: 10px;
          margin-right: 10px; }
        .news_container .nav_col nav a:hover {
          background: #F1F3F2; }
      .news_container .nav_col nav .title {
        color: #FFF;
        background: #122C3D;
        padding: 8px;
        text-align: center;
        letter-spacing: 4px;
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        font-size: 1.3rem; }

.editor_area p {
  margin-bottom: 1em; }
  @media screen and (max-width: 1024px) {
    .editor_area p {
      font-size: 1.3rem;
      line-height: 1.8; } }

.editor_area i {
  font-style: italic; }

.editor_area img {
  max-width: 100%;
  height: auto !important; }

.editor_area table {
  margin-bottom: 1em;
  max-width: 100% !important; }
  @media screen and (max-width: 1024px) {
    .editor_area table {
      width: 100% !important; } }
  .editor_area table th, .editor_area table td {
    padding: 5px 10px;
    border: 1px solid #666;
    background: #FFF; }
  .editor_area table th {
    background: #ddd; }

.editor_area ul {
  list-style-type: disc;
  margin-left: 30px; }

/*-works contents------------------*/
body.works .works_nav_container .inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1024px) {
    body.works .works_nav_container .inner {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  body.works .works_nav_container .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    body.works .works_nav_container .inner ul li {
      width: 33%; }
      @media screen and (max-width: 1024px) {
        body.works .works_nav_container .inner ul li {
          width: 49%;
          margin-bottom: 10px; }
          body.works .works_nav_container .inner ul li:first-of-type {
            width: 100%; } }
      body.works .works_nav_container .inner ul li a {
        display: block;
        padding: 10px;
        text-align: center;
        background: #FFF;
        border: 1px solid #ccc;
        position: relative; }
        body.works .works_nav_container .inner ul li a.current:after, body.works .works_nav_container .inner ul li a:hover:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 14px 9px 0 9px;
          border-color: #ccc transparent transparent transparent;
          position: absolute;
          bottom: -12px;
          left: calc(50% - 9px); }
          @media screen and (max-width: 1024px) {
            body.works .works_nav_container .inner ul li a.current:after, body.works .works_nav_container .inner ul li a:hover:after {
              display: none; } }
        body.works .works_nav_container .inner ul li a.all {
          color: #122C3D;
          border-color: #122C3D; }
          body.works .works_nav_container .inner ul li a.all.current, body.works .works_nav_container .inner ul li a.all:hover {
            color: #fff;
            background: #122C3D; }
            body.works .works_nav_container .inner ul li a.all.current:after, body.works .works_nav_container .inner ul li a.all:hover:after {
              border-color: #122C3D transparent transparent transparent; }
        body.works .works_nav_container .inner ul li a.cat01 {
          color: #122C3D;
          border-color: #122C3D; }
          body.works .works_nav_container .inner ul li a.cat01.current, body.works .works_nav_container .inner ul li a.cat01:hover {
            color: #fff;
            background: #122C3D; }
            body.works .works_nav_container .inner ul li a.cat01.current:after, body.works .works_nav_container .inner ul li a.cat01:hover:after {
              border-color: #122C3D transparent transparent transparent; }
        body.works .works_nav_container .inner ul li a.cat02 {
          color: #1C704F;
          border-color: #1C704F; }
          body.works .works_nav_container .inner ul li a.cat02.current, body.works .works_nav_container .inner ul li a.cat02:hover {
            color: #fff;
            background: #1C704F; }
            body.works .works_nav_container .inner ul li a.cat02.current:after, body.works .works_nav_container .inner ul li a.cat02:hover:after {
              border-color: #1C704F transparent transparent transparent; }
        body.works .works_nav_container .inner ul li a.cat03 {
          color: #ce0029;
          border-color: #ce0029; }
          body.works .works_nav_container .inner ul li a.cat03.current, body.works .works_nav_container .inner ul li a.cat03:hover {
            color: #fff;
            background: #ce0029; }
            body.works .works_nav_container .inner ul li a.cat03.current:after, body.works .works_nav_container .inner ul li a.cat03:hover:after {
              border-color: #ce0029 transparent transparent transparent; }

body.works .works_list_container {
  background: #F1F3F2;
  padding-top: 80px;
  padding-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    body.works .works_list_container {
      padding-top: 30px; } }
  body.works .works_list_container .inner {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 1024px) {
      body.works .works_list_container .inner {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
  body.works .works_list_container.detail {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (max-width: 1024px) {
      body.works .works_list_container.detail {
        padding-top: 30px;
        padding-bottom: 30px; } }
    body.works .works_list_container.detail .works_list {
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        body.works .works_list_container.detail .works_list {
          margin-bottom: 15px; }
          body.works .works_list_container.detail .works_list li:nth-of-type(3) {
            display: none; } }
    body.works .works_list_container.detail .linkbtn_wrap {
      text-align: center; }

.works_bottom_nav {
  padding-bottom: 100px; }
  @media screen and (max-width: 1024px) {
    .works_bottom_nav {
      padding-bottom: 30px; } }
  .works_bottom_nav .inner {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 1024px) {
      .works_bottom_nav .inner {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
  .works_bottom_nav .body {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .works_bottom_nav .body {
        display: block; } }
    .works_bottom_nav .body .item {
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      width: 32.8%; }
      @media screen and (max-width: 1024px) {
        .works_bottom_nav .body .item {
          width: 100%;
          margin-bottom: 5px; } }
      .works_bottom_nav .body .item a {
        display: block;
        padding-top: 80px;
        padding-bottom: 80px;
        color: #FFF;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease; }
        .works_bottom_nav .body .item a:hover {
          background: rgba(0, 0, 0, 0.5); }
        @media screen and (max-width: 1024px) {
          .works_bottom_nav .body .item a {
            padding-top: 20px;
            padding-bottom: 20px; } }
        .works_bottom_nav .body .item a .ja {
          letter-spacing: 5px;
          font-size: 18px;
          font-size: 1.8rem;
          margin-bottom: 5px; }
          @media screen and (max-width: 1024px) {
            .works_bottom_nav .body .item a .ja {
              font-size: 1.5rem;
              margin-bottom: 0; } }
        .works_bottom_nav .body .item a .en {
          letter-spacing: 4px;
          font-size: 10px;
          font-size: 1.0rem;
          font-family: 'Oswald', sans-serif; }
          @media screen and (max-width: 1024px) {
            .works_bottom_nav .body .item a .en {
              font-size: 0.8rem; } }

.works_list::after {
  content: "";
  display: block;
  clear: both; }

.works_list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 25px; }
  @media screen and (max-width: 1024px) {
    .works_list li {
      width: 49%;
      margin-right: 2% !important;
      margin-bottom: 15px; } }
  .works_list li:nth-of-type(3n) {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .works_list li:nth-of-type(2n) {
      margin-right: 0 !important; } }
  .works_list li .image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 60%; }
    .works_list li .image .category {
      display: inline-block;
      padding: 4px 12px;
      color: #FFF;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 13px;
      font-size: 1.3rem; }
      .works_list li .image .category.cat01 {
        background: #122C3D; }
      .works_list li .image .category.cat02 {
        background: #1C704F; }
      .works_list li .image .category.cat03 {
        background: #ce0029; }
  .works_list li .title {
    padding: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    background: #FFF;
    color: #122C3D;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .works_list li .title {
        font-size: 1.3rem;
        padding-left: 10px;
        padding-right: 10px; } }
    .works_list li .title:after {
      display: inline-block;
      vertical-align: middle;
      content: "\f105";
      font-size: 15px;
      font-size: 1.5rem;
      font-family: FontAwesome;
      background: #1C704F;
      color: #FFF;
      width: 16px;
      height: 18px;
      padding-left: 2px;
      text-align: center;
      line-height: 18px;
      position: absolute;
      right: 0;
      top: calc(50% - 10px);
      background: #122C3D;
      right: 15px; }
      @media screen and (max-width: 1024px) {
        .works_list li .title:after {
          display: none; } }
  .works_list li a:hover .title {
    background: #122C3D;
    color: #FFF; }

.works_detail_container article {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .works_detail_container article {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    .works_detail_container article {
      margin-bottom: 40px; } }
  .works_detail_container article .head {
    display: table;
    width: 100%; }
    .works_detail_container article .head .category {
      color: #FFF;
      background: #666;
      padding: 15px 20px;
      font-size: 18px;
      font-size: 1.8rem;
      display: table-cell;
      vertical-align: middle;
      width: 200px;
      text-align: center;
      letter-spacing: 5px; }
      @media screen and (max-width: 1024px) {
        .works_detail_container article .head .category {
          letter-spacing: 0px;
          font-size: 1.3rem;
          padding: 7px;
          width: 100px; } }
      .works_detail_container article .head .category.cat01 {
        background: #122C3D; }
      .works_detail_container article .head .category.cat02 {
        background: #1C704F; }
      .works_detail_container article .head .category.cat03 {
        background: #ce0029; }
    .works_detail_container article .head .title {
      padding: 15px 20px;
      font-size: 18px;
      font-size: 1.8rem;
      background: #333;
      display: table-cell;
      vertical-align: middle;
      color: #FFF; }
      @media screen and (max-width: 1024px) {
        .works_detail_container article .head .title {
          font-size: 1.4rem;
          padding: 7px; } }
  .works_detail_container article .body {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .works_detail_container article .body {
        display: block;
        margin-bottom: 20px; } }
    .works_detail_container article .body .image {
      display: table-cell;
      background: #F1F3F2; }
      @media screen and (max-width: 1024px) {
        .works_detail_container article .body .image {
          display: block; } }
      .works_detail_container article .body .image .image_slide {
        position: relative; }
        .works_detail_container article .body .image .image_slide .slick-arrow {
          margin-top: -15px;
          width: 30px;
          height: 30px;
          font-size: 0;
          background: #122C3D;
          border: none;
          position: absolute;
          cursor: pointer; }
          .works_detail_container article .body .image .image_slide .slick-arrow:after {
            content: "";
            font-family: FontAwesome;
            color: #FFF;
            font-size: 24px;
            font-size: 2.4rem; }
        .works_detail_container article .body .image .image_slide .slick-prev {
          top: 50%;
          left: 15px;
          z-index: 600; }
          @media screen and (max-width: 1024px) {
            .works_detail_container article .body .image .image_slide .slick-prev {
              top: auto;
              bottom: 0;
              left: 0px; } }
          .works_detail_container article .body .image .image_slide .slick-prev:after {
            content: "\f104"; }
        .works_detail_container article .body .image .image_slide .slick-next {
          top: 50%;
          right: 15px; }
          @media screen and (max-width: 1024px) {
            .works_detail_container article .body .image .image_slide .slick-next {
              top: auto;
              bottom: 0;
              right: 0px; } }
          .works_detail_container article .body .image .image_slide .slick-next:after {
            content: "\f105"; }
        .works_detail_container article .body .image .image_slide .item {
          width: 100%;
          height: 420px;
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          -o-background-size: cover;
          background-size: cover; }
          @media screen and (max-width: 1024px) {
            .works_detail_container article .body .image .image_slide .item {
              height: 200px; } }
    .works_detail_container article .body .data {
      display: table-cell;
      width: 300px;
      padding: 30px;
      background: #F1F3F2; }
      @media screen and (max-width: 1024px) {
        .works_detail_container article .body .data {
          display: block;
          width: 100%;
          padding: 15px 10px; } }
      .works_detail_container article .body .data dl {
        margin-bottom: 25px; }
        @media screen and (max-width: 1024px) {
          .works_detail_container article .body .data dl {
            margin-bottom: 15px; } }
      .works_detail_container article .body .data dt {
        background: #666;
        color: #FFF;
        text-align: center;
        padding: 5px; }
      .works_detail_container article .body .data dd {
        background: #FFF;
        text-align: center;
        letter-spacing: 4px;
        padding: 5px; }
      .works_detail_container article .body .data .text {
        font-size: 12px;
        font-size: 1.2rem; }
  .works_detail_container article .foot .gen_title02 {
    color: #122C3D;
    border-color: #122C3D; }
    .works_detail_container article .foot .gen_title02:after {
      background: #122C3D; }

/*-sitemap contents------------------*/
body.sitemap .sitemap_container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    body.sitemap .sitemap_container {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.sitemap .sitemap_container {
      margin-bottom: 40px; } }
  body.sitemap .sitemap_container ul {
    margin-bottom: 60px; }
    @media screen and (max-width: 1024px) {
      body.sitemap .sitemap_container ul {
        margin-bottom: 30px; } }
    body.sitemap .sitemap_container ul a {
      display: block;
      padding: 10px;
      border-bottom: 1px solid #F1F3F2; }
      body.sitemap .sitemap_container ul a:hover {
        background: #F1F3F2; }
      body.sitemap .sitemap_container ul a:before {
        content: "\f105";
        font-family: FontAwesome;
        margin-left: 10px;
        margin-right: 10px; }

/*-contact contents------------------*/
body.contact .contact_container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    body.contact .contact_container {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    body.contact .contact_container {
      margin-bottom: 40px; } }
  body.contact .contact_container .thanks {
    text-align: center; }
    body.contact .contact_container .thanks p {
      margin-bottom: 40px; }
