@charset "UTF-8";
/*
Theme Name: Chelion
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 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 {
  -webkit-box-sizing: content-box;
          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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

html {
  font-size: 62.5%;
}

@media (max-width: 768px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Arial","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;
  font-size: 1.6em;
  line-height: 1.6em;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  text-decoration: none;
}

#header {
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .h_logo {
  margin: 0 0 0 3rem;
}

#header .h_logo img {
  width: 135px;
  height: auto;
}

#header .nav li {
  font-size: 1.62rem;
}

#header .nav li a {
  color: #fff;
  display: block;
  padding: 1.9rem 1rem;
}

#header .nav li a.contact_btn {
  background: #d41518;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d41518), to(#82191e));
  background: linear-gradient(to bottom, #d41518 0%, #82191e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-clip-path: polygon(40% 100%, 0% 0%, 100% 0%, 100% 100%);
          clip-path: polygon(40% 100%, 0% 0%, 100% 0%, 100% 100%);
  padding-right: 3rem;
  padding-left: 10rem;
}

#header .nav li a.contact_btn:hover {
  color: #aaaaaa;
}

#header .nav li a.en_fontsize {
  font-size: 1.7rem;
  text-transform: capitalize !important;
}

#header .nav li .sub-menu {
  padding: 0;
}

#header .nav li .sub-menu li a {
  padding: 0.5rem 0 0.5rem 0;
}

#header .nav li .sub-menu li a.en_font {
  text-transform: capitalize !important;
}

#header .nav li .sub-menu li:last-child a {
  padding-bottom: 0.75rem;
}

#header .nav li .sub-menu.ja_fontsize li {
  font-size: 1.4rem;
}

#header .nav li .sub-menu.ja_fontsize li a {
  padding: 0.5rem 0 0.5rem 0;
}

#header .nav li .sub-menu.ja_fontsize li:last-child a {
  padding-bottom: 0.75rem;
}

@media (max-width: 1024px) {
  #header .h_logo img {
    width: 100px;
    height: auto;
  }
  #header .nav li a {
    padding: 1rem 0;
  }
}

@media (max-width: 768px) {
  #header {
    padding: 1.5rem 0;
  }
  #header .h_logo {
    margin: 0 0 0 1rem;
  }
  #header .h_logo img {
    width: 65px;
  }
  #header .nav li a {
    padding: 1.5rem 0 1.5rem 2rem;
  }
  #header .nav li a.contact_btn {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
    padding-right: 0;
    padding-left: 2rem;
  }
  #header .nav li a.en_fontsize {
    font-size: 1.7rem;
  }
  #header .nav li .sub-menu li {
    font-size: 1.5rem;
  }
  #header .nav li .sub-menu li a {
    color: #fff !important;
    opacity: 1 !important;
    padding-left: 3.5rem;
    padding: 1rem 0 0.5rem 3.5rem;
  }
  #header .nav li .sub-menu.ja_fontsize li {
    font-size: 1.5rem;
  }
  #header .nav li .sub-menu.ja_fontsize li a {
    padding: 1rem 0 0.5rem 3.5rem;
  }
  #header .nav li .sub-menu.ja_fontsize li:last-child a {
    padding-bottom: 0.75rem;
  }
  #header .nav li .mean-expand {
    font-weight: 400 !important;
  }
}

#over {
  display: none;
}

#over.open {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  #header .mask {
    background: rgba(22, 34, 42, 0.4);
    top: 60px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

html.fixed {
  overflow: hidden !important;
}

html.fixed body {
  overflow: hidden !important;
}

.over {
  display: none;
}

.over.open {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
}

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  width: 100%;
  position: fixed;
  background: none;
  min-height: auto;
  z-index: 999998;
  top: 0;
  left: 0;
}

.mean-container .mean-bar {
  width: 100%;
  position: fixed;
  background: none;
  min-height: auto;
  z-index: 98;
  top: 0;
  left: 0;
}

.meanmenu-reveal-btn {
  position: absolute;
  display: block;
  z-index: 99999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
}

.meanmenu-reveal {
  width: 100px !important;
  height: 60px !important;
  /*margin: 17px 17px 27px 17px;*/
  margin: 0;
  display: block !important;
  position: relative;
  background: #d41518;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d41518), to(#82191e));
  background: linear-gradient(to bottom, #d41518 0%, #82191e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-clip-path: polygon(55% 100%, 10% 0%, 100% 0%, 100% 100%);
          clip-path: polygon(55% 100%, 10% 0%, 100% 0%, 100% 100%);
}

.meanmenu-reveal span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50px;
  width: 30px;
  height: 2px;
  margin: 0 auto;
}

.meanmenu-reveal span:nth-of-type(1) {
  top: 0;
  background: #6bcbba;
}

.meanmenu-reveal span:nth-of-type(2) {
  top: 8px;
  background: #6bcacb;
}

.meanmenu-reveal span:nth-of-type(3) {
  top: 16px;
  background: #6bbacb;
}

.meanmenu-reveal span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}

.meanmenu-reveal span:nth-of-type(2) {
  -webkit-transition: all .25s .25s;
  transition: all .25s .25s;
  opacity: 1;
}

.meanmenu-reveal span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

.meanclose span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
  top: -2px;
}

.meanclose span:nth-of-type(2) {
  opacity: 0;
}

.meanclose span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}

@keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

.mean-container .mean-nav {
  width: 100%;
  margin-top: 60px;
  max-height: 100vh;
  overflow-y: auto;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 99;
  max-height: 100vh;
  max-height: calc(100vh - 60px);
  background: #eef7f9;
}

.mean-container .mean-nav ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span.pre {
  display: block;
  width: 100%;
  padding: 1em;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #477684;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mean-container .mean-nav ul li li a {
  width: 100%;
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  /*margin-top:1px;*/
  width: 60px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0.2em;
  font-size: 24px;
  color: #6bb5cb;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

#header {
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#gNav a:hover {
  color: #999;
}

@media only screen and (max-width: 768px) {
  #header {
    height: 60px;
  }
  .h_logo {
    position: absolute;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  #h_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gNav ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:nth-child(3) {
    margin-right: 1rem;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -87px;
    width: 170px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav li:hover ul.sub-menu {
    top: 115px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

@media (max-width: 1024px) {
  #gNav li:hover ul.sub-menu {
    top: 100px;
  }
}

/*****
PC・スマホ共通
*****/
#header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (max-width: 768px) {
  #header {
    height: 60px;
    /*値を揃える　01*/
  }
}

.mean-container .mean-bar {
  padding: 0;
}

#gNav ul > li:hover a,
#gNav .current-menu-item a,
#gNav .current-menu-parent a {
  color: #fff;
  /*親メニューホバー時文字色*/
}

/*****
PC
*****/
#gNav .sub-menu li a:hover {
  color: #aaaaaa !important;
  /*サブメニューホバー時文字色*/
}

/*****
スマホ
*****/
/*
ロゴ
*/
@media (max-width: 768px) {
  .h_logo {
    padding: 13px;
    /*位置調整*/
  }
}

/*
トグルボタン
*/
.mean-container a.meanmenu-reveal {
  padding: 0;
}

.mean-container a.meanmenu-reveal span {
  background: #fff;
  height: 2px;
  margin-top: 19px;
  margin-left: 7px;
}

/*
メニュー
*/
.mean-container .mean-nav {
  margin-top: 60px;
  /*値を揃える　01*/
}

.mean-container .mean-nav ul {
  background: #000;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 1em 5%;
  margin: 0;
  color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/*
サブメニュートグル
*/
.mean-container .mean-nav ul li a.mean-expand {
  width: 60px;
  height: 49px;
  padding: 0.2em;
  color: #fff;
  border: none !important;
  background: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #000;
  color: #fff;
}

/*
サブメニュー
*/
nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #000;
}

.mean-container .mean-nav ul li li a {
  width: 100%;
  padding: 1em 10%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: .75;
  filter: alpha(opacity=75);
  color: #fff;
}

#main {
  padding-bottom: 10rem;
}

#main.is__layer {
  padding-top: 118px;
}

@media (max-width: 1024px) {
  #main.is__layer {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  #main.is__layer {
    padding-top: 60px;
  }
}

.bread {
  position: absolute;
  top: 2rem;
  left: 4rem;
}

.bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bread ul li {
  font-size: 1.4rem;
  color: #fff;
}

.bread ul li a {
  color: #fff;
}

.bread ul li a::after {
  content: "/";
  margin: 0 0.5rem;
}

.bread ul li a:hover {
  color: #aaaaaa;
}

.bread.is__black {
  position: static;
  margin: 2rem 0 0 4rem;
}

.bread.is__black ul li {
  color: #595757;
}

.bread.is__black ul li a {
  color: #595757;
}

@media (max-width: 576px) {
  .bread {
    top: 1rem;
    left: 2rem;
  }
  .bread ul li {
    font-size: 1.2rem;
  }
}

.bread.is__black {
  margin: 1rem 0 0 2rem;
}

#footer {
  background: #f4f4f4;
  padding: 4rem 0 2rem;
}

#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#footer .inner .f_logo {
  width: 150px;
}

#footer .inner .f_logo img {
  max-width: 100%;
  height: auto;
}

#footer .inner .f_nav_copy_block {
  font-size: 1.2rem;
  text-align: right;
}

#footer .inner .f_nav_copy_block .policy a {
  color: #595757;
}

#footer .inner .f_nav_copy_block .policy a:hover {
  color: #aaaaaa;
}

#footer .inner .f_nav_copy_block .copy {
  color: #595757;
}

@media (max-width: 768px) {
  #footer {
    padding: 2rem 0 1rem;
    position: relative;
  }
  #footer .inner .f_logo img {
    width: 70px;
    height: auto;
  }
  #footer .inner .f_nav_copy_block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
}

#page-top a {
  background: #d51518;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d51518), to(#811a1f));
  background: linear-gradient(to bottom, #d51518 0%, #811a1f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-decoration: none;
  color: #fff;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-top a:hover {
  color: #ff9092;
}

@media (max-width: 768px) {
  #page-top a {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  #page-top a {
    width: 35px;
    height: 35px;
  }
}

.cnt01 .slider {
  margin-bottom: 0;
}

.cnt01 .slider .block {
  position: relative;
  width: 100%;
  height: 100vh;
}

.cnt01 .slider .block .img {
  line-height: 0;
}

.cnt01 .slider .block .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.cnt01 .slider .block .catch_block {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e5e5e5));
  background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5rem 5rem 5rem 5rem;
}

.cnt01 .slider .block .catch_block .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #d51518 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.cnt01 .slider .block .catch_block .title {
  color: #d51518;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  letter-spacing: 0.05em;
  font-family: "Arial","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;
}

.cnt01 .slider .block .catch_block .catch {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 5rem;
}

.cnt01 .slider .slick-dots {
  bottom: 15px;
}

.cnt01 .slider .slick-dots button::before {
  color: #fff;
  opacity: 1;
}

.cnt01 .slider .slick-dots .slick-active button::before {
  color: #d51518;
}

@media (max-width: 1024px) {
  .cnt01 .slider .block .catch_block {
    padding: 4rem 4rem 4rem 4rem;
  }
  .cnt01 .slider .block .catch_block .title {
    font-size: 1.6rem;
    margin: 0 0 0.5rem 0;
  }
  .cnt01 .slider .block .catch_block .catch {
    font-size: 3.3rem;
    line-height: 5rem;
  }
}

@media (max-width: 768px) {
  .cnt01 .slider .block {
    height: 63vw;
  }
  .cnt01 .slider .block .img img {
    height: 48vw;
  }
  .cnt01 .slider .block .catch_block {
    width: 100%;
    padding: 2rem;
    height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cnt01 .slider .block .catch_block .title {
    font-size: 1.6rem;
  }
  .cnt01 .slider .block .catch_block .catch {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
  .cnt01 .slider .slick-dots {
    bottom: 135px;
  }
}

@media (max-width: 576px) {
  .cnt01 .slider .block {
    height: 92vw;
  }
  .cnt01 .slider .block .img img {
    height: 60vw;
  }
}

.cnt02 .txt {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2em;
}

.cnt03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cnt03 .inner .block {
  width: 31.5%;
  background: #fff;
  padding: 4rem;
}

.cnt03 .inner .block .headline02 {
  font-size: clamp(1.825rem, 2vw, 2rem);
}

.cnt03 .inner .block .img img {
  max-width: 100%;
  height: auto;
}

.cnt03 .inner .block .txt {
  font-size: 1.5rem;
  line-height: 2em;
  text-align: justify;
}

.cnt03 .inner .block .txt span {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 0.5rem 0;
  text-align: left;
}

@media (max-width: 768px) {
  .cnt03 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cnt03 .inner .block {
    width: 100%;
    margin: 1rem 0;
  }
  .cnt03 .inner .block .img {
    text-align: center;
  }
  .cnt03 .inner .block .txt span {
    font-size: 1.825rem;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .cnt03 .inner .block .img {
    width: 75%;
    margin: 0 auto;
  }
}

.cnt04 {
  padding: 10rem 0;
}

.cnt04 .txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.0em;
  margin: 0 0 4rem 0;
}

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

@media (max-width: 576px) {
  .cnt04 {
    padding: 6rem 0;
  }
  .cnt04 .txt {
    text-align: justify;
  }
}

.cnt05 {
  position: relative;
  width: 100%;
  height: 450px;
}

.cnt05 .img img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cnt05 .header_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.cnt05 .header_contents .txt {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2em;
}

.cnt05 .header_contents .txt .sm_only {
  display: none;
}

@media (max-width: 768px) {
  .cnt05 {
    height: 300px;
  }
  .cnt05 .img img {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .cnt05 {
    height: 280px;
  }
  .cnt05 .img img {
    height: 280px;
  }
  .cnt05 .header_contents .txt {
    padding: 0 20px;
  }
  .cnt05 .header_contents .txt .sm_only {
    display: block;
  }
}

.cnt06 {
  padding: 6.5rem 0 10rem 0;
}

@media (max-width: 768px) {
  .cnt06 {
    padding: 5.5rem 0 8rem 0;
  }
}

@media (max-width: 576px) {
  .cnt06 {
    padding: 6rem 0 5rem 0;
  }
}

.cnt07 .block {
  margin: 0 0 4rem 0;
}

.cnt07 .title {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 1rem 0;
}

.cnt07 .title span {
  font-size: 2.3rem;
  font-weight: 900;
  margin: 0 0.5rem 0 0;
}

.cnt07 .txt {
  font-size: 1.5rem;
  text-align: justify;
}

.cnt07 .txt .bold {
  font-weight: 700;
}

.cnt08 .txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2em;
}

.cnt08 .txt a {
  text-decoration: underline;
}

.cnt09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cnt09 .block {
  width: 48%;
}

@media (max-width: 576px) {
  .cnt09 .block {
    width: 100%;
  }
  .cnt09 .block:nth-child(2) .list01:first-child {
    border-top: none;
  }
}

.cnt10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cnt10 .map_block {
  width: 67%;
}

.cnt10 .map_block .ggmap {
  position: relative;
  padding-bottom: 42%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 3rem 0;
}

.cnt10 .map_block .ggmap iframe,
.cnt10 .map_block .ggmap object,
.cnt10 .map_block .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cnt10 .map_block .ggmap iframe {
  margin-top: -200px;
  height: 820px;
}

.cnt10 .map_block .title {
  font-size: 1.5rem;
  font-weight: 700;
}

.cnt10 .map_block .txt {
  font-size: 1.5rem;
}

.cnt10 .access_block {
  width: 30%;
}

.cnt10 .access_block .img {
  margin: 0 0 3rem 0;
}

.cnt10 .access_block .img img {
  max-width: 100%;
  height: auto;
}

.cnt10 .access_block .title {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .cnt10 .map_block .ggmap iframe {
    height: 740px;
  }
}

@media (max-width: 768px) {
  .cnt10 .map_block {
    width: 65%;
  }
  .cnt10 .map_block .ggmap iframe {
    margin-top: -200px;
    height: 650px;
  }
  .cnt10 .access_block {
    width: 31%;
  }
}

@media (max-width: 576px) {
  .cnt10 .map_block {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .cnt10 .map_block .ggmap {
    margin: 0 0 2rem 0;
  }
  .cnt10 .map_block .ggmap iframe {
    height: clamp(570px, 150vw, 600px);
  }
  .cnt10 .access_block {
    width: 100%;
  }
  .cnt10 .access_block .img {
    margin: 0 0 2rem 0;
  }
}

.cnt11 {
  padding: 8rem 0 3rem 0;
  background: url(assets/images/companyinfo_img02.png) no-repeat center bottom, #f4f4f4;
  background-size: cover;
}

.cnt11 .contents_block {
  margin: 0 0 10rem 0;
}

@media (max-width: 768px) {
  .cnt11 {
    padding: 6rem 0 3rem 0;
  }
}

@media (max-width: 576px) {
  .cnt11 {
    padding: 5rem 0 1rem 0;
  }
}

.cnt12 {
  background: #fff;
  padding: 4rem 4rem 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cnt12 .block {
  width: 48%;
}

.cnt12 .block p {
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
  line-height: 2em;
  text-align: justify;
}

.cnt12 .name {
  width: 100%;
  text-align: right;
  font-weight: 700;
}

@media (max-width: 576px) {
  .cnt12 .block {
    width: 100%;
  }
}

.cnt13 .img {
  width: 100%;
  max-width: 397px;
  margin: 0 auto;
}

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

.cnt14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cnt14 p {
  background: #fff;
  padding: 4rem 4rem 4rem 4rem;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2em;
}

.cnt15 {
  padding: 10rem 0 10rem 0;
}

.cnt15 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cnt15 .inner .img {
  width: 48%;
}

.cnt15 .inner .img img {
  max-width: 100%;
  height: auto;
}

.cnt15 .inner .txt_block {
  width: 52%;
  padding: 0 0 0 3rem;
}

.cnt15 .inner .txt_block p {
  font-size: 1.5rem;
  line-height: 2.0em;
  text-align: justify;
}

@media (max-width: 768px) {
  .cnt15 {
    padding: 7rem 0 8rem 0;
  }
  .cnt15 .inner .img {
    width: 85%;
    margin: 0 auto 4rem auto;
  }
  .cnt15 .inner .txt_block {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
  }
  .cnt15 .inner .txt_block p {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .cnt15 {
    padding: 6rem 0 5rem 0;
  }
  .cnt15 .inner .img {
    width: 90%;
  }
  .cnt15 .inner .txt_block p {
    text-align: left;
  }
}

.cnt16 {
  position: relative;
  margin: 10rem 0 0 0;
}

.cnt16 .img {
  width: 100%;
  max-width: 60%;
  height: auto;
}

.cnt16 .img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cnt16 .container-1280 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cnt16 .inner {
  display: inline-block;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(white));
  background: linear-gradient(to right, #f4f4f4 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 4rem;
  float: right;
  width: 45%;
}

.cnt16 .inner .title {
  color: #d51518;
  font-weight: 700;
  font-size: 2.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin: 0 0 1.5rem 0;
}

.cnt16 .inner .title span {
  font-weight: 900;
  font-size: 2.4rem;
  margin-top: -3px;
}

.cnt16 .inner .title span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #aaaaaa;
  margin: 0 1rem;
  vertical-align: bottom;
}

.cnt16 .inner .txt {
  font-size: 1.5rem;
  line-height: 2em;
  text-align: justify;
}

.cnt16.is__reverse .img {
  float: right;
}

.cnt16.is__reverse .inner {
  float: left;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(white), to(#e5e5e5));
  background: linear-gradient(to right, white 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (max-width: 1024px) {
  .cnt16 .img {
    height: 400px;
  }
  .cnt16 .img img {
    height: 400px;
  }
  .cnt16 .inner {
    width: 55vw;
  }
}

@media (max-width: 768px) {
  .cnt16 {
    position: static;
    margin: 6rem 0 0 0;
  }
  .cnt16 .img {
    max-width: none;
    height: 50vw;
    max-height: 320px;
    margin: 0 0 2rem 0;
  }
  .cnt16 .img img {
    width: 100%;
    height: 50vw;
    max-height: 320px;
  }
  .cnt16 .container-1280 {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cnt16 .inner {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 3rem;
  }
}

.cnt17 p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2em;
}

.cnt17 p:first-child {
  color: #d51518;
  font-weight: 700;
  font-size: 2.0rem;
  margin: 0 0 3rem 0;
}

.cnt18 p {
  text-align: center;
}

.cnt18 p:first-child {
  margin: 0 0 3rem 0;
}

.cnt18 p a {
  text-decoration: underline;
}

.cnt18 p a:hover {
  text-decoration: none;
}

.headline01 {
  color: #d51518;
  font-size: clamp(2.4rem, 3vw, 3rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.headline01 span {
  font-size: 1.4rem;
  display: block;
  margin: 0 0 1rem 0;
  letter-spacing: 0.2em;
}

.headline02 {
  text-align: center;
  font-size: clamp(1.6rem, 1vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.headline02 span {
  font-size: 2.3rem;
}

.headline03 {
  color: #fff;
  font-size: clamp(3rem, 3vw, 3.8rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

.headline03 span {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
  margin: 0 0 1.5rem 0;
}

.headline04 {
  color: #d51518;
  font-size: clamp(3rem, 3vw, 3.8rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.headline04 span {
  font-size: 1.4rem;
  display: block;
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.2em;
}

.headline05 {
  color: #d51518;
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.headline05 span {
  font-size: 1.4rem;
  display: block;
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.2em;
}

.headline06 {
  color: #d51518;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.headline07 {
  line-height: 1.6em;
}

.headline07 span {
  margin: 0;
}

.btn_wrap_C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn01 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  max-width: 400px;
  padding: 1.5rem 0 1rem 0;
  font-weight: 700;
  background: #d41518;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#d41518), to(#831a1f));
  background: linear-gradient(to bottom, #d41518 0%, #831a1f 100%);
}

.btn01:hover {
  color: #ff9092;
}

.tbl01 {
  width: 100%;
}

.tbl01 tr th {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem 0;
  vertical-align: middle;
  width: 25%;
}

.tbl01 tr th.req::before {
  content: "必須";
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background: #d51518;
  line-height: 1;
  padding: 3px;
  margin: 0 1rem 0 0;
}

.tbl01 tr th.any::before {
  content: "任意";
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background: #aaaaaa;
  line-height: 1;
  padding: 3px;
  margin: 0 1rem 0 0;
}

.tbl01 tr th.align-top {
  vertical-align: top;
}

.tbl01 tr td {
  font-size: 1.5rem;
  padding: 1rem 0;
}

.tbl01 tr td.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tbl01 tr td.flex div {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tbl01 tr td.flex div .caption {
  width: 5%;
}

.tbl01 tr td.flex div .wpcf7-form-control-wrap {
  width: 95%;
}

.tbl01 tr td.flex div input {
  width: 100%;
}

@media (max-width: 1024px) {
  .tbl01 tr td {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  .tbl01 tr td.flex div .caption {
    width: 8%;
  }
  .tbl01 tr td.flex div .wpcf7-form-control-wrap {
    width: 92%;
  }
}

@media (max-width: 768px) {
  .tbl01 tr th {
    width: 35%;
  }
}

@media (max-width: 576px) {
  .tbl01 {
    display: block;
    width: 100%;
  }
  .tbl01 tbody {
    display: block;
    width: 100%;
  }
  .tbl01 tbody tr {
    display: block;
    width: 100%;
  }
  .tbl01 tbody tr th {
    display: block;
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .tbl01 tbody tr td {
    display: block;
    width: 100%;
    padding-bottom: 2rem;
  }
  .tbl01 tbody tr td.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbl01 tbody tr td.flex div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 1rem 0;
  }
  .tbl01 tbody tr td.flex div .caption {
    width: 5%;
  }
  .tbl01 tbody tr td.flex div .wpcf7-form-control-wrap {
    width: 95%;
  }
  .tbl01 tbody tr td.flex div input {
    width: 95% !important;
  }
}

.tbl01 input {
  background: #f4f4f4;
  padding: 10px;
}

.tbl01 input[type="checkbox"] {
  margin: 0 1rem 0 0;
}

.tbl01 input[type="text"] {
  width: 100%;
}

.tbl01 input[type="email"] {
  width: 100%;
}

.tbl01 input[type="tel"] {
  width: 100%;
}

.tbl01 textarea {
  width: 100%;
  resize: vertical;
  background: #f4f4f4;
  padding: 10px;
  height: 200px;
}

@media (max-width: 576px) {
  .tbl01 input[type="text"].half {
    width: calc(100% - 30px);
    margin: 0 0 0 15px;
  }
  .tbl01 textarea {
    height: 100px;
  }
}

.tbl01_form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}

.tbl01_form_btn input[type="submit"] {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  max-width: 400px;
  padding: 1.5rem 0 1rem 0;
  font-weight: 700;
  background: #d41518;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#d41518), to(#831a1f));
  background: linear-gradient(to bottom, #d41518 0%, #831a1f 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.tbl01_form_btn input[type="submit"]:hover {
  color: #ff9092;
}

@media (max-width: 576px) {
  .tbl01_form_btn {
    margin-top: 3rem;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.list01 {
  border-bottom: #e5e5e5 solid 1px;
  padding: 2rem 0;
  font-size: 1.5rem;
}

.list01:first-child {
  border-top: #e5e5e5 solid 1px;
}

.list01 dt {
  margin: 0 0 1rem 0;
}

.list02 li {
  margin: 0 0 0.5rem 1.5rem;
}

.list02 li::before {
  content: "●";
  margin: 0 0.5rem 0 -1.5rem;
  color: #e5e5e5;
}

.list02 li a {
  text-decoration: underline;
}

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

.list03 li {
  margin: 0 0 0 1.5rem;
  font-size: 1.5rem;
}

.list03 li::before {
  content: "●";
  margin: 0 0.5rem 0 -1.5rem;
  color: #e5e5e5;
}

.list03 li a {
  text-decoration: underline;
}

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

.top_aboutus_philosophy {
  background: url(assets/images/top_bgimg01.png) no-repeat center top, #f4f4f4;
  background-size: cover;
  padding: 14rem 0;
}

@media (max-width: 768px) {
  .top_aboutus_philosophy {
    background: url(assets/images/top_bgimg01__sp.png) no-repeat left top, #f4f4f4;
    padding: 10rem 0;
  }
}

@media (max-width: 576px) {
  .top_aboutus_philosophy {
    background-size: contain;
    padding: 6rem 0;
  }
}

#powerstorage,
#powerplant,
#oandm {
  padding-top: 300px;
  margin-top: -300px;
}

@media (max-width: 576px) {
  #powerstorage,
  #powerplant,
  #oandm {
    padding-top: 350px;
    margin-top: -350px;
  }
}

#overview,
#access,
#philosophy,
#message,
#corecompetence {
  padding-top: 150px;
  margin-top: -150px;
}

@media (max-width: 576px) {
  #overview,
  #access,
  #philosophy,
  #message,
  #corecompetence {
    padding-top: 80px;
    margin-top: -80px;
  }
}

#group {
  padding-top: 200px;
  margin-top: -100px;
}

@media (max-width: 576px) {
  #group {
    padding-top: 110px;
    margin-top: -10px;
  }
}

.companyinfo_article .headline05 span {
  margin: 0 0 1rem 0;
}

.privacypolicy_article .pl-40 {
  padding-left: 3.8rem !important;
}

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

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

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

body .d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

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

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

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

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

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

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

body .m-0 {
  margin: 0 !important;
}

body .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body .mt-0 {
  margin-top: 0 !important;
}

body .me-0 {
  margin-right: 0 !important;
}

body .mb-0 {
  margin-bottom: 0 !important;
}

body .ms-0 {
  margin-left: 0 !important;
}

body .p-0 {
  padding: 0 !important;
}

body .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body .pt-0 {
  padding-top: 0 !important;
}

body .pe-0 {
  padding-right: 0 !important;
}

body .pb-0 {
  padding-bottom: 0 !important;
}

body .ps-0 {
  padding-left: 0 !important;
}

@media (min-width: 576px) {
  body .d-sm-inline {
    display: inline !important;
  }
  body .d-sm-inline-block {
    display: inline-block !important;
  }
  body .d-sm-block {
    display: block !important;
  }
  body .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-sm-table {
    display: table !important;
  }
  body .d-sm-table-row {
    display: table-row !important;
  }
  body .d-sm-table-cell {
    display: table-cell !important;
  }
  body .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-sm-none {
    display: none !important;
  }
  body .m-sm-0 {
    margin: 0 !important;
  }
  body .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-sm-0 {
    margin-top: 0 !important;
  }
  body .me-sm-0 {
    margin-right: 0 !important;
  }
  body .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  body .ms-sm-0 {
    margin-left: 0 !important;
  }
  body .p-sm-0 {
    padding: 0 !important;
  }
  body .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-sm-0 {
    padding-top: 0 !important;
  }
  body .pe-sm-0 {
    padding-right: 0 !important;
  }
  body .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  body .ps-sm-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  body .d-md-inline {
    display: inline !important;
  }
  body .d-md-inline-block {
    display: inline-block !important;
  }
  body .d-md-block {
    display: block !important;
  }
  body .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-md-table {
    display: table !important;
  }
  body .d-md-table-row {
    display: table-row !important;
  }
  body .d-md-table-cell {
    display: table-cell !important;
  }
  body .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-md-none {
    display: none !important;
  }
  body .m-md-0 {
    margin: 0 !important;
  }
  body .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-md-0 {
    margin-top: 0 !important;
  }
  body .me-md-0 {
    margin-right: 0 !important;
  }
  body .mb-md-0 {
    margin-bottom: 0 !important;
  }
  body .ms-md-0 {
    margin-left: 0 !important;
  }
  body .p-md-0 {
    padding: 0 !important;
  }
  body .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-md-0 {
    padding-top: 0 !important;
  }
  body .pe-md-0 {
    padding-right: 0 !important;
  }
  body .pb-md-0 {
    padding-bottom: 0 !important;
  }
  body .ps-md-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  body .d-lg-inline {
    display: inline !important;
  }
  body .d-lg-inline-block {
    display: inline-block !important;
  }
  body .d-lg-block {
    display: block !important;
  }
  body .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-lg-table {
    display: table !important;
  }
  body .d-lg-table-row {
    display: table-row !important;
  }
  body .d-lg-table-cell {
    display: table-cell !important;
  }
  body .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-lg-none {
    display: none !important;
  }
  body .m-lg-0 {
    margin: 0 !important;
  }
  body .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-lg-0 {
    margin-top: 0 !important;
  }
  body .me-lg-0 {
    margin-right: 0 !important;
  }
  body .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  body .ms-lg-0 {
    margin-left: 0 !important;
  }
  body .p-lg-0 {
    padding: 0 !important;
  }
  body .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-lg-0 {
    padding-top: 0 !important;
  }
  body .pe-lg-0 {
    padding-right: 0 !important;
  }
  body .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  body .ps-lg-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  body .d-xl-inline {
    display: inline !important;
  }
  body .d-xl-inline-block {
    display: inline-block !important;
  }
  body .d-xl-block {
    display: block !important;
  }
  body .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-xl-table {
    display: table !important;
  }
  body .d-xl-table-row {
    display: table-row !important;
  }
  body .d-xl-table-cell {
    display: table-cell !important;
  }
  body .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-xl-none {
    display: none !important;
  }
  body .m-xl-0 {
    margin: 0 !important;
  }
  body .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-xl-0 {
    margin-top: 0 !important;
  }
  body .me-xl-0 {
    margin-right: 0 !important;
  }
  body .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  body .ms-xl-0 {
    margin-left: 0 !important;
  }
  body .p-xl-0 {
    padding: 0 !important;
  }
  body .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-xl-0 {
    padding-top: 0 !important;
  }
  body .pe-xl-0 {
    padding-right: 0 !important;
  }
  body .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  body .ps-xl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1400px) {
  body .d-xxl-inline {
    display: inline !important;
  }
  body .d-xxl-inline-block {
    display: inline-block !important;
  }
  body .d-xxl-block {
    display: block !important;
  }
  body .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-xxl-table {
    display: table !important;
  }
  body .d-xxl-table-row {
    display: table-row !important;
  }
  body .d-xxl-table-cell {
    display: table-cell !important;
  }
  body .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-xxl-none {
    display: none !important;
  }
  body .m-xxl-0 {
    margin: 0 !important;
  }
  body .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-xxl-0 {
    margin-top: 0 !important;
  }
  body .me-xxl-0 {
    margin-right: 0 !important;
  }
  body .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  body .ms-xxl-0 {
    margin-left: 0 !important;
  }
  body .p-xxl-0 {
    padding: 0 !important;
  }
  body .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-xxl-0 {
    padding-top: 0 !important;
  }
  body .pe-xxl-0 {
    padding-right: 0 !important;
  }
  body .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  body .ps-xxl-0 {
    padding-left: 0 !important;
  }
}

body .mt-10 {
  margin-top: 1rem !important;
}

body .mt-20 {
  margin-top: 2rem !important;
}

body .mt-30 {
  margin-top: 3rem !important;
}

body .mt-40 {
  margin-top: 4rem !important;
}

body .mt-50 {
  margin-top: 5rem !important;
}

body .mt-60 {
  margin-top: 6rem !important;
}

body .mt-70 {
  margin-top: 7rem !important;
}

body .mt-80 {
  margin-top: 8rem !important;
}

body .mt-90 {
  margin-top: 9rem !important;
}

body .mt-100 {
  margin-top: 10rem !important;
}

body .mt-110 {
  margin-top: 11rem !important;
}

body .mt-120 {
  margin-top: 12rem !important;
}

body .mt-130 {
  margin-top: 13rem !important;
}

body .mt-140 {
  margin-top: 14rem !important;
}

body .mt-150 {
  margin-top: 15rem !important;
}

body .mt-160 {
  margin-top: 16rem !important;
}

body .mt-170 {
  margin-top: 17rem !important;
}

body .mt-180 {
  margin-top: 18rem !important;
}

body .mt-190 {
  margin-top: 19rem !important;
}

body .mt-200 {
  margin-top: 20rem !important;
}

body .mr-10 {
  margin-right: 1rem !important;
}

body .mr-20 {
  margin-right: 2rem !important;
}

body .mr-30 {
  margin-right: 3rem !important;
}

body .mr-40 {
  margin-right: 4rem !important;
}

body .mr-50 {
  margin-right: 5rem !important;
}

body .mr-60 {
  margin-right: 6rem !important;
}

body .mr-70 {
  margin-right: 7rem !important;
}

body .mr-80 {
  margin-right: 8rem !important;
}

body .mr-90 {
  margin-right: 9rem !important;
}

body .mr-100 {
  margin-right: 10rem !important;
}

body .mr-110 {
  margin-right: 11rem !important;
}

body .mr-120 {
  margin-right: 12rem !important;
}

body .mr-130 {
  margin-right: 13rem !important;
}

body .mr-140 {
  margin-right: 14rem !important;
}

body .mr-150 {
  margin-right: 15rem !important;
}

body .mr-160 {
  margin-right: 16rem !important;
}

body .mr-170 {
  margin-right: 17rem !important;
}

body .mr-180 {
  margin-right: 18rem !important;
}

body .mr-190 {
  margin-right: 19rem !important;
}

body .mr-200 {
  margin-right: 20rem !important;
}

body .mb-10 {
  margin-bottom: 1rem !important;
}

body .mb-20 {
  margin-bottom: 2rem !important;
}

body .mb-30 {
  margin-bottom: 3rem !important;
}

body .mb-40 {
  margin-bottom: 4rem !important;
}

body .mb-50 {
  margin-bottom: 5rem !important;
}

body .mb-60 {
  margin-bottom: 6rem !important;
}

body .mb-70 {
  margin-bottom: 7rem !important;
}

body .mb-80 {
  margin-bottom: 8rem !important;
}

body .mb-90 {
  margin-bottom: 9rem !important;
}

body .mb-100 {
  margin-bottom: 10rem !important;
}

body .mb-110 {
  margin-bottom: 11rem !important;
}

body .mb-120 {
  margin-bottom: 12rem !important;
}

body .mb-130 {
  margin-bottom: 13rem !important;
}

body .mb-140 {
  margin-bottom: 14rem !important;
}

body .mb-150 {
  margin-bottom: 15rem !important;
}

body .mb-160 {
  margin-bottom: 16rem !important;
}

body .mb-170 {
  margin-bottom: 17rem !important;
}

body .mb-180 {
  margin-bottom: 18rem !important;
}

body .mb-190 {
  margin-bottom: 19rem !important;
}

body .mb-200 {
  margin-bottom: 20rem !important;
}

body .ml-10 {
  margin-left: 1rem !important;
}

body .ml-20 {
  margin-left: 2rem !important;
}

body .ml-30 {
  margin-left: 3rem !important;
}

body .ml-40 {
  margin-left: 4rem !important;
}

body .ml-50 {
  margin-left: 5rem !important;
}

body .ml-60 {
  margin-left: 6rem !important;
}

body .ml-70 {
  margin-left: 7rem !important;
}

body .ml-80 {
  margin-left: 8rem !important;
}

body .ml-90 {
  margin-left: 9rem !important;
}

body .ml-100 {
  margin-left: 10rem !important;
}

body .ml-110 {
  margin-left: 11rem !important;
}

body .ml-120 {
  margin-left: 12rem !important;
}

body .ml-130 {
  margin-left: 13rem !important;
}

body .ml-140 {
  margin-left: 14rem !important;
}

body .ml-150 {
  margin-left: 15rem !important;
}

body .ml-160 {
  margin-left: 16rem !important;
}

body .ml-170 {
  margin-left: 17rem !important;
}

body .ml-180 {
  margin-left: 18rem !important;
}

body .ml-190 {
  margin-left: 19rem !important;
}

body .ml-200 {
  margin-left: 20rem !important;
}

body .pt-10 {
  padding-top: 1rem !important;
}

body .pt-20 {
  padding-top: 2rem !important;
}

body .pt-30 {
  padding-top: 3rem !important;
}

body .pt-40 {
  padding-top: 4rem !important;
}

body .pt-50 {
  padding-top: 5rem !important;
}

body .pt-60 {
  padding-top: 6rem !important;
}

body .pt-70 {
  padding-top: 7rem !important;
}

body .pt-80 {
  padding-top: 8rem !important;
}

body .pt-90 {
  padding-top: 9rem !important;
}

body .pt-100 {
  padding-top: 10rem !important;
}

body .pt-110 {
  padding-top: 11rem !important;
}

body .pt-120 {
  padding-top: 12rem !important;
}

body .pt-130 {
  padding-top: 13rem !important;
}

body .pt-140 {
  padding-top: 14rem !important;
}

body .pt-150 {
  padding-top: 15rem !important;
}

body .pt-160 {
  padding-top: 16rem !important;
}

body .pt-170 {
  padding-top: 17rem !important;
}

body .pt-180 {
  padding-top: 18rem !important;
}

body .pt-190 {
  padding-top: 19rem !important;
}

body .pt-200 {
  padding-top: 20rem !important;
}

body .pr-10 {
  padding-right: 1rem !important;
}

body .pr-20 {
  padding-right: 2rem !important;
}

body .pr-30 {
  padding-right: 3rem !important;
}

body .pr-40 {
  padding-right: 4rem !important;
}

body .pr-50 {
  padding-right: 5rem !important;
}

body .pr-60 {
  padding-right: 6rem !important;
}

body .pr-70 {
  padding-right: 7rem !important;
}

body .pr-80 {
  padding-right: 8rem !important;
}

body .pr-90 {
  padding-right: 9rem !important;
}

body .pr-100 {
  padding-right: 10rem !important;
}

body .pr-110 {
  padding-right: 11rem !important;
}

body .pr-120 {
  padding-right: 12rem !important;
}

body .pr-130 {
  padding-right: 13rem !important;
}

body .pr-140 {
  padding-right: 14rem !important;
}

body .pr-150 {
  padding-right: 15rem !important;
}

body .pr-160 {
  padding-right: 16rem !important;
}

body .pr-170 {
  padding-right: 17rem !important;
}

body .pr-180 {
  padding-right: 18rem !important;
}

body .pr-190 {
  padding-right: 19rem !important;
}

body .pr-200 {
  padding-right: 20rem !important;
}

body .pb-10 {
  padding-bottom: 1rem !important;
}

body .pb-20 {
  padding-bottom: 2rem !important;
}

body .pb-30 {
  padding-bottom: 3rem !important;
}

body .pb-40 {
  padding-bottom: 4rem !important;
}

body .pb-50 {
  padding-bottom: 5rem !important;
}

body .pb-60 {
  padding-bottom: 6rem !important;
}

body .pb-70 {
  padding-bottom: 7rem !important;
}

body .pb-80 {
  padding-bottom: 8rem !important;
}

body .pb-90 {
  padding-bottom: 9rem !important;
}

body .pb-100 {
  padding-bottom: 10rem !important;
}

body .pb-110 {
  padding-bottom: 11rem !important;
}

body .pb-120 {
  padding-bottom: 12rem !important;
}

body .pb-130 {
  padding-bottom: 13rem !important;
}

body .pb-140 {
  padding-bottom: 14rem !important;
}

body .pb-150 {
  padding-bottom: 15rem !important;
}

body .pb-160 {
  padding-bottom: 16rem !important;
}

body .pb-170 {
  padding-bottom: 17rem !important;
}

body .pb-180 {
  padding-bottom: 18rem !important;
}

body .pb-190 {
  padding-bottom: 19rem !important;
}

body .pb-200 {
  padding-bottom: 20rem !important;
}

body .pl-10 {
  padding-left: 1rem !important;
}

body .pl-20 {
  padding-left: 2rem !important;
}

body .pl-30 {
  padding-left: 3rem !important;
}

body .pl-40 {
  padding-left: 4rem !important;
}

body .pl-50 {
  padding-left: 5rem !important;
}

body .pl-60 {
  padding-left: 6rem !important;
}

body .pl-70 {
  padding-left: 7rem !important;
}

body .pl-80 {
  padding-left: 8rem !important;
}

body .pl-90 {
  padding-left: 9rem !important;
}

body .pl-100 {
  padding-left: 10rem !important;
}

body .pl-110 {
  padding-left: 11rem !important;
}

body .pl-120 {
  padding-left: 12rem !important;
}

body .pl-130 {
  padding-left: 13rem !important;
}

body .pl-140 {
  padding-left: 14rem !important;
}

body .pl-150 {
  padding-left: 15rem !important;
}

body .pl-160 {
  padding-left: 16rem !important;
}

body .pl-170 {
  padding-left: 17rem !important;
}

body .pl-180 {
  padding-left: 18rem !important;
}

body .pl-190 {
  padding-left: 19rem !important;
}

body .pl-200 {
  padding-left: 20rem !important;
}

@media (max-width: 768px) {
  body .mt-10 {
    margin-top: calc(1rem / 1.2) !important;
  }
  body .mt-20 {
    margin-top: calc(2rem / 1.2) !important;
  }
  body .mt-30 {
    margin-top: calc(3rem / 1.2) !important;
  }
  body .mt-40 {
    margin-top: calc(4rem / 1.2) !important;
  }
  body .mt-50 {
    margin-top: calc(5rem / 1.2) !important;
  }
  body .mt-60 {
    margin-top: calc(6rem / 1.2) !important;
  }
  body .mt-70 {
    margin-top: calc(7rem / 1.2) !important;
  }
  body .mt-80 {
    margin-top: calc(8rem / 1.2) !important;
  }
  body .mt-90 {
    margin-top: calc(9rem / 1.2) !important;
  }
  body .mt-100 {
    margin-top: calc(10rem / 1.2) !important;
  }
  body .mt-110 {
    margin-top: calc(11rem / 1.2) !important;
  }
  body .mt-120 {
    margin-top: calc(12rem / 1.2) !important;
  }
  body .mt-130 {
    margin-top: calc(13rem / 1.2) !important;
  }
  body .mt-140 {
    margin-top: calc(14rem / 1.2) !important;
  }
  body .mt-150 {
    margin-top: calc(15rem / 1.2) !important;
  }
  body .mt-160 {
    margin-top: calc(16rem / 1.2) !important;
  }
  body .mt-170 {
    margin-top: calc(17rem / 1.2) !important;
  }
  body .mt-180 {
    margin-top: calc(18rem / 1.2) !important;
  }
  body .mt-190 {
    margin-top: calc(19rem / 1.2) !important;
  }
  body .mt-200 {
    margin-top: calc(20rem / 1.2) !important;
  }
  body .mr-10 {
    margin-right: calc(1rem / 1.2) !important;
  }
  body .mr-20 {
    margin-right: calc(2rem / 1.2) !important;
  }
  body .mr-30 {
    margin-right: calc(3rem / 1.2) !important;
  }
  body .mr-40 {
    margin-right: calc(4rem / 1.2) !important;
  }
  body .mr-50 {
    margin-right: calc(5rem / 1.2) !important;
  }
  body .mr-60 {
    margin-right: calc(6rem / 1.2) !important;
  }
  body .mr-70 {
    margin-right: calc(7rem / 1.2) !important;
  }
  body .mr-80 {
    margin-right: calc(8rem / 1.2) !important;
  }
  body .mr-90 {
    margin-right: calc(9rem / 1.2) !important;
  }
  body .mr-100 {
    margin-right: calc(10rem / 1.2) !important;
  }
  body .mr-110 {
    margin-right: calc(11rem / 1.2) !important;
  }
  body .mr-120 {
    margin-right: calc(12rem / 1.2) !important;
  }
  body .mr-130 {
    margin-right: calc(13rem / 1.2) !important;
  }
  body .mr-140 {
    margin-right: calc(14rem / 1.2) !important;
  }
  body .mr-150 {
    margin-right: calc(15rem / 1.2) !important;
  }
  body .mr-160 {
    margin-right: calc(16rem / 1.2) !important;
  }
  body .mr-170 {
    margin-right: calc(17rem / 1.2) !important;
  }
  body .mr-180 {
    margin-right: calc(18rem / 1.2) !important;
  }
  body .mr-190 {
    margin-right: calc(19rem / 1.2) !important;
  }
  body .mr-200 {
    margin-right: calc(20rem / 1.2) !important;
  }
  body .mb-10 {
    margin-bottom: calc(1rem / 1.2) !important;
  }
  body .mb-20 {
    margin-bottom: calc(2rem / 1.2) !important;
  }
  body .mb-30 {
    margin-bottom: calc(3rem / 1.2) !important;
  }
  body .mb-40 {
    margin-bottom: calc(4rem / 1.2) !important;
  }
  body .mb-50 {
    margin-bottom: calc(5rem / 1.2) !important;
  }
  body .mb-60 {
    margin-bottom: calc(6rem / 1.2) !important;
  }
  body .mb-70 {
    margin-bottom: calc(7rem / 1.2) !important;
  }
  body .mb-80 {
    margin-bottom: calc(8rem / 1.2) !important;
  }
  body .mb-90 {
    margin-bottom: calc(9rem / 1.2) !important;
  }
  body .mb-100 {
    margin-bottom: calc(10rem / 1.2) !important;
  }
  body .mb-110 {
    margin-bottom: calc(11rem / 1.2) !important;
  }
  body .mb-120 {
    margin-bottom: calc(12rem / 1.2) !important;
  }
  body .mb-130 {
    margin-bottom: calc(13rem / 1.2) !important;
  }
  body .mb-140 {
    margin-bottom: calc(14rem / 1.2) !important;
  }
  body .mb-150 {
    margin-bottom: calc(15rem / 1.2) !important;
  }
  body .mb-160 {
    margin-bottom: calc(16rem / 1.2) !important;
  }
  body .mb-170 {
    margin-bottom: calc(17rem / 1.2) !important;
  }
  body .mb-180 {
    margin-bottom: calc(18rem / 1.2) !important;
  }
  body .mb-190 {
    margin-bottom: calc(19rem / 1.2) !important;
  }
  body .mb-200 {
    margin-bottom: calc(20rem / 1.2) !important;
  }
  body .ml-10 {
    margin-left: calc(1rem / 1.2) !important;
  }
  body .ml-20 {
    margin-left: calc(2rem / 1.2) !important;
  }
  body .ml-30 {
    margin-left: calc(3rem / 1.2) !important;
  }
  body .ml-40 {
    margin-left: calc(4rem / 1.2) !important;
  }
  body .ml-50 {
    margin-left: calc(5rem / 1.2) !important;
  }
  body .ml-60 {
    margin-left: calc(6rem / 1.2) !important;
  }
  body .ml-70 {
    margin-left: calc(7rem / 1.2) !important;
  }
  body .ml-80 {
    margin-left: calc(8rem / 1.2) !important;
  }
  body .ml-90 {
    margin-left: calc(9rem / 1.2) !important;
  }
  body .ml-100 {
    margin-left: calc(10rem / 1.2) !important;
  }
  body .ml-110 {
    margin-left: calc(11rem / 1.2) !important;
  }
  body .ml-120 {
    margin-left: calc(12rem / 1.2) !important;
  }
  body .ml-130 {
    margin-left: calc(13rem / 1.2) !important;
  }
  body .ml-140 {
    margin-left: calc(14rem / 1.2) !important;
  }
  body .ml-150 {
    margin-left: calc(15rem / 1.2) !important;
  }
  body .ml-160 {
    margin-left: calc(16rem / 1.2) !important;
  }
  body .ml-170 {
    margin-left: calc(17rem / 1.2) !important;
  }
  body .ml-180 {
    margin-left: calc(18rem / 1.2) !important;
  }
  body .ml-190 {
    margin-left: calc(19rem / 1.2) !important;
  }
  body .ml-200 {
    margin-left: calc(20rem / 1.2) !important;
  }
  body .pt-10 {
    padding-top: calc(1rem / 1.2) !important;
  }
  body .pt-20 {
    padding-top: calc(2rem / 1.2) !important;
  }
  body .pt-30 {
    padding-top: calc(3rem / 1.2) !important;
  }
  body .pt-40 {
    padding-top: calc(4rem / 1.2) !important;
  }
  body .pt-50 {
    padding-top: calc(5rem / 1.2) !important;
  }
  body .pt-60 {
    padding-top: calc(6rem / 1.2) !important;
  }
  body .pt-70 {
    padding-top: calc(7rem / 1.2) !important;
  }
  body .pt-80 {
    padding-top: calc(8rem / 1.2) !important;
  }
  body .pt-90 {
    padding-top: calc(9rem / 1.2) !important;
  }
  body .pt-100 {
    padding-top: calc(10rem / 1.2) !important;
  }
  body .pt-110 {
    padding-top: calc(11rem / 1.2) !important;
  }
  body .pt-120 {
    padding-top: calc(12rem / 1.2) !important;
  }
  body .pt-130 {
    padding-top: calc(13rem / 1.2) !important;
  }
  body .pt-140 {
    padding-top: calc(14rem / 1.2) !important;
  }
  body .pt-150 {
    padding-top: calc(15rem / 1.2) !important;
  }
  body .pt-160 {
    padding-top: calc(16rem / 1.2) !important;
  }
  body .pt-170 {
    padding-top: calc(17rem / 1.2) !important;
  }
  body .pt-180 {
    padding-top: calc(18rem / 1.2) !important;
  }
  body .pt-190 {
    padding-top: calc(19rem / 1.2) !important;
  }
  body .pt-200 {
    padding-top: calc(20rem / 1.2) !important;
  }
  body .pr-10 {
    padding-right: calc(1rem / 1.2) !important;
  }
  body .pr-20 {
    padding-right: calc(2rem / 1.2) !important;
  }
  body .pr-30 {
    padding-right: calc(3rem / 1.2) !important;
  }
  body .pr-40 {
    padding-right: calc(4rem / 1.2) !important;
  }
  body .pr-50 {
    padding-right: calc(5rem / 1.2) !important;
  }
  body .pr-60 {
    padding-right: calc(6rem / 1.2) !important;
  }
  body .pr-70 {
    padding-right: calc(7rem / 1.2) !important;
  }
  body .pr-80 {
    padding-right: calc(8rem / 1.2) !important;
  }
  body .pr-90 {
    padding-right: calc(9rem / 1.2) !important;
  }
  body .pr-100 {
    padding-right: calc(10rem / 1.2) !important;
  }
  body .pr-110 {
    padding-right: calc(11rem / 1.2) !important;
  }
  body .pr-120 {
    padding-right: calc(12rem / 1.2) !important;
  }
  body .pr-130 {
    padding-right: calc(13rem / 1.2) !important;
  }
  body .pr-140 {
    padding-right: calc(14rem / 1.2) !important;
  }
  body .pr-150 {
    padding-right: calc(15rem / 1.2) !important;
  }
  body .pr-160 {
    padding-right: calc(16rem / 1.2) !important;
  }
  body .pr-170 {
    padding-right: calc(17rem / 1.2) !important;
  }
  body .pr-180 {
    padding-right: calc(18rem / 1.2) !important;
  }
  body .pr-190 {
    padding-right: calc(19rem / 1.2) !important;
  }
  body .pr-200 {
    padding-right: calc(20rem / 1.2) !important;
  }
  body .pb-10 {
    padding-bottom: calc(1rem / 1.2) !important;
  }
  body .pb-20 {
    padding-bottom: calc(2rem / 1.2) !important;
  }
  body .pb-30 {
    padding-bottom: calc(3rem / 1.2) !important;
  }
  body .pb-40 {
    padding-bottom: calc(4rem / 1.2) !important;
  }
  body .pb-50 {
    padding-bottom: calc(5rem / 1.2) !important;
  }
  body .pb-60 {
    padding-bottom: calc(6rem / 1.2) !important;
  }
  body .pb-70 {
    padding-bottom: calc(7rem / 1.2) !important;
  }
  body .pb-80 {
    padding-bottom: calc(8rem / 1.2) !important;
  }
  body .pb-90 {
    padding-bottom: calc(9rem / 1.2) !important;
  }
  body .pb-100 {
    padding-bottom: calc(10rem / 1.2) !important;
  }
  body .pb-110 {
    padding-bottom: calc(11rem / 1.2) !important;
  }
  body .pb-120 {
    padding-bottom: calc(12rem / 1.2) !important;
  }
  body .pb-130 {
    padding-bottom: calc(13rem / 1.2) !important;
  }
  body .pb-140 {
    padding-bottom: calc(14rem / 1.2) !important;
  }
  body .pb-150 {
    padding-bottom: calc(15rem / 1.2) !important;
  }
  body .pb-160 {
    padding-bottom: calc(16rem / 1.2) !important;
  }
  body .pb-170 {
    padding-bottom: calc(17rem / 1.2) !important;
  }
  body .pb-180 {
    padding-bottom: calc(18rem / 1.2) !important;
  }
  body .pb-190 {
    padding-bottom: calc(19rem / 1.2) !important;
  }
  body .pb-200 {
    padding-bottom: calc(20rem / 1.2) !important;
  }
  body .pl-10 {
    padding-left: calc(1rem / 1.2) !important;
  }
  body .pl-20 {
    padding-left: calc(2rem / 1.2) !important;
  }
  body .pl-30 {
    padding-left: calc(3rem / 1.2) !important;
  }
  body .pl-40 {
    padding-left: calc(4rem / 1.2) !important;
  }
  body .pl-50 {
    padding-left: calc(5rem / 1.2) !important;
  }
  body .pl-60 {
    padding-left: calc(6rem / 1.2) !important;
  }
  body .pl-70 {
    padding-left: calc(7rem / 1.2) !important;
  }
  body .pl-80 {
    padding-left: calc(8rem / 1.2) !important;
  }
  body .pl-90 {
    padding-left: calc(9rem / 1.2) !important;
  }
  body .pl-100 {
    padding-left: calc(10rem / 1.2) !important;
  }
  body .pl-110 {
    padding-left: calc(11rem / 1.2) !important;
  }
  body .pl-120 {
    padding-left: calc(12rem / 1.2) !important;
  }
  body .pl-130 {
    padding-left: calc(13rem / 1.2) !important;
  }
  body .pl-140 {
    padding-left: calc(14rem / 1.2) !important;
  }
  body .pl-150 {
    padding-left: calc(15rem / 1.2) !important;
  }
  body .pl-160 {
    padding-left: calc(16rem / 1.2) !important;
  }
  body .pl-170 {
    padding-left: calc(17rem / 1.2) !important;
  }
  body .pl-180 {
    padding-left: calc(18rem / 1.2) !important;
  }
  body .pl-190 {
    padding-left: calc(19rem / 1.2) !important;
  }
  body .pl-200 {
    padding-left: calc(20rem / 1.2) !important;
  }
}

@media (max-width: 576px) {
  body .mt-10 {
    margin-top: calc(1rem / 1.5) !important;
  }
  body .mt-20 {
    margin-top: calc(2rem / 1.5) !important;
  }
  body .mt-30 {
    margin-top: calc(3rem / 1.5) !important;
  }
  body .mt-40 {
    margin-top: calc(4rem / 1.5) !important;
  }
  body .mt-50 {
    margin-top: calc(5rem / 1.5) !important;
  }
  body .mt-60 {
    margin-top: calc(6rem / 1.5) !important;
  }
  body .mt-70 {
    margin-top: calc(7rem / 1.5) !important;
  }
  body .mt-80 {
    margin-top: calc(8rem / 1.5) !important;
  }
  body .mt-90 {
    margin-top: calc(9rem / 1.5) !important;
  }
  body .mt-100 {
    margin-top: calc(10rem / 1.5) !important;
  }
  body .mt-110 {
    margin-top: calc(11rem / 1.5) !important;
  }
  body .mt-120 {
    margin-top: calc(12rem / 1.5) !important;
  }
  body .mt-130 {
    margin-top: calc(13rem / 1.5) !important;
  }
  body .mt-140 {
    margin-top: calc(14rem / 1.5) !important;
  }
  body .mt-150 {
    margin-top: calc(15rem / 1.5) !important;
  }
  body .mt-160 {
    margin-top: calc(16rem / 1.5) !important;
  }
  body .mt-170 {
    margin-top: calc(17rem / 1.5) !important;
  }
  body .mt-180 {
    margin-top: calc(18rem / 1.5) !important;
  }
  body .mt-190 {
    margin-top: calc(19rem / 1.5) !important;
  }
  body .mt-200 {
    margin-top: calc(20rem / 1.5) !important;
  }
  body .mr-10 {
    margin-right: calc(1rem / 1.5) !important;
  }
  body .mr-20 {
    margin-right: calc(2rem / 1.5) !important;
  }
  body .mr-30 {
    margin-right: calc(3rem / 1.5) !important;
  }
  body .mr-40 {
    margin-right: calc(4rem / 1.5) !important;
  }
  body .mr-50 {
    margin-right: calc(5rem / 1.5) !important;
  }
  body .mr-60 {
    margin-right: calc(6rem / 1.5) !important;
  }
  body .mr-70 {
    margin-right: calc(7rem / 1.5) !important;
  }
  body .mr-80 {
    margin-right: calc(8rem / 1.5) !important;
  }
  body .mr-90 {
    margin-right: calc(9rem / 1.5) !important;
  }
  body .mr-100 {
    margin-right: calc(10rem / 1.5) !important;
  }
  body .mr-110 {
    margin-right: calc(11rem / 1.5) !important;
  }
  body .mr-120 {
    margin-right: calc(12rem / 1.5) !important;
  }
  body .mr-130 {
    margin-right: calc(13rem / 1.5) !important;
  }
  body .mr-140 {
    margin-right: calc(14rem / 1.5) !important;
  }
  body .mr-150 {
    margin-right: calc(15rem / 1.5) !important;
  }
  body .mr-160 {
    margin-right: calc(16rem / 1.5) !important;
  }
  body .mr-170 {
    margin-right: calc(17rem / 1.5) !important;
  }
  body .mr-180 {
    margin-right: calc(18rem / 1.5) !important;
  }
  body .mr-190 {
    margin-right: calc(19rem / 1.5) !important;
  }
  body .mr-200 {
    margin-right: calc(20rem / 1.5) !important;
  }
  body .mb-10 {
    margin-bottom: calc(1rem / 1.5) !important;
  }
  body .mb-20 {
    margin-bottom: calc(2rem / 1.5) !important;
  }
  body .mb-30 {
    margin-bottom: calc(3rem / 1.5) !important;
  }
  body .mb-40 {
    margin-bottom: calc(4rem / 1.5) !important;
  }
  body .mb-50 {
    margin-bottom: calc(5rem / 1.5) !important;
  }
  body .mb-60 {
    margin-bottom: calc(6rem / 1.5) !important;
  }
  body .mb-70 {
    margin-bottom: calc(7rem / 1.5) !important;
  }
  body .mb-80 {
    margin-bottom: calc(8rem / 1.5) !important;
  }
  body .mb-90 {
    margin-bottom: calc(9rem / 1.5) !important;
  }
  body .mb-100 {
    margin-bottom: calc(10rem / 1.5) !important;
  }
  body .mb-110 {
    margin-bottom: calc(11rem / 1.5) !important;
  }
  body .mb-120 {
    margin-bottom: calc(12rem / 1.5) !important;
  }
  body .mb-130 {
    margin-bottom: calc(13rem / 1.5) !important;
  }
  body .mb-140 {
    margin-bottom: calc(14rem / 1.5) !important;
  }
  body .mb-150 {
    margin-bottom: calc(15rem / 1.5) !important;
  }
  body .mb-160 {
    margin-bottom: calc(16rem / 1.5) !important;
  }
  body .mb-170 {
    margin-bottom: calc(17rem / 1.5) !important;
  }
  body .mb-180 {
    margin-bottom: calc(18rem / 1.5) !important;
  }
  body .mb-190 {
    margin-bottom: calc(19rem / 1.5) !important;
  }
  body .mb-200 {
    margin-bottom: calc(20rem / 1.5) !important;
  }
  body .ml-10 {
    margin-left: calc(1rem / 1.5) !important;
  }
  body .ml-20 {
    margin-left: calc(2rem / 1.5) !important;
  }
  body .ml-30 {
    margin-left: calc(3rem / 1.5) !important;
  }
  body .ml-40 {
    margin-left: calc(4rem / 1.5) !important;
  }
  body .ml-50 {
    margin-left: calc(5rem / 1.5) !important;
  }
  body .ml-60 {
    margin-left: calc(6rem / 1.5) !important;
  }
  body .ml-70 {
    margin-left: calc(7rem / 1.5) !important;
  }
  body .ml-80 {
    margin-left: calc(8rem / 1.5) !important;
  }
  body .ml-90 {
    margin-left: calc(9rem / 1.5) !important;
  }
  body .ml-100 {
    margin-left: calc(10rem / 1.5) !important;
  }
  body .ml-110 {
    margin-left: calc(11rem / 1.5) !important;
  }
  body .ml-120 {
    margin-left: calc(12rem / 1.5) !important;
  }
  body .ml-130 {
    margin-left: calc(13rem / 1.5) !important;
  }
  body .ml-140 {
    margin-left: calc(14rem / 1.5) !important;
  }
  body .ml-150 {
    margin-left: calc(15rem / 1.5) !important;
  }
  body .ml-160 {
    margin-left: calc(16rem / 1.5) !important;
  }
  body .ml-170 {
    margin-left: calc(17rem / 1.5) !important;
  }
  body .ml-180 {
    margin-left: calc(18rem / 1.5) !important;
  }
  body .ml-190 {
    margin-left: calc(19rem / 1.5) !important;
  }
  body .ml-200 {
    margin-left: calc(20rem / 1.5) !important;
  }
  body .pt-10 {
    padding-top: calc(1rem / 1.5) !important;
  }
  body .pt-20 {
    padding-top: calc(2rem / 1.5) !important;
  }
  body .pt-30 {
    padding-top: calc(3rem / 1.5) !important;
  }
  body .pt-40 {
    padding-top: calc(4rem / 1.5) !important;
  }
  body .pt-50 {
    padding-top: calc(5rem / 1.5) !important;
  }
  body .pt-60 {
    padding-top: calc(6rem / 1.5) !important;
  }
  body .pt-70 {
    padding-top: calc(7rem / 1.5) !important;
  }
  body .pt-80 {
    padding-top: calc(8rem / 1.5) !important;
  }
  body .pt-90 {
    padding-top: calc(9rem / 1.5) !important;
  }
  body .pt-100 {
    padding-top: calc(10rem / 1.5) !important;
  }
  body .pt-110 {
    padding-top: calc(11rem / 1.5) !important;
  }
  body .pt-120 {
    padding-top: calc(12rem / 1.5) !important;
  }
  body .pt-130 {
    padding-top: calc(13rem / 1.5) !important;
  }
  body .pt-140 {
    padding-top: calc(14rem / 1.5) !important;
  }
  body .pt-150 {
    padding-top: calc(15rem / 1.5) !important;
  }
  body .pt-160 {
    padding-top: calc(16rem / 1.5) !important;
  }
  body .pt-170 {
    padding-top: calc(17rem / 1.5) !important;
  }
  body .pt-180 {
    padding-top: calc(18rem / 1.5) !important;
  }
  body .pt-190 {
    padding-top: calc(19rem / 1.5) !important;
  }
  body .pt-200 {
    padding-top: calc(20rem / 1.5) !important;
  }
  body .pr-10 {
    padding-right: calc(1rem / 1.5) !important;
  }
  body .pr-20 {
    padding-right: calc(2rem / 1.5) !important;
  }
  body .pr-30 {
    padding-right: calc(3rem / 1.5) !important;
  }
  body .pr-40 {
    padding-right: calc(4rem / 1.5) !important;
  }
  body .pr-50 {
    padding-right: calc(5rem / 1.5) !important;
  }
  body .pr-60 {
    padding-right: calc(6rem / 1.5) !important;
  }
  body .pr-70 {
    padding-right: calc(7rem / 1.5) !important;
  }
  body .pr-80 {
    padding-right: calc(8rem / 1.5) !important;
  }
  body .pr-90 {
    padding-right: calc(9rem / 1.5) !important;
  }
  body .pr-100 {
    padding-right: calc(10rem / 1.5) !important;
  }
  body .pr-110 {
    padding-right: calc(11rem / 1.5) !important;
  }
  body .pr-120 {
    padding-right: calc(12rem / 1.5) !important;
  }
  body .pr-130 {
    padding-right: calc(13rem / 1.5) !important;
  }
  body .pr-140 {
    padding-right: calc(14rem / 1.5) !important;
  }
  body .pr-150 {
    padding-right: calc(15rem / 1.5) !important;
  }
  body .pr-160 {
    padding-right: calc(16rem / 1.5) !important;
  }
  body .pr-170 {
    padding-right: calc(17rem / 1.5) !important;
  }
  body .pr-180 {
    padding-right: calc(18rem / 1.5) !important;
  }
  body .pr-190 {
    padding-right: calc(19rem / 1.5) !important;
  }
  body .pr-200 {
    padding-right: calc(20rem / 1.5) !important;
  }
  body .pb-10 {
    padding-bottom: calc(1rem / 1.5) !important;
  }
  body .pb-20 {
    padding-bottom: calc(2rem / 1.5) !important;
  }
  body .pb-30 {
    padding-bottom: calc(3rem / 1.5) !important;
  }
  body .pb-40 {
    padding-bottom: calc(4rem / 1.5) !important;
  }
  body .pb-50 {
    padding-bottom: calc(5rem / 1.5) !important;
  }
  body .pb-60 {
    padding-bottom: calc(6rem / 1.5) !important;
  }
  body .pb-70 {
    padding-bottom: calc(7rem / 1.5) !important;
  }
  body .pb-80 {
    padding-bottom: calc(8rem / 1.5) !important;
  }
  body .pb-90 {
    padding-bottom: calc(9rem / 1.5) !important;
  }
  body .pb-100 {
    padding-bottom: calc(10rem / 1.5) !important;
  }
  body .pb-110 {
    padding-bottom: calc(11rem / 1.5) !important;
  }
  body .pb-120 {
    padding-bottom: calc(12rem / 1.5) !important;
  }
  body .pb-130 {
    padding-bottom: calc(13rem / 1.5) !important;
  }
  body .pb-140 {
    padding-bottom: calc(14rem / 1.5) !important;
  }
  body .pb-150 {
    padding-bottom: calc(15rem / 1.5) !important;
  }
  body .pb-160 {
    padding-bottom: calc(16rem / 1.5) !important;
  }
  body .pb-170 {
    padding-bottom: calc(17rem / 1.5) !important;
  }
  body .pb-180 {
    padding-bottom: calc(18rem / 1.5) !important;
  }
  body .pb-190 {
    padding-bottom: calc(19rem / 1.5) !important;
  }
  body .pb-200 {
    padding-bottom: calc(20rem / 1.5) !important;
  }
  body .pl-10 {
    padding-left: calc(1rem / 1.5) !important;
  }
  body .pl-20 {
    padding-left: calc(2rem / 1.5) !important;
  }
  body .pl-30 {
    padding-left: calc(3rem / 1.5) !important;
  }
  body .pl-40 {
    padding-left: calc(4rem / 1.5) !important;
  }
  body .pl-50 {
    padding-left: calc(5rem / 1.5) !important;
  }
  body .pl-60 {
    padding-left: calc(6rem / 1.5) !important;
  }
  body .pl-70 {
    padding-left: calc(7rem / 1.5) !important;
  }
  body .pl-80 {
    padding-left: calc(8rem / 1.5) !important;
  }
  body .pl-90 {
    padding-left: calc(9rem / 1.5) !important;
  }
  body .pl-100 {
    padding-left: calc(10rem / 1.5) !important;
  }
  body .pl-110 {
    padding-left: calc(11rem / 1.5) !important;
  }
  body .pl-120 {
    padding-left: calc(12rem / 1.5) !important;
  }
  body .pl-130 {
    padding-left: calc(13rem / 1.5) !important;
  }
  body .pl-140 {
    padding-left: calc(14rem / 1.5) !important;
  }
  body .pl-150 {
    padding-left: calc(15rem / 1.5) !important;
  }
  body .pl-160 {
    padding-left: calc(16rem / 1.5) !important;
  }
  body .pl-170 {
    padding-left: calc(17rem / 1.5) !important;
  }
  body .pl-180 {
    padding-left: calc(18rem / 1.5) !important;
  }
  body .pl-190 {
    padding-left: calc(19rem / 1.5) !important;
  }
  body .pl-200 {
    padding-left: calc(20rem / 1.5) !important;
  }
}

body .fs-10 {
  font-size: 1rem !important;
}

body .fs-11 {
  font-size: 1.1rem !important;
}

body .fs-12 {
  font-size: 1.2rem !important;
}

body .fs-13 {
  font-size: 1.3rem !important;
}

body .fs-14 {
  font-size: 1.4rem !important;
}

body .fs-15 {
  font-size: 1.5rem !important;
}

body .fs-16 {
  font-size: 1.6rem !important;
}

body .fs-17 {
  font-size: 1.7rem !important;
}

body .fs-18 {
  font-size: 1.8rem !important;
}

body .fs-19 {
  font-size: 1.9rem !important;
}

body .fs-20 {
  font-size: 2rem !important;
}

body .fs-21 {
  font-size: 2.1rem !important;
}

body .fs-22 {
  font-size: 2.2rem !important;
}

body .fs-23 {
  font-size: 2.3rem !important;
}

body .fs-24 {
  font-size: 2.4rem !important;
}

body .fs-25 {
  font-size: 2.5rem !important;
}

body .fs-26 {
  font-size: 2.6rem !important;
}

body .fs-27 {
  font-size: 2.7rem !important;
}

body .fs-28 {
  font-size: 2.8rem !important;
}

body .fs-29 {
  font-size: 2.9rem !important;
}

body .fs-30 {
  font-size: 3rem !important;
}

body .fs-35 {
  font-size: 3.5rem !important;
}

body .fs-40 {
  font-size: 4rem !important;
}

body .fs-45 {
  font-size: 4.5rem !important;
}

body .fs-50 {
  font-size: 5rem !important;
}

.pc_only {
  display: block !important;
}

@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.container-base, .container-1280 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-1280 {
  max-width: 1320px;
}
/*# sourceMappingURL=style.css.map */