/**
 for WP
 */
#wp-admin-bar-themes,
.hide-if-no-customize {
  display: none;
}
/**
  todo ←max  767px / →min  768px
  todo ←max 1024px / →min 1025px
 */
.row {
  /*display: -webkit-box;
  display: -ms-flexbox;*/
  display: flex;
  /*-ms-flex-wrap: wrap;*/
  flex-wrap: wrap;
  justify-content: center;
}
.row > * {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.row [class^="col1-"] {
  width: calc(100% / 1);
}
.row [class^="col2-"] {
  width: calc(100% / 2);
}
.row [class^="col3-"] {
  width: calc(100% / 3);
}
.row [class^="col4-"] {
  width: calc(100% / 4);
}
.row [class^="col5-"] {
  width: calc(100% / 5);
}
.row [class^="col6-"] {
  width: calc(100% / 6);
}
.row [class^="col7-"] {
  width: calc(100% / 7);
}
.row [class^="col8-"] {
  width: calc(100% / 8);
}
.row [class^="col9-"] {
  width: calc(100% / 9);
}
.row [class^="col10-"] {
  width: calc(100% / 10);
}
.row [class^="col11-"] {
  width: calc(100% / 11);
}
.row [class^="col12-"] {
  width: calc(100% / 12);
}
@media (min-width: 768px) {
  .row [class*="-1-"] {
    width: calc(100% / 1);
  }
  .row [class*="-2-"] {
    width: calc(100% / 2);
  }
  .row [class*="-3-"] {
    width: calc(100% / 3);
  }
  .row [class*="-4-"] {
    width: calc(100% / 4);
  }
  .row [class*="-5-"] {
    width: calc(100% / 5);
  }
  .row [class*="-6-"] {
    width: calc(100% / 6);
  }
  .row [class*="-7-"] {
    width: calc(100% / 7);
  }
  .row [class*="-8-"] {
    width: calc(100% / 8);
  }
  .row [class*="-9-"] {
    width: calc(100% / 9);
  }
  .row [class*="-10-"] {
    width: calc(100% / 10);
  }
  .row [class*="-11-"] {
    width: calc(100% / 11);
  }
  .row [class*="-12-"] {
    width: calc(100% / 12);
  }
}
@media (min-width: 1025px) {
  .row [class*="-1col"] {
    width: calc(100% / 1);
  }
  .row [class*="-2col"] {
    width: calc(100% / 2);
  }
  .row [class*="-3col"] {
    width: calc(100% / 3);
  }
  .row [class*="-4col"] {
    width: calc(100% / 4);
  }
  .row [class*="-5col"] {
    width: calc(100% / 5);
  }
  .row [class*="-6col"] {
    width: calc(100% / 6);
  }
  .row [class*="-7col"] {
    width: calc(100% / 7);
  }
  .row [class*="-8col"] {
    width: calc(100% / 8);
  }
  .row [class*="-9col"] {
    width: calc(100% / 9);
  }
  .row [class*="-10col"] {
    width: calc(100% / 10);
  }
  .row [class*="-11col"] {
    width: calc(100% / 11);
  }
  .row [class*="-12col"] {
    width: calc(100% / 12);
  }
}
/**
 Reboot.css
 */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  /*margin-bottom:.5rem*/
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
/*
 * 1.1 -> common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
  font-size: 100%;
  max-width: 100%;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fluid-video-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
}
iframe {
  border: none;
  width: 100%;
}
.text-highlight {
  background: none repeat scroll 0 0 #111111;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px 3px;
}
.text-highlight.light {
  background: #808080;
}
.outline-border {
  outline: 5px solid #f1f1f1 !important;
  outline-offset: 5px;
}
.inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.fullwidth {
  width: 100%;
}
.bg-hover-theme-colored {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Text-decoration */
.text-underline {
  text-decoration: underline;
}
/* -------- Text Colors ---------- */
/* Text Black & Gray Color*/
.text-black {
  color: #000 !important;
}
.text-black-111 {
  color: #111111 !important;
}
.text-black-222 {
  color: #222222 !important;
}
.text-black-333 {
  color: #333333 !important;
}
.text-black-444 {
  color: #404040 !important;
}
.text-black-555 {
  color: #555555 !important;
}
.text-black-666 {
  color: #5b5b5b !important;
}
.text-gray-dimgray {
  color: #666666 !important;
}
.text-gray-light {
  color: #777777 !important;
}
.text-gray {
  color: #808080 !important;
}
.text-gray-darkgray {
  color: #a9a9a9 !important;
}
.text-gray-silver {
  color: #c0c0c0 !important;
}
.text-gray-lightgray {
  color: #d3d3d3 !important;
}
.text-gray-gainsboro {
  color: #fff !important;
}
.text-gray-lighter {
  color: #eeeeee !important;
}
/* Text White Color*/
.text-white {
  color: #fff !important;
}
.text-white-f1 {
  color: #f1f1f1 !important;
}
.text-white-f2 {
  color: #f2f2f2 !important;
}
.text-white-f3 {
  color: #f3f3f3 !important;
}
.text-white-f4 {
  color: #f4f4f4 !important;
}
.text-white-f5 {
  color: #f5f5f5 !important;
}
.text-white-f6 {
  color: #f6f6f6 !important;
}
.text-white-f7 {
  color: #f7f7f7 !important;
}
.text-white-f8 {
  color: #f8f8f8 !important;
}
.text-white-f9 {
  color: #f9f9f9 !important;
}
.text-white-fa {
  color: #fafafa !important;
}
.text-white-fc {
  color: #fcfcfc !important;
}
.text-white-fd {
  color: #fdfdfd !important;
}
.text-white-fe {
  color: #fefefe !important;
}
/* Text Dark And White Layout*/
.text-white-light {
  color: #fff !important;
}
/* -------- Solid Color Background ---------- */
.bg-deep {
  background-color: #f1f1f1 !important;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.bg-lighter {
  background-color: #f7f7f7 !important;
}
.bg-lightest {
  background-color: #fcfcfc !important;
}
.bg-white-light {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.divider-dark {
  background-color: #252525 !important;
}
footer.bg-deep {
  background-color: #191919 !important;
}
.bg-black-111 {
  background-color: #111111 !important;
}
.bg-black-222 {
  background-color: #222222 !important;
}
.bg-black-333 {
  background-color: #333333 !important;
}
.bg-black-444 {
  background-color: #404040 !important;
}
.bg-black-555 {
  background-color: #555555 !important;
}
.bg-gray-dimgray {
  background-color: #666666 !important;
}
.bg-gray-light {
  background-color: #777777 !important;
}
.bg-gray {
  background-color: #808080 !important;
}
.bg-gray-darkgray {
  background-color: #a9a9a9 !important;
}
.bg-gray-silver {
  background-color: #c0c0c0 !important;
}
.bg-gray-lightgray {
  background-color: #d3d3d3 !important;
}
.bg-gray-gainsboro {
  background-color: #dcdcdc !important;
}
.bg-gray-lighter {
  background-color: #eeeeee !important;
}
/* Bg White Color*/
.bg-white {
  background-color: #fff !important;
}
.bg-white-f1 {
  background-color: #f1f1f1 !important;
}
.bg-white-f2 {
  background-color: #f2f2f2 !important;
}
.bg-white-f3 {
  background-color: #f3f3f3 !important;
}
.bg-white-f5 {
  background-color: #f5f5f5 !important;
}
.bg-white-f7 {
  background-color: #f7f7f7 !important;
}
.bg-white-f8 {
  background-color: #f8f8f8 !important;
}
.bg-white-fa {
  background-color: #fafafa !important;
}
.bg-white-fb {
  background-color: #fbfbfb !important;
}
.bg-white-fc {
  background-color: #fcfcfc !important;
}
/* -------- Transparent Background Color ---------- */
.bg-deep-transparent {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-light-transparent {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-lighter-transparent {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-lightest-transparent {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-very-lightest-transparent {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-transparent-light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.bg-white-transparent-deep {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.bg-dark-very-lightest-transparent {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.bg-dark-transparent-light {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-dark-transparent {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.bg-dark-transparent-deep {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
/* -------- Font Weight ---------- */
.font-weight-100 {
  font-weight: 100 !important;
}
.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}
/* -------- Font Size ---------- */
.font-9 {
  font-size: 9px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-21 {
  font-size: 21px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-23 {
  font-size: 23px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-25 {
  font-size: 25px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-27 {
  font-size: 27px !important;
}
.font-28 {
  font-size: 2rem !important;
}
.font-29 {
  font-size: 2.07142857rem !important;
}
.font-30 {
  font-size: 2.14285714rem !important;
}
.font-32 {
  font-size: 2.28571429rem !important;
}
.font-36 {
  font-size: 2.57142857rem !important;
}
.font-38 {
  font-size: 2.71428571rem !important;
}
.font-40 {
  font-size: 2.85714286rem !important;
}
.font-42 {
  font-size: 3rem !important;
}
.font-44 {
  font-size: 3.14285714rem !important;
}
.font-46 {
  font-size: 3.28571429rem !important;
}
.font-48 {
  font-size: 3.42857143rem !important;
}
.font-54 {
  font-size: 3.85714286rem !important;
}
.font-60 {
  font-size: 4.28571429rem !important;
}
.font-64 {
  font-size: 4.57142857rem !important;
}
.font-72 {
  font-size: 5.14285714rem !important;
}
.font-78 {
  font-size: 5.57142857rem !important;
}
.font-90 {
  font-size: 6.42857143rem !important;
}
.font-100 {
  font-size: 7.14285714rem !important;
}
.font-150 {
  font-size: 10.71428571rem !important;
}
.font-200 {
  font-size: 14.28571429rem !important;
}
/* -------- Letter Spacing ---------- */
.letter-space-0 {
  letter-spacing: 0px;
}
.letter-space-1 {
  letter-spacing: 1px;
}
.letter-space-2 {
  letter-spacing: 2px;
}
.letter-space-3 {
  letter-spacing: 3px;
}
.letter-space-4 {
  letter-spacing: 4px;
}
.letter-space-5 {
  letter-spacing: 5px;
}
.letter-space-6 {
  letter-spacing: 6px;
}
.letter-space-7 {
  letter-spacing: 7px;
}
.letter-space-8 {
  letter-spacing: 8px;
}
.letter-space-9 {
  letter-spacing: 9px;
}
.letter-space-10 {
  letter-spacing: 10px;
}
/* -------- Z-index ---------- */
.z-index-1 {
  z-index: 1 !important;
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index-1111 {
  z-index: 1111 !important;
}
.z-index-9999 {
  z-index: 9999 !important;
}
/* -------- Line Height ---------- */
.line-height-0 {
  line-height: 0px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-150 {
  line-height: 150px;
}
.line-height-200 {
  line-height: 200px;
}
.line-height-1em {
  line-height: 1em;
}
/* -------- list inline ---------- */
.display-inline {
  display: inline-block;
}
/*
 * Custom Bootstrap Margin Padding
 * Author - Md Ismail Hossain
 * Git    - https://github.com/ismailcseku/Custom-Bootstrap-Margin-Padding
 * Web    - http://ismail-hossain.me/
 * Email  - ismailcseku@gmail.com
 */
/**
 * Table of Contents:
 *
 * 1   -> Basic margin padding
 * 1.1 -> Basic Margin
 * 1.2 -> Basic Padding
 * 1.3 -> Margin top
 * 1.4 -> Margin right
 * 1.5 -> Margin bottom
 * 1.6 -> Margin left
 * 1.7 -> Padding top
 * 1.8 -> Padding right
 * 1.9 -> Padding bottom
 * 1.10 -> Padding left
 * 2 -> lg: min-width:9999px // delete
 * 3 -> md: max-width:9998px // delete
 * 4 -> sm: max-width:@maxWidthBP1
 * 5 -> xs: max-width:@maxWidthBP0
 * 6 -> xxs: max-width 479px // delete
 * ===============================================
 */
/* min even, max odd*/
/*
 * 1.1 -> Basic Margin
 * -----------------------------------------------
*/
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-110 {
  margin: 110px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-130 {
  margin: 130px !important;
}
.m-140 {
  margin: 140px !important;
}
.m-150 {
  margin: 150px !important;
}
.m-160 {
  margin: 160px !important;
}
.m-170 {
  margin: 170px !important;
}
.m-180 {
  margin: 180px !important;
}
.m-190 {
  margin: 190px !important;
}
.m-200 {
  margin: 200px !important;
}
/*
 * 1.2 -> Basic Padding
 * -----------------------------------------------
*/
.p-0 {
  padding: 0!important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-170 {
  padding: 170px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-190 {
  padding: 190px !important;
}
.p-200 {
  padding: 200px !important;
}
/*
 * 1.3 -> Margin top
 * -----------------------------------------------
*/
.mt-0 {
  margin-top: 0!important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
/*
 * 1.4 -> Margin right
 * -----------------------------------------------
*/
.mr-0 {
  margin-right: 0!important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
/*
 * 1.5 -> Margin bottom
 * -----------------------------------------------
*/
.mb-0 {
  margin-bottom: 0!important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
/*
 * 1.6 -> Margin left
 * -----------------------------------------------
*/
.ml-0 {
  margin-left: 0!important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
/*
 * 1.7 -> Padding top
 * -----------------------------------------------
*/
.pt-0 {
  padding-top: 0!important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
/*
 * 1.8 -> Padding right
 * -----------------------------------------------
*/
.pr-0 {
  padding-right: 0!important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
/*
 * 1.9 -> Padding bottom
 * -----------------------------------------------
*/
.pb-0 {
  padding-bottom: 0!important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
/*
 * 1.10 -> Padding left
 * -----------------------------------------------
*/
.pl-0 {
  padding-left: 0!important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
/*
 * 4 -> sm: max-width:@maxWidthBP1
 * -----------------------------------------------
*/
@media (max-width: 1024px) {
  /*
 * 4.1 -> Basic Margin
 * -----------------------------------------------
*/
  .m-sm-0 {
    margin: 0px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-110 {
    margin: 110px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-130 {
    margin: 130px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .m-sm-150 {
    margin: 150px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .m-sm-170 {
    margin: 170px !important;
  }
  .m-sm-180 {
    margin: 180px !important;
  }
  .m-sm-190 {
    margin: 190px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  /*
 * 4.2 -> Basic Padding
 * -----------------------------------------------
*/
  .p-sm-0 {
    padding: 0!important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-110 {
    padding: 110px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-130 {
    padding: 130px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .p-sm-150 {
    padding: 150px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-170 {
    padding: 170px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .p-sm-190 {
    padding: 190px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  /*
 * 4.3 -> Margin top
 * -----------------------------------------------
*/
  .mt-sm-0 {
    margin-top: 0!important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  /*
 * 4.4 -> Margin right
 * -----------------------------------------------
*/
  .mr-sm-0 {
    margin-right: 0!important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mr-sm-110 {
    margin-right: 110px !important;
  }
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .mr-sm-130 {
    margin-right: 130px !important;
  }
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .mr-sm-150 {
    margin-right: 150px !important;
  }
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .mr-sm-170 {
    margin-right: 170px !important;
  }
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .mr-sm-190 {
    margin-right: 190px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  /*
 * 4.5 -> Margin bottom
 * -----------------------------------------------
*/
  .mb-sm-0 {
    margin-bottom: 0!important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  /*
 * 4.6 -> Margin left
 * -----------------------------------------------
*/
  .ml-sm-0 {
    margin-left: 0!important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .ml-sm-110 {
    margin-left: 110px !important;
  }
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .ml-sm-130 {
    margin-left: 130px !important;
  }
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .ml-sm-150 {
    margin-left: 150px !important;
  }
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .ml-sm-170 {
    margin-left: 170px !important;
  }
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .ml-sm-190 {
    margin-left: 190px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  /*
 * 4.7 -> Padding top
 * -----------------------------------------------
*/
  .pt-sm-0 {
    padding-top: 0!important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  /*
 * 4.8 -> Padding right
 * -----------------------------------------------
*/
  .pr-sm-0 {
    padding-right: 0!important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pr-sm-110 {
    padding-right: 110px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  .pr-sm-130 {
    padding-right: 130px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  .pr-sm-150 {
    padding-right: 150px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pr-sm-170 {
    padding-right: 170px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  .pr-sm-190 {
    padding-right: 190px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  /*
 * 4.9 -> Padding bottom
 * -----------------------------------------------
*/
  .pb-sm-0 {
    padding-bottom: 0!important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  /*
 * 4.10 -> Padding left
 * -----------------------------------------------
*/
  .pl-sm-0 {
    padding-left: 0!important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pl-sm-110 {
    padding-left: 110px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  .pl-sm-130 {
    padding-left: 130px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  .pl-sm-150 {
    padding-left: 150px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pl-sm-170 {
    padding-left: 170px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  .pl-sm-190 {
    padding-left: 190px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
}
/*
 * 5 -> xs: max-width @maxWidthBP0
 * -----------------------------------------------
*/
@media (max-width: 767px) {
  /*
 * 5.1 -> Basic Margin
 * -----------------------------------------------
*/
  .m-xs-0 {
    margin: 0px !important;
  }
  .m-xs-5 {
    margin: 5px !important;
  }
  .m-xs-10 {
    margin: 10px !important;
  }
  .m-xs-15 {
    margin: 15px !important;
  }
  .m-xs-20 {
    margin: 20px !important;
  }
  .m-xs-30 {
    margin: 30px !important;
  }
  .m-xs-40 {
    margin: 40px !important;
  }
  .m-xs-50 {
    margin: 50px !important;
  }
  .m-xs-60 {
    margin: 60px !important;
  }
  .m-xs-70 {
    margin: 70px !important;
  }
  .m-xs-80 {
    margin: 80px !important;
  }
  .m-xs-90 {
    margin: 90px !important;
  }
  .m-xs-100 {
    margin: 100px !important;
  }
  .m-xs-110 {
    margin: 110px !important;
  }
  .m-xs-120 {
    margin: 120px !important;
  }
  .m-xs-130 {
    margin: 130px !important;
  }
  .m-xs-140 {
    margin: 140px !important;
  }
  .m-xs-150 {
    margin: 150px !important;
  }
  .m-xs-160 {
    margin: 160px !important;
  }
  .m-xs-170 {
    margin: 170px !important;
  }
  .m-xs-180 {
    margin: 180px !important;
  }
  .m-xs-190 {
    margin: 190px !important;
  }
  .m-xs-200 {
    margin: 200px !important;
  }
  /*
 * 5.2 -> Basic Padding
 * -----------------------------------------------
*/
  .p-xs-0 {
    padding: 0!important;
  }
  .p-xs-5 {
    padding: 5px !important;
  }
  .p-xs-10 {
    padding: 10px !important;
  }
  .p-xs-15 {
    padding: 15px !important;
  }
  .p-xs-20 {
    padding: 20px !important;
  }
  .p-xs-30 {
    padding: 30px !important;
  }
  .p-xs-40 {
    padding: 40px !important;
  }
  .p-xs-50 {
    padding: 50px !important;
  }
  .p-xs-60 {
    padding: 60px !important;
  }
  .p-xs-70 {
    padding: 70px !important;
  }
  .p-xs-80 {
    padding: 80px !important;
  }
  .p-xs-90 {
    padding: 90px !important;
  }
  .p-xs-100 {
    padding: 100px !important;
  }
  .p-xs-110 {
    padding: 110px !important;
  }
  .p-xs-120 {
    padding: 120px !important;
  }
  .p-xs-130 {
    padding: 130px !important;
  }
  .p-xs-140 {
    padding: 140px !important;
  }
  .p-xs-150 {
    padding: 150px !important;
  }
  .p-xs-160 {
    padding: 160px !important;
  }
  .p-xs-170 {
    padding: 170px !important;
  }
  .p-xs-180 {
    padding: 180px !important;
  }
  .p-xs-190 {
    padding: 190px !important;
  }
  .p-xs-200 {
    padding: 200px !important;
  }
  /*
 * 5.3 -> Margin top
 * -----------------------------------------------
*/
  .mt-xs-0 {
    margin-top: 0!important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  .mt-xs-150 {
    margin-top: 150px !important;
  }
  .mt-xs-160 {
    margin-top: 160px !important;
  }
  .mt-xs-170 {
    margin-top: 170px !important;
  }
  .mt-xs-180 {
    margin-top: 180px !important;
  }
  .mt-xs-190 {
    margin-top: 190px !important;
  }
  .mt-xs-200 {
    margin-top: 200px !important;
  }
  /*
 * 5.4 -> Margin right
 * -----------------------------------------------
*/
  .mr-xs-0 {
    margin-right: 0!important;
  }
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  .mr-xs-30 {
    margin-right: 30px !important;
  }
  .mr-xs-40 {
    margin-right: 40px !important;
  }
  .mr-xs-50 {
    margin-right: 50px !important;
  }
  .mr-xs-60 {
    margin-right: 60px !important;
  }
  .mr-xs-70 {
    margin-right: 70px !important;
  }
  .mr-xs-80 {
    margin-right: 80px !important;
  }
  .mr-xs-90 {
    margin-right: 90px !important;
  }
  .mr-xs-100 {
    margin-right: 100px !important;
  }
  .mr-xs-110 {
    margin-right: 110px !important;
  }
  .mr-xs-120 {
    margin-right: 120px !important;
  }
  .mr-xs-130 {
    margin-right: 130px !important;
  }
  .mr-xs-140 {
    margin-right: 140px !important;
  }
  .mr-xs-150 {
    margin-right: 150px !important;
  }
  .mr-xs-160 {
    margin-right: 160px !important;
  }
  .mr-xs-170 {
    margin-right: 170px !important;
  }
  .mr-xs-180 {
    margin-right: 180px !important;
  }
  .mr-xs-190 {
    margin-right: 190px !important;
  }
  .mr-xs-200 {
    margin-right: 200px !important;
  }
  /*
 * 5.5 -> Margin bottom
 * -----------------------------------------------
*/
  .mb-xs-0 {
    margin-bottom: 0!important;
  }
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  /*
 * 5.6 -> Margin left
 * -----------------------------------------------
*/
  .ml-xs-0 {
    margin-left: 0!important;
  }
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  .ml-xs-40 {
    margin-left: 40px !important;
  }
  .ml-xs-50 {
    margin-left: 50px !important;
  }
  .ml-xs-60 {
    margin-left: 60px !important;
  }
  .ml-xs-70 {
    margin-left: 70px !important;
  }
  .ml-xs-80 {
    margin-left: 80px !important;
  }
  .ml-xs-90 {
    margin-left: 90px !important;
  }
  .ml-xs-100 {
    margin-left: 100px !important;
  }
  .ml-xs-110 {
    margin-left: 110px !important;
  }
  .ml-xs-120 {
    margin-left: 120px !important;
  }
  .ml-xs-130 {
    margin-left: 130px !important;
  }
  .ml-xs-140 {
    margin-left: 140px !important;
  }
  .ml-xs-150 {
    margin-left: 150px !important;
  }
  .ml-xs-160 {
    margin-left: 160px !important;
  }
  .ml-xs-170 {
    margin-left: 170px !important;
  }
  .ml-xs-180 {
    margin-left: 180px !important;
  }
  .ml-xs-190 {
    margin-left: 190px !important;
  }
  .ml-xs-200 {
    margin-left: 200px !important;
  }
  /*
 * 5.7 -> Padding top
 * -----------------------------------------------
*/
  .pt-xs-0 {
    padding-top: 0!important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  .pt-xs-110 {
    padding-top: 110px !important;
  }
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  .pt-xs-130 {
    padding-top: 130px !important;
  }
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  .pt-xs-150 {
    padding-top: 150px !important;
  }
  .pt-xs-160 {
    padding-top: 160px !important;
  }
  .pt-xs-170 {
    padding-top: 170px !important;
  }
  .pt-xs-180 {
    padding-top: 180px !important;
  }
  .pt-xs-190 {
    padding-top: 190px !important;
  }
  .pt-xs-200 {
    padding-top: 200px !important;
  }
  /*
 * 5.8 -> Padding right
 * -----------------------------------------------
*/
  .pr-xs-0 {
    padding-right: 0!important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
  .pr-xs-60 {
    padding-right: 60px !important;
  }
  .pr-xs-70 {
    padding-right: 70px !important;
  }
  .pr-xs-80 {
    padding-right: 80px !important;
  }
  .pr-xs-90 {
    padding-right: 90px !important;
  }
  .pr-xs-100 {
    padding-right: 100px !important;
  }
  .pr-xs-110 {
    padding-right: 110px !important;
  }
  .pr-xs-120 {
    padding-right: 120px !important;
  }
  .pr-xs-130 {
    padding-right: 130px !important;
  }
  .pr-xs-140 {
    padding-right: 140px !important;
  }
  .pr-xs-150 {
    padding-right: 150px !important;
  }
  .pr-xs-160 {
    padding-right: 160px !important;
  }
  .pr-xs-170 {
    padding-right: 170px !important;
  }
  .pr-xs-180 {
    padding-right: 180px !important;
  }
  .pr-xs-190 {
    padding-right: 190px !important;
  }
  .pr-xs-200 {
    padding-right: 200px !important;
  }
  /*
 * 5.9 -> Padding bottom
 * -----------------------------------------------
*/
  .pb-xs-0 {
    padding-bottom: 0!important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
  /*
 * 5.10 -> Padding left
 * -----------------------------------------------
*/
  .pl-xs-0 {
    padding-left: 0!important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  .pl-xs-40 {
    padding-left: 40px !important;
  }
  .pl-xs-50 {
    padding-left: 50px !important;
  }
  .pl-xs-60 {
    padding-left: 60px !important;
  }
  .pl-xs-70 {
    padding-left: 70px !important;
  }
  .pl-xs-80 {
    padding-left: 80px !important;
  }
  .pl-xs-90 {
    padding-left: 90px !important;
  }
  .pl-xs-100 {
    padding-left: 100px !important;
  }
  .pl-xs-110 {
    padding-left: 110px !important;
  }
  .pl-xs-120 {
    padding-left: 120px !important;
  }
  .pl-xs-130 {
    padding-left: 130px !important;
  }
  .pl-xs-140 {
    padding-left: 140px !important;
  }
  .pl-xs-150 {
    padding-left: 150px !important;
  }
  .pl-xs-160 {
    padding-left: 160px !important;
  }
  .pl-xs-170 {
    padding-left: 170px !important;
  }
  .pl-xs-180 {
    padding-left: 180px !important;
  }
  .pl-xs-190 {
    padding-left: 190px !important;
  }
  .pl-xs-200 {
    padding-left: 200px !important;
  }
}
/**
sw assy.less
@Author: Samuraiworks
@Version: 2105
 */
/* do it assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 定義部分----------------------------------------------- */
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* 定義部分----------------------------------------------- */
.a_borad {
  border-radius: 9px;
}
.float-right,
.a_fl_R {
  float: right;
}
.float-left,
.a_fl_L {
  float: left;
}
.a_Tcenter {
  text-align: center;
}
.a_TRight {
  text-align: right !important;
}
.a_TLeft {
  text-align: left !important;
}
.a_hidden {
  display: none;
}
.a_visi-hidden {
  visibility: hidden;
}
.display-none,
.a_disp_none {
  display: none;
}
.a_disp_block {
  display: block;
}
.a_disp_inline,
.inline-block,
.a_ilb {
  display: inline-block !important;
}
.a_opace0 {
  opacity: 0;
}
.a_prelative {
  position: relative;
}
.a_mar00auto {
  margin: 0px auto;
}
@media (max-width: 767px) {
  .float-right,
  .a_fl_R {
    display: inline-block;
    float: none;
    margin: 20px auto;
  }
  .float-left,
  .a_fl_L {
    float: none;
    margin: 20px auto;
    display: inline-block;
  }
}
/*text colour*/
.px_fff {
  color: #fff !important;
  text-shadow: 1px 1px 1px #666;
}
.px_fff_shadcha {
  color: #fff !important;
  text-shadow: 1px 1px 1px #766142;
}
.px_uspink {
  color: #906 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_ao {
  color: #008fce !important;
  font-weight: bold;
}
.px_aomid {
  color: #099 !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_mizu {
  color: #00b2ff !important;
  text-shadow: 1px 1px 1px #222;
}
.px_midr {
  color: #80ab1f !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_666 {
  color: #666 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_org {
  color: #e56b0d !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_aka {
  color: #ff0031 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_pink {
  color: #bf085d !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_pink2 {
  color: #bf4e91 !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_cha {
  color: #795705 !important;
  text-shadow: 1px 1px 1px #e7e7e7;
}
.px_ki {
  color: #ffc900 !important;
}
.px_bold {
  font-weight: bold !important;
}
[class^="px_"] {
  /* セレクタ名の前方一致 */
  font-weight: bold;
}
a {
  cursor: pointer;
}
a:link {
  color: #fff;
}
a:visited {
  color: #ffffff;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
}
.maru-goth {
  font-family: "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", verdana, arial, sans-serif;
}
.hiragino {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
hr.forSp {
  display: none;
}
br.forSp,
span.forSp,
i.forSp {
  display: none;
}
br.forPc,
span.forPc,
div.forPc {
  display: inline;
}
.pcImg {
  display: block !important;
}
.spImg {
  display: none !important;
}
.pcBlock {
  display: block;
}
.spBlock {
  display: none;
}
.pcInline {
  display: inline-block;
}
.spInline {
  display: none;
}
@media screen and (max-width: 767px) {
  hr.forSp {
    display: block;
  }
  br.forSp,
  span.forSp,
  .sp i.forSp {
    display: inline;
  }
  br.forPc,
  span.forPc,
  div.forPc {
    display: none;
  }
  .pcImg {
    display: none !important;
  }
  .spImg {
    display: block !important;
  }
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }
  .pcInline {
    display: none;
  }
  .spInline {
    display: inline-block;
  }
  img.w100 {
    max-width: 100%;
    height: auto;
  }
}
.photoFrame {
  box-shadow: 0 0 5px #ccccdc;
  border: 7px solid #fff;
}
/* sw set assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 【複数行にも対応】長過ぎる文字列を省略して末尾を三点リーダー */
.ellipsis-container p {
  margin: 0;
}
.ellipsis-container {
  background: #eee;
  overflow: hidden;
  width: 100%;
}
.ellipsis-container p {
  font-size: 14px;
  height: 58.8px;
  line-height: 1.4;
  position: relative;
}
.ellipsis-container p:before,
.ellipsis-container p:after {
  background: #eee;
  position: absolute;
}
.ellipsis-container p:before {
  content: "...";
  top: 39.2px;
  right: 0;
}
.ellipsis-container p:after {
  content: "";
  height: 100%;
  width: 100%;
}
/* 【複数行にも対応】長過ぎる文字列を省略して末尾を三点リーダー */
/* hover Opacity */
.opace70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* ------------------------------------------------------------
  Clearfix
------------------------------------------------------------ */
/* new clearfix */
.clf:before,
.clf:after {
  content: "";
  display: table;
}
.clf:after {
  clear: both;
}
/* For IE 6/7 (hasL) */
.clf {
  zoom: 1;
}
.uline {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffff88 0%);
}
.uline2 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffe1f3 0%);
}
.uline3 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ebf6ff 0%);
}
.boxShadow {
  -ms-box-shadow: 0px 0px 31px #5c606e;
  -moz-box-shadow: 0px 0px 31px #5c606e;
  -webkit-box-shadow: 0px 0px 31px #5c606e;
  box-shadow: 0px 0px 31px #5c606e;
}
.forBoxShadow {
  -ms-box-shadow: 0 0 4px #adb7b7;
  -moz-box-shadow: 0 0 4px #adb7b7;
  -webkit-box-shadow: 0 0 4px #adb7b7;
  box-shadow: 0 0 4px #adb7b7;
}
.imgBoxShadow {
  -ms-box-shadow: 0 0 5px #a5aeb7;
  -moz-box-shadow: 0 0 5px #a5aeb7;
  -webkit-box-shadow: 0 0 5px #a5aeb7;
  box-shadow: 0 0 5px #a5aeb7;
}
.imgBoxShadow-better {
  box-shadow: 0 2.5rem 2rem -2rem hsl(346, 8%, 59%);
}
.linear {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.ease {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.easeOutQuart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.easeOutQuint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.easeOutSine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.easeOutExpo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.easeOutCirc {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.easeOutBack {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.easeInOutQuad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.easeInOutCubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.easeInOutQuart {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.easeInOutQuint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.easeInOutSine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.easeInOutExpo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.easeInOutCirc {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.easeInOutBack {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/*
@Author: Samuraiworks
@Version: 210524
https://demos.samuraiworks.org/gridSimple2021/
 sw Your custom css codes start here: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**
 notice row settings @colGap col1-1-3col など 1-n- は 1-n-n 二番目揃える __________________________
 */
@media (min-width: 768px) {
  .rowGutterWrap {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
  }
  .rowGutterWrap > .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .rowGutterWrap > .row [class^="col"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.gray {
  background: #757575;
}
.blue {
  background: #5777a6;
}
.green {
  background: #4b8c4b;
}
/**
 todo .sideX_X_X __________________________
 */
.side1_1_3 {
  width: calc(100% / 1);
}
@media (min-width: 768px) {
  .side1_1_3 {
    width: calc(100% / 1);
  }
}
@media (min-width: 1025px) {
  .side1_1_3 + .col1-1-3col,
  .col1-1-3col.rev {
    width: calc(100% / 2.5);
  }
  .side1_1_3 {
    width: calc(100% - (100% / 2.5));
  }
}
/*html.desktop {
  @media only screen and (min-width: 768px) and (max-width: 1121px) {
    body {
      width: 1110px;
      max-width: 1110px;
      overflow-x: auto;
    }
  }
}*/
body,
html {
  max-width: 100%;
  height: 100%;
}
@font-face {
  font-family: 'dincregular';
  src: url('/font/dinc-webfont.eot');
  src: url('/font/dinc-webfont.eot?#iefix') format('embedded-opentype'), url('/font/dinc-webfont.woff') format('woff'), url('/font/dinc-webfont.ttf') format('truetype'), url('/font/dinc-webfont.svg#dincregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  /* 禁則A */
  word-break: normal;
  line-break: strict;
  /* 禁則B*/
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: YakuHanJP, dincregular, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.69;
  color: #fff;
  background-color: #000;
  position: relative;
}
/**
 H1~6
 */
h1,
h2,
h3 {
  font-weight: bold;
  margin: 0.85rem 0;
  line-height: 1.35;
}
h2 {
  font-size: 47px;
  margin-bottom: 25px;
  position: relative;
  color: #fff;
  padding: 7px 10px 15px 0;
}
h2:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 60px;
  height: 5px;
  background: linear-gradient(to right, #00ac97 0%, #00608f 100%);
}
h2.midashi {
  border: none;
}
h3 {
  position: relative;
  font-size: 33px;
  text-align: center;
  margin: 60px 0 50px;
  color: #fff;
  padding: 20px 10px 20px;
}
h3:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 5px;
  background: linear-gradient(to right, #ffc900 0%, #d97700 100%);
}
.homeNews h3 {
  text-align: left;
  padding: 20px 0px 20px;
}
.homeNews h3:before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateX(0%);
  width: 35px;
  height: 5px;
  background: linear-gradient(to right, #ffc900 0%, #d97700 100%);
}
.homeNews > p {
  font-size: 91%;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
  color: #ffc900;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.1rem;
  }
}
/**
 home do it ++++++++++++++++++++++++++++++++++++++++++++
 */
.homeNews {
  border-bottom: 1px solid #ffc900;
  margin-bottom: 15px;
}
.homeNews h3 {
  margin: 5px 0 15px;
  font-size: 1.5rem;
}
.catch {
  border-bottom: 1px solid #008fce;
  margin-bottom: 20px;
}
.catch_0 {
  position: relative;
  z-index: 0;
}
.catch_1 {
  position: relative;
  z-index: 1;
  margin-top: -35%;
}
.catch_2 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0% 0 0;
  padding: 0 1em 2em;
  line-height: 2;
}
@media (max-width: 767px) {
  .special {
    margin-bottom: 90px;
  }
}
.special .special_l {
  position: relative;
}
.special .special_l .special_l1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .special .special_l .special_l1 {
    text-align: center;
  }
}
.special .special_l .special_l2 {
  position: absolute;
  top: 15%;
  left: 30%;
  z-index: 2;
}
@media (max-width: 767px) {
  .special .special_l .special_l2 {
    top: 45%;
    left: 0%;
  }
}
.special .special_l .special_l2 > p {
  display: block;
  max-width: 680px;
  color: #fff;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
}
.special .special_l .special_l3 {
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: 0;
  width: 40vw;
}
@media (max-width: 767px) {
  .special .special_l .special_l3 {
    bottom: -15%;
    width: 50vw;
  }
}
.special .btn.btnArrow {
  position: absolute;
  bottom: 13%;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .special .btn.btnArrow {
    bottom: -28%;
  }
}
@media (max-width: 359px) {
  .special .btn.btnArrow {
    bottom: -40%;
  }
}
/**
 mixit do it ++++++++++++++++++++++++++++++++++++++++++++
 */
#mixitup button {
  border: 1px solid #6c6c6c;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  padding: 3px 5px 2px;
  margin: 3px 3px;
}
#mixitup button:hover {
  background-color: #008fce;
}
.mixitWrap {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.mixitBox {
  display: block;
  width: 25%;
  padding: 10px;
  margin: 0 0 10px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mixitBox {
    width: 50%;
  }
}
.mixitBox:hover {
  background-color: #1c1c1c;
}
.tagList {
  padding: 1px 3px 1px;
  border: 1px solid #6c6c6c;
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin-right: 3px;
}
/**
 page do it ++++++++++++++++++++++++++++++++++++++++++++
 */
.schedule .photoWrap {
  position: relative;
}
.schedule .photoWrap .photo {
  text-align: center;
}
@media (min-width: 769px) {
  .schedule .photoWrap .photo {
    position: absolute;
    right: 0;
    top: 100px;
    width: 260px;
  }
  .schedule .photoWrap .photo .p2 {
    margin-bottom: 5px;
  }
}
.schedule .timeWrap {
  position: relative;
  z-index: 2;
  padding: 10px 10px 10px 36px;
  margin: 15px 0;
}
.schedule .timeWrap:before {
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  content: "";
  background: #008fce;
}
.schedule .timeLine {
  position: relative;
  color: #00b2ff;
  font-weight: bold;
  font-size: 20px;
  margin: 5px 0;
}
.schedule .timeLine:before {
  border-radius: 50%;
  /*丸くする*/
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: -35px;
  top: 5px;
  content: "";
  background: #008fce;
}
h3.bullet {
  text-align: left;
  font-size: 26px;
  color: #ffc900;
  position: relative;
  padding-left: 30px;
  margin: 40px 0 20px;
}
h3.bullet:before {
  display: none;
}
h3.bullet:after {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0em;
  top: 27px;
  content: "";
  background: #ffc900;
}
h4.bullet {
  font-size: 18px;
  color: #ffc900;
  position: relative;
  padding-left: 21px;
}
h4.bullet:before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0em;
  top: 7px;
  content: "";
  background: #008fce;
}
.cp_boss h4.bullet {
  color: #fff;
}
.cp_boss h4.bullet:before {
  background: #ffc900;
}
.ask {
  text-align: left;
  padding: 0 10px;
}
.ask .ti {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #008fce;
  padding: 3px 12px;
}
.ask .cont {
  padding-left: 1em;
}
.case .box_0.k th {
  color: #fff;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .case .box_0.k th {
    text-align: center;
  }
}
.nagareWrap {
  margin-bottom: 30px;
}
.nagareWrap .down img {
  position: absolute;
  left: calc(75px + 13.13%);
  bottom: -13px;
}
@media (max-width: 767px) {
  .nagareWrap .down img {
    padding: 0;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.nagare {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  border-bottom: 1px solid #6c6c6c;
  padding: 20px 0;
}
.nagare.last {
  border-bottom: none;
}
.nagare .nag1 {
  width: 80px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #ffc900;
  padding: 15px;
}
.nagare .nag2 {
  font-size: 18px;
  text-align: center;
  padding: 15px;
  width: 320px;
  font-weight: bold;
}
.nagare .nag3 {
  padding: 15px;
  width: 40%;
}
.nagare .nag4 {
  width: 270px;
  height: auto;
}
@media (max-width: 767px) {
  .nagare {
    display: block;
    text-align: center;
  }
  .nagare .nag1 {
    padding-bottom: 5px;
  }
  .nagare .nag1,
  .nagare .nag2 {
    display: inline-block;
    width: auto;
  }
  .nagare .nag3 {
    padding-top: 0;
    width: auto;
  }
  .nagare .nag4 {
    width: auto;
  }
}
.columnWrap {
  background: transparent url(/images/metalprocessing-9.png) no-repeat center / cover;
  background-size: cover;
  padding: 50px;
  width: 100%;
  min-height: 660px;
}
.columnWrap.boss {
  background: transparent url(/images/cp_boss-5.png) no-repeat center / cover;
}
@media (max-width: 767px) {
  .columnWrap {
    background-image: url(/images/metalprocessing-9sp.png);
    min-height: auto;
    padding: 20px;
  }
  .columnWrap.boss {
    background-image: url(/images/cp_boss-5sp.png);
    margin-bottom: -3px;
  }
}
.columnWrap > section {
  display: block;
  width: 67%;
}
@media (max-width: 767px) {
  .columnWrap > section {
    width: 100%;
    padding: 20px;
  }
}
.columnWrap > section h3 {
  text-align: left;
  padding: 5px 0;
}
.columnWrap > section h3:before {
  display: none;
}
.promo .base {
  position: relative;
}
.promo .base:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 195px;
  background: transparent url(/images/metalprocessing-1.png) no-repeat center center;
  z-index: 1;
}
.promo h2 {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 50px 10px;
}
.promo h2:before {
  display: none;
}
.promo .back {
  position: relative;
  z-index: 2;
}
/**
 headers
 */
.list-fixed {
  top: 0;
  z-index: 993;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#header {
  position: fixed;
  transition: background-color 0.31s ease-in-out;
  height: 130px;
}
@media (max-width: 768px) {
  #header {
    height: 52px;
  }
}
#header.list-fixed.add-fixed {
  background-color: rgba(0, 0, 0, 0.65);
  height: 103px;
}
@media (max-width: 768px) {
  #header.list-fixed.add-fixed {
    height: 52px;
  }
}
#header.list-fixed.add-fixed .header-bottom {
  height: 23px;
}
#header .header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media (min-width: 769px) {
  #header .header-top {
    min-height: 80px;
  }
}
#header .header-top h1.header-rogo {
  margin: 0;
  display: block;
  width: 290px;
  max-height: 60px;
  font-size: 0;
}
@media (max-width: 768px) {
  #header .header-top h1.header-rogo {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 768px) {
  #header .header-top .header-phone {
    display: none;
  }
}
#header .header-bottom {
  font-weight: bold;
}
@media (max-width: 768px) {
  #header .header-bottom {
    display: none;
  }
}
@media (max-width: 768px) {
  #header #menu-topmenu {
    display: none;
  }
}
@media (min-width: 769px) {
  #header .header-bottom {
    transition: height 0.31s ease-in-out;
    background-color: #1c1c1c;
    height: 50px;
    display: flex;
    align-items: center;
  }
  #header ul#menu-topmenu {
    color: #fff;
    font-size: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header ul#menu-topmenu > li {
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 1.11;
  }
  #header ul#menu-topmenu > li:after {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    display: block;
    width: 1px;
    height: 1.5em;
    margin: auto 0;
    background: #fff;
    content: "";
  }
  #header ul#menu-topmenu > li.menu-item-41:before {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    display: block;
    width: 1px;
    height: 1.5em;
    margin: auto 0;
    background: #fff;
    content: "";
  }
  #header ul#menu-topmenu > li > a {
    display: block;
    margin: 0 5px;
    padding: 3px;
    color: #fff;
    cursor: pointer;
  }
  #header ul#menu-topmenu > li:hover > a,
  #header ul#menu-topmenu > li.current-menu-item > a,
  #header ul#menu-topmenu > li.current-page-parent > a {
    background: linear-gradient(to right, #00ac97 0%, #00608f 100%);
  }
  #header ul#menu-topmenu > li > a:hover {
    text-decoration: underline;
  }
  #header ul#menu-topmenu > li > ul {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 22px;
    background-color: #1c1c1c;
  }
  #header ul#menu-topmenu > li > ul > li > a {
    display: block;
    color: #fff;
    width: 100%;
    padding: 7px 5px 6px;
    border-bottom: 1px solid #6c6c6c;
    cursor: pointer;
  }
  #header ul#menu-topmenu > li > ul.show {
    display: block;
  }
}
#wrapper {
  padding-top: 135px;
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 55px;
  }
}
.drawer-nav {
  z-index: 4;
}
.drawer-overlay {
  z-index: 998;
}
.drawer-hamburger {
  padding: 15px 0.75rem 25px;
  background-color: #008fce;
  z-index: 999;
}
@media (min-width: 769px) {
  .drawer-hamburger {
    display: none;
  }
}
.drawer-hamburger:hover {
  background-color: #008fce;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 25rem;
}
.drawer--right .drawer-nav {
  z-index: 999;
  right: -25rem;
  width: 25rem;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #1c1c1c;
}
@media (max-width: 767px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: calc(100vw - 56px);
  }
  .drawer--right .drawer-nav {
    right: calc(-100vw - 56px);
    width: calc(100vw - 56px);
  }
}
.drawer-brand {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
}
nav#SideNavClone ul.drawer-menu li a {
  display: block;
  padding: 7px 13px 10px;
}
nav#SideNavClone ul.drawer-menu ul.sub-menu a {
  padding: 3px 7px 10px 22px;
}
nav#SideNavClone ul.drawer-menu > li {
  position: relative;
}
nav#SideNavClone ul.drawer-menu > li:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 13px;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #00ac97 0%, #00608f 100%);
}
/**
 footer
 */
#footer {
  position: sticky;
  top: 100vh;
  background-color: #07609c;
  color: #fff;
}
#footer .footLogoWrap {
  padding: 10px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  #footer .footLogoWrap {
    display: flex;
    align-items: flex-end;
  }
}
#footer .footLogoWrap > a {
  display: inline-block;
  margin-bottom: 5px;
  flex-shrink: 0;
  height: auto;
}
@media (max-width: 767px) {
  #footer .footLogoWrap > a {
    padding: 15px 12px 0;
  }
}
#footer .footLogoWrap .adress {
  padding: 20px 25px 0px;
  width: 100%;
  font-size: 88%;
}
@media (min-width: 768px) {
  #footer .footLogoWrap table.box_0 th {
    width: 15%;
  }
}
ul#menu-sitemap,
ul#menu-bottommenu {
  font-size: 88%;
  padding-bottom: 20px;
}
ul#menu-sitemap .menu-item-50,
ul#menu-bottommenu .menu-item-50,
ul#menu-sitemap .menu-item-49,
ul#menu-bottommenu .menu-item-49,
ul#menu-sitemap .menu-item-47,
ul#menu-bottommenu .menu-item-47,
ul#menu-sitemap .menu-item-46,
ul#menu-bottommenu .menu-item-46 {
  font-size: 94%;
}
@media (min-width: 768px) {
  ul#menu-sitemap,
  ul#menu-bottommenu {
    display: flex;
  }
  ul#menu-sitemap > li.menu-item,
  ul#menu-bottommenu > li.menu-item {
    width: 100%;
  }
  ul#menu-sitemap > li.menu-item.menu-item-53,
  ul#menu-bottommenu > li.menu-item.menu-item-53 {
    width: 75%;
  }
}
@media (max-width: 767px) {
  ul#menu-sitemap,
  ul#menu-bottommenu {
    padding: 10px 10px 20px 20px;
  }
  ul#menu-sitemap .sub-menu,
  ul#menu-bottommenu .sub-menu {
    padding-left: 15px;
  }
  ul#menu-sitemap li.menu-item-44 > .sub-menu,
  ul#menu-bottommenu li.menu-item-44 > .sub-menu {
    padding-left: 0;
  }
}
ul#menu-sitemap li a,
ul#menu-bottommenu li a {
  display: block;
  padding: 3px 7px;
}
/*.menuWrap {
  ul.menu {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
  }
  ul.menu li {
    margin: 3px 0;
    //text-indent: -0.5em;
    padding-left: 1.7em;
    position: relative;
    font-size: 17px;
  }

  // fixup .list
  ul.menu li:before {
    border-radius: 50%; !*丸くする*!
    width:  7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0.8em;
    top:  0.61em;
    content: "";
    background: @this-KeyColor;
  }
  // fixup /css/style-main.css L1151
  ul.menu li:hover:before { background: @this-KeyColor; }

  li.menu-item-44 > .sub-menu {
    margin-left: -1.0em;
  }
}*/
.copy {
  background-color: #1c1c1c;
  padding: 7px;
  text-align: center;
  font-size: 81%;
}
/**
 sw 2021 utils ++++++++++++++++++++
 */
h4.h4-read {
  font-size: 1.2em;
  margin: 1.3em 0;
  position: relative;
  padding: 3px 0 0 1em;
}
h4.h4-read:before {
  position: absolute;
  top: 0.65em;
  left: 0px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: auto 0;
  background: #06c;
  content: "";
}
.hasLine {
  position: relative;
  display: inline-block;
}
.hasLine:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -10px;
  display: block;
  width: 1px;
  height: 1.5em;
  margin: auto 0;
  background: #2f90a7;
  content: "";
  transform: rotate(30deg);
}
.kakkoBack {
  padding: 25px;
  background: #fff;
  box-shadow: 0px -25px 0 -20px #fff, -25px 0px 0 -20px #fff, 0px 40px 0 -35px #fff, 25px 0px 0 -20px #fff, 0 0 0 5px #555;
}
.max-1080 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.max-850 {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.max-550 {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.gradBottom {
  text-align: center;
  position: relative;
  color: #fff;
  padding: 5px 10px 9px;
}
.gradBottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5em;
  height: 4px;
  background: linear-gradient(to right, #00ac97 0%, #00608f 100%);
}
.gradCut {
  text-align: center;
  position: relative;
  background: linear-gradient(to right, #00ac97 0%, #00608f 100%);
  z-index: 1;
  min-height: 1.7em;
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
  display: inline-block;
  padding: 0 1.3em 0 0.9em;
}
.gradCut:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.35em 20px;
  border-color: transparent transparent #000 transparent;
}
.gradCut > span {
  display: inline-block;
  padding: 3px 15px 2px 5px;
}
.gradBox1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  border-left: 2px solid #00ac97;
  border-right: 2px solid #00608f;
}
.gradBox1::before,
.gradBox1::after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(to right, #00ac97 0%, #00608f 100%);
}
.gradBox1 .gradBox1_inner {
  min-height: 3em;
  padding: 2em 1em;
}
@media (max-width: 767px) {
  .gradBox1 .gradBox1_inner {
    padding: 2.5em 15px 1.5em;
  }
}
.gradBox1 > span {
  display: inline-block;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #00b2ff;
  padding: 5px 10px;
  line-height: 1.45;
  font-weight: bold;
}
@media (max-width: 767px) {
  .gradBox1 > span {
    top: -45px;
  }
}
.skewBg {
  background: #eeaeca;
  background: radial-gradient(circle, #eeaeca 0%, #94bbe9 100%);
  position: relative;
  transform: skewY(-2.3deg);
}
.skewBg .skewBg-inner {
  transform: skewY(2.3deg);
}
.btn a,
.btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 60px;
  color: #00b2ff;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  border: 1px solid #00b2ff;
  background-color: #000;
  padding: 7px 60px 5px;
}
.btn a:hover {
  color: #fff;
}
.btnArrow button::after,
.btnArrow a::after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  transform: rotate(45deg) translateY(calc(-50% + 5px));
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #00b2ff;
}
.btnArrow a:hover {
  background-color: #07609c;
  border: 1px solid #07609c;
  color: #fff;
}
.btnArrow a:hover::after {
  border-color: #f2f2f2 #f2f2f2 transparent transparent;
}
.btnArrow.down a {
  min-width: 20em;
}
.btnArrow.down button::after,
.btnArrow.down a::after {
  transform: rotate(135deg) translateY(calc(-50% + 10px));
}
.modal_wrap {
  position: relative;
}
.modal_wrap .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.modal_wrap .modal_bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
}
.modal_wrap .modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.modal_wrap .modal_content._sm {
  width: 30%;
}
.modal_wrap .modal_content._md {
  width: 50%;
}
.modal_wrap .modal_content._lg {
  width: 95%;
}
@media (min-width: 768px) {
  .modal_wrap .modal_content._lg {
    width: 77%;
  }
}
.modal_wrap .modal_content_inner {
  position: relative;
  padding: 10px 10px 30px;
  color: #000;
}
.modal_wrap .modal_close {
  position: absolute;
  bottom: 1px;
  right: 10px;
}
/**
 table
 */
@media (min-width: 768px) {
  .contact th {
    width: 16em;
  }
}
.nomalT {
  width: 100%;
}
.nomalT th,
.nomalT td {
  border-bottom: 1px solid #6c6c6c;
  padding: 5px;
}
.nomalT td.r {
  width: 3em;
}
.box_1 label {
  width: 100%;
}
.box_1 input[type=text],
.box_1 textarea {
  width: 100%;
}
table.box_0 {
  width: 100%;
}
table.box_0.k th,
table.box_0.k td {
  border-bottom: 1px solid #6c6c6c;
  padding: 7px 5px 5px;
}
table.box_0.k th {
  color: #ffc900;
}
table.box_1 {
  margin-right: auto;
  margin-left: auto;
  /*width: 560px;*/
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
table.box_2 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
table.box_2 th {
  text-align: center;
}
table.box_1 ul,
table.box_2 ul {
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 10px;
}
table.box_1 li,
table.box_2 li {
  /*list-style-image: url(../image/sub/mark_yellow.gif);
  list-style-type: none;*/
}
table.box_1 th {
  border-bottom: 1px solid #1c1c1c;
  padding: 11px;
  color: #fff;
  background-color: #008fce;
}
table.box_2 th,
table.box_2 td {
  border-bottom: 1px solid #6c6c6c;
  padding: 11px;
}
table.box_2 th {
  color: #fff;
  background-color: #008fce;
}
table.box_1.th_bgColor th,
table.box_2.th_bgColor th {
  color: #00b2ff;
  border: 1px solid #c5cfcf;
}
table.box_1 th center,
table.box_2 th center {
  color: #333;
}
table.box_1 td {
  color: #000;
  border-bottom: 1px solid #1c1c1c;
  padding: 11px;
}
table.box_1 td.wrap,
table.box_2 td.wrap {
  border: 1px solid #d5e5ed;
}
table.box_1 .table_inner td,
table.box_2 .table_inner td {
  border: none;
  display: table-cell;
}
.table_inner td {
  border: none;
}
@media (max-width: 767px) {
  .tableWrap {
    position: relative;
    width: calc(100vw - 40px);
    overflow-x: scroll;
  }
  .tableWrap:before {
    content: "横にスクロールします→";
    display: block;
    font-size: 13px;
  }
  .tableWrap table.box_2 {
    font-size: 88%;
    width: 555px;
  }
  table.box_1 .table_inner td,
  table.box_2 .table_inner td {
    display: table-cell;
    width: auto;
  }
  table.box_1.th_bgColor th,
  table.box_2.th_bgColor th {
    border: 0px solid #8392b4;
  }
  table.box_0 th,
  table.box_0 td,
  table.box_1 th,
  table.box_1 td {
    display: block;
    width: 100%;
  }
  table.box_0 colgroup col,
  table.box_1 colgroup col {
    width: 100%;
  }
  table.box_1 th {
    border-top: none;
    border-bottom: none;
  }
  table.box_1 tr:first-child th {
    border-top: 1px solid #9ea5a6;
  }
}
/* # sw basic tab
 iOS9で動的にposition:fixedに切り替えるとスクロール中に要素が消える問題
 */
.scroll-to-fixed-fixed {
  transform: translate3d(0, 0, 0);
}
.afterBorder {
  position: relative;
}
.afterBorder:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  border-left: 1px solid #AABEC8;
  height: 100%;
}
.afterBorder.white:after {
  border-left: 1px solid #fff;
}
.beforeBorder {
  position: relative;
}
.beforeBorder:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-left: 1px solid #AABEC8;
  height: 100%;
}
.beforeBorder.white:before {
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .beforeBorder:before,
  .afterBorder:after {
    border: none;
  }
  .beforeBorder:before.white:after,
  .afterBorder:after.white:after {
    border: none;
  }
}
hr {
  border: none;
  height: 1px;
  border-top: 1px solid #008fce;
  margin: 0.5em auto;
}
hr.half-gray {
  border-top: 1px solid #6c6c6c;
}
.svgPc {
  display: block;
}
.svgSp {
  display: none;
}
@media (max-width: 767px) {
  .svgPc {
    display: none;
  }
  .svgSp {
    display: block;
  }
}
.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
p.dot {
  padding: 2px 10px 7px 18px;
  margin: 10px 0 10px;
  position: relative;
}
p.dot:before {
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  left: 0em;
  top: 9px;
  content: "";
  background: #888888;
}
ul.post-categories {
  pointer-events: none;
  margin-top: 5px;
  line-height: 1.4;
}
ul.post-categories,
ul.list {
  list-style: outside none none;
  padding-left: 0;
}
ul.post-categories li,
ul.list li {
  margin: 3px 0;
  padding-left: 0.9em;
  position: relative;
  font-size: 15px;
}
ul.post-categories li:before,
ul.list li:before {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0em;
  top: 0.43em;
  content: "";
  background: #008fce;
}
ul.post-categories li:hover:before,
ul.list li:hover:before {
  background: #008fce;
}
/* セレクタ名の前方一致 */
.case ul.post-categories [class^="h_"] {
  display: none;
}
/*ul.list li:before {
  border: none;
  color: @tmPage-color3;
  content: "●";
  display: inline-block;
  .meiryo;
  //font-family:"Font Awesome 5 Free";
  //font-weight: 900;
  //font-size: 6px;
  margin:  0px;
  padding: 0px;
  position: absolute;
  top:  8px;
  left: 5px;
}*/
/**
 goto top
 */
/* -------- Scroll To Top ---------- */
.scrollToTop {
  background: rgba(0, 0, 0, 0.3);
  bottom: 15px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}
.scrollToTop i {
  color: #fff;
  font-size: 42px;
}
.scrollToTop:hover {
  background: rgba(3, 50, 100, 0.7);
  text-decoration: none;
}
/* ---------------------
	contentsList
--------------------- */
.anim_list_item,
.contentsList_item {
  transition: opacity 0.5s cubic-bezier(0.42, 0, 0.58, 1), transform 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  transform: translateY(20px);
  opacity: 0;
}
/* js_contAnimation */
.anim_list_item.active,
.contentsList_item.active {
  transform: translateY(0px);
  opacity: 1;
}
.animate__animated {
  animation-delay: 0.11s;
  animation-duration: 0.71s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.start0 {
  opacity: 0;
}
.start0.active {
  opacity: 1;
}
.material-icons {
  line-height: 1.65;
  transition: all 0.31s ease-in-out;
}
.waypoint.test.active {
  color: red;
  font-size: 11rem;
  line-height: 1.15;
}
/* for EDGE */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#preloader {
  position: fixed;
  transition: all 0.31s ease-in-out;
  opacity: 1;
  background-color: rgba(178, 224, 232, 0.7);
}
#preloader #spinner {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-done #preloader {
  opacity: 0;
  height: 0;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #61bff5;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*# sourceMappingURL=style.css.map */