@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

.fc-red {
  color: red;;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.1713030747vw;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 1367px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 926px) {
  body {
    font-size: 3.2vw;
  }
}

a {
  /*color : $color-primary;*/
}

hr {
  margin-bottom: 1em;
}

picture, nav {
  display: block;
}

svg {
  vertical-align: top;
}

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

li {
  margin-bottom: 0.5em;
}
li:last-child {
  margin-bottom: 0;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.l-wrapper {
  overflow: hidden;
  position: relative;
}

.l-inner {
  width: 84.9194729136vw;
  padding: 8.78477306vw 5.8565153734vw;
  margin: 0 auto;
  max-width: 1980px;
  position: relative;
}
@media only screen and (min-width: 1367px) {
  .l-inner {
    width: calc(1000px + 80px * 2);
    padding: 120px 80px;
  }
}
@media only screen and (max-width: 926px) {
  .l-inner {
    width: auto;
    padding: 16vw 8vw;
  }
}
.l-inner_xl {
  padding: 8.78477306vw 0;
  width: 100%;
}
@media only screen and (min-width: 1367px) {
  .l-inner_xl {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 926px) {
  .l-inner_xl {
    padding: 16vw 5.3333333333vw;
  }
}
.l-inner_lg {
  padding: 8.78477306vw 2.9282576867vw;
  width: 100%;
}
@media only screen and (min-width: 1367px) {
  .l-inner_lg {
    padding: 120px 40px;
  }
}
@media only screen and (max-width: 926px) {
  .l-inner_lg {
    padding: 16vw 5.3333333333vw;
  }
}

.l-inner_md {
  position: relative;
  padding: 60px;
}

@media only screen and (max-width: 767px) {
  .l-inner_md {
    padding: 8vw 5.33333vw;
  }
}

.l-inner_thin {
  padding-bottom: 1.4641288433vw;
  padding-top: 1.4641288433vw;
}
@media only screen and (min-width: 1367px) {
  .l-inner_thin {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 926px) {
  .l-inner_thin {
    padding-bottom: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}

.l-header {
  position: relative;
  z-index: 999;
  top: 0;
  width: 100%;
}
.l-header_absolute {
  position: absolute;
}
.l-header_fixed {
  position: fixed;
}
.is-fixed .l-header {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
}

.l-main {
  position: relative;
}

.l-section {
  /*padding : $ruler*5;
  @include mq($break_sp) {
  	padding : $ruler*4 $ruler;
  }*/
}

.l-news-date {
  margin-right: 3.2rem;
}
@media only screen and (max-width: 926px) {
  .l-news-date {
    display: block;
  }
}
.l-news-line {
  display: flex;
  align-items: center;
}
.l-news-line-ttl {
  padding: 3.2rem 3.2rem 3.2rem 6.4rem;
  position: relative;
}
@media only screen and (max-width: 926px) {
  .l-news-line-ttl {
    padding: 1.6rem;
  }
}
.l-news-line-ttl:after {
  content: "";
  display: block;
  border-right: dotted 4px white;
  height: calc(100% - 1.6rem * 2);
  width: 4px;
  position: absolute;
  top: 1.6rem;
  right: 0;
}
.l-news-line-txt {
  padding: 3.2rem 6.4rem 3.2rem 3.2rem;
}
@media only screen and (max-width: 926px) {
  .l-news-line-txt {
    padding: 1.6rem;
  }
}

.l-footer {
  /* background-color : $color-footer_bg; */
}
.l-facebook .js-facebook {
  max-width: 500px;
  /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
}
.l-facebook .js-facebook > .fb-page {
  width: 100%;
}
.l-facebook .js-facebook > .fb-page > .fb-page > span,
.l-facebook .js-facebook > .fb-page iframe {
  width: 100% !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.196193265vw;
  margin-right: -2.196193265vw;
  margin-bottom: -4.39238653vw;
}
.row > .col-1 {
  width: calc((100%) * 1 / 1);
}
.row > .col-1_1 {
  width: calc((100%) * 1 / 1);
}
.row > .col-2 {
  width: calc((100%) * 1 / 2);
}
.row > .col-2_1 {
  width: calc((100%) * 1 / 2);
}
.row > .col-2_2 {
  width: calc((100%) * 2 / 2);
}
.row > .col-3 {
  width: calc((100%) * 1 / 3);
}
.row > .col-3_1 {
  width: calc((100%) * 1 / 3);
}
.row > .col-3_2 {
  width: calc((100%) * 2 / 3);
}
.row > .col-3_3 {
  width: calc((100%) * 3 / 3);
}
.row > .col-4 {
  width: calc((100%) * 1 / 4);
}
.row > .col-4_1 {
  width: calc((100%) * 1 / 4);
}
.row > .col-4_2 {
  width: calc((100%) * 2 / 4);
}
.row > .col-4_3 {
  width: calc((100%) * 3 / 4);
}
.row > .col-4_4 {
  width: calc((100%) * 4 / 4);
}
.row > .col-5 {
  width: calc((100%) * 1 / 5);
}
.row > .col-5_1 {
  width: calc((100%) * 1 / 5);
}
.row > .col-5_2 {
  width: calc((100%) * 2 / 5);
}
.row > .col-5_3 {
  width: calc((100%) * 3 / 5);
}
.row > .col-5_4 {
  width: calc((100%) * 4 / 5);
}
.row > .col-5_5 {
  width: calc((100%) * 5 / 5);
}
.row > .col-6 {
  width: calc((100%) * 1 / 6);
}
.row > .col-6_1 {
  width: calc((100%) * 1 / 6);
}
.row > .col-6_2 {
  width: calc((100%) * 2 / 6);
}
.row > .col-6_3 {
  width: calc((100%) * 3 / 6);
}
.row > .col-6_4 {
  width: calc((100%) * 4 / 6);
}
.row > .col-6_5 {
  width: calc((100%) * 5 / 6);
}
.row > .col-6_6 {
  width: calc((100%) * 6 / 6);
}
.row > .col-7 {
  width: calc((100%) * 1 / 7);
}
.row > .col-7_1 {
  width: calc((100%) * 1 / 7);
}
.row > .col-7_2 {
  width: calc((100%) * 2 / 7);
}
.row > .col-7_3 {
  width: calc((100%) * 3 / 7);
}
.row > .col-7_4 {
  width: calc((100%) * 4 / 7);
}
.row > .col-7_5 {
  width: calc((100%) * 5 / 7);
}
.row > .col-7_6 {
  width: calc((100%) * 6 / 7);
}
.row > .col-7_7 {
  width: calc((100%) * 7 / 7);
}
.row > .col-8 {
  width: calc((100%) * 1 / 8);
}
.row > .col-8_1 {
  width: calc((100%) * 1 / 8);
}
.row > .col-8_2 {
  width: calc((100%) * 2 / 8);
}
.row > .col-8_3 {
  width: calc((100%) * 3 / 8);
}
.row > .col-8_4 {
  width: calc((100%) * 4 / 8);
}
.row > .col-8_5 {
  width: calc((100%) * 5 / 8);
}
.row > .col-8_6 {
  width: calc((100%) * 6 / 8);
}
.row > .col-8_7 {
  width: calc((100%) * 7 / 8);
}
.row > .col-8_8 {
  width: calc((100%) * 8 / 8);
}
.row > .col-9 {
  width: calc((100%) * 1 / 9);
}
.row > .col-9_1 {
  width: calc((100%) * 1 / 9);
}
.row > .col-9_2 {
  width: calc((100%) * 2 / 9);
}
.row > .col-9_3 {
  width: calc((100%) * 3 / 9);
}
.row > .col-9_4 {
  width: calc((100%) * 4 / 9);
}
.row > .col-9_5 {
  width: calc((100%) * 5 / 9);
}
.row > .col-9_6 {
  width: calc((100%) * 6 / 9);
}
.row > .col-9_7 {
  width: calc((100%) * 7 / 9);
}
.row > .col-9_8 {
  width: calc((100%) * 8 / 9);
}
.row > .col-9_9 {
  width: calc((100%) * 9 / 9);
}
.row > .col-10 {
  width: calc((100%) * 1 / 10);
}
.row > .col-10_1 {
  width: calc((100%) * 1 / 10);
}
.row > .col-10_2 {
  width: calc((100%) * 2 / 10);
}
.row > .col-10_3 {
  width: calc((100%) * 3 / 10);
}
.row > .col-10_4 {
  width: calc((100%) * 4 / 10);
}
.row > .col-10_5 {
  width: calc((100%) * 5 / 10);
}
.row > .col-10_6 {
  width: calc((100%) * 6 / 10);
}
.row > .col-10_7 {
  width: calc((100%) * 7 / 10);
}
.row > .col-10_8 {
  width: calc((100%) * 8 / 10);
}
.row > .col-10_9 {
  width: calc((100%) * 9 / 10);
}
.row > .col-10_10 {
  width: calc((100%) * 10 / 10);
}
.row > .col-11 {
  width: calc((100%) * 1 / 11);
}
.row > .col-11_1 {
  width: calc((100%) * 1 / 11);
}
.row > .col-11_2 {
  width: calc((100%) * 2 / 11);
}
.row > .col-11_3 {
  width: calc((100%) * 3 / 11);
}
.row > .col-11_4 {
  width: calc((100%) * 4 / 11);
}
.row > .col-11_5 {
  width: calc((100%) * 5 / 11);
}
.row > .col-11_6 {
  width: calc((100%) * 6 / 11);
}
.row > .col-11_7 {
  width: calc((100%) * 7 / 11);
}
.row > .col-11_8 {
  width: calc((100%) * 8 / 11);
}
.row > .col-11_9 {
  width: calc((100%) * 9 / 11);
}
.row > .col-11_10 {
  width: calc((100%) * 10 / 11);
}
.row > .col-11_11 {
  width: calc((100%) * 11 / 11);
}
.row > .col-12 {
  width: calc((100%) * 1 / 12);
}
.row > .col-12_1 {
  width: calc((100%) * 1 / 12);
}
.row > .col-12_2 {
  width: calc((100%) * 2 / 12);
}
.row > .col-12_3 {
  width: calc((100%) * 3 / 12);
}
.row > .col-12_4 {
  width: calc((100%) * 4 / 12);
}
.row > .col-12_5 {
  width: calc((100%) * 5 / 12);
}
.row > .col-12_6 {
  width: calc((100%) * 6 / 12);
}
.row > .col-12_7 {
  width: calc((100%) * 7 / 12);
}
.row > .col-12_8 {
  width: calc((100%) * 8 / 12);
}
.row > .col-12_9 {
  width: calc((100%) * 9 / 12);
}
.row > .col-12_10 {
  width: calc((100%) * 10 / 12);
}
.row > .col-12_11 {
  width: calc((100%) * 11 / 12);
}
.row > .col-12_12 {
  width: calc((100%) * 12 / 12);
}
.row > .col-13 {
  width: calc((100%) * 1 / 13);
}
.row > .col-13_1 {
  width: calc((100%) * 1 / 13);
}
.row > .col-13_2 {
  width: calc((100%) * 2 / 13);
}
.row > .col-13_3 {
  width: calc((100%) * 3 / 13);
}
.row > .col-13_4 {
  width: calc((100%) * 4 / 13);
}
.row > .col-13_5 {
  width: calc((100%) * 5 / 13);
}
.row > .col-13_6 {
  width: calc((100%) * 6 / 13);
}
.row > .col-13_7 {
  width: calc((100%) * 7 / 13);
}
.row > .col-13_8 {
  width: calc((100%) * 8 / 13);
}
.row > .col-13_9 {
  width: calc((100%) * 9 / 13);
}
.row > .col-13_10 {
  width: calc((100%) * 10 / 13);
}
.row > .col-13_11 {
  width: calc((100%) * 11 / 13);
}
.row > .col-13_12 {
  width: calc((100%) * 12 / 13);
}
.row > .col-13_13 {
  width: calc((100%) * 13 / 13);
}
.row > .col-14 {
  width: calc((100%) * 1 / 14);
}
.row > .col-14_1 {
  width: calc((100%) * 1 / 14);
}
.row > .col-14_2 {
  width: calc((100%) * 2 / 14);
}
.row > .col-14_3 {
  width: calc((100%) * 3 / 14);
}
.row > .col-14_4 {
  width: calc((100%) * 4 / 14);
}
.row > .col-14_5 {
  width: calc((100%) * 5 / 14);
}
.row > .col-14_6 {
  width: calc((100%) * 6 / 14);
}
.row > .col-14_7 {
  width: calc((100%) * 7 / 14);
}
.row > .col-14_8 {
  width: calc((100%) * 8 / 14);
}
.row > .col-14_9 {
  width: calc((100%) * 9 / 14);
}
.row > .col-14_10 {
  width: calc((100%) * 10 / 14);
}
.row > .col-14_11 {
  width: calc((100%) * 11 / 14);
}
.row > .col-14_12 {
  width: calc((100%) * 12 / 14);
}
.row > .col-14_13 {
  width: calc((100%) * 13 / 14);
}
.row > .col-14_14 {
  width: calc((100%) * 14 / 14);
}
.row > .col-15 {
  width: calc((100%) * 1 / 15);
}
.row > .col-15_1 {
  width: calc((100%) * 1 / 15);
}
.row > .col-15_2 {
  width: calc((100%) * 2 / 15);
}
.row > .col-15_3 {
  width: calc((100%) * 3 / 15);
}
.row > .col-15_4 {
  width: calc((100%) * 4 / 15);
}
.row > .col-15_5 {
  width: calc((100%) * 5 / 15);
}
.row > .col-15_6 {
  width: calc((100%) * 6 / 15);
}
.row > .col-15_7 {
  width: calc((100%) * 7 / 15);
}
.row > .col-15_8 {
  width: calc((100%) * 8 / 15);
}
.row > .col-15_9 {
  width: calc((100%) * 9 / 15);
}
.row > .col-15_10 {
  width: calc((100%) * 10 / 15);
}
.row > .col-15_11 {
  width: calc((100%) * 11 / 15);
}
.row > .col-15_12 {
  width: calc((100%) * 12 / 15);
}
.row > .col-15_13 {
  width: calc((100%) * 13 / 15);
}
.row > .col-15_14 {
  width: calc((100%) * 14 / 15);
}
.row > .col-15_15 {
  width: calc((100%) * 15 / 15);
}
.row > .col-16 {
  width: calc((100%) * 1 / 16);
}
.row > .col-16_1 {
  width: calc((100%) * 1 / 16);
}
.row > .col-16_2 {
  width: calc((100%) * 2 / 16);
}
.row > .col-16_3 {
  width: calc((100%) * 3 / 16);
}
.row > .col-16_4 {
  width: calc((100%) * 4 / 16);
}
.row > .col-16_5 {
  width: calc((100%) * 5 / 16);
}
.row > .col-16_6 {
  width: calc((100%) * 6 / 16);
}
.row > .col-16_7 {
  width: calc((100%) * 7 / 16);
}
.row > .col-16_8 {
  width: calc((100%) * 8 / 16);
}
.row > .col-16_9 {
  width: calc((100%) * 9 / 16);
}
.row > .col-16_10 {
  width: calc((100%) * 10 / 16);
}
.row > .col-16_11 {
  width: calc((100%) * 11 / 16);
}
.row > .col-16_12 {
  width: calc((100%) * 12 / 16);
}
.row > .col-16_13 {
  width: calc((100%) * 13 / 16);
}
.row > .col-16_14 {
  width: calc((100%) * 14 / 16);
}
.row > .col-16_15 {
  width: calc((100%) * 15 / 16);
}
.row > .col-16_16 {
  width: calc((100%) * 16 / 16);
}
.row > .col-17 {
  width: calc((100%) * 1 / 17);
}
.row > .col-17_1 {
  width: calc((100%) * 1 / 17);
}
.row > .col-17_2 {
  width: calc((100%) * 2 / 17);
}
.row > .col-17_3 {
  width: calc((100%) * 3 / 17);
}
.row > .col-17_4 {
  width: calc((100%) * 4 / 17);
}
.row > .col-17_5 {
  width: calc((100%) * 5 / 17);
}
.row > .col-17_6 {
  width: calc((100%) * 6 / 17);
}
.row > .col-17_7 {
  width: calc((100%) * 7 / 17);
}
.row > .col-17_8 {
  width: calc((100%) * 8 / 17);
}
.row > .col-17_9 {
  width: calc((100%) * 9 / 17);
}
.row > .col-17_10 {
  width: calc((100%) * 10 / 17);
}
.row > .col-17_11 {
  width: calc((100%) * 11 / 17);
}
.row > .col-17_12 {
  width: calc((100%) * 12 / 17);
}
.row > .col-17_13 {
  width: calc((100%) * 13 / 17);
}
.row > .col-17_14 {
  width: calc((100%) * 14 / 17);
}
.row > .col-17_15 {
  width: calc((100%) * 15 / 17);
}
.row > .col-17_16 {
  width: calc((100%) * 16 / 17);
}
.row > .col-17_17 {
  width: calc((100%) * 17 / 17);
}
.row > .col-18 {
  width: calc((100%) * 1 / 18);
}
.row > .col-18_1 {
  width: calc((100%) * 1 / 18);
}
.row > .col-18_2 {
  width: calc((100%) * 2 / 18);
}
.row > .col-18_3 {
  width: calc((100%) * 3 / 18);
}
.row > .col-18_4 {
  width: calc((100%) * 4 / 18);
}
.row > .col-18_5 {
  width: calc((100%) * 5 / 18);
}
.row > .col-18_6 {
  width: calc((100%) * 6 / 18);
}
.row > .col-18_7 {
  width: calc((100%) * 7 / 18);
}
.row > .col-18_8 {
  width: calc((100%) * 8 / 18);
}
.row > .col-18_9 {
  width: calc((100%) * 9 / 18);
}
.row > .col-18_10 {
  width: calc((100%) * 10 / 18);
}
.row > .col-18_11 {
  width: calc((100%) * 11 / 18);
}
.row > .col-18_12 {
  width: calc((100%) * 12 / 18);
}
.row > .col-18_13 {
  width: calc((100%) * 13 / 18);
}
.row > .col-18_14 {
  width: calc((100%) * 14 / 18);
}
.row > .col-18_15 {
  width: calc((100%) * 15 / 18);
}
.row > .col-18_16 {
  width: calc((100%) * 16 / 18);
}
.row > .col-18_17 {
  width: calc((100%) * 17 / 18);
}
.row > .col-18_18 {
  width: calc((100%) * 18 / 18);
}
.row > .col-19 {
  width: calc((100%) * 1 / 19);
}
.row > .col-19_1 {
  width: calc((100%) * 1 / 19);
}
.row > .col-19_2 {
  width: calc((100%) * 2 / 19);
}
.row > .col-19_3 {
  width: calc((100%) * 3 / 19);
}
.row > .col-19_4 {
  width: calc((100%) * 4 / 19);
}
.row > .col-19_5 {
  width: calc((100%) * 5 / 19);
}
.row > .col-19_6 {
  width: calc((100%) * 6 / 19);
}
.row > .col-19_7 {
  width: calc((100%) * 7 / 19);
}
.row > .col-19_8 {
  width: calc((100%) * 8 / 19);
}
.row > .col-19_9 {
  width: calc((100%) * 9 / 19);
}
.row > .col-19_10 {
  width: calc((100%) * 10 / 19);
}
.row > .col-19_11 {
  width: calc((100%) * 11 / 19);
}
.row > .col-19_12 {
  width: calc((100%) * 12 / 19);
}
.row > .col-19_13 {
  width: calc((100%) * 13 / 19);
}
.row > .col-19_14 {
  width: calc((100%) * 14 / 19);
}
.row > .col-19_15 {
  width: calc((100%) * 15 / 19);
}
.row > .col-19_16 {
  width: calc((100%) * 16 / 19);
}
.row > .col-19_17 {
  width: calc((100%) * 17 / 19);
}
.row > .col-19_18 {
  width: calc((100%) * 18 / 19);
}
.row > .col-19_19 {
  width: calc((100%) * 19 / 19);
}
.row > .col-20 {
  width: calc((100%) * 1 / 20);
}
.row > .col-20_1 {
  width: calc((100%) * 1 / 20);
}
.row > .col-20_2 {
  width: calc((100%) * 2 / 20);
}
.row > .col-20_3 {
  width: calc((100%) * 3 / 20);
}
.row > .col-20_4 {
  width: calc((100%) * 4 / 20);
}
.row > .col-20_5 {
  width: calc((100%) * 5 / 20);
}
.row > .col-20_6 {
  width: calc((100%) * 6 / 20);
}
.row > .col-20_7 {
  width: calc((100%) * 7 / 20);
}
.row > .col-20_8 {
  width: calc((100%) * 8 / 20);
}
.row > .col-20_9 {
  width: calc((100%) * 9 / 20);
}
.row > .col-20_10 {
  width: calc((100%) * 10 / 20);
}
.row > .col-20_11 {
  width: calc((100%) * 11 / 20);
}
.row > .col-20_12 {
  width: calc((100%) * 12 / 20);
}
.row > .col-20_13 {
  width: calc((100%) * 13 / 20);
}
.row > .col-20_14 {
  width: calc((100%) * 14 / 20);
}
.row > .col-20_15 {
  width: calc((100%) * 15 / 20);
}
.row > .col-20_16 {
  width: calc((100%) * 16 / 20);
}
.row > .col-20_17 {
  width: calc((100%) * 17 / 20);
}
.row > .col-20_18 {
  width: calc((100%) * 18 / 20);
}
.row > .col-20_19 {
  width: calc((100%) * 19 / 20);
}
.row > .col-20_20 {
  width: calc((100%) * 20 / 20);
}
.row-vertical {
  flex-direction: column;
}
.row-reverse {
  flex-direction: row-reverse;
}
.row-start {
  justify-content: flex-start;
}
.row-end {
  justify-content: flex-end;
  margin-right: 0;
}
.row-center {
  justify-content: center;
}
@media only screen and (max-width: 926px) {
  .row-center {
    align-items: center;
  }
}
.row-between {
  justify-content: space-between;
}
.row-align_start {
  align-items: flex-start;
}
.row-align_center {
  align-items: center;
}
.row-align_end {
  align-items: flex-end;
}
.row-align_strech {
  align-items: stretch;
}
.row-wrap {
  flex-wrap: wrap;
}
.row-nowrap {
  flex-wrap: nowrap;
}
.row > [class^=col] {
  margin-bottom: 4.39238653vw;
  padding-left: 2.196193265vw;
  padding-right: 2.196193265vw;
  position: relative;
}
.row-xl {
  margin-left: -4.39238653vw;
  margin-right: -4.39238653vw;
  margin-bottom: -8.78477306vw;
}
.row-xl > [class^=col] {
  margin-bottom: 8.78477306vw;
  padding-left: 4.39238653vw;
  padding-right: 4.39238653vw;
  position: relative;
}
.row-lg {
  margin-left: -2.9282576867vw;
  margin-right: -2.9282576867vw;
  margin-bottom: -5.8565153734vw;
}
.row-lg > [class^=col] {
  margin-bottom: 5.8565153734vw;
  padding-left: 2.9282576867vw;
  padding-right: 2.9282576867vw;
  position: relative;
}
.row-md {
  margin-left: -2.196193265vw;
  margin-right: -2.196193265vw;
  margin-bottom: -4.39238653vw;
}
.row-md > [class^=col] {
  margin-bottom: 4.39238653vw;
  padding-left: 2.196193265vw;
  padding-right: 2.196193265vw;
  position: relative;
}
.row-sm {
  margin-left: -1.4641288433vw;
  margin-right: -1.4641288433vw;
  margin-bottom: -2.9282576867vw;
}
.row-sm > [class^=col] {
  margin-bottom: 2.9282576867vw;
  padding-left: 1.4641288433vw;
  padding-right: 1.4641288433vw;
  position: relative;
}
.row-xs {
  margin-left: -0.3660322108vw;
  margin-right: -0.3660322108vw;
  margin-bottom: -0.7320644217vw;
}
.row-xs > [class^=col] {
  margin-bottom: 0.7320644217vw;
  padding-left: 0.3660322108vw;
  padding-right: 0.3660322108vw;
  position: relative;
}
@media only screen and (min-width: 1367px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -60px;
  }
  .row > [class^=col] {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  .row-xl {
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: -120px;
  }
  .row-xl > [class^=col] {
    margin-bottom: 120px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }
  .row-lg {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -80px;
  }
  .row-lg > [class^=col] {
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }
  .row-md {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -60px;
  }
  .row-md > [class^=col] {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  .row-sm {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
  }
  .row-sm > [class^=col] {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .row-xs {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }
  .row-xs > [class^=col] {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }
}
@media only screen and (max-width: 926px) {
  .row:not(.sp_row) {
    flex-direction: column;
    margin-right: 0;
  }
  .row:not(.sp_row) > [class^=col] {
    width: 100%;
    padding-right: 0;
  }
  .row .col {
    width: auto;
  }
  .row > .sp_col-1 {
    width: 100%;
  }
  .row > .sp_col-2 {
    width: calc((100%) / 2);
  }
  .row > .sp_col-3 {
    width: calc((100%) / 3);
  }
  .row > .sp_col-3_2 {
    width: calc((100%) * 2 / 3);
  }
  .row > .sp_col-4 {
    width: calc((100%) / 4);
  }
  .row > .sp_col-4_2 {
    width: calc((100%) * 2 / 4);
  }
  .row > .sp_col-4_3 {
    width: calc((100%) * 3 / 4);
  }
  .row > .sp_col-5 {
    width: calc((100%) / 5);
  }
  .row > .sp_col-5_2 {
    width: calc((100%) * 2 / 5);
  }
  .row > .sp_col-5_3 {
    width: calc((100%) * 3 / 5);
  }
  .row > .sp_col-5_4 {
    width: calc((100%) * 4 / 5);
  }
  .row > .sp_col-7 {
    width: calc((100%) / 7);
  }
  .row > .sp_col-7_2 {
    width: calc((100%) * 2 / 7);
  }
  .row > .sp_col-7_3 {
    width: calc((100%) * 3 / 7);
  }
  .row > .sp_col-7_4 {
    width: calc((100%) * 4 / 7);
  }
  .row > .sp_col-7_5 {
    width: calc((100%) * 5 / 7);
  }
  .row > .sp_col-7_6 {
    width: calc((100%) * 6 / 7);
  }
}
.row-0 {
  margin-left: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
}
.row-0 > [class^=col] {
  margin-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  position: relative;
}
.row-1 {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-bottom: -1.6rem;
}
.row-1 > [class^=col] {
  margin-bottom: 1.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  position: relative;
}
.row-2 {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-bottom: -3.2rem;
}
.row-2 > [class^=col] {
  margin-bottom: 3.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
}
.row-3 {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  margin-bottom: -4.8rem;
}
.row-3 > [class^=col] {
  margin-bottom: 4.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
}
.row-4 {
  margin-left: -3.2rem;
  margin-right: -3.2rem;
  margin-bottom: -6.4rem;
}
.row-4 > [class^=col] {
  margin-bottom: 6.4rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  position: relative;
}
.row-5 {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: -8rem;
}
.row-5 > [class^=col] {
  margin-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}
.row-6 {
  margin-left: -4.8rem;
  margin-right: -4.8rem;
  margin-bottom: -9.6rem;
}
.row-6 > [class^=col] {
  margin-bottom: 9.6rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  position: relative;
}
.row-7 {
  margin-left: -5.6rem;
  margin-right: -5.6rem;
  margin-bottom: -11.2rem;
}
.row-7 > [class^=col] {
  margin-bottom: 11.2rem;
  padding-left: 5.6rem;
  padding-right: 5.6rem;
  position: relative;
}
.row-8 {
  margin-left: -6.4rem;
  margin-right: -6.4rem;
  margin-bottom: -12.8rem;
}
.row-8 > [class^=col] {
  margin-bottom: 12.8rem;
  padding-left: 6.4rem;
  padding-right: 6.4rem;
  position: relative;
}
.row-9 {
  margin-left: -7.2rem;
  margin-right: -7.2rem;
  margin-bottom: -14.4rem;
}
.row-9 > [class^=col] {
  margin-bottom: 14.4rem;
  padding-left: 7.2rem;
  padding-right: 7.2rem;
  position: relative;
}
.row-10 {
  margin-left: -8rem;
  margin-right: -8rem;
  margin-bottom: -16rem;
}
.row-10 > [class^=col] {
  margin-bottom: 16rem;
  padding-left: 8rem;
  padding-right: 8rem;
  position: relative;
}

@media only screen and (max-width: 926px) {
  .sp_row {
    flex-direction: row;
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: -8vw;
  }
  .sp_row > [class^=col] {
    margin-bottom: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
  }
  .sp_row-xl {
    margin-left: -8vw;
    margin-right: -8vw;
    margin-bottom: -16vw;
  }
  .sp_row-xl > [class^=col] {
    margin-bottom: 16vw;
    padding-left: 8vw;
    padding-right: 8vw;
    position: relative;
  }
  .sp_row-lg {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
    margin-bottom: -10.6666666667vw;
  }
  .sp_row-lg > [class^=col] {
    margin-bottom: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    position: relative;
  }
  .sp_row-md {
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: -8vw;
  }
  .sp_row-md > [class^=col] {
    margin-bottom: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
  }
  .sp_row-sm {
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
    margin-bottom: -5.3333333333vw;
  }
  .sp_row-sm > [class^=col] {
    margin-bottom: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    position: relative;
  }
  .sp_row-xs {
    margin-left: -0.6666666667vw;
    margin-right: -0.6666666667vw;
    margin-bottom: -1.3333333333vw;
  }
  .sp_row-xs > [class^=col] {
    margin-bottom: 1.3333333333vw;
    padding-left: 0.6666666667vw;
    padding-right: 0.6666666667vw;
    position: relative;
  }
  .sp_row-0 {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .sp_row-0 > [class^=col] {
    margin-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    position: relative;
  }
  .sp_row-1 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-bottom: -1.6rem;
  }
  .sp_row-1 > [class^=col] {
    margin-bottom: 1.6rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    position: relative;
  }
  .sp_row-2 {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    margin-bottom: -3.2rem;
  }
  .sp_row-2 > [class^=col] {
    margin-bottom: 3.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    position: relative;
  }
  .sp_row-3 {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    margin-bottom: -4.8rem;
  }
  .sp_row-3 > [class^=col] {
    margin-bottom: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    position: relative;
  }
  .sp_row-4 {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
    margin-bottom: -6.4rem;
  }
  .sp_row-4 > [class^=col] {
    margin-bottom: 6.4rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: relative;
  }
  .sp_row-5 {
    margin-left: -4rem;
    margin-right: -4rem;
    margin-bottom: -8rem;
  }
  .sp_row-5 > [class^=col] {
    margin-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
  }
  .sp_row-6 {
    margin-left: -4.8rem;
    margin-right: -4.8rem;
    margin-bottom: -9.6rem;
  }
  .sp_row-6 > [class^=col] {
    margin-bottom: 9.6rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    position: relative;
  }
  .sp_row-7 {
    margin-left: -5.6rem;
    margin-right: -5.6rem;
    margin-bottom: -11.2rem;
  }
  .sp_row-7 > [class^=col] {
    margin-bottom: 11.2rem;
    padding-left: 5.6rem;
    padding-right: 5.6rem;
    position: relative;
  }
  .sp_row-8 {
    margin-left: -6.4rem;
    margin-right: -6.4rem;
    margin-bottom: -12.8rem;
  }
  .sp_row-8 > [class^=col] {
    margin-bottom: 12.8rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
    position: relative;
  }
  .sp_row-9 {
    margin-left: -7.2rem;
    margin-right: -7.2rem;
    margin-bottom: -14.4rem;
  }
  .sp_row-9 > [class^=col] {
    margin-bottom: 14.4rem;
    padding-left: 7.2rem;
    padding-right: 7.2rem;
    position: relative;
  }
  .sp_row-10 {
    margin-left: -8rem;
    margin-right: -8rem;
    margin-bottom: -16rem;
  }
  .sp_row-10 > [class^=col] {
    margin-bottom: 16rem;
    padding-left: 8rem;
    padding-right: 8rem;
    position: relative;
  }
}

@media only screen and (max-width: 926px) {
  .sp_row-0 {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .sp_row-0 > [class^=col] {
    margin-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    position: relative;
  }

  .sp_row-1 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-bottom: -1.6rem;
  }
  .sp_row-1 > [class^=col] {
    margin-bottom: 1.6rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    position: relative;
  }

  .sp_row-2 {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    margin-bottom: -3.2rem;
  }
  .sp_row-2 > [class^=col] {
    margin-bottom: 3.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    position: relative;
  }

  .sp_row-3 {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    margin-bottom: -4.8rem;
  }
  .sp_row-3 > [class^=col] {
    margin-bottom: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    position: relative;
  }

  .sp_row-4 {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
    margin-bottom: -6.4rem;
  }
  .sp_row-4 > [class^=col] {
    margin-bottom: 6.4rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: relative;
  }

  .sp_row-5 {
    margin-left: -4rem;
    margin-right: -4rem;
    margin-bottom: -8rem;
  }
  .sp_row-5 > [class^=col] {
    margin-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
  }

  .sp_row-6 {
    margin-left: -4.8rem;
    margin-right: -4.8rem;
    margin-bottom: -9.6rem;
  }
  .sp_row-6 > [class^=col] {
    margin-bottom: 9.6rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    position: relative;
  }

  .sp_row-7 {
    margin-left: -5.6rem;
    margin-right: -5.6rem;
    margin-bottom: -11.2rem;
  }
  .sp_row-7 > [class^=col] {
    margin-bottom: 11.2rem;
    padding-left: 5.6rem;
    padding-right: 5.6rem;
    position: relative;
  }

  .sp_row-8 {
    margin-left: -6.4rem;
    margin-right: -6.4rem;
    margin-bottom: -12.8rem;
  }
  .sp_row-8 > [class^=col] {
    margin-bottom: 12.8rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
    position: relative;
  }

  .sp_row-9 {
    margin-left: -7.2rem;
    margin-right: -7.2rem;
    margin-bottom: -14.4rem;
  }
  .sp_row-9 > [class^=col] {
    margin-bottom: 14.4rem;
    padding-left: 7.2rem;
    padding-right: 7.2rem;
    position: relative;
  }

  .sp_row-10 {
    margin-left: -8rem;
    margin-right: -8rem;
    margin-bottom: -16rem;
  }
  .sp_row-10 > [class^=col] {
    margin-bottom: 16rem;
    padding-left: 8rem;
    padding-right: 8rem;
    position: relative;
  }
}
@media only screen and (max-width: 926px) {
  .sp_row-vertical {
    flex-direction: column;
  }
  .sp_row-align_start {
    align-items: flex-start;
  }
  .sp_row-center {
    justify-content: center;
    flex-direction: row;
  }
  .sp_row-between {
    justify-content: space-between;
    flex-direction: row;
  }
}
.card {
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  height: 100%;
  padding-top: 2.9282576867vw;
  /* & > {
  	.card {
  		&-img {
  			margin-top: $space_sm;
  			@include mq2($break_xl) {
  				margin-top: $space_sm_px;
  			}
  			@include mq($break_sp) {
  				margin-top: $space_sm_sp;
  			}
  		}
  	}
  } */
}
@media only screen and (min-width: 1367px) {
  .card {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 926px) {
  .card {
    padding-top: 5.3333333333vw;
    border-left: solid 1px #ebebeb;
  }
}
.card-primary_dark {
  background: #004319;
  color: white;
}
.card-primary_dark_op-0 {
  background: rgba(0, 67, 25, 0);
}
.card-primary_dark_op-1 {
  background: rgba(0, 67, 25, 0.1);
}
.card-primary_dark_op-2 {
  background: rgba(0, 67, 25, 0.2);
}
.card-primary_dark_op-3 {
  background: rgba(0, 67, 25, 0.3);
}
.card-primary_dark_op-4 {
  background: rgba(0, 67, 25, 0.4);
}
.card-primary_dark_op-5 {
  background: rgba(0, 67, 25, 0.5);
}
.card-primary_dark_op-6 {
  background: rgba(0, 67, 25, 0.6);
}
.card-primary_dark_op-7 {
  background: rgba(0, 67, 25, 0.7);
}
.card-primary_dark_op-8 {
  background: rgba(0, 67, 25, 0.8);
}
.card-primary_dark_op-9 {
  background: rgba(0, 67, 25, 0.9);
}
.card-primary_dark_op-10 {
  background: #004319;
}
.card-primary {
  background: #008f36;
  color: white;
}
.card-primary_op-0 {
  background: rgba(0, 143, 54, 0);
}
.card-primary_op-1 {
  background: rgba(0, 143, 54, 0.1);
}
.card-primary_op-2 {
  background: rgba(0, 143, 54, 0.2);
}
.card-primary_op-3 {
  background: rgba(0, 143, 54, 0.3);
}
.card-primary_op-4 {
  background: rgba(0, 143, 54, 0.4);
}
.card-primary_op-5 {
  background: rgba(0, 143, 54, 0.5);
}
.card-primary_op-6 {
  background: rgba(0, 143, 54, 0.6);
}
.card-primary_op-7 {
  background: rgba(0, 143, 54, 0.7);
}
.card-primary_op-8 {
  background: rgba(0, 143, 54, 0.8);
}
.card-primary_op-9 {
  background: rgba(0, 143, 54, 0.9);
}
.card-primary_op-10 {
  background: #008f36;
}
.card-accent {
  background: #f1732f;
  color: white;
}
.card-accent_op-0 {
  background: rgba(241, 115, 47, 0);
}
.card-accent_op-1 {
  background: rgba(241, 115, 47, 0.1);
}
.card-accent_op-2 {
  background: rgba(241, 115, 47, 0.2);
}
.card-accent_op-3 {
  background: rgba(241, 115, 47, 0.3);
}
.card-accent_op-4 {
  background: rgba(241, 115, 47, 0.4);
}
.card-accent_op-5 {
  background: rgba(241, 115, 47, 0.5);
}
.card-accent_op-6 {
  background: rgba(241, 115, 47, 0.6);
}
.card-accent_op-7 {
  background: rgba(241, 115, 47, 0.7);
}
.card-accent_op-8 {
  background: rgba(241, 115, 47, 0.8);
}
.card-accent_op-9 {
  background: rgba(241, 115, 47, 0.9);
}
.card-accent_op-10 {
  background: #f1732f;
}
.card-accent_dark {
  background: #c64e0d;
  color: white;
}
.card-accent_dark_op-0 {
  background: rgba(198, 78, 13, 0);
}
.card-accent_dark_op-1 {
  background: rgba(198, 78, 13, 0.1);
}
.card-accent_dark_op-2 {
  background: rgba(198, 78, 13, 0.2);
}
.card-accent_dark_op-3 {
  background: rgba(198, 78, 13, 0.3);
}
.card-accent_dark_op-4 {
  background: rgba(198, 78, 13, 0.4);
}
.card-accent_dark_op-5 {
  background: rgba(198, 78, 13, 0.5);
}
.card-accent_dark_op-6 {
  background: rgba(198, 78, 13, 0.6);
}
.card-accent_dark_op-7 {
  background: rgba(198, 78, 13, 0.7);
}
.card-accent_dark_op-8 {
  background: rgba(198, 78, 13, 0.8);
}
.card-accent_dark_op-9 {
  background: rgba(198, 78, 13, 0.9);
}
.card-accent_dark_op-10 {
  background: #c64e0d;
}
.card-font {
  background: #333;
  color: white;
}
.card-font_op-0 {
  background: rgba(51, 51, 51, 0);
}
.card-font_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.card-font_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.card-font_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.card-font_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.card-font_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.card-font_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.card-font_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.card-font_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.card-font_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.card-font_op-10 {
  background: #333333;
}
.card-bg {
  background: #f5f5f5;
}
.card-bg_op-0 {
  background: rgba(245, 245, 245, 0);
}
.card-bg_op-1 {
  background: rgba(245, 245, 245, 0.1);
}
.card-bg_op-2 {
  background: rgba(245, 245, 245, 0.2);
}
.card-bg_op-3 {
  background: rgba(245, 245, 245, 0.3);
}
.card-bg_op-4 {
  background: rgba(245, 245, 245, 0.4);
}
.card-bg_op-5 {
  background: rgba(245, 245, 245, 0.5);
}
.card-bg_op-6 {
  background: rgba(245, 245, 245, 0.6);
}
.card-bg_op-7 {
  background: rgba(245, 245, 245, 0.7);
}
.card-bg_op-8 {
  background: rgba(245, 245, 245, 0.8);
}
.card-bg_op-9 {
  background: rgba(245, 245, 245, 0.9);
}
.card-bg_op-10 {
  background: whitesmoke;
}
.card-border {
  background: #ebebeb;
}
.card-border_op-0 {
  background: rgba(235, 235, 235, 0);
}
.card-border_op-1 {
  background: rgba(235, 235, 235, 0.1);
}
.card-border_op-2 {
  background: rgba(235, 235, 235, 0.2);
}
.card-border_op-3 {
  background: rgba(235, 235, 235, 0.3);
}
.card-border_op-4 {
  background: rgba(235, 235, 235, 0.4);
}
.card-border_op-5 {
  background: rgba(235, 235, 235, 0.5);
}
.card-border_op-6 {
  background: rgba(235, 235, 235, 0.6);
}
.card-border_op-7 {
  background: rgba(235, 235, 235, 0.7);
}
.card-border_op-8 {
  background: rgba(235, 235, 235, 0.8);
}
.card-border_op-9 {
  background: rgba(235, 235, 235, 0.9);
}
.card-border_op-10 {
  background: #ebebeb;
}
.card-error {
  background: #d70200;
  color: white;
}
.card-error_op-0 {
  background: rgba(215, 2, 0, 0);
}
.card-error_op-1 {
  background: rgba(215, 2, 0, 0.1);
}
.card-error_op-2 {
  background: rgba(215, 2, 0, 0.2);
}
.card-error_op-3 {
  background: rgba(215, 2, 0, 0.3);
}
.card-error_op-4 {
  background: rgba(215, 2, 0, 0.4);
}
.card-error_op-5 {
  background: rgba(215, 2, 0, 0.5);
}
.card-error_op-6 {
  background: rgba(215, 2, 0, 0.6);
}
.card-error_op-7 {
  background: rgba(215, 2, 0, 0.7);
}
.card-error_op-8 {
  background: rgba(215, 2, 0, 0.8);
}
.card-error_op-9 {
  background: rgba(215, 2, 0, 0.9);
}
.card-error_op-10 {
  background: #d70200;
}
.card-white {
  background: white;
}
.card-white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.card-white_op-1 {
  background: rgba(255, 255, 255, 0.1);
}
.card-white_op-2 {
  background: rgba(255, 255, 255, 0.2);
}
.card-white_op-3 {
  background: rgba(255, 255, 255, 0.3);
}
.card-white_op-4 {
  background: rgba(255, 255, 255, 0.4);
}
.card-white_op-5 {
  background: rgba(255, 255, 255, 0.5);
}
.card-white_op-6 {
  background: rgba(255, 255, 255, 0.6);
}
.card-white_op-7 {
  background: rgba(255, 255, 255, 0.7);
}
.card-white_op-8 {
  background: rgba(255, 255, 255, 0.8);
}
.card-white_op-9 {
  background: rgba(255, 255, 255, 0.9);
}
.card-white_op-10 {
  background: white;
}
.card-black {
  background: black;
  color: white;
}
.card-black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.card-black_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.card-black_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.card-black_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.card-black_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.card-black_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.card-black_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.card-black_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.card-black_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.card-black_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.card-black_op-10 {
  background: black;
}
.card-gray {
  background: #f3f3f3;
}
.card-gray_op-0 {
  background: rgba(243, 243, 243, 0);
}
.card-gray_op-1 {
  background: rgba(243, 243, 243, 0.1);
}
.card-gray_op-2 {
  background: rgba(243, 243, 243, 0.2);
}
.card-gray_op-3 {
  background: rgba(243, 243, 243, 0.3);
}
.card-gray_op-4 {
  background: rgba(243, 243, 243, 0.4);
}
.card-gray_op-5 {
  background: rgba(243, 243, 243, 0.5);
}
.card-gray_op-6 {
  background: rgba(243, 243, 243, 0.6);
}
.card-gray_op-7 {
  background: rgba(243, 243, 243, 0.7);
}
.card-gray_op-8 {
  background: rgba(243, 243, 243, 0.8);
}
.card-gray_op-9 {
  background: rgba(243, 243, 243, 0.9);
}
.card-gray_op-10 {
  background: #f3f3f3;
}
.card-yellow {
  background: #C2A711;
  color: white;
}
.card-yellow_op-0 {
  background: rgba(194, 167, 17, 0);
}
.card-yellow_op-1 {
  background: rgba(194, 167, 17, 0.1);
}
.card-yellow_op-2 {
  background: rgba(194, 167, 17, 0.2);
}
.card-yellow_op-3 {
  background: rgba(194, 167, 17, 0.3);
}
.card-yellow_op-4 {
  background: rgba(194, 167, 17, 0.4);
}
.card-yellow_op-5 {
  background: rgba(194, 167, 17, 0.5);
}
.card-yellow_op-6 {
  background: rgba(194, 167, 17, 0.6);
}
.card-yellow_op-7 {
  background: rgba(194, 167, 17, 0.7);
}
.card-yellow_op-8 {
  background: rgba(194, 167, 17, 0.8);
}
.card-yellow_op-9 {
  background: rgba(194, 167, 17, 0.9);
}
.card-yellow_op-10 {
  background: #c2a711;
}
.card-green {
  background: #27985F;
  color: white;
}
.card-green_op-0 {
  background: rgba(39, 152, 95, 0);
}
.card-green_op-1 {
  background: rgba(39, 152, 95, 0.1);
}
.card-green_op-2 {
  background: rgba(39, 152, 95, 0.2);
}
.card-green_op-3 {
  background: rgba(39, 152, 95, 0.3);
}
.card-green_op-4 {
  background: rgba(39, 152, 95, 0.4);
}
.card-green_op-5 {
  background: rgba(39, 152, 95, 0.5);
}
.card-green_op-6 {
  background: rgba(39, 152, 95, 0.6);
}
.card-green_op-7 {
  background: rgba(39, 152, 95, 0.7);
}
.card-green_op-8 {
  background: rgba(39, 152, 95, 0.8);
}
.card-green_op-9 {
  background: rgba(39, 152, 95, 0.9);
}
.card-green_op-10 {
  background: #27985f;
}
.card-orange {
  background: #D97124;
  color: white;
}
.card-orange_op-0 {
  background: rgba(217, 113, 36, 0);
}
.card-orange_op-1 {
  background: rgba(217, 113, 36, 0.1);
}
.card-orange_op-2 {
  background: rgba(217, 113, 36, 0.2);
}
.card-orange_op-3 {
  background: rgba(217, 113, 36, 0.3);
}
.card-orange_op-4 {
  background: rgba(217, 113, 36, 0.4);
}
.card-orange_op-5 {
  background: rgba(217, 113, 36, 0.5);
}
.card-orange_op-6 {
  background: rgba(217, 113, 36, 0.6);
}
.card-orange_op-7 {
  background: rgba(217, 113, 36, 0.7);
}
.card-orange_op-8 {
  background: rgba(217, 113, 36, 0.8);
}
.card-orange_op-9 {
  background: rgba(217, 113, 36, 0.9);
}
.card-orange_op-10 {
  background: #d97124;
}
.card-atama {
  background: #00869B;
  color: white;
}
.card-atama_op-0 {
  background: rgba(0, 134, 155, 0);
}
.card-atama_op-1 {
  background: rgba(0, 134, 155, 0.1);
}
.card-atama_op-2 {
  background: rgba(0, 134, 155, 0.2);
}
.card-atama_op-3 {
  background: rgba(0, 134, 155, 0.3);
}
.card-atama_op-4 {
  background: rgba(0, 134, 155, 0.4);
}
.card-atama_op-5 {
  background: rgba(0, 134, 155, 0.5);
}
.card-atama_op-6 {
  background: rgba(0, 134, 155, 0.6);
}
.card-atama_op-7 {
  background: rgba(0, 134, 155, 0.7);
}
.card-atama_op-8 {
  background: rgba(0, 134, 155, 0.8);
}
.card-atama_op-9 {
  background: rgba(0, 134, 155, 0.9);
}
.card-atama_op-10 {
  background: #00869b;
}
.card-lightyellow {
  background: #FFEC00;
  color: white;
}
.card-lightyellow_op-0 {
  background: rgba(255, 236, 0, 0);
}
.card-lightyellow_op-1 {
  background: rgba(255, 236, 0, 0.1);
}
.card-lightyellow_op-2 {
  background: rgba(255, 236, 0, 0.2);
}
.card-lightyellow_op-3 {
  background: rgba(255, 236, 0, 0.3);
}
.card-lightyellow_op-4 {
  background: rgba(255, 236, 0, 0.4);
}
.card-lightyellow_op-5 {
  background: rgba(255, 236, 0, 0.5);
}
.card-lightyellow_op-6 {
  background: rgba(255, 236, 0, 0.6);
}
.card-lightyellow_op-7 {
  background: rgba(255, 236, 0, 0.7);
}
.card-lightyellow_op-8 {
  background: rgba(255, 236, 0, 0.8);
}
.card-lightyellow_op-9 {
  background: rgba(255, 236, 0, 0.9);
}
.card-lightyellow_op-10 {
  background: #ffec00;
}
.card-img {
  margin: 0 2.9282576867vw;
  position: relative;
  display: block;
}
.card-img:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
@media only screen and (min-width: 1367px) {
  .card-img {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 926px) {
  .card-img {
    margin: 0 5.3333333333vw;
  }
}
.card-txtarea {
  padding: 2.9282576867vw;
  width: 100%;
}
@media only screen and (min-width: 1367px) {
  .card-txtarea {
    padding: 40px;
  }
}
@media only screen and (max-width: 926px) {
  .card-txtarea {
    padding: 5.3333333333vw;
  }
}
.card-ttl {
  margin-bottom: 2.196193265vw;
}
@media only screen and (min-width: 1367px) {
  .card-ttl {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 926px) {
  .card-ttl {
    margin-bottom: 4vw;
  }
}
.card-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 4.39238653vw;
}
@media only screen and (min-width: 1367px) {
  .card-btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 926px) {
  .card-btn {
    margin-top: 8vw;
  }
}
.card-link {
  display: block;
  height: calc(100% + 2.9282576867vw);
  transition: all 0.2s ease-in-out;
  padding-top: 2.9282576867vw;
  margin-top: -2.9282576867vw;
}
@media only screen and (min-width: 1367px) {
  .card-link {
    padding-top: 40px;
    margin-top: -40px;
    height: calc(100% + 40px);
  }
}
@media only screen and (max-width: 926px) {
  .card-link {
    padding-top: 5.3333333333vw;
    margin-top: -5.3333333333vw;
    height: calc(100% + 5.3333333333vw);
  }
}
.card-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.card-dl {
  display: flex;
}
.card-dl dt {
  font-weight: bold;
  margin-right: 0.7320644217vw;
  color: #004319;
  min-width: 4.5em;
}
@media only screen and (min-width: 1367px) {
  .card-dl dt {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 926px) {
  .card-dl dt {
    margin-right: 1.3333333333vw;
  }
}
.card-date {
  margin-right: 0.7320644217vw;
  margin-bottom: 0 !important;
  color: #008f36;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 1367px) {
  .card-date {
    margin-right: 10px;
  }
}
.card-photo {
  position: relative;
  border: none;
}
.card-photo .card-link {
  padding: 0;
  position: relative;
}
.card-photo .card-link:hover .card-img img {
  opacity: 0.75;
}
.card-photo .card-img {
  margin: 0;
}
.card-photo .card-img:before {
  padding-top: 133.3333333333%;
}
.card-photo .card-txtarea {
  color: white;
  position: absolute;
  bottom: 0;
}
.card-photo_mini .card-txtarea {
  padding: 0;
  color: #333;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 926px) {
  .card-photo_mini .card-txtarea {
    position: static;
  }
}
.card-photo_mini .card-ttl {
  background-color: white;
  border-top: solid 4px #008f36;
  padding: 2.9282576867vw 2.9282576867vw 0 2.9282576867vw;
  margin-bottom: 0;
}
@media only screen and (min-width: 1367px) {
  .card-photo_mini .card-ttl {
    padding: 40px 40px 0 40px;
  }
}
@media only screen and (max-width: 926px) {
  .card-photo_mini .card-ttl {
    padding: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.card-photo_mini .card-img:before {
  height: 280px;
  padding: 0;
}
.col-3:nth-of-type(1) .card:not(.card-photo), .col-3:nth-of-type(2) .card:not(.card-photo), .col-3:nth-of-type(3) .card:not(.card-photo), .col-2:nth-of-type(1) .card:not(.card-photo), .col-2:nth-of-type(2) .card:not(.card-photo) {
  border-top: solid 1px #ebebeb;
}
.col-3:nth-of-type(3n-2) .card:not(.card-photo), .col-2:nth-of-type(2n-1) .card:not(.card-photo) {
  border-left: solid 1px #ebebeb;
}

label {
  display: inline-block;
}

@media only screen and (max-width: 926px) {
  button,
input,
optgroup,
select,
textarea {
    font-size: 4vw;
  }
}

input[type=text], input[type=password], input[type=email], select, textarea, .date-label, .js-filename {
  border-radius: 0.0915080527vw;
  padding: 0.3660322108vw;
  margin-right: 0.8rem;
  /*box-shadow         : inset 2px 2px 5px $color-shadow, inset -5px -5px 10px $color-white;*/
  /*transition         : all 0.2s ease-in-out;*/
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  border: solid 1px #bdbdbd;
  width: 100%;
}
@media only screen and (min-width: 1367px) {
  input[type=text], input[type=password], input[type=email], select, textarea, .date-label, .js-filename {
    border-radius: 1.25px;
    padding: 5px;
  }
}
@media only screen and (max-width: 926px) {
  input[type=text], input[type=password], input[type=email], select, textarea, .date-label, .js-filename {
    padding: 1.3333333333vw;
  }
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus, .date-label:focus, .js-filename:focus {
  /*box-shadow : inset 1px 1px 2px $color-shadow, inset -1px -1px 2px $color-white;*/
  border-color: #008f36;
}

input[type=radio] {
  /*position : absolute;
  opacity  : 0;
  display  : none;*/
}
input[type=radio] + .radio-label {
  position: relative;
  margin-right: 1.6rem;
  padding: 1.6rem 0;
}
input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  top: 0;
  text-align: center;
  background-color: #f5f5f5;
  margin-right: 0.8rem;
  vertical-align: middle;
  box-shadow: inset 2px 2px 0.4rem rgba(0, 0, 0, 0.1), inset -1px -1px 0.2rem #FFF;
  transition: all 250ms ease;
}
input[type=radio]:checked + .radio-label:before {
  background-color: #008f36;
}
input[type=radio]:checked + .radio-label:after {
  content: "";
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 100%;
  position: absolute;
  left: 0.5333333333rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #f5f5f5;
  box-shadow: 2px 2px 0.4rem rgba(0, 0, 0, 0.1), -1px -1px 0.2rem #FFF;
}
input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #008f36;
}
input[type=radio]:disabled {
  opacity: 0.5;
  cursor: default;
}
input[type=radio]:disabled + .radio-label {
  opacity: 0.5;
  cursor: default;
}
input[type=radio]:disabled:checked + .radio-label {
  opacity: 1;
}
input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

input[type=checkbox] {
  /*display : none;*/
}
input[type=checkbox] + .checkbox-label {
  position: relative;
  margin-right: 1.6rem;
  padding: 1.6rem 0;
}
input[type=checkbox] + .checkbox-label:before {
  content: "";
  border-radius: 0.4rem;
  display: inline-block;
  width: 2.56rem;
  height: 2.56rem;
  position: relative;
  top: -0.2em;
  cursor: pointer;
  text-align: center;
  background-color: #f5f5f5;
  margin-right: 0.8rem;
  vertical-align: middle;
  box-shadow: inset 2px 2px 0.4rem rgba(0, 0, 0, 0.1), inset -1px -1px 0.2rem #FFF;
  transition: all 250ms ease;
}
input[type=checkbox]:checked + .checkbox-label:before {
  box-shadow: 2px 2px 0.4rem rgba(0, 0, 0, 0.1), -1px -1px 0.2rem #FFF;
}
input[type=checkbox]:checked + .checkbox-label:after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "";
  color: #008f36;
  position: absolute;
  left: 0.4571428571rem;
  top: 30%;
  z-index: 2;
}
input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: default;
}
input[type=checkbox]:disabled + .checkbox-label {
  opacity: 0.5;
  cursor: default;
}
input[type=checkbox]:disabled:checked + .checkbox-label {
  opacity: 1;
}

textarea {
  resize: vertical;
}

.toggle-input {
  display: none;
}
.toggle-input:checked + .toggle-label {
  background-color: #008f36;
}
.toggle-input:checked + .toggle-label:after {
  left: 2.88rem;
}
.toggle-label {
  width: 4.8rem;
  height: 2.56rem;
  font-size: 1.6rem;
  border-radius: 32rem;
  background-color: #f5f5f5;
  margin-right: 0.8rem;
  box-shadow: inset 1px 1px 0.32rem rgba(0, 0, 0, 0.1), inset -1px -1px 0.32rem #FFF;
  position: relative;
  display: inline-block;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  left: 0.5333333333rem;
  top: 0.4rem;
  z-index: 2;
  background-color: #f5f5f5;
  box-shadow: 2px 2px 0.4rem rgba(0, 0, 0, 0.1), -1px -1px 0.4rem #FFF;
  transition: 0.4s;
}

input[type=date]::-webkit-calendar-picker-indicator {
  margin-left: 0;
}

.date-label {
  text-align: center;
}
.date-label input[type=date] {
  margin: 0 0.4rem 0 0.8rem;
}
.date-label.is-disabled .fas {
  margin-right: 1.6rem;
}

.file-label {
  position: relative;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.file-label:after {
  content: "ファイルを選択する";
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 32rem;
  padding: 1.6rem;
  background-color: #f5f5f5;
  text-align: center;
  display: inline-block;
}
.file-label input[type=file] {
  display: none;
}
.file-label .js-filename {
  display: inline-block;
}

.select-label, select {
  position: relative;
  background: url("../../assets/img/chevron-down-solid.svg") no-repeat 95% center;
  background-size: 0.3660322108vw auto;
  cursor: pointer;
}
@media only screen and (min-width: 1367px) {
  .select-label, select {
    background-size: 5px auto;
  }
}
.select-label:after, select:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  font-size: 1.28rem;
}
.select-label select, select select {
  padding-right: 2.4rem;
  position: relative;
  z-index: 9;
}

form .error {
  display: none;
  color: #d70200;
  position: relative;
  padding-left: 2.4rem;
}
form .error:before {
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
form *:invalid:focus {
  border: #d70200 2px solid;
}
form *:invalid:focus + .error {
  display: block;
}

.js-edit_target {
  padding: 0;
}
.js-edit_target.is-disabled {
  border-radius: 3.2rem;
  margin-right: 0.8rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -5px -5px 10px #FFF;
  padding: 0 1.6rem;
}
.js-edit_target.is-disabled input[type=text], .js-edit_target.is-disabled input[type=password], .js-edit_target.is-disabled textarea, .js-edit_target.is-disabled .date-label {
  box-shadow: none;
  padding: 1.6rem 0;
}
.js-edit_target.is-disabled .file-label {
  padding: 1.6rem 0;
}
.js-edit_target.is-disabled .file-label:after {
  content: none;
}

.btn.js-edit_btn {
  display: inline-block;
}
.btn.js-edit_btn.is-open {
  display: none;
}
.btn.js-edit_btn-back, .btn.js-edit_btn-confirm {
  display: none;
}
.btn.js-edit_btn-back.is-open, .btn.js-edit_btn-confirm.is-open {
  display: inline-block;
}

.form-wrapper {
  margin-bottom: 1.6rem;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-right: 0.7320644217vw;
}
@media only screen and (min-width: 1367px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-right: 10px;
  }
}

.mwform-checkbox-field-text {
  display: none;
}

.mw_wp_form .form-address, .mw_wp_form .form-pref {
  margin-top: 5px;
}
.mw_wp_form .mwform-tel-field {
  white-space: nowrap;
}

.mw_wp_form .error {
  position: absolute;
  /*@include mq($break_sp) {
  	position : relative;
  }*/
}

.b_error .mw_wp_form td {
  padding-bottom: 4.39238653vw;
}
@media only screen and (min-width: 1367px) {
  .b_error .mw_wp_form td {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 926px) {
  .b_error .mw_wp_form td {
    padding-bottom: 8vw;
  }
}
.b_error .mw_wp_form .form-address, .b_error .mw_wp_form .form-pref {
  margin-top: 4.39238653vw;
}
@media only screen and (min-width: 1367px) {
  .b_error .mw_wp_form .form-address, .b_error .mw_wp_form .form-pref {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 926px) {
  .b_error .mw_wp_form .form-address, .b_error .mw_wp_form .form-pref {
    margin-top: 8vw;
  }
}

.mw_wp_form_confirm .form-privacy {
  display: none;
}
.mw_wp_form_confirm .zip-button {
  display: none;
}

.form-btns > .col-2:empty {
  display: none;
}
@media only screen and (max-width: 926px) {
  .form-btns .btn {
    margin: auto;
  }
}

.mw_wp_form_input input[name=submitConfirm] {
  margin: 0 auto;
}

.ttl-xl {
  font-size: 2.196193265vw;
  margin-bottom: 5.8565153734vw;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  color: white;
}
@media only screen and (min-width: 1367px) {
  .ttl-xl {
    font-size: 30px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 926px) {
  .ttl-xl {
    font-size: 6vw;
    margin-bottom: 10.6666666667vw;
  }
}
.ttl-xl_sub {
  font-size: 1.4641288433vw;
  font-weight: bold;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #008f36;
  letter-spacing: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 1367px) {
  .ttl-xl_sub {
    font-size: 20px;
  }
}
@media only screen and (max-width: 926px) {
  .ttl-xl_sub {
    font-size: 4vw;
  }
}
.ttl-lg {
  font-size: 2.196193265vw;
  margin-bottom: 5.8565153734vw;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 1367px) {
  .ttl-lg {
    font-size: 30px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 926px) {
  .ttl-lg {
    font-size: 6vw;
    margin-bottom: 10.6666666667vw;
  }
}
.ttl-lg_sub {
  font-size: 1.4641288433vw;
  font-weight: bold;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #008f36;
  letter-spacing: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 1367px) {
  .ttl-lg_sub {
    font-size: 20px;
  }
}
@media only screen and (max-width: 926px) {
  .ttl-lg_sub {
    font-size: 4vw;
  }
}
.ttl-lg_center {
  text-align: center;
}
.ttl-lg_center:after {
  content: none;
}
.ttl-md {
  font-size: 2.196193265vw;
  font-weight: bold;
  margin-bottom: 2.9282576867vw;
  line-height: 1.4;
  position: relative;
}
@media only screen and (min-width: 1367px) {
  .ttl-md {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 926px) {
  .ttl-md {
    font-size: 6vw;
    margin-bottom: 8vw;
    padding-left: 5.3333333333vw;
  }
}
.ttl-md:after {
  content: "";
  display: block;
  background: url(/assets/img/icon_ttl_md.png) center no-repeat;
  background-size: cover;
  height: 40px;
  width: 34px;
  position: absolute;
  left: -2.9282576867vw;
  top: -0.7320644217vw;
}
@media only screen and (min-width: 1367px) {
  .ttl-md:after {
    left: -40px;
    top: -10px;
  }
}
@media only screen and (max-width: 926px) {
  .ttl-md:after {
    left: -5.3333333333vw;
    top: -1.3333333333vw;
    height: 20px;
    width: 17px;
  }
}
.ttl-sm {
  font-size: 1.4641288433vw;
  font-weight: bold;
  border-top: solid 2px #ebebeb;
  position: relative;
  line-height: 1.2;
  margin-bottom: 2.9282576867vw;
  padding-top: 1.4641288433vw;
}
.ttl-sm::after {
  content: "";
  display: block;
  width: 10%;
  height: 4px;
  background-color: #004319;
  position: absolute;
  top: -2px;
  left: 0;
}
@media only screen and (min-width: 1367px) {
  .ttl-sm {
    font-size: 20px;
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 926px) {
  .ttl-sm {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 2.6666666667vw;
  }
}
.ttl-xs {
  font-size: 1.4641288433vw;
  font-weight: bold;
}
@media only screen and (min-width: 1367px) {
  .ttl-xs {
    font-size: 20px;
  }
}
@media only screen and (max-width: 926px) {
  .ttl-xs {
    font-size: 4vw;
  }
}

.svg {
  display: none;
}

.icon-svg-smp {
  width: 16px;
  height: 30px;
}
.icon-svg-mail {
  width: 27px;
  height: 19px;
}

#svg-mail .st0 {
  stroke: currentColor;
  fill: none;
}

/************************************************
	画像のトリミング
************************************************/
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img {
  position: relative;
  display: block;
  /*ackground-color : rgba($color-shadow, .2);*/
}
.img:before {
  content: "";
  display: block;
}
.img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-responsive-w {
  width: 100%;
  height: auto;
}
.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  /*IE対策*/
}
.img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.img-4_3:before {
  padding-top: 75%;
}
.img-16_9:before {
  padding-top: 56.25%;
}
.img-1_1:before, .img.i-square:before {
  padding-top: 100%;
}
.img-9_16:before {
  padding-top: 177.7777777778%;
}
.img-circle {
  border-radius: 50%;
  overflow: hidden;
}
.img-circle:before {
  padding-top: 100%;
}
@media only screen and (max-width: 926px) {
  .img.sp_img-16_9:before {
    padding-top: 56.25%;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ol-counter {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.ol-counter li {
  position: relative;
}
.ol-counter li:before {
  counter-increment: item;
  content: counter(item);
  /* 以下は自由に装飾... */
  font-weight: bold;
  color: #FFF;
  background-color: #008f36;
  vertical-align: middle;
  font-size: 150%;
  width: 2.9282576867vw;
  height: 2.9282576867vw;
  line-height: 2.9282576867vw;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin-right: 0.8rem;
  position: absolute;
  left: 2.9282576867vw;
  top: 2.196193265vw;
}
@media only screen and (min-width: 1367px) {
  .ol-counter li:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 40px;
    top: 30px;
  }
}
@media only screen and (max-width: 926px) {
  .ol-counter li:before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    left: 10.6666666667vw;
    top: 10.6666666667vw;
  }
}
.ol-counter li .ttl-sm {
  margin-left: calc(2.9282576867vw + 0.7320644217vw);
}
@media only screen and (min-width: 1367px) {
  .ol-counter li .ttl-sm {
    margin-left: calc(40px + 10px);
  }
}
@media only screen and (max-width: 926px) {
  .ol-counter li .ttl-sm {
    margin-left: calc(5.3333333333vw * 2 + 1.3333333333vw * 2);
  }
}
.ol-counter-flow li {
  display: flex;
  align-items: flex-start;
  margin: 0 auto 5.8565153734vw;
  padding-left: 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1367px) {
  .ol-counter-flow li {
    margin: 0 auto 80px;
  }
}
.ol-counter-flow li:before {
  background-color: white;
  border: solid 1px #008f36;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  color: #008f36;
  font-size: 2.635431918vw;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 8.78477306vw;
  height: 8.78477306vw;
  line-height: 8.78477306vw;
  position: static;
  vertical-align: middle;
}
@media only screen and (min-width: 1367px) {
  .ol-counter-flow li:before {
    font-size: 36px;
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
.ol-counter-flow li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #008f36;
  position: absolute;
  top: 8.78477306vw;
  left: 4.39238653vw;
}
@media only screen and (min-width: 1367px) {
  .ol-counter-flow li:not(:last-child):after {
    top: 120px;
    left: 60px;
  }
}
.ol-counter-flow-inner {
  padding-left: 2.9282576867vw;
  width: 80%;
}
@media only screen and (min-width: 1367px) {
  .ol-counter-flow-inner {
    padding-left: 40px;
  }
}
.ol-step_form {
  display: flex;
  justify-content: center;
  margin-bottom: 5.8565153734vw;
}
@media only screen and (min-width: 1367px) {
  .ol-step_form {
    margin-bottom: 80px;
  }
}
.ol-step_form-item {
  position: relative;
  color: #ebebeb;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.ol-step_form-item:not(:first-child) {
  margin-left: 5.8565153734vw;
}
@media only screen and (min-width: 1367px) {
  .ol-step_form-item:not(:first-child) {
    margin-left: 80px;
  }
}
.ol-step_form-item:not(:first-child):before {
  content: "";
  display: block;
  height: 1px;
  width: calc(5.8565153734vw + 1.4em);
  background-color: currentColor;
  position: absolute;
  top: -0.1830161054vw;
  right: 1.5em;
}
@media only screen and (min-width: 1367px) {
  .ol-step_form-item:not(:first-child):before {
    width: calc(80px + 1.4em);
    top: -2.5px;
  }
}
@media only screen and (max-width: 926px) {
  .ol-step_form-item:not(:first-child):before {
    top: -0.3333333333vw;
  }
}
.ol-step_form-item:after {
  content: "";
  display: block;
  height: 0.3660322108vw;
  width: 0.3660322108vw;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (min-width: 1367px) {
  .ol-step_form-item:after {
    height: 5px;
    width: 5px;
  }
}
@media only screen and (max-width: 926px) {
  .ol-step_form-item:after {
    height: 0.6666666667vw;
    width: 0.6666666667vw;
  }
}
.ol-step_form-item:first-child {
  color: #008f36;
}

.mw_wp_form_confirm .ol-step_form-item:nth-of-type(2) {
  color: #008f36;
}

.mw_wp_form_complete .ol-step_form-item {
  color: #008f36;
}

.ul-voice-item {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 2.9282576867vw;
  margin-bottom: 2.9282576867vw;
}
@media only screen and (min-width: 1367px) {
  .ul-voice-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.ul-voice-item:not(:last-child) {
  padding-bottom: 2.9282576867vw;
  margin-bottom: 2.9282576867vw;
}
@media only screen and (min-width: 1367px) {
  .ul-voice-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.ul-voice-img {
  width: 11.7130307467vw;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 1367px) {
  .ul-voice-img {
    width: 160px;
  }
}
.ul-voice-img:before {
  padding-top: 100%;
}
.ul-voice-img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.ul-voice-inner {
  padding-left: 2.9282576867vw;
}
@media only screen and (min-width: 1367px) {
  .ul-voice-inner {
    padding-left: 40px;
  }
}
.ul-faq {
  border-top: solid 1px #ebebeb;
}
.ul-faq-item {
  border-bottom: solid 1px #ebebeb;
}
.ul-faq-icon {
  margin-right: 0.7320644217vw;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.4641288433vw;
}
@media only screen and (min-width: 1367px) {
  .ul-faq-icon {
    margin-right: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 926px) {
  .ul-faq-icon {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 926px) and (orientation: landscape) {
  .ul-faq-icon {
    font-size: 2.6666666667vw;
  }
}
.ul-faq-q {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.4641288433vw;
  padding: 0.7320644217vw 5.8565153734vw 0.7320644217vw 2.9282576867vw;
  display: flex;
}
@media only screen and (min-width: 1367px) {
  .ul-faq-q {
    font-size: 20px;
    padding: 10px 80px 10px 40px;
  }
}
@media only screen and (max-width: 926px) {
  .ul-faq-q {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 926px) and (orientation: landscape) {
  .ul-faq-q {
    font-size: 2.6666666667vw;
  }
}
.ul-faq-a {
  padding: 0 5.8565153734vw 0.7320644217vw 2.9282576867vw;
}
@media only screen and (min-width: 1367px) {
  .ul-faq-a {
    padding: 0 80px 10px 40px;
  }
}
.ul-faq-a-inner {
  display: flex;
}
.ul-acc {
  border-top: solid 1px #ebebeb;
}
.ul-acc-item {
  border-bottom: solid 1px #ebebeb;
}
.ul-acc-item_target_inner {
  background-color: rgba(0, 143, 54, 0.05);
  border-top: solid 1px rgba(0, 143, 54, 0.1);
  padding: 2.9282576867vw 4.39238653vw;
}
@media only screen and (min-width: 1367px) {
  .ul-acc-item_target_inner {
    padding: 40px 60px;
  }
}
.ul-acc-icon {
  margin-right: 0.7320644217vw;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.4641288433vw;
}
@media only screen and (min-width: 1367px) {
  .ul-acc-icon {
    margin-right: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 926px) {
  .ul-acc-icon {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 926px) and (orientation: landscape) {
  .ul-acc-icon {
    font-size: 2.6666666667vw;
  }
}
.ul-square {
  list-style-type: square;
  list-style-position: inside;
}
.ul-check li {
  padding-left: 2em;
  position: relative;
  line-height: 1.2;
  margin-bottom: 0.7320644217vw;
}
@media only screen and (max-width: 926px) {
  .ul-check li {
    margin-bottom: 10px;
  }
}
.ul-check li::before {
  content: "";
  display: block;
  width: 25px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/img/icon_checked@2x.png) left center no-repeat;
  background-size: 25px auto;
}
.ul-notsmile li {
  background: rgba(0, 0, 0, 0.1) url(/assets/img/icon_notsmile.png) 2% center no-repeat;
  padding: 0.7320644217vw 0.3660322108vw 0.7320644217vw 3.6603221083vw;
  margin-bottom: 0.7320644217vw;
  line-height: 1.2;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  min-height: 49px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1367px) {
  .ul-notsmile li {
    padding: 10px 5px 10px 50px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 926px) {
  .ul-notsmile li {
    padding: 1.3333333333vw 0.6666666667vw 1.3333333333vw 21.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.ul-smile li {
  background: rgba(0, 134, 155, 0.1) url(/assets/img/icon_smile.png) 2% center no-repeat;
  padding: 0.7320644217vw 0.3660322108vw 0.7320644217vw 3.6603221083vw;
  margin-bottom: 0.7320644217vw;
  line-height: 1.2;
  font-weight: bold;
  color: rgba(0, 134, 155, 0.8);
  min-height: 49px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1367px) {
  .ul-smile li {
    padding: 10px 5px 10px 50px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 926px) {
  .ul-smile li {
    padding: 1.3333333333vw 0.6666666667vw 1.3333333333vw 21.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}

.list-achievement .col-2 {
  margin-bottom: 0;
}
.list-achievement .col-2 p {
  border-bottom: solid 1px #ebebeb;
  /* color: $color-primary_dark; */
  padding: 2.196193265vw 0.7320644217vw;
}
@media only screen and (min-width: 1367px) {
  .list-achievement .col-2 p {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 926px) {
  .list-achievement .col-2 p {
    padding: 4vw 1.3333333333vw;
  }
}
.list-achievement .col-2:nth-of-type(1) p, .list-achievement .col-2:nth-of-type(2) p {
  border-top: solid 1px #ebebeb;
}
@media only screen and (max-width: 926px) {
  .list-achievement .col-2:nth-of-type(2) p {
    border-top: none;
  }
}
.list-date {
  font-weight: bold;
  margin-right: 0.7320644217vw;
  color: #004319;
}
@media only screen and (min-width: 1367px) {
  .list-date {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 926px) {
  .list-date {
    margin-right: 1.3333333333vw;
  }
}
.list-table {
  border-top: solid 1px #ebebeb;
  border-right: solid 1px #ebebeb;
}
.list-table-tr {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 926px) {
  .list-table-tr {
    flex-direction: column;
  }
}
.list-table-th, .list-table-td {
  padding: 2.9282576867vw 2.9282576867vw;
  border-left: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 0;
}
@media only screen and (min-width: 1367px) {
  .list-table-th, .list-table-td {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 926px) {
  .list-table-th, .list-table-td {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
.list-table-th {
  font-weight: bold;
  width: 25%;
}
@media only screen and (max-width: 926px) {
  .list-table-th {
    width: 100%;
    background-color: #f3f3f3;
  }
}
.list-table-td {
  width: 75%;
}
@media only screen and (max-width: 926px) {
  .list-table-td {
    width: 100%;
  }
}

.dl {
  display: flex;
}
.dl dt {
  font-weight: bold;
  margin-right: 0.7320644217vw;
  color: #004319;
  min-width: 8em;
}
@media only screen and (min-width: 1367px) {
  .dl dt {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 926px) {
  .dl dt {
    margin-right: 1.3333333333vw;
  }
}
.bg_primary_dark {
  background: #004319;
  color: white;
}
.bg_primary_dark_op-0 {
  background: rgba(0, 67, 25, 0);
}
.bg_primary_dark_op-1 {
  background: rgba(0, 67, 25, 0.01);
}
.bg_primary_dark_op-2 {
  background: rgba(0, 67, 25, 0.02);
}
.bg_primary_dark_op-3 {
  background: rgba(0, 67, 25, 0.03);
}
.bg_primary_dark_op-4 {
  background: rgba(0, 67, 25, 0.04);
}
.bg_primary_dark_op-5 {
  background: rgba(0, 67, 25, 0.05);
}
.bg_primary_dark_op-6 {
  background: rgba(0, 67, 25, 0.06);
}
.bg_primary_dark_op-7 {
  background: rgba(0, 67, 25, 0.07);
}
.bg_primary_dark_op-8 {
  background: rgba(0, 67, 25, 0.08);
}
.bg_primary_dark_op-9 {
  background: rgba(0, 67, 25, 0.09);
}
.bg_primary_dark_op-10 {
  background: rgba(0, 67, 25, 0.1);
}
.bg_primary_dark_op-11 {
  background: rgba(0, 67, 25, 0.11);
}
.bg_primary_dark_op-12 {
  background: rgba(0, 67, 25, 0.12);
}
.bg_primary_dark_op-13 {
  background: rgba(0, 67, 25, 0.13);
}
.bg_primary_dark_op-14 {
  background: rgba(0, 67, 25, 0.14);
}
.bg_primary_dark_op-15 {
  background: rgba(0, 67, 25, 0.15);
}
.bg_primary_dark_op-16 {
  background: rgba(0, 67, 25, 0.16);
}
.bg_primary_dark_op-17 {
  background: rgba(0, 67, 25, 0.17);
}
.bg_primary_dark_op-18 {
  background: rgba(0, 67, 25, 0.18);
}
.bg_primary_dark_op-19 {
  background: rgba(0, 67, 25, 0.19);
}
.bg_primary_dark_op-20 {
  background: rgba(0, 67, 25, 0.2);
}
.bg_primary_dark_op-21 {
  background: rgba(0, 67, 25, 0.21);
}
.bg_primary_dark_op-22 {
  background: rgba(0, 67, 25, 0.22);
}
.bg_primary_dark_op-23 {
  background: rgba(0, 67, 25, 0.23);
}
.bg_primary_dark_op-24 {
  background: rgba(0, 67, 25, 0.24);
}
.bg_primary_dark_op-25 {
  background: rgba(0, 67, 25, 0.25);
}
.bg_primary_dark_op-26 {
  background: rgba(0, 67, 25, 0.26);
}
.bg_primary_dark_op-27 {
  background: rgba(0, 67, 25, 0.27);
}
.bg_primary_dark_op-28 {
  background: rgba(0, 67, 25, 0.28);
}
.bg_primary_dark_op-29 {
  background: rgba(0, 67, 25, 0.29);
}
.bg_primary_dark_op-30 {
  background: rgba(0, 67, 25, 0.3);
}
.bg_primary_dark_op-31 {
  background: rgba(0, 67, 25, 0.31);
}
.bg_primary_dark_op-32 {
  background: rgba(0, 67, 25, 0.32);
}
.bg_primary_dark_op-33 {
  background: rgba(0, 67, 25, 0.33);
}
.bg_primary_dark_op-34 {
  background: rgba(0, 67, 25, 0.34);
}
.bg_primary_dark_op-35 {
  background: rgba(0, 67, 25, 0.35);
}
.bg_primary_dark_op-36 {
  background: rgba(0, 67, 25, 0.36);
}
.bg_primary_dark_op-37 {
  background: rgba(0, 67, 25, 0.37);
}
.bg_primary_dark_op-38 {
  background: rgba(0, 67, 25, 0.38);
}
.bg_primary_dark_op-39 {
  background: rgba(0, 67, 25, 0.39);
}
.bg_primary_dark_op-40 {
  background: rgba(0, 67, 25, 0.4);
}
.bg_primary_dark_op-41 {
  background: rgba(0, 67, 25, 0.41);
}
.bg_primary_dark_op-42 {
  background: rgba(0, 67, 25, 0.42);
}
.bg_primary_dark_op-43 {
  background: rgba(0, 67, 25, 0.43);
}
.bg_primary_dark_op-44 {
  background: rgba(0, 67, 25, 0.44);
}
.bg_primary_dark_op-45 {
  background: rgba(0, 67, 25, 0.45);
}
.bg_primary_dark_op-46 {
  background: rgba(0, 67, 25, 0.46);
}
.bg_primary_dark_op-47 {
  background: rgba(0, 67, 25, 0.47);
}
.bg_primary_dark_op-48 {
  background: rgba(0, 67, 25, 0.48);
}
.bg_primary_dark_op-49 {
  background: rgba(0, 67, 25, 0.49);
}
.bg_primary_dark_op-50 {
  background: rgba(0, 67, 25, 0.5);
}
.bg_primary_dark_op-51 {
  background: rgba(0, 67, 25, 0.51);
}
.bg_primary_dark_op-52 {
  background: rgba(0, 67, 25, 0.52);
}
.bg_primary_dark_op-53 {
  background: rgba(0, 67, 25, 0.53);
}
.bg_primary_dark_op-54 {
  background: rgba(0, 67, 25, 0.54);
}
.bg_primary_dark_op-55 {
  background: rgba(0, 67, 25, 0.55);
}
.bg_primary_dark_op-56 {
  background: rgba(0, 67, 25, 0.56);
}
.bg_primary_dark_op-57 {
  background: rgba(0, 67, 25, 0.57);
}
.bg_primary_dark_op-58 {
  background: rgba(0, 67, 25, 0.58);
}
.bg_primary_dark_op-59 {
  background: rgba(0, 67, 25, 0.59);
}
.bg_primary_dark_op-60 {
  background: rgba(0, 67, 25, 0.6);
}
.bg_primary_dark_op-61 {
  background: rgba(0, 67, 25, 0.61);
}
.bg_primary_dark_op-62 {
  background: rgba(0, 67, 25, 0.62);
}
.bg_primary_dark_op-63 {
  background: rgba(0, 67, 25, 0.63);
}
.bg_primary_dark_op-64 {
  background: rgba(0, 67, 25, 0.64);
}
.bg_primary_dark_op-65 {
  background: rgba(0, 67, 25, 0.65);
}
.bg_primary_dark_op-66 {
  background: rgba(0, 67, 25, 0.66);
}
.bg_primary_dark_op-67 {
  background: rgba(0, 67, 25, 0.67);
}
.bg_primary_dark_op-68 {
  background: rgba(0, 67, 25, 0.68);
}
.bg_primary_dark_op-69 {
  background: rgba(0, 67, 25, 0.69);
}
.bg_primary_dark_op-70 {
  background: rgba(0, 67, 25, 0.7);
}
.bg_primary_dark_op-71 {
  background: rgba(0, 67, 25, 0.71);
}
.bg_primary_dark_op-72 {
  background: rgba(0, 67, 25, 0.72);
}
.bg_primary_dark_op-73 {
  background: rgba(0, 67, 25, 0.73);
}
.bg_primary_dark_op-74 {
  background: rgba(0, 67, 25, 0.74);
}
.bg_primary_dark_op-75 {
  background: rgba(0, 67, 25, 0.75);
}
.bg_primary_dark_op-76 {
  background: rgba(0, 67, 25, 0.76);
}
.bg_primary_dark_op-77 {
  background: rgba(0, 67, 25, 0.77);
}
.bg_primary_dark_op-78 {
  background: rgba(0, 67, 25, 0.78);
}
.bg_primary_dark_op-79 {
  background: rgba(0, 67, 25, 0.79);
}
.bg_primary_dark_op-80 {
  background: rgba(0, 67, 25, 0.8);
}
.bg_primary_dark_op-81 {
  background: rgba(0, 67, 25, 0.81);
}
.bg_primary_dark_op-82 {
  background: rgba(0, 67, 25, 0.82);
}
.bg_primary_dark_op-83 {
  background: rgba(0, 67, 25, 0.83);
}
.bg_primary_dark_op-84 {
  background: rgba(0, 67, 25, 0.84);
}
.bg_primary_dark_op-85 {
  background: rgba(0, 67, 25, 0.85);
}
.bg_primary_dark_op-86 {
  background: rgba(0, 67, 25, 0.86);
}
.bg_primary_dark_op-87 {
  background: rgba(0, 67, 25, 0.87);
}
.bg_primary_dark_op-88 {
  background: rgba(0, 67, 25, 0.88);
}
.bg_primary_dark_op-89 {
  background: rgba(0, 67, 25, 0.89);
}
.bg_primary_dark_op-90 {
  background: rgba(0, 67, 25, 0.9);
}
.bg_primary_dark_op-91 {
  background: rgba(0, 67, 25, 0.91);
}
.bg_primary_dark_op-92 {
  background: rgba(0, 67, 25, 0.92);
}
.bg_primary_dark_op-93 {
  background: rgba(0, 67, 25, 0.93);
}
.bg_primary_dark_op-94 {
  background: rgba(0, 67, 25, 0.94);
}
.bg_primary_dark_op-95 {
  background: rgba(0, 67, 25, 0.95);
}
.bg_primary_dark_op-96 {
  background: rgba(0, 67, 25, 0.96);
}
.bg_primary_dark_op-97 {
  background: rgba(0, 67, 25, 0.97);
}
.bg_primary_dark_op-98 {
  background: rgba(0, 67, 25, 0.98);
}
.bg_primary_dark_op-99 {
  background: rgba(0, 67, 25, 0.99);
}
.bg_primary_dark_op-100 {
  background: #004319;
}
.bg_primary {
  background: #008f36;
  color: white;
}
.bg_primary_op-0 {
  background: rgba(0, 143, 54, 0);
}
.bg_primary_op-1 {
  background: rgba(0, 143, 54, 0.01);
}
.bg_primary_op-2 {
  background: rgba(0, 143, 54, 0.02);
}
.bg_primary_op-3 {
  background: rgba(0, 143, 54, 0.03);
}
.bg_primary_op-4 {
  background: rgba(0, 143, 54, 0.04);
}
.bg_primary_op-5 {
  background: rgba(0, 143, 54, 0.05);
}
.bg_primary_op-6 {
  background: rgba(0, 143, 54, 0.06);
}
.bg_primary_op-7 {
  background: rgba(0, 143, 54, 0.07);
}
.bg_primary_op-8 {
  background: rgba(0, 143, 54, 0.08);
}
.bg_primary_op-9 {
  background: rgba(0, 143, 54, 0.09);
}
.bg_primary_op-10 {
  background: rgba(0, 143, 54, 0.1);
}
.bg_primary_op-11 {
  background: rgba(0, 143, 54, 0.11);
}
.bg_primary_op-12 {
  background: rgba(0, 143, 54, 0.12);
}
.bg_primary_op-13 {
  background: rgba(0, 143, 54, 0.13);
}
.bg_primary_op-14 {
  background: rgba(0, 143, 54, 0.14);
}
.bg_primary_op-15 {
  background: rgba(0, 143, 54, 0.15);
}
.bg_primary_op-16 {
  background: rgba(0, 143, 54, 0.16);
}
.bg_primary_op-17 {
  background: rgba(0, 143, 54, 0.17);
}
.bg_primary_op-18 {
  background: rgba(0, 143, 54, 0.18);
}
.bg_primary_op-19 {
  background: rgba(0, 143, 54, 0.19);
}
.bg_primary_op-20 {
  background: rgba(0, 143, 54, 0.2);
}
.bg_primary_op-21 {
  background: rgba(0, 143, 54, 0.21);
}
.bg_primary_op-22 {
  background: rgba(0, 143, 54, 0.22);
}
.bg_primary_op-23 {
  background: rgba(0, 143, 54, 0.23);
}
.bg_primary_op-24 {
  background: rgba(0, 143, 54, 0.24);
}
.bg_primary_op-25 {
  background: rgba(0, 143, 54, 0.25);
}
.bg_primary_op-26 {
  background: rgba(0, 143, 54, 0.26);
}
.bg_primary_op-27 {
  background: rgba(0, 143, 54, 0.27);
}
.bg_primary_op-28 {
  background: rgba(0, 143, 54, 0.28);
}
.bg_primary_op-29 {
  background: rgba(0, 143, 54, 0.29);
}
.bg_primary_op-30 {
  background: rgba(0, 143, 54, 0.3);
}
.bg_primary_op-31 {
  background: rgba(0, 143, 54, 0.31);
}
.bg_primary_op-32 {
  background: rgba(0, 143, 54, 0.32);
}
.bg_primary_op-33 {
  background: rgba(0, 143, 54, 0.33);
}
.bg_primary_op-34 {
  background: rgba(0, 143, 54, 0.34);
}
.bg_primary_op-35 {
  background: rgba(0, 143, 54, 0.35);
}
.bg_primary_op-36 {
  background: rgba(0, 143, 54, 0.36);
}
.bg_primary_op-37 {
  background: rgba(0, 143, 54, 0.37);
}
.bg_primary_op-38 {
  background: rgba(0, 143, 54, 0.38);
}
.bg_primary_op-39 {
  background: rgba(0, 143, 54, 0.39);
}
.bg_primary_op-40 {
  background: rgba(0, 143, 54, 0.4);
}
.bg_primary_op-41 {
  background: rgba(0, 143, 54, 0.41);
}
.bg_primary_op-42 {
  background: rgba(0, 143, 54, 0.42);
}
.bg_primary_op-43 {
  background: rgba(0, 143, 54, 0.43);
}
.bg_primary_op-44 {
  background: rgba(0, 143, 54, 0.44);
}
.bg_primary_op-45 {
  background: rgba(0, 143, 54, 0.45);
}
.bg_primary_op-46 {
  background: rgba(0, 143, 54, 0.46);
}
.bg_primary_op-47 {
  background: rgba(0, 143, 54, 0.47);
}
.bg_primary_op-48 {
  background: rgba(0, 143, 54, 0.48);
}
.bg_primary_op-49 {
  background: rgba(0, 143, 54, 0.49);
}
.bg_primary_op-50 {
  background: rgba(0, 143, 54, 0.5);
}
.bg_primary_op-51 {
  background: rgba(0, 143, 54, 0.51);
}
.bg_primary_op-52 {
  background: rgba(0, 143, 54, 0.52);
}
.bg_primary_op-53 {
  background: rgba(0, 143, 54, 0.53);
}
.bg_primary_op-54 {
  background: rgba(0, 143, 54, 0.54);
}
.bg_primary_op-55 {
  background: rgba(0, 143, 54, 0.55);
}
.bg_primary_op-56 {
  background: rgba(0, 143, 54, 0.56);
}
.bg_primary_op-57 {
  background: rgba(0, 143, 54, 0.57);
}
.bg_primary_op-58 {
  background: rgba(0, 143, 54, 0.58);
}
.bg_primary_op-59 {
  background: rgba(0, 143, 54, 0.59);
}
.bg_primary_op-60 {
  background: rgba(0, 143, 54, 0.6);
}
.bg_primary_op-61 {
  background: rgba(0, 143, 54, 0.61);
}
.bg_primary_op-62 {
  background: rgba(0, 143, 54, 0.62);
}
.bg_primary_op-63 {
  background: rgba(0, 143, 54, 0.63);
}
.bg_primary_op-64 {
  background: rgba(0, 143, 54, 0.64);
}
.bg_primary_op-65 {
  background: rgba(0, 143, 54, 0.65);
}
.bg_primary_op-66 {
  background: rgba(0, 143, 54, 0.66);
}
.bg_primary_op-67 {
  background: rgba(0, 143, 54, 0.67);
}
.bg_primary_op-68 {
  background: rgba(0, 143, 54, 0.68);
}
.bg_primary_op-69 {
  background: rgba(0, 143, 54, 0.69);
}
.bg_primary_op-70 {
  background: rgba(0, 143, 54, 0.7);
}
.bg_primary_op-71 {
  background: rgba(0, 143, 54, 0.71);
}
.bg_primary_op-72 {
  background: rgba(0, 143, 54, 0.72);
}
.bg_primary_op-73 {
  background: rgba(0, 143, 54, 0.73);
}
.bg_primary_op-74 {
  background: rgba(0, 143, 54, 0.74);
}
.bg_primary_op-75 {
  background: rgba(0, 143, 54, 0.75);
}
.bg_primary_op-76 {
  background: rgba(0, 143, 54, 0.76);
}
.bg_primary_op-77 {
  background: rgba(0, 143, 54, 0.77);
}
.bg_primary_op-78 {
  background: rgba(0, 143, 54, 0.78);
}
.bg_primary_op-79 {
  background: rgba(0, 143, 54, 0.79);
}
.bg_primary_op-80 {
  background: rgba(0, 143, 54, 0.8);
}
.bg_primary_op-81 {
  background: rgba(0, 143, 54, 0.81);
}
.bg_primary_op-82 {
  background: rgba(0, 143, 54, 0.82);
}
.bg_primary_op-83 {
  background: rgba(0, 143, 54, 0.83);
}
.bg_primary_op-84 {
  background: rgba(0, 143, 54, 0.84);
}
.bg_primary_op-85 {
  background: rgba(0, 143, 54, 0.85);
}
.bg_primary_op-86 {
  background: rgba(0, 143, 54, 0.86);
}
.bg_primary_op-87 {
  background: rgba(0, 143, 54, 0.87);
}
.bg_primary_op-88 {
  background: rgba(0, 143, 54, 0.88);
}
.bg_primary_op-89 {
  background: rgba(0, 143, 54, 0.89);
}
.bg_primary_op-90 {
  background: rgba(0, 143, 54, 0.9);
}
.bg_primary_op-91 {
  background: rgba(0, 143, 54, 0.91);
}
.bg_primary_op-92 {
  background: rgba(0, 143, 54, 0.92);
}
.bg_primary_op-93 {
  background: rgba(0, 143, 54, 0.93);
}
.bg_primary_op-94 {
  background: rgba(0, 143, 54, 0.94);
}
.bg_primary_op-95 {
  background: rgba(0, 143, 54, 0.95);
}
.bg_primary_op-96 {
  background: rgba(0, 143, 54, 0.96);
}
.bg_primary_op-97 {
  background: rgba(0, 143, 54, 0.97);
}
.bg_primary_op-98 {
  background: rgba(0, 143, 54, 0.98);
}
.bg_primary_op-99 {
  background: rgba(0, 143, 54, 0.99);
}
.bg_primary_op-100 {
  background: #008f36;
}
.bg_accent {
  background: #f1732f;
  color: white;
}
.bg_accent_op-0 {
  background: rgba(241, 115, 47, 0);
}
.bg_accent_op-1 {
  background: rgba(241, 115, 47, 0.01);
}
.bg_accent_op-2 {
  background: rgba(241, 115, 47, 0.02);
}
.bg_accent_op-3 {
  background: rgba(241, 115, 47, 0.03);
}
.bg_accent_op-4 {
  background: rgba(241, 115, 47, 0.04);
}
.bg_accent_op-5 {
  background: rgba(241, 115, 47, 0.05);
}
.bg_accent_op-6 {
  background: rgba(241, 115, 47, 0.06);
}
.bg_accent_op-7 {
  background: rgba(241, 115, 47, 0.07);
}
.bg_accent_op-8 {
  background: rgba(241, 115, 47, 0.08);
}
.bg_accent_op-9 {
  background: rgba(241, 115, 47, 0.09);
}
.bg_accent_op-10 {
  background: rgba(241, 115, 47, 0.1);
}
.bg_accent_op-11 {
  background: rgba(241, 115, 47, 0.11);
}
.bg_accent_op-12 {
  background: rgba(241, 115, 47, 0.12);
}
.bg_accent_op-13 {
  background: rgba(241, 115, 47, 0.13);
}
.bg_accent_op-14 {
  background: rgba(241, 115, 47, 0.14);
}
.bg_accent_op-15 {
  background: rgba(241, 115, 47, 0.15);
}
.bg_accent_op-16 {
  background: rgba(241, 115, 47, 0.16);
}
.bg_accent_op-17 {
  background: rgba(241, 115, 47, 0.17);
}
.bg_accent_op-18 {
  background: rgba(241, 115, 47, 0.18);
}
.bg_accent_op-19 {
  background: rgba(241, 115, 47, 0.19);
}
.bg_accent_op-20 {
  background: rgba(241, 115, 47, 0.2);
}
.bg_accent_op-21 {
  background: rgba(241, 115, 47, 0.21);
}
.bg_accent_op-22 {
  background: rgba(241, 115, 47, 0.22);
}
.bg_accent_op-23 {
  background: rgba(241, 115, 47, 0.23);
}
.bg_accent_op-24 {
  background: rgba(241, 115, 47, 0.24);
}
.bg_accent_op-25 {
  background: rgba(241, 115, 47, 0.25);
}
.bg_accent_op-26 {
  background: rgba(241, 115, 47, 0.26);
}
.bg_accent_op-27 {
  background: rgba(241, 115, 47, 0.27);
}
.bg_accent_op-28 {
  background: rgba(241, 115, 47, 0.28);
}
.bg_accent_op-29 {
  background: rgba(241, 115, 47, 0.29);
}
.bg_accent_op-30 {
  background: rgba(241, 115, 47, 0.3);
}
.bg_accent_op-31 {
  background: rgba(241, 115, 47, 0.31);
}
.bg_accent_op-32 {
  background: rgba(241, 115, 47, 0.32);
}
.bg_accent_op-33 {
  background: rgba(241, 115, 47, 0.33);
}
.bg_accent_op-34 {
  background: rgba(241, 115, 47, 0.34);
}
.bg_accent_op-35 {
  background: rgba(241, 115, 47, 0.35);
}
.bg_accent_op-36 {
  background: rgba(241, 115, 47, 0.36);
}
.bg_accent_op-37 {
  background: rgba(241, 115, 47, 0.37);
}
.bg_accent_op-38 {
  background: rgba(241, 115, 47, 0.38);
}
.bg_accent_op-39 {
  background: rgba(241, 115, 47, 0.39);
}
.bg_accent_op-40 {
  background: rgba(241, 115, 47, 0.4);
}
.bg_accent_op-41 {
  background: rgba(241, 115, 47, 0.41);
}
.bg_accent_op-42 {
  background: rgba(241, 115, 47, 0.42);
}
.bg_accent_op-43 {
  background: rgba(241, 115, 47, 0.43);
}
.bg_accent_op-44 {
  background: rgba(241, 115, 47, 0.44);
}
.bg_accent_op-45 {
  background: rgba(241, 115, 47, 0.45);
}
.bg_accent_op-46 {
  background: rgba(241, 115, 47, 0.46);
}
.bg_accent_op-47 {
  background: rgba(241, 115, 47, 0.47);
}
.bg_accent_op-48 {
  background: rgba(241, 115, 47, 0.48);
}
.bg_accent_op-49 {
  background: rgba(241, 115, 47, 0.49);
}
.bg_accent_op-50 {
  background: rgba(241, 115, 47, 0.5);
}
.bg_accent_op-51 {
  background: rgba(241, 115, 47, 0.51);
}
.bg_accent_op-52 {
  background: rgba(241, 115, 47, 0.52);
}
.bg_accent_op-53 {
  background: rgba(241, 115, 47, 0.53);
}
.bg_accent_op-54 {
  background: rgba(241, 115, 47, 0.54);
}
.bg_accent_op-55 {
  background: rgba(241, 115, 47, 0.55);
}
.bg_accent_op-56 {
  background: rgba(241, 115, 47, 0.56);
}
.bg_accent_op-57 {
  background: rgba(241, 115, 47, 0.57);
}
.bg_accent_op-58 {
  background: rgba(241, 115, 47, 0.58);
}
.bg_accent_op-59 {
  background: rgba(241, 115, 47, 0.59);
}
.bg_accent_op-60 {
  background: rgba(241, 115, 47, 0.6);
}
.bg_accent_op-61 {
  background: rgba(241, 115, 47, 0.61);
}
.bg_accent_op-62 {
  background: rgba(241, 115, 47, 0.62);
}
.bg_accent_op-63 {
  background: rgba(241, 115, 47, 0.63);
}
.bg_accent_op-64 {
  background: rgba(241, 115, 47, 0.64);
}
.bg_accent_op-65 {
  background: rgba(241, 115, 47, 0.65);
}
.bg_accent_op-66 {
  background: rgba(241, 115, 47, 0.66);
}
.bg_accent_op-67 {
  background: rgba(241, 115, 47, 0.67);
}
.bg_accent_op-68 {
  background: rgba(241, 115, 47, 0.68);
}
.bg_accent_op-69 {
  background: rgba(241, 115, 47, 0.69);
}
.bg_accent_op-70 {
  background: rgba(241, 115, 47, 0.7);
}
.bg_accent_op-71 {
  background: rgba(241, 115, 47, 0.71);
}
.bg_accent_op-72 {
  background: rgba(241, 115, 47, 0.72);
}
.bg_accent_op-73 {
  background: rgba(241, 115, 47, 0.73);
}
.bg_accent_op-74 {
  background: rgba(241, 115, 47, 0.74);
}
.bg_accent_op-75 {
  background: rgba(241, 115, 47, 0.75);
}
.bg_accent_op-76 {
  background: rgba(241, 115, 47, 0.76);
}
.bg_accent_op-77 {
  background: rgba(241, 115, 47, 0.77);
}
.bg_accent_op-78 {
  background: rgba(241, 115, 47, 0.78);
}
.bg_accent_op-79 {
  background: rgba(241, 115, 47, 0.79);
}
.bg_accent_op-80 {
  background: rgba(241, 115, 47, 0.8);
}
.bg_accent_op-81 {
  background: rgba(241, 115, 47, 0.81);
}
.bg_accent_op-82 {
  background: rgba(241, 115, 47, 0.82);
}
.bg_accent_op-83 {
  background: rgba(241, 115, 47, 0.83);
}
.bg_accent_op-84 {
  background: rgba(241, 115, 47, 0.84);
}
.bg_accent_op-85 {
  background: rgba(241, 115, 47, 0.85);
}
.bg_accent_op-86 {
  background: rgba(241, 115, 47, 0.86);
}
.bg_accent_op-87 {
  background: rgba(241, 115, 47, 0.87);
}
.bg_accent_op-88 {
  background: rgba(241, 115, 47, 0.88);
}
.bg_accent_op-89 {
  background: rgba(241, 115, 47, 0.89);
}
.bg_accent_op-90 {
  background: rgba(241, 115, 47, 0.9);
}
.bg_accent_op-91 {
  background: rgba(241, 115, 47, 0.91);
}
.bg_accent_op-92 {
  background: rgba(241, 115, 47, 0.92);
}
.bg_accent_op-93 {
  background: rgba(241, 115, 47, 0.93);
}
.bg_accent_op-94 {
  background: rgba(241, 115, 47, 0.94);
}
.bg_accent_op-95 {
  background: rgba(241, 115, 47, 0.95);
}
.bg_accent_op-96 {
  background: rgba(241, 115, 47, 0.96);
}
.bg_accent_op-97 {
  background: rgba(241, 115, 47, 0.97);
}
.bg_accent_op-98 {
  background: rgba(241, 115, 47, 0.98);
}
.bg_accent_op-99 {
  background: rgba(241, 115, 47, 0.99);
}
.bg_accent_op-100 {
  background: #f1732f;
}
.bg_accent_dark {
  background: #c64e0d;
  color: white;
}
.bg_accent_dark_op-0 {
  background: rgba(198, 78, 13, 0);
}
.bg_accent_dark_op-1 {
  background: rgba(198, 78, 13, 0.01);
}
.bg_accent_dark_op-2 {
  background: rgba(198, 78, 13, 0.02);
}
.bg_accent_dark_op-3 {
  background: rgba(198, 78, 13, 0.03);
}
.bg_accent_dark_op-4 {
  background: rgba(198, 78, 13, 0.04);
}
.bg_accent_dark_op-5 {
  background: rgba(198, 78, 13, 0.05);
}
.bg_accent_dark_op-6 {
  background: rgba(198, 78, 13, 0.06);
}
.bg_accent_dark_op-7 {
  background: rgba(198, 78, 13, 0.07);
}
.bg_accent_dark_op-8 {
  background: rgba(198, 78, 13, 0.08);
}
.bg_accent_dark_op-9 {
  background: rgba(198, 78, 13, 0.09);
}
.bg_accent_dark_op-10 {
  background: rgba(198, 78, 13, 0.1);
}
.bg_accent_dark_op-11 {
  background: rgba(198, 78, 13, 0.11);
}
.bg_accent_dark_op-12 {
  background: rgba(198, 78, 13, 0.12);
}
.bg_accent_dark_op-13 {
  background: rgba(198, 78, 13, 0.13);
}
.bg_accent_dark_op-14 {
  background: rgba(198, 78, 13, 0.14);
}
.bg_accent_dark_op-15 {
  background: rgba(198, 78, 13, 0.15);
}
.bg_accent_dark_op-16 {
  background: rgba(198, 78, 13, 0.16);
}
.bg_accent_dark_op-17 {
  background: rgba(198, 78, 13, 0.17);
}
.bg_accent_dark_op-18 {
  background: rgba(198, 78, 13, 0.18);
}
.bg_accent_dark_op-19 {
  background: rgba(198, 78, 13, 0.19);
}
.bg_accent_dark_op-20 {
  background: rgba(198, 78, 13, 0.2);
}
.bg_accent_dark_op-21 {
  background: rgba(198, 78, 13, 0.21);
}
.bg_accent_dark_op-22 {
  background: rgba(198, 78, 13, 0.22);
}
.bg_accent_dark_op-23 {
  background: rgba(198, 78, 13, 0.23);
}
.bg_accent_dark_op-24 {
  background: rgba(198, 78, 13, 0.24);
}
.bg_accent_dark_op-25 {
  background: rgba(198, 78, 13, 0.25);
}
.bg_accent_dark_op-26 {
  background: rgba(198, 78, 13, 0.26);
}
.bg_accent_dark_op-27 {
  background: rgba(198, 78, 13, 0.27);
}
.bg_accent_dark_op-28 {
  background: rgba(198, 78, 13, 0.28);
}
.bg_accent_dark_op-29 {
  background: rgba(198, 78, 13, 0.29);
}
.bg_accent_dark_op-30 {
  background: rgba(198, 78, 13, 0.3);
}
.bg_accent_dark_op-31 {
  background: rgba(198, 78, 13, 0.31);
}
.bg_accent_dark_op-32 {
  background: rgba(198, 78, 13, 0.32);
}
.bg_accent_dark_op-33 {
  background: rgba(198, 78, 13, 0.33);
}
.bg_accent_dark_op-34 {
  background: rgba(198, 78, 13, 0.34);
}
.bg_accent_dark_op-35 {
  background: rgba(198, 78, 13, 0.35);
}
.bg_accent_dark_op-36 {
  background: rgba(198, 78, 13, 0.36);
}
.bg_accent_dark_op-37 {
  background: rgba(198, 78, 13, 0.37);
}
.bg_accent_dark_op-38 {
  background: rgba(198, 78, 13, 0.38);
}
.bg_accent_dark_op-39 {
  background: rgba(198, 78, 13, 0.39);
}
.bg_accent_dark_op-40 {
  background: rgba(198, 78, 13, 0.4);
}
.bg_accent_dark_op-41 {
  background: rgba(198, 78, 13, 0.41);
}
.bg_accent_dark_op-42 {
  background: rgba(198, 78, 13, 0.42);
}
.bg_accent_dark_op-43 {
  background: rgba(198, 78, 13, 0.43);
}
.bg_accent_dark_op-44 {
  background: rgba(198, 78, 13, 0.44);
}
.bg_accent_dark_op-45 {
  background: rgba(198, 78, 13, 0.45);
}
.bg_accent_dark_op-46 {
  background: rgba(198, 78, 13, 0.46);
}
.bg_accent_dark_op-47 {
  background: rgba(198, 78, 13, 0.47);
}
.bg_accent_dark_op-48 {
  background: rgba(198, 78, 13, 0.48);
}
.bg_accent_dark_op-49 {
  background: rgba(198, 78, 13, 0.49);
}
.bg_accent_dark_op-50 {
  background: rgba(198, 78, 13, 0.5);
}
.bg_accent_dark_op-51 {
  background: rgba(198, 78, 13, 0.51);
}
.bg_accent_dark_op-52 {
  background: rgba(198, 78, 13, 0.52);
}
.bg_accent_dark_op-53 {
  background: rgba(198, 78, 13, 0.53);
}
.bg_accent_dark_op-54 {
  background: rgba(198, 78, 13, 0.54);
}
.bg_accent_dark_op-55 {
  background: rgba(198, 78, 13, 0.55);
}
.bg_accent_dark_op-56 {
  background: rgba(198, 78, 13, 0.56);
}
.bg_accent_dark_op-57 {
  background: rgba(198, 78, 13, 0.57);
}
.bg_accent_dark_op-58 {
  background: rgba(198, 78, 13, 0.58);
}
.bg_accent_dark_op-59 {
  background: rgba(198, 78, 13, 0.59);
}
.bg_accent_dark_op-60 {
  background: rgba(198, 78, 13, 0.6);
}
.bg_accent_dark_op-61 {
  background: rgba(198, 78, 13, 0.61);
}
.bg_accent_dark_op-62 {
  background: rgba(198, 78, 13, 0.62);
}
.bg_accent_dark_op-63 {
  background: rgba(198, 78, 13, 0.63);
}
.bg_accent_dark_op-64 {
  background: rgba(198, 78, 13, 0.64);
}
.bg_accent_dark_op-65 {
  background: rgba(198, 78, 13, 0.65);
}
.bg_accent_dark_op-66 {
  background: rgba(198, 78, 13, 0.66);
}
.bg_accent_dark_op-67 {
  background: rgba(198, 78, 13, 0.67);
}
.bg_accent_dark_op-68 {
  background: rgba(198, 78, 13, 0.68);
}
.bg_accent_dark_op-69 {
  background: rgba(198, 78, 13, 0.69);
}
.bg_accent_dark_op-70 {
  background: rgba(198, 78, 13, 0.7);
}
.bg_accent_dark_op-71 {
  background: rgba(198, 78, 13, 0.71);
}
.bg_accent_dark_op-72 {
  background: rgba(198, 78, 13, 0.72);
}
.bg_accent_dark_op-73 {
  background: rgba(198, 78, 13, 0.73);
}
.bg_accent_dark_op-74 {
  background: rgba(198, 78, 13, 0.74);
}
.bg_accent_dark_op-75 {
  background: rgba(198, 78, 13, 0.75);
}
.bg_accent_dark_op-76 {
  background: rgba(198, 78, 13, 0.76);
}
.bg_accent_dark_op-77 {
  background: rgba(198, 78, 13, 0.77);
}
.bg_accent_dark_op-78 {
  background: rgba(198, 78, 13, 0.78);
}
.bg_accent_dark_op-79 {
  background: rgba(198, 78, 13, 0.79);
}
.bg_accent_dark_op-80 {
  background: rgba(198, 78, 13, 0.8);
}
.bg_accent_dark_op-81 {
  background: rgba(198, 78, 13, 0.81);
}
.bg_accent_dark_op-82 {
  background: rgba(198, 78, 13, 0.82);
}
.bg_accent_dark_op-83 {
  background: rgba(198, 78, 13, 0.83);
}
.bg_accent_dark_op-84 {
  background: rgba(198, 78, 13, 0.84);
}
.bg_accent_dark_op-85 {
  background: rgba(198, 78, 13, 0.85);
}
.bg_accent_dark_op-86 {
  background: rgba(198, 78, 13, 0.86);
}
.bg_accent_dark_op-87 {
  background: rgba(198, 78, 13, 0.87);
}
.bg_accent_dark_op-88 {
  background: rgba(198, 78, 13, 0.88);
}
.bg_accent_dark_op-89 {
  background: rgba(198, 78, 13, 0.89);
}
.bg_accent_dark_op-90 {
  background: rgba(198, 78, 13, 0.9);
}
.bg_accent_dark_op-91 {
  background: rgba(198, 78, 13, 0.91);
}
.bg_accent_dark_op-92 {
  background: rgba(198, 78, 13, 0.92);
}
.bg_accent_dark_op-93 {
  background: rgba(198, 78, 13, 0.93);
}
.bg_accent_dark_op-94 {
  background: rgba(198, 78, 13, 0.94);
}
.bg_accent_dark_op-95 {
  background: rgba(198, 78, 13, 0.95);
}
.bg_accent_dark_op-96 {
  background: rgba(198, 78, 13, 0.96);
}
.bg_accent_dark_op-97 {
  background: rgba(198, 78, 13, 0.97);
}
.bg_accent_dark_op-98 {
  background: rgba(198, 78, 13, 0.98);
}
.bg_accent_dark_op-99 {
  background: rgba(198, 78, 13, 0.99);
}
.bg_accent_dark_op-100 {
  background: #c64e0d;
}
.bg_font {
  background: #333;
  color: white;
}
.bg_font_op-0 {
  background: rgba(51, 51, 51, 0);
}
.bg_font_op-1 {
  background: rgba(51, 51, 51, 0.01);
}
.bg_font_op-2 {
  background: rgba(51, 51, 51, 0.02);
}
.bg_font_op-3 {
  background: rgba(51, 51, 51, 0.03);
}
.bg_font_op-4 {
  background: rgba(51, 51, 51, 0.04);
}
.bg_font_op-5 {
  background: rgba(51, 51, 51, 0.05);
}
.bg_font_op-6 {
  background: rgba(51, 51, 51, 0.06);
}
.bg_font_op-7 {
  background: rgba(51, 51, 51, 0.07);
}
.bg_font_op-8 {
  background: rgba(51, 51, 51, 0.08);
}
.bg_font_op-9 {
  background: rgba(51, 51, 51, 0.09);
}
.bg_font_op-10 {
  background: rgba(51, 51, 51, 0.1);
}
.bg_font_op-11 {
  background: rgba(51, 51, 51, 0.11);
}
.bg_font_op-12 {
  background: rgba(51, 51, 51, 0.12);
}
.bg_font_op-13 {
  background: rgba(51, 51, 51, 0.13);
}
.bg_font_op-14 {
  background: rgba(51, 51, 51, 0.14);
}
.bg_font_op-15 {
  background: rgba(51, 51, 51, 0.15);
}
.bg_font_op-16 {
  background: rgba(51, 51, 51, 0.16);
}
.bg_font_op-17 {
  background: rgba(51, 51, 51, 0.17);
}
.bg_font_op-18 {
  background: rgba(51, 51, 51, 0.18);
}
.bg_font_op-19 {
  background: rgba(51, 51, 51, 0.19);
}
.bg_font_op-20 {
  background: rgba(51, 51, 51, 0.2);
}
.bg_font_op-21 {
  background: rgba(51, 51, 51, 0.21);
}
.bg_font_op-22 {
  background: rgba(51, 51, 51, 0.22);
}
.bg_font_op-23 {
  background: rgba(51, 51, 51, 0.23);
}
.bg_font_op-24 {
  background: rgba(51, 51, 51, 0.24);
}
.bg_font_op-25 {
  background: rgba(51, 51, 51, 0.25);
}
.bg_font_op-26 {
  background: rgba(51, 51, 51, 0.26);
}
.bg_font_op-27 {
  background: rgba(51, 51, 51, 0.27);
}
.bg_font_op-28 {
  background: rgba(51, 51, 51, 0.28);
}
.bg_font_op-29 {
  background: rgba(51, 51, 51, 0.29);
}
.bg_font_op-30 {
  background: rgba(51, 51, 51, 0.3);
}
.bg_font_op-31 {
  background: rgba(51, 51, 51, 0.31);
}
.bg_font_op-32 {
  background: rgba(51, 51, 51, 0.32);
}
.bg_font_op-33 {
  background: rgba(51, 51, 51, 0.33);
}
.bg_font_op-34 {
  background: rgba(51, 51, 51, 0.34);
}
.bg_font_op-35 {
  background: rgba(51, 51, 51, 0.35);
}
.bg_font_op-36 {
  background: rgba(51, 51, 51, 0.36);
}
.bg_font_op-37 {
  background: rgba(51, 51, 51, 0.37);
}
.bg_font_op-38 {
  background: rgba(51, 51, 51, 0.38);
}
.bg_font_op-39 {
  background: rgba(51, 51, 51, 0.39);
}
.bg_font_op-40 {
  background: rgba(51, 51, 51, 0.4);
}
.bg_font_op-41 {
  background: rgba(51, 51, 51, 0.41);
}
.bg_font_op-42 {
  background: rgba(51, 51, 51, 0.42);
}
.bg_font_op-43 {
  background: rgba(51, 51, 51, 0.43);
}
.bg_font_op-44 {
  background: rgba(51, 51, 51, 0.44);
}
.bg_font_op-45 {
  background: rgba(51, 51, 51, 0.45);
}
.bg_font_op-46 {
  background: rgba(51, 51, 51, 0.46);
}
.bg_font_op-47 {
  background: rgba(51, 51, 51, 0.47);
}
.bg_font_op-48 {
  background: rgba(51, 51, 51, 0.48);
}
.bg_font_op-49 {
  background: rgba(51, 51, 51, 0.49);
}
.bg_font_op-50 {
  background: rgba(51, 51, 51, 0.5);
}
.bg_font_op-51 {
  background: rgba(51, 51, 51, 0.51);
}
.bg_font_op-52 {
  background: rgba(51, 51, 51, 0.52);
}
.bg_font_op-53 {
  background: rgba(51, 51, 51, 0.53);
}
.bg_font_op-54 {
  background: rgba(51, 51, 51, 0.54);
}
.bg_font_op-55 {
  background: rgba(51, 51, 51, 0.55);
}
.bg_font_op-56 {
  background: rgba(51, 51, 51, 0.56);
}
.bg_font_op-57 {
  background: rgba(51, 51, 51, 0.57);
}
.bg_font_op-58 {
  background: rgba(51, 51, 51, 0.58);
}
.bg_font_op-59 {
  background: rgba(51, 51, 51, 0.59);
}
.bg_font_op-60 {
  background: rgba(51, 51, 51, 0.6);
}
.bg_font_op-61 {
  background: rgba(51, 51, 51, 0.61);
}
.bg_font_op-62 {
  background: rgba(51, 51, 51, 0.62);
}
.bg_font_op-63 {
  background: rgba(51, 51, 51, 0.63);
}
.bg_font_op-64 {
  background: rgba(51, 51, 51, 0.64);
}
.bg_font_op-65 {
  background: rgba(51, 51, 51, 0.65);
}
.bg_font_op-66 {
  background: rgba(51, 51, 51, 0.66);
}
.bg_font_op-67 {
  background: rgba(51, 51, 51, 0.67);
}
.bg_font_op-68 {
  background: rgba(51, 51, 51, 0.68);
}
.bg_font_op-69 {
  background: rgba(51, 51, 51, 0.69);
}
.bg_font_op-70 {
  background: rgba(51, 51, 51, 0.7);
}
.bg_font_op-71 {
  background: rgba(51, 51, 51, 0.71);
}
.bg_font_op-72 {
  background: rgba(51, 51, 51, 0.72);
}
.bg_font_op-73 {
  background: rgba(51, 51, 51, 0.73);
}
.bg_font_op-74 {
  background: rgba(51, 51, 51, 0.74);
}
.bg_font_op-75 {
  background: rgba(51, 51, 51, 0.75);
}
.bg_font_op-76 {
  background: rgba(51, 51, 51, 0.76);
}
.bg_font_op-77 {
  background: rgba(51, 51, 51, 0.77);
}
.bg_font_op-78 {
  background: rgba(51, 51, 51, 0.78);
}
.bg_font_op-79 {
  background: rgba(51, 51, 51, 0.79);
}
.bg_font_op-80 {
  background: rgba(51, 51, 51, 0.8);
}
.bg_font_op-81 {
  background: rgba(51, 51, 51, 0.81);
}
.bg_font_op-82 {
  background: rgba(51, 51, 51, 0.82);
}
.bg_font_op-83 {
  background: rgba(51, 51, 51, 0.83);
}
.bg_font_op-84 {
  background: rgba(51, 51, 51, 0.84);
}
.bg_font_op-85 {
  background: rgba(51, 51, 51, 0.85);
}
.bg_font_op-86 {
  background: rgba(51, 51, 51, 0.86);
}
.bg_font_op-87 {
  background: rgba(51, 51, 51, 0.87);
}
.bg_font_op-88 {
  background: rgba(51, 51, 51, 0.88);
}
.bg_font_op-89 {
  background: rgba(51, 51, 51, 0.89);
}
.bg_font_op-90 {
  background: rgba(51, 51, 51, 0.9);
}
.bg_font_op-91 {
  background: rgba(51, 51, 51, 0.91);
}
.bg_font_op-92 {
  background: rgba(51, 51, 51, 0.92);
}
.bg_font_op-93 {
  background: rgba(51, 51, 51, 0.93);
}
.bg_font_op-94 {
  background: rgba(51, 51, 51, 0.94);
}
.bg_font_op-95 {
  background: rgba(51, 51, 51, 0.95);
}
.bg_font_op-96 {
  background: rgba(51, 51, 51, 0.96);
}
.bg_font_op-97 {
  background: rgba(51, 51, 51, 0.97);
}
.bg_font_op-98 {
  background: rgba(51, 51, 51, 0.98);
}
.bg_font_op-99 {
  background: rgba(51, 51, 51, 0.99);
}
.bg_font_op-100 {
  background: #333333;
}
.bg_bg {
  background: #f5f5f5;
}
.bg_bg_op-0 {
  background: rgba(245, 245, 245, 0);
}
.bg_bg_op-1 {
  background: rgba(245, 245, 245, 0.01);
}
.bg_bg_op-2 {
  background: rgba(245, 245, 245, 0.02);
}
.bg_bg_op-3 {
  background: rgba(245, 245, 245, 0.03);
}
.bg_bg_op-4 {
  background: rgba(245, 245, 245, 0.04);
}
.bg_bg_op-5 {
  background: rgba(245, 245, 245, 0.05);
}
.bg_bg_op-6 {
  background: rgba(245, 245, 245, 0.06);
}
.bg_bg_op-7 {
  background: rgba(245, 245, 245, 0.07);
}
.bg_bg_op-8 {
  background: rgba(245, 245, 245, 0.08);
}
.bg_bg_op-9 {
  background: rgba(245, 245, 245, 0.09);
}
.bg_bg_op-10 {
  background: rgba(245, 245, 245, 0.1);
}
.bg_bg_op-11 {
  background: rgba(245, 245, 245, 0.11);
}
.bg_bg_op-12 {
  background: rgba(245, 245, 245, 0.12);
}
.bg_bg_op-13 {
  background: rgba(245, 245, 245, 0.13);
}
.bg_bg_op-14 {
  background: rgba(245, 245, 245, 0.14);
}
.bg_bg_op-15 {
  background: rgba(245, 245, 245, 0.15);
}
.bg_bg_op-16 {
  background: rgba(245, 245, 245, 0.16);
}
.bg_bg_op-17 {
  background: rgba(245, 245, 245, 0.17);
}
.bg_bg_op-18 {
  background: rgba(245, 245, 245, 0.18);
}
.bg_bg_op-19 {
  background: rgba(245, 245, 245, 0.19);
}
.bg_bg_op-20 {
  background: rgba(245, 245, 245, 0.2);
}
.bg_bg_op-21 {
  background: rgba(245, 245, 245, 0.21);
}
.bg_bg_op-22 {
  background: rgba(245, 245, 245, 0.22);
}
.bg_bg_op-23 {
  background: rgba(245, 245, 245, 0.23);
}
.bg_bg_op-24 {
  background: rgba(245, 245, 245, 0.24);
}
.bg_bg_op-25 {
  background: rgba(245, 245, 245, 0.25);
}
.bg_bg_op-26 {
  background: rgba(245, 245, 245, 0.26);
}
.bg_bg_op-27 {
  background: rgba(245, 245, 245, 0.27);
}
.bg_bg_op-28 {
  background: rgba(245, 245, 245, 0.28);
}
.bg_bg_op-29 {
  background: rgba(245, 245, 245, 0.29);
}
.bg_bg_op-30 {
  background: rgba(245, 245, 245, 0.3);
}
.bg_bg_op-31 {
  background: rgba(245, 245, 245, 0.31);
}
.bg_bg_op-32 {
  background: rgba(245, 245, 245, 0.32);
}
.bg_bg_op-33 {
  background: rgba(245, 245, 245, 0.33);
}
.bg_bg_op-34 {
  background: rgba(245, 245, 245, 0.34);
}
.bg_bg_op-35 {
  background: rgba(245, 245, 245, 0.35);
}
.bg_bg_op-36 {
  background: rgba(245, 245, 245, 0.36);
}
.bg_bg_op-37 {
  background: rgba(245, 245, 245, 0.37);
}
.bg_bg_op-38 {
  background: rgba(245, 245, 245, 0.38);
}
.bg_bg_op-39 {
  background: rgba(245, 245, 245, 0.39);
}
.bg_bg_op-40 {
  background: rgba(245, 245, 245, 0.4);
}
.bg_bg_op-41 {
  background: rgba(245, 245, 245, 0.41);
}
.bg_bg_op-42 {
  background: rgba(245, 245, 245, 0.42);
}
.bg_bg_op-43 {
  background: rgba(245, 245, 245, 0.43);
}
.bg_bg_op-44 {
  background: rgba(245, 245, 245, 0.44);
}
.bg_bg_op-45 {
  background: rgba(245, 245, 245, 0.45);
}
.bg_bg_op-46 {
  background: rgba(245, 245, 245, 0.46);
}
.bg_bg_op-47 {
  background: rgba(245, 245, 245, 0.47);
}
.bg_bg_op-48 {
  background: rgba(245, 245, 245, 0.48);
}
.bg_bg_op-49 {
  background: rgba(245, 245, 245, 0.49);
}
.bg_bg_op-50 {
  background: rgba(245, 245, 245, 0.5);
}
.bg_bg_op-51 {
  background: rgba(245, 245, 245, 0.51);
}
.bg_bg_op-52 {
  background: rgba(245, 245, 245, 0.52);
}
.bg_bg_op-53 {
  background: rgba(245, 245, 245, 0.53);
}
.bg_bg_op-54 {
  background: rgba(245, 245, 245, 0.54);
}
.bg_bg_op-55 {
  background: rgba(245, 245, 245, 0.55);
}
.bg_bg_op-56 {
  background: rgba(245, 245, 245, 0.56);
}
.bg_bg_op-57 {
  background: rgba(245, 245, 245, 0.57);
}
.bg_bg_op-58 {
  background: rgba(245, 245, 245, 0.58);
}
.bg_bg_op-59 {
  background: rgba(245, 245, 245, 0.59);
}
.bg_bg_op-60 {
  background: rgba(245, 245, 245, 0.6);
}
.bg_bg_op-61 {
  background: rgba(245, 245, 245, 0.61);
}
.bg_bg_op-62 {
  background: rgba(245, 245, 245, 0.62);
}
.bg_bg_op-63 {
  background: rgba(245, 245, 245, 0.63);
}
.bg_bg_op-64 {
  background: rgba(245, 245, 245, 0.64);
}
.bg_bg_op-65 {
  background: rgba(245, 245, 245, 0.65);
}
.bg_bg_op-66 {
  background: rgba(245, 245, 245, 0.66);
}
.bg_bg_op-67 {
  background: rgba(245, 245, 245, 0.67);
}
.bg_bg_op-68 {
  background: rgba(245, 245, 245, 0.68);
}
.bg_bg_op-69 {
  background: rgba(245, 245, 245, 0.69);
}
.bg_bg_op-70 {
  background: rgba(245, 245, 245, 0.7);
}
.bg_bg_op-71 {
  background: rgba(245, 245, 245, 0.71);
}
.bg_bg_op-72 {
  background: rgba(245, 245, 245, 0.72);
}
.bg_bg_op-73 {
  background: rgba(245, 245, 245, 0.73);
}
.bg_bg_op-74 {
  background: rgba(245, 245, 245, 0.74);
}
.bg_bg_op-75 {
  background: rgba(245, 245, 245, 0.75);
}
.bg_bg_op-76 {
  background: rgba(245, 245, 245, 0.76);
}
.bg_bg_op-77 {
  background: rgba(245, 245, 245, 0.77);
}
.bg_bg_op-78 {
  background: rgba(245, 245, 245, 0.78);
}
.bg_bg_op-79 {
  background: rgba(245, 245, 245, 0.79);
}
.bg_bg_op-80 {
  background: rgba(245, 245, 245, 0.8);
}
.bg_bg_op-81 {
  background: rgba(245, 245, 245, 0.81);
}
.bg_bg_op-82 {
  background: rgba(245, 245, 245, 0.82);
}
.bg_bg_op-83 {
  background: rgba(245, 245, 245, 0.83);
}
.bg_bg_op-84 {
  background: rgba(245, 245, 245, 0.84);
}
.bg_bg_op-85 {
  background: rgba(245, 245, 245, 0.85);
}
.bg_bg_op-86 {
  background: rgba(245, 245, 245, 0.86);
}
.bg_bg_op-87 {
  background: rgba(245, 245, 245, 0.87);
}
.bg_bg_op-88 {
  background: rgba(245, 245, 245, 0.88);
}
.bg_bg_op-89 {
  background: rgba(245, 245, 245, 0.89);
}
.bg_bg_op-90 {
  background: rgba(245, 245, 245, 0.9);
}
.bg_bg_op-91 {
  background: rgba(245, 245, 245, 0.91);
}
.bg_bg_op-92 {
  background: rgba(245, 245, 245, 0.92);
}
.bg_bg_op-93 {
  background: rgba(245, 245, 245, 0.93);
}
.bg_bg_op-94 {
  background: rgba(245, 245, 245, 0.94);
}
.bg_bg_op-95 {
  background: rgba(245, 245, 245, 0.95);
}
.bg_bg_op-96 {
  background: rgba(245, 245, 245, 0.96);
}
.bg_bg_op-97 {
  background: rgba(245, 245, 245, 0.97);
}
.bg_bg_op-98 {
  background: rgba(245, 245, 245, 0.98);
}
.bg_bg_op-99 {
  background: rgba(245, 245, 245, 0.99);
}
.bg_bg_op-100 {
  background: whitesmoke;
}
.bg_border {
  background: #ebebeb;
}
.bg_border_op-0 {
  background: rgba(235, 235, 235, 0);
}
.bg_border_op-1 {
  background: rgba(235, 235, 235, 0.01);
}
.bg_border_op-2 {
  background: rgba(235, 235, 235, 0.02);
}
.bg_border_op-3 {
  background: rgba(235, 235, 235, 0.03);
}
.bg_border_op-4 {
  background: rgba(235, 235, 235, 0.04);
}
.bg_border_op-5 {
  background: rgba(235, 235, 235, 0.05);
}
.bg_border_op-6 {
  background: rgba(235, 235, 235, 0.06);
}
.bg_border_op-7 {
  background: rgba(235, 235, 235, 0.07);
}
.bg_border_op-8 {
  background: rgba(235, 235, 235, 0.08);
}
.bg_border_op-9 {
  background: rgba(235, 235, 235, 0.09);
}
.bg_border_op-10 {
  background: rgba(235, 235, 235, 0.1);
}
.bg_border_op-11 {
  background: rgba(235, 235, 235, 0.11);
}
.bg_border_op-12 {
  background: rgba(235, 235, 235, 0.12);
}
.bg_border_op-13 {
  background: rgba(235, 235, 235, 0.13);
}
.bg_border_op-14 {
  background: rgba(235, 235, 235, 0.14);
}
.bg_border_op-15 {
  background: rgba(235, 235, 235, 0.15);
}
.bg_border_op-16 {
  background: rgba(235, 235, 235, 0.16);
}
.bg_border_op-17 {
  background: rgba(235, 235, 235, 0.17);
}
.bg_border_op-18 {
  background: rgba(235, 235, 235, 0.18);
}
.bg_border_op-19 {
  background: rgba(235, 235, 235, 0.19);
}
.bg_border_op-20 {
  background: rgba(235, 235, 235, 0.2);
}
.bg_border_op-21 {
  background: rgba(235, 235, 235, 0.21);
}
.bg_border_op-22 {
  background: rgba(235, 235, 235, 0.22);
}
.bg_border_op-23 {
  background: rgba(235, 235, 235, 0.23);
}
.bg_border_op-24 {
  background: rgba(235, 235, 235, 0.24);
}
.bg_border_op-25 {
  background: rgba(235, 235, 235, 0.25);
}
.bg_border_op-26 {
  background: rgba(235, 235, 235, 0.26);
}
.bg_border_op-27 {
  background: rgba(235, 235, 235, 0.27);
}
.bg_border_op-28 {
  background: rgba(235, 235, 235, 0.28);
}
.bg_border_op-29 {
  background: rgba(235, 235, 235, 0.29);
}
.bg_border_op-30 {
  background: rgba(235, 235, 235, 0.3);
}
.bg_border_op-31 {
  background: rgba(235, 235, 235, 0.31);
}
.bg_border_op-32 {
  background: rgba(235, 235, 235, 0.32);
}
.bg_border_op-33 {
  background: rgba(235, 235, 235, 0.33);
}
.bg_border_op-34 {
  background: rgba(235, 235, 235, 0.34);
}
.bg_border_op-35 {
  background: rgba(235, 235, 235, 0.35);
}
.bg_border_op-36 {
  background: rgba(235, 235, 235, 0.36);
}
.bg_border_op-37 {
  background: rgba(235, 235, 235, 0.37);
}
.bg_border_op-38 {
  background: rgba(235, 235, 235, 0.38);
}
.bg_border_op-39 {
  background: rgba(235, 235, 235, 0.39);
}
.bg_border_op-40 {
  background: rgba(235, 235, 235, 0.4);
}
.bg_border_op-41 {
  background: rgba(235, 235, 235, 0.41);
}
.bg_border_op-42 {
  background: rgba(235, 235, 235, 0.42);
}
.bg_border_op-43 {
  background: rgba(235, 235, 235, 0.43);
}
.bg_border_op-44 {
  background: rgba(235, 235, 235, 0.44);
}
.bg_border_op-45 {
  background: rgba(235, 235, 235, 0.45);
}
.bg_border_op-46 {
  background: rgba(235, 235, 235, 0.46);
}
.bg_border_op-47 {
  background: rgba(235, 235, 235, 0.47);
}
.bg_border_op-48 {
  background: rgba(235, 235, 235, 0.48);
}
.bg_border_op-49 {
  background: rgba(235, 235, 235, 0.49);
}
.bg_border_op-50 {
  background: rgba(235, 235, 235, 0.5);
}
.bg_border_op-51 {
  background: rgba(235, 235, 235, 0.51);
}
.bg_border_op-52 {
  background: rgba(235, 235, 235, 0.52);
}
.bg_border_op-53 {
  background: rgba(235, 235, 235, 0.53);
}
.bg_border_op-54 {
  background: rgba(235, 235, 235, 0.54);
}
.bg_border_op-55 {
  background: rgba(235, 235, 235, 0.55);
}
.bg_border_op-56 {
  background: rgba(235, 235, 235, 0.56);
}
.bg_border_op-57 {
  background: rgba(235, 235, 235, 0.57);
}
.bg_border_op-58 {
  background: rgba(235, 235, 235, 0.58);
}
.bg_border_op-59 {
  background: rgba(235, 235, 235, 0.59);
}
.bg_border_op-60 {
  background: rgba(235, 235, 235, 0.6);
}
.bg_border_op-61 {
  background: rgba(235, 235, 235, 0.61);
}
.bg_border_op-62 {
  background: rgba(235, 235, 235, 0.62);
}
.bg_border_op-63 {
  background: rgba(235, 235, 235, 0.63);
}
.bg_border_op-64 {
  background: rgba(235, 235, 235, 0.64);
}
.bg_border_op-65 {
  background: rgba(235, 235, 235, 0.65);
}
.bg_border_op-66 {
  background: rgba(235, 235, 235, 0.66);
}
.bg_border_op-67 {
  background: rgba(235, 235, 235, 0.67);
}
.bg_border_op-68 {
  background: rgba(235, 235, 235, 0.68);
}
.bg_border_op-69 {
  background: rgba(235, 235, 235, 0.69);
}
.bg_border_op-70 {
  background: rgba(235, 235, 235, 0.7);
}
.bg_border_op-71 {
  background: rgba(235, 235, 235, 0.71);
}
.bg_border_op-72 {
  background: rgba(235, 235, 235, 0.72);
}
.bg_border_op-73 {
  background: rgba(235, 235, 235, 0.73);
}
.bg_border_op-74 {
  background: rgba(235, 235, 235, 0.74);
}
.bg_border_op-75 {
  background: rgba(235, 235, 235, 0.75);
}
.bg_border_op-76 {
  background: rgba(235, 235, 235, 0.76);
}
.bg_border_op-77 {
  background: rgba(235, 235, 235, 0.77);
}
.bg_border_op-78 {
  background: rgba(235, 235, 235, 0.78);
}
.bg_border_op-79 {
  background: rgba(235, 235, 235, 0.79);
}
.bg_border_op-80 {
  background: rgba(235, 235, 235, 0.8);
}
.bg_border_op-81 {
  background: rgba(235, 235, 235, 0.81);
}
.bg_border_op-82 {
  background: rgba(235, 235, 235, 0.82);
}
.bg_border_op-83 {
  background: rgba(235, 235, 235, 0.83);
}
.bg_border_op-84 {
  background: rgba(235, 235, 235, 0.84);
}
.bg_border_op-85 {
  background: rgba(235, 235, 235, 0.85);
}
.bg_border_op-86 {
  background: rgba(235, 235, 235, 0.86);
}
.bg_border_op-87 {
  background: rgba(235, 235, 235, 0.87);
}
.bg_border_op-88 {
  background: rgba(235, 235, 235, 0.88);
}
.bg_border_op-89 {
  background: rgba(235, 235, 235, 0.89);
}
.bg_border_op-90 {
  background: rgba(235, 235, 235, 0.9);
}
.bg_border_op-91 {
  background: rgba(235, 235, 235, 0.91);
}
.bg_border_op-92 {
  background: rgba(235, 235, 235, 0.92);
}
.bg_border_op-93 {
  background: rgba(235, 235, 235, 0.93);
}
.bg_border_op-94 {
  background: rgba(235, 235, 235, 0.94);
}
.bg_border_op-95 {
  background: rgba(235, 235, 235, 0.95);
}
.bg_border_op-96 {
  background: rgba(235, 235, 235, 0.96);
}
.bg_border_op-97 {
  background: rgba(235, 235, 235, 0.97);
}
.bg_border_op-98 {
  background: rgba(235, 235, 235, 0.98);
}
.bg_border_op-99 {
  background: rgba(235, 235, 235, 0.99);
}
.bg_border_op-100 {
  background: #ebebeb;
}
.bg_error {
  background: #d70200;
  color: white;
}
.bg_error_op-0 {
  background: rgba(215, 2, 0, 0);
}
.bg_error_op-1 {
  background: rgba(215, 2, 0, 0.01);
}
.bg_error_op-2 {
  background: rgba(215, 2, 0, 0.02);
}
.bg_error_op-3 {
  background: rgba(215, 2, 0, 0.03);
}
.bg_error_op-4 {
  background: rgba(215, 2, 0, 0.04);
}
.bg_error_op-5 {
  background: rgba(215, 2, 0, 0.05);
}
.bg_error_op-6 {
  background: rgba(215, 2, 0, 0.06);
}
.bg_error_op-7 {
  background: rgba(215, 2, 0, 0.07);
}
.bg_error_op-8 {
  background: rgba(215, 2, 0, 0.08);
}
.bg_error_op-9 {
  background: rgba(215, 2, 0, 0.09);
}
.bg_error_op-10 {
  background: rgba(215, 2, 0, 0.1);
}
.bg_error_op-11 {
  background: rgba(215, 2, 0, 0.11);
}
.bg_error_op-12 {
  background: rgba(215, 2, 0, 0.12);
}
.bg_error_op-13 {
  background: rgba(215, 2, 0, 0.13);
}
.bg_error_op-14 {
  background: rgba(215, 2, 0, 0.14);
}
.bg_error_op-15 {
  background: rgba(215, 2, 0, 0.15);
}
.bg_error_op-16 {
  background: rgba(215, 2, 0, 0.16);
}
.bg_error_op-17 {
  background: rgba(215, 2, 0, 0.17);
}
.bg_error_op-18 {
  background: rgba(215, 2, 0, 0.18);
}
.bg_error_op-19 {
  background: rgba(215, 2, 0, 0.19);
}
.bg_error_op-20 {
  background: rgba(215, 2, 0, 0.2);
}
.bg_error_op-21 {
  background: rgba(215, 2, 0, 0.21);
}
.bg_error_op-22 {
  background: rgba(215, 2, 0, 0.22);
}
.bg_error_op-23 {
  background: rgba(215, 2, 0, 0.23);
}
.bg_error_op-24 {
  background: rgba(215, 2, 0, 0.24);
}
.bg_error_op-25 {
  background: rgba(215, 2, 0, 0.25);
}
.bg_error_op-26 {
  background: rgba(215, 2, 0, 0.26);
}
.bg_error_op-27 {
  background: rgba(215, 2, 0, 0.27);
}
.bg_error_op-28 {
  background: rgba(215, 2, 0, 0.28);
}
.bg_error_op-29 {
  background: rgba(215, 2, 0, 0.29);
}
.bg_error_op-30 {
  background: rgba(215, 2, 0, 0.3);
}
.bg_error_op-31 {
  background: rgba(215, 2, 0, 0.31);
}
.bg_error_op-32 {
  background: rgba(215, 2, 0, 0.32);
}
.bg_error_op-33 {
  background: rgba(215, 2, 0, 0.33);
}
.bg_error_op-34 {
  background: rgba(215, 2, 0, 0.34);
}
.bg_error_op-35 {
  background: rgba(215, 2, 0, 0.35);
}
.bg_error_op-36 {
  background: rgba(215, 2, 0, 0.36);
}
.bg_error_op-37 {
  background: rgba(215, 2, 0, 0.37);
}
.bg_error_op-38 {
  background: rgba(215, 2, 0, 0.38);
}
.bg_error_op-39 {
  background: rgba(215, 2, 0, 0.39);
}
.bg_error_op-40 {
  background: rgba(215, 2, 0, 0.4);
}
.bg_error_op-41 {
  background: rgba(215, 2, 0, 0.41);
}
.bg_error_op-42 {
  background: rgba(215, 2, 0, 0.42);
}
.bg_error_op-43 {
  background: rgba(215, 2, 0, 0.43);
}
.bg_error_op-44 {
  background: rgba(215, 2, 0, 0.44);
}
.bg_error_op-45 {
  background: rgba(215, 2, 0, 0.45);
}
.bg_error_op-46 {
  background: rgba(215, 2, 0, 0.46);
}
.bg_error_op-47 {
  background: rgba(215, 2, 0, 0.47);
}
.bg_error_op-48 {
  background: rgba(215, 2, 0, 0.48);
}
.bg_error_op-49 {
  background: rgba(215, 2, 0, 0.49);
}
.bg_error_op-50 {
  background: rgba(215, 2, 0, 0.5);
}
.bg_error_op-51 {
  background: rgba(215, 2, 0, 0.51);
}
.bg_error_op-52 {
  background: rgba(215, 2, 0, 0.52);
}
.bg_error_op-53 {
  background: rgba(215, 2, 0, 0.53);
}
.bg_error_op-54 {
  background: rgba(215, 2, 0, 0.54);
}
.bg_error_op-55 {
  background: rgba(215, 2, 0, 0.55);
}
.bg_error_op-56 {
  background: rgba(215, 2, 0, 0.56);
}
.bg_error_op-57 {
  background: rgba(215, 2, 0, 0.57);
}
.bg_error_op-58 {
  background: rgba(215, 2, 0, 0.58);
}
.bg_error_op-59 {
  background: rgba(215, 2, 0, 0.59);
}
.bg_error_op-60 {
  background: rgba(215, 2, 0, 0.6);
}
.bg_error_op-61 {
  background: rgba(215, 2, 0, 0.61);
}
.bg_error_op-62 {
  background: rgba(215, 2, 0, 0.62);
}
.bg_error_op-63 {
  background: rgba(215, 2, 0, 0.63);
}
.bg_error_op-64 {
  background: rgba(215, 2, 0, 0.64);
}
.bg_error_op-65 {
  background: rgba(215, 2, 0, 0.65);
}
.bg_error_op-66 {
  background: rgba(215, 2, 0, 0.66);
}
.bg_error_op-67 {
  background: rgba(215, 2, 0, 0.67);
}
.bg_error_op-68 {
  background: rgba(215, 2, 0, 0.68);
}
.bg_error_op-69 {
  background: rgba(215, 2, 0, 0.69);
}
.bg_error_op-70 {
  background: rgba(215, 2, 0, 0.7);
}
.bg_error_op-71 {
  background: rgba(215, 2, 0, 0.71);
}
.bg_error_op-72 {
  background: rgba(215, 2, 0, 0.72);
}
.bg_error_op-73 {
  background: rgba(215, 2, 0, 0.73);
}
.bg_error_op-74 {
  background: rgba(215, 2, 0, 0.74);
}
.bg_error_op-75 {
  background: rgba(215, 2, 0, 0.75);
}
.bg_error_op-76 {
  background: rgba(215, 2, 0, 0.76);
}
.bg_error_op-77 {
  background: rgba(215, 2, 0, 0.77);
}
.bg_error_op-78 {
  background: rgba(215, 2, 0, 0.78);
}
.bg_error_op-79 {
  background: rgba(215, 2, 0, 0.79);
}
.bg_error_op-80 {
  background: rgba(215, 2, 0, 0.8);
}
.bg_error_op-81 {
  background: rgba(215, 2, 0, 0.81);
}
.bg_error_op-82 {
  background: rgba(215, 2, 0, 0.82);
}
.bg_error_op-83 {
  background: rgba(215, 2, 0, 0.83);
}
.bg_error_op-84 {
  background: rgba(215, 2, 0, 0.84);
}
.bg_error_op-85 {
  background: rgba(215, 2, 0, 0.85);
}
.bg_error_op-86 {
  background: rgba(215, 2, 0, 0.86);
}
.bg_error_op-87 {
  background: rgba(215, 2, 0, 0.87);
}
.bg_error_op-88 {
  background: rgba(215, 2, 0, 0.88);
}
.bg_error_op-89 {
  background: rgba(215, 2, 0, 0.89);
}
.bg_error_op-90 {
  background: rgba(215, 2, 0, 0.9);
}
.bg_error_op-91 {
  background: rgba(215, 2, 0, 0.91);
}
.bg_error_op-92 {
  background: rgba(215, 2, 0, 0.92);
}
.bg_error_op-93 {
  background: rgba(215, 2, 0, 0.93);
}
.bg_error_op-94 {
  background: rgba(215, 2, 0, 0.94);
}
.bg_error_op-95 {
  background: rgba(215, 2, 0, 0.95);
}
.bg_error_op-96 {
  background: rgba(215, 2, 0, 0.96);
}
.bg_error_op-97 {
  background: rgba(215, 2, 0, 0.97);
}
.bg_error_op-98 {
  background: rgba(215, 2, 0, 0.98);
}
.bg_error_op-99 {
  background: rgba(215, 2, 0, 0.99);
}
.bg_error_op-100 {
  background: #d70200;
}
.bg_white {
  background: white;
}
.bg_white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.bg_white_op-1 {
  background: rgba(255, 255, 255, 0.01);
}
.bg_white_op-2 {
  background: rgba(255, 255, 255, 0.02);
}
.bg_white_op-3 {
  background: rgba(255, 255, 255, 0.03);
}
.bg_white_op-4 {
  background: rgba(255, 255, 255, 0.04);
}
.bg_white_op-5 {
  background: rgba(255, 255, 255, 0.05);
}
.bg_white_op-6 {
  background: rgba(255, 255, 255, 0.06);
}
.bg_white_op-7 {
  background: rgba(255, 255, 255, 0.07);
}
.bg_white_op-8 {
  background: rgba(255, 255, 255, 0.08);
}
.bg_white_op-9 {
  background: rgba(255, 255, 255, 0.09);
}
.bg_white_op-10 {
  background: rgba(255, 255, 255, 0.1);
}
.bg_white_op-11 {
  background: rgba(255, 255, 255, 0.11);
}
.bg_white_op-12 {
  background: rgba(255, 255, 255, 0.12);
}
.bg_white_op-13 {
  background: rgba(255, 255, 255, 0.13);
}
.bg_white_op-14 {
  background: rgba(255, 255, 255, 0.14);
}
.bg_white_op-15 {
  background: rgba(255, 255, 255, 0.15);
}
.bg_white_op-16 {
  background: rgba(255, 255, 255, 0.16);
}
.bg_white_op-17 {
  background: rgba(255, 255, 255, 0.17);
}
.bg_white_op-18 {
  background: rgba(255, 255, 255, 0.18);
}
.bg_white_op-19 {
  background: rgba(255, 255, 255, 0.19);
}
.bg_white_op-20 {
  background: rgba(255, 255, 255, 0.2);
}
.bg_white_op-21 {
  background: rgba(255, 255, 255, 0.21);
}
.bg_white_op-22 {
  background: rgba(255, 255, 255, 0.22);
}
.bg_white_op-23 {
  background: rgba(255, 255, 255, 0.23);
}
.bg_white_op-24 {
  background: rgba(255, 255, 255, 0.24);
}
.bg_white_op-25 {
  background: rgba(255, 255, 255, 0.25);
}
.bg_white_op-26 {
  background: rgba(255, 255, 255, 0.26);
}
.bg_white_op-27 {
  background: rgba(255, 255, 255, 0.27);
}
.bg_white_op-28 {
  background: rgba(255, 255, 255, 0.28);
}
.bg_white_op-29 {
  background: rgba(255, 255, 255, 0.29);
}
.bg_white_op-30 {
  background: rgba(255, 255, 255, 0.3);
}
.bg_white_op-31 {
  background: rgba(255, 255, 255, 0.31);
}
.bg_white_op-32 {
  background: rgba(255, 255, 255, 0.32);
}
.bg_white_op-33 {
  background: rgba(255, 255, 255, 0.33);
}
.bg_white_op-34 {
  background: rgba(255, 255, 255, 0.34);
}
.bg_white_op-35 {
  background: rgba(255, 255, 255, 0.35);
}
.bg_white_op-36 {
  background: rgba(255, 255, 255, 0.36);
}
.bg_white_op-37 {
  background: rgba(255, 255, 255, 0.37);
}
.bg_white_op-38 {
  background: rgba(255, 255, 255, 0.38);
}
.bg_white_op-39 {
  background: rgba(255, 255, 255, 0.39);
}
.bg_white_op-40 {
  background: rgba(255, 255, 255, 0.4);
}
.bg_white_op-41 {
  background: rgba(255, 255, 255, 0.41);
}
.bg_white_op-42 {
  background: rgba(255, 255, 255, 0.42);
}
.bg_white_op-43 {
  background: rgba(255, 255, 255, 0.43);
}
.bg_white_op-44 {
  background: rgba(255, 255, 255, 0.44);
}
.bg_white_op-45 {
  background: rgba(255, 255, 255, 0.45);
}
.bg_white_op-46 {
  background: rgba(255, 255, 255, 0.46);
}
.bg_white_op-47 {
  background: rgba(255, 255, 255, 0.47);
}
.bg_white_op-48 {
  background: rgba(255, 255, 255, 0.48);
}
.bg_white_op-49 {
  background: rgba(255, 255, 255, 0.49);
}
.bg_white_op-50 {
  background: rgba(255, 255, 255, 0.5);
}
.bg_white_op-51 {
  background: rgba(255, 255, 255, 0.51);
}
.bg_white_op-52 {
  background: rgba(255, 255, 255, 0.52);
}
.bg_white_op-53 {
  background: rgba(255, 255, 255, 0.53);
}
.bg_white_op-54 {
  background: rgba(255, 255, 255, 0.54);
}
.bg_white_op-55 {
  background: rgba(255, 255, 255, 0.55);
}
.bg_white_op-56 {
  background: rgba(255, 255, 255, 0.56);
}
.bg_white_op-57 {
  background: rgba(255, 255, 255, 0.57);
}
.bg_white_op-58 {
  background: rgba(255, 255, 255, 0.58);
}
.bg_white_op-59 {
  background: rgba(255, 255, 255, 0.59);
}
.bg_white_op-60 {
  background: rgba(255, 255, 255, 0.6);
}
.bg_white_op-61 {
  background: rgba(255, 255, 255, 0.61);
}
.bg_white_op-62 {
  background: rgba(255, 255, 255, 0.62);
}
.bg_white_op-63 {
  background: rgba(255, 255, 255, 0.63);
}
.bg_white_op-64 {
  background: rgba(255, 255, 255, 0.64);
}
.bg_white_op-65 {
  background: rgba(255, 255, 255, 0.65);
}
.bg_white_op-66 {
  background: rgba(255, 255, 255, 0.66);
}
.bg_white_op-67 {
  background: rgba(255, 255, 255, 0.67);
}
.bg_white_op-68 {
  background: rgba(255, 255, 255, 0.68);
}
.bg_white_op-69 {
  background: rgba(255, 255, 255, 0.69);
}
.bg_white_op-70 {
  background: rgba(255, 255, 255, 0.7);
}
.bg_white_op-71 {
  background: rgba(255, 255, 255, 0.71);
}
.bg_white_op-72 {
  background: rgba(255, 255, 255, 0.72);
}
.bg_white_op-73 {
  background: rgba(255, 255, 255, 0.73);
}
.bg_white_op-74 {
  background: rgba(255, 255, 255, 0.74);
}
.bg_white_op-75 {
  background: rgba(255, 255, 255, 0.75);
}
.bg_white_op-76 {
  background: rgba(255, 255, 255, 0.76);
}
.bg_white_op-77 {
  background: rgba(255, 255, 255, 0.77);
}
.bg_white_op-78 {
  background: rgba(255, 255, 255, 0.78);
}
.bg_white_op-79 {
  background: rgba(255, 255, 255, 0.79);
}
.bg_white_op-80 {
  background: rgba(255, 255, 255, 0.8);
}
.bg_white_op-81 {
  background: rgba(255, 255, 255, 0.81);
}
.bg_white_op-82 {
  background: rgba(255, 255, 255, 0.82);
}
.bg_white_op-83 {
  background: rgba(255, 255, 255, 0.83);
}
.bg_white_op-84 {
  background: rgba(255, 255, 255, 0.84);
}
.bg_white_op-85 {
  background: rgba(255, 255, 255, 0.85);
}
.bg_white_op-86 {
  background: rgba(255, 255, 255, 0.86);
}
.bg_white_op-87 {
  background: rgba(255, 255, 255, 0.87);
}
.bg_white_op-88 {
  background: rgba(255, 255, 255, 0.88);
}
.bg_white_op-89 {
  background: rgba(255, 255, 255, 0.89);
}
.bg_white_op-90 {
  background: rgba(255, 255, 255, 0.9);
}
.bg_white_op-91 {
  background: rgba(255, 255, 255, 0.91);
}
.bg_white_op-92 {
  background: rgba(255, 255, 255, 0.92);
}
.bg_white_op-93 {
  background: rgba(255, 255, 255, 0.93);
}
.bg_white_op-94 {
  background: rgba(255, 255, 255, 0.94);
}
.bg_white_op-95 {
  background: rgba(255, 255, 255, 0.95);
}
.bg_white_op-96 {
  background: rgba(255, 255, 255, 0.96);
}
.bg_white_op-97 {
  background: rgba(255, 255, 255, 0.97);
}
.bg_white_op-98 {
  background: rgba(255, 255, 255, 0.98);
}
.bg_white_op-99 {
  background: rgba(255, 255, 255, 0.99);
}
.bg_white_op-100 {
  background: white;
}
.bg_black {
  background: black;
  color: white;
}
.bg_black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.bg_black_op-1 {
  background: rgba(0, 0, 0, 0.01);
}
.bg_black_op-2 {
  background: rgba(0, 0, 0, 0.02);
}
.bg_black_op-3 {
  background: rgba(0, 0, 0, 0.03);
}
.bg_black_op-4 {
  background: rgba(0, 0, 0, 0.04);
}
.bg_black_op-5 {
  background: rgba(0, 0, 0, 0.05);
}
.bg_black_op-6 {
  background: rgba(0, 0, 0, 0.06);
}
.bg_black_op-7 {
  background: rgba(0, 0, 0, 0.07);
}
.bg_black_op-8 {
  background: rgba(0, 0, 0, 0.08);
}
.bg_black_op-9 {
  background: rgba(0, 0, 0, 0.09);
}
.bg_black_op-10 {
  background: rgba(0, 0, 0, 0.1);
}
.bg_black_op-11 {
  background: rgba(0, 0, 0, 0.11);
}
.bg_black_op-12 {
  background: rgba(0, 0, 0, 0.12);
}
.bg_black_op-13 {
  background: rgba(0, 0, 0, 0.13);
}
.bg_black_op-14 {
  background: rgba(0, 0, 0, 0.14);
}
.bg_black_op-15 {
  background: rgba(0, 0, 0, 0.15);
}
.bg_black_op-16 {
  background: rgba(0, 0, 0, 0.16);
}
.bg_black_op-17 {
  background: rgba(0, 0, 0, 0.17);
}
.bg_black_op-18 {
  background: rgba(0, 0, 0, 0.18);
}
.bg_black_op-19 {
  background: rgba(0, 0, 0, 0.19);
}
.bg_black_op-20 {
  background: rgba(0, 0, 0, 0.2);
}
.bg_black_op-21 {
  background: rgba(0, 0, 0, 0.21);
}
.bg_black_op-22 {
  background: rgba(0, 0, 0, 0.22);
}
.bg_black_op-23 {
  background: rgba(0, 0, 0, 0.23);
}
.bg_black_op-24 {
  background: rgba(0, 0, 0, 0.24);
}
.bg_black_op-25 {
  background: rgba(0, 0, 0, 0.25);
}
.bg_black_op-26 {
  background: rgba(0, 0, 0, 0.26);
}
.bg_black_op-27 {
  background: rgba(0, 0, 0, 0.27);
}
.bg_black_op-28 {
  background: rgba(0, 0, 0, 0.28);
}
.bg_black_op-29 {
  background: rgba(0, 0, 0, 0.29);
}
.bg_black_op-30 {
  background: rgba(0, 0, 0, 0.3);
}
.bg_black_op-31 {
  background: rgba(0, 0, 0, 0.31);
}
.bg_black_op-32 {
  background: rgba(0, 0, 0, 0.32);
}
.bg_black_op-33 {
  background: rgba(0, 0, 0, 0.33);
}
.bg_black_op-34 {
  background: rgba(0, 0, 0, 0.34);
}
.bg_black_op-35 {
  background: rgba(0, 0, 0, 0.35);
}
.bg_black_op-36 {
  background: rgba(0, 0, 0, 0.36);
}
.bg_black_op-37 {
  background: rgba(0, 0, 0, 0.37);
}
.bg_black_op-38 {
  background: rgba(0, 0, 0, 0.38);
}
.bg_black_op-39 {
  background: rgba(0, 0, 0, 0.39);
}
.bg_black_op-40 {
  background: rgba(0, 0, 0, 0.4);
}
.bg_black_op-41 {
  background: rgba(0, 0, 0, 0.41);
}
.bg_black_op-42 {
  background: rgba(0, 0, 0, 0.42);
}
.bg_black_op-43 {
  background: rgba(0, 0, 0, 0.43);
}
.bg_black_op-44 {
  background: rgba(0, 0, 0, 0.44);
}
.bg_black_op-45 {
  background: rgba(0, 0, 0, 0.45);
}
.bg_black_op-46 {
  background: rgba(0, 0, 0, 0.46);
}
.bg_black_op-47 {
  background: rgba(0, 0, 0, 0.47);
}
.bg_black_op-48 {
  background: rgba(0, 0, 0, 0.48);
}
.bg_black_op-49 {
  background: rgba(0, 0, 0, 0.49);
}
.bg_black_op-50 {
  background: rgba(0, 0, 0, 0.5);
}
.bg_black_op-51 {
  background: rgba(0, 0, 0, 0.51);
}
.bg_black_op-52 {
  background: rgba(0, 0, 0, 0.52);
}
.bg_black_op-53 {
  background: rgba(0, 0, 0, 0.53);
}
.bg_black_op-54 {
  background: rgba(0, 0, 0, 0.54);
}
.bg_black_op-55 {
  background: rgba(0, 0, 0, 0.55);
}
.bg_black_op-56 {
  background: rgba(0, 0, 0, 0.56);
}
.bg_black_op-57 {
  background: rgba(0, 0, 0, 0.57);
}
.bg_black_op-58 {
  background: rgba(0, 0, 0, 0.58);
}
.bg_black_op-59 {
  background: rgba(0, 0, 0, 0.59);
}
.bg_black_op-60 {
  background: rgba(0, 0, 0, 0.6);
}
.bg_black_op-61 {
  background: rgba(0, 0, 0, 0.61);
}
.bg_black_op-62 {
  background: rgba(0, 0, 0, 0.62);
}
.bg_black_op-63 {
  background: rgba(0, 0, 0, 0.63);
}
.bg_black_op-64 {
  background: rgba(0, 0, 0, 0.64);
}
.bg_black_op-65 {
  background: rgba(0, 0, 0, 0.65);
}
.bg_black_op-66 {
  background: rgba(0, 0, 0, 0.66);
}
.bg_black_op-67 {
  background: rgba(0, 0, 0, 0.67);
}
.bg_black_op-68 {
  background: rgba(0, 0, 0, 0.68);
}
.bg_black_op-69 {
  background: rgba(0, 0, 0, 0.69);
}
.bg_black_op-70 {
  background: rgba(0, 0, 0, 0.7);
}
.bg_black_op-71 {
  background: rgba(0, 0, 0, 0.71);
}
.bg_black_op-72 {
  background: rgba(0, 0, 0, 0.72);
}
.bg_black_op-73 {
  background: rgba(0, 0, 0, 0.73);
}
.bg_black_op-74 {
  background: rgba(0, 0, 0, 0.74);
}
.bg_black_op-75 {
  background: rgba(0, 0, 0, 0.75);
}
.bg_black_op-76 {
  background: rgba(0, 0, 0, 0.76);
}
.bg_black_op-77 {
  background: rgba(0, 0, 0, 0.77);
}
.bg_black_op-78 {
  background: rgba(0, 0, 0, 0.78);
}
.bg_black_op-79 {
  background: rgba(0, 0, 0, 0.79);
}
.bg_black_op-80 {
  background: rgba(0, 0, 0, 0.8);
}
.bg_black_op-81 {
  background: rgba(0, 0, 0, 0.81);
}
.bg_black_op-82 {
  background: rgba(0, 0, 0, 0.82);
}
.bg_black_op-83 {
  background: rgba(0, 0, 0, 0.83);
}
.bg_black_op-84 {
  background: rgba(0, 0, 0, 0.84);
}
.bg_black_op-85 {
  background: rgba(0, 0, 0, 0.85);
}
.bg_black_op-86 {
  background: rgba(0, 0, 0, 0.86);
}
.bg_black_op-87 {
  background: rgba(0, 0, 0, 0.87);
}
.bg_black_op-88 {
  background: rgba(0, 0, 0, 0.88);
}
.bg_black_op-89 {
  background: rgba(0, 0, 0, 0.89);
}
.bg_black_op-90 {
  background: rgba(0, 0, 0, 0.9);
}
.bg_black_op-91 {
  background: rgba(0, 0, 0, 0.91);
}
.bg_black_op-92 {
  background: rgba(0, 0, 0, 0.92);
}
.bg_black_op-93 {
  background: rgba(0, 0, 0, 0.93);
}
.bg_black_op-94 {
  background: rgba(0, 0, 0, 0.94);
}
.bg_black_op-95 {
  background: rgba(0, 0, 0, 0.95);
}
.bg_black_op-96 {
  background: rgba(0, 0, 0, 0.96);
}
.bg_black_op-97 {
  background: rgba(0, 0, 0, 0.97);
}
.bg_black_op-98 {
  background: rgba(0, 0, 0, 0.98);
}
.bg_black_op-99 {
  background: rgba(0, 0, 0, 0.99);
}
.bg_black_op-100 {
  background: black;
}
.bg_gray {
  background: #f3f3f3;
}
.bg_gray_op-0 {
  background: rgba(243, 243, 243, 0);
}
.bg_gray_op-1 {
  background: rgba(243, 243, 243, 0.01);
}
.bg_gray_op-2 {
  background: rgba(243, 243, 243, 0.02);
}
.bg_gray_op-3 {
  background: rgba(243, 243, 243, 0.03);
}
.bg_gray_op-4 {
  background: rgba(243, 243, 243, 0.04);
}
.bg_gray_op-5 {
  background: rgba(243, 243, 243, 0.05);
}
.bg_gray_op-6 {
  background: rgba(243, 243, 243, 0.06);
}
.bg_gray_op-7 {
  background: rgba(243, 243, 243, 0.07);
}
.bg_gray_op-8 {
  background: rgba(243, 243, 243, 0.08);
}
.bg_gray_op-9 {
  background: rgba(243, 243, 243, 0.09);
}
.bg_gray_op-10 {
  background: rgba(243, 243, 243, 0.1);
}
.bg_gray_op-11 {
  background: rgba(243, 243, 243, 0.11);
}
.bg_gray_op-12 {
  background: rgba(243, 243, 243, 0.12);
}
.bg_gray_op-13 {
  background: rgba(243, 243, 243, 0.13);
}
.bg_gray_op-14 {
  background: rgba(243, 243, 243, 0.14);
}
.bg_gray_op-15 {
  background: rgba(243, 243, 243, 0.15);
}
.bg_gray_op-16 {
  background: rgba(243, 243, 243, 0.16);
}
.bg_gray_op-17 {
  background: rgba(243, 243, 243, 0.17);
}
.bg_gray_op-18 {
  background: rgba(243, 243, 243, 0.18);
}
.bg_gray_op-19 {
  background: rgba(243, 243, 243, 0.19);
}
.bg_gray_op-20 {
  background: rgba(243, 243, 243, 0.2);
}
.bg_gray_op-21 {
  background: rgba(243, 243, 243, 0.21);
}
.bg_gray_op-22 {
  background: rgba(243, 243, 243, 0.22);
}
.bg_gray_op-23 {
  background: rgba(243, 243, 243, 0.23);
}
.bg_gray_op-24 {
  background: rgba(243, 243, 243, 0.24);
}
.bg_gray_op-25 {
  background: rgba(243, 243, 243, 0.25);
}
.bg_gray_op-26 {
  background: rgba(243, 243, 243, 0.26);
}
.bg_gray_op-27 {
  background: rgba(243, 243, 243, 0.27);
}
.bg_gray_op-28 {
  background: rgba(243, 243, 243, 0.28);
}
.bg_gray_op-29 {
  background: rgba(243, 243, 243, 0.29);
}
.bg_gray_op-30 {
  background: rgba(243, 243, 243, 0.3);
}
.bg_gray_op-31 {
  background: rgba(243, 243, 243, 0.31);
}
.bg_gray_op-32 {
  background: rgba(243, 243, 243, 0.32);
}
.bg_gray_op-33 {
  background: rgba(243, 243, 243, 0.33);
}
.bg_gray_op-34 {
  background: rgba(243, 243, 243, 0.34);
}
.bg_gray_op-35 {
  background: rgba(243, 243, 243, 0.35);
}
.bg_gray_op-36 {
  background: rgba(243, 243, 243, 0.36);
}
.bg_gray_op-37 {
  background: rgba(243, 243, 243, 0.37);
}
.bg_gray_op-38 {
  background: rgba(243, 243, 243, 0.38);
}
.bg_gray_op-39 {
  background: rgba(243, 243, 243, 0.39);
}
.bg_gray_op-40 {
  background: rgba(243, 243, 243, 0.4);
}
.bg_gray_op-41 {
  background: rgba(243, 243, 243, 0.41);
}
.bg_gray_op-42 {
  background: rgba(243, 243, 243, 0.42);
}
.bg_gray_op-43 {
  background: rgba(243, 243, 243, 0.43);
}
.bg_gray_op-44 {
  background: rgba(243, 243, 243, 0.44);
}
.bg_gray_op-45 {
  background: rgba(243, 243, 243, 0.45);
}
.bg_gray_op-46 {
  background: rgba(243, 243, 243, 0.46);
}
.bg_gray_op-47 {
  background: rgba(243, 243, 243, 0.47);
}
.bg_gray_op-48 {
  background: rgba(243, 243, 243, 0.48);
}
.bg_gray_op-49 {
  background: rgba(243, 243, 243, 0.49);
}
.bg_gray_op-50 {
  background: rgba(243, 243, 243, 0.5);
}
.bg_gray_op-51 {
  background: rgba(243, 243, 243, 0.51);
}
.bg_gray_op-52 {
  background: rgba(243, 243, 243, 0.52);
}
.bg_gray_op-53 {
  background: rgba(243, 243, 243, 0.53);
}
.bg_gray_op-54 {
  background: rgba(243, 243, 243, 0.54);
}
.bg_gray_op-55 {
  background: rgba(243, 243, 243, 0.55);
}
.bg_gray_op-56 {
  background: rgba(243, 243, 243, 0.56);
}
.bg_gray_op-57 {
  background: rgba(243, 243, 243, 0.57);
}
.bg_gray_op-58 {
  background: rgba(243, 243, 243, 0.58);
}
.bg_gray_op-59 {
  background: rgba(243, 243, 243, 0.59);
}
.bg_gray_op-60 {
  background: rgba(243, 243, 243, 0.6);
}
.bg_gray_op-61 {
  background: rgba(243, 243, 243, 0.61);
}
.bg_gray_op-62 {
  background: rgba(243, 243, 243, 0.62);
}
.bg_gray_op-63 {
  background: rgba(243, 243, 243, 0.63);
}
.bg_gray_op-64 {
  background: rgba(243, 243, 243, 0.64);
}
.bg_gray_op-65 {
  background: rgba(243, 243, 243, 0.65);
}
.bg_gray_op-66 {
  background: rgba(243, 243, 243, 0.66);
}
.bg_gray_op-67 {
  background: rgba(243, 243, 243, 0.67);
}
.bg_gray_op-68 {
  background: rgba(243, 243, 243, 0.68);
}
.bg_gray_op-69 {
  background: rgba(243, 243, 243, 0.69);
}
.bg_gray_op-70 {
  background: rgba(243, 243, 243, 0.7);
}
.bg_gray_op-71 {
  background: rgba(243, 243, 243, 0.71);
}
.bg_gray_op-72 {
  background: rgba(243, 243, 243, 0.72);
}
.bg_gray_op-73 {
  background: rgba(243, 243, 243, 0.73);
}
.bg_gray_op-74 {
  background: rgba(243, 243, 243, 0.74);
}
.bg_gray_op-75 {
  background: rgba(243, 243, 243, 0.75);
}
.bg_gray_op-76 {
  background: rgba(243, 243, 243, 0.76);
}
.bg_gray_op-77 {
  background: rgba(243, 243, 243, 0.77);
}
.bg_gray_op-78 {
  background: rgba(243, 243, 243, 0.78);
}
.bg_gray_op-79 {
  background: rgba(243, 243, 243, 0.79);
}
.bg_gray_op-80 {
  background: rgba(243, 243, 243, 0.8);
}
.bg_gray_op-81 {
  background: rgba(243, 243, 243, 0.81);
}
.bg_gray_op-82 {
  background: rgba(243, 243, 243, 0.82);
}
.bg_gray_op-83 {
  background: rgba(243, 243, 243, 0.83);
}
.bg_gray_op-84 {
  background: rgba(243, 243, 243, 0.84);
}
.bg_gray_op-85 {
  background: rgba(243, 243, 243, 0.85);
}
.bg_gray_op-86 {
  background: rgba(243, 243, 243, 0.86);
}
.bg_gray_op-87 {
  background: rgba(243, 243, 243, 0.87);
}
.bg_gray_op-88 {
  background: rgba(243, 243, 243, 0.88);
}
.bg_gray_op-89 {
  background: rgba(243, 243, 243, 0.89);
}
.bg_gray_op-90 {
  background: rgba(243, 243, 243, 0.9);
}
.bg_gray_op-91 {
  background: rgba(243, 243, 243, 0.91);
}
.bg_gray_op-92 {
  background: rgba(243, 243, 243, 0.92);
}
.bg_gray_op-93 {
  background: rgba(243, 243, 243, 0.93);
}
.bg_gray_op-94 {
  background: rgba(243, 243, 243, 0.94);
}
.bg_gray_op-95 {
  background: rgba(243, 243, 243, 0.95);
}
.bg_gray_op-96 {
  background: rgba(243, 243, 243, 0.96);
}
.bg_gray_op-97 {
  background: rgba(243, 243, 243, 0.97);
}
.bg_gray_op-98 {
  background: rgba(243, 243, 243, 0.98);
}
.bg_gray_op-99 {
  background: rgba(243, 243, 243, 0.99);
}
.bg_gray_op-100 {
  background: #f3f3f3;
}
.bg_yellow {
  background: #C2A711;
  color: white;
}
.bg_yellow_op-0 {
  background: rgba(194, 167, 17, 0);
}
.bg_yellow_op-1 {
  background: rgba(194, 167, 17, 0.01);
}
.bg_yellow_op-2 {
  background: rgba(194, 167, 17, 0.02);
}
.bg_yellow_op-3 {
  background: rgba(194, 167, 17, 0.03);
}
.bg_yellow_op-4 {
  background: rgba(194, 167, 17, 0.04);
}
.bg_yellow_op-5 {
  background: rgba(194, 167, 17, 0.05);
}
.bg_yellow_op-6 {
  background: rgba(194, 167, 17, 0.06);
}
.bg_yellow_op-7 {
  background: rgba(194, 167, 17, 0.07);
}
.bg_yellow_op-8 {
  background: rgba(194, 167, 17, 0.08);
}
.bg_yellow_op-9 {
  background: rgba(194, 167, 17, 0.09);
}
.bg_yellow_op-10 {
  background: rgba(194, 167, 17, 0.1);
}
.bg_yellow_op-11 {
  background: rgba(194, 167, 17, 0.11);
}
.bg_yellow_op-12 {
  background: rgba(194, 167, 17, 0.12);
}
.bg_yellow_op-13 {
  background: rgba(194, 167, 17, 0.13);
}
.bg_yellow_op-14 {
  background: rgba(194, 167, 17, 0.14);
}
.bg_yellow_op-15 {
  background: rgba(194, 167, 17, 0.15);
}
.bg_yellow_op-16 {
  background: rgba(194, 167, 17, 0.16);
}
.bg_yellow_op-17 {
  background: rgba(194, 167, 17, 0.17);
}
.bg_yellow_op-18 {
  background: rgba(194, 167, 17, 0.18);
}
.bg_yellow_op-19 {
  background: rgba(194, 167, 17, 0.19);
}
.bg_yellow_op-20 {
  background: rgba(194, 167, 17, 0.2);
}
.bg_yellow_op-21 {
  background: rgba(194, 167, 17, 0.21);
}
.bg_yellow_op-22 {
  background: rgba(194, 167, 17, 0.22);
}
.bg_yellow_op-23 {
  background: rgba(194, 167, 17, 0.23);
}
.bg_yellow_op-24 {
  background: rgba(194, 167, 17, 0.24);
}
.bg_yellow_op-25 {
  background: rgba(194, 167, 17, 0.25);
}
.bg_yellow_op-26 {
  background: rgba(194, 167, 17, 0.26);
}
.bg_yellow_op-27 {
  background: rgba(194, 167, 17, 0.27);
}
.bg_yellow_op-28 {
  background: rgba(194, 167, 17, 0.28);
}
.bg_yellow_op-29 {
  background: rgba(194, 167, 17, 0.29);
}
.bg_yellow_op-30 {
  background: rgba(194, 167, 17, 0.3);
}
.bg_yellow_op-31 {
  background: rgba(194, 167, 17, 0.31);
}
.bg_yellow_op-32 {
  background: rgba(194, 167, 17, 0.32);
}
.bg_yellow_op-33 {
  background: rgba(194, 167, 17, 0.33);
}
.bg_yellow_op-34 {
  background: rgba(194, 167, 17, 0.34);
}
.bg_yellow_op-35 {
  background: rgba(194, 167, 17, 0.35);
}
.bg_yellow_op-36 {
  background: rgba(194, 167, 17, 0.36);
}
.bg_yellow_op-37 {
  background: rgba(194, 167, 17, 0.37);
}
.bg_yellow_op-38 {
  background: rgba(194, 167, 17, 0.38);
}
.bg_yellow_op-39 {
  background: rgba(194, 167, 17, 0.39);
}
.bg_yellow_op-40 {
  background: rgba(194, 167, 17, 0.4);
}
.bg_yellow_op-41 {
  background: rgba(194, 167, 17, 0.41);
}
.bg_yellow_op-42 {
  background: rgba(194, 167, 17, 0.42);
}
.bg_yellow_op-43 {
  background: rgba(194, 167, 17, 0.43);
}
.bg_yellow_op-44 {
  background: rgba(194, 167, 17, 0.44);
}
.bg_yellow_op-45 {
  background: rgba(194, 167, 17, 0.45);
}
.bg_yellow_op-46 {
  background: rgba(194, 167, 17, 0.46);
}
.bg_yellow_op-47 {
  background: rgba(194, 167, 17, 0.47);
}
.bg_yellow_op-48 {
  background: rgba(194, 167, 17, 0.48);
}
.bg_yellow_op-49 {
  background: rgba(194, 167, 17, 0.49);
}
.bg_yellow_op-50 {
  background: rgba(194, 167, 17, 0.5);
}
.bg_yellow_op-51 {
  background: rgba(194, 167, 17, 0.51);
}
.bg_yellow_op-52 {
  background: rgba(194, 167, 17, 0.52);
}
.bg_yellow_op-53 {
  background: rgba(194, 167, 17, 0.53);
}
.bg_yellow_op-54 {
  background: rgba(194, 167, 17, 0.54);
}
.bg_yellow_op-55 {
  background: rgba(194, 167, 17, 0.55);
}
.bg_yellow_op-56 {
  background: rgba(194, 167, 17, 0.56);
}
.bg_yellow_op-57 {
  background: rgba(194, 167, 17, 0.57);
}
.bg_yellow_op-58 {
  background: rgba(194, 167, 17, 0.58);
}
.bg_yellow_op-59 {
  background: rgba(194, 167, 17, 0.59);
}
.bg_yellow_op-60 {
  background: rgba(194, 167, 17, 0.6);
}
.bg_yellow_op-61 {
  background: rgba(194, 167, 17, 0.61);
}
.bg_yellow_op-62 {
  background: rgba(194, 167, 17, 0.62);
}
.bg_yellow_op-63 {
  background: rgba(194, 167, 17, 0.63);
}
.bg_yellow_op-64 {
  background: rgba(194, 167, 17, 0.64);
}
.bg_yellow_op-65 {
  background: rgba(194, 167, 17, 0.65);
}
.bg_yellow_op-66 {
  background: rgba(194, 167, 17, 0.66);
}
.bg_yellow_op-67 {
  background: rgba(194, 167, 17, 0.67);
}
.bg_yellow_op-68 {
  background: rgba(194, 167, 17, 0.68);
}
.bg_yellow_op-69 {
  background: rgba(194, 167, 17, 0.69);
}
.bg_yellow_op-70 {
  background: rgba(194, 167, 17, 0.7);
}
.bg_yellow_op-71 {
  background: rgba(194, 167, 17, 0.71);
}
.bg_yellow_op-72 {
  background: rgba(194, 167, 17, 0.72);
}
.bg_yellow_op-73 {
  background: rgba(194, 167, 17, 0.73);
}
.bg_yellow_op-74 {
  background: rgba(194, 167, 17, 0.74);
}
.bg_yellow_op-75 {
  background: rgba(194, 167, 17, 0.75);
}
.bg_yellow_op-76 {
  background: rgba(194, 167, 17, 0.76);
}
.bg_yellow_op-77 {
  background: rgba(194, 167, 17, 0.77);
}
.bg_yellow_op-78 {
  background: rgba(194, 167, 17, 0.78);
}
.bg_yellow_op-79 {
  background: rgba(194, 167, 17, 0.79);
}
.bg_yellow_op-80 {
  background: rgba(194, 167, 17, 0.8);
}
.bg_yellow_op-81 {
  background: rgba(194, 167, 17, 0.81);
}
.bg_yellow_op-82 {
  background: rgba(194, 167, 17, 0.82);
}
.bg_yellow_op-83 {
  background: rgba(194, 167, 17, 0.83);
}
.bg_yellow_op-84 {
  background: rgba(194, 167, 17, 0.84);
}
.bg_yellow_op-85 {
  background: rgba(194, 167, 17, 0.85);
}
.bg_yellow_op-86 {
  background: rgba(194, 167, 17, 0.86);
}
.bg_yellow_op-87 {
  background: rgba(194, 167, 17, 0.87);
}
.bg_yellow_op-88 {
  background: rgba(194, 167, 17, 0.88);
}
.bg_yellow_op-89 {
  background: rgba(194, 167, 17, 0.89);
}
.bg_yellow_op-90 {
  background: rgba(194, 167, 17, 0.9);
}
.bg_yellow_op-91 {
  background: rgba(194, 167, 17, 0.91);
}
.bg_yellow_op-92 {
  background: rgba(194, 167, 17, 0.92);
}
.bg_yellow_op-93 {
  background: rgba(194, 167, 17, 0.93);
}
.bg_yellow_op-94 {
  background: rgba(194, 167, 17, 0.94);
}
.bg_yellow_op-95 {
  background: rgba(194, 167, 17, 0.95);
}
.bg_yellow_op-96 {
  background: rgba(194, 167, 17, 0.96);
}
.bg_yellow_op-97 {
  background: rgba(194, 167, 17, 0.97);
}
.bg_yellow_op-98 {
  background: rgba(194, 167, 17, 0.98);
}
.bg_yellow_op-99 {
  background: rgba(194, 167, 17, 0.99);
}
.bg_yellow_op-100 {
  background: #c2a711;
}
.bg_green {
  background: #27985F;
  color: white;
}
.bg_green_op-0 {
  background: rgba(39, 152, 95, 0);
}
.bg_green_op-1 {
  background: rgba(39, 152, 95, 0.01);
}
.bg_green_op-2 {
  background: rgba(39, 152, 95, 0.02);
}
.bg_green_op-3 {
  background: rgba(39, 152, 95, 0.03);
}
.bg_green_op-4 {
  background: rgba(39, 152, 95, 0.04);
}
.bg_green_op-5 {
  background: rgba(39, 152, 95, 0.05);
}
.bg_green_op-6 {
  background: rgba(39, 152, 95, 0.06);
}
.bg_green_op-7 {
  background: rgba(39, 152, 95, 0.07);
}
.bg_green_op-8 {
  background: rgba(39, 152, 95, 0.08);
}
.bg_green_op-9 {
  background: rgba(39, 152, 95, 0.09);
}
.bg_green_op-10 {
  background: rgba(39, 152, 95, 0.1);
}
.bg_green_op-11 {
  background: rgba(39, 152, 95, 0.11);
}
.bg_green_op-12 {
  background: rgba(39, 152, 95, 0.12);
}
.bg_green_op-13 {
  background: rgba(39, 152, 95, 0.13);
}
.bg_green_op-14 {
  background: rgba(39, 152, 95, 0.14);
}
.bg_green_op-15 {
  background: rgba(39, 152, 95, 0.15);
}
.bg_green_op-16 {
  background: rgba(39, 152, 95, 0.16);
}
.bg_green_op-17 {
  background: rgba(39, 152, 95, 0.17);
}
.bg_green_op-18 {
  background: rgba(39, 152, 95, 0.18);
}
.bg_green_op-19 {
  background: rgba(39, 152, 95, 0.19);
}
.bg_green_op-20 {
  background: rgba(39, 152, 95, 0.2);
}
.bg_green_op-21 {
  background: rgba(39, 152, 95, 0.21);
}
.bg_green_op-22 {
  background: rgba(39, 152, 95, 0.22);
}
.bg_green_op-23 {
  background: rgba(39, 152, 95, 0.23);
}
.bg_green_op-24 {
  background: rgba(39, 152, 95, 0.24);
}
.bg_green_op-25 {
  background: rgba(39, 152, 95, 0.25);
}
.bg_green_op-26 {
  background: rgba(39, 152, 95, 0.26);
}
.bg_green_op-27 {
  background: rgba(39, 152, 95, 0.27);
}
.bg_green_op-28 {
  background: rgba(39, 152, 95, 0.28);
}
.bg_green_op-29 {
  background: rgba(39, 152, 95, 0.29);
}
.bg_green_op-30 {
  background: rgba(39, 152, 95, 0.3);
}
.bg_green_op-31 {
  background: rgba(39, 152, 95, 0.31);
}
.bg_green_op-32 {
  background: rgba(39, 152, 95, 0.32);
}
.bg_green_op-33 {
  background: rgba(39, 152, 95, 0.33);
}
.bg_green_op-34 {
  background: rgba(39, 152, 95, 0.34);
}
.bg_green_op-35 {
  background: rgba(39, 152, 95, 0.35);
}
.bg_green_op-36 {
  background: rgba(39, 152, 95, 0.36);
}
.bg_green_op-37 {
  background: rgba(39, 152, 95, 0.37);
}
.bg_green_op-38 {
  background: rgba(39, 152, 95, 0.38);
}
.bg_green_op-39 {
  background: rgba(39, 152, 95, 0.39);
}
.bg_green_op-40 {
  background: rgba(39, 152, 95, 0.4);
}
.bg_green_op-41 {
  background: rgba(39, 152, 95, 0.41);
}
.bg_green_op-42 {
  background: rgba(39, 152, 95, 0.42);
}
.bg_green_op-43 {
  background: rgba(39, 152, 95, 0.43);
}
.bg_green_op-44 {
  background: rgba(39, 152, 95, 0.44);
}
.bg_green_op-45 {
  background: rgba(39, 152, 95, 0.45);
}
.bg_green_op-46 {
  background: rgba(39, 152, 95, 0.46);
}
.bg_green_op-47 {
  background: rgba(39, 152, 95, 0.47);
}
.bg_green_op-48 {
  background: rgba(39, 152, 95, 0.48);
}
.bg_green_op-49 {
  background: rgba(39, 152, 95, 0.49);
}
.bg_green_op-50 {
  background: rgba(39, 152, 95, 0.5);
}
.bg_green_op-51 {
  background: rgba(39, 152, 95, 0.51);
}
.bg_green_op-52 {
  background: rgba(39, 152, 95, 0.52);
}
.bg_green_op-53 {
  background: rgba(39, 152, 95, 0.53);
}
.bg_green_op-54 {
  background: rgba(39, 152, 95, 0.54);
}
.bg_green_op-55 {
  background: rgba(39, 152, 95, 0.55);
}
.bg_green_op-56 {
  background: rgba(39, 152, 95, 0.56);
}
.bg_green_op-57 {
  background: rgba(39, 152, 95, 0.57);
}
.bg_green_op-58 {
  background: rgba(39, 152, 95, 0.58);
}
.bg_green_op-59 {
  background: rgba(39, 152, 95, 0.59);
}
.bg_green_op-60 {
  background: rgba(39, 152, 95, 0.6);
}
.bg_green_op-61 {
  background: rgba(39, 152, 95, 0.61);
}
.bg_green_op-62 {
  background: rgba(39, 152, 95, 0.62);
}
.bg_green_op-63 {
  background: rgba(39, 152, 95, 0.63);
}
.bg_green_op-64 {
  background: rgba(39, 152, 95, 0.64);
}
.bg_green_op-65 {
  background: rgba(39, 152, 95, 0.65);
}
.bg_green_op-66 {
  background: rgba(39, 152, 95, 0.66);
}
.bg_green_op-67 {
  background: rgba(39, 152, 95, 0.67);
}
.bg_green_op-68 {
  background: rgba(39, 152, 95, 0.68);
}
.bg_green_op-69 {
  background: rgba(39, 152, 95, 0.69);
}
.bg_green_op-70 {
  background: rgba(39, 152, 95, 0.7);
}
.bg_green_op-71 {
  background: rgba(39, 152, 95, 0.71);
}
.bg_green_op-72 {
  background: rgba(39, 152, 95, 0.72);
}
.bg_green_op-73 {
  background: rgba(39, 152, 95, 0.73);
}
.bg_green_op-74 {
  background: rgba(39, 152, 95, 0.74);
}
.bg_green_op-75 {
  background: rgba(39, 152, 95, 0.75);
}
.bg_green_op-76 {
  background: rgba(39, 152, 95, 0.76);
}
.bg_green_op-77 {
  background: rgba(39, 152, 95, 0.77);
}
.bg_green_op-78 {
  background: rgba(39, 152, 95, 0.78);
}
.bg_green_op-79 {
  background: rgba(39, 152, 95, 0.79);
}
.bg_green_op-80 {
  background: rgba(39, 152, 95, 0.8);
}
.bg_green_op-81 {
  background: rgba(39, 152, 95, 0.81);
}
.bg_green_op-82 {
  background: rgba(39, 152, 95, 0.82);
}
.bg_green_op-83 {
  background: rgba(39, 152, 95, 0.83);
}
.bg_green_op-84 {
  background: rgba(39, 152, 95, 0.84);
}
.bg_green_op-85 {
  background: rgba(39, 152, 95, 0.85);
}
.bg_green_op-86 {
  background: rgba(39, 152, 95, 0.86);
}
.bg_green_op-87 {
  background: rgba(39, 152, 95, 0.87);
}
.bg_green_op-88 {
  background: rgba(39, 152, 95, 0.88);
}
.bg_green_op-89 {
  background: rgba(39, 152, 95, 0.89);
}
.bg_green_op-90 {
  background: rgba(39, 152, 95, 0.9);
}
.bg_green_op-91 {
  background: rgba(39, 152, 95, 0.91);
}
.bg_green_op-92 {
  background: rgba(39, 152, 95, 0.92);
}
.bg_green_op-93 {
  background: rgba(39, 152, 95, 0.93);
}
.bg_green_op-94 {
  background: rgba(39, 152, 95, 0.94);
}
.bg_green_op-95 {
  background: rgba(39, 152, 95, 0.95);
}
.bg_green_op-96 {
  background: rgba(39, 152, 95, 0.96);
}
.bg_green_op-97 {
  background: rgba(39, 152, 95, 0.97);
}
.bg_green_op-98 {
  background: rgba(39, 152, 95, 0.98);
}
.bg_green_op-99 {
  background: rgba(39, 152, 95, 0.99);
}
.bg_green_op-100 {
  background: #27985f;
}
.bg_orange {
  background: #D97124;
  color: white;
}
.bg_orange_op-0 {
  background: rgba(217, 113, 36, 0);
}
.bg_orange_op-1 {
  background: rgba(217, 113, 36, 0.01);
}
.bg_orange_op-2 {
  background: rgba(217, 113, 36, 0.02);
}
.bg_orange_op-3 {
  background: rgba(217, 113, 36, 0.03);
}
.bg_orange_op-4 {
  background: rgba(217, 113, 36, 0.04);
}
.bg_orange_op-5 {
  background: rgba(217, 113, 36, 0.05);
}
.bg_orange_op-6 {
  background: rgba(217, 113, 36, 0.06);
}
.bg_orange_op-7 {
  background: rgba(217, 113, 36, 0.07);
}
.bg_orange_op-8 {
  background: rgba(217, 113, 36, 0.08);
}
.bg_orange_op-9 {
  background: rgba(217, 113, 36, 0.09);
}
.bg_orange_op-10 {
  background: rgba(217, 113, 36, 0.1);
}
.bg_orange_op-11 {
  background: rgba(217, 113, 36, 0.11);
}
.bg_orange_op-12 {
  background: rgba(217, 113, 36, 0.12);
}
.bg_orange_op-13 {
  background: rgba(217, 113, 36, 0.13);
}
.bg_orange_op-14 {
  background: rgba(217, 113, 36, 0.14);
}
.bg_orange_op-15 {
  background: rgba(217, 113, 36, 0.15);
}
.bg_orange_op-16 {
  background: rgba(217, 113, 36, 0.16);
}
.bg_orange_op-17 {
  background: rgba(217, 113, 36, 0.17);
}
.bg_orange_op-18 {
  background: rgba(217, 113, 36, 0.18);
}
.bg_orange_op-19 {
  background: rgba(217, 113, 36, 0.19);
}
.bg_orange_op-20 {
  background: rgba(217, 113, 36, 0.2);
}
.bg_orange_op-21 {
  background: rgba(217, 113, 36, 0.21);
}
.bg_orange_op-22 {
  background: rgba(217, 113, 36, 0.22);
}
.bg_orange_op-23 {
  background: rgba(217, 113, 36, 0.23);
}
.bg_orange_op-24 {
  background: rgba(217, 113, 36, 0.24);
}
.bg_orange_op-25 {
  background: rgba(217, 113, 36, 0.25);
}
.bg_orange_op-26 {
  background: rgba(217, 113, 36, 0.26);
}
.bg_orange_op-27 {
  background: rgba(217, 113, 36, 0.27);
}
.bg_orange_op-28 {
  background: rgba(217, 113, 36, 0.28);
}
.bg_orange_op-29 {
  background: rgba(217, 113, 36, 0.29);
}
.bg_orange_op-30 {
  background: rgba(217, 113, 36, 0.3);
}
.bg_orange_op-31 {
  background: rgba(217, 113, 36, 0.31);
}
.bg_orange_op-32 {
  background: rgba(217, 113, 36, 0.32);
}
.bg_orange_op-33 {
  background: rgba(217, 113, 36, 0.33);
}
.bg_orange_op-34 {
  background: rgba(217, 113, 36, 0.34);
}
.bg_orange_op-35 {
  background: rgba(217, 113, 36, 0.35);
}
.bg_orange_op-36 {
  background: rgba(217, 113, 36, 0.36);
}
.bg_orange_op-37 {
  background: rgba(217, 113, 36, 0.37);
}
.bg_orange_op-38 {
  background: rgba(217, 113, 36, 0.38);
}
.bg_orange_op-39 {
  background: rgba(217, 113, 36, 0.39);
}
.bg_orange_op-40 {
  background: rgba(217, 113, 36, 0.4);
}
.bg_orange_op-41 {
  background: rgba(217, 113, 36, 0.41);
}
.bg_orange_op-42 {
  background: rgba(217, 113, 36, 0.42);
}
.bg_orange_op-43 {
  background: rgba(217, 113, 36, 0.43);
}
.bg_orange_op-44 {
  background: rgba(217, 113, 36, 0.44);
}
.bg_orange_op-45 {
  background: rgba(217, 113, 36, 0.45);
}
.bg_orange_op-46 {
  background: rgba(217, 113, 36, 0.46);
}
.bg_orange_op-47 {
  background: rgba(217, 113, 36, 0.47);
}
.bg_orange_op-48 {
  background: rgba(217, 113, 36, 0.48);
}
.bg_orange_op-49 {
  background: rgba(217, 113, 36, 0.49);
}
.bg_orange_op-50 {
  background: rgba(217, 113, 36, 0.5);
}
.bg_orange_op-51 {
  background: rgba(217, 113, 36, 0.51);
}
.bg_orange_op-52 {
  background: rgba(217, 113, 36, 0.52);
}
.bg_orange_op-53 {
  background: rgba(217, 113, 36, 0.53);
}
.bg_orange_op-54 {
  background: rgba(217, 113, 36, 0.54);
}
.bg_orange_op-55 {
  background: rgba(217, 113, 36, 0.55);
}
.bg_orange_op-56 {
  background: rgba(217, 113, 36, 0.56);
}
.bg_orange_op-57 {
  background: rgba(217, 113, 36, 0.57);
}
.bg_orange_op-58 {
  background: rgba(217, 113, 36, 0.58);
}
.bg_orange_op-59 {
  background: rgba(217, 113, 36, 0.59);
}
.bg_orange_op-60 {
  background: rgba(217, 113, 36, 0.6);
}
.bg_orange_op-61 {
  background: rgba(217, 113, 36, 0.61);
}
.bg_orange_op-62 {
  background: rgba(217, 113, 36, 0.62);
}
.bg_orange_op-63 {
  background: rgba(217, 113, 36, 0.63);
}
.bg_orange_op-64 {
  background: rgba(217, 113, 36, 0.64);
}
.bg_orange_op-65 {
  background: rgba(217, 113, 36, 0.65);
}
.bg_orange_op-66 {
  background: rgba(217, 113, 36, 0.66);
}
.bg_orange_op-67 {
  background: rgba(217, 113, 36, 0.67);
}
.bg_orange_op-68 {
  background: rgba(217, 113, 36, 0.68);
}
.bg_orange_op-69 {
  background: rgba(217, 113, 36, 0.69);
}
.bg_orange_op-70 {
  background: rgba(217, 113, 36, 0.7);
}
.bg_orange_op-71 {
  background: rgba(217, 113, 36, 0.71);
}
.bg_orange_op-72 {
  background: rgba(217, 113, 36, 0.72);
}
.bg_orange_op-73 {
  background: rgba(217, 113, 36, 0.73);
}
.bg_orange_op-74 {
  background: rgba(217, 113, 36, 0.74);
}
.bg_orange_op-75 {
  background: rgba(217, 113, 36, 0.75);
}
.bg_orange_op-76 {
  background: rgba(217, 113, 36, 0.76);
}
.bg_orange_op-77 {
  background: rgba(217, 113, 36, 0.77);
}
.bg_orange_op-78 {
  background: rgba(217, 113, 36, 0.78);
}
.bg_orange_op-79 {
  background: rgba(217, 113, 36, 0.79);
}
.bg_orange_op-80 {
  background: rgba(217, 113, 36, 0.8);
}
.bg_orange_op-81 {
  background: rgba(217, 113, 36, 0.81);
}
.bg_orange_op-82 {
  background: rgba(217, 113, 36, 0.82);
}
.bg_orange_op-83 {
  background: rgba(217, 113, 36, 0.83);
}
.bg_orange_op-84 {
  background: rgba(217, 113, 36, 0.84);
}
.bg_orange_op-85 {
  background: rgba(217, 113, 36, 0.85);
}
.bg_orange_op-86 {
  background: rgba(217, 113, 36, 0.86);
}
.bg_orange_op-87 {
  background: rgba(217, 113, 36, 0.87);
}
.bg_orange_op-88 {
  background: rgba(217, 113, 36, 0.88);
}
.bg_orange_op-89 {
  background: rgba(217, 113, 36, 0.89);
}
.bg_orange_op-90 {
  background: rgba(217, 113, 36, 0.9);
}
.bg_orange_op-91 {
  background: rgba(217, 113, 36, 0.91);
}
.bg_orange_op-92 {
  background: rgba(217, 113, 36, 0.92);
}
.bg_orange_op-93 {
  background: rgba(217, 113, 36, 0.93);
}
.bg_orange_op-94 {
  background: rgba(217, 113, 36, 0.94);
}
.bg_orange_op-95 {
  background: rgba(217, 113, 36, 0.95);
}
.bg_orange_op-96 {
  background: rgba(217, 113, 36, 0.96);
}
.bg_orange_op-97 {
  background: rgba(217, 113, 36, 0.97);
}
.bg_orange_op-98 {
  background: rgba(217, 113, 36, 0.98);
}
.bg_orange_op-99 {
  background: rgba(217, 113, 36, 0.99);
}
.bg_orange_op-100 {
  background: #d97124;
}
.bg_atama {
  background: #00869B;
  color: white;
}
.bg_atama_op-0 {
  background: rgba(0, 134, 155, 0);
}
.bg_atama_op-1 {
  background: rgba(0, 134, 155, 0.01);
}
.bg_atama_op-2 {
  background: rgba(0, 134, 155, 0.02);
}
.bg_atama_op-3 {
  background: rgba(0, 134, 155, 0.03);
}
.bg_atama_op-4 {
  background: rgba(0, 134, 155, 0.04);
}
.bg_atama_op-5 {
  background: rgba(0, 134, 155, 0.05);
}
.bg_atama_op-6 {
  background: rgba(0, 134, 155, 0.06);
}
.bg_atama_op-7 {
  background: rgba(0, 134, 155, 0.07);
}
.bg_atama_op-8 {
  background: rgba(0, 134, 155, 0.08);
}
.bg_atama_op-9 {
  background: rgba(0, 134, 155, 0.09);
}
.bg_atama_op-10 {
  background: rgba(0, 134, 155, 0.1);
}
.bg_atama_op-11 {
  background: rgba(0, 134, 155, 0.11);
}
.bg_atama_op-12 {
  background: rgba(0, 134, 155, 0.12);
}
.bg_atama_op-13 {
  background: rgba(0, 134, 155, 0.13);
}
.bg_atama_op-14 {
  background: rgba(0, 134, 155, 0.14);
}
.bg_atama_op-15 {
  background: rgba(0, 134, 155, 0.15);
}
.bg_atama_op-16 {
  background: rgba(0, 134, 155, 0.16);
}
.bg_atama_op-17 {
  background: rgba(0, 134, 155, 0.17);
}
.bg_atama_op-18 {
  background: rgba(0, 134, 155, 0.18);
}
.bg_atama_op-19 {
  background: rgba(0, 134, 155, 0.19);
}
.bg_atama_op-20 {
  background: rgba(0, 134, 155, 0.2);
}
.bg_atama_op-21 {
  background: rgba(0, 134, 155, 0.21);
}
.bg_atama_op-22 {
  background: rgba(0, 134, 155, 0.22);
}
.bg_atama_op-23 {
  background: rgba(0, 134, 155, 0.23);
}
.bg_atama_op-24 {
  background: rgba(0, 134, 155, 0.24);
}
.bg_atama_op-25 {
  background: rgba(0, 134, 155, 0.25);
}
.bg_atama_op-26 {
  background: rgba(0, 134, 155, 0.26);
}
.bg_atama_op-27 {
  background: rgba(0, 134, 155, 0.27);
}
.bg_atama_op-28 {
  background: rgba(0, 134, 155, 0.28);
}
.bg_atama_op-29 {
  background: rgba(0, 134, 155, 0.29);
}
.bg_atama_op-30 {
  background: rgba(0, 134, 155, 0.3);
}
.bg_atama_op-31 {
  background: rgba(0, 134, 155, 0.31);
}
.bg_atama_op-32 {
  background: rgba(0, 134, 155, 0.32);
}
.bg_atama_op-33 {
  background: rgba(0, 134, 155, 0.33);
}
.bg_atama_op-34 {
  background: rgba(0, 134, 155, 0.34);
}
.bg_atama_op-35 {
  background: rgba(0, 134, 155, 0.35);
}
.bg_atama_op-36 {
  background: rgba(0, 134, 155, 0.36);
}
.bg_atama_op-37 {
  background: rgba(0, 134, 155, 0.37);
}
.bg_atama_op-38 {
  background: rgba(0, 134, 155, 0.38);
}
.bg_atama_op-39 {
  background: rgba(0, 134, 155, 0.39);
}
.bg_atama_op-40 {
  background: rgba(0, 134, 155, 0.4);
}
.bg_atama_op-41 {
  background: rgba(0, 134, 155, 0.41);
}
.bg_atama_op-42 {
  background: rgba(0, 134, 155, 0.42);
}
.bg_atama_op-43 {
  background: rgba(0, 134, 155, 0.43);
}
.bg_atama_op-44 {
  background: rgba(0, 134, 155, 0.44);
}
.bg_atama_op-45 {
  background: rgba(0, 134, 155, 0.45);
}
.bg_atama_op-46 {
  background: rgba(0, 134, 155, 0.46);
}
.bg_atama_op-47 {
  background: rgba(0, 134, 155, 0.47);
}
.bg_atama_op-48 {
  background: rgba(0, 134, 155, 0.48);
}
.bg_atama_op-49 {
  background: rgba(0, 134, 155, 0.49);
}
.bg_atama_op-50 {
  background: rgba(0, 134, 155, 0.5);
}
.bg_atama_op-51 {
  background: rgba(0, 134, 155, 0.51);
}
.bg_atama_op-52 {
  background: rgba(0, 134, 155, 0.52);
}
.bg_atama_op-53 {
  background: rgba(0, 134, 155, 0.53);
}
.bg_atama_op-54 {
  background: rgba(0, 134, 155, 0.54);
}
.bg_atama_op-55 {
  background: rgba(0, 134, 155, 0.55);
}
.bg_atama_op-56 {
  background: rgba(0, 134, 155, 0.56);
}
.bg_atama_op-57 {
  background: rgba(0, 134, 155, 0.57);
}
.bg_atama_op-58 {
  background: rgba(0, 134, 155, 0.58);
}
.bg_atama_op-59 {
  background: rgba(0, 134, 155, 0.59);
}
.bg_atama_op-60 {
  background: rgba(0, 134, 155, 0.6);
}
.bg_atama_op-61 {
  background: rgba(0, 134, 155, 0.61);
}
.bg_atama_op-62 {
  background: rgba(0, 134, 155, 0.62);
}
.bg_atama_op-63 {
  background: rgba(0, 134, 155, 0.63);
}
.bg_atama_op-64 {
  background: rgba(0, 134, 155, 0.64);
}
.bg_atama_op-65 {
  background: rgba(0, 134, 155, 0.65);
}
.bg_atama_op-66 {
  background: rgba(0, 134, 155, 0.66);
}
.bg_atama_op-67 {
  background: rgba(0, 134, 155, 0.67);
}
.bg_atama_op-68 {
  background: rgba(0, 134, 155, 0.68);
}
.bg_atama_op-69 {
  background: rgba(0, 134, 155, 0.69);
}
.bg_atama_op-70 {
  background: rgba(0, 134, 155, 0.7);
}
.bg_atama_op-71 {
  background: rgba(0, 134, 155, 0.71);
}
.bg_atama_op-72 {
  background: rgba(0, 134, 155, 0.72);
}
.bg_atama_op-73 {
  background: rgba(0, 134, 155, 0.73);
}
.bg_atama_op-74 {
  background: rgba(0, 134, 155, 0.74);
}
.bg_atama_op-75 {
  background: rgba(0, 134, 155, 0.75);
}
.bg_atama_op-76 {
  background: rgba(0, 134, 155, 0.76);
}
.bg_atama_op-77 {
  background: rgba(0, 134, 155, 0.77);
}
.bg_atama_op-78 {
  background: rgba(0, 134, 155, 0.78);
}
.bg_atama_op-79 {
  background: rgba(0, 134, 155, 0.79);
}
.bg_atama_op-80 {
  background: rgba(0, 134, 155, 0.8);
}
.bg_atama_op-81 {
  background: rgba(0, 134, 155, 0.81);
}
.bg_atama_op-82 {
  background: rgba(0, 134, 155, 0.82);
}
.bg_atama_op-83 {
  background: rgba(0, 134, 155, 0.83);
}
.bg_atama_op-84 {
  background: rgba(0, 134, 155, 0.84);
}
.bg_atama_op-85 {
  background: rgba(0, 134, 155, 0.85);
}
.bg_atama_op-86 {
  background: rgba(0, 134, 155, 0.86);
}
.bg_atama_op-87 {
  background: rgba(0, 134, 155, 0.87);
}
.bg_atama_op-88 {
  background: rgba(0, 134, 155, 0.88);
}
.bg_atama_op-89 {
  background: rgba(0, 134, 155, 0.89);
}
.bg_atama_op-90 {
  background: rgba(0, 134, 155, 0.9);
}
.bg_atama_op-91 {
  background: rgba(0, 134, 155, 0.91);
}
.bg_atama_op-92 {
  background: rgba(0, 134, 155, 0.92);
}
.bg_atama_op-93 {
  background: rgba(0, 134, 155, 0.93);
}
.bg_atama_op-94 {
  background: rgba(0, 134, 155, 0.94);
}
.bg_atama_op-95 {
  background: rgba(0, 134, 155, 0.95);
}
.bg_atama_op-96 {
  background: rgba(0, 134, 155, 0.96);
}
.bg_atama_op-97 {
  background: rgba(0, 134, 155, 0.97);
}
.bg_atama_op-98 {
  background: rgba(0, 134, 155, 0.98);
}
.bg_atama_op-99 {
  background: rgba(0, 134, 155, 0.99);
}
.bg_atama_op-100 {
  background: #00869b;
}
.bg_lightyellow {
  background: #FFEC00;
  color: white;
}
.bg_lightyellow_op-0 {
  background: rgba(255, 236, 0, 0);
}
.bg_lightyellow_op-1 {
  background: rgba(255, 236, 0, 0.01);
}
.bg_lightyellow_op-2 {
  background: rgba(255, 236, 0, 0.02);
}
.bg_lightyellow_op-3 {
  background: rgba(255, 236, 0, 0.03);
}
.bg_lightyellow_op-4 {
  background: rgba(255, 236, 0, 0.04);
}
.bg_lightyellow_op-5 {
  background: rgba(255, 236, 0, 0.05);
}
.bg_lightyellow_op-6 {
  background: rgba(255, 236, 0, 0.06);
}
.bg_lightyellow_op-7 {
  background: rgba(255, 236, 0, 0.07);
}
.bg_lightyellow_op-8 {
  background: rgba(255, 236, 0, 0.08);
}
.bg_lightyellow_op-9 {
  background: rgba(255, 236, 0, 0.09);
}
.bg_lightyellow_op-10 {
  background: rgba(255, 236, 0, 0.1);
}
.bg_lightyellow_op-11 {
  background: rgba(255, 236, 0, 0.11);
}
.bg_lightyellow_op-12 {
  background: rgba(255, 236, 0, 0.12);
}
.bg_lightyellow_op-13 {
  background: rgba(255, 236, 0, 0.13);
}
.bg_lightyellow_op-14 {
  background: rgba(255, 236, 0, 0.14);
}
.bg_lightyellow_op-15 {
  background: rgba(255, 236, 0, 0.15);
}
.bg_lightyellow_op-16 {
  background: rgba(255, 236, 0, 0.16);
}
.bg_lightyellow_op-17 {
  background: rgba(255, 236, 0, 0.17);
}
.bg_lightyellow_op-18 {
  background: rgba(255, 236, 0, 0.18);
}
.bg_lightyellow_op-19 {
  background: rgba(255, 236, 0, 0.19);
}
.bg_lightyellow_op-20 {
  background: rgba(255, 236, 0, 0.2);
}
.bg_lightyellow_op-21 {
  background: rgba(255, 236, 0, 0.21);
}
.bg_lightyellow_op-22 {
  background: rgba(255, 236, 0, 0.22);
}
.bg_lightyellow_op-23 {
  background: rgba(255, 236, 0, 0.23);
}
.bg_lightyellow_op-24 {
  background: rgba(255, 236, 0, 0.24);
}
.bg_lightyellow_op-25 {
  background: rgba(255, 236, 0, 0.25);
}
.bg_lightyellow_op-26 {
  background: rgba(255, 236, 0, 0.26);
}
.bg_lightyellow_op-27 {
  background: rgba(255, 236, 0, 0.27);
}
.bg_lightyellow_op-28 {
  background: rgba(255, 236, 0, 0.28);
}
.bg_lightyellow_op-29 {
  background: rgba(255, 236, 0, 0.29);
}
.bg_lightyellow_op-30 {
  background: rgba(255, 236, 0, 0.3);
}
.bg_lightyellow_op-31 {
  background: rgba(255, 236, 0, 0.31);
}
.bg_lightyellow_op-32 {
  background: rgba(255, 236, 0, 0.32);
}
.bg_lightyellow_op-33 {
  background: rgba(255, 236, 0, 0.33);
}
.bg_lightyellow_op-34 {
  background: rgba(255, 236, 0, 0.34);
}
.bg_lightyellow_op-35 {
  background: rgba(255, 236, 0, 0.35);
}
.bg_lightyellow_op-36 {
  background: rgba(255, 236, 0, 0.36);
}
.bg_lightyellow_op-37 {
  background: rgba(255, 236, 0, 0.37);
}
.bg_lightyellow_op-38 {
  background: rgba(255, 236, 0, 0.38);
}
.bg_lightyellow_op-39 {
  background: rgba(255, 236, 0, 0.39);
}
.bg_lightyellow_op-40 {
  background: rgba(255, 236, 0, 0.4);
}
.bg_lightyellow_op-41 {
  background: rgba(255, 236, 0, 0.41);
}
.bg_lightyellow_op-42 {
  background: rgba(255, 236, 0, 0.42);
}
.bg_lightyellow_op-43 {
  background: rgba(255, 236, 0, 0.43);
}
.bg_lightyellow_op-44 {
  background: rgba(255, 236, 0, 0.44);
}
.bg_lightyellow_op-45 {
  background: rgba(255, 236, 0, 0.45);
}
.bg_lightyellow_op-46 {
  background: rgba(255, 236, 0, 0.46);
}
.bg_lightyellow_op-47 {
  background: rgba(255, 236, 0, 0.47);
}
.bg_lightyellow_op-48 {
  background: rgba(255, 236, 0, 0.48);
}
.bg_lightyellow_op-49 {
  background: rgba(255, 236, 0, 0.49);
}
.bg_lightyellow_op-50 {
  background: rgba(255, 236, 0, 0.5);
}
.bg_lightyellow_op-51 {
  background: rgba(255, 236, 0, 0.51);
}
.bg_lightyellow_op-52 {
  background: rgba(255, 236, 0, 0.52);
}
.bg_lightyellow_op-53 {
  background: rgba(255, 236, 0, 0.53);
}
.bg_lightyellow_op-54 {
  background: rgba(255, 236, 0, 0.54);
}
.bg_lightyellow_op-55 {
  background: rgba(255, 236, 0, 0.55);
}
.bg_lightyellow_op-56 {
  background: rgba(255, 236, 0, 0.56);
}
.bg_lightyellow_op-57 {
  background: rgba(255, 236, 0, 0.57);
}
.bg_lightyellow_op-58 {
  background: rgba(255, 236, 0, 0.58);
}
.bg_lightyellow_op-59 {
  background: rgba(255, 236, 0, 0.59);
}
.bg_lightyellow_op-60 {
  background: rgba(255, 236, 0, 0.6);
}
.bg_lightyellow_op-61 {
  background: rgba(255, 236, 0, 0.61);
}
.bg_lightyellow_op-62 {
  background: rgba(255, 236, 0, 0.62);
}
.bg_lightyellow_op-63 {
  background: rgba(255, 236, 0, 0.63);
}
.bg_lightyellow_op-64 {
  background: rgba(255, 236, 0, 0.64);
}
.bg_lightyellow_op-65 {
  background: rgba(255, 236, 0, 0.65);
}
.bg_lightyellow_op-66 {
  background: rgba(255, 236, 0, 0.66);
}
.bg_lightyellow_op-67 {
  background: rgba(255, 236, 0, 0.67);
}
.bg_lightyellow_op-68 {
  background: rgba(255, 236, 0, 0.68);
}
.bg_lightyellow_op-69 {
  background: rgba(255, 236, 0, 0.69);
}
.bg_lightyellow_op-70 {
  background: rgba(255, 236, 0, 0.7);
}
.bg_lightyellow_op-71 {
  background: rgba(255, 236, 0, 0.71);
}
.bg_lightyellow_op-72 {
  background: rgba(255, 236, 0, 0.72);
}
.bg_lightyellow_op-73 {
  background: rgba(255, 236, 0, 0.73);
}
.bg_lightyellow_op-74 {
  background: rgba(255, 236, 0, 0.74);
}
.bg_lightyellow_op-75 {
  background: rgba(255, 236, 0, 0.75);
}
.bg_lightyellow_op-76 {
  background: rgba(255, 236, 0, 0.76);
}
.bg_lightyellow_op-77 {
  background: rgba(255, 236, 0, 0.77);
}
.bg_lightyellow_op-78 {
  background: rgba(255, 236, 0, 0.78);
}
.bg_lightyellow_op-79 {
  background: rgba(255, 236, 0, 0.79);
}
.bg_lightyellow_op-80 {
  background: rgba(255, 236, 0, 0.8);
}
.bg_lightyellow_op-81 {
  background: rgba(255, 236, 0, 0.81);
}
.bg_lightyellow_op-82 {
  background: rgba(255, 236, 0, 0.82);
}
.bg_lightyellow_op-83 {
  background: rgba(255, 236, 0, 0.83);
}
.bg_lightyellow_op-84 {
  background: rgba(255, 236, 0, 0.84);
}
.bg_lightyellow_op-85 {
  background: rgba(255, 236, 0, 0.85);
}
.bg_lightyellow_op-86 {
  background: rgba(255, 236, 0, 0.86);
}
.bg_lightyellow_op-87 {
  background: rgba(255, 236, 0, 0.87);
}
.bg_lightyellow_op-88 {
  background: rgba(255, 236, 0, 0.88);
}
.bg_lightyellow_op-89 {
  background: rgba(255, 236, 0, 0.89);
}
.bg_lightyellow_op-90 {
  background: rgba(255, 236, 0, 0.9);
}
.bg_lightyellow_op-91 {
  background: rgba(255, 236, 0, 0.91);
}
.bg_lightyellow_op-92 {
  background: rgba(255, 236, 0, 0.92);
}
.bg_lightyellow_op-93 {
  background: rgba(255, 236, 0, 0.93);
}
.bg_lightyellow_op-94 {
  background: rgba(255, 236, 0, 0.94);
}
.bg_lightyellow_op-95 {
  background: rgba(255, 236, 0, 0.95);
}
.bg_lightyellow_op-96 {
  background: rgba(255, 236, 0, 0.96);
}
.bg_lightyellow_op-97 {
  background: rgba(255, 236, 0, 0.97);
}
.bg_lightyellow_op-98 {
  background: rgba(255, 236, 0, 0.98);
}
.bg_lightyellow_op-99 {
  background: rgba(255, 236, 0, 0.99);
}
.bg_lightyellow_op-100 {
  background: #ffec00;
}

.bg-diagonal {
  background-image: url("/assets/img/common/ptn_diagonal.png");
  background-repeat: repeat;
}

.bg-stripe {
  background-image: url("/assets/img/common/ptn_stripe.png");
  background-repeat: repeat;
}

.bg-color_primary {
  background: #CF0000;
}
.bg-color_primary_op-0 {
  background: rgba(207, 0, 0, 0);
}
.bg-color_primary_op-1 {
  background: rgba(207, 0, 0, 0.1);
}
.bg-color_primary_op-2 {
  background: rgba(207, 0, 0, 0.2);
}
.bg-color_primary_op-3 {
  background: rgba(207, 0, 0, 0.3);
}
.bg-color_primary_op-4 {
  background: rgba(207, 0, 0, 0.4);
}
.bg-color_primary_op-5 {
  background: rgba(207, 0, 0, 0.5);
}
.bg-color_primary_op-6 {
  background: rgba(207, 0, 0, 0.6);
}
.bg-color_primary_op-7 {
  background: rgba(207, 0, 0, 0.7);
}
.bg-color_primary_op-8 {
  background: rgba(207, 0, 0, 0.8);
}
.bg-color_primary_op-9 {
  background: rgba(207, 0, 0, 0.9);
}
.bg-color_primary_op-10 {
  background: #cf0000;
}
.bg-color_accent {
  background: #ffff3c;
}
.bg-color_accent_op-0 {
  background: rgba(255, 255, 60, 0);
}
.bg-color_accent_op-1 {
  background: rgba(255, 255, 60, 0.1);
}
.bg-color_accent_op-2 {
  background: rgba(255, 255, 60, 0.2);
}
.bg-color_accent_op-3 {
  background: rgba(255, 255, 60, 0.3);
}
.bg-color_accent_op-4 {
  background: rgba(255, 255, 60, 0.4);
}
.bg-color_accent_op-5 {
  background: rgba(255, 255, 60, 0.5);
}
.bg-color_accent_op-6 {
  background: rgba(255, 255, 60, 0.6);
}
.bg-color_accent_op-7 {
  background: rgba(255, 255, 60, 0.7);
}
.bg-color_accent_op-8 {
  background: rgba(255, 255, 60, 0.8);
}
.bg-color_accent_op-9 {
  background: rgba(255, 255, 60, 0.9);
}
.bg-color_accent_op-10 {
  background: #ffff3c;
}
.bg-color_font {
  background: #333333;
}
.bg-color_font_op-0 {
  background: rgba(51, 51, 51, 0);
}
.bg-color_font_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.bg-color_font_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.bg-color_font_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.bg-color_font_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.bg-color_font_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.bg-color_font_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.bg-color_font_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.bg-color_font_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.bg-color_font_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.bg-color_font_op-10 {
  background: #333333;
}
.bg-color_bg {
  background: rgba(51, 51, 51, 0.08);
}
.bg-color_bg_op-0 {
  background: rgba(51, 51, 51, 0);
}
.bg-color_bg_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.bg-color_bg_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.bg-color_bg_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.bg-color_bg_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.bg-color_bg_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.bg-color_bg_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.bg-color_bg_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.bg-color_bg_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.bg-color_bg_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.bg-color_bg_op-10 {
  background: #333333;
}
.bg-color_bg_light {
  background: rgba(51, 51, 51, 0.04);
}
.bg-color_bg_light_op-0 {
  background: rgba(51, 51, 51, 0);
}
.bg-color_bg_light_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.bg-color_bg_light_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.bg-color_bg_light_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.bg-color_bg_light_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.bg-color_bg_light_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.bg-color_bg_light_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.bg-color_bg_light_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.bg-color_bg_light_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.bg-color_bg_light_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.bg-color_bg_light_op-10 {
  background: #333333;
}
.bg-color_border {
  background: #D7D7D7;
}
.bg-color_border_op-0 {
  background: rgba(215, 215, 215, 0);
}
.bg-color_border_op-1 {
  background: rgba(215, 215, 215, 0.1);
}
.bg-color_border_op-2 {
  background: rgba(215, 215, 215, 0.2);
}
.bg-color_border_op-3 {
  background: rgba(215, 215, 215, 0.3);
}
.bg-color_border_op-4 {
  background: rgba(215, 215, 215, 0.4);
}
.bg-color_border_op-5 {
  background: rgba(215, 215, 215, 0.5);
}
.bg-color_border_op-6 {
  background: rgba(215, 215, 215, 0.6);
}
.bg-color_border_op-7 {
  background: rgba(215, 215, 215, 0.7);
}
.bg-color_border_op-8 {
  background: rgba(215, 215, 215, 0.8);
}
.bg-color_border_op-9 {
  background: rgba(215, 215, 215, 0.9);
}
.bg-color_border_op-10 {
  background: #d7d7d7;
}
.bg-color_error {
  background: #d80000;
}
.bg-color_error_op-0 {
  background: rgba(216, 0, 0, 0);
}
.bg-color_error_op-1 {
  background: rgba(216, 0, 0, 0.1);
}
.bg-color_error_op-2 {
  background: rgba(216, 0, 0, 0.2);
}
.bg-color_error_op-3 {
  background: rgba(216, 0, 0, 0.3);
}
.bg-color_error_op-4 {
  background: rgba(216, 0, 0, 0.4);
}
.bg-color_error_op-5 {
  background: rgba(216, 0, 0, 0.5);
}
.bg-color_error_op-6 {
  background: rgba(216, 0, 0, 0.6);
}
.bg-color_error_op-7 {
  background: rgba(216, 0, 0, 0.7);
}
.bg-color_error_op-8 {
  background: rgba(216, 0, 0, 0.8);
}
.bg-color_error_op-9 {
  background: rgba(216, 0, 0, 0.9);
}
.bg-color_error_op-10 {
  background: #d80000;
}
.bg-color_white {
  background: white;
}
.bg-color_white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.bg-color_white_op-1 {
  background: rgba(255, 255, 255, 0.1);
}
.bg-color_white_op-2 {
  background: rgba(255, 255, 255, 0.2);
}
.bg-color_white_op-3 {
  background: rgba(255, 255, 255, 0.3);
}
.bg-color_white_op-4 {
  background: rgba(255, 255, 255, 0.4);
}
.bg-color_white_op-5 {
  background: rgba(255, 255, 255, 0.5);
}
.bg-color_white_op-6 {
  background: rgba(255, 255, 255, 0.6);
}
.bg-color_white_op-7 {
  background: rgba(255, 255, 255, 0.7);
}
.bg-color_white_op-8 {
  background: rgba(255, 255, 255, 0.8);
}
.bg-color_white_op-9 {
  background: rgba(255, 255, 255, 0.9);
}
.bg-color_white_op-10 {
  background: white;
}
.bg-color_black {
  background: black;
}
.bg-color_black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.bg-color_black_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.bg-color_black_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.bg-color_black_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.bg-color_black_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.bg-color_black_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-color_black_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.bg-color_black_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.bg-color_black_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.bg-color_black_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.bg-color_black_op-10 {
  background: black;
}
.bg-color_green {
  background: #CF0000;
}
.bg-color_green_op-0 {
  background: rgba(207, 0, 0, 0);
}
.bg-color_green_op-1 {
  background: rgba(207, 0, 0, 0.1);
}
.bg-color_green_op-2 {
  background: rgba(207, 0, 0, 0.2);
}
.bg-color_green_op-3 {
  background: rgba(207, 0, 0, 0.3);
}
.bg-color_green_op-4 {
  background: rgba(207, 0, 0, 0.4);
}
.bg-color_green_op-5 {
  background: rgba(207, 0, 0, 0.5);
}
.bg-color_green_op-6 {
  background: rgba(207, 0, 0, 0.6);
}
.bg-color_green_op-7 {
  background: rgba(207, 0, 0, 0.7);
}
.bg-color_green_op-8 {
  background: rgba(207, 0, 0, 0.8);
}
.bg-color_green_op-9 {
  background: rgba(207, 0, 0, 0.9);
}
.bg-color_green_op-10 {
  background: #cf0000;
}
.bg-color_blue {
  background: #2E86DF;
}
.bg-color_blue_op-0 {
  background: rgba(46, 134, 223, 0);
}
.bg-color_blue_op-1 {
  background: rgba(46, 134, 223, 0.1);
}
.bg-color_blue_op-2 {
  background: rgba(46, 134, 223, 0.2);
}
.bg-color_blue_op-3 {
  background: rgba(46, 134, 223, 0.3);
}
.bg-color_blue_op-4 {
  background: rgba(46, 134, 223, 0.4);
}
.bg-color_blue_op-5 {
  background: rgba(46, 134, 223, 0.5);
}
.bg-color_blue_op-6 {
  background: rgba(46, 134, 223, 0.6);
}
.bg-color_blue_op-7 {
  background: rgba(46, 134, 223, 0.7);
}
.bg-color_blue_op-8 {
  background: rgba(46, 134, 223, 0.8);
}
.bg-color_blue_op-9 {
  background: rgba(46, 134, 223, 0.9);
}
.bg-color_blue_op-10 {
  background: #2e86df;
}
.bg-color_orange {
  background: #FF9E43;
}
.bg-color_orange_op-0 {
  background: rgba(255, 158, 67, 0);
}
.bg-color_orange_op-1 {
  background: rgba(255, 158, 67, 0.1);
}
.bg-color_orange_op-2 {
  background: rgba(255, 158, 67, 0.2);
}
.bg-color_orange_op-3 {
  background: rgba(255, 158, 67, 0.3);
}
.bg-color_orange_op-4 {
  background: rgba(255, 158, 67, 0.4);
}
.bg-color_orange_op-5 {
  background: rgba(255, 158, 67, 0.5);
}
.bg-color_orange_op-6 {
  background: rgba(255, 158, 67, 0.6);
}
.bg-color_orange_op-7 {
  background: rgba(255, 158, 67, 0.7);
}
.bg-color_orange_op-8 {
  background: rgba(255, 158, 67, 0.8);
}
.bg-color_orange_op-9 {
  background: rgba(255, 158, 67, 0.9);
}
.bg-color_orange_op-10 {
  background: #ff9e43;
}
.bg-color_fb {
  background: #3A5897;
}
.bg-color_fb_op-0 {
  background: rgba(58, 88, 151, 0);
}
.bg-color_fb_op-1 {
  background: rgba(58, 88, 151, 0.1);
}
.bg-color_fb_op-2 {
  background: rgba(58, 88, 151, 0.2);
}
.bg-color_fb_op-3 {
  background: rgba(58, 88, 151, 0.3);
}
.bg-color_fb_op-4 {
  background: rgba(58, 88, 151, 0.4);
}
.bg-color_fb_op-5 {
  background: rgba(58, 88, 151, 0.5);
}
.bg-color_fb_op-6 {
  background: rgba(58, 88, 151, 0.6);
}
.bg-color_fb_op-7 {
  background: rgba(58, 88, 151, 0.7);
}
.bg-color_fb_op-8 {
  background: rgba(58, 88, 151, 0.8);
}
.bg-color_fb_op-9 {
  background: rgba(58, 88, 151, 0.9);
}
.bg-color_fb_op-10 {
  background: #3a5897;
}


button, .btn {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 0 0.7320644217vw;
  text-align: center;
  width: 17.5695461201vw;
  height: 4.39238653vw;
  max-width: 100%;
  fill: currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4641288433vw;
  font-weight: bold;
  border: solid 2px transparent;
  background-color: transparent;
}
@media only screen and (min-width: 1367px) {
  button, .btn {
    padding: 0 10px;
    width: 240px;
    height: 60px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 926px) {
  button, .btn {
    width: 35.1390922401vw;
    height: 8.78477306vw;
    font-size: 4vw;
  }
}
button .fas, button img, .btn .fas, .btn img {
  margin-right: 0.8rem;
  vertical-align: middle;
}
button-primary_dark, .btn-primary_dark {
  border-color: #004319;
  color: #004319;
}
button-primary_dark:hover, .btn-primary_dark:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(0, 67, 25, 0.25);
  fill: currentColor;
}
button-border-primary_dark, .btn-border-primary_dark {
  background: transparent;
  border: solid 1px #004319;
  color: #004319;
}
button-border-primary_dark:hover, .btn-border-primary_dark:hover {
  border-color: #008f36;
}
button-border_double-primary_dark, .btn-border_double-primary_dark {
  border: solid 4px transparent;
  outline: solid 1px #004319;
  color: #004319;
  position: relative;
}
button-border_double-primary_dark:after, .btn-border_double-primary_dark:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #004319;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-primary_dark:hover, .btn-border_double-primary_dark:hover {
  background-color: #004319;
  color: white;
}
button-txt-primary_dark, .btn-txt-primary_dark {
  background: transparent;
  color: #004319;
  fill: currentColor;
}
button-txt-primary_dark:hover, .btn-txt-primary_dark:hover {
  background-color: black;
  fill: currentColor;
  color: white;
}
button-line-primary_dark, .btn-line-primary_dark {
  background: transparent;
  color: #004319;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-primary_dark:before, .btn-line-primary_dark:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #004319;
}
button-line-primary_dark:hover, .btn-line-primary_dark:hover {
  margin-left: -0.7320644217vw;
}
button-line-primary_dark .btn-inner, .btn-line-primary_dark .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-primary_dark .btn-inner, .btn-line-primary_dark .btn-inner {
    padding: 2.5px 5px;
  }
}
button-primary, .btn-primary {
  border-color: #008f36;
  color: #008f36;
}
button-primary:hover, .btn-primary:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(0, 143, 54, 0.25);
  fill: currentColor;
}
button-border-primary, .btn-border-primary {
  background: transparent;
  border: solid 1px #008f36;
  color: #008f36;
}
button-border-primary:hover, .btn-border-primary:hover {
  border-color: #008f36;
}
button-border_double-primary, .btn-border_double-primary {
  border: solid 4px transparent;
  outline: solid 1px #008f36;
  color: #008f36;
  position: relative;
}
button-border_double-primary:after, .btn-border_double-primary:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #008f36;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-primary:hover, .btn-border_double-primary:hover {
  background-color: #008f36;
  color: white;
}
button-txt-primary, .btn-txt-primary {
  background: transparent;
  color: #008f36;
  fill: currentColor;
}
button-txt-primary:hover, .btn-txt-primary:hover {
  background-color: #004319;
  fill: currentColor;
  color: white;
}
button-line-primary, .btn-line-primary {
  background: transparent;
  color: #008f36;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-primary:before, .btn-line-primary:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #008f36;
}
button-line-primary:hover, .btn-line-primary:hover {
  margin-left: -0.7320644217vw;
}
button-line-primary .btn-inner, .btn-line-primary .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-primary .btn-inner, .btn-line-primary .btn-inner {
    padding: 2.5px 5px;
  }
}
button-accent, .btn-accent {
  border-color: #f1732f;
  color: #f1732f;
}
button-accent:hover, .btn-accent:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(241, 115, 47, 0.25);
  fill: currentColor;
}
button-border-accent, .btn-border-accent {
  background: transparent;
  border: solid 1px #f1732f;
  color: #f1732f;
}
button-border-accent:hover, .btn-border-accent:hover {
  border-color: #008f36;
}
button-border_double-accent, .btn-border_double-accent {
  border: solid 4px transparent;
  outline: solid 1px #f1732f;
  color: #f1732f;
  position: relative;
}
button-border_double-accent:after, .btn-border_double-accent:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #f1732f;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-accent:hover, .btn-border_double-accent:hover {
  background-color: #f1732f;
  color: white;
}
button-txt-accent, .btn-txt-accent {
  background: transparent;
  color: #f1732f;
  fill: currentColor;
}
button-txt-accent:hover, .btn-txt-accent:hover {
  background-color: #c64e0d;
  fill: currentColor;
  color: white;
}
button-line-accent, .btn-line-accent {
  background: transparent;
  color: #f1732f;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-accent:before, .btn-line-accent:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f1732f;
}
button-line-accent:hover, .btn-line-accent:hover {
  margin-left: -0.7320644217vw;
}
button-line-accent .btn-inner, .btn-line-accent .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-accent .btn-inner, .btn-line-accent .btn-inner {
    padding: 2.5px 5px;
  }
}
button-accent_dark, .btn-accent_dark {
  border-color: #c64e0d;
  color: #c64e0d;
}
button-accent_dark:hover, .btn-accent_dark:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(198, 78, 13, 0.25);
  fill: currentColor;
}
button-border-accent_dark, .btn-border-accent_dark {
  background: transparent;
  border: solid 1px #c64e0d;
  color: #c64e0d;
}
button-border-accent_dark:hover, .btn-border-accent_dark:hover {
  border-color: #008f36;
}
button-border_double-accent_dark, .btn-border_double-accent_dark {
  border: solid 4px transparent;
  outline: solid 1px #c64e0d;
  color: #c64e0d;
  position: relative;
}
button-border_double-accent_dark:after, .btn-border_double-accent_dark:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #c64e0d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-accent_dark:hover, .btn-border_double-accent_dark:hover {
  background-color: #c64e0d;
  color: white;
}
button-txt-accent_dark, .btn-txt-accent_dark {
  background: transparent;
  color: #c64e0d;
  fill: currentColor;
}
button-txt-accent_dark:hover, .btn-txt-accent_dark:hover {
  background-color: #7e3209;
  fill: currentColor;
  color: white;
}
button-line-accent_dark, .btn-line-accent_dark {
  background: transparent;
  color: #c64e0d;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-accent_dark:before, .btn-line-accent_dark:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #c64e0d;
}
button-line-accent_dark:hover, .btn-line-accent_dark:hover {
  margin-left: -0.7320644217vw;
}
button-line-accent_dark .btn-inner, .btn-line-accent_dark .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-accent_dark .btn-inner, .btn-line-accent_dark .btn-inner {
    padding: 2.5px 5px;
  }
}
button-font, .btn-font {
  border-color: #333;
  color: #333;
}
button-font:hover, .btn-font:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(51, 51, 51, 0.25);
  fill: currentColor;
}
button-border-font, .btn-border-font {
  background: transparent;
  border: solid 1px #333;
  color: #333;
}
button-border-font:hover, .btn-border-font:hover {
  border-color: #008f36;
}
button-border_double-font, .btn-border_double-font {
  border: solid 4px transparent;
  outline: solid 1px #333;
  color: #333;
  position: relative;
}
button-border_double-font:after, .btn-border_double-font:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-font:hover, .btn-border_double-font:hover {
  background-color: #333;
  color: white;
}
button-txt-font, .btn-txt-font {
  background: transparent;
  color: #333;
  fill: currentColor;
}
button-txt-font:hover, .btn-txt-font:hover {
  background-color: #0d0d0d;
  fill: currentColor;
  color: white;
}
button-line-font, .btn-line-font {
  background: transparent;
  color: #333;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-font:before, .btn-line-font:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #333;
}
button-line-font:hover, .btn-line-font:hover {
  margin-left: -0.7320644217vw;
}
button-line-font .btn-inner, .btn-line-font .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-font .btn-inner, .btn-line-font .btn-inner {
    padding: 2.5px 5px;
  }
}
button-bg, .btn-bg {
  border-color: #f5f5f5;
  color: #f5f5f5;
}
button-bg:hover, .btn-bg:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(245, 245, 245, 0.25);
  fill: currentColor;
}
button-border-bg, .btn-border-bg {
  background: transparent;
  border: solid 1px #f5f5f5;
  color: #f5f5f5;
}
button-border-bg:hover, .btn-border-bg:hover {
  border-color: #008f36;
}
button-border_double-bg, .btn-border_double-bg {
  border: solid 4px transparent;
  outline: solid 1px #f5f5f5;
  color: #f5f5f5;
  position: relative;
}
button-border_double-bg:after, .btn-border_double-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-bg:hover, .btn-border_double-bg:hover {
  background-color: #f5f5f5;
  color: white;
}
button-txt-bg, .btn-txt-bg {
  background: transparent;
  color: #f5f5f5;
  fill: currentColor;
}
button-txt-bg:hover, .btn-txt-bg:hover {
  background-color: #cfcfcf;
  fill: currentColor;
}
button-line-bg, .btn-line-bg {
  background: transparent;
  color: #f5f5f5;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-bg:before, .btn-line-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f5f5f5;
}
button-line-bg:hover, .btn-line-bg:hover {
  margin-left: -0.7320644217vw;
}
button-line-bg .btn-inner, .btn-line-bg .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-bg .btn-inner, .btn-line-bg .btn-inner {
    padding: 2.5px 5px;
  }
}
button-border, .btn-border {
  border-color: #ebebeb;
  color: #ebebeb;
}
button-border:hover, .btn-border:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(235, 235, 235, 0.25);
  fill: currentColor;
}
button-border-border, .btn-border-border {
  background: transparent;
  border: solid 1px #ebebeb;
  color: #ebebeb;
}
button-border-border:hover, .btn-border-border:hover {
  border-color: #008f36;
}
button-border_double-border, .btn-border_double-border {
  border: solid 4px transparent;
  outline: solid 1px #ebebeb;
  color: #ebebeb;
  position: relative;
}
button-border_double-border:after, .btn-border_double-border:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ebebeb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-border:hover, .btn-border_double-border:hover {
  background-color: #ebebeb;
  color: white;
}
button-txt-border, .btn-txt-border {
  background: transparent;
  color: #ebebeb;
  fill: currentColor;
}
button-txt-border:hover, .btn-txt-border:hover {
  background-color: #c5c5c5;
  fill: currentColor;
}
button-line-border, .btn-line-border {
  background: transparent;
  color: #ebebeb;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-border:before, .btn-line-border:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #ebebeb;
}
button-line-border:hover, .btn-line-border:hover {
  margin-left: -0.7320644217vw;
}
button-line-border .btn-inner, .btn-line-border .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-border .btn-inner, .btn-line-border .btn-inner {
    padding: 2.5px 5px;
  }
}
button-error, .btn-error {
  border-color: #d70200;
  color: #d70200;
}
button-error:hover, .btn-error:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(215, 2, 0, 0.25);
  fill: currentColor;
}
button-border-error, .btn-border-error {
  background: transparent;
  border: solid 1px #d70200;
  color: #d70200;
}
button-border-error:hover, .btn-border-error:hover {
  border-color: #008f36;
}
button-border_double-error, .btn-border_double-error {
  border: solid 4px transparent;
  outline: solid 1px #d70200;
  color: #d70200;
  position: relative;
}
button-border_double-error:after, .btn-border_double-error:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #d70200;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-error:hover, .btn-border_double-error:hover {
  background-color: #d70200;
  color: white;
}
button-txt-error, .btn-txt-error {
  background: transparent;
  color: #d70200;
  fill: currentColor;
}
button-txt-error:hover, .btn-txt-error:hover {
  background-color: #8b0100;
  fill: currentColor;
  color: white;
}
button-line-error, .btn-line-error {
  background: transparent;
  color: #d70200;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-error:before, .btn-line-error:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #d70200;
}
button-line-error:hover, .btn-line-error:hover {
  margin-left: -0.7320644217vw;
}
button-line-error .btn-inner, .btn-line-error .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-error .btn-inner, .btn-line-error .btn-inner {
    padding: 2.5px 5px;
  }
}
button-white, .btn-white {
  border-color: white;
  color: white;
}
button-white:hover, .btn-white:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(255, 255, 255, 0.25);
  fill: currentColor;
}
button-border-white, .btn-border-white {
  background: transparent;
  border: solid 1px white;
  color: white;
}
button-border-white:hover, .btn-border-white:hover {
  border-color: #008f36;
}
button-border_double-white, .btn-border_double-white {
  border: solid 4px transparent;
  outline: solid 1px white;
  color: white;
  position: relative;
}
button-border_double-white:after, .btn-border_double-white:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-white:hover, .btn-border_double-white:hover {
  background-color: white;
  color: white;
}
button-txt-white, .btn-txt-white {
  background: transparent;
  color: white;
  fill: currentColor;
}
button-txt-white:hover, .btn-txt-white:hover {
  background-color: #d9d9d9;
  fill: currentColor;
}
button-line-white, .btn-line-white {
  background: transparent;
  color: white;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-white:before, .btn-line-white:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: white;
}
button-line-white:hover, .btn-line-white:hover {
  margin-left: -0.7320644217vw;
}
button-line-white .btn-inner, .btn-line-white .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-white .btn-inner, .btn-line-white .btn-inner {
    padding: 2.5px 5px;
  }
}
button-black, .btn-black {
  border-color: black;
  color: black;
}
button-black:hover, .btn-black:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(0, 0, 0, 0.25);
  fill: currentColor;
}
button-border-black, .btn-border-black {
  background: transparent;
  border: solid 1px black;
  color: black;
}
button-border-black:hover, .btn-border-black:hover {
  border-color: #008f36;
}
button-border_double-black, .btn-border_double-black {
  border: solid 4px transparent;
  outline: solid 1px black;
  color: black;
  position: relative;
}
button-border_double-black:after, .btn-border_double-black:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px black;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-black:hover, .btn-border_double-black:hover {
  background-color: black;
  color: white;
}
button-txt-black, .btn-txt-black {
  background: transparent;
  color: black;
  fill: currentColor;
}
button-txt-black:hover, .btn-txt-black:hover {
  background-color: black;
  fill: currentColor;
  color: white;
}
button-line-black, .btn-line-black {
  background: transparent;
  color: black;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-black:before, .btn-line-black:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: black;
}
button-line-black:hover, .btn-line-black:hover {
  margin-left: -0.7320644217vw;
}
button-line-black .btn-inner, .btn-line-black .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-black .btn-inner, .btn-line-black .btn-inner {
    padding: 2.5px 5px;
  }
}
button-gray, .btn-gray {
  border-color: #f3f3f3;
  color: #f3f3f3;
}
button-gray:hover, .btn-gray:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(243, 243, 243, 0.25);
  fill: currentColor;
}
button-border-gray, .btn-border-gray {
  background: transparent;
  border: solid 1px #f3f3f3;
  color: #f3f3f3;
}
button-border-gray:hover, .btn-border-gray:hover {
  border-color: #008f36;
}
button-border_double-gray, .btn-border_double-gray {
  border: solid 4px transparent;
  outline: solid 1px #f3f3f3;
  color: #f3f3f3;
  position: relative;
}
button-border_double-gray:after, .btn-border_double-gray:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #f3f3f3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-gray:hover, .btn-border_double-gray:hover {
  background-color: #f3f3f3;
  color: white;
}
button-txt-gray, .btn-txt-gray {
  background: transparent;
  color: #f3f3f3;
  fill: currentColor;
}
button-txt-gray:hover, .btn-txt-gray:hover {
  background-color: #cdcdcd;
  fill: currentColor;
}
button-line-gray, .btn-line-gray {
  background: transparent;
  color: #f3f3f3;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-gray:before, .btn-line-gray:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f3f3f3;
}
button-line-gray:hover, .btn-line-gray:hover {
  margin-left: -0.7320644217vw;
}
button-line-gray .btn-inner, .btn-line-gray .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-gray .btn-inner, .btn-line-gray .btn-inner {
    padding: 2.5px 5px;
  }
}
button-yellow, .btn-yellow {
  border-color: #C2A711;
  color: #C2A711;
}
button-yellow:hover, .btn-yellow:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(194, 167, 17, 0.25);
  fill: currentColor;
}
button-border-yellow, .btn-border-yellow {
  background: transparent;
  border: solid 1px #C2A711;
  color: #C2A711;
}
button-border-yellow:hover, .btn-border-yellow:hover {
  border-color: #008f36;
}
button-border_double-yellow, .btn-border_double-yellow {
  border: solid 4px transparent;
  outline: solid 1px #C2A711;
  color: #C2A711;
  position: relative;
}
button-border_double-yellow:after, .btn-border_double-yellow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #C2A711;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-yellow:hover, .btn-border_double-yellow:hover {
  background-color: #C2A711;
  color: white;
}
button-txt-yellow, .btn-txt-yellow {
  background: transparent;
  color: #C2A711;
  fill: currentColor;
}
button-txt-yellow:hover, .btn-txt-yellow:hover {
  background-color: #7c6a0b;
  fill: currentColor;
  color: white;
}
button-line-yellow, .btn-line-yellow {
  background: transparent;
  color: #C2A711;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-yellow:before, .btn-line-yellow:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #C2A711;
}
button-line-yellow:hover, .btn-line-yellow:hover {
  margin-left: -0.7320644217vw;
}
button-line-yellow .btn-inner, .btn-line-yellow .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-yellow .btn-inner, .btn-line-yellow .btn-inner {
    padding: 2.5px 5px;
  }
}
button-green, .btn-green {
  border-color: #27985F;
  color: #27985F;
}
button-green:hover, .btn-green:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(39, 152, 95, 0.25);
  fill: currentColor;
}
button-border-green, .btn-border-green {
  background: transparent;
  border: solid 1px #27985F;
  color: #27985F;
}
button-border-green:hover, .btn-border-green:hover {
  border-color: #008f36;
}
button-border_double-green, .btn-border_double-green {
  border: solid 4px transparent;
  outline: solid 1px #27985F;
  color: #27985F;
  position: relative;
}
button-border_double-green:after, .btn-border_double-green:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #27985F;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-green:hover, .btn-border_double-green:hover {
  background-color: #27985F;
  color: white;
}
button-txt-green, .btn-txt-green {
  background: transparent;
  color: #27985F;
  fill: currentColor;
}
button-txt-green:hover, .btn-txt-green:hover {
  background-color: #175b39;
  fill: currentColor;
  color: white;
}
button-line-green, .btn-line-green {
  background: transparent;
  color: #27985F;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-green:before, .btn-line-green:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #27985F;
}
button-line-green:hover, .btn-line-green:hover {
  margin-left: -0.7320644217vw;
}
button-line-green .btn-inner, .btn-line-green .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-green .btn-inner, .btn-line-green .btn-inner {
    padding: 2.5px 5px;
  }
}
button-orange, .btn-orange {
  border-color: #D97124;
  color: #D97124;
}
button-orange:hover, .btn-orange:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(217, 113, 36, 0.25);
  fill: currentColor;
}
button-border-orange, .btn-border-orange {
  background: transparent;
  border: solid 1px #D97124;
  color: #D97124;
}
button-border-orange:hover, .btn-border-orange:hover {
  border-color: #008f36;
}
button-border_double-orange, .btn-border_double-orange {
  border: solid 4px transparent;
  outline: solid 1px #D97124;
  color: #D97124;
  position: relative;
}
button-border_double-orange:after, .btn-border_double-orange:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #D97124;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-orange:hover, .btn-border_double-orange:hover {
  background-color: #D97124;
  color: white;
}
button-txt-orange, .btn-txt-orange {
  background: transparent;
  color: #D97124;
  fill: currentColor;
}
button-txt-orange:hover, .btn-txt-orange:hover {
  background-color: #974f19;
  fill: currentColor;
  color: white;
}
button-line-orange, .btn-line-orange {
  background: transparent;
  color: #D97124;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-orange:before, .btn-line-orange:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #D97124;
}
button-line-orange:hover, .btn-line-orange:hover {
  margin-left: -0.7320644217vw;
}
button-line-orange .btn-inner, .btn-line-orange .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-orange .btn-inner, .btn-line-orange .btn-inner {
    padding: 2.5px 5px;
  }
}
button-atama, .btn-atama {
  border-color: #00869B;
  color: #00869B;
}
button-atama:hover, .btn-atama:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(0, 134, 155, 0.25);
  fill: currentColor;
}
button-border-atama, .btn-border-atama {
  background: transparent;
  border: solid 1px #00869B;
  color: #00869B;
}
button-border-atama:hover, .btn-border-atama:hover {
  border-color: #008f36;
}
button-border_double-atama, .btn-border_double-atama {
  border: solid 4px transparent;
  outline: solid 1px #00869B;
  color: #00869B;
  position: relative;
}
button-border_double-atama:after, .btn-border_double-atama:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #00869B;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-atama:hover, .btn-border_double-atama:hover {
  background-color: #00869B;
  color: white;
}
button-txt-atama, .btn-txt-atama {
  background: transparent;
  color: #00869B;
  fill: currentColor;
}
button-txt-atama:hover, .btn-txt-atama:hover {
  background-color: #00444f;
  fill: currentColor;
  color: white;
}
button-line-atama, .btn-line-atama {
  background: transparent;
  color: #00869B;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-atama:before, .btn-line-atama:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #00869B;
}
button-line-atama:hover, .btn-line-atama:hover {
  margin-left: -0.7320644217vw;
}
button-line-atama .btn-inner, .btn-line-atama .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-atama .btn-inner, .btn-line-atama .btn-inner {
    padding: 2.5px 5px;
  }
}
button-lightyellow, .btn-lightyellow {
  border-color: #FFEC00;
  color: #FFEC00;
}
button-lightyellow:hover, .btn-lightyellow:hover {
  /* background-color : darken($value, 15%); */
  background-color: rgba(255, 236, 0, 0.25);
  fill: currentColor;
}
button-border-lightyellow, .btn-border-lightyellow {
  background: transparent;
  border: solid 1px #FFEC00;
  color: #FFEC00;
}
button-border-lightyellow:hover, .btn-border-lightyellow:hover {
  border-color: #008f36;
}
button-border_double-lightyellow, .btn-border_double-lightyellow {
  border: solid 4px transparent;
  outline: solid 1px #FFEC00;
  color: #FFEC00;
  position: relative;
}
button-border_double-lightyellow:after, .btn-border_double-lightyellow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #FFEC00;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
button-border_double-lightyellow:hover, .btn-border_double-lightyellow:hover {
  background-color: #FFEC00;
  color: white;
}
button-txt-lightyellow, .btn-txt-lightyellow {
  background: transparent;
  color: #FFEC00;
  fill: currentColor;
}
button-txt-lightyellow:hover, .btn-txt-lightyellow:hover {
  background-color: #b3a500;
  fill: currentColor;
  color: white;
}
button-line-lightyellow, .btn-line-lightyellow {
  background: transparent;
  color: #FFEC00;
  fill: currentColor;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0;
}
button-line-lightyellow:before, .btn-line-lightyellow:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #FFEC00;
}
button-line-lightyellow:hover, .btn-line-lightyellow:hover {
  margin-left: -0.7320644217vw;
}
button-line-lightyellow .btn-inner, .btn-line-lightyellow .btn-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  padding: 0.1830161054vw 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-line-lightyellow .btn-inner, .btn-line-lightyellow .btn-inner {
    padding: 2.5px 5px;
  }
}
button-border-border, .btn-border-border {
  color: #008f36;
}
button-back, .btn-back {
  position: relative;
}
button-back:after, .btn-back:after {
  content: "";
  display: block;
  background: url("/assets/img/icon_arrow.png") center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s ease-in-out;
}
button-back:hover:after, .btn-back:hover:after {
  left: 1.6rem;
}
button-primary-txt, .btn-primary-txt {
  color: #008f36;
}
button-square, .btn-square {
  width: 4.6852122987vw;
  height: 4.6852122987vw;
  line-height: 4.6852122987vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.3660322108vw;
}
@media only screen and (min-width: 1367px) {
  button-square, .btn-square {
    width: 64px;
    height: 64px;
    line-height: 64px;
    padding: 5px;
  }
}
@media only screen and (max-width: 926px) {
  button-square, .btn-square {
    padding: 2.6666666667vw;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
button-square .fas, .btn-square .fas {
  position: absolute;
  top: 50%;
  /*left      : 0;
  right     : 0;*/
  margin: auto;
  transform: translateY(-50%);
  font-size: 2.196193265vw;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1367px) {
  button-square .fas, .btn-square .fas {
    font-size: 30px;
  }
}
@media only screen and (max-width: 926px) {
  button-square .fas, .btn-square .fas {
    font-size: 30px;
  }
}
button-square > .img-responsive, .btn-square > .img-responsive {
  vertical-align: top;
}
button-circle, .btn-circle {
  border-radius: 50%;
  padding: 0;
  width: 100%;
}
button-circle-inner, .btn-circle-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
button-circle:after, .btn-circle:after {
  content: "";
  display: block;
  padding-top: 100%;
}
button-inline, .btn-inline {
  color: #008f36;
}
button-xl, .btn-xl {
  width: 34.8462664714vw;
  height: 4.9780380673vw;
  line-height: 4.9780380673vw;
  font-size: 2.196193265vw;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media only screen and (min-width: 1367px) {
  button-xl, .btn-xl {
    width: 476px;
    height: 68px;
    line-height: 68px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 926px) {
  button-xl, .btn-xl {
    width: 95.2vw;
    height: 13.6vw;
    line-height: 13.6vw;
    font-size: 6vw;
  }
}
button-lg, .btn-lg {
  width: 27.8184480234vw;
  height: 5.8565153734vw;
  font-size: 2.196193265vw;
}
@media only screen and (min-width: 1367px) {
  button-lg, .btn-lg {
    width: 380px;
    height: 80px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 926px) {
  button-lg, .btn-lg {
    font-size: 6vw;
    width: 55.6368960469vw;
    height: 11.7130307467vw;
  }
}
button-md, .btn-md {
  width: 17.5695461201vw;
  height: 4.39238653vw;
  font-size: 1.1713030747vw;
}
@media only screen and (min-width: 1367px) {
  button-md, .btn-md {
    width: 240px;
    height: 60px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 926px) {
  button-md, .btn-md {
    width: 48vw;
    height: 12vw;
    line-height: 12vw;
    font-size: 3.2vw;
  }
}
button-sm, .btn-sm {
  width: 13.17715959vw;
  height: 3.6603221083vw;
  line-height: 1;
  font-size: 1.1713030747vw;
}
@media only screen and (min-width: 1367px) {
  button-sm, .btn-sm {
    font-size: 16px;
    width: 180px;
    height: 50px;
  }
}
@media only screen and (max-width: 926px) {
  button-sm, .btn-sm {
    font-size: 3.2vw;
    width: 39.5314787701vw;
    height: 10.980966325vw;
  }
}
button-xs, .btn-xs {
  font-size: 1.1713030747vw;
  border: none;
  width: auto;
  height: auto;
  padding-left: 2.9282576867vw;
  position: relative;
}
button-xs:after, .btn-xs:after {
  font-family: "Material Icons";
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  font-size: 1.4641288433vw;
  color: currentColor;
}
@media only screen and (min-width: 1367px) {
  button-xs:after, .btn-xs:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 926px) {
  button-xs:after, .btn-xs:after {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 1367px) {
  button-xs, .btn-xs {
    font-size: 16px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 926px) {
  button-xs, .btn-xs {
    font-size: 4vw;
    padding-left: 5.3333333333vw;
  }
}
button-wide, .btn-wide {
  width: 100%;
}
button-disabled, .btn-disabled {
  opacity: 0.3;
  box-shadow: none;
  pointer-events: none;
}
button-ib, .btn-ib {
  display: inline-block;
}
button-contact, .btn-contact {
  width: 168px;
}
button-atama-img, .btn-atama-img {
  width: 274px;
}
button:hover img, .btn:hover img {
  opacity: 0.75;
}
button-hover:hover, .btn-hover:hover {
  opacity: 0.75;
}
button-hover:hover img, .btn-hover:hover img {
  opacity: 0.75;
}

.border_primary_dark {
  border: solid 1px #004319;
}
.border-b_primary_dark {
  border-bottom: solid 1px #004319;
}
.border-b-2_primary_dark {
  border-bottom: solid 2px #004319;
}
.border-t_primary_dark {
  border-top: solid 1px #004319;
}
.border-l_primary_dark {
  border-left: solid 1px #004319;
}
.border_primary {
  border: solid 1px #008f36;
}
.border-b_primary {
  border-bottom: solid 1px #008f36;
}
.border-b-2_primary {
  border-bottom: solid 2px #008f36;
}
.border-t_primary {
  border-top: solid 1px #008f36;
}
.border-l_primary {
  border-left: solid 1px #008f36;
}
.border_accent {
  border: solid 1px #f1732f;
}
.border-b_accent {
  border-bottom: solid 1px #f1732f;
}
.border-b-2_accent {
  border-bottom: solid 2px #f1732f;
}
.border-t_accent {
  border-top: solid 1px #f1732f;
}
.border-l_accent {
  border-left: solid 1px #f1732f;
}
.border_accent_dark {
  border: solid 1px #c64e0d;
}
.border-b_accent_dark {
  border-bottom: solid 1px #c64e0d;
}
.border-b-2_accent_dark {
  border-bottom: solid 2px #c64e0d;
}
.border-t_accent_dark {
  border-top: solid 1px #c64e0d;
}
.border-l_accent_dark {
  border-left: solid 1px #c64e0d;
}
.border_font {
  border: solid 1px #333;
}
.border-b_font {
  border-bottom: solid 1px #333;
}
.border-b-2_font {
  border-bottom: solid 2px #333;
}
.border-t_font {
  border-top: solid 1px #333;
}
.border-l_font {
  border-left: solid 1px #333;
}
.border_bg {
  border: solid 1px #f5f5f5;
}
.border-b_bg {
  border-bottom: solid 1px #f5f5f5;
}
.border-b-2_bg {
  border-bottom: solid 2px #f5f5f5;
}
.border-t_bg {
  border-top: solid 1px #f5f5f5;
}
.border-l_bg {
  border-left: solid 1px #f5f5f5;
}
.border_border {
  border: solid 1px #ebebeb;
}
.border-b_border {
  border-bottom: solid 1px #ebebeb;
}
.border-b-2_border {
  border-bottom: solid 2px #ebebeb;
}
.border-t_border {
  border-top: solid 1px #ebebeb;
}
.border-l_border {
  border-left: solid 1px #ebebeb;
}
.border_error {
  border: solid 1px #d70200;
}
.border-b_error {
  border-bottom: solid 1px #d70200;
}
.border-b-2_error {
  border-bottom: solid 2px #d70200;
}
.border-t_error {
  border-top: solid 1px #d70200;
}
.border-l_error {
  border-left: solid 1px #d70200;
}
.border_white {
  border: solid 1px white;
}
.border-b_white {
  border-bottom: solid 1px white;
}
.border-b-2_white {
  border-bottom: solid 2px white;
}
.border-t_white {
  border-top: solid 1px white;
}
.border-l_white {
  border-left: solid 1px white;
}
.border_black {
  border: solid 1px black;
}
.border-b_black {
  border-bottom: solid 1px black;
}
.border-b-2_black {
  border-bottom: solid 2px black;
}
.border-t_black {
  border-top: solid 1px black;
}
.border-l_black {
  border-left: solid 1px black;
}
.border_gray {
  border: solid 1px #f3f3f3;
}
.border-b_gray {
  border-bottom: solid 1px #f3f3f3;
}
.border-b-2_gray {
  border-bottom: solid 2px #f3f3f3;
}
.border-t_gray {
  border-top: solid 1px #f3f3f3;
}
.border-l_gray {
  border-left: solid 1px #f3f3f3;
}
.border_yellow {
  border: solid 1px #C2A711;
}
.border-b_yellow {
  border-bottom: solid 1px #C2A711;
}
.border-b-2_yellow {
  border-bottom: solid 2px #C2A711;
}
.border-t_yellow {
  border-top: solid 1px #C2A711;
}
.border-l_yellow {
  border-left: solid 1px #C2A711;
}
.border_green {
  border: solid 1px #27985F;
}
.border-b_green {
  border-bottom: solid 1px #27985F;
}
.border-b-2_green {
  border-bottom: solid 2px #27985F;
}
.border-t_green {
  border-top: solid 1px #27985F;
}
.border-l_green {
  border-left: solid 1px #27985F;
}
.border_orange {
  border: solid 1px #D97124;
}
.border-b_orange {
  border-bottom: solid 1px #D97124;
}
.border-b-2_orange {
  border-bottom: solid 2px #D97124;
}
.border-t_orange {
  border-top: solid 1px #D97124;
}
.border-l_orange {
  border-left: solid 1px #D97124;
}
.border_atama {
  border: solid 1px #00869B;
}
.border-b_atama {
  border-bottom: solid 1px #00869B;
}
.border-b-2_atama {
  border-bottom: solid 2px #00869B;
}
.border-t_atama {
  border-top: solid 1px #00869B;
}
.border-l_atama {
  border-left: solid 1px #00869B;
}
.border_lightyellow {
  border: solid 1px #FFEC00;
}
.border-b_lightyellow {
  border-bottom: solid 1px #FFEC00;
}
.border-b-2_lightyellow {
  border-bottom: solid 2px #FFEC00;
}
.border-t_lightyellow {
  border-top: solid 1px #FFEC00;
}
.border-l_lightyellow {
  border-left: solid 1px #FFEC00;
}

.box {
  max-width: 100%;
  padding: 2.9282576867vw;
  position: relative;
}
@media only screen and (min-width: 1367px) {
  .box {
    padding: 40px;
  }
}
@media only screen and (max-width: 926px) {
  .box {
    padding: 10.6666666667vw;
  }
}
.box-xl {
  padding: 8.78477306vw;
}
.box-lg {
  padding: 5.8565153734vw;
}
.box-md {
  padding: 4.39238653vw;
}
.box-sm {
  padding: 2.9282576867vw;
}
.box-xs {
  padding: 0.7320644217vw;
}
.box-primary_dark {
  background: #004319;
  color: white;
}
.box-primary_dark_op-0 {
  background: rgba(0, 67, 25, 0);
}
.box-primary_dark_op-1 {
  background: rgba(0, 67, 25, 0.1);
}
.box-primary_dark_op-2 {
  background: rgba(0, 67, 25, 0.2);
}
.box-primary_dark_op-3 {
  background: rgba(0, 67, 25, 0.3);
}
.box-primary_dark_op-4 {
  background: rgba(0, 67, 25, 0.4);
}
.box-primary_dark_op-5 {
  background: rgba(0, 67, 25, 0.5);
}
.box-primary_dark_op-6 {
  background: rgba(0, 67, 25, 0.6);
}
.box-primary_dark_op-7 {
  background: rgba(0, 67, 25, 0.7);
}
.box-primary_dark_op-8 {
  background: rgba(0, 67, 25, 0.8);
}
.box-primary_dark_op-9 {
  background: rgba(0, 67, 25, 0.9);
}
.box-primary_dark_op-10 {
  background: #004319;
}
a:hover .box-primary_dark {
  background: #00290f;
}
.box-primary {
  background: #008f36;
  color: white;
}
.box-primary_op-0 {
  background: rgba(0, 143, 54, 0);
}
.box-primary_op-1 {
  background: rgba(0, 143, 54, 0.1);
}
.box-primary_op-2 {
  background: rgba(0, 143, 54, 0.2);
}
.box-primary_op-3 {
  background: rgba(0, 143, 54, 0.3);
}
.box-primary_op-4 {
  background: rgba(0, 143, 54, 0.4);
}
.box-primary_op-5 {
  background: rgba(0, 143, 54, 0.5);
}
.box-primary_op-6 {
  background: rgba(0, 143, 54, 0.6);
}
.box-primary_op-7 {
  background: rgba(0, 143, 54, 0.7);
}
.box-primary_op-8 {
  background: rgba(0, 143, 54, 0.8);
}
.box-primary_op-9 {
  background: rgba(0, 143, 54, 0.9);
}
.box-primary_op-10 {
  background: #008f36;
}
a:hover .box-primary {
  background: #00762c;
}
.box-accent {
  background: #f1732f;
  color: white;
}
.box-accent_op-0 {
  background: rgba(241, 115, 47, 0);
}
.box-accent_op-1 {
  background: rgba(241, 115, 47, 0.1);
}
.box-accent_op-2 {
  background: rgba(241, 115, 47, 0.2);
}
.box-accent_op-3 {
  background: rgba(241, 115, 47, 0.3);
}
.box-accent_op-4 {
  background: rgba(241, 115, 47, 0.4);
}
.box-accent_op-5 {
  background: rgba(241, 115, 47, 0.5);
}
.box-accent_op-6 {
  background: rgba(241, 115, 47, 0.6);
}
.box-accent_op-7 {
  background: rgba(241, 115, 47, 0.7);
}
.box-accent_op-8 {
  background: rgba(241, 115, 47, 0.8);
}
.box-accent_op-9 {
  background: rgba(241, 115, 47, 0.9);
}
.box-accent_op-10 {
  background: #f1732f;
}
a:hover .box-accent {
  background: #ef6317;
}
.box-accent_dark {
  background: #c64e0d;
  color: white;
}
.box-accent_dark_op-0 {
  background: rgba(198, 78, 13, 0);
}
.box-accent_dark_op-1 {
  background: rgba(198, 78, 13, 0.1);
}
.box-accent_dark_op-2 {
  background: rgba(198, 78, 13, 0.2);
}
.box-accent_dark_op-3 {
  background: rgba(198, 78, 13, 0.3);
}
.box-accent_dark_op-4 {
  background: rgba(198, 78, 13, 0.4);
}
.box-accent_dark_op-5 {
  background: rgba(198, 78, 13, 0.5);
}
.box-accent_dark_op-6 {
  background: rgba(198, 78, 13, 0.6);
}
.box-accent_dark_op-7 {
  background: rgba(198, 78, 13, 0.7);
}
.box-accent_dark_op-8 {
  background: rgba(198, 78, 13, 0.8);
}
.box-accent_dark_op-9 {
  background: rgba(198, 78, 13, 0.9);
}
.box-accent_dark_op-10 {
  background: #c64e0d;
}
a:hover .box-accent_dark {
  background: #ae450c;
}
.box-font {
  background: #333;
  color: white;
}
.box-font_op-0 {
  background: rgba(51, 51, 51, 0);
}
.box-font_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.box-font_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.box-font_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.box-font_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.box-font_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.box-font_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.box-font_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.box-font_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.box-font_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.box-font_op-10 {
  background: #333333;
}
a:hover .box-font {
  background: #262626;
}
.box-bg {
  background: #f5f5f5;
}
.box-bg_op-0 {
  background: rgba(245, 245, 245, 0);
}
.box-bg_op-1 {
  background: rgba(245, 245, 245, 0.1);
}
.box-bg_op-2 {
  background: rgba(245, 245, 245, 0.2);
}
.box-bg_op-3 {
  background: rgba(245, 245, 245, 0.3);
}
.box-bg_op-4 {
  background: rgba(245, 245, 245, 0.4);
}
.box-bg_op-5 {
  background: rgba(245, 245, 245, 0.5);
}
.box-bg_op-6 {
  background: rgba(245, 245, 245, 0.6);
}
.box-bg_op-7 {
  background: rgba(245, 245, 245, 0.7);
}
.box-bg_op-8 {
  background: rgba(245, 245, 245, 0.8);
}
.box-bg_op-9 {
  background: rgba(245, 245, 245, 0.9);
}
.box-bg_op-10 {
  background: whitesmoke;
}
a:hover .box-bg {
  background: #e8e8e8;
}
.box-border {
  background: #ebebeb;
}
.box-border_op-0 {
  background: rgba(235, 235, 235, 0);
}
.box-border_op-1 {
  background: rgba(235, 235, 235, 0.1);
}
.box-border_op-2 {
  background: rgba(235, 235, 235, 0.2);
}
.box-border_op-3 {
  background: rgba(235, 235, 235, 0.3);
}
.box-border_op-4 {
  background: rgba(235, 235, 235, 0.4);
}
.box-border_op-5 {
  background: rgba(235, 235, 235, 0.5);
}
.box-border_op-6 {
  background: rgba(235, 235, 235, 0.6);
}
.box-border_op-7 {
  background: rgba(235, 235, 235, 0.7);
}
.box-border_op-8 {
  background: rgba(235, 235, 235, 0.8);
}
.box-border_op-9 {
  background: rgba(235, 235, 235, 0.9);
}
.box-border_op-10 {
  background: #ebebeb;
}
a:hover .box-border {
  background: #dedede;
}
.box-error {
  background: #d70200;
  color: white;
}
.box-error_op-0 {
  background: rgba(215, 2, 0, 0);
}
.box-error_op-1 {
  background: rgba(215, 2, 0, 0.1);
}
.box-error_op-2 {
  background: rgba(215, 2, 0, 0.2);
}
.box-error_op-3 {
  background: rgba(215, 2, 0, 0.3);
}
.box-error_op-4 {
  background: rgba(215, 2, 0, 0.4);
}
.box-error_op-5 {
  background: rgba(215, 2, 0, 0.5);
}
.box-error_op-6 {
  background: rgba(215, 2, 0, 0.6);
}
.box-error_op-7 {
  background: rgba(215, 2, 0, 0.7);
}
.box-error_op-8 {
  background: rgba(215, 2, 0, 0.8);
}
.box-error_op-9 {
  background: rgba(215, 2, 0, 0.9);
}
.box-error_op-10 {
  background: #d70200;
}
a:hover .box-error {
  background: #be0200;
}
.box-white {
  background: white;
}
.box-white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.box-white_op-1 {
  background: rgba(255, 255, 255, 0.1);
}
.box-white_op-2 {
  background: rgba(255, 255, 255, 0.2);
}
.box-white_op-3 {
  background: rgba(255, 255, 255, 0.3);
}
.box-white_op-4 {
  background: rgba(255, 255, 255, 0.4);
}
.box-white_op-5 {
  background: rgba(255, 255, 255, 0.5);
}
.box-white_op-6 {
  background: rgba(255, 255, 255, 0.6);
}
.box-white_op-7 {
  background: rgba(255, 255, 255, 0.7);
}
.box-white_op-8 {
  background: rgba(255, 255, 255, 0.8);
}
.box-white_op-9 {
  background: rgba(255, 255, 255, 0.9);
}
.box-white_op-10 {
  background: white;
}
a:hover .box-white {
  background: #f2f2f2;
}
.box-black {
  background: black;
  color: white;
}
.box-black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.box-black_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.box-black_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.box-black_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.box-black_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.box-black_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.box-black_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.box-black_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.box-black_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.box-black_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.box-black_op-10 {
  background: black;
}
a:hover .box-black {
  background: black;
}
.box-gray {
  background: #f3f3f3;
}
.box-gray_op-0 {
  background: rgba(243, 243, 243, 0);
}
.box-gray_op-1 {
  background: rgba(243, 243, 243, 0.1);
}
.box-gray_op-2 {
  background: rgba(243, 243, 243, 0.2);
}
.box-gray_op-3 {
  background: rgba(243, 243, 243, 0.3);
}
.box-gray_op-4 {
  background: rgba(243, 243, 243, 0.4);
}
.box-gray_op-5 {
  background: rgba(243, 243, 243, 0.5);
}
.box-gray_op-6 {
  background: rgba(243, 243, 243, 0.6);
}
.box-gray_op-7 {
  background: rgba(243, 243, 243, 0.7);
}
.box-gray_op-8 {
  background: rgba(243, 243, 243, 0.8);
}
.box-gray_op-9 {
  background: rgba(243, 243, 243, 0.9);
}
.box-gray_op-10 {
  background: #f3f3f3;
}
a:hover .box-gray {
  background: #e6e6e6;
}
.box-yellow {
  background: #C2A711;
  color: white;
}
.box-yellow_op-0 {
  background: rgba(194, 167, 17, 0);
}
.box-yellow_op-1 {
  background: rgba(194, 167, 17, 0.1);
}
.box-yellow_op-2 {
  background: rgba(194, 167, 17, 0.2);
}
.box-yellow_op-3 {
  background: rgba(194, 167, 17, 0.3);
}
.box-yellow_op-4 {
  background: rgba(194, 167, 17, 0.4);
}
.box-yellow_op-5 {
  background: rgba(194, 167, 17, 0.5);
}
.box-yellow_op-6 {
  background: rgba(194, 167, 17, 0.6);
}
.box-yellow_op-7 {
  background: rgba(194, 167, 17, 0.7);
}
.box-yellow_op-8 {
  background: rgba(194, 167, 17, 0.8);
}
.box-yellow_op-9 {
  background: rgba(194, 167, 17, 0.9);
}
.box-yellow_op-10 {
  background: #c2a711;
}
a:hover .box-yellow {
  background: #ab930f;
}
.box-green {
  background: #27985F;
  color: white;
}
.box-green_op-0 {
  background: rgba(39, 152, 95, 0);
}
.box-green_op-1 {
  background: rgba(39, 152, 95, 0.1);
}
.box-green_op-2 {
  background: rgba(39, 152, 95, 0.2);
}
.box-green_op-3 {
  background: rgba(39, 152, 95, 0.3);
}
.box-green_op-4 {
  background: rgba(39, 152, 95, 0.4);
}
.box-green_op-5 {
  background: rgba(39, 152, 95, 0.5);
}
.box-green_op-6 {
  background: rgba(39, 152, 95, 0.6);
}
.box-green_op-7 {
  background: rgba(39, 152, 95, 0.7);
}
.box-green_op-8 {
  background: rgba(39, 152, 95, 0.8);
}
.box-green_op-9 {
  background: rgba(39, 152, 95, 0.9);
}
.box-green_op-10 {
  background: #27985f;
}
a:hover .box-green {
  background: #228452;
}
.box-orange {
  background: #D97124;
  color: white;
}
.box-orange_op-0 {
  background: rgba(217, 113, 36, 0);
}
.box-orange_op-1 {
  background: rgba(217, 113, 36, 0.1);
}
.box-orange_op-2 {
  background: rgba(217, 113, 36, 0.2);
}
.box-orange_op-3 {
  background: rgba(217, 113, 36, 0.3);
}
.box-orange_op-4 {
  background: rgba(217, 113, 36, 0.4);
}
.box-orange_op-5 {
  background: rgba(217, 113, 36, 0.5);
}
.box-orange_op-6 {
  background: rgba(217, 113, 36, 0.6);
}
.box-orange_op-7 {
  background: rgba(217, 113, 36, 0.7);
}
.box-orange_op-8 {
  background: rgba(217, 113, 36, 0.8);
}
.box-orange_op-9 {
  background: rgba(217, 113, 36, 0.9);
}
.box-orange_op-10 {
  background: #d97124;
}
a:hover .box-orange {
  background: #c36620;
}
.box-atama {
  background: #00869B;
  color: white;
}
.box-atama_op-0 {
  background: rgba(0, 134, 155, 0);
}
.box-atama_op-1 {
  background: rgba(0, 134, 155, 0.1);
}
.box-atama_op-2 {
  background: rgba(0, 134, 155, 0.2);
}
.box-atama_op-3 {
  background: rgba(0, 134, 155, 0.3);
}
.box-atama_op-4 {
  background: rgba(0, 134, 155, 0.4);
}
.box-atama_op-5 {
  background: rgba(0, 134, 155, 0.5);
}
.box-atama_op-6 {
  background: rgba(0, 134, 155, 0.6);
}
.box-atama_op-7 {
  background: rgba(0, 134, 155, 0.7);
}
.box-atama_op-8 {
  background: rgba(0, 134, 155, 0.8);
}
.box-atama_op-9 {
  background: rgba(0, 134, 155, 0.9);
}
.box-atama_op-10 {
  background: #00869b;
}
a:hover .box-atama {
  background: #007082;
}
.box-lightyellow {
  background: #FFEC00;
  color: white;
}
.box-lightyellow_op-0 {
  background: rgba(255, 236, 0, 0);
}
.box-lightyellow_op-1 {
  background: rgba(255, 236, 0, 0.1);
}
.box-lightyellow_op-2 {
  background: rgba(255, 236, 0, 0.2);
}
.box-lightyellow_op-3 {
  background: rgba(255, 236, 0, 0.3);
}
.box-lightyellow_op-4 {
  background: rgba(255, 236, 0, 0.4);
}
.box-lightyellow_op-5 {
  background: rgba(255, 236, 0, 0.5);
}
.box-lightyellow_op-6 {
  background: rgba(255, 236, 0, 0.6);
}
.box-lightyellow_op-7 {
  background: rgba(255, 236, 0, 0.7);
}
.box-lightyellow_op-8 {
  background: rgba(255, 236, 0, 0.8);
}
.box-lightyellow_op-9 {
  background: rgba(255, 236, 0, 0.9);
}
.box-lightyellow_op-10 {
  background: #ffec00;
}
a:hover .box-lightyellow {
  background: #e6d400;
}
@media only screen and (min-width: 1367px) {
  .box-xl {
    padding: 120px;
  }
  .box-lg {
    padding: 80px;
  }
  .box-md {
    padding: 60px;
  }
  .box-sm {
    padding: 40px;
  }
  .box-xs {
    padding: 10px;
  }
}
@media only screen and (max-width: 926px) {
  .box-xl {
    padding: 16vw;
  }
  .box-lg {
    padding: 10.6666666667vw;
  }
  .box-md {
    padding: 8vw;
  }
  .box-sm {
    padding: 5.3333333333vw;
  }
  .box-xs {
    padding: 1.3333333333vw;
  }
}
.box-0 {
  padding: 0;
}
.box-1 {
  padding: 10;
}
.box-2 {
  padding: 20;
}
.box-3 {
  padding: 30;
}
.box-4 {
  padding: 40;
}
.box-5 {
  padding: 50;
}
.box-6 {
  padding: 60;
}
.box-7 {
  padding: 70;
}
.box-8 {
  padding: 80;
}
.box-9 {
  padding: 90;
}
.box-10 {
  padding: 100;
}
@media only screen and (max-width: 926px) {
  .box-scroll {
    overflow-x: auto;
    /* 横スクロールの指定 */
    white-space: nowrap;
    /* 横スクロールの指定 */
    overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかにする */
  }
  .box-scroll img {
    max-width: 1000px;
  }
}

table,
.table {
  width: 100%;
  /*table-layout : fixed;*/
}
table th,
table td,
.table th,
.table td {
  padding: 20px;
  vertical-align: middle;
  /* border-bottom: dashed 1px $color-primary; */
  line-height: 1.5;
}
table th,
.table th {
  font-weight: bold;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  table:not(.sp_table),
.table:not(.sp_table) {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  table:not(.sp_table) tbody,
table:not(.sp_table) thead,
table:not(.sp_table) tr,
table:not(.sp_table) th,
table:not(.sp_table) td,
.table:not(.sp_table) tbody,
.table:not(.sp_table) thead,
.table:not(.sp_table) tr,
.table:not(.sp_table) th,
.table:not(.sp_table) td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  table:not(.sp_table) th,
.table:not(.sp_table) th {
    width: 100%;
  }
}
table-stripe tr,
.table-stripe tr {
  background-color: white;
}
table-stripe tr:nth-of-type(odd),
.table-stripe tr:nth-of-type(odd) {
  background-color: rgba(51, 51, 51, 0.08);
}
table-stripe th,
table-stripe td,
.table-stripe th,
.table-stripe td {
  border-bottom: none;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  table-stripe th,
table-stripe td,
.table-stripe th,
.table-stripe td {
    vertical-align: middle;
  }
}
table-stripe th,
.table-stripe th {
  padding: 20px 0 20px 60px;
}
@media only screen and (max-width: 768px) {
  table-stripe th,
.table-stripe th {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
    border-bottom: solid 1px #D7D7D7;
  }
}
table-stripe td,
.table-stripe td {
  padding: 20px 60px;
}
@media only screen and (max-width: 768px) {
  table-stripe td,
.table-stripe td {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
table-stripe tbody th,
.table-stripe tbody th {
  /* font-weight: normal; */
}
table-stripe thead,
.table-stripe thead {
  font-weight: bold;
}
table-stripe thead tr th,
table-stripe thead tr td,
.table-stripe thead tr th,
.table-stripe thead tr td {
  background-color: #cccccc;
}
table-form th,
table-form td,
.table-form th,
.table-form td {
  border-bottom: solid 1px #D7D7D7;
  padding: 40px 20px;
}
@media only screen and (max-width: 768px) {
  table-form th,
table-form td,
.table-form th,
.table-form td {
    padding: 2.6666666667vw;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  table-form th,
.table-form th {
    background-color: rgba(51, 51, 51, 0.04);
    border-bottom: 0;
  }
}
.confirm table-form th,
.confirm table-form td,
.confirm .table-form th,
.confirm .table-form td {
  display: table-cell;
  border-bottom: solid 1px #b9e8d3;
  padding: 20px;
  vertical-align: top;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .confirm table-form th,
.confirm table-form td,
.confirm .table-form th,
.confirm .table-form td {
    display: block;
  }
}
.confirm table-form th,
.confirm .table-form th {
  width: 25%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .confirm table-form th,
.confirm .table-form th {
    width: 100%;
    text-align: left;
  }
}
.confirm table-form td,
.confirm .table-form td {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .confirm table-form td,
.confirm .table-form td {
    width: 100%;
  }
}
table-border,
.table-border {
  position: relative;
}
table-border:before,
.table-border:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  opacity: 0.25;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  table-border,
.table-border {
    border-bottom: solid 1px #D7D7D7;
  }
}
table-border tr th,
table-border tr td,
.table-border tr th,
.table-border tr td {
  /* position: relative;
  &:after {
  	content: "";
  	display: block;
  	height: 1px;
  	width: 100%;
  	background-color: currentColor;
  	opacity: 0.25;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  } */
  border-bottom: solid 1px #D7D7D7;
}
@media only screen and (max-width: 768px) {
  table-border tr th:not(:last-child):before,
table-border tr td:not(:last-child):before,
.table-border tr th:not(:last-child):before,
.table-border tr td:not(:last-child):before {
    content: none;
  }
}
table-border tr th,
.table-border tr th {
  border-right: solid 1px #D7D7D7;
  border-top: solid 1px #D7D7D7;
}
@media only screen and (max-width: 768px) {
  table-border tr th,
.table-border tr th {
    border-right: none;
    background-color: rgba(51, 51, 51, 0.04);
  }
}
@media only screen and (max-width: 768px) {
  table-border tr td,
.table-border tr td {
    border-bottom: none;
  }
}
table-center th,
table-center td,
.table-center th,
.table-center td {
  text-align: center;
}
table-thin th,
table-thin td,
.table-thin th,
.table-thin td {
  padding: 10px 20px;
}

@media only screen and (max-width: 768px) {
  .sp_table-scroll {
    overflow-x: scroll;
  }
  .sp_table-scroll > table,
.sp_table-scroll .table {
    white-space: nowrap;
  }
  .sp_table-scroll > table-stripe th,
.sp_table-scroll .table-stripe th {
    border-bottom: none;
  }
}
.tag {
  display: inline-block;
  font-size: 0.8052708638vw;
  padding: 0.0915080527vw 0.7320644217vw;
  /*font-weight : bold;*/
}
@media only screen and (min-width: 1367px) {
  .tag {
    font-size: 11px;
    padding: 1.25px 5px;
  }
}
@media only screen and (max-width: 926px) {
  .tag {
    font-size: 2.2vw;
    padding: 0.1666666667vw 0.6666666667vw;
  }
}
.tag:not(:first-child) {
  margin-left: 0.8rem;
}
.tag-required {
  background-color: #008f36;
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.8052708638vw;
  padding: 0.0915080527vw 0.1830161054vw;
  position: absolute;
  right: 0.7320644217vw;
  top: 2.9282576867vw;
  transform: translateY(25%);
}
@media only screen and (min-width: 1367px) {
  .tag-required {
    font-size: 11px;
    top: 40px;
    right: 10px;
    padding: 1.25px 2.5px;
  }
}
@media only screen and (max-width: 926px) {
  .tag-required {
    top: 5.3333333333vw;
    padding: 0.1666666667vw 0.3333333333vw;
  }
}
.tag_squere {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  text-align: center;
  line-height: 3.2rem;
}
.tag_primary_dark {
  background: #004319;
  color: white;
}
.tag_text-primary_dark {
  color: #004319;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-primary_dark:after {
  background-color: #004319;
}
.tag_primary {
  background: #008f36;
  color: white;
}
.tag_text-primary {
  color: #008f36;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-primary:after {
  background-color: #008f36;
}
.tag_accent {
  background: #f1732f;
  color: white;
}
.tag_text-accent {
  color: #f1732f;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-accent:after {
  background-color: #f1732f;
}
.tag_accent_dark {
  background: #c64e0d;
  color: white;
}
.tag_text-accent_dark {
  color: #c64e0d;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-accent_dark:after {
  background-color: #c64e0d;
}
.tag_font {
  background: #333;
  color: white;
}
.tag_text-font {
  color: #333;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-font:after {
  background-color: #333;
}
.tag_bg {
  background: #f5f5f5;
}
.tag_text-bg {
  color: #f5f5f5;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-bg:after {
  background-color: #f5f5f5;
}
.tag_border {
  background: #ebebeb;
}
.tag_text-border {
  color: #ebebeb;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-border:after {
  background-color: #ebebeb;
}
.tag_error {
  background: #d70200;
  color: white;
}
.tag_text-error {
  color: #d70200;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-error:after {
  background-color: #d70200;
}
.tag_white {
  background: white;
}
.tag_text-white {
  color: white;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-white:after {
  background-color: white;
}
.tag_black {
  background: black;
  color: white;
}
.tag_text-black {
  color: black;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-black:after {
  background-color: black;
}
.tag_gray {
  background: #f3f3f3;
}
.tag_text-gray {
  color: #f3f3f3;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-gray:after {
  background-color: #f3f3f3;
}
.tag_yellow {
  background: #C2A711;
  color: white;
}
.tag_text-yellow {
  color: #C2A711;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-yellow:after {
  background-color: #C2A711;
}
.tag_green {
  background: #27985F;
  color: white;
}
.tag_text-green {
  color: #27985F;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-green:after {
  background-color: #27985F;
}
.tag_orange {
  background: #D97124;
  color: white;
}
.tag_text-orange {
  color: #D97124;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-orange:after {
  background-color: #D97124;
}
.tag_atama {
  background: #00869B;
  color: white;
}
.tag_text-atama {
  color: #00869B;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-atama:after {
  background-color: #00869B;
}
.tag_lightyellow {
  background: #FFEC00;
  color: white;
}
.tag_text-lightyellow {
  color: #FFEC00;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-lightyellow:after {
  background-color: #FFEC00;
}
.tag_news {
  background-color: #008f36;
  color: white;
}
.tag_event {
  background-color: #008f36;
  color: white;
}

small {
  font-size: 80%;
}

strong {
  font-size: 130%;
}

.txt {
  /***** カラー *****/
  /***** size *****/
}
.txt-c {
  text-align: center !important;
}
.txt-l {
  text-align: left !important;
}
.txt-r {
  text-align: right !important;
}
.txt-b {
  font-weight: bold;
}
@media only screen and (min-width: 927px) {
  .txt-hover {
    position: relative;
  }
  .txt-hover:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .txt-hover:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.txt-line {
  position: relative;
}
.txt-line:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
}
.txt-link {
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}
.txt-serif {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.txt-alphabet {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.txt-color_primary_dark {
  color: #004319;
}
.txt-color_primary {
  color: #008f36;
}
.txt-color_accent {
  color: #f1732f;
}
.txt-color_accent_dark {
  color: #c64e0d;
}
.txt-color_font {
  color: #333;
}
.txt-color_bg {
  color: #f5f5f5;
}
.txt-color_border {
  color: #ebebeb;
}
.txt-color_error {
  color: #d70200;
}
.txt-color_white {
  color: white;
}
.txt-color_black {
  color: black;
}
.txt-color_gray {
  color: #f3f3f3;
}
.txt-color_yellow {
  color: #C2A711;
}
.txt-color_green {
  color: #27985F;
}
.txt-color_orange {
  color: #D97124;
}
.txt-color_atama {
  color: #00869B;
}
.txt-color_lightyellow {
  color: #FFEC00;
}
.txt-tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  line-height: 2.5;
}
.txt-xl {
  font-size: 2.635431918vw;
}
.txt-lg {
  font-size: 2.196193265vw;
}
.txt-md {
  font-size: 1.4641288433vw;
}
.txt-sm {
  font-size: 1.1713030747vw;
}
.txt-xs {
  font-size: 0.8052708638vw;
}

@media only screen and (min-width: 1367px) {
  .txt {
    /***** size *****/
  }
  .txt-xl {
    font-size: 36px;
  }
  .txt-lg {
    font-size: 30px;
  }
  .txt-md {
    font-size: 20px;
  }
  .txt-sm {
    font-size: 16px;
  }
  .txt-xs {
    font-size: 11px;
  }
}
@media only screen and (max-width: 926px) {
  .txt {
    /***** size *****/
  }
  .txt-xl {
    font-size: 7.2vw;
  }
  .txt-lg {
    font-size: 6vw;
  }
  .txt-md {
    font-size: 4vw;
  }
  .txt-sm {
    font-size: 3.2vw;
  }
  .txt-xs {
    font-size: 2.2vw;
  }
}
.lh-1 {
  line-height: 1;
}

.lh-1_5 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.js-acc {
  position: relative;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
}
.js-acc_target {
  display: none;
}
.js-acc:hover:after {
  color: #008f36;
}
.js-acc.is-active .ttl-sm:after {
  content: "";
}
.js-acc .ttl-sm {
  padding: 1.4641288433vw 2.9282576867vw;
  margin-bottom: 0;
}
@media only screen and (min-width: 1367px) {
  .js-acc .ttl-sm {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 926px) {
  .js-acc .ttl-sm {
    padding: 10.6666666667vw 8vw;
  }
}
.js-acc .ttl-sm:after {
  font-family: "Font Awesome 5 Free";
  /*←ココ！！！！！！！*/
  font-weight: 900;
  content: "";
  font-size: 2.196193265vw;
  position: absolute;
  right: 2.9282576867vw;
  top: 50%;
  color: #008f36;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1367px) {
  .js-acc .ttl-sm:after {
    font-size: 30px;
    right: 40px;
  }
}
@media only screen and (max-width: 926px) {
  .js-acc .ttl-sm:after {
    font-size: 6vw;
  }
}

.topBtn {
  position: fixed;
  right: 20px;
  z-index: 99;
  display: block;
  transition: all 0.2s ease-in-out;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.jsTab > span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  color: white;
  text-align: center;
  cursor: pointer;
  width: 219px;
  max-width: 100%;
  height: 67px;
  font-size: 1.4641288433vw;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 1367px) {
  .jsTab > span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 926px) {
  .jsTab > span {
    font-size: 3.2vw;
    height: 16vw;
  }
}
.jsTab.active > span {
  background-color: #008f36;
}
.jsTab-Content {
  display: none;
  border-top: solid 2px #008f36;
}
.jsTab-Content.show {
  display: block;
}

.slick-prev {
  left: 0;
  z-index: 99;
  background: url(/assets/img/slider_prev.png) center no-repeat;
  width: 68px;
  height: 47px;
}
.slick-prev::before {
  content: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-prev:hover, .slick-prev:focus {
  background: url(/assets/img/slider_prev.png) center no-repeat;
}

.slick-next {
  right: 0;
  background: url(/assets/img/slider_next.png) center no-repeat;
  width: 68px;
  height: 47px;
}
.slick-next::before {
  content: none;
}
.slick-next:hover, .slick-next:focus, .slick-next:hover, .slick-next:focus {
  background: url(/assets/img/slider_next.png) center no-repeat;
}

.slick-dots li.slick-active button:before {
  content: "•";
  color: #f1732f;
}
@media only screen and (max-width: 926px) {
  .slick-dots li.slick-active button:before {
    font-size: 3.2vw;
  }
}

.slick-dots li button:before {
  content: "〇";
  opacity: 1;
}
@media only screen and (max-width: 926px) {
  .slick-dots li button:before {
    font-size: 3.2vw;
  }
}

.pc {
  display: block !important;
}
.pc.tb {
  display: block !important;
}

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}

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

  .tb {
    display: block !important;
  }

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

  .tb {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/************************************************
	width
************************************************/
.w-0 {
  width: 0px !important;
}

.w-0p {
  width: 0% !important;
}

.w-0vw {
  width: 0vw !important;
}

.w-5 {
  width: 5px !important;
}

.w-5p {
  width: 5% !important;
}

.w-5vw {
  width: 5vw !important;
}

.w-10 {
  width: 10px !important;
}

.w-10p {
  width: 10% !important;
}

.w-10vw {
  width: 10vw !important;
}

.w-15 {
  width: 15px !important;
}

.w-15p {
  width: 15% !important;
}

.w-15vw {
  width: 15vw !important;
}

.w-20 {
  width: 20px !important;
}

.w-20p {
  width: 20% !important;
}

.w-20vw {
  width: 20vw !important;
}

.w-25 {
  width: 25px !important;
}

.w-25p {
  width: 25% !important;
}

.w-25vw {
  width: 25vw !important;
}

.w-30 {
  width: 30px !important;
}

.w-30p {
  width: 30% !important;
}

.w-30vw {
  width: 30vw !important;
}

.w-35 {
  width: 35px !important;
}

.w-35p {
  width: 35% !important;
}

.w-35vw {
  width: 35vw !important;
}

.w-40 {
  width: 40px !important;
}

.w-40p {
  width: 40% !important;
}

.w-40vw {
  width: 40vw !important;
}

.w-45 {
  width: 45px !important;
}

.w-45p {
  width: 45% !important;
}

.w-45vw {
  width: 45vw !important;
}

.w-50 {
  width: 50px !important;
}

.w-50p {
  width: 50% !important;
}

.w-50vw {
  width: 50vw !important;
}

.w-55 {
  width: 55px !important;
}

.w-55p {
  width: 55% !important;
}

.w-55vw {
  width: 55vw !important;
}

.w-60 {
  width: 60px !important;
}

.w-60p {
  width: 60% !important;
}

.w-60vw {
  width: 60vw !important;
}

.w-65 {
  width: 65px !important;
}

.w-65p {
  width: 65% !important;
}

.w-65vw {
  width: 65vw !important;
}

.w-70 {
  width: 70px !important;
}

.w-70p {
  width: 70% !important;
}

.w-70vw {
  width: 70vw !important;
}

.w-75 {
  width: 75px !important;
}

.w-75p {
  width: 75% !important;
}

.w-75vw {
  width: 75vw !important;
}

.w-80 {
  width: 80px !important;
}

.w-80p {
  width: 80% !important;
}

.w-80vw {
  width: 80vw !important;
}

.w-85 {
  width: 85px !important;
}

.w-85p {
  width: 85% !important;
}

.w-85vw {
  width: 85vw !important;
}

.w-90 {
  width: 90px !important;
}

.w-90p {
  width: 90% !important;
}

.w-90vw {
  width: 90vw !important;
}

.w-95 {
  width: 95px !important;
}

.w-95p {
  width: 95% !important;
}

.w-95vw {
  width: 95vw !important;
}

.w-100 {
  width: 100px !important;
}

.w-100p {
  width: 100% !important;
}

.w-100vw {
  width: 100vw !important;
}

@media only screen and (max-width: 926px) {
  .sp_w-0 {
    width: 0px !important;
  }

  .sp_w-0p {
    width: 0% !important;
  }

  .sp_w-0vw {
    width: 0vw !important;
  }

  .sp_w-5 {
    width: 5px !important;
  }

  .sp_w-5p {
    width: 5% !important;
  }

  .sp_w-5vw {
    width: 5vw !important;
  }

  .sp_w-10 {
    width: 10px !important;
  }

  .sp_w-10p {
    width: 10% !important;
  }

  .sp_w-10vw {
    width: 10vw !important;
  }

  .sp_w-15 {
    width: 15px !important;
  }

  .sp_w-15p {
    width: 15% !important;
  }

  .sp_w-15vw {
    width: 15vw !important;
  }

  .sp_w-20 {
    width: 20px !important;
  }

  .sp_w-20p {
    width: 20% !important;
  }

  .sp_w-20vw {
    width: 20vw !important;
  }

  .sp_w-25 {
    width: 25px !important;
  }

  .sp_w-25p {
    width: 25% !important;
  }

  .sp_w-25vw {
    width: 25vw !important;
  }

  .sp_w-30 {
    width: 30px !important;
  }

  .sp_w-30p {
    width: 30% !important;
  }

  .sp_w-30vw {
    width: 30vw !important;
  }

  .sp_w-35 {
    width: 35px !important;
  }

  .sp_w-35p {
    width: 35% !important;
  }

  .sp_w-35vw {
    width: 35vw !important;
  }

  .sp_w-40 {
    width: 40px !important;
  }

  .sp_w-40p {
    width: 40% !important;
  }

  .sp_w-40vw {
    width: 40vw !important;
  }

  .sp_w-45 {
    width: 45px !important;
  }

  .sp_w-45p {
    width: 45% !important;
  }

  .sp_w-45vw {
    width: 45vw !important;
  }

  .sp_w-50 {
    width: 50px !important;
  }

  .sp_w-50p {
    width: 50% !important;
  }

  .sp_w-50vw {
    width: 50vw !important;
  }

  .sp_w-55 {
    width: 55px !important;
  }

  .sp_w-55p {
    width: 55% !important;
  }

  .sp_w-55vw {
    width: 55vw !important;
  }

  .sp_w-60 {
    width: 60px !important;
  }

  .sp_w-60p {
    width: 60% !important;
  }

  .sp_w-60vw {
    width: 60vw !important;
  }

  .sp_w-65 {
    width: 65px !important;
  }

  .sp_w-65p {
    width: 65% !important;
  }

  .sp_w-65vw {
    width: 65vw !important;
  }

  .sp_w-70 {
    width: 70px !important;
  }

  .sp_w-70p {
    width: 70% !important;
  }

  .sp_w-70vw {
    width: 70vw !important;
  }

  .sp_w-75 {
    width: 75px !important;
  }

  .sp_w-75p {
    width: 75% !important;
  }

  .sp_w-75vw {
    width: 75vw !important;
  }

  .sp_w-80 {
    width: 80px !important;
  }

  .sp_w-80p {
    width: 80% !important;
  }

  .sp_w-80vw {
    width: 80vw !important;
  }

  .sp_w-85 {
    width: 85px !important;
  }

  .sp_w-85p {
    width: 85% !important;
  }

  .sp_w-85vw {
    width: 85vw !important;
  }

  .sp_w-90 {
    width: 90px !important;
  }

  .sp_w-90p {
    width: 90% !important;
  }

  .sp_w-90vw {
    width: 90vw !important;
  }

  .sp_w-95 {
    width: 95px !important;
  }

  .sp_w-95p {
    width: 95% !important;
  }

  .sp_w-95vw {
    width: 95vw !important;
  }

  .sp_w-100 {
    width: 100px !important;
  }

  .sp_w-100p {
    width: 100% !important;
  }

  .sp_w-100vw {
    width: 100vw !important;
  }
}
/************************************************
	height
************************************************/
.h-0 {
  height: 0px !important;
}

.h-0p {
  height: 0% !important;
}

.h-0vh {
  height: 0vh !important;
}

.h-5 {
  height: 5px !important;
}

.h-5p {
  height: 5% !important;
}

.h-5vh {
  height: 5vh !important;
}

.h-10 {
  height: 10px !important;
}

.h-10p {
  height: 10% !important;
}

.h-10vh {
  height: 10vh !important;
}

.h-15 {
  height: 15px !important;
}

.h-15p {
  height: 15% !important;
}

.h-15vh {
  height: 15vh !important;
}

.h-20 {
  height: 20px !important;
}

.h-20p {
  height: 20% !important;
}

.h-20vh {
  height: 20vh !important;
}

.h-25 {
  height: 25px !important;
}

.h-25p {
  height: 25% !important;
}

.h-25vh {
  height: 25vh !important;
}

.h-30 {
  height: 30px !important;
}

.h-30p {
  height: 30% !important;
}

.h-30vh {
  height: 30vh !important;
}

.h-35 {
  height: 35px !important;
}

.h-35p {
  height: 35% !important;
}

.h-35vh {
  height: 35vh !important;
}

.h-40 {
  height: 40px !important;
}

.h-40p {
  height: 40% !important;
}

.h-40vh {
  height: 40vh !important;
}

.h-45 {
  height: 45px !important;
}

.h-45p {
  height: 45% !important;
}

.h-45vh {
  height: 45vh !important;
}

.h-50 {
  height: 50px !important;
}

.h-50p {
  height: 50% !important;
}

.h-50vh {
  height: 50vh !important;
}

.h-55 {
  height: 55px !important;
}

.h-55p {
  height: 55% !important;
}

.h-55vh {
  height: 55vh !important;
}

.h-60 {
  height: 60px !important;
}

.h-60p {
  height: 60% !important;
}

.h-60vh {
  height: 60vh !important;
}

.h-65 {
  height: 65px !important;
}

.h-65p {
  height: 65% !important;
}

.h-65vh {
  height: 65vh !important;
}

.h-70 {
  height: 70px !important;
}

.h-70p {
  height: 70% !important;
}

.h-70vh {
  height: 70vh !important;
}

.h-75 {
  height: 75px !important;
}

.h-75p {
  height: 75% !important;
}

.h-75vh {
  height: 75vh !important;
}

.h-80 {
  height: 80px !important;
}

.h-80p {
  height: 80% !important;
}

.h-80vh {
  height: 80vh !important;
}

.h-85 {
  height: 85px !important;
}

.h-85p {
  height: 85% !important;
}

.h-85vh {
  height: 85vh !important;
}

.h-90 {
  height: 90px !important;
}

.h-90p {
  height: 90% !important;
}

.h-90vh {
  height: 90vh !important;
}

.h-95 {
  height: 95px !important;
}

.h-95p {
  height: 95% !important;
}

.h-95vh {
  height: 95vh !important;
}

.h-100 {
  height: 100px !important;
}

.h-100p {
  height: 100% !important;
}

.h-100vh {
  height: 100vh !important;
}

@media only screen and (max-width: 926px) {
  .sp_h-0 {
    height: 0px !important;
  }

  .sp_h-0p {
    height: 0% !important;
  }

  .sp_h-0vh {
    height: 0vh !important;
  }

  .sp_h-5 {
    height: 5px !important;
  }

  .sp_h-5p {
    height: 5% !important;
  }

  .sp_h-5vh {
    height: 5vh !important;
  }

  .sp_h-10 {
    height: 10px !important;
  }

  .sp_h-10p {
    height: 10% !important;
  }

  .sp_h-10vh {
    height: 10vh !important;
  }

  .sp_h-15 {
    height: 15px !important;
  }

  .sp_h-15p {
    height: 15% !important;
  }

  .sp_h-15vh {
    height: 15vh !important;
  }

  .sp_h-20 {
    height: 20px !important;
  }

  .sp_h-20p {
    height: 20% !important;
  }

  .sp_h-20vh {
    height: 20vh !important;
  }

  .sp_h-25 {
    height: 25px !important;
  }

  .sp_h-25p {
    height: 25% !important;
  }

  .sp_h-25vh {
    height: 25vh !important;
  }

  .sp_h-30 {
    height: 30px !important;
  }

  .sp_h-30p {
    height: 30% !important;
  }

  .sp_h-30vh {
    height: 30vh !important;
  }

  .sp_h-35 {
    height: 35px !important;
  }

  .sp_h-35p {
    height: 35% !important;
  }

  .sp_h-35vh {
    height: 35vh !important;
  }

  .sp_h-40 {
    height: 40px !important;
  }

  .sp_h-40p {
    height: 40% !important;
  }

  .sp_h-40vh {
    height: 40vh !important;
  }

  .sp_h-45 {
    height: 45px !important;
  }

  .sp_h-45p {
    height: 45% !important;
  }

  .sp_h-45vh {
    height: 45vh !important;
  }

  .sp_h-50 {
    height: 50px !important;
  }

  .sp_h-50p {
    height: 50% !important;
  }

  .sp_h-50vh {
    height: 50vh !important;
  }

  .sp_h-55 {
    height: 55px !important;
  }

  .sp_h-55p {
    height: 55% !important;
  }

  .sp_h-55vh {
    height: 55vh !important;
  }

  .sp_h-60 {
    height: 60px !important;
  }

  .sp_h-60p {
    height: 60% !important;
  }

  .sp_h-60vh {
    height: 60vh !important;
  }

  .sp_h-65 {
    height: 65px !important;
  }

  .sp_h-65p {
    height: 65% !important;
  }

  .sp_h-65vh {
    height: 65vh !important;
  }

  .sp_h-70 {
    height: 70px !important;
  }

  .sp_h-70p {
    height: 70% !important;
  }

  .sp_h-70vh {
    height: 70vh !important;
  }

  .sp_h-75 {
    height: 75px !important;
  }

  .sp_h-75p {
    height: 75% !important;
  }

  .sp_h-75vh {
    height: 75vh !important;
  }

  .sp_h-80 {
    height: 80px !important;
  }

  .sp_h-80p {
    height: 80% !important;
  }

  .sp_h-80vh {
    height: 80vh !important;
  }

  .sp_h-85 {
    height: 85px !important;
  }

  .sp_h-85p {
    height: 85% !important;
  }

  .sp_h-85vh {
    height: 85vh !important;
  }

  .sp_h-90 {
    height: 90px !important;
  }

  .sp_h-90p {
    height: 90% !important;
  }

  .sp_h-90vh {
    height: 90vh !important;
  }

  .sp_h-95 {
    height: 95px !important;
  }

  .sp_h-95p {
    height: 95% !important;
  }

  .sp_h-95vh {
    height: 95vh !important;
  }

  .sp_h-100 {
    height: 100px !important;
  }

  .sp_h-100p {
    height: 100% !important;
  }

  .sp_h-100vh {
    height: 100vh !important;
  }
}
/************************************************
	マージン
************************************************/
.m-xl {
  margin: 8.78477306vw !important;
}

.mt-xl {
  margin-top: 8.78477306vw !important;
}

.mb-xl {
  margin-bottom: 8.78477306vw !important;
}

.ml-xl {
  margin-left: 8.78477306vw !important;
}

.mr-xl {
  margin-right: 8.78477306vw !important;
}

.m-lg {
  margin: 5.8565153734vw !important;
}

.mt-lg {
  margin-top: 5.8565153734vw !important;
}

.mb-lg {
  margin-bottom: 5.8565153734vw !important;
}

.ml-lg {
  margin-left: 5.8565153734vw !important;
}

.mr-lg {
  margin-right: 5.8565153734vw !important;
}

.m-md {
  margin: 4.39238653vw !important;
}

.mt-md {
  margin-top: 4.39238653vw !important;
}

.mb-md {
  margin-bottom: 4.39238653vw !important;
}

.ml-md {
  margin-left: 4.39238653vw !important;
}

.mr-md {
  margin-right: 4.39238653vw !important;
}

.m-sm {
  margin: 2.9282576867vw !important;
}

.mt-sm {
  margin-top: 2.9282576867vw !important;
}

.mb-sm {
  margin-bottom: 2.9282576867vw !important;
}

.ml-sm {
  margin-left: 2.9282576867vw !important;
}

.mr-sm {
  margin-right: 2.9282576867vw !important;
}

.m-xs {
  margin: 0.7320644217vw !important;
}

.mt-xs {
  margin-top: 0.7320644217vw !important;
}

.mb-xs {
  margin-bottom: 0.7320644217vw !important;
}

.ml-xs {
  margin-left: 0.7320644217vw !important;
}

.mr-xs {
  margin-right: 0.7320644217vw !important;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mtb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mlr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u_mb-0 > * {
  margin-bottom: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

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

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

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

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

.mtb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mlr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.u_mb-5 > * {
  margin-bottom: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

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

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

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

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

.mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mlr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u_mb-10 > * {
  margin-bottom: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

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

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

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

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

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mlr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u_mb-15 > * {
  margin-bottom: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

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

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

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

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

.mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mlr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u_mb-20 > * {
  margin-bottom: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

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

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

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

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

.mtb-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mlr-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u_mb-25 > * {
  margin-bottom: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

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

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

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

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

.mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mlr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u_mb-30 > * {
  margin-bottom: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

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

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

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

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

.mtb-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mlr-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.u_mb-35 > * {
  margin-bottom: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

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

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

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

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

.mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mlr-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u_mb-40 > * {
  margin-bottom: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

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

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

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

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

.mtb-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mlr-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.u_mb-45 > * {
  margin-bottom: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

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

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

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

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

.mtb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mlr-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u_mb-50 > * {
  margin-bottom: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mtb-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mlr-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.u_mb-55 > * {
  margin-bottom: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

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

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mtb-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mlr-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u_mb-60 > * {
  margin-bottom: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mtb-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mlr-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.u_mb-65 > * {
  margin-bottom: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mtb-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mlr-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.u_mb-70 > * {
  margin-bottom: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

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

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mtb-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mlr-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.u_mb-75 > * {
  margin-bottom: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

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

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

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mtb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mlr-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u_mb-80 > * {
  margin-bottom: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mtb-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mlr-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.u_mb-85 > * {
  margin-bottom: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mtb-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mlr-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.u_mb-90 > * {
  margin-bottom: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mtb-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mlr-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.u_mb-95 > * {
  margin-bottom: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

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

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

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

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

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mlr-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.u_mb-100 > * {
  margin-bottom: 100px !important;
}

@media only screen and (min-width: 1367px) {
  .m-xl {
    margin: 120px !important;
  }

  .mt-xl {
    margin-top: 120px !important;
  }

  .mb-xl {
    margin-bottom: 120px !important;
  }

  .ml-xl {
    margin-left: 120px !important;
  }

  .mr-xl {
    margin-right: 120px !important;
  }

  .m-lg {
    margin: 80px !important;
  }

  .mt-lg {
    margin-top: 80px !important;
  }

  .mb-lg {
    margin-bottom: 80px !important;
  }

  .ml-lg {
    margin-left: 80px !important;
  }

  .mr-lg {
    margin-right: 80px !important;
  }

  .m-md {
    margin: 60px !important;
  }

  .mt-md {
    margin-top: 60px !important;
  }

  .mb-md {
    margin-bottom: 60px !important;
  }

  .ml-md {
    margin-left: 60px !important;
  }

  .mr-md {
    margin-right: 60px !important;
  }

  .m-sm {
    margin: 40px !important;
  }

  .mt-sm {
    margin-top: 40px !important;
  }

  .mb-sm {
    margin-bottom: 40px !important;
  }

  .ml-sm {
    margin-left: 40px !important;
  }

  .mr-sm {
    margin-right: 40px !important;
  }

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

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

  .mb-xs {
    margin-bottom: 10px !important;
  }

  .ml-xs {
    margin-left: 10px !important;
  }

  .mr-xs {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 926px) {
  .m-xl {
    margin: 16vw !important;
  }

  .mt-xl {
    margin-top: 16vw !important;
  }

  .mb-xl {
    margin-bottom: 16vw !important;
  }

  .ml-xl {
    margin-left: 16vw !important;
  }

  .mr-xl {
    margin-right: 16vw !important;
  }

  .sp_m-xl {
    margin: 16vw !important;
  }

  .sp_mt-xl {
    margin-top: 16vw !important;
  }

  .sp_mb-xl {
    margin-bottom: 16vw !important;
  }

  .sp_ml-xl {
    margin-left: 16vw !important;
  }

  .sp_mr-xl {
    margin-right: 16vw !important;
  }

  .m-lg {
    margin: 10.6666666667vw !important;
  }

  .mt-lg {
    margin-top: 10.6666666667vw !important;
  }

  .mb-lg {
    margin-bottom: 10.6666666667vw !important;
  }

  .ml-lg {
    margin-left: 10.6666666667vw !important;
  }

  .mr-lg {
    margin-right: 10.6666666667vw !important;
  }

  .sp_m-lg {
    margin: 10.6666666667vw !important;
  }

  .sp_mt-lg {
    margin-top: 10.6666666667vw !important;
  }

  .sp_mb-lg {
    margin-bottom: 10.6666666667vw !important;
  }

  .sp_ml-lg {
    margin-left: 10.6666666667vw !important;
  }

  .sp_mr-lg {
    margin-right: 10.6666666667vw !important;
  }

  .m-md {
    margin: 8vw !important;
  }

  .mt-md {
    margin-top: 8vw !important;
  }

  .mb-md {
    margin-bottom: 8vw !important;
  }

  .ml-md {
    margin-left: 8vw !important;
  }

  .mr-md {
    margin-right: 8vw !important;
  }

  .sp_m-md {
    margin: 8vw !important;
  }

  .sp_mt-md {
    margin-top: 8vw !important;
  }

  .sp_mb-md {
    margin-bottom: 8vw !important;
  }

  .sp_ml-md {
    margin-left: 8vw !important;
  }

  .sp_mr-md {
    margin-right: 8vw !important;
  }

  .m-sm {
    margin: 5.3333333333vw !important;
  }

  .mt-sm {
    margin-top: 5.3333333333vw !important;
  }

  .mb-sm {
    margin-bottom: 5.3333333333vw !important;
  }

  .ml-sm {
    margin-left: 5.3333333333vw !important;
  }

  .mr-sm {
    margin-right: 5.3333333333vw !important;
  }

  .sp_m-sm {
    margin: 5.3333333333vw !important;
  }

  .sp_mt-sm {
    margin-top: 5.3333333333vw !important;
  }

  .sp_mb-sm {
    margin-bottom: 5.3333333333vw !important;
  }

  .sp_ml-sm {
    margin-left: 5.3333333333vw !important;
  }

  .sp_mr-sm {
    margin-right: 5.3333333333vw !important;
  }

  .m-xs {
    margin: 1.3333333333vw !important;
  }

  .mt-xs {
    margin-top: 1.3333333333vw !important;
  }

  .mb-xs {
    margin-bottom: 1.3333333333vw !important;
  }

  .ml-xs {
    margin-left: 1.3333333333vw !important;
  }

  .mr-xs {
    margin-right: 1.3333333333vw !important;
  }

  .sp_m-xs {
    margin: 1.3333333333vw !important;
  }

  .sp_mt-xs {
    margin-top: 1.3333333333vw !important;
  }

  .sp_mb-xs {
    margin-bottom: 1.3333333333vw !important;
  }

  .sp_ml-xs {
    margin-left: 1.3333333333vw !important;
  }

  .sp_mr-xs {
    margin-right: 1.3333333333vw !important;
  }
}
@media only screen and (max-width: 926px) {
  .sp_m-0 {
    margin: 0px !important;
  }

  .sp_mt-0 {
    margin-top: 0px !important;
  }

  .sp_mb-0 {
    margin-bottom: 0px !important;
  }

  .sp_ml-0 {
    margin-left: 0px !important;
  }

  .sp_mr-0 {
    margin-right: 0px !important;
  }

  .sp_mtb-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sp_mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sp_u_mb-0 > * {
    margin-bottom: 0px !important;
  }

  .sp_m-5 {
    margin: 5px !important;
  }

  .sp_mt-5 {
    margin-top: 5px !important;
  }

  .sp_mb-5 {
    margin-bottom: 5px !important;
  }

  .sp_ml-5 {
    margin-left: 5px !important;
  }

  .sp_mr-5 {
    margin-right: 5px !important;
  }

  .sp_mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .sp_mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .sp_u_mb-5 > * {
    margin-bottom: 5px !important;
  }

  .sp_m-10 {
    margin: 10px !important;
  }

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

  .sp_mb-10 {
    margin-bottom: 10px !important;
  }

  .sp_ml-10 {
    margin-left: 10px !important;
  }

  .sp_mr-10 {
    margin-right: 10px !important;
  }

  .sp_mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sp_mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sp_u_mb-10 > * {
    margin-bottom: 10px !important;
  }

  .sp_m-15 {
    margin: 15px !important;
  }

  .sp_mt-15 {
    margin-top: 15px !important;
  }

  .sp_mb-15 {
    margin-bottom: 15px !important;
  }

  .sp_ml-15 {
    margin-left: 15px !important;
  }

  .sp_mr-15 {
    margin-right: 15px !important;
  }

  .sp_mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sp_mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sp_u_mb-15 > * {
    margin-bottom: 15px !important;
  }

  .sp_m-20 {
    margin: 20px !important;
  }

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

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

  .sp_ml-20 {
    margin-left: 20px !important;
  }

  .sp_mr-20 {
    margin-right: 20px !important;
  }

  .sp_mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .sp_mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sp_u_mb-20 > * {
    margin-bottom: 20px !important;
  }

  .sp_m-25 {
    margin: 25px !important;
  }

  .sp_mt-25 {
    margin-top: 25px !important;
  }

  .sp_mb-25 {
    margin-bottom: 25px !important;
  }

  .sp_ml-25 {
    margin-left: 25px !important;
  }

  .sp_mr-25 {
    margin-right: 25px !important;
  }

  .sp_mtb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .sp_mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .sp_u_mb-25 > * {
    margin-bottom: 25px !important;
  }

  .sp_m-30 {
    margin: 30px !important;
  }

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

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

  .sp_ml-30 {
    margin-left: 30px !important;
  }

  .sp_mr-30 {
    margin-right: 30px !important;
  }

  .sp_mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .sp_mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .sp_u_mb-30 > * {
    margin-bottom: 30px !important;
  }

  .sp_m-35 {
    margin: 35px !important;
  }

  .sp_mt-35 {
    margin-top: 35px !important;
  }

  .sp_mb-35 {
    margin-bottom: 35px !important;
  }

  .sp_ml-35 {
    margin-left: 35px !important;
  }

  .sp_mr-35 {
    margin-right: 35px !important;
  }

  .sp_mtb-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .sp_mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .sp_u_mb-35 > * {
    margin-bottom: 35px !important;
  }

  .sp_m-40 {
    margin: 40px !important;
  }

  .sp_mt-40 {
    margin-top: 40px !important;
  }

  .sp_mb-40 {
    margin-bottom: 40px !important;
  }

  .sp_ml-40 {
    margin-left: 40px !important;
  }

  .sp_mr-40 {
    margin-right: 40px !important;
  }

  .sp_mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sp_mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sp_u_mb-40 > * {
    margin-bottom: 40px !important;
  }

  .sp_m-45 {
    margin: 45px !important;
  }

  .sp_mt-45 {
    margin-top: 45px !important;
  }

  .sp_mb-45 {
    margin-bottom: 45px !important;
  }

  .sp_ml-45 {
    margin-left: 45px !important;
  }

  .sp_mr-45 {
    margin-right: 45px !important;
  }

  .sp_mtb-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .sp_mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .sp_u_mb-45 > * {
    margin-bottom: 45px !important;
  }

  .sp_m-50 {
    margin: 50px !important;
  }

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

  .sp_mb-50 {
    margin-bottom: 50px !important;
  }

  .sp_ml-50 {
    margin-left: 50px !important;
  }

  .sp_mr-50 {
    margin-right: 50px !important;
  }

  .sp_mtb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .sp_mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .sp_u_mb-50 > * {
    margin-bottom: 50px !important;
  }

  .sp_m-55 {
    margin: 55px !important;
  }

  .sp_mt-55 {
    margin-top: 55px !important;
  }

  .sp_mb-55 {
    margin-bottom: 55px !important;
  }

  .sp_ml-55 {
    margin-left: 55px !important;
  }

  .sp_mr-55 {
    margin-right: 55px !important;
  }

  .sp_mtb-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .sp_mlr-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .sp_u_mb-55 > * {
    margin-bottom: 55px !important;
  }

  .sp_m-60 {
    margin: 60px !important;
  }

  .sp_mt-60 {
    margin-top: 60px !important;
  }

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

  .sp_ml-60 {
    margin-left: 60px !important;
  }

  .sp_mr-60 {
    margin-right: 60px !important;
  }

  .sp_mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .sp_mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .sp_u_mb-60 > * {
    margin-bottom: 60px !important;
  }

  .sp_m-65 {
    margin: 65px !important;
  }

  .sp_mt-65 {
    margin-top: 65px !important;
  }

  .sp_mb-65 {
    margin-bottom: 65px !important;
  }

  .sp_ml-65 {
    margin-left: 65px !important;
  }

  .sp_mr-65 {
    margin-right: 65px !important;
  }

  .sp_mtb-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .sp_mlr-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .sp_u_mb-65 > * {
    margin-bottom: 65px !important;
  }

  .sp_m-70 {
    margin: 70px !important;
  }

  .sp_mt-70 {
    margin-top: 70px !important;
  }

  .sp_mb-70 {
    margin-bottom: 70px !important;
  }

  .sp_ml-70 {
    margin-left: 70px !important;
  }

  .sp_mr-70 {
    margin-right: 70px !important;
  }

  .sp_mtb-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .sp_mlr-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .sp_u_mb-70 > * {
    margin-bottom: 70px !important;
  }

  .sp_m-75 {
    margin: 75px !important;
  }

  .sp_mt-75 {
    margin-top: 75px !important;
  }

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

  .sp_ml-75 {
    margin-left: 75px !important;
  }

  .sp_mr-75 {
    margin-right: 75px !important;
  }

  .sp_mtb-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .sp_mlr-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .sp_u_mb-75 > * {
    margin-bottom: 75px !important;
  }

  .sp_m-80 {
    margin: 80px !important;
  }

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

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

  .sp_ml-80 {
    margin-left: 80px !important;
  }

  .sp_mr-80 {
    margin-right: 80px !important;
  }

  .sp_mtb-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sp_mlr-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sp_u_mb-80 > * {
    margin-bottom: 80px !important;
  }

  .sp_m-85 {
    margin: 85px !important;
  }

  .sp_mt-85 {
    margin-top: 85px !important;
  }

  .sp_mb-85 {
    margin-bottom: 85px !important;
  }

  .sp_ml-85 {
    margin-left: 85px !important;
  }

  .sp_mr-85 {
    margin-right: 85px !important;
  }

  .sp_mtb-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .sp_mlr-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .sp_u_mb-85 > * {
    margin-bottom: 85px !important;
  }

  .sp_m-90 {
    margin: 90px !important;
  }

  .sp_mt-90 {
    margin-top: 90px !important;
  }

  .sp_mb-90 {
    margin-bottom: 90px !important;
  }

  .sp_ml-90 {
    margin-left: 90px !important;
  }

  .sp_mr-90 {
    margin-right: 90px !important;
  }

  .sp_mtb-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .sp_mlr-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .sp_u_mb-90 > * {
    margin-bottom: 90px !important;
  }

  .sp_m-95 {
    margin: 95px !important;
  }

  .sp_mt-95 {
    margin-top: 95px !important;
  }

  .sp_mb-95 {
    margin-bottom: 95px !important;
  }

  .sp_ml-95 {
    margin-left: 95px !important;
  }

  .sp_mr-95 {
    margin-right: 95px !important;
  }

  .sp_mtb-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .sp_mlr-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .sp_u_mb-95 > * {
    margin-bottom: 95px !important;
  }

  .sp_m-100 {
    margin: 100px !important;
  }

  .sp_mt-100 {
    margin-top: 100px !important;
  }

  .sp_mb-100 {
    margin-bottom: 100px !important;
  }

  .sp_ml-100 {
    margin-left: 100px !important;
  }

  .sp_mr-100 {
    margin-right: 100px !important;
  }

  .sp_mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .sp_mlr-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .sp_u_mb-100 > * {
    margin-bottom: 100px !important;
  }
}
.m0a {
  margin: 0 auto !important;
}

/************************************************
	パディング
************************************************/
.p-xl {
  padding: 8.78477306vw !important;
}

.pt-xl {
  padding-top: 8.78477306vw !important;
}

.pb-xl {
  padding-bottom: 8.78477306vw !important;
}

.pl-xl {
  padding-left: 8.78477306vw !important;
}

.pr-xl {
  padding-right: 8.78477306vw !important;
}

.p-lg {
  padding: 5.8565153734vw !important;
}

.pt-lg {
  padding-top: 5.8565153734vw !important;
}

.pb-lg {
  padding-bottom: 5.8565153734vw !important;
}

.pl-lg {
  padding-left: 5.8565153734vw !important;
}

.pr-lg {
  padding-right: 5.8565153734vw !important;
}

.p-md {
  padding: 4.39238653vw !important;
}

.pt-md {
  padding-top: 4.39238653vw !important;
}

.pb-md {
  padding-bottom: 4.39238653vw !important;
}

.pl-md {
  padding-left: 4.39238653vw !important;
}

.pr-md {
  padding-right: 4.39238653vw !important;
}

.p-sm {
  padding: 2.9282576867vw !important;
}

.pt-sm {
  padding-top: 2.9282576867vw !important;
}

.pb-sm {
  padding-bottom: 2.9282576867vw !important;
}

.pl-sm {
  padding-left: 2.9282576867vw !important;
}

.pr-sm {
  padding-right: 2.9282576867vw !important;
}

.p-xs {
  padding: 0.7320644217vw !important;
}

.pt-xs {
  padding-top: 0.7320644217vw !important;
}

.pb-xs {
  padding-bottom: 0.7320644217vw !important;
}

.pl-xs {
  padding-left: 0.7320644217vw !important;
}

.pr-xs {
  padding-right: 0.7320644217vw !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

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

.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u_pb-0 > * {
  padding-bottom: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

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

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

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

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

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.plr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u_pb-5 > * {
  padding-bottom: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

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

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

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

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

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u_pb-10 > * {
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

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

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

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

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

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u_pb-15 > * {
  padding-bottom: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

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

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

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

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

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u_pb-20 > * {
  padding-bottom: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

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

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

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

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

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u_pb-25 > * {
  padding-bottom: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

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

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

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

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

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

.plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u_pb-30 > * {
  padding-bottom: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

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

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

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

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

.ptb-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.u_pb-35 > * {
  padding-bottom: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

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

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

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

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

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u_pb-40 > * {
  padding-bottom: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

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

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

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

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

.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.u_pb-45 > * {
  padding-bottom: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

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

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

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

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

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u_pb-50 > * {
  padding-bottom: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.ptb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.plr-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.u_pb-55 > * {
  padding-bottom: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.plr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u_pb-60 > * {
  padding-bottom: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.ptb-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.plr-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.u_pb-65 > * {
  padding-bottom: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.plr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u_pb-70 > * {
  padding-bottom: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.ptb-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.plr-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.u_pb-75 > * {
  padding-bottom: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

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

.pb-80 {
  padding-bottom: 80px !important;
}

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

.pr-80 {
  padding-right: 80px !important;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u_pb-80 > * {
  padding-bottom: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.ptb-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.plr-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.u_pb-85 > * {
  padding-bottom: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

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

.plr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u_pb-90 > * {
  padding-bottom: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.ptb-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.plr-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u_pb-95 > * {
  padding-bottom: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

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

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

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

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

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u_pb-100 > * {
  padding-bottom: 100px !important;
}

@media only screen and (min-width: 1367px) {
  .p-xl {
    padding: 120px !important;
  }

  .pt-xl {
    padding-top: 120px !important;
  }

  .pb-xl {
    padding-bottom: 120px !important;
  }

  .pl-xl {
    padding-left: 120px !important;
  }

  .pr-xl {
    padding-right: 120px !important;
  }

  .p-lg {
    padding: 80px !important;
  }

  .pt-lg {
    padding-top: 80px !important;
  }

  .pb-lg {
    padding-bottom: 80px !important;
  }

  .pl-lg {
    padding-left: 80px !important;
  }

  .pr-lg {
    padding-right: 80px !important;
  }

  .p-md {
    padding: 60px !important;
  }

  .pt-md {
    padding-top: 60px !important;
  }

  .pb-md {
    padding-bottom: 60px !important;
  }

  .pl-md {
    padding-left: 60px !important;
  }

  .pr-md {
    padding-right: 60px !important;
  }

  .p-sm {
    padding: 40px !important;
  }

  .pt-sm {
    padding-top: 40px !important;
  }

  .pb-sm {
    padding-bottom: 40px !important;
  }

  .pl-sm {
    padding-left: 40px !important;
  }

  .pr-sm {
    padding-right: 40px !important;
  }

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

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

  .pb-xs {
    padding-bottom: 10px !important;
  }

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

  .pr-xs {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 926px) {
  .p-xl {
    padding: 16vw !important;
  }

  .pt-xl {
    padding-top: 16vw !important;
  }

  .pb-xl {
    padding-bottom: 16vw !important;
  }

  .pl-xl {
    padding-left: 16vw !important;
  }

  .pr-xl {
    padding-right: 16vw !important;
  }

  .sp_p-xl {
    padding: 16vw !important;
  }

  .sp_pt-xl {
    padding-top: 16vw !important;
  }

  .sp_pb-xl {
    padding-bottom: 16vw !important;
  }

  .sp_pl-xl {
    padding-left: 16vw !important;
  }

  .sp_pr-xl {
    padding-right: 16vw !important;
  }

  .p-lg {
    padding: 10.6666666667vw !important;
  }

  .pt-lg {
    padding-top: 10.6666666667vw !important;
  }

  .pb-lg {
    padding-bottom: 10.6666666667vw !important;
  }

  .pl-lg {
    padding-left: 10.6666666667vw !important;
  }

  .pr-lg {
    padding-right: 10.6666666667vw !important;
  }

  .sp_p-lg {
    padding: 10.6666666667vw !important;
  }

  .sp_pt-lg {
    padding-top: 10.6666666667vw !important;
  }

  .sp_pb-lg {
    padding-bottom: 10.6666666667vw !important;
  }

  .sp_pl-lg {
    padding-left: 10.6666666667vw !important;
  }

  .sp_pr-lg {
    padding-right: 10.6666666667vw !important;
  }

  .p-md {
    padding: 8vw !important;
  }

  .pt-md {
    padding-top: 8vw !important;
  }

  .pb-md {
    padding-bottom: 8vw !important;
  }

  .pl-md {
    padding-left: 8vw !important;
  }

  .pr-md {
    padding-right: 8vw !important;
  }

  .sp_p-md {
    padding: 8vw !important;
  }

  .sp_pt-md {
    padding-top: 8vw !important;
  }

  .sp_pb-md {
    padding-bottom: 8vw !important;
  }

  .sp_pl-md {
    padding-left: 8vw !important;
  }

  .sp_pr-md {
    padding-right: 8vw !important;
  }

  .p-sm {
    padding: 5.3333333333vw !important;
  }

  .pt-sm {
    padding-top: 5.3333333333vw !important;
  }

  .pb-sm {
    padding-bottom: 5.3333333333vw !important;
  }

  .pl-sm {
    padding-left: 5.3333333333vw !important;
  }

  .pr-sm {
    padding-right: 5.3333333333vw !important;
  }

  .sp_p-sm {
    padding: 5.3333333333vw !important;
  }

  .sp_pt-sm {
    padding-top: 5.3333333333vw !important;
  }

  .sp_pb-sm {
    padding-bottom: 5.3333333333vw !important;
  }

  .sp_pl-sm {
    padding-left: 5.3333333333vw !important;
  }

  .sp_pr-sm {
    padding-right: 5.3333333333vw !important;
  }

  .p-xs {
    padding: 1.3333333333vw !important;
  }

  .pt-xs {
    padding-top: 1.3333333333vw !important;
  }

  .pb-xs {
    padding-bottom: 1.3333333333vw !important;
  }

  .pl-xs {
    padding-left: 1.3333333333vw !important;
  }

  .pr-xs {
    padding-right: 1.3333333333vw !important;
  }

  .sp_p-xs {
    padding: 1.3333333333vw !important;
  }

  .sp_pt-xs {
    padding-top: 1.3333333333vw !important;
  }

  .sp_pb-xs {
    padding-bottom: 1.3333333333vw !important;
  }

  .sp_pl-xs {
    padding-left: 1.3333333333vw !important;
  }

  .sp_pr-xs {
    padding-right: 1.3333333333vw !important;
  }
}
@media only screen and (max-width: 926px) {
  .sp_p-0 {
    padding: 0px !important;
  }

  .sp_pt-0 {
    padding-top: 0px !important;
  }

  .sp_pb-0 {
    padding-bottom: 0px !important;
  }

  .sp_pl-0 {
    padding-left: 0px !important;
  }

  .sp_pr-0 {
    padding-right: 0px !important;
  }

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

  .sp_plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sp_u_pb-0 > * {
    padding-bottom: 0px !important;
  }

  .sp_p-5 {
    padding: 5px !important;
  }

  .sp_pt-5 {
    padding-top: 5px !important;
  }

  .sp_pb-5 {
    padding-bottom: 5px !important;
  }

  .sp_pl-5 {
    padding-left: 5px !important;
  }

  .sp_pr-5 {
    padding-right: 5px !important;
  }

  .sp_ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .sp_plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .sp_u_pb-5 > * {
    padding-bottom: 5px !important;
  }

  .sp_p-10 {
    padding: 10px !important;
  }

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

  .sp_pb-10 {
    padding-bottom: 10px !important;
  }

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

  .sp_pr-10 {
    padding-right: 10px !important;
  }

  .sp_ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .sp_plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sp_u_pb-10 > * {
    padding-bottom: 10px !important;
  }

  .sp_p-15 {
    padding: 15px !important;
  }

  .sp_pt-15 {
    padding-top: 15px !important;
  }

  .sp_pb-15 {
    padding-bottom: 15px !important;
  }

  .sp_pl-15 {
    padding-left: 15px !important;
  }

  .sp_pr-15 {
    padding-right: 15px !important;
  }

  .sp_ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sp_plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sp_u_pb-15 > * {
    padding-bottom: 15px !important;
  }

  .sp_p-20 {
    padding: 20px !important;
  }

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

  .sp_pb-20 {
    padding-bottom: 20px !important;
  }

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

  .sp_pr-20 {
    padding-right: 20px !important;
  }

  .sp_ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .sp_plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sp_u_pb-20 > * {
    padding-bottom: 20px !important;
  }

  .sp_p-25 {
    padding: 25px !important;
  }

  .sp_pt-25 {
    padding-top: 25px !important;
  }

  .sp_pb-25 {
    padding-bottom: 25px !important;
  }

  .sp_pl-25 {
    padding-left: 25px !important;
  }

  .sp_pr-25 {
    padding-right: 25px !important;
  }

  .sp_ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .sp_plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .sp_u_pb-25 > * {
    padding-bottom: 25px !important;
  }

  .sp_p-30 {
    padding: 30px !important;
  }

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

  .sp_pb-30 {
    padding-bottom: 30px !important;
  }

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

  .sp_pr-30 {
    padding-right: 30px !important;
  }

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

  .sp_plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sp_u_pb-30 > * {
    padding-bottom: 30px !important;
  }

  .sp_p-35 {
    padding: 35px !important;
  }

  .sp_pt-35 {
    padding-top: 35px !important;
  }

  .sp_pb-35 {
    padding-bottom: 35px !important;
  }

  .sp_pl-35 {
    padding-left: 35px !important;
  }

  .sp_pr-35 {
    padding-right: 35px !important;
  }

  .sp_ptb-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .sp_plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .sp_u_pb-35 > * {
    padding-bottom: 35px !important;
  }

  .sp_p-40 {
    padding: 40px !important;
  }

  .sp_pt-40 {
    padding-top: 40px !important;
  }

  .sp_pb-40 {
    padding-bottom: 40px !important;
  }

  .sp_pl-40 {
    padding-left: 40px !important;
  }

  .sp_pr-40 {
    padding-right: 40px !important;
  }

  .sp_ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sp_plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sp_u_pb-40 > * {
    padding-bottom: 40px !important;
  }

  .sp_p-45 {
    padding: 45px !important;
  }

  .sp_pt-45 {
    padding-top: 45px !important;
  }

  .sp_pb-45 {
    padding-bottom: 45px !important;
  }

  .sp_pl-45 {
    padding-left: 45px !important;
  }

  .sp_pr-45 {
    padding-right: 45px !important;
  }

  .sp_ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .sp_plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .sp_u_pb-45 > * {
    padding-bottom: 45px !important;
  }

  .sp_p-50 {
    padding: 50px !important;
  }

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

  .sp_pb-50 {
    padding-bottom: 50px !important;
  }

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

  .sp_pr-50 {
    padding-right: 50px !important;
  }

  .sp_ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .sp_plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .sp_u_pb-50 > * {
    padding-bottom: 50px !important;
  }

  .sp_p-55 {
    padding: 55px !important;
  }

  .sp_pt-55 {
    padding-top: 55px !important;
  }

  .sp_pb-55 {
    padding-bottom: 55px !important;
  }

  .sp_pl-55 {
    padding-left: 55px !important;
  }

  .sp_pr-55 {
    padding-right: 55px !important;
  }

  .sp_ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .sp_plr-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .sp_u_pb-55 > * {
    padding-bottom: 55px !important;
  }

  .sp_p-60 {
    padding: 60px !important;
  }

  .sp_pt-60 {
    padding-top: 60px !important;
  }

  .sp_pb-60 {
    padding-bottom: 60px !important;
  }

  .sp_pl-60 {
    padding-left: 60px !important;
  }

  .sp_pr-60 {
    padding-right: 60px !important;
  }

  .sp_ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .sp_plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .sp_u_pb-60 > * {
    padding-bottom: 60px !important;
  }

  .sp_p-65 {
    padding: 65px !important;
  }

  .sp_pt-65 {
    padding-top: 65px !important;
  }

  .sp_pb-65 {
    padding-bottom: 65px !important;
  }

  .sp_pl-65 {
    padding-left: 65px !important;
  }

  .sp_pr-65 {
    padding-right: 65px !important;
  }

  .sp_ptb-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .sp_plr-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .sp_u_pb-65 > * {
    padding-bottom: 65px !important;
  }

  .sp_p-70 {
    padding: 70px !important;
  }

  .sp_pt-70 {
    padding-top: 70px !important;
  }

  .sp_pb-70 {
    padding-bottom: 70px !important;
  }

  .sp_pl-70 {
    padding-left: 70px !important;
  }

  .sp_pr-70 {
    padding-right: 70px !important;
  }

  .sp_ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .sp_plr-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .sp_u_pb-70 > * {
    padding-bottom: 70px !important;
  }

  .sp_p-75 {
    padding: 75px !important;
  }

  .sp_pt-75 {
    padding-top: 75px !important;
  }

  .sp_pb-75 {
    padding-bottom: 75px !important;
  }

  .sp_pl-75 {
    padding-left: 75px !important;
  }

  .sp_pr-75 {
    padding-right: 75px !important;
  }

  .sp_ptb-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .sp_plr-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .sp_u_pb-75 > * {
    padding-bottom: 75px !important;
  }

  .sp_p-80 {
    padding: 80px !important;
  }

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

  .sp_pb-80 {
    padding-bottom: 80px !important;
  }

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

  .sp_pr-80 {
    padding-right: 80px !important;
  }

  .sp_ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sp_plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .sp_u_pb-80 > * {
    padding-bottom: 80px !important;
  }

  .sp_p-85 {
    padding: 85px !important;
  }

  .sp_pt-85 {
    padding-top: 85px !important;
  }

  .sp_pb-85 {
    padding-bottom: 85px !important;
  }

  .sp_pl-85 {
    padding-left: 85px !important;
  }

  .sp_pr-85 {
    padding-right: 85px !important;
  }

  .sp_ptb-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .sp_plr-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .sp_u_pb-85 > * {
    padding-bottom: 85px !important;
  }

  .sp_p-90 {
    padding: 90px !important;
  }

  .sp_pt-90 {
    padding-top: 90px !important;
  }

  .sp_pb-90 {
    padding-bottom: 90px !important;
  }

  .sp_pl-90 {
    padding-left: 90px !important;
  }

  .sp_pr-90 {
    padding-right: 90px !important;
  }

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

  .sp_plr-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .sp_u_pb-90 > * {
    padding-bottom: 90px !important;
  }

  .sp_p-95 {
    padding: 95px !important;
  }

  .sp_pt-95 {
    padding-top: 95px !important;
  }

  .sp_pb-95 {
    padding-bottom: 95px !important;
  }

  .sp_pl-95 {
    padding-left: 95px !important;
  }

  .sp_pr-95 {
    padding-right: 95px !important;
  }

  .sp_ptb-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .sp_plr-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .sp_u_pb-95 > * {
    padding-bottom: 95px !important;
  }

  .sp_p-100 {
    padding: 100px !important;
  }

  .sp_pt-100 {
    padding-top: 100px !important;
  }

  .sp_pb-100 {
    padding-bottom: 100px !important;
  }

  .sp_pl-100 {
    padding-left: 100px !important;
  }

  .sp_pr-100 {
    padding-right: 100px !important;
  }

  .sp_ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .sp_plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .sp_u_pb-100 > * {
    padding-bottom: 100px !important;
  }
}
.googlemap {
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  max-width: 100%;
}
.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 927px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.ib {
  display: inline-block;
}

.pos_relative {
  position: relative;
}

.pos_absolute {
  position: absolute;
}

@media only screen and (max-width: 926px) {
  .sp_90deg {
    transform: rotate(90deg);
  }
}

.header-logo {
  line-height: 1;
}
.header-logo a {
  display: block;
}
@media only screen and (max-width: 926px) {
  .header-logo {
    width: auto;
  }
  .header-logo img {
    width: auto;
    height: calc(50px - 5.3333333333vw / 2 * 2);
  }
}
.header-nav-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.header-nav-btn.is-open .fa-bars:before {
  content: "";
}

.nav {
  position: absolute;
  right: 0;
  top: 1.4641288433vw;
  right: 1.9033674963vw;
  color: white;
}
@media only screen and (min-width: 1367px) {
  .nav {
    top: 20px;
    right: 26px;
  }
}
@media only screen and (max-width: 926px) {
  .nav {
    left: 0;
    right: 0;
    top: 50px;
    border-top: solid 1px #f3f3f3;
    display: none;
    font-size: 4vw;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 926px) and (orientation: landscape) {
  .nav {
    font-size: 3vw;
  }
  .nav .sp_row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 926px) {
  .is-open .nav {
    display: block;
  }
}
@media only screen and (max-width: 926px) {
  .nav li {
    border-bottom: solid 1px #f3f3f3;
  }
}
@media only screen and (max-width: 926px) and (orientation: landscape) {
  .nav li.sp_col-1 {
    width: 50%;
  }
  .nav li.sp_col-1:nth-of-type(even) {
    border-left: solid 1px #f3f3f3;
    width: calc(50% - 1px);
  }
}
@media only screen and (max-width: 926px) {
  .nav a {
    padding: 5.3333333333vw;
  }
  .nav a:not(.btn) {
    display: block;
  }
  .nav a.btn {
    margin: 5.3333333333vw auto;
  }
}

.breadcrumb {
  position: absolute;
  bottom: 2.9282576867vw;
  right: 5.8565153734vw;
  z-index: 9;
  font-size: 0.8052708638vw;
  color: white;
}
@media only screen and (min-width: 1367px) {
  .breadcrumb {
    font-size: 11px;
    bottom: 40px;
    right: 10.6666666667vw;
  }
}
@media only screen and (max-width: 926px) {
  .breadcrumb {
    bottom: 5.3333333333vw;
    right: 10.6666666667vw;
  }
}
.breadcrumb-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-list-item {
  position: relative;
}
.breadcrumb-list-item:not(:last-child) {
  margin-bottom: 0;
}
.breadcrumb-list-item:not(:first-child) {
  padding-left: calc(0.7320644217vw * 2 + 1em);
  position: relative;
}
@media only screen and (min-width: 1367px) {
  .breadcrumb-list-item:not(:first-child) {
    padding-left: calc(10px * 2 + 1em);
  }
}
@media only screen and (max-width: 926px) {
  .breadcrumb-list-item:not(:first-child) {
    padding-left: calc(1.3333333333vw * 2 + 1em);
  }
}
.breadcrumb-list-item:not(:first-child):before {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.7320644217vw;
}
@media only screen and (min-width: 1367px) {
  .breadcrumb-list-item:not(:first-child):before {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 926px) {
  .breadcrumb-list-item:not(:first-child):before {
    padding-left: 1.3333333333vw;
  }
}

.entry-title + .entry-header-btns {
  margin-top: 5.8565153734vw;
}
@media only screen and (min-width: 1367px) {
  .entry-title + .entry-header-btns {
    margin-top: 80px;
  }
}
.entry-title + .entry-text {
  margin-top: 5.8565153734vw;
}
@media only screen and (min-width: 1367px) {
  .entry-title + .entry-text {
    margin-top: 80px;
  }
}
.entry-text + .entry-header-btns {
  margin-top: 5.8565153734vw;
}
@media only screen and (min-width: 1367px) {
  .entry-text + .entry-header-btns {
    margin-top: 80px;
  }
}
.entry-content > .l-section:first-child[class*=bg] {
  margin-top: 8.78477306vw;
}
@media only screen and (min-width: 1367px) {
  .entry-content > .l-section:first-child[class*=bg] {
    margin-top: 120px;
  }
}

.archive-header {
  border-bottom: solid 1px #ebebeb;
}
.archive-header:first-child {
  border-top: solid 1px #ebebeb;
}
.archive-link {
  transition: all 0.2s ease-in-out;
  display: block;
  /* display     : flex;
  align-items : center; */
  position: relative;
}
.archive-link:hover {
  background-color: #e6e6e6;
}
.archive-link:hover img {
  opacity: 0.75;
}
.archive-date {
  margin-top: 20px;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .archive-date {
    margin-top: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.archive-text {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .archive-text {
    line-height: 1.2;
  }
}
.archive-img {
  width: 100%;
  margin-right: 20px;
}
.archive-img + .archive-group {
  flex-direction: column;
}
.archive-group {
  /* display: flex;
  align-items: center; */
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .archive-group {
    /* flex-direction: column; */
  }
}
.archive-tag {
  position: absolute;
  right: 0;
  bottom: 0;
}
.archive-tel {
  color: #CF0000;
  font-weight: bold;
  font-size: 120%;
}

.single-title {
  padding-bottom: 20px;
}
.single-date {
  font-size: 2.4rem;
}
.single-content {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .single-content {
    flex-direction: column;
  }
}
.single-group img {
  width: 100%;
  height: auto;
}
.single-img {
  width: 30%;
  margin-right: 20px;
}
.single-img + .single-group {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .single-img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    margin-right: 0;
  }
  .single-img + .single-group {
    width: 100%;
  }
}
.single-article .archive-title {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .single-article .archive-title {
    font-size: 8.5333333333vw;
  }
}
.single-article .archive-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 4px #000;
}
@media only screen and (max-width: 768px) {
  .single-article .archive-header {
    margin-bottom: 5.3333333333vw;
  }
}

.navigation {
  margin-top: 5.8565153734vw;
}
@media only screen and (min-width: 1367px) {
  .navigation {
    margin-top: 80px;
  }
}
.navigation .nav-links {
  display: flex;
  justify-content: center;
}
.navigation .page-numbers {
  width: 4.39238653vw;
  height: 4.39238653vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4641288433vw;
  margin: 0 0.1830161054vw;
  text-decoration: none;
  color: inherit;
  background-color: #FFF;
  border: solid 1px #ebebeb;
}
@media only screen and (min-width: 1367px) {
  .navigation .page-numbers {
    width: 60px;
    height: 60px;
    font-size: 20px;
    margin: 0 2.5px;
  }
}
@media only screen and (max-width: 926px) {
  .navigation .page-numbers {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
    margin: 0 0.3333333333vw;
  }
}
.navigation .page-numbers:hover:not(.current) {
  color: #008f36;
  background-color: #d9d9d9;
}
.navigation .page-numbers.current {
  background-color: #008f36;
  color: white;
}
.navigation .screen-reader-text {
  display: none;
}

.topBtn {
  position: fixed;
  right: 20px;
  z-index: 99;
  display: block;
  transition: all 0.2s ease-in-out;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.footer {
  background-color: #333;
  color: white;
}
.footer-bnr {
  display: flex;
  justify-content: flex-end;
}
.footer-bnr a {
  display: block;
}
@media only screen and (max-width: 926px) {
  .footer-bnr {
    justify-content: center;
  }
}
.footer-copyright {
  text-align: right;
}
@media only screen and (max-width: 926px) {
  .footer-copyright {
    text-align: center;
    margin-top: 5.3333333333vw;
  }
}
.footer-nav {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 926px) {
  .footer-nav {
    border-top: solid 1px #ebebeb;
    justify-content: center;
    padding-top: 8vw;
    margin-top: 8vw;
  }
}

.mv {
  background: url(/assets/img/mv_img.jpg) center no-repeat;
  background-size: cover;
  height: 100vh;
}
.mv-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 926px) {
  .mv-ttl img {
    width: 30vw;
  }
}
.yusyun .mv {
  background: url(/assets/img/mv_img_yusyun.jpg) center no-repeat;
  background-size: cover;
  height: 60vh;
}

.about {
  background: url(/assets/img/about_bg.jpg) center no-repeat;
  background-size: cover;
  color: white;
}
.about-serif {
  font-size: 72px;
}
@media only screen and (max-width: 926px) {
  .about-serif {
    font-size: 14.4vw;
  }
}

.contact {
  background-color: #f3f3f3;
}
.contact-btn {
  background-color: #004319;
  color: white;
  margin: auto;
}
.contact-btn img {
  vertical-align: middle;
}
@media only screen and (max-width: 926px) {
  .contact-btn img {
    width: 20px;
  }
}
.contact-btn.btn-primary {
  background-color: #008f36;
}
.contact-btn.btn-primary:hover {
  background-color: rgba(0, 143, 54, 0.75);
}
.contact-tel {
  font-weight: bold;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2210834553vw;
  line-height: 1;
  margin-bottom: 0.7320644217vw;
  display: block;
}
.contact-tel img {
  vertical-align: middle;
}
@media only screen and (max-width: 926px) {
  .contact-tel img {
    width: 20px;
    margin-top: -4px;
  }
}
@media only screen and (min-width: 1367px) {
  .contact-tel {
    font-size: 44px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 926px) {
  .contact-tel {
    font-size: 6.4421669107vw;
  }
}

.machine-btn {
  display: flex;
  justify-content: flex-end;
}

.pagetitle {
  position: relative;
}
.pagetitle-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 9;
}
@media only screen and (max-width: 926px) {
  .pagetitle-inner {
    width: 100%;
  }
}
.pagetitle-ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.pagetitle-bg {
  position: relative;
  z-index: 0;
}
.pagetitle-bg.img {
  height: 240px;
}
@media only screen and (max-width: 926px) {
  .pagetitle-bg.img {
    height: 180px;
  }
}

.faq_box .question {
  font-size: 1.4641288433vw;
  color: #c64e0d;
}
@media only screen and (min-width: 1367px) {
  .faq_box .question {
    font-size: 20px;
  }
}
@media only screen and (max-width: 926px) {
  .faq_box .question {
    font-size: 4vw;
  }
}
.faq_box .answer {
  margin-bottom: 2.9282576867vw;
}
@media only screen and (min-width: 1367px) {
  .faq_box .answer {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 926px) {
  .faq_box .answer {
    margin-bottom: 5.3333333333vw;
  }
}

.interview .box {
  z-index: 9;
}