@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cinzel");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

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

th {
  font-weight: normal;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.box__img_auto .item img, body#business_index .figure_redevelopment img, body#business_index .sec_business_cont .img_cont_business img, body#company_index .sec_company_cont .img_cont_company img, body#data .ttl_data img, body#data .sec_data_cont img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/*!
* Bootstrap Grid v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .container-wide {
    max-width: 1240px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-min {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .container-min {
    width: 920px;
  }
}

.container-widest {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .container-widest {
    max-width: 1430px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

[class^="col-"],
[class*=" col-"] {
  margin-top: 50px;
}

@media only screen and (min-width: 576px), print {
  [class^="col-"],
  [class*=" col-"] {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px), print {
  [class^="col-"],
  [class*=" col-"] {
    margin-top: 70px;
  }
}

[class^="col-"]._box,
[class*=" col-"]._box {
  margin-top: 25px;
}

@media only screen and (min-width: 576px), print {
  [class^="col-"]._box,
  [class*=" col-"]._box {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  [class^="col-"]._box,
  [class*=" col-"]._box {
    margin-top: 40px;
  }
}

.od_v_box,
.od_h_box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.od_v_box .od-1,
.od_h_box .od-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.od_v_box .od-2,
.od_h_box .od-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 768px), print {
  .od_v_box .od-md-1,
  .od_h_box .od-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 768px), print {
  .od_v_box .od-md-2,
  .od_h_box .od-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.od_v_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.od_h_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-responsive-left {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media only screen and (min-width: 576px), print {
  .img-responsive-left {
    margin-left: 0;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .container {
    width: 1080px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

span.container {
  display: block;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px), print {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (min-width: 768px), print {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

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

@media only screen and (min-width: 576px), print {
  .row {
    margin-top: -50px;
  }
}

@media only screen and (min-width: 768px), print {
  .row {
    margin-top: -70px;
  }
}

.row._box {
  margin-top: -25px;
}

@media only screen and (min-width: 576px), print {
  .row._box {
    margin-top: -30px;
  }
}

@media only screen and (min-width: 768px), print {
  .row._box {
    margin-top: -40px;
  }
}

@media only screen and (min-width: 768px), print {
  .row-md-70 {
    overflow: hidden;
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-md-70 > [class^="col-"],
  .row-md-70 > [class*=" col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media only screen and (min-width: 576px), print {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media only screen and (min-width: 768px), print {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media only screen and (min-width: 1040px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  -js-display: flex;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media only screen and (min-width: 576px), print {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 768px), print {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1040px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media only screen and (min-width: 768px), print {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media only screen and (min-width: 768px), print {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media only screen and (min-width: 1040px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

/* ========================================
br
======================================== */
/*br-XX-block*/
.br-xs-block {
  display: none;
}

@media only screen and (min-width: 480px), print {
  .br-xs-block {
    display: inline-block;
  }
}

.br-sm-block {
  display: none;
}

@media only screen and (min-width: 576px), print {
  .br-sm-block {
    display: inline-block;
  }
}

.br-md-block {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .br-md-block {
    display: inline-block;
  }
}

.br-lg-block {
  display: none;
}

@media only screen and (min-width: 1040px) {
  .br-lg-block {
    display: inline-block;
  }
}

/*br-XX-none*/
@media only screen and (min-width: 375px), print {
  .br-xxs-none {
    display: none;
  }
}

@media only screen and (min-width: 480px), print {
  .br-xs-none {
    display: none;
  }
}

@media only screen and (min-width: 576px), print {
  .br-sm-none {
    display: none;
  }
}

@media only screen and (min-width: 768px), print {
  .br-md-none {
    display: none;
  }
}

@media only screen and (min-width: 1040px) {
  .br-lg-none {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .br-sm-min-none {
    display: none;
  }
}

.br-xs-min-block {
  display: none;
}

@media only screen and (max-width: 479px) {
  .br-xs-min-block {
    display: inline-block;
  }
}

a {
  text-decoration: none;
}

a:link, a:active, a:visited {
  color: inherit;
}

a.link {
  color: #a67232;
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.opa,
.opa_group {
  -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;
}

.opa > *,
.opa_group > * {
  -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;
}

.opa > *:hover,
.opa_group > *:hover {
  opacity: 0.7;
  text-decoration: none;
}

.hover,
.hover_group a {
  text-decoration: none;
}

.hover:hover,
.hover_group a:hover {
  text-decoration: none;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  display: block;
  margin-top: 10px !important;
}

.mt1em {
  display: block;
  margin-top: 1em !important;
}

.mt2em {
  display: block;
  margin-top: 2em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.wrap__iframe_gmap iframe {
  width: 100%;
  border: none;
}

.bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slick-slide {
  outline: none;
}

.youtube__iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube__iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

img.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.border {
  border: 1px solid #ddd;
}

.wrap__iframe iframe {
  width: 100% !important;
}

.txt__center {
  display: block;
  text-align: center !important;
}

.txt__right {
  display: block;
  text-align: right !important;
}

.txt__left {
  display: block;
  text-align: left !important;
}

.txt__justify {
  text-align: justify;
}

.txt__indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

.txt__small {
  font-size: 0.8em;
}

.txt__yakumono {
  text-indent: -0.5em;
}

.txt__kome_up {
  font-size: 70%;
  position: relative;
  top: -0.7em;
}

.txt__uppercase {
  text-transform: uppercase;
}

.txt__white_space {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

th.txt__center,
td.txt__center {
  display: table-cell !important;
}

th.txt__right,
td.txt__right {
  display: table-cell !important;
}

th.txt__left,
td.txt__left {
  display: table-cell !important;
}

th.ws_normal,
td.ws_normal {
  white-space: normal !important;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

.txt + .txt {
  margin-top: 1em;
}

.txt__lead {
  font-size: 20px;
  font-size: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 30px;
  color: #a67232;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .txt__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 576px), print {
  .txt__lead {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  .txt__lead {
    margin-bottom: 50px;
  }
}

.txt__cont_lead {
  text-align: justify;
  text-justify: inter-ideograph;
  max-width: 910px;
  margin: auto;
  padding: 0 15px;
}

.txt__link {
  margin-top: 1em;
}

.txt__link + .txt__link {
  margin-top: 0.3em;
}

.txt__link a {
  position: relative;
  padding-left: 1em;
  color: #c00026;
  text-decoration: none;
}

.txt__link a:hover {
  text-decoration: underline;
}

.txt__link a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #c00026;
  border-right: 2px solid #c00026;
}

.sec {
  margin-top: 50px;
}

@media only screen and (min-width: 576px), print {
  .sec {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec {
    margin-top: 100px;
  }
}

.sec:first-child {
  margin-top: 0;
}

.sec__inner {
  margin-top: 30px;
}

@media only screen and (min-width: 576px), print {
  .sec__inner {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec__inner {
    margin-top: 60px;
  }
}

.sec__inner:first-child {
  margin-top: 0;
}

.sec__box {
  margin-top: 25px;
}

@media only screen and (min-width: 576px), print {
  .sec__box {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec__box {
    margin-top: 40px;
  }
}

.sec__box:first-child {
  margin-top: 0;
}

.sec__item {
  margin-top: 10px;
}

@media only screen and (min-width: 576px), print {
  .sec__item {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec__item {
    margin-top: 20px;
  }
}

[class^="ttl_"] + .sec,
[class^="ttl_"] + .sec__inner,
[class^="ttl_"] + .sec__box,
[class^="ttl_"] + .sec__box_inner {
  margin-top: 0;
}

[class^="ttl__"] {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

[class^="ttl__"]:last-child {
  margin-bottom: 0;
}

.ttl__page_fill {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1.4;
  padding: 0.6em 0.2em;
  background-color: #f8f8f8;
  color: #c00026;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ttl__page_fill {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  .ttl__page_fill {
    padding: 0.4em 0.2em 0.9em;
  }
}

.ttl__page_fill span {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  display: block;
  color: #777;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ttl__page_fill span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.ttl__page_fill span:before, .ttl__page_fill span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.8em;
  height: 1px;
  background-color: #777;
  margin: auto;
}

.ttl__page_fill span:before {
  margin-right: 0.5em;
}

.ttl__page_fill span:after {
  margin-left: 0.5em;
}

.ttl__sec {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: 1.2em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ttl__sec {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.ttl__sec:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.7em;
  right: 0;
  bottom: auto;
  left: 0;
  height: 1px;
  background-color: #ded5c6;
  margin: auto;
}

.ttl__sec .main {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 0.4em;
  background-color: #fff;
  color: #a67232;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.ttl__sec .sub {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  color: #aaa;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ttl__sec .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.ttl__sec_style {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: 1em;
  padding-top: 0.8em;
  border-top: 2px solid #eee;
  color: #444;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .ttl__sec_style {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.ttl__sec_style:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 7em;
  height: 2px;
  background-color: #a67232;
}

.ttl__sec_inner {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #a67232;
}

@media only screen and (max-width: 767px) {
  .ttl__sec_inner {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 768px), print {
  .ttl__sec_inner {
    padding-bottom: 0;
    border: none;
  }
}

.ttl__sec_inner span {
  position: relative;
  display: inline-block;
  color: #a67232;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px), print {
  .ttl__sec_inner span {
    padding-right: 0.8em;
  }
}

@media only screen and (min-width: 768px), print {
  .ttl__sec_inner span:after {
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    right: -2000%;
    bottom: 0;
    left: 100%;
    background-color: #a67232;
    margin: auto;
  }
}

.ttl__sec_box, .ttl__sec_box02 {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 0.8em;
  color: #a67232;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .ttl__sec_box, .ttl__sec_box02 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ttl__sec_box:before, .ttl__sec_box02:before {
  content: "";
  position: absolute;
  top: 0.1em;
  right: auto;
  bottom: 0.1em;
  left: 0;
  width: 4px;
  margin: auto;
  background-color: #a67232;
}

.ttl__sec_box02 {
  padding-left: 0;
}

.ttl__sec_box02:before {
  display: none;
}

.ttl__sec_item {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.2em;
  color: #a67232;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .ttl__sec_item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.ttl__plain {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.2em;
  color: #a67232;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .ttl__plain {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

[class^="btn_"] {
  -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;
}

[class^="btn_"]:hover {
  opacity: 0.7;
}

.btn, .btn__basic, body#business_index .sec_business_cont .btn_cont_business {
  display: block;
}

.btn a, .btn__basic a, body#business_index .sec_business_cont .btn_cont_business a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  display: inline-block;
  padding: 0.5em 2em;
  border: 1px solid #c00026;
  color: #c00026;
}

.btn__basic a, body#business_index .sec_business_cont .btn_cont_business a {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.5em 2em 0.4em;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .btn__basic a, body#business_index .sec_business_cont .btn_cont_business a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  .btn__basic a, body#business_index .sec_business_cont .btn_cont_business a {
    padding: 0.5em 3.7em 0.4em;
  }
}

.btn__basic a:hover, body#business_index .sec_business_cont .btn_cont_business a:hover {
  opacity: 1;
  color: #fff;
  background-color: #a67232;
  border: 1px solid #a67232;
}

.btn__link a {
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -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;
  position: relative;
  display: inline-block;
  padding: 0.3em 20px 0.3em 10px;
  background-color: #a67232;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .btn__link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  .btn__link a {
    padding: 0.5em 45px 0.5em 20px;
    letter-spacing: 0.1em;
  }
}

.btn__link a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 768px), print {
  .btn__link a:after {
    right: 20px;
  }
}

.btn__center {
  text-align: center;
}

.btn__right {
  text-align: right;
}

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

.wrap_btn__link._col3 {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px -10px 0;
}

@media only screen and (min-width: 768px), print {
  .wrap_btn__link._col3 {
    margin: 25px -15px 0;
  }
}

.wrap_btn__link._col3 .btn__link {
  width: 50%;
  margin-top: 15px;
  padding: 0 10px;
}

@media only screen and (min-width: 576px), print {
  .wrap_btn__link._col3 .btn__link {
    width: 33.33333%;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrap_btn__link._col3 .btn__link {
    margin-top: 20px;
    padding: 0 15px;
  }
}

.wrap_btn__link._col3 .btn__link a {
  display: block;
}

.table, .table__style01 table, .table__style02 table {
  width: 100%;
}

.table th, .table__style01 table th, .table__style02 table th,
.table td,
.table__style01 table td,
.table__style02 table td {
  padding: 0.5em 0.7em;
  text-align: justify;
  vertical-align: middle;
}

@media only screen and (min-width: 768px), print {
  .table th, .table__style01 table th, .table__style02 table th,
  .table td,
  .table__style01 table td,
  .table__style02 table td {
    padding: 1em 1.2em;
  }
}

.table th, .table__style01 table th, .table__style02 table th {
  width: 10%;
  white-space: nowrap;
}

.wrap__table {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .wrap__table {
    margin: 25px 0;
  }
}

.wrap__table:first-child {
  margin-top: 0;
}

[class^="ttl__"] + .wrap__table {
  margin-top: 1em;
}

.table__style01 table thead th {
  background-color: #c8aa79;
  color: #fff;
}

.table__style01 table th,
.table__style01 table td {
  border: 1px solid #ded5c6;
}

.table__style01 table th {
  background-color: #ded5c6;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.table__style01 table tr:last-child th {
  border-bottom-color: #ded5c6;
}

.table__style02 table th,
.table__style02 table td {
  border: 1px solid #ded5c6;
}

.table__style02 table th {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ded5c6;
  vertical-align: middle;
}

.table__style02 table th[rowspan] {
  background-color: #ded5c6;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.table__style02 table th[rowspan].last_row {
  border-bottom-color: #ded5c6;
}

.table__style03 table {
  width: 100%;
}

.table__style03 table th,
.table__style03 table td {
  padding: 0.5em 0.7em;
  border: 1px solid #ddd;
  text-align: justify;
  vertical-align: middle;
}

@media only screen and (min-width: 768px), print {
  .table__style03 table th,
  .table__style03 table td {
    padding: 0.5em 1em;
  }
}

.table__style03 table th {
  width: 1%;
  color: #fff;
  background-color: #f8f8f8;
  text-align: left;
  white-space: nowrap;
  color: #666;
}

.table__style03 table td {
  background-color: #fff;
}

.table__scroll {
  overflow-x: scroll;
}

@media only screen and (min-width: 576px), print {
  .table__scroll {
    overflow-x: auto;
  }
}

.table__scroll > table {
  width: 700px;
}

@media only screen and (min-width: 576px), print {
  .table__scroll > table {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .table__block > table th,
  .table__block > table td {
    display: block;
    width: 100% !important;
    white-space: normal;
  }
  .table__block > table th {
    background-color: #f8f8f8;
  }
  .table__block > table td:last-child {
    margin-bottom: 1.5em;
  }
  .table__block > table th + td,
  .table__block > table td + td {
    border-top: none;
  }
  .table__block > table tr:last-child td:last-child {
    margin-bottom: 0;
  }
}

.table__auto > table tbody th {
  width: 10%;
  white-space: nowrap;
}

[class^="ttl__"] + [class^="list__"] {
  margin-top: 0;
}

[class^="list__"]:first-child {
  margin-top: 0;
}

[class^="list__"]:last-child {
  margin-bottom: 0;
}

[class^="list__"]:last-of-type {
  margin-bottom: 0;
}

[class^="list__"] a {
  text-decoration: underline;
}

[class^="list__"] a:hover {
  text-decoration: none;
}

.list__disc {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .list__disc {
    margin: 25px 0;
  }
}

.list__disc > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.6em;
}

.list__disc > li:last-child {
  margin-bottom: 0;
}

.list__disc > li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background-color: #444;
}

.list__decimal {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .list__decimal {
    margin: 25px 0;
  }
}

.list__decimal > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.6em;
  counter-increment: count-number;
}

.list__decimal > li:last-child {
  margin-bottom: 0;
}

.list__decimal > li:before {
  content: counter(count-number) ".";
  position: absolute;
  top: 0;
  left: 0.25em;
  font-weight: bold;
}

.list__point {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .list__point {
    margin: 25px 0;
  }
}

.list__point > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.2em;
  counter-increment: count-number;
}

.list__point > li:last-child {
  margin-bottom: 0;
}

.list__point > li:before {
  content: counter(count-number);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  background-color: #c00026;
  color: #fff;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 500;
  text-align: center;
}

.box__fill {
  margin: 20px 0;
  padding: 15px;
  background-color: #f7f7f7;
}

@media only screen and (min-width: 768px), print {
  .box__fill {
    margin: 25px 0;
  }
}

.box__fill:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px), print {
  .box__fill {
    padding: 30px;
  }
}

.box__fill *:first-child {
  margin-top: 0;
}

.box__fill *:last-child {
  margin-bottom: 0;
}

.box__point {
  margin: 20px 0;
  padding: 15px;
  border: 2px solid #c00026;
  outline: 1px solid #c00026;
  outline-offset: -6px;
}

@media only screen and (min-width: 768px), print {
  .box__point {
    margin: 25px 0;
  }
}

.box__point:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px), print {
  .box__point {
    padding: 30px;
  }
}

.box__point *:first-child {
  margin-top: 0;
}

.box__point *:last-child {
  margin-bottom: 0;
}

[class^="ttl__"] + .box__img_auto {
  margin-top: 0;
}

.box__img_auto {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .box__img_auto {
    margin: 25px 0;
  }
}

.box__img_auto:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px), print {
  .box__img_auto {
    -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-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 768px), print {
  .box__img_auto .item._txt {
    padding-right: 25px;
    width: 65%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  .box__img_auto .item._txt {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .box__img_auto .item._txt {
    padding-right: 40px;
  }
}

.box__img_auto .item._txt + ._img {
  margin-top: 2em;
}

@media only screen and (min-width: 768px), print {
  .box__img_auto .item._txt + ._img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .box__img_auto .item._img {
    width: 45%;
    margin-top: 0;
  }
}

.box__img_auto .item._img + ._txt {
  margin-top: 2em;
}

@media only screen and (min-width: 768px), print {
  .box__img_auto .item._img + ._txt {
    padding-left: 25px;
    padding-right: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  .box__img_auto .item._img + ._txt {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .box__img_auto .item._img + ._txt {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .box__img_auto._ratio_s .item._txt {
    width: 70%;
  }
}

@media only screen and (min-width: 768px), print {
  .box__img_auto._ratio_s .item._img {
    width: 30%;
  }
}

.box__img_auto._img_half {
  overflow: hidden;
}

@media only screen and (min-width: 576px), print {
  .box__img_auto._img_half {
    -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-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 576px), print {
  .box__img_auto._img_half {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.box__img_auto._img_half .item._img + ._img {
  margin-top: 2em;
}

@media only screen and (min-width: 576px), print {
  .box__img_auto._img_half .item._img + ._img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 576px), print {
  .box__img_auto._img_half .item._img {
    width: 50%;
    padding: 0 15px;
  }
}

body.movie .txt_coming_soon {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2em;
  color: #c00026;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.movie .txt_coming_soon {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

body.movie .movie_coming_soon {
  background-color: #000;
  padding: 50px 0;
}

@media only screen and (min-width: 768px), print {
  body.movie .movie_coming_soon {
    padding: 100px 0;
  }
}

body.movie .movie_copy {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 80px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #eee;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.movie .movie_copy {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px), print {
  body.movie .movie_copy {
    padding: 180px 0;
  }
}

.wrap_list__anchor {
  margin-bottom: 25px;
  border: 1px solid #ddd;
}

@media only screen and (min-width: 768px), print {
  .wrap_list__anchor {
    margin-bottom: 35px;
  }
}

.wrap_list__anchor .list__anchor {
  overflow: hidden;
  margin-left: -1.6em;
  padding: 1em 1.2em;
}

.wrap_list__anchor .list__anchor li {
  display: inline-block;
  margin: 0.2em 0 0.2em 1.6em;
}

.wrap_list__anchor .list__anchor li a {
  position: relative;
  padding-left: 1.4em;
  color: #a67232;
  text-decoration: none;
}

.wrap_list__anchor .list__anchor li a:hover {
  text-decoration: underline;
}

.wrap_list__anchor .list__anchor li a:before {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #ded5c6;
  border-right: 2px solid #ded5c6;
}

.wrap_404_txt {
  max-width: 800px;
  margin: 60px auto;
}

@media only screen and (min-width: 768px), print {
  .wrap_404_txt {
    margin: 120px auto;
  }
}

#g_header {
  position: relative;
  z-index: 99999;
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #a67232;
  -webkit-transition-property: padding;
  -o-transition-property: padding;
  transition-property: padding;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media only screen and (min-width: 768px), print {
  #g_header {
    min-width: 1080px;
    position: fixed;
    z-index: 99999;
    top: 0;
    padding: 0;
    right: 0;
    left: 0;
    background: #fff;
  }
  #g_header.fixed {
    -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
  }
  #g_header.fixed .site_id {
    margin-top: -30px;
  }
  #g_header.fixed .site_id img {
    -webkit-transform: scale(0.6) rotate(0.001deg);
    -ms-transform: scale(0.6) rotate(0.001deg);
    transform: scale(0.6) rotate(0.001deg);
  }
  #g_header.fixed .box_p_nav {
    top: 10px;
  }
}

#g_header .g_header_inner {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  #g_header .g_header_inner {
    padding-top: 20px;
  }
}

#g_header .box_p_nav {
  display: none;
}

@media only screen and (min-width: 768px), print {
  #g_header .box_p_nav {
    -webkit-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -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;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 0;
    line-height: 1;
  }
}

#g_header .box_p_nav #wrap_p_nav {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

#g_header .box_p_nav .p_nav {
  overflow: hidden;
}

#g_header .box_p_nav .p_nav li {
  float: left;
  margin-right: 20px;
}

#g_header .box_p_nav .p_nav a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}

@media only screen and (max-width: 767px) {
  #g_header .box_p_nav .p_nav a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#g_header .box_p_nav .p_nav a:hover {
  text-decoration: underline;
}

#g_header #wrapSiteSearch {
  display: inline-block;
  vertical-align: middle;
}

#g_header #wrapSiteSearch .search-form {
  position: relative;
  display: inline-block;
}

#g_header #wrapSiteSearch .search-submit {
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -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;
  position: absolute;
  z-index: 99999;
  top: 0px;
  right: 6px;
  bottom: 0;
  left: auto;
  margin: auto;
  background-color: transparent;
}

#g_header #wrapSiteSearch .search-submit:focus {
  outline: none;
}

#g_header #wrapSiteSearch .search-submit img {
  margin-bottom: 2px;
  vertical-align: middle;
}

#g_header #wrapSiteSearch #search-form {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -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;
  position: relative;
  width: 80px;
  padding: 0 20px 0 5px;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}

#g_header #wrapSiteSearch #search-form.search_form_focus {
  width: 150px;
}

.site_id {
  -webkit-transition-property: margin;
  -o-transition-property: margin;
  transition-property: margin;
  -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;
  margin-top: 0;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .site_id {
    margin-bottom: 20px;
  }
}

.site_id img {
  width: auto;
  height: 56px;
}

@media only screen and (min-width: 768px), print {
  .site_id img {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -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;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    height: 82px;
  }
}

.sidr-open #g_header.fixed {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 768px), print {
  #g_nav {
    -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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

#g_nav .site_id {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

#g_nav .nav_ttl {
  font-size: 15px;
  font-size: 1.3rem;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -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;
  display: none;
}

@media only screen and (max-width: 767px) {
  #g_nav .nav_ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  #g_nav .nav_ttl {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding: 20px 0 0;
    color: #444;
    text-align: center;
    text-decoration: none;
  }
  #g_nav .nav_ttl .nav_link {
    position: relative;
    display: block;
    padding: 0 0.8em 20px;
  }
  #g_nav .nav_ttl .nav_link:after {
    content: "";
    position: absolute;
    top: 0.2em;
    right: 0;
    bottom: 1.55em;
    bottom: calc(0.2em + 20px);
    left: auto;
    width: 1px;
    background-color: #ddd;
  }
}

#g_nav .nav_ttl.current, #g_nav .nav_ttl:hover {
  color: #c00026;
}

#g_nav .nav_ttl:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#g_nav .nav_ttl:nth-of-type(1) .nav_link:before {
  content: "";
  position: absolute;
  top: 0.2em;
  right: auto;
  bottom: 1.55em;
  bottom: calc(0.2em + 20px);
  left: 0;
  width: 1px;
  background-color: #ddd;
}

#g_nav .nav_ttl:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#g_nav .nav_ttl:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#g_nav .nav_ttl:nth-of-type(3) .nav_link:after {
  display: none;
}

#g_nav .nav_ttl:nth-of-type(4) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

#g_nav .nav_ttl:nth-of-type(5) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

#g_nav .nav_ttl:nth-of-type(6) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.pulldown_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #675239;
}

.pulldown_menu .wrap_nav_child {
  position: relative;
  z-index: 9;
}

.pulldown_menu .nav_child {
  min-width: 18em;
}

.pulldown_menu .nav_child li:last-child a {
  border-bottom: none;
}

.pulldown_menu .nav_child a {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -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;
  position: relative;
  display: block;
  padding: 0.7em 1.2em 0.7em 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #ded5c6;
  text-align: left;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .pulldown_menu .nav_child a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pulldown_menu .nav_child a:after {
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.2em;
  bottom: 0;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.55em;
  height: 0.55em;
  border-top: 2px solid #ded5c6;
  border-right: 2px solid #ded5c6;
}

.pulldown_menu .nav_child a:hover {
  background-color: #c00026;
  color: #fff;
}

.pulldown_menu .nav_child a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sidr-class-pulldown_menu {
  display: none;
}

#nav__sp {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px), print {
  #nav__sp {
    display: none;
  }
}

#panel__btn {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  background-color: #a67232;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#panel__btn_icon {
  display: block;
  position: absolute;
  top: 22px;
  left: 50%;
  width: 26px;
  height: 2px;
  margin: -1px 0 0 -13px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#panel__btn_icon:before, #panel__btn_icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#panel__btn_icon:before {
  margin-top: -8px;
}

#panel__btn_icon:after {
  margin-top: 6px;
}

#panel__btn_icon.close {
  background: transparent;
}

#panel__btn_icon.close:before, #panel__btn_icon.close:after {
  margin-top: 0;
}

#panel__btn_icon.close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#panel__btn_icon.close:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.panel__btn_text {
  padding-top: 33px;
  font-size: 9px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#sp_menu {
  width: 240px;
  background-color: #a67232;
}

.sidr-inner {
  padding-bottom: 0 !important;
}

.sidr-inner .sidr-class-site_id {
  display: none;
}

.sidr-inner a {
  position: relative;
  display: block;
  padding: 1em 1.5em 1em 2.8em;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.sidr-inner a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 1.6em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.55em;
  height: 0.55em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sidr-inner a:hover {
  text-decoration: none;
}

.sidr-inner #sidr-id-siteSearch {
  position: relative;
  margin: 2em 1.8em;
}

.sidr-inner #sidr-id-siteSearch #sidr-id-search-form {
  width: 100%;
  border: none;
  font-size: 16px;
  padding: 0 0.6em;
  line-height: 1.8;
}

.sidr-inner #sidr-id-siteSearch .sidr-class-search-submit {
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -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;
  position: absolute;
  z-index: 99999;
  top: 0px;
  right: 6px;
  bottom: 0;
  left: auto;
  margin: auto;
  background-color: transparent;
}

.sidr-inner #sidr-id-siteSearch .sidr-class-search-submit:focus {
  outline: none;
}

.sidr-inner #sidr-id-siteSearch .sidr-class-search-submit img {
  margin-bottom: 2px;
  vertical-align: middle;
}

.sec__plain {
  padding-top: 50px;
}

@media only screen and (min-width: 768px), print {
  .sec__plain {
    padding-top: 100px;
  }
}

.sec__cmn {
  padding-top: 35px;
  padding-bottom: 65px;
}

@media only screen and (min-width: 576px), print {
  .sec__cmn {
    padding-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec__cmn {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px), print {
  .sec__cmn {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec__cmn {
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrap__col {
    -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;
  }
}

@media only screen and (min-width: 768px), print {
  .col__main {
    margin-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}

@media only screen and (min-width: 768px), print {
  .col__main {
    margin-right: 50px;
  }
}

.col__side {
  margin-top: 52px;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 768px), print {
  .col__side {
    width: 230px;
    margin-top: 0;
  }
}

.col__side .inner {
  position: -webkit-sticky;
  position: sticky;
  top: 8em;
}

.col__side .ttl__side {
  font-size: 17px;
  font-size: 1.7rem;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .col__side .ttl__side {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.col__side .ttl__side a,
.col__side .ttl__side span {
  display: block;
  padding: 0.7em 0.5em 0.6em 15px;
  background-color: #c00026;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .col__side .ttl__side a,
  .col__side .ttl__side span {
    padding-left: 25px;
  }
}

.col__side .ttl__side a {
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -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;
}

.col__side .ttl__side a:hover {
  background-color: #a67232;
}

.col__side .list_side_link {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .col__side .list_side_link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.col__side .list_side_link li {
  border-top: 1px dotted #fff;
}

.col__side .list_side_link li:first-child {
  border-top: none;
}

@media only screen and (min-width: 768px), print {
  .col__side .list_side_link li:last-child {
    border-bottom: 1px dotted #fff;
  }
}

.col__side .list_side_link li.current a {
  background-color: #ded5c6;
  color: #444;
}

.col__side .list_side_link li a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  position: relative;
  display: block;
  padding: 0.9em 0.5em 0.8em 32px;
  color: #a67232;
}

@media only screen and (min-width: 768px), print {
  .col__side .list_side_link li a {
    padding-left: 45px;
  }
}

.col__side .list_side_link li a:hover {
  background-color: #ded5c6;
  color: #444;
  text-decoration: none;
}

.col__side .list_side_link li a:hover:after {
  border-color: #444;
}

.col__side .list_side_link li a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.55em;
  height: 0.55em;
  border-top: 2px solid #ded5c6;
  border-right: 2px solid #ded5c6;
}

@media only screen and (min-width: 768px), print {
  .col__side .list_side_link li a:after {
    left: 27px;
  }
}

.col__side .list_side_link li .children {
  border-top: 1px dotted #fff;
}

.col__side .list_side_link li .children a {
  padding-left: 60px;
  color: #666;
}

.col__side .list_side_link li .children a:after {
  left: 42px;
}

.wrap_breadcrumbs {
  display: none;
}

@media only screen and (min-width: 576px), print {
  .wrap_breadcrumbs {
    padding-top: 122px;
    display: block;
    background-color: #f8f8f8;
  }
}

#breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#breadcrumbs li {
  float: left;
  color: #222;
  font-weight: 700;
}

#breadcrumbs li.top {
  text-transform: uppercase;
}

#breadcrumbs li a {
  position: relative;
  display: block;
  margin-right: 1.6em;
  color: #333;
  font-weight: 500;
}

#breadcrumbs li a:after {
  font-size: 12px;
  font-size: 1.2rem;
  content: ">";
  -webkit-transform: scaleX(0.7);
  -ms-transform: scaleX(0.7);
  transform: scaleX(0.7);
  position: absolute;
  right: -1.2em;
  text-decoration: none !important;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs li a:after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#breadcrumbs li a {
  color: #777;
  text-decoration: none;
}

#breadcrumbs li a:hover {
  text-decoration: underline;
}

#breadcrumbs li a:hover:after {
  text-decoration: none !important;
}

#breadcrumbs {
  padding: 0.5em 0;
}

#breadcrumbs a {
  position: relative;
  margin-right: 1.6em;
  color: #777;
}

#breadcrumbs a:after {
  font-size: 12px;
  font-size: 1.2rem;
  content: ">";
  -webkit-transform: scaleX(0.7);
  -ms-transform: scaleX(0.7);
  transform: scaleX(0.7);
  position: absolute;
  right: -1.2em;
  text-decoration: none !important;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs a:after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs a:hover:after {
  text-decoration: none !important;
}

#breadcrumbs .breadcrumb_last {
  color: #222;
}

.list__news {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1em 0 0;
}

.list__news li {
  position: relative;
  width: 100%;
  margin-top: 1em;
  padding-bottom: 1em;
}

.list__news li:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed #eee;
}

.list__news li .date_news {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #999;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .list__news li .date_news {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list__news li .date_news .cat {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  min-width: 6em;
  padding: 2px 0;
  color: #a67232;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .list__news li .date_news .cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list__news li .date_news .cat:before {
  content: "/";
  display: inline-block;
  margin: 0 0.4em 0 1em;
}

.list__news li .date_news .cat._new {
  color: #a67232;
}

.list__news li .date_news .cat._ir {
  color: #446682;
}

.list__news li .date_news .cat._cst, .list__news li .date_news .cat._csr {
  color: #286d27;
}

.list__news li .date_news .cat._recruit {
  color: #c00026;
}

.list__news li .txt_news {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 0.4em;
}

@media only screen and (max-width: 767px) {
  .list__news li .txt_news {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list__news li .txt_news a {
  color: #444;
  text-decoration: none;
}

.list__news li .txt_news a:hover {
  text-decoration: underline;
}

.list__news li .txt_news a[href$=".pdf"] {
  padding-right: 1.5em;
  background: url(../img/icon_pdf.png) no-repeat right center;
  background-size: 1em;
}

.list__thumb_news {
  overflow: hidden;
  -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;
  margin: -30px -10px 0;
}

@media only screen and (min-width: 768px), print {
  .list__thumb_news {
    margin: -40px -15px 0;
  }
}

.list__thumb_news li {
  width: 50%;
  margin-top: 30px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px), print {
  .list__thumb_news li {
    width: 33.33333%;
    margin-top: 40px;
    padding: 0 15px;
  }
}

.list__thumb_news li a {
  color: #444;
}

.list__thumb_news li a:hover {
  text-decoration: none;
}

.list__thumb_news li a:hover .img_news img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.list__thumb_news li a .img_news {
  overflow: hidden;
  position: relative;
  padding-top: 62.5%;
  background-color: #f8f8f8;
}

.list__thumb_news li a .img_news._default {
  background-color: #fff;
  border: 1px solid #c00026;
}

.list__thumb_news li a .img_news img {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.list__thumb_news li a .img_news .date_news {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.5em;
  background-color: rgba(166, 114, 50, 0.7);
  color: #fff;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .list__thumb_news li a .img_news .date_news {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list__thumb_news li a .txt_news {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .list__thumb_news li a .txt_news {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.article_news .header_news_detail {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.article_news .header_news_detail .ttl__news {
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background: none;
  font-weight: 700;
  color: #555;
}

@media only screen and (max-width: 767px) {
  .article_news .header_news_detail .ttl__news {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.article_news .header_news_detail .date_news {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0.5em;
  color: #999;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .article_news .header_news_detail .date_news {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.article_news .header_news_detail .date_news .cat {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  min-width: 6em;
  padding: 2px 0;
  color: #a67232;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .article_news .header_news_detail .date_news .cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.article_news .header_news_detail .date_news .cat:before {
  content: "/";
  display: inline-block;
  margin: 0 0.4em 0 1em;
}

.article_news .header_news_detail .date_news .cat._new {
  color: #a67232;
}

.article_news .header_news_detail .date_news .cat._ir {
  color: #446682;
}

.article_news .header_news_detail .date_news .cat._cst, .article_news .header_news_detail .date_news .cat._csr {
  color: #286d27;
}

.article_news .header_news_detail .date_news .cat._recruit {
  color: #c00026;
}

.article_news .body_news_detail {
  /*
    Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
    For licensing, see LICENSE.md or https://ckeditor.com/legal/terms-of-use/#open-source-licences
    */
  /* Widget Styles */
}

.article_news .body_news_detail h1 {
  font-size: 2em;
  margin: .67em 0;
}

.article_news .body_news_detail h2 {
  font-size: 1.5em;
  margin: .75em 0;
}

.article_news .body_news_detail h3 {
  font-size: 1.17em;
  margin: .83em 0;
}

.article_news .body_news_detail h4, .article_news .body_news_detail p, .article_news .body_news_detail blockquote, .article_news .body_news_detail ul, .article_news .body_news_detail fieldset, .article_news .body_news_detail form, .article_news .body_news_detail ol, .article_news .body_news_detail dl, .article_news .body_news_detail dir, .article_news .body_news_detail menu {
  margin: 1.12em 0;
}

.article_news .body_news_detail h5 {
  font-size: .83em;
  margin: 1.5em 0;
}

.article_news .body_news_detail h6 {
  font-size: .75em;
  margin: 1.67em 0;
}

.article_news .body_news_detail h1, .article_news .body_news_detail h2, .article_news .body_news_detail h3, .article_news .body_news_detail h4, .article_news .body_news_detail h5, .article_news .body_news_detail h6, .article_news .body_news_detail b, .article_news .body_news_detail strong {
  font-weight: bolder;
}

.article_news .body_news_detail i, .article_news .body_news_detail cite, .article_news .body_news_detail em, .article_news .body_news_detail var, .article_news .body_news_detail address {
  font-style: italic;
}

.article_news .body_news_detail small, .article_news .body_news_detail sub, .article_news .body_news_detail sup {
  font-size: .83em;
}

.article_news .body_news_detail sub {
  vertical-align: sub;
}

.article_news .body_news_detail sup {
  vertical-align: super;
}

.article_news .body_news_detail hr {
  border: 1px inset;
}

.article_news .body_news_detail ol {
  list-style-type: decimal;
}

.article_news .body_news_detail ul {
  list-style-type: disc;
}

.article_news .body_news_detail img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .article_news .body_news_detail img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}

.article_news .body_news_detail .cke_editable {
  font-size: 13px;
  line-height: 1.6;
  /* Fix for missing scrollbars with RTL texts. (#10488) */
  word-wrap: break-word;
}

.article_news .body_news_detail blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  padding-left: 20px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  border-left-width: 5px;
}

.article_news .body_news_detail a {
  color: #0782C1;
}

.article_news .body_news_detail ol, .article_news .body_news_detail ul, .article_news .body_news_detail dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
  padding: 0 40px;
}

.article_news .body_news_detail h1, .article_news .body_news_detail h2, .article_news .body_news_detail h3, .article_news .body_news_detail h4, .article_news .body_news_detail h5, .article_news .body_news_detail h6 {
  font-weight: normal;
  line-height: 1.2;
}

.article_news .body_news_detail hr {
  border: 0px;
  border-top: 1px solid #ccc;
}

.article_news .body_news_detail img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}

.article_news .body_news_detail img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}

.article_news .body_news_detail pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

.article_news .body_news_detail .marker {
  background-color: Yellow;
}

.article_news .body_news_detail span[lang] {
  font-style: italic;
}

.article_news .body_news_detail figure {
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

.article_news .body_news_detail figure > figcaption {
  text-align: center;
  display: block;
  /* For IE8 */
}

.article_news .body_news_detail a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782C1;
}

.article_news .body_news_detail .code-featured {
  border: 5px solid red;
}

.article_news .body_news_detail .math-featured {
  padding: 20px;
  -webkit-box-shadow: 0 0 2px #c80000;
  box-shadow: 0 0 2px #c80000;
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}

.article_news .body_news_detail .image-clean {
  border: 0;
  background: none;
  padding: 0;
}

.article_news .body_news_detail .image-clean > figcaption {
  font-size: .9em;
  text-align: right;
}

.article_news .body_news_detail .image-grayscale {
  background-color: white;
  color: #666;
}

.article_news .body_news_detail .image-grayscale img, .article_news .body_news_detail img.image-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.article_news .body_news_detail .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}

.article_news .body_news_detail .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}

.article_news .body_news_detail .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}

.article_news .body_news_detail .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}

.article_news .body_news_detail .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}

.article_news .main_img {
  margin-bottom: 2.5em;
}

.article_news .main_img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.article_news .list_imgs {
  -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;
  margin: 1.5em 0;
}

@media only screen and (min-width: 480px), print {
  .article_news .list_imgs {
    margin: 2.5em -8px;
  }
}

.article_news .list_imgs + .list_imgs {
  margin-top: 0;
}

.article_news .list_imgs .imgs {
  width: 100%;
}

.article_news .list_imgs .imgs img {
  width: 100%;
  height: auto;
}

.article_news .list_imgs .imgs + .imgs {
  margin-top: 2em;
}

@media only screen and (min-width: 480px), print {
  .article_news .list_imgs .imgs + .imgs {
    margin-top: 0;
  }
}

@media only screen and (min-width: 480px), print {
  .article_news .list_imgs .imgs {
    width: 50%;
    margin-top: 0;
    padding: 0 8px;
  }
}

.article_news .list_imgs .img_caption {
  display: block;
  margin-top: 0.5em;
}

.page__navi {
  margin-top: 40px;
  overflow: hidden;
  text-align: center;
}

@media only screen and (min-width: 576px), print {
  .page__navi {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .page__navi {
    margin-top: 80px;
  }
}

.page__navi li {
  display: inline-block;
  margin: 0 0.2em;
  vertical-align: middle;
  width: 35px;
  width: 3.5rem;
  line-height: 33px;
  line-height: 3.3rem;
}

.page__navi li a {
  border: 1px solid rgba(166, 114, 50, 0.5);
  border-radius: 2px;
  color: #a67232;
}

.page__navi li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.page__navi li a,
.page__navi li span {
  font-size: 16px;
  font-size: 1.6rem;
  -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;
  display: block;
}

@media only screen and (max-width: 767px) {
  .page__navi li a,
  .page__navi li span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.page__navi li.current {
  background-color: #a67232;
  border: 1px solid #a67232;
  border-radius: 2px;
  color: #fff;
  pointer-events: none;
}

.page__navi li.previous a, .page__navi li.next a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}

.page__navi li.previous a:after, .page__navi li.next a:after {
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(166, 114, 50, 0.5);
  border-right: 1px solid rgba(166, 114, 50, 0.5);
}

.page__navi li.previous a:after {
  left: 0.2em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.page__navi li.next a:after {
  right: 0.2em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page__navi li.back {
  width: auto;
}

.page__navi li.back a {
  padding: 0 1.5em;
  background-color: #a67232;
  color: #fff;
}

.sec_bnr {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 576px), print {
  .sec_bnr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_bnr {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.sec_bnr .list_bnr {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

@media only screen and (min-width: 768px), print {
  .sec_bnr .list_bnr {
    margin: -30px -15px 0;
  }
}

.sec_bnr .list_bnr li {
  width: 50%;
  margin-top: 10px;
  padding: 0 5px;
}

@media only screen and (min-width: 576px), print {
  .sec_bnr .list_bnr li {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_bnr .list_bnr li {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.sec_bnr .list_bnr li a {
  overflow: hidden;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px), print {
  .sec_bnr .list_bnr li a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .sec_bnr .list_bnr li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_bnr .list_bnr li a:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .sec_bnr .list_bnr li a:hover .ttl_bnr {
    background-color: rgba(166, 114, 50, 0.95);
  }
}

.sec_bnr .list_bnr li a:hover {
  text-decoration: none;
}

.sec_bnr .list_bnr li a:hover:after {
  opacity: 0;
}

.sec_bnr .list_bnr li a .ttl_bnr {
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -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;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
  padding: 0.3em 10px;
  background-color: rgba(166, 114, 50, 0.8);
  color: #fff;
}

@media only screen and (min-width: 768px), print {
  .sec_bnr .list_bnr li a .ttl_bnr {
    padding: 0.5em 20px;
    letter-spacing: 0.1em;
  }
}

.sec_bnr .list_bnr li a .img_bnr img {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.sec_company_outline .table_outline th {
  min-width: 10em;
}

.sec_business_hotel .list_sns {
  overflow: hidden;
  margin: 20px 0;
}

.sec_business_hotel .list_sns li {
  float: left;
  margin-right: 20px;
}

.sec_business_hotel .list_sns li:last-child {
  margin-right: 0;
}

.sec_business_hotel .list_sns li.sns_fb a {
  background-image: url(../img/logo_fb.png);
}

.sec_business_hotel .list_sns li.sns_line a {
  background-image: url(../img/logo_line.png);
}

.sec_business_hotel .list_sns li.sns_insta a {
  background-image: url(../img/logo_insta.png);
}

.sec_business_hotel .list_sns li a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.ol__step {
  margin-top: 3em;
}

.ol__step > li {
  position: relative;
  margin-bottom: 4em;
  padding: 2.5em 1.5em 2em;
  border: 1px solid #a67232;
  background-color: #f8f8f8;
}

.ol__step > li:last-child {
  margin-bottom: 0;
}

.ol__step .ttl_step {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: -1px;
  display: inline-block;
  padding: 0.3em 2.5em 0.3em 1.2em;
  background-color: #a67232;
  color: #fff;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .ol__step .ttl_step {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ol__step .icon_step {
  position: absolute;
  bottom: -2.5em;
  left: 1.3em;
  color: #c00026;
  font-weight: 700;
}

.ol__step .icon_step i {
  font-size: 18px;
  font-size: 1.8rem;
  color: #c00026;
  font-style: normal;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .ol__step .icon_step i {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.ir .wrap_ir_index_news {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px), print {
  body.ir .wrap_ir_index_news {
    -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;
  }
}

body.ir .wrap_ir_index_news .wrap_list__news {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px), print {
  body.ir .wrap_ir_index_news .wrap_list__news {
    margin: 0 30px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px), print {
  body.ir .wrap_ir_index_news .wrap_list__news {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px), print {
  body.ir .wrap_ir_index_news #listIrArchive {
    width: 200px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px), print {
  body.ir .wrap_ir_index_news #listIrArchive {
    width: 230px;
  }
}

body.ir .wrap_ir_index_news #listIrArchive .ttl__side {
  font-size: 17px;
  font-size: 1.7rem;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  body.ir .wrap_ir_index_news #listIrArchive .ttl__side {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.ir .wrap_ir_index_news #listIrArchive .ttl__side a,
body.ir .wrap_ir_index_news #listIrArchive .ttl__side span {
  display: block;
  padding: 0.7em 0.5em 0.6em 15px;
  background-color: #c00026;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  body.ir .wrap_ir_index_news #listIrArchive .ttl__side a,
  body.ir .wrap_ir_index_news #listIrArchive .ttl__side span {
    padding-left: 25px;
  }
}

body.ir .wrap_ir_index_news #listIrArchive .ttl__side a {
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -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;
}

body.ir .wrap_ir_index_news #listIrArchive .ttl__side a:hover {
  background-color: #a67232;
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link {
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  body.ir .wrap_ir_index_news #listIrArchive .list_side_link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link li {
  border-top: 1px dotted #fff;
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link li:first-child {
  border-top: none;
}

@media only screen and (min-width: 768px), print {
  body.ir .wrap_ir_index_news #listIrArchive .list_side_link li:last-child {
    border-bottom: 1px dotted #fff;
  }
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link li.current a {
  background-color: #ded5c6;
  color: #444;
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link li a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  position: relative;
  display: block;
  padding: 0.9em 0.5em 0.8em 32px;
  color: #a67232;
}

@media only screen and (min-width: 768px), print {
  body.ir .wrap_ir_index_news #listIrArchive .list_side_link li a {
    padding-left: 45px;
  }
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link li a:hover {
  background-color: #ded5c6;
  color: #444;
  text-decoration: none;
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link li a:hover:after {
  border-color: #444;
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link li a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.55em;
  height: 0.55em;
  border-top: 2px solid #ded5c6;
  border-right: 2px solid #ded5c6;
}

@media only screen and (min-width: 768px), print {
  body.ir .wrap_ir_index_news #listIrArchive .list_side_link li a:after {
    left: 27px;
  }
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link li .children {
  border-top: 1px dotted #fff;
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link li .children a {
  padding-left: 60px;
  color: #666;
}

body.ir .wrap_ir_index_news #listIrArchive .list_side_link li .children a:after {
  left: 42px;
}

#g_footer {
  position: relative;
  border-top: 1px solid #c00026;
}

#g_footer .wrap_nav_footer {
  padding-top: 35px;
  padding-bottom: 25px;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 576px), print {
  #g_footer .wrap_nav_footer {
    padding-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_nav_footer {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px), print {
  #g_footer .wrap_nav_footer {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_nav_footer {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_nav_footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px), print {
  #g_footer .company_info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

#g_footer .company_info .footer_logo {
  display: none;
}

@media only screen and (min-width: 768px), print {
  #g_footer .company_info .footer_logo {
    display: block;
  }
}

#g_footer .nav_footer {
  overflow: hidden;
  -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;
  margin: -1.5em 0 0 -1.5em;
}

@media only screen and (min-width: 768px), print {
  #g_footer .nav_footer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
}

#g_footer .nav_footer > li {
  float: left;
  width: 50%;
  padding: 1.5em 0 0 1.5em;
}

@media only screen and (min-width: 768px), print {
  #g_footer .nav_footer > li {
    float: none;
    width: auto;
    padding: 0 0 0 20px;
    min-width: 8em;
  }
}

#g_footer .nav_footer > li.company {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  #g_footer .nav_footer > li.company {
    width: auto;
  }
}

#g_footer .nav_footer > li.company .nav_footer_child {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

#g_footer .nav_footer .ttl_nav_footer {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #ded5c6;
  color: #a67232;
}

@media only screen and (max-width: 767px) {
  #g_footer .nav_footer .ttl_nav_footer {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#g_footer .nav_footer .ttl_nav_footer:hover {
  text-decoration: underline;
}

#g_footer .nav_footer .nav_footer_child {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: -0.2em;
}

@media only screen and (max-width: 767px) {
  #g_footer .nav_footer .nav_footer_child {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#g_footer .nav_footer .nav_footer_child li {
  margin-bottom: 0.2em;
}

#g_footer .nav_footer .nav_footer_child li a:hover {
  text-decoration: underline;
}

#g_footer .wrap_group_company {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 576px), print {
  #g_footer .wrap_group_company {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_group_company {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_group_company {
    border-bottom: none;
  }
}

#g_footer .dl_group_company {
  color: #666;
}

@media only screen and (min-width: 768px), print {
  #g_footer .dl_group_company {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#g_footer .dl_group_company dt {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  #g_footer .dl_group_company dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  #g_footer .dl_group_company dt {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

#g_footer .dl_group_company dt span {
  color: #a67232;
}

@media only screen and (min-width: 768px), print {
  #g_footer .dl_group_company dt span {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #ddd;
    color: #666;
  }
}

@media only screen and (min-width: 768px), print {
  #g_footer .dl_group_company dd {
    padding: 0.3em 0;
  }
}

@media only screen and (min-width: 480px), print {
  #g_footer .dl_group_company dd ul {
    overflow: hidden;
    margin-left: -1.5em;
  }
}

#g_footer .dl_group_company dd ul li {
  margin: 0.3em 0;
}

@media only screen and (min-width: 480px), print {
  #g_footer .dl_group_company dd ul li {
    float: left;
    margin: 0.3em 0 0.3em 1.5em;
  }
}

#g_footer .dl_group_company dd ul li a {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  #g_footer .dl_group_company dd ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#g_footer .dl_group_company dd ul li a:hover {
  text-decoration: underline;
}

#g_footer .footer_bottom_logo {
  margin: 40px 0 5px;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  #g_footer .footer_bottom_logo {
    display: none;
  }
}

#g_footer .footer_bottom {
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
  padding: 1.5em 0;
  background-color: #a67232;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #g_footer .footer_bottom {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#g_footer .footer_bottom .link_footer_bottom {
  overflow: hidden;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px), print {
  #g_footer .footer_bottom .link_footer_bottom {
    float: left;
    margin-bottom: 0;
  }
}

#g_footer .footer_bottom .link_footer_bottom li {
  float: left;
  margin-right: 1.5em;
}

#g_footer .footer_bottom .link_footer_bottom li:last-child {
  margin-right: 0;
}

#g_footer .footer_bottom .link_footer_bottom a {
  color: #fff;
}

#g_footer .footer_bottom .link_footer_bottom a:hover {
  text-decoration: underline;
}

#g_footer .footer_bottom .copyright {
  display: block;
}

@media only screen and (min-width: 768px), print {
  #g_footer .footer_bottom .copyright {
    float: right;
  }
}

.mfp-zoom-out-cur #pagetop {
  display: none !important;
}

#pagetop {
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  #pagetop {
    right: 0;
    position: fixed;
    display: none;
    bottom: 6em;
    z-index: 999;
    width: auto;
  }
}

#pagetop a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 40px;
  height: 40px;
  float: right;
  background-color: #c00026;
}

@media only screen and (min-width: 768px), print {
  #pagetop a {
    float: none;
    width: 46px;
    height: 46px;
  }
}

#pagetop a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 768px), print {
  #pagetop a:after {
    top: 20px;
    width: 20px;
    height: 20px;
  }
}

#pagetop a:hover {
  background-color: #c00026;
}

#pagetop a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
select,
textarea {
  padding: 0.2em 0.6em;
  border-radius: 2px;
  vertical-align: middle;
}

input:not([type="button"]):not([type="submit"]),
select,
textarea {
  border: 1px solid #ddd;
}

input[type="button"],
input[type="submit"] {
  border: none;
}

input[type="button"]:focus,
input[type="submit"]:focus {
  outline: 0;
}

select {
  width: 100%;
}

select:focus {
  outline: 0;
}

input[type="text"],
textarea {
  width: 100%;
}

input[type="button"],
input[type="submit"] {
  border: none;
}

input[type="button"]:focus,
input[type="submit"]:focus {
  outline: 0;
}

[type="radio"] {
  border-radius: 50%;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  margin-right: 0.35em;
}

@media only screen and (min-width: 768px), print {
  input[type="checkbox"],
  input[type="radio"] {
    top: 0.05em;
  }
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

::-placeholder {
  color: #aaa;
}

.select_wrap {
  position: relative;
  display: inline-block;
}

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

.select_wrap select {
  padding-right: 25px;
}

.select_h {
  zoom: 1;
  margin-top: -0.4em;
}

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

.select_h li {
  display: inline;
}

.select_h li label {
  display: inline-block;
  margin: 0.4em 0.8em 0 0;
}

@media only screen and (min-width: 768px), print {
  .select_h li label {
    margin: 0.4em 1.2em 0 0;
  }
}

.select_h li:last-child label {
  margin-right: 0;
}

.wrap_txt_thanks {
  text-align: center;
}

.wrap_txt_thanks .txt_thanks {
  display: inline-block;
  text-align: left;
}

.txt_contact_intro {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .txt_contact_intro {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec_form {
  background-color: #f3ede4;
}

.wrap_form {
  font-size: 16px;
}

@media only screen and (min-width: 768px), print {
  .wrap_form {
    margin: auto;
  }
}

.wrap_form .table_form {
  width: 100%;
  border: 1px solid #f3ede4;
}

.wrap_form .table_form tr:first-child td {
  border-top: none;
}

.wrap_form .table_form tr:last-child th,
.wrap_form .table_form tr:last-child td {
  border-bottom: none;
}

.wrap_form .table_form th,
.wrap_form .table_form td {
  padding: 0.5em 2em;
}

.wrap_form .table_form th {
  width: 1%;
  color: #fff;
  background-color: #b48d4b;
  border-bottom: 1px solid #fff;
  text-align: left;
  white-space: nowrap;
}

.wrap_form .table_form td {
  background-color: #fff;
  border: 1px solid #f3ede4;
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .wrap_form .table_form tr,
  .wrap_form .table_form th,
  .wrap_form .table_form td {
    display: block;
    width: auto;
    white-space: normal !important;
  }
  .wrap_form .table_form th,
  .wrap_form .table_form td {
    padding: 0.5em 1em;
  }
  .wrap_form .table_form th {
    border-bottom: none;
  }
  .wrap_form .table_form td {
    margin-bottom: 1em;
    border: none;
  }
  .wrap_form .table_form tr:last-child td {
    margin-bottom: 0;
  }
}

.wrap_form .table_form input[type="text"],
.wrap_form .table_form input[type="email"],
.wrap_form .table_form input[type="tel"],
.wrap_form .table_form textarea {
  background-color: #fff;
}

.wrap_form .table_form input[type="checkbox"] {
  width: 1em;
  height: 1em;
}

.wrap_form .table_form input[type="text"].zip {
  width: 8em;
  margin-left: 0.5em;
}

.wrap_form .table_form .must {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 0.5em;
  padding: 0.1em 0.3em;
  background-color: #c2143d;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .wrap_form .table_form .must {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.wrap_form .table_form .input_notes {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin: 0.5em 0 0 0;
  color: #999;
}

@media only screen and (max-width: 767px) {
  .wrap_form .table_form .input_notes {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  .wrap_form .table_form .input_notes {
    display: inline;
    margin: 0 0 0 0.5em;
  }
}

.wrap_btn_search_job {
  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 {
  .wrap_btn_search_job {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrap_btn_search_job {
    margin-top: 30px;
  }
}

.wrap_btn_search_job .btn_search_job {
  margin: 0 8px;
}

@media only screen and (min-width: 768px), print {
  .wrap_btn_search_job .btn_search_job {
    margin: 0 15px;
  }
}

.wrap_btn_search_job .btn_search_job input {
  border-radius: 2px;
}

.btn_submit input {
  padding: 0.5em 1em;
  background-color: #c00026;
  color: #fff;
}

@media only screen and (min-width: 768px), print {
  .btn_submit input {
    padding: 0.5em 2.5em;
  }
}

.btn_reset input {
  padding: 0.5em 1em;
  background-color: #ddd;
  color: #666;
}

.wrap_btn_action,
.wrap_btn_after_read,
.wrap_btn_apply {
  -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;
}

.wrap_btn_action {
  margin-top: 20px;
}

@media only screen and (min-width: 576px), print {
  .wrap_btn_action {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrap_btn_action {
    margin-top: 30px;
  }
}

.wrap_btn_after_read {
  margin-top: 40px;
}

@media only screen and (min-width: 576px), print {
  .wrap_btn_after_read {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrap_btn_after_read {
    margin-top: 80px;
  }
}

.wrap_btn_apply {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px), print {
  .wrap_btn_apply {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrap_btn_apply {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.btn_action {
  margin: 0 8px;
}

@media only screen and (min-width: 768px), print {
  .btn_action {
    margin: 0 15px;
  }
}

.btn_action a {
  display: inline-block;
  text-align: center;
}

.btn_action a,
.btn_action input {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em;
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .btn_action a,
  .btn_action input {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btn_action a,
.btn_action input:not([type="reset"]) {
  min-width: 7.5em;
}

@media only screen and (min-width: 768px), print {
  .btn_action a,
  .btn_action input:not([type="reset"]) {
    min-width: 12em;
  }
}

.btn_detail a,
.btn_detail input,
.btn_after_read a,
.btn_after_read input {
  border: 1px solid #c00026;
  color: #c00026;
  background-color: #fff;
}

.btn_apply a,
.btn_apply input {
  background-color: #c00026;
  color: #fff;
}

@media print {
  body {
    min-width: 1024px !important;
  }
  .wow {
    opacity: 1;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

*:not(html):not(body):not(header):not(footer):not(nav):not(main):not(article):not(section):not(aside):not(div):not(table) {
  font-weight: 500;
}

html {
  font-size: 62.5%;
}

body {
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.body_fixed.sidr-open {
  position: fixed !important;
  height: 100%;
}

@media only screen and (min-width: 768px), print {
  body {
    width: 100%;
    min-width: 1080px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* ------------------------------
その他
------------------------------ */
#top .wrap_breadcrumbs {
  padding-top: 0;
}

#top #g_header {
  border-bottom: none;
}

#top .ttl_top {
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px), print {
  #top .ttl_top {
    margin-bottom: 4em;
  }
}

#top .ttl_top .main {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  color: #c00026;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #top .ttl_top .main {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  #top .ttl_top .main {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  #top .ttl_top .main {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

#top .ttl_top .sub {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-top: 0.5em;
  color: #c00026;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #top .ttl_top .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#top .ttl_top .sub:before, #top .ttl_top .sub:after {
  content: "―";
  display: inline-block;
  vertical-align: 0.04em;
  margin-right: 0.5em;
}

#top .ttl_top .sub:before {
  margin-right: 0.5em;
}

#top .ttl_top .sub:after {
  margin-left: 0.5em;
}

#top .wrap_mv {
  height: 100vw;
}

@media only screen and (min-width: 768px), print {
  #top .wrap_mv {
    height: 100vh;
  }
}

#top .wrap_mv .bx-wrapper {
  height: 100%;
}

#top .wrap_mv .ttl_mv {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  position: absolute;
  z-index: 999;
  top: 20vh;
  left: 15px;
  display: inline-block;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.6;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  #top .wrap_mv .ttl_mv {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 576px), print {
  #top .wrap_mv .ttl_mv {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #top .wrap_mv .ttl_mv {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 768px), print {
  #top .wrap_mv .ttl_mv {
    top: 27vh;
    left: 10vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

#top .bx-wrapper {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
}

#top .bx-wrapper .bx-viewport {
  height: 100% !important;
}

#top .bx-wrapper .bx-pager {
  bottom: 20px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}

@media only screen and (min-width: 768px), print {
  #top .bx-wrapper .bx-pager {
    bottom: 20px;
    width: 40%;
    padding-left: 0;
    text-align: center;
  }
}

#top .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  outline: 0;
  border-radius: 6px;
}

#top .bx-wrapper .bx-pager.bx-default-pager a.active,
#top .bx-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus,
#top .bx-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #a67232;
}

#top #mvSlider {
  height: 100%;
}

#top #mvSlider .item {
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top #mvSlider .item._hotel {
  background-image: url(../../img/slider/mv01_sp.jpg);
}

@media only screen and (min-width: 768px), print {
  #top #mvSlider .item._hotel {
    background-image: url(../../img/slider/mv01.jpg);
  }
}

#top #mvSlider .item._estate {
  background-image: url(../../img/slider/mv02_sp.jpg);
}

@media only screen and (min-width: 768px), print {
  #top #mvSlider .item._estate {
    background-image: url(../../img/slider/mv02.jpg);
  }
}

#top #mvSlider .item._redevelopment {
  background-image: url(../../img/slider/mv03_sp.jpg);
}

@media only screen and (min-width: 768px), print {
  #top #mvSlider .item._redevelopment {
    background-image: url(../../img/slider/mv03.jpg);
  }
}

#top #mvSlider .item > a {
  display: block;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
}

#top #mvSlider .item img {
  display: block;
  max-width: none;
  width: 100% !important;
  height: auto;
  margin: auto;
}

#top #mvSlider .item .ttl_item {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 12em;
  padding: 5px 15px 3px 0;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 400;
  background: -webkit-gradient(linear, right top, left top, from(#a67232), to(transparent));
  background: -webkit-linear-gradient(right, #a67232, transparent);
  background: -o-linear-gradient(right, #a67232, transparent);
  background: linear-gradient(to left, #a67232, transparent);
  color: #fff;
  letter-spacing: 0.05em;
  text-align: right;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  #top #mvSlider .item .ttl_item {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 768px), print {
  #top #mvSlider .item .ttl_item {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.4;
    min-width: 20em;
    padding: 5px 35px 3px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  #top #mvSlider .item .ttl_item {
    font-size: 40px;
    font-size: 4rem;
  }
}

#top .wrap_list_main_business {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media only screen and (min-width: 576px), print {
  #top .wrap_list_main_business {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 768px), print {
  #top .wrap_list_main_business {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

#top .list_main_business {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

@media only screen and (min-width: 768px), print {
  #top .list_main_business {
    margin: -30px -15px 0;
  }
}

#top .list_main_business li {
  width: 50%;
  margin-top: 10px;
  padding: 0 5px;
}

#top .list_main_business li:first-child {
  margin-left: 25%;
}

@media only screen and (min-width: 576px), print {
  #top .list_main_business li:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px), print {
  #top .list_main_business li {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 768px), print {
  #top .list_main_business li {
    margin-top: 30px;
    padding: 0 15px;
  }
}

#top .list_main_business li a {
  overflow: hidden;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px), print {
  #top .list_main_business li a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    height: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  #top .list_main_business li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#top .list_main_business li a:after {
  -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;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

#top .list_main_business li a:hover {
  text-decoration: none;
}

#top .list_main_business li a:hover:after {
  opacity: 1;
}

#top .list_main_business li a .ttl_business {
  position: relative;
  z-index: 9;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 5px black;
}

#top .list_main_business li a .img_business {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

#top .list_main_business li a .img_business img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px), print {
  #top .wrap_top_sec {
    background: url(../../img/bg_info.png) no-repeat left top, url(../../img/bg_business.png) no-repeat right bottom;
    background-size: 100% auto;
  }
}

#top .sec_wrap_info {
  padding-bottom: 45px;
  overflow: hidden;
}

@media only screen and (min-width: 576px), print {
  #top .sec_wrap_info {
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info {
    padding-bottom: 90px;
  }
}

#top .sec_wrap_info .top_txt {
  margin-bottom: 45px;
  padding: 0 15px;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .top_txt p {
    margin-bottom: 80px;
    text-align: center;
  }
}

#top .sec_wrap_info .btn__basic, #top .sec_wrap_info body#business_index .sec_business_cont .btn_cont_business, body#business_index .sec_business_cont #top .sec_wrap_info .btn_cont_business {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .btn__basic, #top .sec_wrap_info body#business_index .sec_business_cont .btn_cont_business, body#business_index .sec_business_cont #top .sec_wrap_info .btn_cont_business {
    margin-top: 60px;
  }
}

#top .sec_wrap_info .qs_wrap__tabmenu {
  position: relative;
  z-index: 9;
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu {
  -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;
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li:before {
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: -1px;
  bottom: 0;
  border: 1px solid transparent;
  border-bottom-color: #ddd;
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li.active:before, #top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li:hover:before {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li.active a, #top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li:hover a {
  color: #a67232;
  text-decoration: none;
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li.active a {
  pointer-events: none;
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li:first-child a:before {
  display: none;
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li:last-child a:after {
  display: none;
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li a {
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -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: 18px;
  font-size: 1.8rem;
  display: block;
  position: relative;
  padding: 0.5em 0.2em;
  border: 1px solid transparent;
  border-bottom: none;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 767px) {
  #top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li a {
    padding: 0.6em 0.2em;
  }
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li a:before, #top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0.6em;
  bottom: 0.6em;
  width: 1px;
  background-color: #eee;
  z-index: -1;
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li a:before {
  left: -2px;
  right: auto;
}

#top .sec_wrap_info .qs_wrap__tabmenu .qs_tab__menu li a:after {
  left: auto;
  right: -1px;
}

#top .sec_wrap_info .qs_wrap__tabcont {
  padding-top: 25px;
  position: relative;
  z-index: 0;
  margin-top: -2px;
}

@media only screen and (min-width: 576px), print {
  #top .sec_wrap_info .qs_wrap__tabcont {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .qs_wrap__tabcont {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .qs_wrap__tabcont {
    margin-top: -1px;
  }
}

#top .sec_wrap_info .sec_topics {
  position: relative;
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news {
  overflow: hidden;
  -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;
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li {
  position: relative;
  width: 100%;
  margin-top: 1em;
  padding-bottom: 1em;
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -1px;
  left: 0;
  border-bottom: 1px dashed #eee;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .sec_topics .list__top_thumb_news li:after {
    right: 20px;
    left: 20px;
  }
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li:first-child {
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .sec_topics .list__top_thumb_news li:first-child {
    margin-top: 1em;
    padding-bottom: 1em;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .sec_topics .list__top_thumb_news li {
    width: 50%;
    padding: 0 20px;
  }
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li a {
  color: #444;
  text-decoration: none;
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li a:hover {
  text-decoration: none;
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li a:hover .img_news img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li a:hover .txt_news {
  text-decoration: underline;
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li a .wrap_txt_news {
  overflow: hidden;
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li a .img_news {
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
  float: left;
  width: 90px;
  height: 56px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .sec_topics .list__top_thumb_news li a .img_news {
    width: 160px;
    height: 90px;
  }
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li a .img_news._default {
  background-color: #fff;
  border: 1px solid #c00026;
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li a .img_news img {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li a .date_news {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  color: #999;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  #top .sec_wrap_info .sec_topics .list__top_thumb_news li a .date_news {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#top .sec_wrap_info .sec_topics .list__top_thumb_news li a .txt_news {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  #top .sec_wrap_info .sec_topics .list__top_thumb_news li a .txt_news {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#top .sec_wrap_info .sec_topics .list__news li:first-child {
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .sec_topics .list__news li:first-child {
    margin-top: 1em;
    padding-bottom: 1em;
  }
}

#top .sec_wrap_info .sec_topics .list__news li:last-child:after {
  display: none;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .sec_topics .list__news li:last-child:after {
    display: block;
  }
}

#top .sec_wrap_info .sec_news_ir {
  position: relative;
}

#top .sec_wrap_info .sec_news_ir .list__news li {
  padding: 0 0 1em;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .sec_news_ir .list__news li {
    width: 50%;
    padding: 0 20px 1em;
  }
}

#top .sec_wrap_info .sec_news_ir .list__news li:after {
  content: "";
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 0;
  left: 10px;
  border-bottom: 1px dashed #eee;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .sec_news_ir .list__news li:after {
    right: 20px;
    left: 20px;
  }
}

#top .sec_wrap_info .sec_ir {
  margin-top: 35px;
}

@media only screen and (min-width: 768px), print {
  #top .sec_wrap_info .sec_ir {
    margin-top: 0;
  }
}

#top .sec_our_business {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 576px), print {
  #top .sec_our_business {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

#top .sec_our_business .ttl_our_business .main {
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 1.4;
  color: #c00026;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #top .sec_our_business .ttl_our_business .main {
    font-size: 58px;
    font-size: 5.8rem;
  }
}

#top .sec_our_business .ttl_our_business .sub {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  display: block;
  color: #777;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  #top .sec_our_business .ttl_our_business .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#top .sec_our_business .ttl_our_business .sub:before {
  content: "―";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#top .sec_our_business .wrap_sec_business_below {
  overflow: hidden;
}

#top .sec_our_business .sec_business {
  padding-top: 30px;
}

@media only screen and (min-width: 576px), print {
  #top .sec_our_business .sec_business {
    padding-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business {
    padding-top: 50px;
  }
}

#top .sec_our_business .sec_business .ttl_business {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #a67232;
  color: #a67232;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 767px) {
  #top .sec_our_business .sec_business .ttl_business {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business .ttl_business {
    margin-bottom: 0.6em;
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business .box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business .box .box_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business .box .ttl_business {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1em;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business .box .box_txt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business .box .btn__basic, #top .sec_our_business .sec_business .box body#business_index .sec_business_cont .btn_cont_business, body#business_index .sec_business_cont #top .sec_our_business .sec_business .box .btn_cont_business {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

#top .sec_our_business .sec_business .box_img .img_ttl {
  display: none;
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business .box_img .img_ttl {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1.4;
    display: block;
    position: relative;
    z-index: 9;
    margin-bottom: -0.8em;
    color: #111;
    font-family: "Cinzel", serif;
    font-display: swap;
    font-weight: 400;
    text-align: right;
    text-shadow: -1px -1px 1px #fff, 0px 0px 1px #fff, 1px 1px 1px #FFF;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  #top .sec_our_business .sec_business .box_img .img_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

#top .sec_our_business .sec_business .btn__basic, #top .sec_our_business .sec_business body#business_index .sec_business_cont .btn_cont_business, body#business_index .sec_business_cont #top .sec_our_business .sec_business .btn_cont_business {
  margin-top: 25px;
  text-align: center;
}

@media only screen and (min-width: 576px), print {
  #top .sec_our_business .sec_business .btn__basic, #top .sec_our_business .sec_business body#business_index .sec_business_cont .btn_cont_business, body#business_index .sec_business_cont #top .sec_our_business .sec_business .btn_cont_business {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business .btn__basic, #top .sec_our_business .sec_business body#business_index .sec_business_cont .btn_cont_business, body#business_index .sec_business_cont #top .sec_our_business .sec_business .btn_cont_business {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business .btn__basic, #top .sec_our_business .sec_business body#business_index .sec_business_cont .btn_cont_business, body#business_index .sec_business_cont #top .sec_our_business .sec_business .btn_cont_business {
    text-align: left;
  }
}

#top .sec_our_business .sec_business._redevelopment {
  overflow: hidden;
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business._redevelopment .ttl_business {
    float: left;
    width: 50%;
  }
}

#top .sec_our_business .sec_business._redevelopment .box_txt {
  padding-right: 35px;
}

@media only screen and (min-width: 576px), print {
  #top .sec_our_business .sec_business._redevelopment .box_txt {
    padding-right: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business._redevelopment .box_txt {
    padding-right: 70px;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business._redevelopment .box_txt {
    width: 50%;
  }
}

#top .sec_our_business .sec_business._redevelopment .box_img {
  float: right;
  width: 40%;
  margin: 0 0 1em 1.5em;
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business._redevelopment .box_img {
    width: 50%;
    margin: -4em 0 0 0;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business._hotel, #top .sec_our_business .sec_business._estate {
    float: left;
    width: 40%;
  }
}

#top .sec_our_business .sec_business._hotel .box_img, #top .sec_our_business .sec_business._estate .box_img {
  float: right;
  width: 40%;
  margin: 0 0 1em 1.5em;
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business._hotel .box_img, #top .sec_our_business .sec_business._estate .box_img {
    float: none;
    width: auto;
    margin: 0;
  }
}

@media only screen and (min-width: 768px), print {
  #top .sec_our_business .sec_business._estate {
    margin-top: 45px;
    margin-left: 7.5%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  #top .sec_our_business .sec_business._estate {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  #top .sec_our_business .sec_business._estate {
    margin-top: 90px;
  }
}

#top #g_footer {
  border-top: none;
}

.index_page ._border {
  border: 1px solid #ddd;
}

.index_page .ttl__index_page {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0.5em;
  color: #a67232;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .index_page .ttl__index_page {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px), print {
  .index_page .ttl__index_page {
    margin: 0.8em 0 0.5em;
  }
}

.index_page .txt__index_page {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px), print {
  .index_page .txt__index_page {
    margin-bottom: 0;
  }
}

body#business_index .ttl__page_fill {
  margin-top: 0.9em;
  background-color: transparent;
}

body#business_index .figure_redevelopment {
  margin-top: 35px;
  padding: 0 15px;
}

@media only screen and (min-width: 576px), print {
  body#business_index .figure_redevelopment {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  body#business_index .figure_redevelopment {
    margin-top: 70px;
  }
}

body#business_index .sec_business_inner {
  margin-top: 35px;
  border-top: 1px solid #ded5c6;
}

@media only screen and (min-width: 576px), print {
  body#business_index .sec_business_inner {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  body#business_index .sec_business_inner {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px), print {
  body#business_index .wrap_business_cont {
    overflow: hidden;
    margin: 0 -20px;
  }
}

body#business_index .sec_business_cont + .sec_business_cont {
  margin-top: 50px;
}

@media only screen and (min-width: 768px), print {
  body#business_index .sec_business_cont + .sec_business_cont {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px), print {
  body#business_index .sec_business_cont {
    float: left;
    width: 33.33333%;
    padding: 0 20px;
  }
}

body#business_index .sec_business_cont .ttl_cont_business {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  color: #a67232;
  font-family: "Cinzel", serif;
  font-display: swap;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body#business_index .sec_business_cont .ttl_cont_business {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

body#business_index .sec_business_cont .ttl_cont_business span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-top: 0.1em;
  color: #999;
}

@media only screen and (max-width: 767px) {
  body#business_index .sec_business_cont .ttl_cont_business span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body#business_index .sec_business_cont .img_cont_business {
  margin-bottom: 1.5em;
}

body#business_index .sec_business_cont .btn_cont_business {
  margin-top: 2em;
  text-align: center;
}

body#company_index .sec_company_inner {
  margin-top: 35px;
  border-top: 1px solid #ded5c6;
}

@media only screen and (min-width: 576px), print {
  body#company_index .sec_company_inner {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  body#company_index .sec_company_inner {
    margin-top: 70px;
  }
}

body#company_index .sec_company_cont a {
  position: relative;
  display: block;
  overflow: hidden;
}

body#company_index .sec_company_cont a.link_s {
  height: 100%;
}

@media only screen and (min-width: 768px), print {
  body#company_index .sec_company_cont a.link_s .ttl_cont_company {
    font-size: 13px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}

body#company_index .sec_company_cont a img {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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;
}

body#company_index .sec_company_cont a:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

body#company_index .sec_company_cont a:hover .ttl_cont_company {
  background-color: rgba(166, 114, 50, 0.95);
}

body#company_index .sec_company_cont .ttl_cont_company {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -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;
  position: absolute;
  z-index: 9;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.3em 10px;
  background-color: rgba(166, 114, 50, 0.8);
  color: #fff;
  font-family: "Cinzel", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-display: swap;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body#company_index .sec_company_cont .ttl_cont_company {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px), print {
  body#company_index .sec_company_cont .ttl_cont_company {
    padding: 0.5em 15px;
    letter-spacing: 0.1em;
  }
}

body#company_index .sec_company_cont .ttl_cont_company:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 768px), print {
  body#company_index .sec_company_cont .ttl_cont_company:after {
    right: 15px;
  }
}

body#company_index .sec_company_cont .img_cont_company._border {
  border: 1px solid #ddd;
}

body#company_index .sec_company_cont .img_cont_company img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body#company_index .wrap_company_cont_l {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (min-width: 768px), print {
  body#company_index .wrap_company_cont_l {
    margin: 0 -30px;
  }
}

body#company_index .wrap_company_cont_l .sec_company_cont {
  width: 50%;
  padding: 0 10px;
}

@media only screen and (min-width: 768px), print {
  body#company_index .wrap_company_cont_l .sec_company_cont {
    padding: 0 30px;
  }
}

body#company_index .wrap_company_cont_m {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (min-width: 768px), print {
  body#company_index .wrap_company_cont_m {
    overflow: hidden;
    margin: 50px -10px 0;
  }
}

body#company_index .wrap_company_cont_m .sec_company_cont {
  width: 50%;
  margin-top: 20px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px), print {
  body#company_index .wrap_company_cont_m .sec_company_cont {
    width: 25%;
    margin-top: 0;
  }
}

body#company_index .wrap_company_cont_m .sec_company_cont .ttl_cont_company {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  body#company_index .wrap_company_cont_m .sec_company_cont .ttl_cont_company {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body#company_index .wrap_company_cont_s {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}

@media only screen and (min-width: 768px), print {
  body#company_index .wrap_company_cont_s {
    margin: 30px -10px 0;
  }
}

body#company_index .wrap_company_cont_s .sec_company_cont {
  margin-top: 20px;
  width: 100%;
  padding: 0 10px;
}

@media only screen and (min-width: 576px), print {
  body#company_index .wrap_company_cont_s .sec_company_cont {
    width: 50%;
  }
}

@media only screen and (min-width: 768px), print {
  body#company_index .wrap_company_cont_s .sec_company_cont {
    width: 25%;
  }
}

body#company_index .wrap_company_cont_s .sec_company_cont .ttl_cont_company {
  font-size: 18px;
  font-size: 1.8rem;
  position: static;
}

@media only screen and (max-width: 767px) {
  body#company_index .wrap_company_cont_s .sec_company_cont .ttl_cont_company {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body#data .sec_data {
  background-color: #f6eee4;
}

body#data .ttl_data {
  padding: 30px 15px 0;
  background: url(../img/bg_data_mv.gif) repeat left top;
  background-size: cover;
}

@media only screen and (min-width: 768px), print {
  body#data .ttl_data {
    padding: 40px 15px 0;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .wrap_data_cont {
    overflow: hidden;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px -15px 0;
  }
}

body#data .sec_data_cont {
  margin-top: 20px;
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont {
    margin-top: 30px;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type01 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type01 .box_data {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type01 .box_data .item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type01 .box_data .item._num {
    width: 65.83%;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type01 .box_data .item._num .icon_box_data {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type01 .box_data .item._num .icon_box_data .wrap_icon_num {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type01 .box_data .item._num .icon_box_data .ttl_box_data {
    width: 43%;
    padding: 0 20px 0 80px;
    text-align: left;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type01 .box_data .item._txt {
    width: 34.17%;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type02 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type02 .box_data .item._num .icon_box_data {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

body#data .sec_data_cont._type02 .box_data .item._txt .wrap_icon_num .num {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  body#data .sec_data_cont._type02 .box_data .item._txt .wrap_icon_num .num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

body#data .sec_data_cont._type02 .box_data .item._txt .wrap_icon_num .num span {
  padding-right: 13px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-display: swap;
  font-weight: 500;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._type02 .box_data .item._txt .wrap_icon_num .num span {
    font-size: 88px;
    font-size: 8.8rem;
  }
}

body#data .sec_data_cont._no_label {
  position: relative;
}

body#data .sec_data_cont._no_label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 13px solid transparent;
  border-top-color: #0f76aa;
  border-left-color: #0f76aa;
  width: 0;
  height: 0;
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._no_label:after {
    left: 15px;
    border-width: 18px;
  }
}

body#data .sec_data_cont._label01 {
  position: relative;
}

body#data .sec_data_cont._label01 .data_label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  background-color: #0f76aa;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._label01 .data_label {
    left: 15px;
    border-width: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
  }
}

body#data .sec_data_cont._label01 .data_label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -26px;
  border: 13px solid transparent;
  border-top-color: #0f76aa;
  border-left-color: #0f76aa;
  width: 0;
  height: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont._label01 .data_label:after {
    border-width: 18px;
    right: -36px;
  }
}

body#data .sec_data_cont .box_data .item {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body#data .sec_data_cont .box_data .item._num {
  padding: 30px 10px;
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont .box_data .item._num {
    padding: 20px 0;
    min-height: 290px;
  }
}

body#data .sec_data_cont .box_data .item._num .icon_box_data {
  width: 100%;
}

body#data .sec_data_cont .box_data .item._num .icon_box_data .ttl_box_data {
  text-align: center;
}

body#data .sec_data_cont .box_data .item._num .icon_box_data .wrap_icon_num {
  margin-top: 25px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body#data .sec_data_cont .box_data .item._num .icon_box_data .wrap_icon_num .icon_num {
  width: 30%;
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont .box_data .item._num .icon_box_data .wrap_icon_num .icon_num {
    width: auto;
  }
}

body#data .sec_data_cont .box_data .item._num .icon_box_data .wrap_icon_num .num {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  top: 0.35em;
  margin-left: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  body#data .sec_data_cont .box_data .item._num .icon_box_data .wrap_icon_num .num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont .box_data .item._num .icon_box_data .wrap_icon_num .num {
    margin-left: 30px;
  }
}

body#data .sec_data_cont .box_data .item._num .icon_box_data .wrap_icon_num .num span {
  padding-right: 13px;
  color: #a67232;
  font-family: "Oswald", sans-serif;
  font-display: swap;
  font-weight: 500;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont .box_data .item._num .icon_box_data .wrap_icon_num .num span {
    font-size: 88px;
    font-size: 8.8rem;
  }
}

body#data .sec_data_cont .box_data .item._txt {
  padding: 25px 10px;
  background-color: #a67232;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px), print {
  body#data .sec_data_cont .box_data .item._txt {
    padding: 20px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

body#data .sec_data_cont .box_data .ttl_box_data {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #5a380e;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  body#data .sec_data_cont .box_data .ttl_box_data {
    font-size: 29px;
    font-size: 2.9rem;
  }
}

body#data .sec_data_cont .box_data .ttl_box_data span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  color: #c5b5a2;
  font-family: "Oswald", sans-serif;
  font-display: swap;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  body#data .sec_data_cont .box_data .ttl_box_data span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body#data .sec_data_cont .box_data .txt_box_data {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  body#data .sec_data_cont .box_data .txt_box_data {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

body#data .sec_data_cont .box_data .txt_box_data_notes {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1em;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  body#data .sec_data_cont .box_data .txt_box_data_notes {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

body.sitemap .wrap_sec_sitemap_box {
  margin: -50px -20px;
}

@media only screen and (min-width: 768px), print {
  body.sitemap .wrap_sec_sitemap_box {
    overflow: hidden;
    -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;
  }
}

body.sitemap .sec_sitemap_box {
  margin-top: 50px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px), print {
  body.sitemap .sec_sitemap_box {
    width: 50%;
  }
}

body.sitemap .nav_sitemap {
  overflow: hidden;
  -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;
  margin: -1em 0 0;
}

body.sitemap .nav_sitemap li {
  width: 50%;
  margin-top: 1em;
}

body.sitemap .nav_sitemap li a {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}

body.sitemap .nav_sitemap li a:hover {
  text-decoration: underline;
}

body.sitemap .nav_sitemap li a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -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;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.55em;
  height: 0.55em;
  border-top: 2px solid #c00026;
  border-right: 2px solid #c00026;
}

/*# sourceMappingURL=common.css.map */