@charset "UTF-8";
:root {
  --my--cntr-gutter: 1.5rem;
  --my--sec--mrg: 4rem;
  --my--block--mrg-y-sm: 1rem;
  --my--block--mrg-y-md: 2rem;
  --my--block--mrg-y-lg: 3rem;
  --my--block--box--pad: 1.5rem 1rem;
  --my--block--col--gap-y: 2rem;
  --my--block--col--gap-x: 1rem;
  --my--cmnRw--mrg-y-sm: 1rem;
  --my--cmnRw--mrg-y-md: 2rem;
  --my--cmnRw--mrg-y-lg: 3rem;
  --my--cmnRw--mrg-y-xl: 4rem;
  --my--line-height: 1.5;
}
@media only screen and (min-width:576px) {
  :root {
    --my--block--col--gap-x: 1.5rem;
  }
}
@media only screen and (min-width:768px), print {
  :root {
    --my--cntr-gutter: 30px;
    --my--sec--mrg: 5rem;
    --my--block--mrg-y-sm: 1.5rem;
    --my--block--mrg-y-md: 2.5rem;
    --my--block--mrg-y-lg: 3.5rem;
    --my--block--box--pad: 2.5rem;
    --my--cmnRw--mrg-y-sm: 1.5rem;
    --my--cmnRw--mrg-y-md: 2.5rem;
    --my--cmnRw--mrg-y-lg: 3.5rem;
    --my--cmnRw--mrg-y-xl: 5rem;
    --my--line-height: 1.6;
  }
}
@media (min-width: 782px) {
  :root {
    --my--block--col--gap-y: 1.5rem;
    --my--block--col--gap-x: 1.5rem;
  }
}
@media only screen and (min-width:1000px), print {
  :root {
    --my--block--col--gap-y: 2.5rem;
    --my--block--col--gap-x: 2.5rem;
  }
}

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

* {
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, picture {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

abbr[title],
abbr[data-original-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;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0;
}

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

ruby > rt {
  font-size: 50%;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
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;
}

img {
  vertical-align: bottom;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

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

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  font-weight: inherit;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          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;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tooltipster-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 0.4s;
          animation: tooltipster-fading 0.4s;
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 0.6s;
          animation: tooltipster-rotating 0.6s;
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 0.6s;
          animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

#gheader {
  position: sticky;
  z-index: 999;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
#gheader .siteSearch {
  margin-left: 1rem;
}
#gheader .siteSearch__form__body {
  width: 240px;
}
#gheader .gheader__inr {
  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;
  height: 64px;
}
@media only screen and (min-width:768px), print {
  #gheader .gheader__inr {
    height: auto;
  }
}
#gheader .gheader__logo {
  width: 80px;
}
@media only screen and (min-width:768px), print {
  #gheader .gheader__logo {
    width: auto;
  }
}
#gheader .gheader__logo a {
  display: block;
  line-height: 1;
}
#gheader .gheader__body {
  display: none;
}
@media only screen and (min-width:1000px), print {
  #gheader .gheader__body {
    display: block;
  }
}
#gheader .gheader__pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}
#gheader .gheader__pnav .mf_finder_header {
  margin-left: 1rem;
}
#gheader .gheader__contactBtn {
  margin-left: 1rem;
}
#gheader .gheader__contactBtn__link {
  font-size: 0.75rem;
  line-height: 1.5;
  display: inline-block;
  padding: 0.65em 1.8em;
  background-color: #006FBB;
  color: #fff;
  font-weight: 700;
}
@media (hover: hover) {
  #gheader .gheader__contactBtn__link:hover {
    background-color: #007ed5;
    text-decoration: none;
  }
}

.langSwitchers {
  font-size: 0.875rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.langSwitchers .langSwitcher {
  line-height: 1;
}
.langSwitchers .langSwitcher + .langSwitcher {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ccc;
}
.langSwitchers .langSwitcher__link {
  display: inline-block;
  padding: 3px 0;
}
.langSwitchers .langSwitcher__link[aria-current=page] {
  pointer-events: none;
}
.langSwitchers .langSwitcher--en {
  font-size: 0.75rem;
  line-height: 1.5;
}

:lang(ja) .langSwitcher--jp .langSwitcher__link {
  border-bottom: 2px solid #000;
}

body.corporate .gnav.is-corporate .gnav__link::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0.75rem;
  height: 4px;
  background-color: #000;
}

body.business .gnav.is-business .gnav__link::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0.75rem;
  height: 4px;
  background-color: #000;
}

body.project .gnav.is-project .gnav__link::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0.75rem;
  height: 4px;
  background-color: #000;
}

body.sdgs .gnav.is-sdgs .gnav__link::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0.75rem;
  height: 4px;
  background-color: #000;
}

body.sustainability .gnav.is-sustainability .gnav__link::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0.75rem;
  height: 4px;
  background-color: #000;
}

body.recruit .gnav.is-recruit .gnav__link::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0.75rem;
  height: 4px;
  background-color: #000;
}

body.post-type-news .gnav.is-post-type-news .gnav__link::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0.75rem;
  height: 4px;
  background-color: #000;
}

#gnavs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#gnavs .gnav:last-child .gnav__link {
  padding-right: 0;
}
#gnavs .gnav:last-child .gnav__link::after {
  right: 0;
}
@media (hover: hover) {
  #gnavs .gnav:hover .gnav__link {
    text-decoration: none;
  }
  #gnavs .gnav:hover .gnav__link::after {
    content: "";
  }
}
#gnavs .gnav__link {
  display: block;
  position: relative;
  margin-top: 1.1rem;
  padding: 0 0.75rem 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
#gnavs .gnav__link::after {
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0.75rem;
  height: 4px;
  background-color: #000;
}

.gnavChild {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  padding: 2.5rem;
  background-color: #F0F0F0;
  border-bottom: 1px solid #E0E0E0;
}
.gnavChild.is-active {
  z-index: 9;
}
.gnavChild .gnavChild__ttl {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
.gnavChild .gnavChild__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
.gnavChild .gnavChild__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
.gnavChild .gnavChild__body__ttl {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.gnavChild .gnavChild__body__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
.gnavChild .gnavChild__body__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}

.is-corporate .gnavChild .sec__management {
  padding-right: 2.187rem;
  border-right: 1px solid #ccc;
}
.is-corporate .gnavChild .sec__management .indexContCard__img img {
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-corporate .gnavChild .sec__outline .indexContTxts .indexContTxt {
  width: 33.33333%;
}

body.ham__body--on,
body.spSiteSearchMenu__body--on {
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

#spGheader {
  overflow: hidden;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--my--gheader-height);
}
@media only screen and (min-width:1000px), print {
  #spGheader {
    display: none;
  }
}

#spSiteSearchNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 0.5rem 0 var(--my--cntr-gutter);
}
#spSiteSearchNav.spSiteSearchNav--on img {
  opacity: 0;
}
#spSiteSearchNav.spSiteSearchNav--on .spSiteSearchNav__icon {
  opacity: 1;
}
#spSiteSearchNav .spSiteSearchNav__icon {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#spSiteSearchNav .spSiteSearchNav__icon:before, #spSiteSearchNav .spSiteSearchNav__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  margin-top: 0;
  background-color: #006FBB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#spSiteSearchNav .spSiteSearchNav__icon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#spSiteSearchNav .spSiteSearchNav__icon:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.spSiteSearchMenu {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: fixed;
  z-index: 9999999;
  top: var(--my--gheader-height);
  right: 0;
  left: 0;
  bottom: 100%;
  background-color: #F8F8F8;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  will-change: bottom;
}
.spSiteSearchMenu.spSiteSearchMenu--on {
  bottom: 0;
}

#gheader .spSiteSearchMenu .siteSearch {
  margin: 0;
  padding: var(--my--cntr-gutter);
}
#gheader .spSiteSearchMenu .siteSearch__form__body {
  width: 100%;
}

#ham {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 100%;
}
#ham.ham--on .ham__icon:before, #ham.ham--on .ham__icon:after {
  margin-top: 0;
}
#ham.ham--on .ham__icon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#ham.ham--on .ham__icon:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#ham .ham__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 var(--my--cntr-gutter) 0 0.5rem;
}
#ham .ham__txt {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
#ham .ham__icon {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#ham .ham__icon::before, #ham .ham__icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #006FBB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#ham .ham__icon::before {
  margin-top: -4px;
}
#ham .ham__icon::after {
  margin-top: 2px;
}

.hamMenu {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: fixed;
  z-index: 9999999;
  top: var(--my--gheader-height);
  right: 0;
  left: 0;
  bottom: 100%;
  background-color: #F8F8F8;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  will-change: bottom;
}
.hamMenu.hamMenu--on {
  bottom: 0;
}
.hamMenu .langSwitchers .langSwitcher {
  font-size: 1rem;
}
.hamMenu .hamMenu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hamMenu__body {
  padding: 2.5rem var(--my--cntr-gutter);
}

.hamNavs .hamNav__ttl {
  font-size: 1.25rem;
  display: block;
  position: relative;
  margin-bottom: 1.3rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
.hamNavs .hamNav__ttl.is-has-child::before, .hamNavs .hamNav__ttl.is-has-child::after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  background-color: #000;
}
.hamNavs .hamNav__ttl.is-has-child::before {
  width: 13px;
  height: 1px;
  right: 0;
}
.hamNavs .hamNav__ttl.is-has-child::after {
  width: 1px;
  height: 13px;
  right: 6px;
}
.hamNavs .hamNav__ttl.is-has-child.is-active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamNavs .hamNav__ttl.is-has-child.is-active::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hamNavs .hamNavChildren {
  display: none;
}
.hamNavs .hamNavChild__ttl {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.hamNavs .hamNavChild__ttl + .hamNavChild__body {
  margin-top: -0.5rem;
}
.hamNavs a.hamNavChild__ttl {
  text-decoration: underline;
}
.hamNavs .hamNavChild__body {
  margin-bottom: 0.5rem;
}
.hamNavs .hamNavChild a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: underline;
}
.hamNavs .hamNavGrandchild {
  margin: -0.5rem 0 0.5rem;
}
.hamNavs .hamNavGrandchild li:first-child {
  margin-top: 0;
}
.hamNavs .hamNav__linkArrows a {
  position: relative;
}
.hamNavs .hamNav__linkArrows a::after {
  content: url(../img/common/arrow_uq-sm.svg);
  position: absolute;
  top: 0.5rem;
  right: 0;
  line-height: 0;
}

.hamWall {
  position: absolute;
  z-index: -99999;
  top: var(--my--gheader-height);
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.hamWall.hamWall--on {
  z-index: 99;
  opacity: 1;
}

:lang(en) .langSwitchers {
  font-size: 0.75rem;
  line-height: 1.5;
}
:lang(en) .langSwitcher--en .langSwitcher__link {
  border-bottom: 2px solid #000;
}
:lang(en) #gnavs .gnav .gnav__link {
  letter-spacing: 0;
}
@media only screen and (min-width:768px), print {
  :lang(en) #gnavs .gnav .gnav__link {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width:1000px), print {
  :lang(en) #gnavs .gnav .gnav__link {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.headerType02 {
  border-bottom: 1px solid #ccc;
}
.headerType02 .headerType02__logo {
  padding: 1rem 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:768px), print {
  .headerType02 .headerType02__logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.headerType02 .headerType02__logo img {
  width: 80px;
}
@media only screen and (min-width:768px), print {
  .headerType02 .headerType02__logo img {
    width: 105px;
  }
}
.headerType02 .headerType02__logo .headerType02__logo__txt {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0.5rem 0 0 0;
}
@media only screen and (min-width:768px), print {
  .headerType02 .headerType02__logo .headerType02__logo__txt {
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width:768px), print {
  .headerType02 .headerType02__logo .headerType02__logo__txt {
    margin: 0 0 0 1.5rem;
  }
}

.cntr {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--my--cntr-gutter);
  padding-left: var(--my--cntr-gutter);
}
@media only screen and (min-width:768px), print {
  .cntr {
    max-width: calc(1000px + var(--my--cntr-gutter) * 2);
  }
}

.cntr--xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--my--cntr-gutter);
  padding-left: var(--my--cntr-gutter);
}
@media only screen and (min-width:768px), print {
  .cntr--xl {
    max-width: calc(1120px + var(--my--cntr-gutter) * 2);
  }
}

.cntr--xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--my--cntr-gutter);
  padding-left: var(--my--cntr-gutter);
}
@media only screen and (min-width:768px), print {
  .cntr--xxl {
    max-width: calc(1280px + var(--my--cntr-gutter) * 2);
  }
}

.cntr--min {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--my--cntr-gutter);
  padding-left: var(--my--cntr-gutter);
}
@media only screen and (min-width:768px), print {
  .cntr--min {
    max-width: calc(870px + var(--my--cntr-gutter) * 2);
  }
}

.cntr--fluid {
  width: 100%;
  padding-right: var(--my--cntr-gutter);
  padding-left: var(--my--cntr-gutter);
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width:767px) {
  .cntr--gutter-md-block {
    padding-right: 0;
    padding-left: 0;
  }
}

.sitemapNavs .sitemapNav + .sitemapNav {
  margin-top: 3.5rem;
}
@media only screen and (min-width:768px), print {
  .sitemapNavs .sitemapNav + .sitemapNav {
    margin-top: 4.5rem;
  }
}
.sitemapNavs .sitemapNav__ttl {
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #ccc;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .sitemapNavs .sitemapNav__ttl {
    font-size: 1.5rem;
  }
}
.sitemapNavs .sitemapNav__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 1.5rem;
  height: 2px;
  background-color: #006FBB;
}
.sitemapNavs .sitemapNav__child {
  font-size: 0.8125rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.6rem;
  margin: 0 -0.75rem;
}
@media only screen and (min-width:768px), print {
  .sitemapNavs .sitemapNav__child {
    font-size: 0.9375rem;
    line-height: 1.5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sitemapNavs .sitemapNav__child > li {
  padding: 0 0.75rem;
}
@media only screen and (min-width:768px), print {
  .sitemapNavs .sitemapNav__child > li {
    width: 33.33333%;
  }
}
@media only screen and (min-width:1000px), print {
  .sitemapNavs .sitemapNav__child > li {
    width: 25%;
  }
}
.sitemapNavs .sitemapNav__child > li.sitemapNav__child__row100 {
  width: 100%;
}
.sitemapNavs .sitemapNav__child__row100 + .sitemapNav__child__row100 {
  margin-top: 1.5rem;
}
.sitemapNavs .sitemapNav__child__ttl {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 700;
}
.sitemapNavs .sitemapNav__child__ttl:has(+ .sitemapNav__grandchild) {
  margin-bottom: 1.4em;
}
.sitemapNavs .sitemapNav__grandchild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.6rem;
}
@media only screen and (min-width:768px), print {
  .sitemapNavs .sitemapNav__grandchild {
    margin: 0 0.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sitemapNavs .sitemapNav__grandchild > li {
  padding: 0 0.75rem;
}
@media only screen and (min-width:768px), print {
  .sitemapNavs .sitemapNav__grandchild > li {
    width: 33.33333%;
  }
}
@media only screen and (min-width:1000px), print {
  .sitemapNavs .sitemapNav__grandchild > li {
    width: 25%;
  }
}
@media only screen and (min-width:768px), print {
  html:lang(en) .sitemapNavs .sitemapNav__grandchild > li {
    width: 33.33333%;
  }
}
@media only screen and (min-width:1000px), print {
  html:lang(en) .sitemapNavs .sitemapNav__grandchild > li {
    width: 33.33333%;
  }
}

.gfooter__contact {
  margin-top: 5rem;
  padding: 2.5rem 0;
  background-image: url(../img/common/f_content_sp.jpg);
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  .gfooter__contact {
    background-image: url(../img/common/f_content.jpg);
    padding: 5rem 0;
  }
}
.gfooter__contact .gfooter__contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem var(--my--block--col--gap-x);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:768px), print {
  .gfooter__contact .gfooter__contact__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 1.25rem;
  }
}
.gfooter__contact .gfooter__contact__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 2.5rem;
  border: 1px solid #fff;
}
.gfooter__contact .gfooter__contact__item__ttl {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .gfooter__contact .gfooter__contact__item__ttl {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.gfooter__contact .gfooter__contact__item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:768px), print {
  .gfooter__contact .gfooter__contact__item__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gfooter__contact .gfooter__contact__item__btn {
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 11.25rem;
}
@media only screen and (min-width:768px), print {
  .gfooter__contact .gfooter__contact__item__btn {
    font-size: 1.25rem;
    min-width: auto;
    max-width: 9.5em;
  }
}
.gfooter__contact .gfooter__contact__item__link {
  display: block;
  width: 100%;
  padding: 0.45em;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (hover: hover) {
  .gfooter__contact .gfooter__contact__item__link:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
  }
}
@media only screen and (min-width:768px), print {
  .gfooter__contact .gfooter__contact__item__link {
    padding: 0.4em;
    border-width: 3px;
  }
}

#gfooter {
  padding: 4.375rem 0 3.125rem;
  background-color: #F0F0F0;
}
@media only screen and (min-width:768px), print {
  #gfooter {
    padding: 7.5rem 0 2.1875rem;
  }
}
@media only screen and (min-width:768px), print {
  #gfooter .gfooter__inr {
    margin: 0 1.25rem;
  }
}
#gfooter .gfooter__add {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.5em;
}
#gfooter .gfooter__nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:576px) {
  #gfooter .gfooter__nav__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: normal;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#gfooter .gfooter__nav__corp {
  text-align: center;
}
@media only screen and (min-width:576px) {
  #gfooter .gfooter__nav__corp {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2rem;
    text-align: left;
  }
}
#gfooter .gfooter__logo img {
  width: 160px;
}
@media only screen and (min-width:576px) {
  #gfooter .gfooter__logo img {
    width: auto;
  }
}
@media only screen and (min-width:1000px), print {
  #gfooter .gfooter__logo img {
    width: 160px;
  }
}
#gfooter .gfooter__nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2.3rem -0.75rem 0;
}
#gfooter .gfooter__nav__link {
  width: 50%;
  margin-top: 2.3rem;
  padding: 0 0.75rem;
}
@media only screen and (min-width:576px) {
  #gfooter .gfooter__nav__link {
    width: 33.33333%;
  }
}
@media only screen and (min-width:1000px), print {
  #gfooter .gfooter__nav__link {
    width: auto;
  }
}
#gfooter .gfooter__nav__link dt {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}
#gfooter .gfooter__nav__link a {
  color: #0D0100;
}
#gfooter .gfooter__nav__link__ttl {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}
#gfooter .gfooter__nav__link__ttl + .gfooter__nav__link__ttl {
  margin-top: 1.5em;
}
#gfooter .gfooter__nav__link__child {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.8em;
}
#gfooter .gfooter__nav__link__child li + li {
  margin-top: 0.5em;
}
#gfooter .gfooter__btm {
  font-size: 0.625rem;
  line-height: 1.5;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:768px), print {
  #gfooter .gfooter__btm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#gfooter .gfooter__nav__sdLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
@media only screen and (min-width:768px), print {
  #gfooter .gfooter__nav__sdLink {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 5rem;
  }
}
#gfooter .copyright {
  margin-top: 0.8rem;
}

#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: calc(var(--my--jsFixBottom-height, 0px) + 10px);
  z-index: 999;
}
@media only screen and (min-width:768px), print {
  #pagetop {
    right: 1rem;
    bottom: calc(var(--my--jsFixBottom-height, 0px) + 1rem);
  }
}
#pagetop a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: rgba(0, 111, 187, 0.8);
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media only screen and (min-width:768px), print {
  #pagetop a {
    width: 56px;
    height: 56px;
  }
}
#pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #fff;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (min-width:768px), print {
  #pagetop a:after {
    top: 23px;
    width: 16px;
    height: 16px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
@media (hover: hover) {
  #pagetop a:hover {
    background-color: #006FBB;
  }
}

.footerType02 {
  font-size: 0.625rem;
  line-height: 1.5;
  padding: 1.5rem 0;
  border-top: 1px solid #F0F0F0;
  text-align: center;
}

body.home .breadChumbs {
  display: none;
}
body.home .mv {
  position: relative;
}
body.home .mv .mv_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: calc(var(--my--cntr-gutter) + 5px);
  padding-left: calc(var(--my--cntr-gutter) + 5px);
}
body.home .mv .mv_copy img {
  max-width: 317px;
}
@media only screen and (min-width:768px), print {
  body.home .mv .mv_copy img {
    max-width: 100%;
    width: 50%;
    margin-bottom: 4%;
  }
}
@media only screen and (min-width:1000px), print {
  body.home .mv .mv_copy img {
    max-width: 100%;
    width: auto;
  }
}
body.home .mv .mvSlider .mvSlider__item {
  position: relative;
}
@media (hover: hover) {
  body.home .mv .mvSlider .mvSlider__item a:hover .my-block-button__link {
    background-color: #fff;
    color: #000;
  }
}
body.home .mv .mvSlider .mvSlider__link::after {
  display: none;
}
body.home .mv .mvSlider .mvSlider__img img {
  aspect-ratio: 750/800;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}
@media only screen and (min-width:1120px), print {
  body.home .mv .mvSlider .mvSlider__img img {
    height: calc(100vh - var(--my--gheader-height) - 8rem);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.home .mv .mvSlider .mvSlider__btn {
  position: absolute;
  right: var(--my--cntr-gutter);
  bottom: var(--my--cntr-gutter);
}
@media only screen and (min-width:1120px), print {
  body.home .mv .mvSlider .mvSlider__btn {
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
body.home .mv .mvSlider .mvSlider__btn .my-block-button__link {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
}
body.home .sec__news_pickup {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}
body.home .sec__news .articles {
  background-color: #fff;
}
body.home .sec__pickup {
  overflow: hidden;
  margin-top: 2.5rem;
}
body.home .sec__pickup .sec__pickupSlider {
  margin: 0 -0.46875rem;
}
@media only screen and (min-width:768px), print {
  body.home .sec__pickup .sec__pickupSlider {
    margin: 0 -1.25rem;
  }
}
body.home .sec__pickup .pickupSlider .slick-list {
  overflow: visible;
}
body.home .sec__pickup .pickupSlider .slick-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 0.4;
  margin: 0 0.46875rem;
}
@media only screen and (min-width:768px), print {
  body.home .sec__pickup .pickupSlider .slick-slide {
    margin: 0 1.25rem;
  }
}
body.home .sec__pickup .pickupSlider .slick-slide.slick-active, body.home .sec__pickup .pickupSlider .slick-slide.slick-add-active {
  opacity: 1;
}
body.home .sec__pickup .pickupSlider .slick-arrow.slick-prev {
  left: calc(-22px + 0.46875rem);
}
@media only screen and (min-width:768px), print {
  body.home .sec__pickup .pickupSlider .slick-arrow.slick-prev {
    left: calc((1.25rem - (32px - 1.25rem)) / 2);
  }
}
body.home .sec__pickup .pickupSlider .slick-arrow.slick-next {
  right: calc(-22px + 0.46875rem);
}
@media only screen and (min-width:768px), print {
  body.home .sec__pickup .pickupSlider .slick-arrow.slick-next {
    right: calc((1.25rem - (32px - 1.25rem)) / 2);
  }
}
body.home .sec__pickup .pickupSlider .pickupSlider__link {
  display: block;
  position: relative;
  padding-bottom: 1rem;
}
@media only screen and (min-width:768px), print {
  body.home .sec__pickup .pickupSlider .pickupSlider__link {
    padding-bottom: 0;
  }
}
body.home .sec__pickup .pickupSlider .pickupSlider__link::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width:768px), print {
  body.home .sec__pickup .pickupSlider .pickupSlider__link::after {
    display: none !important;
  }
}
body.home .sec__pickup .pickupSlider .pickupSlider__link[target=_blank]:not([href*=".pdf"])::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: none;
          filter: none;
}
body.home .sec__pickup .pickupSlider .pickupSlider__link[target=_blank]:not([href*=".pdf"])::after {
  bottom: -5px;
}
@media only screen and (min-width:768px), print {
  body.home .sec__pickup .pickupSlider .pickupSlider__link[target=_blank]:not([href*=".pdf"]) .pickupSlider__txt::after {
    content: url(../img/common/new_page.svg);
    display: inline-block;
    margin-left: 0.3em;
    line-height: 1;
    vertical-align: middle;
    -webkit-filter: none;
            filter: none;
  }
}
body.home .sec__pickup .pickupSlider .pickupSlider__link[target=_self]::after {
  content: url(../img/common/arrow_uq-sm.svg);
  height: 16px;
  line-height: 0;
  text-align: right;
}
@media only screen and (min-width:768px), print {
  body.home .sec__pickup .pickupSlider .pickupSlider__link[target=_self] .pickupSlider__txt::after {
    content: url(../img/common/arrow_uq-sm.svg);
    right: 3px;
    height: 16px;
    line-height: 0;
    text-align: right;
  }
}
body.home .sec__pickup .pickupSlider .pickupSlider__link[href*=".pdf"]::after {
  content: url(../img/common/pdf.svg);
  display: inline-block;
  margin-left: 0.2em;
  line-height: 1;
  vertical-align: middle;
}
body.home .sec__pickup .pickupSlider .pickupSlider__link[href*=".pdf"]::after {
  bottom: -5px;
}
@media only screen and (min-width:768px), print {
  body.home .sec__pickup .pickupSlider .pickupSlider__link[href*=".pdf"] .pickupSlider__txt::after {
    content: url(../img/common/pdf.svg);
    display: inline-block;
    margin-left: 0.2em;
    line-height: 1;
    vertical-align: middle;
  }
}
@media only screen and (hover: hover) and (min-width:768px), print and (hover: hover) {
  body.home .sec__pickup .pickupSlider .pickupSlider__link:hover .pickupSlider__txt::after {
    right: 0;
  }
}
body.home .sec__pickup .pickupSlider .pickupSlider__img img {
  aspect-ratio: 600/370;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}
body.home .sec__pickup .pickupSlider .pickupSlider__txt {
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  margin-top: 1em;
}
@media only screen and (min-width:768px), print {
  body.home .sec__pickup .pickupSlider .pickupSlider__txt {
    padding-right: 2rem;
  }
  body.home .sec__pickup .pickupSlider .pickupSlider__txt::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.home .sec__bizField .bizFields .bizField.is-real-estate a::after {
  background-image: url(../img/top/img_real-estate_sp.jpg);
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields .bizField.is-real-estate a::after {
    background-image: url(../img/top/img_real-estate.jpg);
  }
}
body.home .sec__bizField .bizFields .bizField.is-hotel a::after {
  background-image: url(../img/top/img_hotel_sp.jpg);
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields .bizField.is-hotel a::after {
    background-image: url(../img/top/img_hotel.jpg);
  }
}
body.home .sec__bizField .bizFields .bizField.is-investment a::after,
body.home .sec__bizField .bizFields .bizField.is-investment .bizField__noLink::after {
  background-image: url(../img/top/img_investment_sp.jpg);
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields .bizField.is-investment a::after,
  body.home .sec__bizField .bizFields .bizField.is-investment .bizField__noLink::after {
    background-image: url(../img/top/img_investment.jpg);
  }
}
body.home .sec__bizField .bizFields .bizField.is-newfield a::after {
  background-image: url(../img/top/img_newfield_sp.jpg);
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields .bizField.is-newfield a::after {
    background-image: url(../img/top/img_newfield.jpg);
  }
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields .bizField {
    width: 50%;
  }
}
body.home .sec__bizField .bizFields a {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  padding: 3.5rem 1rem;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields a {
    padding: 7rem 1rem;
  }
}
body.home .sec__bizField .bizFields a::after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
@media (hover: hover) {
  body.home .sec__bizField .bizFields a:hover {
    text-decoration: none;
  }
  body.home .sec__bizField .bizFields a:hover::after {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.home .sec__bizField .bizFields .bizField__noLink {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  padding: 3.5rem 1rem;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields .bizField__noLink {
    padding: 7rem 1rem;
  }
}
body.home .sec__bizField .bizFields .bizField__noLink::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
body.home .sec__bizField .bizFields .bizField__noLink .bizField__ttl {
  padding: 0.627rem 0;
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields .bizField__noLink .bizField__ttl {
    padding: 0;
  }
}
body.home .sec__bizField .bizFields .bizField__noLink .bizField__ttl::after {
  content: "";
  margin: 0;
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields .bizField__noLink .bizField__ttl::after {
    width: 41px;
    height: 9px;
    margin-top: 0.7rem;
  }
}
body.home .sec__bizField .bizFields .bizField__ttl {
  font-size: 1.25rem;
  position: relative;
  z-index: 9;
  display: block;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  body.home .sec__bizField .bizFields .bizField__ttl {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
body.home .sec__bizField .bizFields .bizField__ttl::after {
  position: relative;
  z-index: 9;
  content: url(../img/common/arrow_uq_white-lg.svg);
  display: block;
  margin-top: 0.7rem;
  line-height: 0;
}
body.home .sec__project .postCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 0;
}
@media only screen and (min-width:768px), print {
  body.home .sec__project .postCards {
    gap: 2px 0;
  }
}
@media only screen and (min-width:768px), print {
  body.home .sec__project .postCards .postCard {
    width: 100%;
  }
}
body.home .sec__project .postCards .postCard__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1rem 2.25rem;
  background-color: #fff;
}
@media only screen and (min-width:768px), print {
  body.home .sec__project .postCards .postCard__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media (hover: hover) {
  body.home .sec__project .postCards .postCard__link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  body.home .sec__project .postCards .postCard__link:hover::after {
    right: calc(1rem - 3px);
  }
}
body.home .sec__project .postCards .postCard__link::after {
  content: url(../img/common/arrow_uq-sm.svg);
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  line-height: 0;
  text-align: right;
}
@media only screen and (min-width:768px), print {
  body.home .sec__project .postCards .postCard__link::after {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
  }
}
body.home .sec__project .postCards .postCard__thumb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width:768px), print {
  body.home .sec__project .postCards .postCard__thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.3%;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  body.home .sec__project .postCards .postCard__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width:768px), print {
  body.home .sec__project .postCards .postCard__body__inr {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}
@media only screen and (min-width:1000px), print {
  body.home .sec__project .postCards .postCard__body__inr {
    padding: 1rem 3rem 1rem 1.5rem;
  }
}
body.home .sec__project .postCards .postCard__ttl {
  font-size: 1rem;
  margin: 1.5rem 0 1rem;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  body.home .sec__project .postCards .postCard__ttl {
    font-size: 1.25rem;
  }
}
body.home .sec__project .postCards .postCard__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
body.home .sec__project .postCards .postCard__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
@media only screen and (min-width:768px), print {
  body.home .sec__project .postCards .postCard__ttl {
    margin-top: 0;
  }
}
body.home .sec__project .postCards .postCard__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
}
body.home .sec__create {
  background-image: url(../img/top/bg_ctf_sp.jpg);
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  body.home .sec__create {
    background-image: url(../img/top/bg_ctf.jpg);
  }
}
body.home .sec__create .my-heading {
  margin-bottom: 0;
}
@media only screen and (max-width:767px) {
  body.home .sec__create .my-heading {
    text-align: center;
  }
}
body.home .sec__create .create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 0;
}
@media only screen and (min-width:768px), print {
  body.home .sec__create .create {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5rem;
  }
}
@media only screen and (min-width:1000px), print {
  body.home .sec__create .create {
    gap: 0 10rem;
  }
}
@media only screen and (min-width:768px), print {
  body.home .sec__create .create__links {
    width: 100%;
    max-width: 20rem;
  }
}
@media only screen and (max-width:767px) {
  html:lang(en) .sec__create .create__links .my-block-button a {
    min-width: 15rem;
  }
}

body.home .sec__relatedSite .img-txt-link__img img {
  aspect-ratio: 440/270;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}

@media only screen and (min-width:768px), print {
  body.corporate.message .col__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width:768px), print {
  body.corporate.message .col__message .col__message__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 42%;
  }
}
body.corporate.message .col__message .col__message__txt {
  margin-top: 2.5rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.message .col__message .col__message__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 58%;
    margin-top: 0;
    padding-right: 2.5rem;
  }
}

body.corporate.slogan .sec__slogan {
  padding: 5rem 0;
  background-position: center center;
  background-image: url(../img/corporate/slogan/bg_slogan_sp.jpg);
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  body.corporate.slogan .sec__slogan {
    padding: 12rem 0;
    background-image: url(../img/corporate/slogan/bg_slogan.jpg);
  }
}
body.corporate.slogan .sec__slogan .slogan__body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.corporate.slogan .sec__slogan .slogan__ttl {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  body.corporate.slogan .sec__slogan .slogan__ttl {
    margin-bottom: 7rem;
    text-align: left;
  }
}
html:lang(en) .sec__slogan .slogan__ttl {
  max-width: 745px;
}

@media only screen and (min-width:768px), print {
  body.corporate.slogan .sec__slogan .slogan__ttl img {
    width: 100%;
  }
}
body.corporate.slogan .sec__slogan .slogan__txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0;
}
@media only screen and (min-width:576px) {
  body.corporate.slogan .sec__slogan .slogan__txt {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  body.corporate.slogan .sec__slogan .slogan__txt {
    font-size: 1.25rem;
    line-height: 3.3;
    letter-spacing: inherit;
    text-align: left;
  }
}
@media only screen and (min-width:1000px), print {
  body.corporate.slogan .sec__slogan .slogan__txt {
    font-size: 1.5rem;
  }
}
body.corporate.slogan .sec__slogan .slogan__txt + .slogan__txt {
  margin-top: 1.8em;
}

body.corporate.philosophy .sec__philosophyIntro {
  padding: 5rem 0;
  background-position: center center;
  background-image: url(../img/corporate/philosophy/bg_philosophy_intro_sp.jpg);
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__philosophyIntro {
    background-image: url(../img/corporate/philosophy/bg_philosophy_intro.jpg);
  }
}
body.corporate.philosophy .sec__philosophyIntro .philosophyIntro__dl dt {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__philosophyIntro .philosophyIntro__dl dt {
    font-size: 2rem;
  }
}
body.corporate.philosophy .sec__philosophyIntro .philosophyIntro__dl dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
body.corporate.philosophy .sec__philosophyIntro .philosophyIntro__dl dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__philosophyIntro .philosophyIntro__dl dt {
    margin-bottom: 1.4rem;
  }
}
body.corporate.philosophy .sec__philosophyIntro .philosophyIntro__dl__item + .philosophyIntro__dl__item {
  margin-top: 2rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__philosophyIntro .philosophyIntro__dl__item + .philosophyIntro__dl__item {
    margin-top: 3rem;
  }
}
body.corporate.philosophy .sec__guidelines {
  padding: 5rem 0;
  background: linear-gradient(30deg, #f7f7f7 0%, #f8f8f8 100%);
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines {
    padding: 7.5rem 0;
  }
}
body.corporate.philosophy .sec__guidelines .sec__guidelines__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines .sec__guidelines__ttl {
    font-size: 3rem;
  }
}
body.corporate.philosophy .sec__guidelines .sec__guidelines__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
body.corporate.philosophy .sec__guidelines .sec__guidelines__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines .sec__guidelines__ttl {
    margin-bottom: 4.5rem;
  }
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines .guidelines__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.corporate.philosophy .sec__guidelines .guidelines__body + .guidelines__body {
  margin-top: 4rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines .guidelines__body + .guidelines__body {
    margin-top: 5rem;
  }
}
body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 2.25rem;
  padding-top: 1.5rem;
  border-top: 2px solid #000;
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__ttl {
    font-size: 2rem;
  }
}
body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 26%;
  }
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__list {
    padding-left: 5rem;
  }
}
body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__list li {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__list li {
    font-size: 1.5rem;
  }
}
body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__list li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__list li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__list li + li {
  margin-top: 1.25rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__list li + li {
    margin-top: 2rem;
  }
}
body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__list li span {
  display: block;
  margin-bottom: 0.8rem;
  color: #006FBB;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width:768px), print {
  body.corporate.philosophy .sec__guidelines .guidelines__body .guidelines__list li span {
    font-size: 1.25rem;
  }
}

body.corporate.strategy .sec__strategyIntro {
  padding: 5rem 0;
  background: url(../img/corporate/strategy/mv_bg.jpg) center center;
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .sec__strategyIntro {
    padding: 8rem 0 7rem;
  }
}
body.corporate.strategy .sec__strategyIntro .strategyIntro__copy {
  margin: 2.5rem 0;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .sec__strategyIntro .strategyIntro__copy {
    margin: 3.5rem 0;
  }
}
body.corporate.strategy .sec__strategyIntro .strategyIntro__txt {
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
body.corporate.strategy .sec__3points .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.corporate.strategy .sec__3points .points__ttl {
  margin: 1.5rem 0;
  font-weight: 700;
  text-align: center;
}
body.corporate.strategy .sec__3points .points__ttl .jp,
body.corporate.strategy .sec__3points .points__ttl .en {
  display: block;
}
body.corporate.strategy .sec__3points .points__ttl .en {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .sec__3points .points__ttl .en {
    font-size: 1.25rem;
  }
}
body.corporate.strategy .sec__3points .points__ttl .jp {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .sec__3points .points__ttl .jp {
    font-size: 1rem;
  }
}
body.corporate.strategy .sec__3points .points__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
body.corporate.strategy .sec__3points .points__img img {
  width: 100%;
}
body.corporate.strategy .sec__realestatePlan .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.corporate.strategy .sec__realestatePlan .plan__ttl {
  margin: 1rem 0 0;
  font-weight: 700;
}
body.corporate.strategy .sec__realestatePlan .plan__txt {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .sec__realestatePlan .plan__txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
body.corporate.strategy .sec__realestatePlan .plan__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
body.corporate.strategy .sec__realestatePlan .plan__img img {
  width: 100%;
}
body.corporate.strategy .sec__hotelPlan .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.corporate.strategy .sec__hotelPlan .plan__ttl {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 1rem 0 0;
  text-align: right;
  font-weight: 500;
}
body.corporate.strategy .sec__hotelPlan .plan__txt {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #909195;
  text-align: right;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .sec__hotelPlan .plan__txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
body.corporate.strategy .sec__hotelPlan .plan__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
body.corporate.strategy .sec__hotelPlan .plan__img img {
  width: 100%;
}
body.corporate.strategy .tableTargetValue {
  margin: 1rem 0;
}
body.corporate.strategy .tableTargetValue table th,
body.corporate.strategy .tableTargetValue table td {
  padding: 0.65rem 0.8rem;
  border: 2px solid #ccc;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .tableTargetValue table th,
  body.corporate.strategy .tableTargetValue table td {
    padding: 0.8rem 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  body.corporate.strategy .tableTargetValue table th,
  body.corporate.strategy .tableTargetValue table td {
    padding: 1.3rem 1.5rem;
  }
}
body.corporate.strategy .tableTargetValue table thead th {
  background-color: #E0E0E0;
}
body.corporate.strategy .tableTargetValue table .bdTop--deco,
body.corporate.strategy .tableTargetValue table .bdRight--deco,
body.corporate.strategy .tableTargetValue table .bdBottom--deco,
body.corporate.strategy .tableTargetValue table .bdLeft--deco,
body.corporate.strategy .tableTargetValue table .bdTop-Right-Left--deco {
  position: relative;
}
body.corporate.strategy .tableTargetValue table .bdTop--deco::before,
body.corporate.strategy .tableTargetValue table .bdRight--deco::before,
body.corporate.strategy .tableTargetValue table .bdBottom--deco::before,
body.corporate.strategy .tableTargetValue table .bdLeft--deco::before,
body.corporate.strategy .tableTargetValue table .bdTop-Right-Left--deco::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}
body.corporate.strategy .tableTargetValue table .bdTop--deco::before {
  border-top: 5px solid #006FBB;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .tableTargetValue table .bdTop--deco::before {
    border-top-width: 8px;
  }
}
body.corporate.strategy .tableTargetValue table .bdRight--deco::before {
  border-right: 5px solid #006FBB;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .tableTargetValue table .bdRight--deco::before {
    border-right-width: 8px;
  }
}
body.corporate.strategy .tableTargetValue table .bdBottom--deco::before {
  border-bottom: 5px solid #006FBB;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .tableTargetValue table .bdBottom--deco::before {
    border-bottom-width: 8px;
  }
}
body.corporate.strategy .tableTargetValue table .bdLeft--deco::before {
  border-left: 5px solid #006FBB;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .tableTargetValue table .bdLeft--deco::before {
    border-left-width: 8px;
  }
}
body.corporate.strategy .tableTargetValue table .bdTop-Right-Left--deco::before {
  border: 5px solid #006FBB;
  border-bottom: none;
}
@media only screen and (min-width:768px), print {
  body.corporate.strategy .tableTargetValue table .bdTop-Right-Left--deco::before {
    border-width: 8px;
  }
}

body.corporate.history .historyList table th {
  white-space: nowrap;
  width: 1%;
  vertical-align: top;
}
body.corporate.history .historyList table th:not(.historyList__month) {
  border-right: none;
}
body.corporate.history .historyList table .historyList__month {
  padding-left: 0;
  border-left: none;
}

body.corporate.finance .sec__finances {
  overflow: hidden;
  margin-top: calc(var(--my--sec--mrg) * -1);
}
@media only screen and (min-width:768px), print {
  body.corporate.finance .sec__finances {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: calc(var(--my--sec--mrg) * -1) -1.25rem 0;
  }
}
body.corporate.finance .sec__finances .sec__finance {
  margin-top: var(--my--sec--mrg);
}
@media only screen and (min-width:768px), print {
  body.corporate.finance .sec__finances .sec__finance {
    width: 50%;
    padding: 0 1.25rem;
  }
}
body.corporate.finance .sec__finances .finance__canvas {
  height: 300px;
}
body.corporate.finance .sec__finances .finance__canvas--jikoshihon {
  height: 340px;
}
body.corporate.finance .tableFinance {
  margin-top: var(--my--sec--mrg);
}
body.corporate.finance .tableFinance thead th {
  text-align: center;
}
body.corporate.finance .tableFinance tbody th {
  text-align: left;
}
body.corporate.finance .tableFinance tbody td {
  text-align: right;
}

@media only screen and (min-width:1000px), print {
  body.corporate.group_lists .groupCorpDl {
    margin: 0 -1.5rem;
  }
}
body.corporate.group_lists .groupCorpDl .groupCorpDl__item {
  margin-top: 3.5rem;
}
@media only screen and (min-width:1000px), print {
  body.corporate.group_lists .groupCorpDl .groupCorpDl__item {
    margin-top: 4.5rem;
    padding: 0 1.5rem;
  }
}
body.corporate.group_lists .groupCorpDl .groupCorpDl__item dt {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.group_lists .groupCorpDl .groupCorpDl__item dt {
    font-size: 1.25rem;
  }
}
body.corporate.group_lists .groupCorpDl .groupCorpDl__item__data {
  margin-top: 1rem;
}
body.corporate.group_lists .groupCorpDl .groupCorpDl__item__data th,
body.corporate.group_lists .groupCorpDl .groupCorpDl__item__data td {
  padding: 0.2rem 0;
}
body.corporate.group_lists .groupCorpDl .groupCorpDl__item__data th {
  white-space: nowrap;
  width: 1%;
  padding-right: 1rem;
  vertical-align: top;
}

@media only screen and (min-width:768px), print {
  body.corporate.ad_gallery .ad__imgTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width:768px), print {
  body.corporate.ad_gallery .ad__img {
    width: 30%;
  }
}
body.corporate.ad_gallery .ad__img img {
  display: block;
  width: 100%;
  margin: auto;
  outline: 1px solid #F0F0F0;
}
body.corporate.ad_gallery .ad__txt {
  margin-top: 1rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.ad_gallery .ad__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-left: 2.5rem;
  }
}
body.corporate.ad_gallery .ad__txt__copy {
  font-weight: 700;
}

body.corporate.chronicle .chroIntro__body {
  padding-bottom: var(--my--sec--mrg);
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroIntro__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroIntro__body .my-heading {
    margin-right: 12%;
  }
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroIntro__body .chroIntro__txt {
    margin-top: 2.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}
body.corporate.chronicle .chroSliderSub {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderSub {
    margin-bottom: 2.5rem;
  }
}
body.corporate.chronicle .chroSliderSub .chroSliderMain__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 0;
  margin: 0 -0.25rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderSub .chroSliderMain__dots {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.corporate.chronicle .chroSliderSub .chroSliderMain__dots li {
  width: 50%;
  padding: 0 0.25rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderSub .chroSliderMain__dots li {
    width: calc(180px + 0.5rem);
  }
}
body.corporate.chronicle .chroSliderSub .chroSliderMain__dots li.slick-active {
  pointer-events: none;
}
body.corporate.chronicle .chroSliderSub .chroSliderMain__dots li.slick-active .chroSliderSub__item {
  border-bottom-color: #006FBB;
  color: #006FBB;
}
body.corporate.chronicle .chroSliderSub .chroSliderMain__dots .chroSliderSub__item {
  -webkit-transition-property: border, color;
  transition-property: border, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-size: 1rem;
  display: block;
  padding-bottom: 0.45rem;
  border-bottom: 4px solid #000;
  color: #000;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderSub .chroSliderMain__dots .chroSliderSub__item {
    font-size: 1.25rem;
  }
}
@media (hover: hover) {
  body.corporate.chronicle .chroSliderSub .chroSliderMain__dots .chroSliderSub__item:hover {
    color: #006FBB;
  }
}
body.corporate.chronicle #daikibokaihatsu .chroSliderSub__item-2005- + .chroSliderSub__item-2005- {
  display: none;
}
body.corporate.chronicle #daikibokaihatsu .chroSliderSub__item-2005-:has(+ .slick-active) {
  pointer-events: none;
}
body.corporate.chronicle #daikibokaihatsu .chroSliderSub__item-2005-:has(+ .slick-active) .chroSliderSub__item {
  border-bottom-color: #006FBB;
  color: #006FBB;
}
body.corporate.chronicle .chroSliderMain .slick-arrow {
  -webkit-transform: translate(0, calc(-50% + 1.25rem));
      -ms-transform: translate(0, calc(-50% + 1.25rem));
          transform: translate(0, calc(-50% + 1.25rem));
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderMain .slick-arrow {
    -webkit-transform: translate(0, calc(-50% + 1.75rem));
        -ms-transform: translate(0, calc(-50% + 1.75rem));
            transform: translate(0, calc(-50% + 1.75rem));
  }
}
body.corporate.chronicle .chroSliderMain .slick-arrow.slick-prev {
  left: 0;
}
body.corporate.chronicle .chroSliderMain .slick-arrow.slick-prev::before {
  background-position: center left;
}
body.corporate.chronicle .chroSliderMain .slick-arrow.slick-next {
  right: 0;
}
body.corporate.chronicle .chroSliderMain .slick-arrow.slick-next::before {
  background-position: center right;
}
body.corporate.chronicle .chroSliderMain .chroSliderMain__item {
  position: relative;
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderMain .chroSliderMain__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.corporate.chronicle .chroSliderMain .chroSliderMain__item__ttl {
  font-size: 0.75rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.5rem;
  padding: 0.5em;
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderMain .chroSliderMain__item__ttl {
    font-size: 1.25rem;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.75);
  }
}
body.corporate.chronicle .chroSliderMain .chroSliderMain__item__ttl .chroSliderMain__item__ttl__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.8em;
  padding-bottom: 0.2em;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderMain .chroSliderMain__item__ttl .chroSliderMain__item__ttl__date {
    margin-right: 1em;
  }
}
body.corporate.chronicle .chroSliderMain .chroSliderMain__item__link {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
}
@media (hover: hover) {
  body.corporate.chronicle .chroSliderMain .chroSliderMain__item__link:hover {
    opacity: 0.8;
  }
}
body.corporate.chronicle .chroSliderMain .chroSliderMain__item__detail {
  position: relative;
}
body.corporate.chronicle .chroSliderMain .chroSlider__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem 2rem 0.5rem 2.3rem;
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderMain .chroSlider__meta {
    display: block;
    padding: 1rem 1rem 1rem 1.5rem;
  }
}
@media only screen and (min-width:1120px), print {
  body.corporate.chronicle .chroSliderMain .chroSlider__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1rem 1.5rem 2rem;
  }
}
body.corporate.chronicle .chroSliderMain .chroSlider__meta::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(19%, rgba(0, 0, 0, 0.738)), color-stop(34%, rgba(0, 0, 0, 0.541)), color-stop(47%, rgba(0, 0, 0, 0.382)), color-stop(56.5%, rgba(0, 0, 0, 0.278)), color-stop(65%, rgba(0, 0, 0, 0.194)), color-stop(73%, rgba(0, 0, 0, 0.126)), color-stop(80.2%, rgba(0, 0, 0, 0.075)), color-stop(86.1%, rgba(0, 0, 0, 0.042)), color-stop(91%, rgba(0, 0, 0, 0.021)), color-stop(95.2%, rgba(0, 0, 0, 0.008)), color-stop(98.2%, rgba(0, 0, 0, 0.002)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
  content: "";
  opacity: 0.7;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.corporate.chronicle .chroSliderMain .chroSlider__meta .chroSlider__date {
  font-size: 1.75rem;
  line-height: 1.4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0.4em 0.1em 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderMain .chroSlider__meta .chroSlider__date {
    font-size: 2rem;
    line-height: 1.4;
  }
}
body.corporate.chronicle .chroSliderMain .chroSlider__meta .chroSlider__name {
  font-size: 0.625rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 0px 2px #000, 0px 0px 10px #000;
}
@media only screen and (min-width:768px), print {
  body.corporate.chronicle .chroSliderMain .chroSlider__meta .chroSlider__name {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
body.corporate.chronicle .chroSliderMain .chroSlider__img img {
  width: 100%;
  max-width: none;
}

.moritora__bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #acb5bc;
}
@media only screen and (min-width:768px), print {
  .moritora__bnr a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (hover: hover) {
  .moritora__bnr a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .moritora__bnr a:hover .moritora__bnr__txt::after {
    margin-left: 3px;
  }
}
.moritora__bnr .moritora__bnr__body {
  font-size: 0.625rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  padding: 2.5rem 0.5rem;
  background-color: #006FBB;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .moritora__bnr .moritora__bnr__body {
    font-size: 0.75rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding: 3rem 0.5rem;
    background-color: transparent;
  }
  .moritora__bnr .moritora__bnr__body::before {
    content: "";
    position: absolute;
    background-color: #006FBB;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: skewX(-7deg) scaleX(1.15);
        -ms-transform: skewX(-7deg) scaleX(1.15);
            transform: skewX(-7deg) scaleX(1.15);
  }
}
@media only screen and (min-width:1000px), print {
  .moritora__bnr .moritora__bnr__body {
    padding: 1rem;
  }
}
.moritora__bnr .moritora__bnr__ttl {
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.moritora__bnr .moritora__bnr__ttl img {
  width: 147px;
}
@media only screen and (min-width:768px), print {
  .moritora__bnr .moritora__bnr__ttl img {
    width: auto;
  }
}
.moritora__bnr .moritora__bnr__txt {
  position: relative;
  margin-top: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}
.moritora__bnr .moritora__bnr__txt::after {
  content: url(../img/common/arrow_uq_white-lg.svg);
  display: block;
  margin-top: 0.8rem;
  line-height: 0;
  text-align: center;
}
.moritora__bnr .moritora__bnr__img01,
.moritora__bnr .moritora__bnr__img02 {
  width: 50%;
}
@media only screen and (min-width:768px), print {
  .moritora__bnr .moritora__bnr__img01,
  .moritora__bnr .moritora__bnr__img02 {
    width: 34%;
  }
}
@media only screen and (min-width:1000px), print {
  .moritora__bnr .moritora__bnr__img01,
  .moritora__bnr .moritora__bnr__img02 {
    min-height: 350px;
  }
}
@media only screen and (min-width:1120px), print {
  .moritora__bnr .moritora__bnr__img01,
  .moritora__bnr .moritora__bnr__img02 {
    width: 36.09375%;
  }
}
.moritora__bnr .moritora__bnr__img01 img,
.moritora__bnr .moritora__bnr__img02 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}
.moritora__bnr .moritora__bnr__img01 picture,
.moritora__bnr .moritora__bnr__img02 picture {
  height: 100%;
}
.moritora__bnr .moritora__bnr__img01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.moritora__bnr .moritora__bnr__img02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width:768px), print {
  .moritora__bnr .moritora__bnr__img02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

body.business .businessIndex .businessIndex__body {
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width:768px), print {
  body.business .businessIndex .businessIndex__body {
    margin: 0 var(--my--cntr-gutter);
  }
}
@media only screen and (min-width:1120px), print {
  body.business .businessIndex .businessIndex__body {
    margin: 0 2.5rem;
  }
}
body.business .businessIndex .businessIndex__body.is-realestate {
  background-image: url(../img/business/index/bg_realestate_sp.jpg);
}
@media only screen and (min-width:768px), print {
  body.business .businessIndex .businessIndex__body.is-realestate {
    background-image: url(../img/business/index/bg_realestate.jpg);
  }
}
body.business .businessIndex .businessIndex__body.is-hotel {
  background-image: url(../img/business/index/bg_hotel_sp.jpg);
}
@media only screen and (min-width:768px), print {
  body.business .businessIndex .businessIndex__body.is-hotel {
    background-image: url(../img/business/index/bg_hotel.jpg);
  }
}
body.business .businessIndex .businessIndex__body.is-investment {
  background-image: url(../img/business/index/bg_investment_sp.jpg);
}
@media only screen and (min-width:768px), print {
  body.business .businessIndex .businessIndex__body.is-investment {
    background-image: url(../img/business/index/bg_investment.jpg);
  }
}
body.business .businessIndex .businessIndex__body__inr {
  padding: 5rem 0;
}
@media only screen and (min-width:768px), print {
  body.business .businessIndex .businessIndex__body__inr {
    padding: 9.25rem 0;
  }
}
body.business .businessIndex .businessIndex__body__link {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  body.business .businessIndex .businessIndex__body__link:hover .my-block-button__link {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
}
body.business .businessIndex .businessIndex__txt {
  margin-top: 1.2em;
  font-weight: 700;
  text-align: justify;
}
@media only screen and (min-width:768px), print {
  body.business .businessIndex .businessIndex__txt {
    letter-spacing: 0.03em;
  }
}
body.business .businessIndex .businessIndex__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
  margin: 1.5rem -0.5rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:768px), print {
  body.business .businessIndex .businessIndex__list {
    gap: 0.5rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 1.5rem 0 0;
  }
}
body.business .businessIndex .businessIndex__list li {
  width: 50%;
  padding: 0 0.5rem;
}
@media only screen and (min-width:768px), print {
  body.business .businessIndex .businessIndex__list li {
    width: auto;
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  body.business .businessIndex .businessIndex__list .my-block-button__link {
    min-width: auto;
    width: 100%;
  }
}

.post-type-office,
body.business.office {
  /* PC時：スライダーが4枚以下の場合 */
}
@media only screen and (max-width:767px) {
  .post-type-office .pageHeading__floatBtn,
  body.business.office .pageHeading__floatBtn {
    display: none;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeTopHeading,
  body.business.office .officeTopHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeTopHeading .officeTopHeading__img,
  body.business.office .officeTopHeading .officeTopHeading__img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeTopHeading .officeTopHeading__img picture,
  body.business.office .officeTopHeading .officeTopHeading__img picture {
    height: 100%;
  }
}
.post-type-office .officeTopHeading .officeTopHeading__img img,
body.business.office .officeTopHeading .officeTopHeading__img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeTopHeading .officeTopHeading__img img,
  body.business.office .officeTopHeading .officeTopHeading__img img {
    height: 100%;
  }
}
@media only screen and (min-width:1000px), print {
  .post-type-office .officeTopHeading .officeTopHeading__img img,
  body.business.office .officeTopHeading .officeTopHeading__img img {
    height: 380px;
  }
}
.post-type-office .officeTopHeading .officeTopHeading__link,
body.business.office .officeTopHeading .officeTopHeading__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  padding: 2.5rem;
  background-color: #F8F8F8;
  text-decoration: none;
}
@media only screen and (min-width:1000px), print {
  .post-type-office .officeTopHeading .officeTopHeading__link,
  body.business.office .officeTopHeading .officeTopHeading__link {
    width: 32.65625%;
    min-width: 418px;
  }
}
@media (hover: hover) {
  .post-type-office .officeTopHeading .officeTopHeading__link:hover,
  body.business.office .officeTopHeading .officeTopHeading__link:hover {
    opacity: 0.8;
  }
  .post-type-office .officeTopHeading .officeTopHeading__link:hover .officeTopHeading__link__btn,
  body.business.office .officeTopHeading .officeTopHeading__link:hover .officeTopHeading__link__btn {
    background-color: #000;
    color: #fff;
  }
}
.post-type-office .officeTopHeading .officeTopHeading__link__logo,
body.business.office .officeTopHeading .officeTopHeading__link__logo {
  text-align: center;
}
.post-type-office .officeTopHeading .officeTopHeading__link__copy,
body.business.office .officeTopHeading .officeTopHeading__link__copy {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 1.5rem 0 1rem;
  font-weight: 700;
  text-align: center;
}
.post-type-office .officeTopHeading .officeTopHeading__link__btn,
body.business.office .officeTopHeading .officeTopHeading__link__btn {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  padding: 0.5em 1.2em;
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .post-type-office .pageHeading.is-detail .pageHeading__body,
  body.business.office .pageHeading.is-detail .pageHeading__body {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}
.post-type-office .pageHeading.is-detail .property__uritag li,
body.business.office .pageHeading.is-detail .property__uritag li {
  width: 50%;
}
@media only screen and (min-width:768px), print {
  .post-type-office .pageHeading.is-detail .property__uritag li,
  body.business.office .pageHeading.is-detail .property__uritag li {
    width: 33.33333%;
  }
}
@media only screen and (min-width:1000px), print {
  .post-type-office .pageHeading.is-detail .property__uritag li,
  body.business.office .pageHeading.is-detail .property__uritag li {
    width: 20%;
  }
}
html:lang(ja) .pageHeading.is-detail .property__status {
  display: -ms-grid;
  display: grid;
  gap: 0.6rem !important;
  -ms-grid-columns: 1fr 0.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width:768px), print {
  html:lang(ja) .pageHeading.is-detail .property__status {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width:1000px), print {
  html:lang(ja) .pageHeading.is-detail .property__status {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
html:lang(ja) .pageHeading.is-detail .property__status .property__status__item {
  font-size: 1rem;
  display: block;
  min-width: auto;
  padding: 0;
}
@media only screen and (min-width:768px), print {
  html:lang(ja) .pageHeading.is-detail .property__status .property__status__item {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  html:lang(ja) .pageHeading.is-detail .property__status .property__status__item {
    min-width: auto;
    max-width: none;
  }
}
html:lang(ja) .pageHeading.is-detail .property__status .property__status__item.is-active .property__status__body {
  color: #fff;
}
html:lang(ja) .pageHeading.is-detail .property__status .property__status__body {
  display: block;
  padding: 0.276rem;
}
@media only screen and (min-width:768px), print {
  html:lang(ja) .pageHeading.is-detail .property__status .property__status__body {
    padding: 0.5rem;
  }
}
@media (hover: hover) {
  html:lang(ja) .pageHeading.is-detail .property__status a.property__status__body:hover {
    background-color: #007ed5;
    text-decoration: none;
  }
}
html:lang(ja) .pageHeading.is-detail .property__status a.property__status__body span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html:lang(ja) .pageHeading.is-detail .property__status a.property__status__body span::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 1.8rem;
  background: url(../img/common/arrow_circle_down-md.svg) no-repeat;
  background-size: contain;
}
@media only screen and (min-width:768px), print {
  html:lang(ja) .pageHeading.is-detail .property__status a.property__status__body span::after {
    width: 26px;
    height: 26px;
  }
}

@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body,
  body.business.office .officeSearch__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 860px;
    margin: auto;
  }
}
@media only screen and (max-width:767px) {
  .post-type-office .officeSearch__body .officeSearch__area,
  body.business.office .officeSearch__body .officeSearch__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__body,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__body {
  position: relative;
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check {
  --figure--w: 327;
  --figure--h: 371;
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .form__check,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .form__check {
  position: absolute;
}
@media only screen and (max-width:767px) {
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .form__check__label,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .form__check__label {
    font-size: 0.75rem;
    padding: 0.625rem;
  }
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .form__check__label::before,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .form__check__label::before {
    width: 1rem;
    height: 1rem;
  }
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .form__check__label::after,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .form__check__label::after {
    left: 0.875rem;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check {
    --figure--w: 430;
    --figure--h: 455;
  }
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_torakami,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_torakami {
  top: calc(122 / var(--figure--h) * 100%);
  left: 0;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_torakami,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_torakami {
    top: calc(147 / var(--figure--h) * 100%);
    left: calc(0 / var(--figure--w) * 100%);
  }
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_akasaka,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_akasaka {
  top: calc(73 / var(--figure--h) * 100%);
  left: calc(8 / var(--figure--w) * 100%);
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_akasaka,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_akasaka {
    top: calc(78 / var(--figure--h) * 100%);
    left: calc(12 / var(--figure--w) * 100%);
  }
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_shimbashi,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_shimbashi {
  top: calc(122 / var(--figure--h) * 100%);
  left: calc(171 / var(--figure--w) * 100%);
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_shimbashi,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_shimbashi {
    top: calc(147 / var(--figure--h) * 100%);
    left: calc(209 / var(--figure--w) * 100%);
  }
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_marunouchi,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_marunouchi {
  top: calc(35 / var(--figure--h) * 100%);
  right: 0;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_marunouchi,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_marunouchi {
    top: calc(40 / var(--figure--h) * 100%);
    right: auto;
    left: calc(228 / var(--figure--w) * 100%);
  }
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_mita,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_mita {
  top: calc(186 / var(--figure--h) * 100%);
  left: calc(127 / var(--figure--w) * 100%);
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_mita,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_mita {
    top: calc(215 / var(--figure--h) * 100%);
    left: calc(155 / var(--figure--w) * 100%);
  }
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_shinagawa,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_shinagawa {
  top: calc(240 / var(--figure--h) * 100%);
  left: calc(67 / var(--figure--w) * 100%);
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_shinagawa,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_shinagawa {
    top: calc(283 / var(--figure--h) * 100%);
    left: calc(84 / var(--figure--w) * 100%);
  }
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_kansai,
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_osaka,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_kansai,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_osaka {
  top: calc(319 / var(--figure--h) * 100%);
  right: 0;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_kansai,
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_osaka,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_kansai,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_osaka {
    top: calc(373 / var(--figure--h) * 100%);
  }
}
.post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_sendai,
body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_sendai {
  top: calc(274 / var(--figure--h) * 100%);
  right: 0;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_sendai,
  body.business.office .officeSearch__body .officeSearch__area .officeSearch__area__check .area_sendai {
    top: calc(304 / var(--figure--h) * 100%);
    right: 0;
  }
}
.post-type-office .officeSearch__body .officeSearch__form,
body.business.office .officeSearch__body .officeSearch__form {
  margin-top: 2rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__form,
  body.business.office .officeSearch__body .officeSearch__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin: 0 0 0 2.5rem;
  }
}
@media only screen and (min-width:1000px), print {
  .post-type-office .officeSearch__body .officeSearch__form,
  body.business.office .officeSearch__body .officeSearch__form {
    margin: 0 0 0 1.5rem;
  }
}
.post-type-office .officeSearch__body .officeSearch__form__ttl,
body.business.office .officeSearch__body .officeSearch__form__ttl {
  font-size: 1rem;
  margin-bottom: 1em;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__form__ttl,
  body.business.office .officeSearch__body .officeSearch__form__ttl {
    font-size: 1.25rem;
  }
}
.post-type-office .officeSearch__body .officeSearch__form__submit,
body.business.office .officeSearch__body .officeSearch__form__submit {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.post-type-office .officeSearch__body .officeSearch__form__submit__btn,
body.business.office .officeSearch__body .officeSearch__form__submit__btn {
  width: 100%;
  margin-top: 1.5rem;
}
.post-type-office .officeSearch__body .officeSearch__form__submit__btn__link,
body.business.office .officeSearch__body .officeSearch__form__submit__btn__link {
  font-size: 1rem;
  -webkit-transition-property: background-color, border, color;
  transition-property: background-color, border, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
  width: 100%;
  max-width: 327px;
  margin: auto;
  padding: calc(0.5em + 2px) 0.7em;
  color: #000;
  font-weight: 700;
  text-align: center;
  background-color: #006FBB;
  color: #fff;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__form__submit__btn__link,
  body.business.office .officeSearch__body .officeSearch__form__submit__btn__link {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearch__body .officeSearch__form__submit__btn__link,
  body.business.office .officeSearch__body .officeSearch__form__submit__btn__link {
    max-width: 20rem;
    padding: calc(0.4em + 3px) 1em;
  }
}
@media (hover: hover) {
  .post-type-office .officeSearch__body .officeSearch__form__submit__btn__link:hover,
  body.business.office .officeSearch__body .officeSearch__form__submit__btn__link:hover {
    background-color: #007ed5;
    text-decoration: none;
  }
}
.post-type-office .officeSearch__body .officeSearch__form__submit__reset button,
body.business.office .officeSearch__body .officeSearch__form__submit__reset button {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1em;
  background: none;
  text-decoration: underline;
}
@media (hover: hover) {
  .post-type-office .officeSearch__body .officeSearch__form__submit__reset button:hover,
  body.business.office .officeSearch__body .officeSearch__form__submit__reset button:hover {
    text-decoration: none;
  }
}
html:lang(en) .officeSearch__body .officeSearch__form__submit__btn__link {
  font-size: 0.75rem;
}
@media only screen and (min-width:768px), print {
  html:lang(en) .officeSearch__body .officeSearch__form__submit__btn__link {
    font-size: 1rem;
  }
}
html:lang(en) .officeSearch__area .officeSearch__area__body .form__checks .form__check__label {
  font-size: 10px !important;
  padding: 8px !important;
}
@media only screen and (min-width:768px), print {
  html:lang(en) .officeSearch__area .officeSearch__area__body .form__checks .form__check__label {
    font-size: 11px !important;
  }
}
html:lang(en) .officeSearch__area .officeSearch__area__body .form__checks .form__check__label::before {
  width: 12px !important;
  height: 12px !important;
}
html:lang(en) .officeSearch__area .officeSearch__area__body .form__checks .form__check__label::after {
  top: 0;
  left: 10px;
}
html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_marunouchi {
  left: auto;
  right: 0;
}
@media only screen and (max-width:767px) {
  html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_torakami {
    top: calc(152 / var(--figure--h) * 100%);
  }
}
html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_shimbashi {
  top: calc(117 / var(--figure--h) * 100%);
  left: auto;
  right: 0;
}
@media only screen and (min-width:768px), print {
  html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_shimbashi {
    top: calc(147 / var(--figure--h) * 100%);
    right: calc(20 / var(--figure--w) * 100%);
  }
}
html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_shinagawa {
  left: calc(33 / var(--figure--w) * 100%);
}
@media only screen and (min-width:768px), print {
  html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_shinagawa {
    left: calc(80 / var(--figure--w) * 100%);
  }
}
html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_sendai,
html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_osaka,
html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_kansai {
  right: auto;
  left: calc(220 / var(--figure--w) * 100%);
}
@media only screen and (min-width:768px), print {
  html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_sendai,
  html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_osaka,
  html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_kansai {
    left: calc(285 / var(--figure--w) * 100%);
  }
}
@media only screen and (min-width:768px), print {
  html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_osaka,
  html:lang(en) .officeSearch__area .officeSearch__area__body .officeSearch__area__check .area_kansai {
    top: calc(350 / var(--figure--h) * 100%);
  }
}

@media only screen and (min-width:768px), print {
  .post-type-office .officeRecoSlider:not(.slick-slider),
  body.business.office .officeRecoSlider:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post-type-office .officeRecoSlider:not(.slick-slider) .officeReco,
  body.business.office .officeRecoSlider:not(.slick-slider) .officeReco {
    margin-right: calc(var(--my--block--col--gap-x) / 2);
    margin-left: calc(var(--my--block--col--gap-x) / 2);
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeRecos .slick-arrow.slick-prev,
  body.business.office .officeRecos .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (min-width:1000px), print {
  .post-type-office .officeRecos .slick-arrow.slick-prev::before,
  body.business.office .officeRecos .slick-arrow.slick-prev::before {
    background-image: url(../img/common/arrow_slider_left-lg.svg);
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeRecos .slick-arrow.slick-next,
  body.business.office .officeRecos .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (min-width:1000px), print {
  .post-type-office .officeRecos .slick-arrow.slick-next::before,
  body.business.office .officeRecos .slick-arrow.slick-next::before {
    background-image: url(../img/common/arrow_slider_right-lg.svg);
  }
}
.post-type-office .officeRecos .slick-arrow.slick-prev, .post-type-office .officeRecos .slick-arrow.slick-next,
body.business.office .officeRecos .slick-arrow.slick-prev,
body.business.office .officeRecos .slick-arrow.slick-next {
  top: 35vw;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeRecos .slick-arrow.slick-prev, .post-type-office .officeRecos .slick-arrow.slick-next,
  body.business.office .officeRecos .slick-arrow.slick-prev,
  body.business.office .officeRecos .slick-arrow.slick-next {
    top: 171px;
  }
}
@media only screen and (min-width:1000px), print {
  .post-type-office .officeRecos .slick-arrow::before,
  body.business.office .officeRecos .slick-arrow::before {
    width: 80px;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeRecos .officeReco,
  body.business.office .officeRecos .officeReco {
    max-width: 400px;
  }
}
.post-type-office .officeRecos .officeReco__link,
body.business.office .officeRecos .officeReco__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (hover: hover) {
  .post-type-office .officeRecos .officeReco__link:hover,
  body.business.office .officeRecos .officeReco__link:hover {
    text-decoration: none;
  }
  .post-type-office .officeRecos .officeReco__link:hover .officeReco__img,
  body.business.office .officeRecos .officeReco__link:hover .officeReco__img {
    opacity: 0.8;
  }
}
.post-type-office .officeRecos .officeReco__img,
body.business.office .officeRecos .officeReco__img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.post-type-office .officeRecos .officeReco__img img,
body.business.office .officeRecos .officeReco__img img {
  aspect-ratio: 400/370;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.post-type-office .officeRecos .officeReco__ttl,
body.business.office .officeRecos .officeReco__ttl {
  font-size: 1rem;
  margin: 1rem 0;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeRecos .officeReco__ttl,
  body.business.office .officeRecos .officeReco__ttl {
    font-size: 1.25rem;
  }
}
.post-type-office .officeRecos .officeReco__ttl::before,
body.business.office .officeRecos .officeReco__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
.post-type-office .officeRecos .officeReco__ttl::after,
body.business.office .officeRecos .officeReco__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeRecos .officeReco__ttl,
  body.business.office .officeRecos .officeReco__ttl {
    margin: 1.5rem 0;
  }
}
@media only screen and (max-width:767px) {
  .post-type-office .officeRecos .officeReco__dl,
  body.business.office .officeRecos .officeReco__dl {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.post-type-office .officeRecos .officeReco__dl .officeReco__dl__item + .officeReco__dl__item,
body.business.office .officeRecos .officeReco__dl .officeReco__dl__item + .officeReco__dl__item {
  margin-top: 1rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeRecos .officeReco__dl .officeReco__dl__item + .officeReco__dl__item,
  body.business.office .officeRecos .officeReco__dl .officeReco__dl__item + .officeReco__dl__item {
    margin-top: 1.5rem;
  }
}
.post-type-office .officeRecos .officeReco__dl dt,
body.business.office .officeRecos .officeReco__dl dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  background-color: #E0E0E0;
  border-radius: 4px;
  line-height: 1;
}
.post-type-office .officeRecos .officeReco__dl dd,
body.business.office .officeRecos .officeReco__dl dd {
  margin-top: 0.5rem;
  line-height: 1.8;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeRecos .officeReco__dl dd,
  body.business.office .officeRecos .officeReco__dl dd {
    margin-top: 0.8rem;
  }
}
.post-type-office .officeSearchInfo,
body.business.office .officeSearchInfo {
  padding: 1.5rem 1rem;
  background-color: #F8F8F8;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearchInfo,
  body.business.office .officeSearchInfo {
    padding: 3.375rem 2rem;
  }
}
.post-type-office .officeSearchInfo .officeSearchInfo__body,
body.business.office .officeSearchInfo .officeSearchInfo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 970px;
  margin: auto;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearchInfo .officeSearchInfo__body,
  body.business.office .officeSearchInfo .officeSearchInfo__body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.post-type-office .officeSearchInfo .officeSearchInfo__dl,
body.business.office .officeSearchInfo .officeSearchInfo__dl {
  font-size: 1rem;
}
.post-type-office .officeSearchInfo .officeSearchInfo__dl dt,
body.business.office .officeSearchInfo .officeSearchInfo__dl dt {
  font-weight: 700;
}
.post-type-office .officeSearchInfo .my-block-button,
body.business.office .officeSearchInfo .my-block-button {
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width:768px), print {
  .post-type-office .officeSearchInfo .my-block-button,
  body.business.office .officeSearchInfo .my-block-button {
    margin: 0;
  }
}
.post-type-office .officeSearchItems,
body.business.office .officeSearchItems {
  margin-top: 2.5rem;
}
.post-type-office #officeFilter .officeSearch__body,
body.business.office #officeFilter .officeSearch__body {
  margin-bottom: 2.5rem;
}
.post-type-office .property,
body.business.office .property {
  border: 1px solid #c5c5c5;
}
.post-type-office .property + .property,
body.business.office .property + .property {
  margin-top: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .property + .property,
  body.business.office .property + .property {
    margin-top: 5rem;
  }
}
.post-type-office .property.is-active,
body.business.office .property.is-active {
  background-color: #F4FAFF;
  border-color: transparent;
}
.post-type-office .property .property__body,
body.business.office .property .property__body {
  padding: 2.5rem 1rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .property .property__body,
  body.business.office .property .property__body {
    max-width: 970px;
    margin: auto;
    padding: 5rem 2rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.post-type-office .property .my-heading,
body.business.office .property .my-heading {
  margin-top: 1rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .property .my-heading,
  body.business.office .property .my-heading {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .property .property__data,
  body.business.office .property .property__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .property .property__img,
  body.business.office .property .property__img {
    width: 45%;
    max-width: 420px;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .property .property__detail,
  body.business.office .property .property__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-left: 2.5rem;
  }
}
.post-type-office .property .property__uritag,
body.business.office .property .property__uritag {
  margin-top: 1.5rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .property .property__uritag,
  body.business.office .property .property__uritag {
    margin-top: 0;
  }
}
.post-type-office .property .property__uritag li,
body.business.office .property .property__uritag li {
  width: 50%;
}
@media only screen and (min-width:1000px), print {
  .post-type-office .property .property__uritag li,
  body.business.office .property .property__uritag li {
    width: 33.33333%;
  }
}
.post-type-office .property .property__table,
body.business.office .property .property__table {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .property .property__table,
  body.business.office .property .property__table {
    margin-top: 2.5rem;
    font-size: inherit;
  }
}
.post-type-office .property .property__table th,
.post-type-office .property .property__table td,
body.business.office .property .property__table th,
body.business.office .property .property__table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.post-type-office .property .property__table th,
body.business.office .property .property__table th {
  width: 1%;
  padding: 0.65rem 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (min-width:768px), print {
  .post-type-office .property .property__table th,
  body.business.office .property .property__table th {
    padding: 1.5rem 1.5rem 1.5rem 1rem;
  }
}
.post-type-office .property .property__table td,
body.business.office .property .property__table td {
  padding: 0.65rem 0.8rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .property .property__table td,
  body.business.office .property .property__table td {
    padding: 1.5rem 0;
  }
}
.post-type-office .property .my-block-buttons,
body.business.office .property .my-block-buttons {
  margin-top: 1.5rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .property .my-block-buttons,
  body.business.office .property .my-block-buttons {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width:575px) {
  .post-type-office .property .my-block-buttons .my-block-button,
  .post-type-office .property .my-block-buttons .my-block-button__link,
  .post-type-office .property .my-block-buttons .form__check__label,
  body.business.office .property .my-block-buttons .my-block-button,
  body.business.office .property .my-block-buttons .my-block-button__link,
  body.business.office .property .my-block-buttons .form__check__label {
    width: 100%;
  }
}
.post-type-office .property__status,
body.business.office .property__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .property__status,
  body.business.office .property__status {
    gap: 1rem;
  }
}
.post-type-office .property__status .property__status__item,
body.business.office .property__status .property__status__item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 6rem;
  padding: 0.2rem 0.8rem;
  background-color: #E0E0E0;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .post-type-office .property__status .property__status__item,
  body.business.office .property__status .property__status__item {
    min-width: 11rem;
    max-width: 11rem;
  }
}
.post-type-office .property__status .property__status__item.is-active,
body.business.office .property__status .property__status__item.is-active {
  background-color: #006FBB;
  color: #fff;
}
html:lang(en) .property__status .property__status__item {
  min-width: auto;
  text-align: left;
}
@media only screen and (min-width:768px), print {
  html:lang(en) .property__status .property__status__item {
    max-width: 14rem;
    min-width: 14rem;
    width: auto;
    text-align: center;
  }
}

.post-type-office .sec_propertyPoint,
body.business.office .sec_propertyPoint {
  padding: 1rem 1.5rem;
  background-color: #F8F8F8;
  border-top: 4px solid #006FBB;
  border-bottom: 4px solid #006FBB;
}
.post-type-office .envCert__block,
body.business.office .envCert__block {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
  padding: 1.5rem;
  border: 1px solid #E0E0E0;
}
.post-type-office .envCert__block:first-child,
body.business.office .envCert__block:first-child {
  margin-top: 0;
}
.post-type-office .envCert__block:last-child,
body.business.office .envCert__block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:768px), print {
  .post-type-office .envCert__block,
  body.business.office .envCert__block {
    padding: 2rem;
  }
}
.post-type-office .envCert__lead,
body.business.office .envCert__lead {
  font-size: 1rem;
  margin-bottom: 1em;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .post-type-office .envCert__lead,
  body.business.office .envCert__lead {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-office .propertyGallery,
  body.business.office .propertyGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-type-office .popupPropertGallery,
body.business.office .popupPropertGallery {
  position: relative;
  display: block;
}
.post-type-office .popupPropertGallery::after,
body.business.office .popupPropertGallery::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/zoom_fill-lg.svg);
  background-size: cover;
  line-height: 0;
}
.post-type-office .propertyGallery__main,
body.business.office .propertyGallery__main {
  margin-bottom: var(--my--block--mrg-y-md);
}
@media only screen and (min-width:768px), print {
  .post-type-office .propertyGallery__main,
  body.business.office .propertyGallery__main {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.post-type-office .propertyGallery__main img,
body.business.office .propertyGallery__main img {
  aspect-ratio: 480/370;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width:768px), print {
  .post-type-office .propertyGallery__sub,
  body.business.office .propertyGallery__sub {
    overflow: hidden;
    height: var(--my--propertyGalleryMainHeight);
  }
}
.post-type-office .propertyGallery__sub:not(.mCustomScrollbar),
body.business.office .propertyGallery__sub:not(.mCustomScrollbar) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.9375rem;
  margin: 0 -0.46875rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .propertyGallery__sub:not(.mCustomScrollbar),
  body.business.office .propertyGallery__sub:not(.mCustomScrollbar) {
    row-gap: 20px;
    margin: 0 -10px;
  }
}
.post-type-office .propertyGallery__sub .mCSB_container,
body.business.office .propertyGallery__sub .mCSB_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.9375rem;
  margin: 0 -0.46875rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .propertyGallery__sub .mCSB_container,
  body.business.office .propertyGallery__sub .mCSB_container {
    row-gap: 20px;
    margin: 0 -10px;
  }
}
.post-type-office .propertyGallery__sub .mCSB_1_scrollbar .mCSB_draggerContainer,
body.business.office .propertyGallery__sub .mCSB_1_scrollbar .mCSB_draggerContainer {
  margin: 0.5rem 0;
}
.post-type-office .propertyGallery__sub .mCSB_1_scrollbar .mCSB_dragger_bar,
body.business.office .propertyGallery__sub .mCSB_1_scrollbar .mCSB_dragger_bar {
  width: 0.5rem;
  border-radius: 0;
}
.post-type-office .propertyGallery__sub .propertyGallery__item,
body.business.office .propertyGallery__sub .propertyGallery__item {
  width: 33.33333%;
  padding: 0 0.46875rem;
}
@media only screen and (min-width:768px), print {
  .post-type-office .propertyGallery__sub .propertyGallery__item,
  body.business.office .propertyGallery__sub .propertyGallery__item {
    padding: 0 10px;
  }
}
.post-type-office .propertyGallery__sub .propertyGallery__item img,
body.business.office .propertyGallery__sub .propertyGallery__item img {
  aspect-ratio: 480/370;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width:768px), print {
  .post-type-office .propertyGallery__sub .propertyGallery__item img,
  body.business.office .propertyGallery__sub .propertyGallery__item img {
    aspect-ratio: auto;
    height: calc((var(--my--propertyGalleryMainHeight) - 40px) / 3);
  }
}
.post-type-office .propertyGallery__sub .popupPropertGallery::after,
body.business.office .propertyGallery__sub .popupPropertGallery::after {
  width: 24px !important;
  height: 24px !important;
}
@media only screen and (min-width:576px) {
  .post-type-office .propertyMap,
  body.business.office .propertyMap {
    position: sticky;
    top: calc(var(--my--gheader-height) + 1.5rem);
  }
}
.post-type-office .propertyCta__buttons,
body.business.office .propertyCta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (min-width:576px) {
  .post-type-office .propertyCta__buttons,
  body.business.office .propertyCta__buttons {
    gap: 2.5rem;
  }
}
.post-type-office .propertyCta__buttons .my-block-button,
body.business.office .propertyCta__buttons .my-block-button {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.post-type-office .propertyCta__buttons .my-block-button__link,
body.business.office .propertyCta__buttons .my-block-button__link {
  width: 100%;
  min-width: auto;
}
.post-type-office .propertyBnr a,
body.business.office .propertyBnr a {
  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;
  position: relative;
  padding: 4rem 0;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  .post-type-office .propertyBnr a,
  body.business.office .propertyBnr a {
    height: 340px;
    padding: 1rem 0;
  }
}
@media (hover: hover) {
  .post-type-office .propertyBnr a:hover,
  body.business.office .propertyBnr a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.post-type-office .propertyBnr a::before,
body.business.office .propertyBnr a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.32);
}
.post-type-office .propertyBnr .propertyBnr__ttl,
body.business.office .propertyBnr .propertyBnr__ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
  z-index: 9;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .post-type-office .propertyBnr .propertyBnr__ttl,
  body.business.office .propertyBnr .propertyBnr__ttl {
    font-size: 2rem;
  }
}
.post-type-office .propertyBnr .propertyBnr__ttl::after,
body.business.office .propertyBnr .propertyBnr__ttl::after {
  content: url(../img/common/arrow_uq_white-md.svg);
  display: block;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .post-type-office .propertyBnr .propertyBnr__ttl::after,
  body.business.office .propertyBnr .propertyBnr__ttl::after {
    content: url(../img/common/arrow_uq_white-lg.svg);
  }
}

.post-type-retail .sec_contactTenant .contactTenant__ttl,
body.business.retail .sec_contactTenant .contactTenant__ttl {
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 0.6em;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .post-type-retail .sec_contactTenant .contactTenant__ttl,
  body.business.retail .sec_contactTenant .contactTenant__ttl {
    font-size: 1.125rem;
  }
}
.post-type-retail .retailButtons,
body.business.retail .retailButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
@media only screen and (min-width:768px), print {
  .post-type-retail .retailButtons,
  body.business.retail .retailButtons {
    gap: 0 2.5rem;
  }
}
.post-type-retail .retailButtons .retailButton,
body.business.retail .retailButtons .retailButton {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.post-type-retail .retailButtons .retailButton .retailButton__link,
body.business.retail .retailButtons .retailButton .retailButton__link {
  -webkit-transition-property: background-color, border, color;
  transition-property: background-color, border, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-size: 0.875rem;
  position: relative;
  display: block;
  padding: 0.3em 0.5em;
  background-color: #006FBB;
  border: 2px solid #006FBB;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .post-type-retail .retailButtons .retailButton .retailButton__link,
  body.business.retail .retailButtons .retailButton .retailButton__link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-retail .retailButtons .retailButton .retailButton__link,
  body.business.retail .retailButtons .retailButton .retailButton__link {
    padding: 0.4em 0.5em;
  }
}
@media (hover: hover) {
  .post-type-retail .retailButtons .retailButton .retailButton__link:hover,
  body.business.retail .retailButtons .retailButton .retailButton__link:hover {
    background-color: #007ed5;
    border-color: #007ed5;
    text-decoration: none;
  }
}
@media only screen and (min-width:768px), print {
  .post-type-retail .floorRetail .floorRetail__img,
  body.business.retail .floorRetail .floorRetail__img {
    position: sticky;
    top: calc(var(--my--gheader-height) + 1.5rem);
  }
}
.post-type-retail .floorRetail .floorRetail__list li:nth-child(odd),
body.business.retail .floorRetail .floorRetail__list li:nth-child(odd) {
  background-color: #F8F8F8;
}
.post-type-retail .floorRetail .floorRetail__body,
body.business.retail .floorRetail .floorRetail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1rem;
}
@media (hover: hover) {
  .post-type-retail .floorRetail a.floorRetail__body:hover,
  body.business.retail .floorRetail a.floorRetail__body:hover {
    text-decoration: none;
  }
  .post-type-retail .floorRetail a.floorRetail__body:hover .floorRetail__txt,
  body.business.retail .floorRetail a.floorRetail__body:hover .floorRetail__txt {
    text-decoration: none;
  }
}
.post-type-retail .floorRetail a.floorRetail__body .floorRetail__txt,
body.business.retail .floorRetail a.floorRetail__body .floorRetail__txt {
  text-decoration: underline;
}
.post-type-retail .floorRetail .floorRetail__color,
body.business.retail .floorRetail .floorRetail__color {
  display: inline-block;
  width: 1.5rem;
  line-height: 1.5rem;
  border-radius: 4px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.post-type-retail .floorRetail .floorRetail__color.is-01,
body.business.retail .floorRetail .floorRetail__color.is-01 {
  background-color: #FF9500;
}
.post-type-retail .floorRetail .floorRetail__color.is-02,
body.business.retail .floorRetail .floorRetail__color.is-02 {
  background-color: #4A7EB0;
}
.post-type-retail .floorRetail .floorRetail__color.is-03,
body.business.retail .floorRetail .floorRetail__color.is-03 {
  background-color: #7FB455;
}
.post-type-retail .floorRetail .floorRetail__detail,
body.business.retail .floorRetail .floorRetail__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-left: 1rem;
}
.post-type-retail .floorRetail .floorRetail__txt,
body.business.retail .floorRetail .floorRetail__txt {
  font-family: "Oswald", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  text-align: justify;
}
.post-type-retail .floorRetail a[target=_blank] .floorRetail__txt::after,
body.business.retail .floorRetail a[target=_blank] .floorRetail__txt::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
          filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
}
.post-type-retail .floorRetail .floorRetail__cat,
body.business.retail .floorRetail .floorRetail__cat {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.4rem;
  color: #909195;
}
@media only screen and (min-width:768px), print {
  .post-type-retail .floorRetail .floorRetail__cat,
  body.business.retail .floorRetail .floorRetail__cat {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width:768px), print {
  body.business.hotel .pickupHotelList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width:768px), print {
  body.business.hotel .pickupHotelList li {
    width: 33.33333%;
  }
}
body.business.hotel .pickupHotelList .pickupHote a {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 40vw;
  padding: 1rem;
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  body.business.hotel .pickupHotelList .pickupHote a {
    height: 320px;
    padding: 1.5rem 1rem;
  }
}
@media (hover: hover) {
  body.business.hotel .pickupHotelList .pickupHote a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
body.business.hotel .pickupHotelList .pickupHote a::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(19%, rgba(0, 0, 0, 0.738)), color-stop(34%, rgba(0, 0, 0, 0.541)), color-stop(47%, rgba(0, 0, 0, 0.382)), color-stop(56.5%, rgba(0, 0, 0, 0.278)), color-stop(65%, rgba(0, 0, 0, 0.194)), color-stop(73%, rgba(0, 0, 0, 0.126)), color-stop(80.2%, rgba(0, 0, 0, 0.075)), color-stop(86.1%, rgba(0, 0, 0, 0.042)), color-stop(91%, rgba(0, 0, 0, 0.021)), color-stop(95.2%, rgba(0, 0, 0, 0.008)), color-stop(98.2%, rgba(0, 0, 0, 0.002)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
  content: "";
  opacity: 0.7;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}
body.business.hotel .pickupHotelList .pickupHotelName {
  position: relative;
  z-index: 9;
  padding-right: calc(24px + 1rem);
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width:1000px), print {
  body.business.hotel .pickupHotelList .pickupHotelName {
    padding-right: calc(42px + 1rem);
  }
}
body.business.hotel .pickupHotelList .pickupHotelName::after {
  content: url(../img/common/arrow_uq_white-md.svg);
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}
@media only screen and (min-width:1000px), print {
  body.business.hotel .pickupHotelList .pickupHotelName::after {
    content: url(../img/common/arrow_uq_white-lg.svg);
    top: 0.5rem;
  }
}
body.business.hotel .pickupHotelList .pickupHotelThumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.business.hotel .pickupHotelList .pickupHotelThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.business.hotel .businessHotelBnr + .businessHotelBnr {
  margin-top: 0.5rem;
}
body.business.hotel .businessHotelBnr a {
  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;
  position: relative;
  padding: 4rem 1rem;
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  body.business.hotel .businessHotelBnr a {
    height: 480px;
    padding: 1rem;
  }
}
@media (hover: hover) {
  body.business.hotel .businessHotelBnr a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
body.business.hotel .businessHotelBnr.is-laforet a {
  background-image: url(/assets/img/business/hotel/index/img_laforet_bnr.jpg);
}
body.business.hotel .businessHotelBnr.is-about a {
  background-image: url(/assets/img/business/hotel/index/img_about_bnr.jpg);
}
body.business.hotel .businessHotelBnr .businessHotelBnr__ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  body.business.hotel .businessHotelBnr .businessHotelBnr__ttl {
    font-size: 2rem;
  }
}
body.business.hotel .businessHotelBnr .businessHotelBnr__ttl span::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: invert(93%) sepia(93%) saturate(0%) hue-rotate(256deg) brightness(107%) contrast(101%);
          filter: invert(93%) sepia(93%) saturate(0%) hue-rotate(256deg) brightness(107%) contrast(101%);
}
body.business.hotel .businessHotelBnr .businessHotelBnr__ttl span::after {
  vertical-align: 0.1em;
}
body.business.hotel .businessHotelBnr .businessHotelBnr__txt {
  position: relative;
  margin-top: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (min-width:768px), print {
  body.business.hotel .businessHotelBnr .businessHotelBnr__txt {
    text-align: center;
  }
}
body.business.hotel .businessHotelBnr .businessHotelBnr__txt::after {
  content: url(../img/common/arrow_uq_white-md.svg);
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  margin-top: 1rem;
  text-align: right;
}
@media only screen and (min-width:768px), print {
  body.business.hotel .businessHotelBnr .businessHotelBnr__txt::after {
    content: url(../img/common/arrow_uq_white-lg.svg);
    position: static;
    margin-top: 1.5rem;
    text-align: center;
  }
}
body.business.hotel .hotelBrand {
  padding: var(--my--block--mrg-y-md) 0;
  border-top: 1px solid #ccc;
}
@media only screen and (min-width:768px), print {
  body.business.hotel .hotelBrand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.business.hotel .hotelBrand .hotelBrand__img {
  width: 60%;
  margin: auto;
}
@media only screen and (min-width:768px), print {
  body.business.hotel .hotelBrand .hotelBrand__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30.6%;
    margin: unset;
    border-right: 1px solid #ccc;
  }
}
body.business.hotel .hotelBrand .hotelBrand__list {
  margin-top: var(--my--block--mrg-y-sm);
  margin-bottom: 0;
}
@media only screen and (min-width:768px), print {
  body.business.hotel .hotelBrand .hotelBrand__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-top: 0;
    padding: var(--my--block--mrg-y-md) 0 var(--my--block--mrg-y-md) var(--my--block--mrg-y-md);
  }
}
@media (hover: hover) {
  body.business.hotel .hotelBrand .hotelBrand__list a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
body.business.hotel .hotelBrand__list__name {
  margin-top: 1em;
}
@media only screen and (max-width:767px) {
  body.business.hotel .hotelBrand__list__name {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
body.business.hotel .hotelDetail .hotelDetail__brandImg {
  width: 60%;
  margin: auto;
}
@media only screen and (min-width:768px), print {
  body.business.hotel .hotelDetail .hotelDetail__brandImg {
    width: 30.6%;
  }
}
body.business.hotel .hotelDetail .hotelDetail__brandName {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.5em 0 0.7em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  body.business.hotel .hotelDetail .hotelDetail__brandName {
    font-size: 1.5rem;
  }
}
body.business.hotel .hotelDetail .hotelDetail__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width:575px) {
  body.business.hotel .hotelDetail .hotelDetail__buttons .my-block-button {
    width: 100%;
  }
}
@media only screen and (max-width:575px) {
  body.business.hotel .hotelDetail .hotelDetail__buttons .my-block-button__link {
    width: 100%;
    min-width: auto;
  }
}

body.co-creation .co-creationCard {
  position: relative;
}
body.co-creation .co-creationCard .co-creationCard__link {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  body.co-creation .co-creationCard .co-creationCard__link:hover {
    opacity: 0.8;
  }
  body.co-creation .co-creationCard .co-creationCard__link:hover + .co-creationCard__txt .my-heading {
    opacity: 0.8;
  }
}
body.co-creation .co-creationCard__link {
  display: block;
}
body.co-creation .co-creationCard__link::after {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.co-creation .co-creationCard__txt {
  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-top: 1rem;
}

body.project .projectHeading .projectHeading__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  position: absolute;
  z-index: 9;
  top: 5rem;
  color: #fff;
}
@media only screen and (min-width:768px), print {
  body.project .projectHeading .projectHeading__ttl {
    font-size: 3rem;
  }
}
body.project .projectHeading .projectHeading__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
body.project .projectHeading .projectHeading__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
@media only screen and (min-width:768px), print {
  body.project .projectHeading .projectHeading__ttl {
    top: 7.5rem;
  }
}
body.project .sec__projectSlider {
  position: relative;
}
body.project .sec__projectSlider .projectSlider {
  margin-bottom: var(--my--sec--mrg);
}
@media only screen and (min-width:768px), print {
  body.project .sec__projectSlider .projectSlider {
    margin-bottom: 0;
  }
}
body.project .sec__projectSlider .projectSlider .slick-dots {
  bottom: 1rem;
}
@media only screen and (min-width:768px), print {
  body.project .sec__projectSlider .projectSlider .slick-dots {
    bottom: 2.5rem;
    text-align: right;
  }
  body.project .sec__projectSlider .projectSlider .slick-dots li button::before {
    background-color: rgba(255, 255, 255, 0.4);
  }
  body.project .sec__projectSlider .projectSlider .slick-dots li button:hover::before, body.project .sec__projectSlider .projectSlider .slick-dots li button:focus::before {
    background-color: #fff;
  }
  body.project .sec__projectSlider .projectSlider .slick-dots li.slick-active button::before {
    background-color: #fff;
  }
}
body.project .sec__projectSlider .slick-list {
  background-color: #F8F8F8;
}
body.project .sec__projectSlider .projectSlider__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (min-width:768px), print {
  body.project .sec__projectSlider .projectSlider__link {
    display: block;
  }
}
body.project .sec__projectSlider .projectSlider__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 1.5rem 0 3.5rem;
}
@media only screen and (min-width:768px), print {
  body.project .sec__projectSlider .projectSlider__body {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0 2.5rem;
    background-color: transparent;
    color: #fff;
  }
}
body.project .sec__projectSlider .projectSlider__ttl {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media only screen and (min-width:768px), print {
  body.project .sec__projectSlider .projectSlider__ttl {
    font-size: 2rem;
  }
}
body.project .sec__projectSlider .projectSlider__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
body.project .sec__projectSlider .projectSlider__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
body.project .sec__projectSlider .projectSlider__txt {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1rem;
}
body.project .sec__projectSlider .projectSlider__txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
body.project .sec__projectSlider .projectSlider__txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
@media only screen and (min-width:768px), print {
  body.project .sec__projectSlider .projectSlider__txt {
    max-width: 64%;
    margin-top: 1.5rem;
  }
}
body.project .sec__projectSlider .projectSlider__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
@media only screen and (min-width:768px), print {
  body.project .sec__projectSlider .projectSlider__img::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(19%, rgba(0, 0, 0, 0.738)), color-stop(34%, rgba(0, 0, 0, 0.541)), color-stop(47%, rgba(0, 0, 0, 0.382)), color-stop(56.5%, rgba(0, 0, 0, 0.278)), color-stop(65%, rgba(0, 0, 0, 0.194)), color-stop(73%, rgba(0, 0, 0, 0.126)), color-stop(80.2%, rgba(0, 0, 0, 0.075)), color-stop(86.1%, rgba(0, 0, 0, 0.042)), color-stop(91%, rgba(0, 0, 0, 0.021)), color-stop(95.2%, rgba(0, 0, 0, 0.008)), color-stop(98.2%, rgba(0, 0, 0, 0.002)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
  }
}
body.project .sec__projectSlider .projectSlider__img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width:768px), print {
  body.project .sec__projectSlider .projectSlider__img img {
    height: 480px;
  }
}
body.project .sec__projectIntro .projectIntro__txt {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  body.project .sec__projectIntro .projectIntro__txt {
    font-size: 1.5rem;
  }
}
body.project .sec__projectIntro .projectIntro__txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
body.project .sec__projectIntro .projectIntro__txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
@media only screen and (min-width:768px), print {
  body.project .sec__projectIntro .projectIntro__txt {
    text-align: center;
  }
}
body.project .pageHeading {
  margin-bottom: 0;
}
body.project .pageHeading .pageHeading__body {
  border-bottom: none;
}
body.project .projectMv {
  position: relative;
}
body.project .projectMv .projectMv__img__picture img {
  height: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width:768px), print {
  body.project .projectMv .projectMv__img__picture img {
    width: 100%;
    height: 472px;
  }
}
body.project .projectMv .projectMv__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: var(--my--cntr-gutter);
  padding-left: var(--my--cntr-gutter);
}
body.project .projectMv .projectMv__logo .projectMv__logo__body {
  width: 70%;
}
@media only screen and (min-width:576px) {
  body.project .projectMv .projectMv__logo .projectMv__logo__body {
    width: auto;
  }
}
body.project .projectMv .projectMv__logo img {
  display: block;
  margin: auto;
}
body.project .secCoverImg {
  margin-bottom: var(--my--sec--mrg);
}
body.project .secCoverImg img {
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width:768px), print {
  body.project .secCoverImg img {
    width: 100%;
    height: 400px;
  }
}
body.project .projectWhole__table tbody td:nth-child(1), body.project .projectWhole__table tbody td:nth-child(2), body.project .projectWhole__table tbody td:nth-child(3) {
  white-space: nowrap;
  width: 1%;
}
html:lang(en) .my-block-table.projectWhole__table thead th,
html:lang(en) .my-block-table.projectWhole__table thead td,
html:lang(en) .my-block-table.projectWhole__table tbody th,
html:lang(en) .my-block-table.projectWhole__table tbody td {
  padding: 0.8rem;
}
@media only screen and (min-width:1120px), print {
  html:lang(en) .my-block-table.projectWhole__table thead th,
  html:lang(en) .my-block-table.projectWhole__table thead td,
  html:lang(en) .my-block-table.projectWhole__table tbody th,
  html:lang(en) .my-block-table.projectWhole__table tbody td {
    padding: 0.8rem 1rem;
  }
}
@media only screen and (min-width:768px), print {
  html:lang(en) .my-block-table.projectWhole__table tbody td:nth-child(1) {
    white-space: normal;
    width: auto;
  }
}
@media only screen and (min-width:1000px), print {
  html:lang(en) .my-block-table.projectWhole__table tbody td:nth-child(1) {
    white-space: nowrap;
    width: 1%;
  }
}
@media only screen and (min-width:768px), print {
  html:lang(en) .my-block-table.projectWhole__table tbody td:nth-child(2), html:lang(en) .my-block-table.projectWhole__table tbody td:nth-child(3) {
    white-space: normal;
    width: auto;
  }
}
@media only screen and (min-width:768px), print {
  html:lang(en) .my-block-table.projectWhole__table tbody td:nth-child(4) {
    width: 40%;
  }
}

body.project .busTable th {
  background-color: #E0E0E0;
  text-align: center;
}
body.project .busTable th,
body.project .busTable td {
  padding: 3px 10px;
  border: 1px solid #ccc;
  vertical-align: top;
}

body.sustainability .goalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
  margin: 0 -5px;
}
@media only screen and (min-width:576px) {
  body.sustainability .goalList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width:768px), print {
  body.sustainability .goalList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.sustainability .goalList li {
  width: 50%;
  padding: 0 5px;
}
@media only screen and (min-width:576px) {
  body.sustainability .goalList li {
    width: 33.33333%;
  }
}
@media only screen and (min-width:768px), print {
  body.sustainability .goalList li {
    width: 25%;
  }
}
@media only screen and (min-width:1120px), print {
  body.sustainability .goalList li {
    width: auto;
  }
}
body.sustainability .goalList img {
  width: 100%;
}
body.sustainability .goalListCmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
  margin: 0 -5px;
}
@media only screen and (min-width:576px) {
  body.sustainability .goalListCmn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width:768px), print {
  body.sustainability .goalListCmn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.sustainability .goalListCmn li {
  width: 50%;
  padding: 0 5px;
}
@media only screen and (min-width:576px) {
  body.sustainability .goalListCmn li {
    width: 33.33333%;
  }
}
@media only screen and (min-width:768px), print {
  body.sustainability .goalListCmn li {
    width: 25%;
  }
}
@media only screen and (min-width:1120px), print {
  body.sustainability .goalListCmn li {
    width: auto;
  }
}
body.sustainability .goalListCmn img {
  width: 100%;
}
body.sustainability .sustainability__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
}
body.sustainability .sustainability__buttons .my-block-button {
  display: block;
  padding: 0 5px;
}
@media only screen and (min-width:768px), print {
  body.sustainability .sustainability__buttons .my-block-button:only-child .my-block-button__link {
    min-width: 20rem;
  }
}
body.sustainability .sustainability__buttons .my-block-button:first-child:nth-last-child(2), body.sustainability .sustainability__buttons .my-block-button:first-child:nth-last-child(2) ~ .my-block-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media only screen and (min-width:768px), print {
  body.sustainability .sustainability__buttons .my-block-button:first-child:nth-last-child(2), body.sustainability .sustainability__buttons .my-block-button:first-child:nth-last-child(2) ~ .my-block-button {
    max-width: 20rem;
  }
}
body.sustainability .sustainability__buttons .my-block-button:first-child:nth-last-child(3), body.sustainability .sustainability__buttons .my-block-button:first-child:nth-last-child(3) ~ .my-block-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media only screen and (max-width:575px) {
  body.sustainability .sustainability__buttons .my-block-button {
    width: 50%;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }
}
body.sustainability .sustainability__buttons .my-block-button__link {
  width: 100%;
  min-width: auto;
  padding: 0.4em;
}
@media only screen and (max-width:999px) {
  body.sustainability .sustainability__buttons .my-block-button__link {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}
@media only screen and (max-width:767px) {
  body.sustainability .sustainability__buttons .my-block-button__link {
    font-size: 0.875rem;
    line-height: 1.5;
    min-height: 4.3em;
  }
}
@media only screen and (max-width:575px) {
  body.sustainability .sustainability__buttons .my-block-button__link {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
body.sustainability .activeHeader {
  padding: 2rem 0;
}
@media only screen and (min-width:768px), print {
  body.sustainability .activeHeader {
    padding: 2.5rem 0;
  }
}
body.sustainability .activeHeader.is-active01 {
  background-color: #E87234;
}
body.sustainability .activeHeader.is-active02 {
  background-color: #65A246;
}
body.sustainability .activeHeader.is-active03 {
  background-color: #5190CB;
}
body.sustainability .activeHeader.is-active04 {
  background-color: #E39D27;
}
body.sustainability .activeHeader.is-active05 {
  background-color: #632A91;
}
body.sustainability .activeHeader.is-active06 {
  background-color: #D65291;
}
body.sustainability .activeHeader.is-active07 {
  background-color: #3B495E;
}
@media only screen and (min-width:1000px), print {
  body.sustainability .activeHeader .activeHeader__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width:1000px), print {
  html:lang(en) .activeHeader .activeHeader__body {
    display: -ms-grid;
    display: grid;
  }
}

body.sustainability .activeHeader .activeHeader__ttl {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width:1000px), print {
  body.sustainability .activeHeader .activeHeader__ttl {
    margin-bottom: 0;
  }
}
body.sustainability .activeHeader .activeHeader__ttl .activeHeader__ttl__cat {
  display: block;
}
body.sustainability .activeHeader .activeHeader__ttl .activeHeader__ttl__main {
  font-size: 1.25rem;
  line-height: 1.4;
  display: block;
  margin-top: 0.2em;
}
@media only screen and (min-width:768px), print {
  body.sustainability .activeHeader .activeHeader__ttl .activeHeader__ttl__main {
    font-size: 2rem;
  }
}
body.sustainability .activeHeader .sdgsIconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  margin: 0 -0.25rem;
}
@media only screen and (min-width:768px), print {
  body.sustainability .activeHeader .sdgsIconList {
    row-gap: 1rem;
    margin: 0 -0.5rem;
  }
}
body.sustainability .activeHeader .sdgsIconList li {
  padding: 0 0.25rem;
  width: 25%;
}
@media only screen and (min-width:768px), print {
  body.sustainability .activeHeader .sdgsIconList li {
    width: auto;
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width:768px), print {
  body.sustainability .activeHeader .sdgsIconList img {
    width: 120px;
  }
}
body.sustainability .pickupActionHeader .pickupActionHeader__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 2rem;
}
@media only screen and (min-width:1000px), print {
  body.sustainability .pickupActionHeader .pickupActionHeader__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__cat {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.65em 1em;
  border-radius: 3em;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (min-width:768px), print {
  body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__cat {
    font-size: 0.875rem;
  }
}
body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__cat.is-active01 {
  background-color: #E87234;
}
body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__cat.is-active02 {
  background-color: #65A246;
}
body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__cat.is-active03 {
  background-color: #5190CB;
}
body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__cat.is-active04 {
  background-color: #E39D27;
}
body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__cat.is-active05 {
  background-color: #632A91;
}
body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__cat.is-active06 {
  background-color: #D65291;
}
body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__cat.is-active07 {
  background-color: #3B495E;
}
body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__main {
  font-size: 1rem;
  line-height: 1.4;
  display: block;
  margin-top: 0.6em;
}
@media only screen and (min-width:768px), print {
  body.sustainability .pickupActionHeader .pickupActionHeader__ttl .pickupActionHeader__ttl__main {
    font-size: 1.5rem;
  }
}
body.sustainability .pickupActionHeader .sdgsIconList {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  margin: 0 -0.25rem;
}
@media only screen and (min-width:768px), print {
  body.sustainability .pickupActionHeader .sdgsIconList {
    row-gap: 1rem;
    margin: 0 -0.5rem;
  }
}
body.sustainability .pickupActionHeader .sdgsIconList li {
  padding: 0 0.25rem;
  width: 20%;
}
@media only screen and (min-width:768px), print {
  body.sustainability .pickupActionHeader .sdgsIconList li {
    width: auto;
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width:768px), print {
  body.sustainability .pickupActionHeader .sdgsIconList img {
    width: 80px;
  }
}
body.sustainability .tableSdgsAction th,
body.sustainability .tableSdgsAction td {
  line-height: 2;
  vertical-align: middle;
}
body.sustainability .tableSdgsAction th:first-child {
  width: 30%;
}
@media only screen and (min-width:1000px), print {
  body.sustainability .tableSdgsAction th:first-child {
    width: 42%;
  }
}
body.sustainability .tableSdgsAction td:first-child:not(:last-child) {
  font-weight: 700;
}

body.sustainability.vision .slogan-philosophy__body {
  max-width: 41rem;
  margin: 0 auto;
}
body.sustainability.vision .slogan__ttl {
  margin: 2.5rem 0 2.5rem;
}
@media only screen and (min-width:768px), print {
  body.sustainability.vision .slogan__ttl {
    margin: 1rem 0 2.5rem;
  }
}
body.sustainability.vision .slogan__ttl img {
  display: block;
  max-width: 100%;
  margin: auto;
}
body.sustainability.vision .slogan__txt {
  font-weight: 700;
  line-height: 2.5;
}
body.sustainability.vision .philosophyIntro__dl dt {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  body.sustainability.vision .philosophyIntro__dl dt {
    font-size: 2rem;
  }
}
body.sustainability.vision .philosophyIntro__dl dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
body.sustainability.vision .philosophyIntro__dl dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
@media only screen and (min-width:768px), print {
  body.sustainability.vision .philosophyIntro__dl dt {
    margin-bottom: 1.4rem;
  }
}
body.sustainability.vision .philosophyIntro__dl__item + .philosophyIntro__dl__item {
  margin-top: 2rem;
}
@media only screen and (min-width:768px), print {
  body.sustainability.vision .philosophyIntro__dl__item + .philosophyIntro__dl__item {
    margin-top: 3rem;
  }
}
body.sustainability.vision .sec__vision {
  background-color: #F0F5E9;
}

body.special1 .pageHeadingSpecial__index .pageHeadingSpecial__body,
body.post-type-archive-special1 .pageHeadingSpecial__index .pageHeadingSpecial__body,
body.single-special1 .pageHeadingSpecial__index .pageHeadingSpecial__body {
  padding: 2.5rem 0;
}
body.special1 .pageHeadingSpecial__index .pageHeadingSpecial__body .img_special_logo,
body.post-type-archive-special1 .pageHeadingSpecial__index .pageHeadingSpecial__body .img_special_logo,
body.single-special1 .pageHeadingSpecial__index .pageHeadingSpecial__body .img_special_logo {
  display: block;
  margin: auto;
  width: 180px;
}
@media only screen and (min-width:768px), print {
  body.special1 .pageHeadingSpecial__index .pageHeadingSpecial__body .img_special_logo,
  body.post-type-archive-special1 .pageHeadingSpecial__index .pageHeadingSpecial__body .img_special_logo,
  body.single-special1 .pageHeadingSpecial__index .pageHeadingSpecial__body .img_special_logo {
    width: 260px;
  }
}
body.special1 .pageHeadingSpecial__detail .pageHeadingSpecial__body,
body.post-type-archive-special1 .pageHeadingSpecial__detail .pageHeadingSpecial__body,
body.single-special1 .pageHeadingSpecial__detail .pageHeadingSpecial__body {
  padding: 1.5rem 0;
}
body.special1 .mv,
body.post-type-archive-special1 .mv,
body.single-special1 .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (min-width:768px), print {
  body.special1 .mv,
  body.post-type-archive-special1 .mv,
  body.single-special1 .mv {
    display: block;
  }
}
body.special1 .mv .mv__link,
body.post-type-archive-special1 .mv .mv__link,
body.single-special1 .mv .mv__link {
  display: block;
}
@media (hover: hover) {
  body.special1 .mv .mv__link:hover,
  body.post-type-archive-special1 .mv .mv__link:hover,
  body.single-special1 .mv .mv__link:hover {
    text-decoration: none;
  }
}
body.special1 .mv .mv__link::after,
body.post-type-archive-special1 .mv .mv__link::after,
body.single-special1 .mv .mv__link::after {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.special1 .mv .mv__body,
body.post-type-archive-special1 .mv .mv__body,
body.single-special1 .mv .mv__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 1.5rem 0 2.5rem;
  background-color: #F8F8F8;
}
@media only screen and (min-width:768px), print {
  body.special1 .mv .mv__body,
  body.post-type-archive-special1 .mv .mv__body,
  body.single-special1 .mv .mv__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0 2.5rem;
    background-color: transparent;
  }
}
body.special1 .mv .mv__ttl,
body.post-type-archive-special1 .mv .mv__ttl,
body.single-special1 .mv .mv__ttl {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media only screen and (min-width:768px), print {
  body.special1 .mv .mv__ttl,
  body.post-type-archive-special1 .mv .mv__ttl,
  body.single-special1 .mv .mv__ttl {
    font-size: 2rem;
  }
}
body.special1 .mv .mv__ttl::before,
body.post-type-archive-special1 .mv .mv__ttl::before,
body.single-special1 .mv .mv__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
body.special1 .mv .mv__ttl::after,
body.post-type-archive-special1 .mv .mv__ttl::after,
body.single-special1 .mv .mv__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
@media only screen and (min-width:768px), print {
  body.special1 .mv .mv__ttl,
  body.post-type-archive-special1 .mv .mv__ttl,
  body.single-special1 .mv .mv__ttl {
    color: #fff;
  }
}
body.special1 .mv .categories,
body.post-type-archive-special1 .mv .categories,
body.single-special1 .mv .categories {
  margin-top: 1rem;
}
@media only screen and (min-width:768px), print {
  body.special1 .mv .categories,
  body.post-type-archive-special1 .mv .categories,
  body.single-special1 .mv .categories {
    margin-top: 1.5rem;
  }
}
body.special1 .mv .mv__img,
body.post-type-archive-special1 .mv .mv__img,
body.single-special1 .mv .mv__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
@media only screen and (min-width:768px), print {
  body.special1 .mv .mv__img::after,
  body.post-type-archive-special1 .mv .mv__img::after,
  body.single-special1 .mv .mv__img::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(19%, rgba(0, 0, 0, 0.738)), color-stop(34%, rgba(0, 0, 0, 0.541)), color-stop(47%, rgba(0, 0, 0, 0.382)), color-stop(56.5%, rgba(0, 0, 0, 0.278)), color-stop(65%, rgba(0, 0, 0, 0.194)), color-stop(73%, rgba(0, 0, 0, 0.126)), color-stop(80.2%, rgba(0, 0, 0, 0.075)), color-stop(86.1%, rgba(0, 0, 0, 0.042)), color-stop(91%, rgba(0, 0, 0, 0.021)), color-stop(95.2%, rgba(0, 0, 0, 0.008)), color-stop(98.2%, rgba(0, 0, 0, 0.002)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
  }
}
body.special1 .mv .mv__img img,
body.post-type-archive-special1 .mv .mv__img img,
body.single-special1 .mv .mv__img img {
  width: 100%;
}
@media only screen and (min-width:768px), print {
  body.special1 .mv .mv__img img,
  body.post-type-archive-special1 .mv .mv__img img,
  body.single-special1 .mv .mv__img img {
    height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.special1 .article__meta__date,
body.post-type-archive-special1 .article__meta__date,
body.single-special1 .article__meta__date {
  font-size: 1rem;
  color: #909195;
  line-height: 1;
}
body.special1 .post__img,
body.post-type-archive-special1 .post__img,
body.single-special1 .post__img {
  margin-top: 1.5rem;
}
@media only screen and (min-width:768px), print {
  body.special1 .post__img,
  body.post-type-archive-special1 .post__img,
  body.single-special1 .post__img {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width:768px), print {
  body.special1 .post__img img,
  body.post-type-archive-special1 .post__img img,
  body.single-special1 .post__img img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

body.contact.request .breadChumbs, body.contact.office2 .breadChumbs {
  display: none;
}
body.contact .indexContacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 0;
}
@media only screen and (min-width:768px), print {
  body.contact .indexContacts {
    gap: 2.5rem 0;
    margin: 0 calc(var(--my--block--col--gap-x) / 2 * -1);
  }
}
body.contact .indexContacts .indexContact {
  width: 100%;
}
@media only screen and (min-width:768px), print {
  body.contact .indexContacts .indexContact {
    width: 50%;
    padding: 0 calc(var(--my--block--col--gap-x) / 2);
  }
}
@media only screen and (min-width:768px), print {
  body.contact .indexContacts .indexContact.is-facility {
    width: 100%;
  }
  body.contact .indexContacts .indexContact.is-facility .indexContact__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.5rem 1rem;
  }
  body.contact .indexContacts .indexContact.is-facility .indexContact__txt {
    margin: 0;
    text-align: left;
  }
}
body.contact .indexContacts .indexContact__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 2.5rem 1rem 2rem;
  background-color: #F8F8F8;
}
body.contact .indexContacts .indexContact__link[target=_blank] .indexContact__txt::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: none;
          filter: none;
}
@media (hover: hover) {
  body.contact .indexContacts .indexContact__link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
body.contact .indexContacts .indexContact__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.contact .indexContacts .indexContact__img img {
  display: block;
  width: 78px;
  margin: auto;
}
body.contact .indexContacts .indexContact__txt {
  font-size: 1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  margin-top: 1rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  body.contact .indexContacts .indexContact__txt {
    font-size: 1.25rem;
  }
}
body.contact .sec__formCompact {
  overflow: hidden;
  padding: 2rem 0;
}
@media only screen and (min-width:768px), print {
  body.contact .sec__formCompact {
    padding: 0;
  }
}
body.contact .sec__formCompact .parsley-custom-error-container {
  white-space: nowrap;
}
@media only screen and (min-width:768px), print {
  body.contact .formCompact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width:768px), print {
  body.contact .formCompact__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 39%;
    padding: 2rem var(--my--cntr-gutter) 2rem 0;
  }
}
@media only screen and (min-width:1000px), print {
  body.contact .formCompact__left {
    padding: 2rem 3rem 2.5rem 0;
  }
}
body.contact .formCompact__right {
  margin-top: 1.5rem;
  padding: 1.5rem 1rem 2rem;
  background-color: #F8F8F8;
}
@media only screen and (min-width:768px), print {
  body.contact .formCompact__right {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0;
    padding: 2rem 0 2rem var(--my--cntr-gutter);
  }
}
@media only screen and (min-width:1000px), print {
  body.contact .formCompact__right {
    padding: 2rem 0 2.5rem 3rem;
  }
}
@media only screen and (min-width:768px), print {
  body.contact .formCompact__right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    background-color: #F8F8F8;
  }
}
body.contact .formCompact__lead {
  margin-bottom: 1rem;
}
body.contact .formCompact__officeList,
body.contact .formCompact .bukken_confirm_container {
  font-size: 0.875rem;
  pointer-events: none;
  padding: 0;
  border: none;
  resize: none;
}
@media only screen and (min-width:768px), print {
  body.contact .formCompact__officeList,
  body.contact .formCompact .bukken_confirm_container {
    font-size: 1.125rem;
  }
}
body.contact .formCompact__officeList.__disabled {
  padding: 0 !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.contact .formCompact__officeImg {
  display: none;
}
@media only screen and (min-width:768px), print {
  body.contact .formCompact__officeImg {
    display: block;
    margin-top: 1rem;
  }
}
body.contact .formCompact__agreementArea {
  margin-top: 2rem;
}
body.contact .formCompact__agreementArea__txt {
  font-size: 0.8125rem;
  line-height: 1.5;
}
body.contact .formCompact__agreementArea__button {
  margin-top: 1.5rem;
}
body.contact .form_confirm .formCompact__agreementArea__txt {
  display: none;
}
body.contact .form_error_list + .form_confirm.formCompact .form__control {
  padding: 0;
  background-color: transparent;
  border: none;
}
body.contact .form_error_list + .form_confirm.formCompact .form__control.is-seimei, body.contact .form_error_list + .form_confirm.formCompact .form__control.is-seimei .form__control__seimei {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

:where(.editor-styles-wrapper) p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
:where(.editor-styles-wrapper) > p {
  line-height: 2;
}
:where(.editor-styles-wrapper) hr {
  border: 1px inset;
}
:where(.editor-styles-wrapper) ol ul,
:where(.editor-styles-wrapper) ul ul {
  list-style-type: revert;
}
:where(.editor-styles-wrapper) ol li, :where(.editor-styles-wrapper) ol ol, :where(.editor-styles-wrapper) ol ul,
:where(.editor-styles-wrapper) ul li, :where(.editor-styles-wrapper) ul ol, :where(.editor-styles-wrapper) ul ul {
  margin: revert;
}
:where(.editor-styles-wrapper) ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5em;
  list-style-type: decimal;
}
:where(.editor-styles-wrapper) ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5em;
  list-style-type: disc;
}

:where(.editor-styles-wrapper .my-block) ol,
:where(.editor-styles-wrapper .my-block) ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
:where(.editor-styles-wrapper .my-block) p {
  margin: 0;
}

.categories {
  font-size: 0.65625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media only screen and (min-width:768px), print {
  .categories {
    font-size: 0.75rem;
  }
}
.categories .noCategory {
  line-height: var(--my--line-height);
}
.categories .category__item {
  display: inline-block;
  min-width: 9.8em;
  padding: 4px 0.5em;
  background-color: #006FBB;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.categories .category__item.is-active {
  font-weight: 700;
}
.categories .category__item--office {
  background-color: #006FBB;
}
.categories .category__item--retail {
  background-color: #0A4DD1;
}
.categories .category__item--residence {
  background-color: #0AB6D1;
}
.categories .category__item--hotel {
  background-color: #0AC7AD;
}
.categories .category__item--color01 {
  background-color: #2295B1;
}
.categories .category__item--color02 {
  background-color: #9343A2;
}
.categories .category__item--color03 {
  background-color: #5460B9;
}
.categories .category__item--color04 {
  background-color: #CC831E;
}
.categories .category__item--color05 {
  background-color: #11A38D;
}
.categories .category__item--color06 {
  background-color: #BA5A83;
}
.categories .category__item--color07 {
  background-color: #C15F3B;
}
.categories .category__item--color08 {
  background-color: #AD4343;
}
.categories .category__item--color09 {
  background-color: #77B129;
}
.categories .category__item--color10 {
  background-color: #662D90;
}
.categories a.category__item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .categories a.category__item:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

.snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  position: relative;
  z-index: 99;
}

.post__header {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .post__header {
    margin-bottom: 5rem;
  }
}

.post__header__meta__above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.post__header__meta__below {
  margin-top: 1rem;
}
@media only screen and (min-width:768px), print {
  .post__header__meta__below {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
}
.post__header__meta__below .snsList {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}
@media only screen and (min-width:768px), print {
  .post__header__meta__below .snsList {
    margin: 0 0 0 auto;
  }
}

.post__header__date {
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.post__header__ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media only screen and (min-width:768px), print {
  .post__header__ttl {
    font-size: 2rem;
  }
}

.sec__news .newsSelect {
  margin: 2rem 0 1rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #E0E0E0;
}
@media only screen and (min-width:768px), print {
  .sec__news .newsSelect {
    margin: 2.5rem 0 1rem;
    padding-bottom: 3rem;
  }
}
.sec__news .newsFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
  margin: 0 -0.5rem 1.5rem;
}
@media only screen and (min-width:768px), print {
  .sec__news .newsFilter {
    margin-bottom: 2rem;
  }
}
.sec__news .newsArchive {
  padding: 0 0.5rem;
}
@media only screen and (min-width:1000px), print {
  .sec__news .newsArchive {
    width: 22%;
  }
}
.sec__news .newsCategory {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0.5rem;
}
@media only screen and (min-width:768px), print {
  .sec__news .newsCategory {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}
@media only screen and (min-width:1000px), print {
  .sec__news .newsCategory {
    min-width: 22%;
  }
}
@media only screen and (min-width:768px), print {
  .sec__news .newsSearch input {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.sec__news .newsSelect.is-news .newsSearch {
  width: 100%;
  padding: 0 0.5rem;
}
@media only screen and (min-width:768px), print {
  .sec__news .newsSelect.is-news .newsSearch {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
.sec__news .newsArchive__ttl,
.sec__news .newsCategory__ttl,
.sec__news .newsSearch__ttl {
  margin: 0 0 0.5rem 0;
}

.article {
  position: relative;
}

.article__ttl {
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (min-width:768px), print {
  .article__ttl {
    font-size: 1.25rem;
  }
}

.article__meta {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width:768px), print {
  .article__meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.article__meta__date {
  font-size: 0.875rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: inline-block;
  margin-right: 0.8rem;
  padding-top: 0.15em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (min-width:768px), print {
  .article__meta__date {
    margin-right: 1rem;
    padding-top: 0;
    letter-spacing: inherit;
  }
}

.article__txt {
  margin-top: 0.8rem;
}

.article__mainTtl {
  display: block;
}
.article__mainTtl:last-child {
  display: inline;
}

.article__subttlBefore,
.article__subttlAfter {
  font-size: 80%;
}

.article__subttlBefore {
  display: block;
  margin-bottom: 0.2em;
}

.article__subttlAfter {
  margin-top: 0.2em;
}

.articles.is-pad {
  padding: 1.5rem 1rem;
}
@media only screen and (min-width:768px), print {
  .articles.is-pad {
    padding: 2.5rem;
  }
}
.articles .article {
  position: relative;
}
.articles .article + .article {
  margin-top: 1.5rem;
}
.articles .article__link {
  display: block;
}
.articles .article__link[target=_blank]:not([href*=".pdf"]):not(.noIcon) .article__txt::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
          filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
}
.articles .article__link[href*=".pdf"]:not(.noIcon) .article__txt::after {
  content: url(../img/common/pdf.svg);
  display: inline-block;
  margin-left: 0.2em;
  line-height: 1;
  vertical-align: middle;
}
@media (hover: hover) {
  .articles .article__link:hover .article__txt {
    text-decoration: underline;
  }
  .articles .article__link:hover .article__txt::before {
    right: -3px;
  }
}
.articles .article__txt {
  position: relative;
  padding-right: 2rem;
}
.articles .article__txt::before {
  content: url(../img/common/arrow_uq-sm.svg);
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}
@media only screen and (min-width:768px), print {
  .articles .article__txt::before {
    top: 0.2em;
  }
}

.articles__display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}
@media only screen and (min-width:768px), print {
  .articles__display {
    gap: 0 1.5rem;
  }
}
@media only screen and (max-width:767px) {
  .articles__display {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.articles__display__selectBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
.articles__display__selectBox .selectBox {
  width: auto;
  padding: 0.2rem 28px 0.2rem 0.6rem;
  background-position: center right 5px;
}
@media only screen and (min-width:768px), print {
  .articles__display__selectBox .selectBox {
    padding: 0.2rem 30px 0.2rem 0.75rem;
  }
}
@media only screen and (max-width:767px) {
  .articles__display__selectBox .selectBox {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.articlesIndex .article + .article {
  margin-top: 2rem;
}
@media only screen and (min-width:768px), print {
  .articlesIndex .article + .article {
    margin-top: 2.5rem;
  }
}
.articlesIndex .article__link {
  display: block;
}
.articlesIndex .article__link::after {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.articlesIndex .article__link[target=_blank]:not([href*=".pdf"]):not(.noIcon) .article__ttl::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
          filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
}
.articlesIndex .article__link[href*=".pdf"]:not(.noIcon) .article__ttl::after {
  content: url(../img/common/pdf.svg);
  display: inline-block;
  margin-left: 0.2em;
  line-height: 1;
  vertical-align: middle;
}
@media (hover: hover) {
  .articlesIndex .article__link:hover {
    text-decoration: underline;
  }
  .articlesIndex .article__link:hover .article__ttl::before {
    right: -3px;
  }
}
.articlesIndex .article__ttl {
  position: relative;
  margin-top: 0.6em;
  padding-right: calc(16px + 0.5rem);
}
@media only screen and (min-width:768px), print {
  .articlesIndex .article__ttl {
    padding-right: calc(42px + 0.5rem);
  }
}
.articlesIndex .article__ttl::before {
  position: absolute;
  top: 0.1em;
  right: 0;
  content: url(../img/common/arrow_uq-sm.svg);
}
@media only screen and (min-width:768px), print {
  .articlesIndex .article__ttl::before {
    top: 0;
    content: url(../img/common/arrow_uq-lg.svg);
  }
}

.post-type-archive-information .articlesIndex {
  margin-top: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .post-type-archive-information .articlesIndex {
    margin-top: 3rem;
  }
}

.postCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2rem;
  margin: 0 calc(var(--my--block--col--gap-x) / 2 * -1);
}
@media only screen and (min-width:768px), print {
  .postCards {
    row-gap: 3rem;
  }
}
@media only screen and (min-width:768px), print {
  .postCards.is-cols-2 {
    gap: 4rem 0;
  }
}
@media only screen and (min-width:768px), print {
  .postCards.is-cols-2 .postCard {
    width: 50%;
  }
}
@media only screen and (min-width:768px), print {
  .postCards.is-cols-3 .postCard {
    width: 33.33333%;
  }
}
@media only screen and (min-width:768px), print {
  .postCards.is-cols-4 .postCard {
    width: 25%;
  }
}
.postCards .postCard {
  width: 100%;
  padding: 0 calc(var(--my--block--col--gap-x) / 2);
}
.postCards .postCard__body {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (hover: hover) {
  .postCards .postCard__body:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.postCards .postCard__link {
  display: block;
}
@media (hover: hover) {
  .postCards .postCard__link:hover {
    text-decoration: none;
  }
}
.postCards .postCard__link::before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.postCards .postCard__thumb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.postCards .postCard__ttl {
  font-size: 1rem;
  margin: 1.5rem 0 1rem;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .postCards .postCard__ttl {
    font-size: 1.25rem;
  }
}
.postCards .postCard__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
.postCards .postCard__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
.postCards .postCard__txt {
  margin-top: 1rem;
}

.indexContCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 0;
}
@media only screen and (min-width:768px), print {
  .indexContCards {
    gap: 2.5rem 0;
    margin: 0 calc(var(--my--block--col--gap-x) / 2 * -1);
  }
}
.indexContCards.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexContCards .indexContCard {
  width: 100%;
}
@media only screen and (min-width:768px), print {
  .indexContCards .indexContCard {
    padding: 0 calc(var(--my--block--col--gap-x) / 2);
  }
}
@media only screen and (min-width:768px), print {
  .indexContCards.is-cols-2 {
    gap: 4rem 0;
  }
}
@media only screen and (min-width:768px), print {
  .indexContCards.is-cols-2 .indexContCard {
    width: 50%;
  }
}
@media only screen and (min-width:768px), print {
  .indexContCards.is-cols-3 .indexContCard {
    width: 33.33333%;
  }
}
@media only screen and (min-width:768px), print {
  .indexContCards.is-cols-4 .indexContCard {
    width: 25%;
  }
}
.indexContCards .indexContCard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 2px solid #ccc;
}
.indexContCards a.indexContCard__link[target=_blank] .indexContCard__txt {
  padding-right: calc(24px + 1rem);
}
.indexContCards a.indexContCard__link[target=_blank] .indexContCard__txt::after {
  content: url(../img/common/new_page.svg);
  top: 0;
}
@media (hover: hover) {
  .indexContCards a.indexContCard__link[target=_blank]:hover .indexContCard__txt::after {
    right: 0;
  }
}
@media (hover: hover) {
  .indexContCards a.indexContCard__link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .indexContCards a.indexContCard__link:hover .indexContCard__txt::after {
    right: -3px;
  }
}
.indexContCards a.indexContCard__link .indexContCard__txt {
  padding-right: calc(24px + 1rem);
}
@media only screen and (min-width:1000px), print {
  .indexContCards a.indexContCard__link .indexContCard__txt {
    padding-right: calc(42px + 1rem);
  }
}
.indexContCards a.indexContCard__link .indexContCard__txt::after {
  content: url(../img/common/arrow_uq-md.svg);
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}
@media only screen and (min-width:1000px), print {
  .indexContCards a.indexContCard__link .indexContCard__txt::after {
    content: url(../img/common/arrow_uq-lg.svg);
    top: 0.5rem;
  }
}
.indexContCards .indexContCard__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.indexContCards .indexContCard__img img {
  aspect-ratio: 600/370;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}
.indexContCards .indexContCard__txt {
  font-size: 1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  margin: 0.75rem 0;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .indexContCards .indexContCard__txt {
    margin: 1.3rem 0 0.7rem 0;
  }
}
.indexContCards.is-size-sm {
  gap: 1.5rem 0;
}
.indexContCards.is-size-sm .indexContCard__txt {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0.9rem 0 0.3rem;
  font-weight: 500;
}
.indexContCards.is-size-sm .indexContCard__link {
  border-bottom-width: 1px;
}
.indexContCards.is-size-sm a.indexContCard__link .indexContCard__txt {
  padding-right: calc(16px + 0.7rem);
}
.indexContCards.is-size-sm a.indexContCard__link .indexContCard__txt::after {
  content: url(../img/common/arrow_uq-sm.svg);
  top: 0 !important;
}
@media only screen and (min-width:768px), print {
  .indexContCards.is-gap-sm {
    margin: 0 -0.75rem;
  }
}
@media only screen and (min-width:768px), print {
  .indexContCards.is-gap-sm .indexContCard {
    padding: 0 0.75rem;
  }
}

.indexContTxts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0;
  margin: 0 calc(var(--my--block--col--gap-x) / 2 * -1);
}
@media only screen and (min-width:768px), print {
  .indexContTxts {
    gap: 2.5rem 0;
  }
}
@media only screen and (min-width:768px), print {
  .indexContTxts.is-cols-3 .indexContTxt {
    width: 33.33333%;
  }
}
.indexContTxts .indexContTxt {
  width: 50%;
  padding: 0 calc(var(--my--block--col--gap-x) / 2);
}
@media only screen and (min-width:1000px), print {
  .indexContTxts .indexContTxt {
    width: 25%;
  }
}
.indexContTxts .indexContTxt__link {
  display: block;
  height: 100%;
  border-bottom: 2px solid #ccc;
}
@media (hover: hover) {
  .indexContTxts .indexContTxt__link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .indexContTxts .indexContTxt__link:hover .indexContTxt__txt::after {
    right: -3px;
  }
}
.indexContTxts .indexContTxt__link[target=_blank] .indexContTxt__txt {
  padding-right: calc(24px + 0.5rem);
}
.indexContTxts .indexContTxt__link[target=_blank] .indexContTxt__txt::after {
  content: url(../img/common/new_page.svg);
  top: 0;
}
@media (hover: hover) {
  .indexContTxts .indexContTxt__link[target=_blank]:hover .indexContTxt__txt::after {
    right: 0;
  }
}
.indexContTxts .indexContTxt__txt {
  position: relative;
  padding: 0 calc(16px + 0.5rem) 0.75rem 0;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width:576px) {
  .indexContTxts .indexContTxt__txt {
    padding: 0 calc(24px + 0.5rem) 0.75rem 0;
  }
}
@media only screen and (min-width:768px), print {
  .indexContTxts .indexContTxt__txt {
    padding: 0 calc(42px + 1rem) 0.8rem 0;
    letter-spacing: inherit;
  }
}
.indexContTxts .indexContTxt__txt::after {
  content: url(../img/common/arrow_uq-sm.svg);
  position: absolute;
  bottom: 1rem;
  right: 0;
  line-height: 0;
}
@media only screen and (min-width:576px) {
  .indexContTxts .indexContTxt__txt::after {
    content: url(../img/common/arrow_uq-md.svg);
    position: absolute;
  }
}
@media only screen and (min-width:768px), print {
  .indexContTxts .indexContTxt__txt::after {
    content: url(../img/common/arrow_uq-lg.svg);
    bottom: 1.35rem;
  }
}
.indexContTxts.is-size-sm {
  gap: 1.5rem 0;
}
.indexContTxts.is-size-sm .indexContTxt__txt {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
}
.indexContTxts.is-size-sm .indexContTxt__link {
  border-bottom-width: 1px;
}
.indexContTxts.is-size-sm a.indexContTxt__link .indexContTxt__txt {
  padding: 0 calc(16px + 0.5rem) 0.3rem 0;
}
.indexContTxts.is-size-sm a.indexContTxt__link .indexContTxt__txt::after {
  content: url(../img/common/arrow_uq-sm.svg);
  top: 0 !important;
}
@media only screen and (min-width:768px), print {
  .indexContTxts.is-gap-sm {
    margin: 0 -0.75rem;
  }
}
@media only screen and (min-width:768px), print {
  .indexContTxts.is-gap-sm .indexContTxt {
    padding: 0 0.75rem;
  }
}

.contCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2rem;
  margin: 0 calc(var(--my--block--col--gap-x) / 2 * -1);
}
@media only screen and (min-width:768px), print {
  .contCards {
    row-gap: 3rem;
  }
}
.contCards.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:768px), print {
  .contCards.is-gap-x-md-1 {
    margin: 0 -0.5rem;
  }
  .contCards.is-gap-x-md-1 .contCard {
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width:768px), print {
  .contCards.is-gap-x-md-2 {
    margin: 0 -1rem;
  }
  .contCards.is-gap-x-md-2 .contCard {
    padding: 0 1rem;
  }
}
.contCards .contCard {
  width: 100%;
  padding: 0 calc(var(--my--block--col--gap-x) / 2);
}
.contCards.is-cols-1 .contCard {
  width: 100%;
}
@media only screen and (min-width:768px), print {
  .contCards.is-cols-2 {
    row-gap: 4rem;
  }
}
.contCards.is-cols-2 .contCard {
  width: 50%;
}
.contCards.is-cols-3 .contCard {
  width: 33.33333%;
}
.contCards.is-cols-4 .contCard {
  width: 25%;
}
.contCards.is-cols-5 .contCard {
  width: 20%;
}
.contCards.is-cols-6 .contCard {
  width: 16.66667%;
}
@media (min-width: 576px) {
  .contCards.is-cols-sm-1 {
    row-gap: 3rem;
  }
  .contCards.is-cols-sm-1 .contCard {
    width: 100%;
  }
  .contCards.is-cols-sm-2 {
    row-gap: 4rem;
  }
  .contCards.is-cols-sm-2 .contCard {
    width: 50%;
  }
  .contCards.is-cols-sm-3 {
    row-gap: 3rem;
  }
  .contCards.is-cols-sm-3 .contCard {
    width: 33.33333%;
  }
  .contCards.is-cols-sm-4 {
    row-gap: 3rem;
  }
  .contCards.is-cols-sm-4 .contCard {
    width: 25%;
  }
  .contCards.is-cols-sm-5 {
    row-gap: 3rem;
  }
  .contCards.is-cols-sm-5 .contCard {
    width: 20%;
  }
  .contCards.is-cols-sm-6 {
    row-gap: 3rem;
  }
  .contCards.is-cols-sm-6 .contCard {
    width: 16.66667%;
  }
}
@media (min-width: 768px) {
  .contCards.is-cols-md-1 {
    row-gap: 3rem;
  }
  .contCards.is-cols-md-1 .contCard {
    width: 100%;
  }
  .contCards.is-cols-md-2 {
    row-gap: 4rem;
  }
  .contCards.is-cols-md-2 .contCard {
    width: 50%;
  }
  .contCards.is-cols-md-3 {
    row-gap: 3rem;
  }
  .contCards.is-cols-md-3 .contCard {
    width: 33.33333%;
  }
  .contCards.is-cols-md-4 {
    row-gap: 3rem;
  }
  .contCards.is-cols-md-4 .contCard {
    width: 25%;
  }
  .contCards.is-cols-md-5 {
    row-gap: 3rem;
  }
  .contCards.is-cols-md-5 .contCard {
    width: 20%;
  }
  .contCards.is-cols-md-6 {
    row-gap: 3rem;
  }
  .contCards.is-cols-md-6 .contCard {
    width: 16.66667%;
  }
}
@media (min-width: 1000px) {
  .contCards.is-cols-lg-1 {
    row-gap: 3rem;
  }
  .contCards.is-cols-lg-1 .contCard {
    width: 100%;
  }
  .contCards.is-cols-lg-2 {
    row-gap: 4rem;
  }
  .contCards.is-cols-lg-2 .contCard {
    width: 50%;
  }
  .contCards.is-cols-lg-3 {
    row-gap: 3rem;
  }
  .contCards.is-cols-lg-3 .contCard {
    width: 33.33333%;
  }
  .contCards.is-cols-lg-4 {
    row-gap: 3rem;
  }
  .contCards.is-cols-lg-4 .contCard {
    width: 25%;
  }
  .contCards.is-cols-lg-5 {
    row-gap: 3rem;
  }
  .contCards.is-cols-lg-5 .contCard {
    width: 20%;
  }
  .contCards.is-cols-lg-6 {
    row-gap: 3rem;
  }
  .contCards.is-cols-lg-6 .contCard {
    width: 16.66667%;
  }
}
.contCards .contCard__body {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (hover: hover) {
  .contCards .contCard__body:has(a):hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.contCards .contCard__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.contCards .contCard__link {
  text-decoration: none;
}
@media (hover: hover) {
  .contCards .contCard__link:hover {
    text-decoration: none;
  }
}
.contCards .contCard__link::before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contCards .categories {
  position: relative;
  z-index: 99;
}
.contCards .contCard__ttl {
  position: relative;
}
.contCards .contCard__ttl:has(+ .contCard__img) {
  margin-bottom: 0 !important;
}
.contCards .contCard__ttl + * {
  margin-top: 0 !important;
}
.contCards.is-style-01 .contCard__ttl {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .contCards.is-style-01 .contCard__ttl {
    margin-top: 1rem;
  }
}
.contCards.is-style-01 .contCard__txt {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media only screen and (min-width:768px), print {
  .contCards.is-style-01 .contCard__txt {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.7rem;
  }
}
.contCards.is-style-02 .contCard__ttl {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .contCards.is-style-02 .contCard__ttl {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  .contCards.is-style-02 .contCard__ttl {
    margin-top: 1.2rem;
  }
}
.contCards.is-style-02 .contCard__txt {
  line-height: 2;
}
.contCards.is-style-03 .contCard__ttl {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width:768px), print {
  .contCards.is-style-03 .contCard__ttl {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.contCards.is-style-03 .contCard__txt {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (min-width:768px), print {
  .contCards.is-style-03 .contCard__txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.img-txt-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.img-txt-link[target=_blank]:not([href*=".pdf"]):not(.noIcon) .img-txt-link__txt::after {
  content: url(../img/common/new_page.svg);
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}
.img-txt-link .img-txt-link__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.img-txt-link .img-txt-link__txt {
  font-size: 0.75rem;
  line-height: 1.5;
  position: relative;
  padding-right: calc(24px + 0.5rem);
  margin-top: 0.5rem;
}
@media only screen and (min-width:768px), print {
  .img-txt-link .img-txt-link__txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.siteSearch__form .siteSearch__form__body {
  position: relative;
}
.siteSearch__form .siteSearch__form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.4rem 40px 0.4rem 1rem;
  border: 1px solid #ccc;
  border-radius: 3rem;
}
@media only screen and (min-width:768px), print {
  .siteSearch__form .siteSearch__form__input {
    padding: 3px 40px 3px 1rem;
  }
}
.siteSearch__form .siteSearch__form__btn {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  background-color: transparent;
}

/* MARS FINDER */
.mf_finder_searchBox_query_wrap .mf_finder_searchBox_suggest_items {
  border: none;
}
.mf_finder_searchBox_query_wrap .mf_finder_searchBox_suggest_item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.mf_finder_searchBox_query_wrap .mf_finder_searchBox_suggest_item a {
  padding: 0.2rem 0.5rem;
}

.mf_finder_header .mf_finder_searchBox,
.mf_finder_container .mf_finder_searchBox {
  position: relative;
  margin: 0;
}
.mf_finder_header .mf_finder_searchBox_items,
.mf_finder_container .mf_finder_searchBox_items {
  padding: 0;
}
.mf_finder_header .mf_finder_searchBox_query_input,
.mf_finder_container .mf_finder_searchBox_query_input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3rem;
}
@media only screen and (max-width:767px) {
  .mf_finder_header .mf_finder_searchBox_query_input,
  .mf_finder_container .mf_finder_searchBox_query_input {
    font-size: 16px;
  }
}
.mf_finder_header .mf_finder_searchBox_submit,
.mf_finder_container .mf_finder_searchBox_submit {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background-color: transparent;
}
.mf_finder_header .mf_finder_searchBox_submit::before,
.mf_finder_container .mf_finder_searchBox_submit::before {
  content: "";
  display: block;
}
.mf_finder_header .mf_finder_searchBox_submit > span,
.mf_finder_container .mf_finder_searchBox_submit > span {
  display: none;
}

.mf_finder_header .mf_finder_searchBox_query_input {
  padding: 0.4rem 40px 0.4rem 1rem;
}
@media only screen and (min-width:768px), print {
  .mf_finder_header .mf_finder_searchBox_query_input {
    padding: 3px 40px 3px 1rem;
  }
}
.mf_finder_header .mf_finder_searchBox_submit {
  right: 12px;
}
.mf_finder_header .mf_finder_searchBox_submit::before {
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/common/search-sm.svg);
}

.mf_finder_container .mf_finder_searchBox_query_input {
  padding: 0.4rem 40px 0.4rem 1rem;
}
@media only screen and (min-width:768px), print {
  .mf_finder_container .mf_finder_searchBox_query_input {
    padding: 1.15rem 40px 1.15rem 1.5rem;
  }
}
.mf_finder_container .mf_finder_searchBox_submit {
  right: 12px;
}
.mf_finder_container .mf_finder_searchBox_submit::before {
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/common/search-sm.svg);
}
@media only screen and (min-width:768px), print {
  .mf_finder_container .mf_finder_searchBox_submit {
    right: 24px;
  }
  .mf_finder_container .mf_finder_searchBox_submit::before {
    width: 32px;
    height: 32px;
    background-image: url(/assets/img/common/search-md.svg);
  }
}
.mf_finder_container .mf_finder_searchBox_query_wrap .mf_finder_searchBox_suggest_item a {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.mf_finder_organic .mf_finder_organic_header_wrapper {
  margin: var(--my--cmnRw--mrg-y-md) 0 0;
}
.mf_finder_organic .mf_finder_organic_docs_wrapper {
  margin: var(--my--cmnRw--mrg-y-lg) 0 0;
}
.mf_finder_organic .mf_finder_organic_docs_wrapper .mf_finder_mark {
  background-color: #C3F3FF;
}
.mf_finder_organic .mf_finder_organic_docs {
  margin: 0;
}
.mf_finder_organic .mf_finder_organic_doc {
  position: relative;
  padding: 0 calc(16px + 0.5rem) 0 0;
  border: none !important;
}
@media only screen and (min-width:768px), print {
  .mf_finder_organic .mf_finder_organic_doc {
    padding: 0 calc(42px + 1rem) 0 0;
  }
}
.mf_finder_organic .mf_finder_organic_doc + .mf_finder_organic_doc {
  margin-top: var(--my--cmnRw--mrg-y-md);
}
@media (hover: hover) {
  .mf_finder_organic .mf_finder_organic_doc:hover .mf_finder_organic_doc_title_wrapper {
    text-decoration: underline;
  }
}
.mf_finder_organic .mf_finder_organic_doc_img {
  margin: 0;
}
.mf_finder_organic .mf_finder_organic_doc_img_wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width:767px) {
  .mf_finder_organic .mf_finder_organic_doc_img_wrapper img {
    width: 80px;
    height: auto;
  }
}
.mf_finder_organic .mf_finder_organic_doc_contents_wrapper {
  margin-left: 1rem;
}
@media only screen and (min-width:768px), print {
  .mf_finder_organic .mf_finder_organic_doc_contents_wrapper {
    margin-left: var(--my--cmnRw--mrg-y-md);
  }
}
.mf_finder_organic .mf_finder_organic_doc_body {
  color: inherit;
  font-size: inherit;
}
@media only screen and (min-width:768px), print {
  .mf_finder_organic .mf_finder_organic_doc_body {
    line-height: 2;
  }
}
.mf_finder_organic .mf_finder_organic_doc_title_wrapper {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  .mf_finder_organic .mf_finder_organic_doc_title_wrapper {
    font-size: 1.125rem;
  }
}
.mf_finder_organic .mf_finder_organic_doc_url_wrapper {
  display: inline-block;
}
.mf_finder_organic .mf_finder_organic_doc_url_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mf_finder_organic .mf_finder_organic_doc_url_wrapper::before {
  content: url(../img/common/arrow_uq-sm.svg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 16px;
  margin: auto;
}
@media only screen and (min-width:768px), print {
  .mf_finder_organic .mf_finder_organic_doc_url_wrapper::before {
    content: url(../img/common/arrow_uq-lg.svg);
    height: 42px;
  }
}
@media (hover: hover) {
  .mf_finder_organic .mf_finder_organic_doc_url_wrapper:hover::before {
    right: -3px;
  }
}
.mf_finder_organic .mf_finder_organic_doc_url {
  margin-top: 1rem;
}
.mf_finder_organic .mf_finder_organic_doc_url::before {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 1.25em;
  background-color: #E0E0E0;
  border-radius: 4px;
  color: #000;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width:768px), print {
  .mf_finder_organic .mf_finder_organic_doc_url::before {
    padding: 0.25em 1.25em;
  }
}
@media only screen and (max-width:767px) {
  .mf_finder_organic .mf_finder_organic_doc_url span {
    display: block;
    margin-top: 0.3rem;
    word-break: break-all;
  }
}
.mf_finder_organic .mf_finder_msk {
  margin: 1rem 0 0 0;
}

.relatedLinks {
  margin-top: 5rem;
  padding: 5rem 0;
  border-top: 1px solid #ccc;
}
.relatedLinks .relatedLinks__ttl {
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .relatedLinks .relatedLinks__ttl {
    font-size: 1.25rem;
  }
}

.resources {
  margin: 5rem 0;
}
.resources .resources__ttl {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .resources .resources__ttl {
    font-size: 1.25rem;
  }
}
.resources .resources__form {
  max-width: 500px;
  margin: auto;
}
@media only screen and (min-width:768px), print {
  .resources .resources__form .form__label {
    width: 8em;
  }
}

.js-accordion + .js-accordion {
  margin-top: 2.5rem;
}
.js-accordion .js-accordion__ttl {
  font-size: 1rem;
  line-height: 1.4;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  padding: 0.6em calc(2rem + 12px) 0.6em 1rem;
  border: 2px solid #000;
  cursor: pointer;
}
@media only screen and (min-width:768px), print {
  .js-accordion .js-accordion__ttl {
    font-size: 1.5rem;
  }
}
.js-accordion .js-accordion__ttl::before, .js-accordion .js-accordion__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.js-accordion .js-accordion__ttl::before {
  width: 12px;
  height: 2px;
  right: 16px;
}
.js-accordion .js-accordion__ttl::after {
  width: 2px;
  height: 12px;
  right: 21px;
}
.js-accordion .js-accordion__ttl.js-active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-accordion .js-accordion__ttl.js-active::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (hover: hover) {
  .js-accordion .js-accordion__ttl:hover {
    background-color: #F0F0F0;
  }
}
.js-accordion .js-accordion__ttl__date {
  display: block;
  margin-top: 0.2rem;
  color: #909195;
  font-size: 80%;
  font-weight: 500;
}
@media only screen and (min-width:768px), print {
  .js-accordion .js-accordion__ttl__date {
    font-size: 70%;
  }
}
.js-accordion .js-accordion__content {
  margin: 1.5rem 0 3rem;
}
@media only screen and (min-width:768px), print {
  .js-accordion .js-accordion__content {
    margin: 2.5rem 2.5rem 5rem;
  }
}

.tabMenus,
.js-tabMenus {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media only screen and (min-width:768px), print {
  .tabMenus,
  .js-tabMenus {
    font-size: 1.25rem;
  }
}
.tabMenus .tabMenus__body,
.js-tabMenus .tabMenus__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media only screen and (min-width:768px), print {
  .tabMenus .tabMenus__body,
  .js-tabMenus .tabMenus__body {
    gap: 2.5rem 0;
    margin: 0 -0.8rem;
  }
}
@media only screen and (min-width:1000px), print {
  .tabMenus .tabMenus__body,
  .js-tabMenus .tabMenus__body {
    margin: 0 -1.25rem;
  }
}
.tabMenus .tabMenu,
.js-tabMenus .tabMenu {
  padding: 0 0.5rem;
  /* 1つの場合 */
  /* 2つの場合 */
  /* 3つの場合 */
  /* 4つの場合 */
  /* 5つの場合 */
  /* 6つの場合 */
}
@media only screen and (min-width:768px), print {
  .tabMenus .tabMenu,
  .js-tabMenus .tabMenu {
    padding: 0 0.8rem;
  }
}
@media only screen and (min-width:1000px), print {
  .tabMenus .tabMenu,
  .js-tabMenus .tabMenu {
    padding: 0 1.25rem;
  }
}
.tabMenus .tabMenu:only-child,
.js-tabMenus .tabMenu:only-child {
  width: 100%;
}
.tabMenus .tabMenu:first-child:nth-last-child(2), .tabMenus .tabMenu:first-child:nth-last-child(2) ~ li,
.js-tabMenus .tabMenu:first-child:nth-last-child(2),
.js-tabMenus .tabMenu:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.tabMenus .tabMenu:first-child:nth-last-child(3), .tabMenus .tabMenu:first-child:nth-last-child(3) ~ li,
.js-tabMenus .tabMenu:first-child:nth-last-child(3),
.js-tabMenus .tabMenu:first-child:nth-last-child(3) ~ li {
  width: 33.33333%;
}
.tabMenus .tabMenu:first-child:nth-last-child(4), .tabMenus .tabMenu:first-child:nth-last-child(4) ~ li,
.js-tabMenus .tabMenu:first-child:nth-last-child(4),
.js-tabMenus .tabMenu:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.tabMenus .tabMenu:first-child:nth-last-child(5), .tabMenus .tabMenu:first-child:nth-last-child(5) ~ li,
.js-tabMenus .tabMenu:first-child:nth-last-child(5),
.js-tabMenus .tabMenu:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
.tabMenus .tabMenu:first-child:nth-last-child(6), .tabMenus .tabMenu:first-child:nth-last-child(6) ~ li,
.js-tabMenus .tabMenu:first-child:nth-last-child(6),
.js-tabMenus .tabMenu:first-child:nth-last-child(6) ~ li {
  width: 33.33333%;
}
.tabMenus .tabMenu.is-active,
.js-tabMenus .tabMenu.is-active {
  pointer-events: none;
}
.tabMenus .tabMenu.is-active .tabMenu__link,
.js-tabMenus .tabMenu.is-active .tabMenu__link {
  background-color: #000;
  color: #fff;
}
.tabMenus .tabMenu__link,
.js-tabMenus .tabMenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0.8em 0.5em;
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .tabMenus .tabMenu__link,
  .js-tabMenus .tabMenu__link {
    padding: 0.5em;
    border-width: 3px;
  }
}
@media (hover: hover) {
  .tabMenus .tabMenu__link:hover,
  .js-tabMenus .tabMenu__link:hover {
    background-color: #F8F8F8;
    text-decoration: none;
  }
}

.js-tabContents {
  margin-top: var(--my--block--mrg-y-md);
}

.js-filter .filterMenus {
  margin-bottom: 2.5rem;
}
.js-filter .filterMenus .filterMenus__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 0;
  margin: 0 -0.25rem;
}
@media only screen and (min-width:768px), print {
  .js-filter .filterMenus .filterMenus__body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.js-filter .filterMenus .filterMenus__body .filterMenu {
  width: 50%;
  padding: 0 0.25rem;
}
@media only screen and (min-width:768px), print {
  .js-filter .filterMenus .filterMenus__body .filterMenu {
    width: calc(180px + 0.5rem);
  }
}
.js-filter .filterMenus .filterMenus__body .filterMenu.is-active {
  pointer-events: none;
}
.js-filter .filterMenus .filterMenus__body .filterMenu.is-active .filterMenu__cat {
  border-bottom-color: #006FBB;
  color: #006FBB;
}
.js-filter .filterMenus .filterMenus__body .filterMenu__cat {
  -webkit-transition-property: border, color;
  transition-property: border, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
  padding-bottom: 0.45rem;
  border-bottom: 4px solid #000;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .js-filter .filterMenus .filterMenus__body .filterMenu__cat:hover {
    color: #006FBB;
  }
}

.anchors {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media only screen and (min-width:768px), print {
  .anchors {
    font-size: 1rem;
  }
}
@media only screen and (min-width:768px), print {
  .anchors.is-cols-2 .anchor {
    width: calc(50% - 0.75em);
    min-width: auto;
  }
  .anchors.is-cols-2 .anchor:nth-child(3n)::after {
    display: none;
  }
}
@media only screen and (min-width:768px), print {
  .anchors.is-cols-3-my-02 .anchor {
    width: calc(33.33333% - 1.5em);
    min-width: auto;
  }
  .anchors.is-cols-3-my-02 .anchor:nth-child(3n)::after {
    display: none;
  }
}
@media only screen and (min-width:768px), print {
  .anchors.is-cols-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    max-width: 50rem;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px), print {
  .anchors.is-cols-4 .anchor {
    width: calc((100% - 4.5rem) / 4);
    min-width: auto;
  }
  .anchors.is-cols-4 .anchor:nth-child(4n)::after {
    display: none;
  }
}
.anchors .anchors__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0;
  margin: 0 -0.25rem;
}
@media only screen and (min-width:768px), print {
  .anchors .anchors__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    margin: auto;
  }
}
.anchors .anchor {
  width: 50%;
  padding: 0 0.25rem;
}
@media only screen and (min-width:768px), print {
  .anchors .anchor {
    width: auto;
    min-width: 12.5rem;
    padding: 0;
  }
  .anchors .anchor:nth-child(3n)::after {
    content: "";
    width: 100%;
  }
}
.anchors .anchor__link {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0.45rem;
  border: 1px solid #000;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width:768px), print {
  .anchors .anchor__link {
    border-width: 2px;
  }
}
.anchors .anchor__link::after {
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin: 4px auto 0;
}
@media (hover: hover) {
  .anchors .anchor__link:hover {
    background-color: #000;
    color: #fff;
  }
  .anchors .anchor__link:hover::after {
    border-top-color: #fff;
  }
}

.anchorImgs .anchorImg__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0;
}
@media only screen and (min-width:768px), print {
  .anchorImgs .anchorImg__body {
    gap: 4rem 0;
    margin: 0 calc(var(--my--block--col--gap-x) / 2 * -1);
  }
}
.anchorImgs .anchorImg {
  width: 100%;
}
@media only screen and (min-width:768px), print {
  .anchorImgs .anchorImg {
    padding: 0 calc(var(--my--block--col--gap-x) / 2);
  }
}
@media only screen and (min-width:768px), print {
  .anchorImgs.is-cols-2 .anchorImg {
    width: 50%;
  }
}
@media only screen and (min-width:768px), print {
  .anchorImgs.is-cols-3 .anchorImg {
    width: 33.33333%;
  }
}
@media only screen and (min-width:768px), print {
  .anchorImgs.is-cols-4 .anchorImg {
    width: 25%;
  }
}
.anchorImgs .anchorImg__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (hover: hover) {
  .anchorImgs .anchorImg__link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.anchorImgs .anchorImg__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.anchorImgs .anchorImg__img img {
  width: 100%;
  max-width: none;
}
.anchorImgs .anchorImg__txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  margin-top: 0.5rem;
  padding: 0.2em calc(24px + 1em) 0 0;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .anchorImgs .anchorImg__txt {
    font-size: 1.25rem;
    margin-top: 1rem;
    padding: 0.3em calc(40px + 1em) 0 0;
  }
}
.anchorImgs .anchorImg__txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arrow_fill_down-lg.svg);
  background-size: contain;
}
@media only screen and (min-width:768px), print {
  .anchorImgs .anchorImg__txt::after {
    width: 40px;
    height: 40px;
  }
}

.slick-slider {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mySlider .slick-slide {
  margin-right: 0.46875rem;
  margin-left: 0.46875rem;
}
@media only screen and (max-width:767px) {
  .mySlider .slick-arrow.slick-prev {
    left: calc(7.8125% + 0.46875rem - 22px);
  }
}
@media only screen and (max-width:767px) {
  .mySlider .slick-arrow.slick-next {
    right: calc(7.8125% + 0.46875rem - 22px);
  }
}
.mySlider.slick-slider .indexContCard,
.mySlider.slick-slider .contCard {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (min-width:768px), print {
  .contSliderPcThan .slick-slide,
  .officeRecoSlider .slick-slide {
    margin-right: calc(var(--my--block--col--gap-x) / 2);
    margin-left: calc(var(--my--block--col--gap-x) / 2);
  }
}

@media only screen and (max-width:767px) {
  .contSlider,
  .contSliderPcThan {
    margin-right: calc(var(--my--cntr-gutter) * -1);
    margin-left: calc(var(--my--cntr-gutter) * -1);
  }
}
.contSlider.contCards .contCard__ttl,
.contSliderPcThan.contCards .contCard__ttl {
  font-size: 0.875rem;
  font-weight: 500;
}
.contSlider.contCards .contCard__img img,
.contSliderPcThan.contCards .contCard__img img {
  aspect-ratio: 612/378;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

@media only screen and (max-width:767px) {
  .simpleSlider-md-min-noGutter {
    margin-right: calc(var(--my--cntr-gutter) * -1);
    margin-left: calc(var(--my--cntr-gutter) * -1);
  }
}
@media only screen and (min-width:768px), print {
  .simpleSlider .slick-slide {
    margin-right: 0;
    margin-left: 0;
  }
}

.slick-arrow {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 0.7;
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
@media (hover: hover) {
  .slick-arrow:hover {
    opacity: 1;
  }
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 44px;
  height: 60px;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width:768px), print {
  .slick-arrow::before {
    width: 32px;
    height: 80px;
    background-size: cover;
  }
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  background-image: url(../img/common/arrow_slider_left.svg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  background-image: url(../img/common/arrow_slider_right.svg);
}

.slick-dotted.slick-slider {
  margin-bottom: calc(var(--my--sec--mrg) + 2.5rem);
}

.slick-dots {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  max-width: 1000px;
  margin: auto;
  padding: 0 0.4rem;
  line-height: 1;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.2rem;
  vertical-align: bottom;
}
.slick-dots li button {
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  padding: 5px;
  border: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  outline: none;
}
.slick-dots li button::before {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 1;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  background-color: #000;
}
.slick-dots li.slick-active button::before {
  background-color: #000;
}

@media only screen and (min-width:768px), print {
  .mfp-content .gallerySlider .gallerySliderMain .slick-slide img {
    max-height: 470px;
  }
}

.gallerySlider .gallerySliderMain .slick-slide {
  margin-right: 0;
  margin-left: 0;
}
.gallerySlider .gallerySliderMain .slick-slide img {
  display: block;
  aspect-ratio: 1/0.56;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderMain .slick-slide img {
    max-height: 560px;
    aspect-ratio: auto;
  }
}
.gallerySlider .gallerySliderMain .gallerySliderMain__item {
  background: url(/assets/img/common/loading.svg) center center no-repeat;
}
.gallerySlider .gallerySliderMain .gallerySlider__caption {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.3rem 0.7rem;
}
.gallerySlider .gallerySliderSub__wrap {
  margin-top: 1.5rem;
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderSub__wrap {
    overflow: hidden;
    margin-top: 2.5rem;
  }
}
.gallerySlider .gallerySliderSub {
  margin-right: -0.46875rem;
  margin-left: -0.46875rem;
}
.gallerySlider .gallerySliderSub .slick-slide {
  position: relative;
  cursor: pointer;
}
.gallerySlider .gallerySliderSub .slick-slide.slick-current::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #006FBB;
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderSub .slick-slide.slick-current::after {
    border-width: 4px;
  }
}
.gallerySlider .gallerySliderSub .gallerySliderSub__item {
  background: url(/assets/img/common/loading.svg) center center no-repeat;
  background-size: 1.2rem;
}
.gallerySlider .gallerySliderSub img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallerySlider .gallerySliderSub .slick-arrow.slick-prev {
  left: calc(-22px + 0.5rem);
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderSub .slick-arrow.slick-prev {
    left: 0.5rem;
  }
}
.gallerySlider .gallerySliderSub .slick-arrow.slick-next {
  right: calc(-22px + 0.5rem);
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderSub .slick-arrow.slick-next {
    right: 0.5rem;
  }
}

@media only screen and (max-width:767px) {
  .breadChumbs,
  .aioseo-breadcrumbs {
    display: none;
  }
}

.aioseo-breadcrumbs {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--my--cntr-gutter);
  padding-left: var(--my--cntr-gutter);
}
@media only screen and (min-width:768px), print {
  .aioseo-breadcrumbs {
    max-width: calc(1280px + var(--my--cntr-gutter) * 2);
  }
}

.breadChumbs__body,
.aioseo-breadcrumbs {
  font-size: 0.75rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  gap: 0.3rem 0;
}

.breadChumbs a,
.breadChumbs__links,
.aioseo-breadcrumb {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
  color: #000;
  text-decoration: underline;
}
@media (hover: hover) {
  .breadChumbs a:hover,
  .breadChumbs__links:hover,
  .aioseo-breadcrumb:hover {
    text-decoration: none;
  }
  .breadChumbs a:hover:after,
  .breadChumbs__links:hover:after,
  .aioseo-breadcrumb:hover:after {
    text-decoration: none;
  }
}
.breadChumbs a::after,
.breadChumbs__links::after,
.aioseo-breadcrumb::after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: -1.1rem;
  color: currentColor;
  text-decoration: none;
}

.aioseo-breadcrumb:last-child {
  text-decoration: none;
}
.aioseo-breadcrumb:last-child::after {
  display: none;
}

.js-fixContact {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 1rem var(--my--cntr-gutter);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation-name: fixContactUp;
          animation-name: fixContactUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fixContactUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fixContactUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fixContact .fixContact__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
}
.js-fixContact .fixContact__btn {
  width: 100%;
  max-width: 320px;
}
.js-fixContact .fixContact__btn.is-request .fixContact__btn__link {
  background-color: #E26800;
  color: #fff;
}
@media (hover: hover) {
  .js-fixContact .fixContact__btn.is-request .fixContact__btn__link:hover {
    background-color: #fc7400;
    text-decoration: none;
  }
}
.js-fixContact .fixContact__btn.is-contact .fixContact__btn__link {
  background-color: #006FBB;
  color: #fff;
}
@media (hover: hover) {
  .js-fixContact .fixContact__btn.is-contact .fixContact__btn__link:hover {
    background-color: #007ed5;
    text-decoration: none;
  }
}
.js-fixContact.is-counter .fixContact__btn__link {
  padding: 0.565em 0.7em;
}
@media only screen and (min-width:768px), print {
  .js-fixContact.is-counter .fixContact__btn__link {
    padding: 0.665em 1em;
  }
}
.js-fixContact .fixContact__btn__link {
  -webkit-transition-property: background-color, border, color;
  transition-property: background-color, border, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: block;
  padding: 1.358em 0.7em;
  color: #000;
  font-weight: 700;
  text-align: center;
}
html:lang(en) .js-fixContact .fixContact__btn__link {
  padding: 0.7em;
}
@media only screen and (min-width:480px) {
  html:lang(en) .js-fixContact .fixContact__btn__link {
    padding: 1.358em 0.7em;
  }
}

.js-fixContact .fixContact__btn__link .fixContact__icon {
  display: none;
}
@media only screen and (min-width:768px), print {
  .js-fixContact .fixContact__btn__link .fixContact__icon {
    display: block;
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
  }
}
.js-fixContact .fixContact__btn__link .fixContact__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-fixContact .fixContact__btn__link .fixContact__icon__inr {
  position: relative;
}
.js-fixContact .fixContact__btn__link .fixContact__icon__inr .js-fixContact__select {
  font-size: 0.75rem;
  line-height: 1.5;
  position: absolute;
  top: -0.8em;
  right: -0.8em;
  background-color: #DC000C;
  color: #fff;
  width: 1.6667em;
  border-radius: 2em;
  line-height: 1.6667em;
  letter-spacing: 0;
  text-align: center;
}
.js-fixContact .fixContact__select {
  font-size: 0.75rem;
  line-height: 1.5;
}
.js-fixContact .fixContact__select .js-fixContact__select {
  font-weight: 500;
}
.js-fixContact .js-fixContact__select {
  font-family: "Oswald", sans-serif;
}
.js-fixContact .js-tooltipFixContact {
  position: relative;
}
.js-fixContact .js-tooltipFixContact .js-tooltipFixContactInr {
  font-size: 0.75rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px + 7px);
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20em;
  margin: auto;
  padding: 0.5rem;
  background-color: #eee;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (min-width:768px), print {
  .js-fixContact .js-tooltipFixContact .js-tooltipFixContactInr {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 1rem;
  }
}
.js-fixContact .js-tooltipFixContact .js-tooltipFixContactInr::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 14px solid #eee;
  border-right: 9px solid transparent;
  border-bottom: 0;
  border-left: 9px solid transparent;
}

.property__uritag {
  font-size: 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 0;
  margin-right: -0.3rem;
  margin-left: -0.3rem;
}
@media only screen and (min-width:768px), print {
  .property__uritag {
    font-size: 0.875rem;
  }
}
.property__uritag li {
  padding: 0 0.3rem;
}
.property__uritag .property__uritag__body {
  font-weight: 700;
  height: 100%;
}
.property__uritag .property__uritag__body .tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0.276rem 0.5rem;
  color: #006FBB;
  border: 2px solid #006FBB;
  border-radius: 4px;
}
.property__uritag .property__uritag__body .tooltip.is-desc {
  padding-right: calc(24px + 0.5rem);
}

@media only screen and (min-width:768px), print {
  .has-btn-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.5rem;
  }
  .has-btn-header .my-heading {
    margin-bottom: 0 !important;
  }
}

.js-fixBottom {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: sticky;
  z-index: 999;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.8);
}
.js-fixBottom.is-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.js-fixBottom.is-target-in-view {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  display: none;
}

.pager {
  margin-top: var(--my--sec--mrg);
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager ul > li {
  margin: 0 3px;
}
@media only screen and (min-width:768px), print {
  .pager ul > li {
    margin: 0 5px;
  }
}
.pager ul > li a:hover {
  border-color: #006FBB;
  background-color: #006FBB;
  color: #FFF;
}
.pager ul > li a,
.pager ul > li span {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #006FBB;
  color: #006FBB;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media only screen and (min-width:768px), print {
  .pager ul > li a,
  .pager ul > li span {
    min-width: 44px;
    height: 44px;
  }
}
.pager ul > li a.current,
.pager ul > li span.current {
  background-color: #006FBB;
  color: #FFF;
}
.pager ul > li a.prev, .pager ul > li a.next,
.pager ul > li span.prev,
.pager ul > li span.next {
  position: relative;
}
.pager ul > li a.prev:hover:before, .pager ul > li a.next:hover:before,
.pager ul > li span.prev:hover:before,
.pager ul > li span.next:hover:before {
  border-top-color: #fff;
  border-left-color: #fff;
}
.pager ul > li a.prev:before, .pager ul > li a.next:before,
.pager ul > li span.prev:before,
.pager ul > li span.next:before {
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 2px #006FBB;
  border-left: solid 2px #006FBB;
}
.pager ul > li a.prev:before,
.pager ul > li span.prev:before {
  -webkit-transform: rotate(-45deg) translate(1px, 1px);
      -ms-transform: rotate(-45deg) translate(1px, 1px);
          transform: rotate(-45deg) translate(1px, 1px);
}
.pager ul > li a.next:before,
.pager ul > li span.next:before {
  -webkit-transform: rotate(135deg) translate(1px, 1px);
      -ms-transform: rotate(135deg) translate(1px, 1px);
          transform: rotate(135deg) translate(1px, 1px);
}

.mf_finder_organic_pager_wrapper {
  margin-top: var(--my--sec--mrg);
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li {
  margin: 0 3px;
  padding: 0;
}
@media only screen and (min-width:768px), print {
  .mf_finder_organic_pager_wrapper .mf_finder_pager_items li {
    margin: 0 5px;
  }
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li a, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
  background-color: transparent;
  border: 1px solid #006FBB;
  color: #006FBB;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media only screen and (min-width:768px), print {
  .mf_finder_organic_pager_wrapper .mf_finder_pager_items li a, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span {
    min-width: 44px;
    height: 44px;
  }
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li a:hover, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span:hover {
  border-color: #006FBB;
  background-color: #006FBB;
  color: #FFF;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li a.prev, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li a.next, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span.prev, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span.next {
  position: relative;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li a.prev:hover:before, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li a.next:hover:before, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span.prev:hover:before, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span.next:hover:before {
  border-top-color: #fff;
  border-left-color: #fff;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li a.prev:before, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li a.next:before, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span.prev:before, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span.next:before {
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 2px #006FBB;
  border-left: solid 2px #006FBB;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span {
  background-color: #006FBB;
  color: #FFF;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_first a span, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_next a span, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_prev a span {
  width: auto;
  font-weight: 700;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_first a span::before, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_prev a span::before {
  margin-left: 0.25em;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_next a span::before {
  margin-left: 0.5em;
}

.wrapTableKukaku {
  max-width: 800px;
  margin: auto;
}
@media only screen and (min-width:768px), print {
  .wrapTableKukaku .my-block-table.is-style-regular table {
    table-layout: fixed;
  }
}
.wrapTableKukaku .my-block-table.is-style-regular table > thead > tr > th,
.wrapTableKukaku .my-block-table.is-style-regular table > thead > tr > td,
.wrapTableKukaku .my-block-table.is-style-regular table > tbody > tr > th,
.wrapTableKukaku .my-block-table.is-style-regular table > tbody > tr > td {
  padding: 0.6rem 0.8rem;
}
@media only screen and (min-width:768px), print {
  .wrapTableKukaku .my-block-table.is-style-regular table > thead > tr > th,
  .wrapTableKukaku .my-block-table.is-style-regular table > thead > tr > td,
  .wrapTableKukaku .my-block-table.is-style-regular table > tbody > tr > th,
  .wrapTableKukaku .my-block-table.is-style-regular table > tbody > tr > td {
    padding: 0.6rem 1.2rem;
  }
}

@media only screen and (min-width:768px), print {
  .single-office .wrapTableKukaku .cell--kukaku_notes {
    width: 19em;
  }
}

@media only screen and (min-width:768px), print {
  .single-retail .wrapTableKukaku .cell--kukaku_notes {
    width: 17em;
  }
}

.hover--opa {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .hover--opa:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.hover--opa_group a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .hover--opa_group a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.hover,
.hover_group a {
  text-decoration: none;
}
@media (hover: hover) {
  .hover:hover,
  .hover_group a:hover {
    text-decoration: none;
  }
}

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

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

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

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

.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.m-1 {
  margin: 0.5rem !important;
}

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

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

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

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

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.p-1 {
  padding: 0.5rem !important;
}

@media (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.5rem !important;
  }
  .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.5rem !important;
  }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-sm-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 0.5rem !important;
  }
  .mr-md-1 {
    margin-right: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-1 {
    margin-left: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mx-md-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pr-md-1 {
    padding-right: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-1 {
    padding-left: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-md-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.5rem !important;
  }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.5rem !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-lg-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
}
.mt-2 {
  margin-top: 1rem !important;
}

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

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

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

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.m-2 {
  margin: 1rem !important;
}

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

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

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

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

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.p-2 {
  padding: 1rem !important;
}

@media (min-width: 576px) {
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mr-sm-2 {
    margin-right: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-2 {
    margin-left: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-sm-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2 {
    padding-right: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-2 {
    padding-left: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-sm-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mr-md-2 {
    margin-right: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .ml-md-2 {
    margin-left: 1rem !important;
  }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pr-md-2 {
    padding-right: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .pl-md-2 {
    padding-left: 1rem !important;
  }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-md-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mr-lg-2 {
    margin-right: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-2 {
    margin-left: 1rem !important;
  }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-lg-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pr-lg-2 {
    padding-right: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-2 {
    padding-left: 1rem !important;
  }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-lg-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
}
.mt-3 {
  margin-top: 1.5rem !important;
}

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

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

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

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

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

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

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

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

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

@media (min-width: 576px) {
  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-3 {
    margin-top: 1.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1.5rem !important;
  }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1.5rem !important;
  }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-md-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
}
.mt-4 {
  margin-top: 2rem !important;
}

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

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

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

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.m-4 {
  margin: 2rem !important;
}

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

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

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

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

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.p-4 {
  padding: 2rem !important;
}

@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 2rem !important;
  }
  .mr-sm-4 {
    margin-right: 2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-4 {
    margin-left: 2rem !important;
  }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-sm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .pt-sm-4 {
    padding-top: 2rem !important;
  }
  .pr-sm-4 {
    padding-right: 2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-4 {
    padding-left: 2rem !important;
  }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-sm-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 2rem !important;
  }
  .mr-md-4 {
    margin-right: 2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2rem !important;
  }
  .ml-md-4 {
    margin-left: 2rem !important;
  }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-md-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .pt-md-4 {
    padding-top: 2rem !important;
  }
  .pr-md-4 {
    padding-right: 2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2rem !important;
  }
  .pl-md-4 {
    padding-left: 2rem !important;
  }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-md-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-4 {
    margin-top: 2rem !important;
  }
  .mr-lg-4 {
    margin-right: 2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-4 {
    margin-left: 2rem !important;
  }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-lg-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .pt-lg-4 {
    padding-top: 2rem !important;
  }
  .pr-lg-4 {
    padding-right: 2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-4 {
    padding-left: 2rem !important;
  }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-lg-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
}
.mt-5 {
  margin-top: 2.5rem !important;
}

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

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

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

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

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

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

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

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

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 2.5rem !important;
  }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 2.5rem !important;
  }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-sm-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mr-md-5 {
    margin-right: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-5 {
    margin-left: 2.5rem !important;
  }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-md-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .pr-md-5 {
    padding-right: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-5 {
    padding-left: 2.5rem !important;
  }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-md-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 2.5rem !important;
  }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 2.5rem !important;
  }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-lg-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
}
.mt-6 {
  margin-top: 3rem !important;
}

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

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

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

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.m-6 {
  margin: 3rem !important;
}

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

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

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

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

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.p-6 {
  padding: 3rem !important;
}

@media (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6 {
    margin-left: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6 {
    padding-right: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-6 {
    padding-left: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6 {
    margin-left: 3rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 3rem !important;
  }
  .pr-md-6 {
    padding-right: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3rem !important;
  }
  .pl-md-6 {
    padding-left: 3rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6 {
    margin-left: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 3rem !important;
  }
  .pr-lg-6 {
    padding-right: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-6 {
    padding-left: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
}
.mt-7 {
  margin-top: 3.5rem !important;
}

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

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

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

.my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.m-7 {
  margin: 3.5rem !important;
}

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

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

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

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

.py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.px-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.p-7 {
  padding: 3.5rem !important;
}

@media (min-width: 576px) {
  .mt-sm-7 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-7 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-7 {
    margin-left: 3.5rem !important;
  }
  .my-sm-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-sm-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-sm-7 {
    margin: 3.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-7 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-7 {
    padding-left: 3.5rem !important;
  }
  .py-sm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-sm-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-sm-7 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-7 {
    margin-top: 3.5rem !important;
  }
  .mr-md-7 {
    margin-right: 3.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-7 {
    margin-left: 3.5rem !important;
  }
  .my-md-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-md-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-md-7 {
    margin: 3.5rem !important;
  }
  .pt-md-7 {
    padding-top: 3.5rem !important;
  }
  .pr-md-7 {
    padding-right: 3.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-7 {
    padding-left: 3.5rem !important;
  }
  .py-md-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-md-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-md-7 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-7 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-7 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-7 {
    margin-left: 3.5rem !important;
  }
  .my-lg-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-lg-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-lg-7 {
    margin: 3.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-7 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-7 {
    padding-left: 3.5rem !important;
  }
  .py-lg-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-lg-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-lg-7 {
    padding: 3.5rem !important;
  }
}
.mt-8 {
  margin-top: 4rem !important;
}

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

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

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

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.m-8 {
  margin: 4rem !important;
}

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

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

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

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

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.p-8 {
  padding: 4rem !important;
}

@media (min-width: 576px) {
  .mt-sm-8 {
    margin-top: 4rem !important;
  }
  .mr-sm-8 {
    margin-right: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-8 {
    margin-left: 4rem !important;
  }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-sm-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 4rem !important;
  }
  .pr-sm-8 {
    padding-right: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-8 {
    padding-left: 4rem !important;
  }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-sm-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 4rem !important;
  }
  .mr-md-8 {
    margin-right: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4rem !important;
  }
  .ml-md-8 {
    margin-left: 4rem !important;
  }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-md-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 4rem !important;
  }
  .pr-md-8 {
    padding-right: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4rem !important;
  }
  .pl-md-8 {
    padding-left: 4rem !important;
  }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-md-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-8 {
    margin-top: 4rem !important;
  }
  .mr-lg-8 {
    margin-right: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-8 {
    margin-left: 4rem !important;
  }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-lg-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 4rem !important;
  }
  .pr-lg-8 {
    padding-right: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-8 {
    padding-left: 4rem !important;
  }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-lg-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
}
.mt-9 {
  margin-top: 4.5rem !important;
}

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

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

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

.my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mx-9 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.m-9 {
  margin: 4.5rem !important;
}

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

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

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

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

.py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.px-9 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.p-9 {
  padding: 4.5rem !important;
}

@media (min-width: 576px) {
  .mt-sm-9 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-9 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-9 {
    margin-left: 4.5rem !important;
  }
  .my-sm-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-sm-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-sm-9 {
    margin: 4.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-9 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-9 {
    padding-left: 4.5rem !important;
  }
  .py-sm-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-sm-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-sm-9 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-9 {
    margin-top: 4.5rem !important;
  }
  .mr-md-9 {
    margin-right: 4.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-9 {
    margin-left: 4.5rem !important;
  }
  .my-md-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-md-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-md-9 {
    margin: 4.5rem !important;
  }
  .pt-md-9 {
    padding-top: 4.5rem !important;
  }
  .pr-md-9 {
    padding-right: 4.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-9 {
    padding-left: 4.5rem !important;
  }
  .py-md-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-md-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-md-9 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-9 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-9 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-9 {
    margin-left: 4.5rem !important;
  }
  .my-lg-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-lg-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-lg-9 {
    margin: 4.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-9 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-9 {
    padding-left: 4.5rem !important;
  }
  .py-lg-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-lg-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-lg-9 {
    padding: 4.5rem !important;
  }
}
.mt-10 {
  margin-top: 5rem !important;
}

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

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

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

.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.m-10 {
  margin: 5rem !important;
}

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

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

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

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

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.p-10 {
  padding: 5rem !important;
}

@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 5rem !important;
  }
  .mr-sm-10 {
    margin-right: 5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-10 {
    margin-left: 5rem !important;
  }
  .my-sm-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-sm-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-sm-10 {
    margin: 5rem !important;
  }
  .pt-sm-10 {
    padding-top: 5rem !important;
  }
  .pr-sm-10 {
    padding-right: 5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-10 {
    padding-left: 5rem !important;
  }
  .py-sm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-sm-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-sm-10 {
    padding: 5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 5rem !important;
  }
  .mr-md-10 {
    margin-right: 5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 5rem !important;
  }
  .ml-md-10 {
    margin-left: 5rem !important;
  }
  .my-md-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-md-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-md-10 {
    margin: 5rem !important;
  }
  .pt-md-10 {
    padding-top: 5rem !important;
  }
  .pr-md-10 {
    padding-right: 5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 5rem !important;
  }
  .pl-md-10 {
    padding-left: 5rem !important;
  }
  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-md-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-md-10 {
    padding: 5rem !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-10 {
    margin-top: 5rem !important;
  }
  .mr-lg-10 {
    margin-right: 5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-10 {
    margin-left: 5rem !important;
  }
  .my-lg-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-lg-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-lg-10 {
    margin: 5rem !important;
  }
  .pt-lg-10 {
    padding-top: 5rem !important;
  }
  .pr-lg-10 {
    padding-right: 5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-10 {
    padding-left: 5rem !important;
  }
  .py-lg-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-lg-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-lg-10 {
    padding: 5rem !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

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

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

.mt-auto {
  margin-top: auto !important;
}

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

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

.pr-0 {
  padding-right: 0 !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

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

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

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1000px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
}
.cmnMrg--sm {
  margin-top: var(--my--block--mrg-y-sm);
  margin-bottom: var(--my--block--mrg-y-sm);
}
.cmnMrg--sm:first-child {
  margin-top: 0;
}
.cmnMrg--sm:last-child {
  margin-bottom: 0;
}

.cmnRwMt--sm {
  margin-top: var(--my--cmnRw--mrg-y-sm);
}

.cmnRwMb--sm {
  margin-bottom: var(--my--cmnRw--mrg-y-sm);
}

.cmnRwMy--sm {
  margin-top: var(--my--cmnRw--mrg-y-sm);
  margin-bottom: var(--my--cmnRw--mrg-y-sm);
}

.cmnMrg--md {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
.cmnMrg--md:first-child {
  margin-top: 0;
}
.cmnMrg--md:last-child {
  margin-bottom: 0;
}

.cmnRwMt--md {
  margin-top: var(--my--cmnRw--mrg-y-md);
}

.cmnRwMb--md {
  margin-bottom: var(--my--cmnRw--mrg-y-md);
}

.cmnRwMy--md {
  margin-top: var(--my--cmnRw--mrg-y-md);
  margin-bottom: var(--my--cmnRw--mrg-y-md);
}

.cmnMrg--lg {
  margin-top: var(--my--block--mrg-y-lg);
  margin-bottom: var(--my--block--mrg-y-lg);
}
.cmnMrg--lg:first-child {
  margin-top: 0;
}
.cmnMrg--lg:last-child {
  margin-bottom: 0;
}

.cmnRwMt--lg {
  margin-top: var(--my--cmnRw--mrg-y-lg);
}

.cmnRwMb--lg {
  margin-bottom: var(--my--cmnRw--mrg-y-lg);
}

.cmnRwMy--lg {
  margin-top: var(--my--cmnRw--mrg-y-lg);
  margin-bottom: var(--my--cmnRw--mrg-y-lg);
}

.cmnRwPt--sm {
  padding-top: var(--my--cmnRw--mrg-y-sm);
}

.cmnRwPb--sm {
  padding-bottom: var(--my--cmnRw--mrg-y-sm);
}

.w-5 {
  width: 5% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-5 {
    width: 5% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-5 {
    width: 5% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-5 {
    width: 5% !important;
  }
}
.w-10 {
  width: 10% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-10 {
    width: 10% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-10 {
    width: 10% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-10 {
    width: 10% !important;
  }
}
.w-15 {
  width: 15% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-15 {
    width: 15% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-15 {
    width: 15% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-15 {
    width: 15% !important;
  }
}
.w-20 {
  width: 20% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-20 {
    width: 20% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-20 {
    width: 20% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-20 {
    width: 20% !important;
  }
}
.w-25 {
  width: 25% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-25 {
    width: 25% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-25 {
    width: 25% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-25 {
    width: 25% !important;
  }
}
.w-30 {
  width: 30% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-30 {
    width: 30% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-30 {
    width: 30% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-30 {
    width: 30% !important;
  }
}
.w-35 {
  width: 35% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-35 {
    width: 35% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-35 {
    width: 35% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-35 {
    width: 35% !important;
  }
}
.w-40 {
  width: 40% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-40 {
    width: 40% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-40 {
    width: 40% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-40 {
    width: 40% !important;
  }
}
.w-45 {
  width: 45% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-45 {
    width: 45% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-45 {
    width: 45% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-45 {
    width: 45% !important;
  }
}
.w-50 {
  width: 50% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-50 {
    width: 50% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-50 {
    width: 50% !important;
  }
}
.w-55 {
  width: 55% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-55 {
    width: 55% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-55 {
    width: 55% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-55 {
    width: 55% !important;
  }
}
.w-60 {
  width: 60% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-60 {
    width: 60% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-60 {
    width: 60% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-60 {
    width: 60% !important;
  }
}
.w-65 {
  width: 65% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-65 {
    width: 65% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-65 {
    width: 65% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-65 {
    width: 65% !important;
  }
}
.w-70 {
  width: 70% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-70 {
    width: 70% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-70 {
    width: 70% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-70 {
    width: 70% !important;
  }
}
.w-75 {
  width: 75% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-75 {
    width: 75% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-75 {
    width: 75% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-75 {
    width: 75% !important;
  }
}
.w-80 {
  width: 80% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-80 {
    width: 80% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-80 {
    width: 80% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-80 {
    width: 80% !important;
  }
}
.w-85 {
  width: 85% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-85 {
    width: 85% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-85 {
    width: 85% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-85 {
    width: 85% !important;
  }
}
.w-90 {
  width: 90% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-90 {
    width: 90% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-90 {
    width: 90% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-90 {
    width: 90% !important;
  }
}
.w-95 {
  width: 95% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-95 {
    width: 95% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-95 {
    width: 95% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-95 {
    width: 95% !important;
  }
}
.w-100 {
  width: 100% !important;
}

@media only screen and (min-width:576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
@media only screen and (min-width:768px), print {
  .w-md-100 {
    width: 100% !important;
  }
}
@media only screen and (min-width:1000px), print {
  .w-lg-100 {
    width: 100% !important;
  }
}
.h-100per {
  height: 100%;
}

.iframeMap {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media only screen and (min-width:576px) {
  .iframeMap {
    padding-top: 70%;
  }
}
@media only screen and (min-width:768px), print {
  .iframeMap {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width:1000px), print {
  .iframeMap {
    padding-top: 43%;
  }
}
.iframeMap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframeMap--sm {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media only screen and (min-width:576px) {
  .iframeMap--sm {
    padding-top: 70%;
  }
}
.iframeMap--sm iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframeYoutube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframeYoutube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.slick-slide {
  outline: none;
}

img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
img.imgRw {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  overflow: hidden;
}

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

.border-top {
  border-top: 1px solid #ccc;
}

.border-right {
  border: 1px solid #ccc;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.border-left {
  border-left: 1px solid #ccc;
}

.border--none {
  border: none !important;
}

.border-top--none {
  border-top: none !important;
}

.border-right--none {
  border-right: none !important;
}

.border-bottom--none {
  border-bottom: none !important;
}

.border-left--none {
  border-left: none !important;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.color--main {
  color: #006FBB;
}

.color--sub01 {
  color: #11A47A;
}

.color--sub02 {
  color: #E26800;
}

.color--red {
  color: #DC000C;
}

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

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

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

@media (min-width: 576px) {
  .txt-sm--right {
    display: block;
    text-align: right !important;
  }
  .txt-sm--center {
    display: block;
    text-align: center !important;
  }
  .txt-sm--left {
    display: block;
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .txt-md--right {
    display: block;
    text-align: right !important;
  }
  .txt-md--center {
    display: block;
    text-align: center !important;
  }
  .txt-md--left {
    display: block;
    text-align: left !important;
  }
}
@media (min-width: 1000px) {
  .txt-lg--right {
    display: block;
    text-align: right !important;
  }
  .txt-lg--center {
    display: block;
    text-align: center !important;
  }
  .txt-lg--left {
    display: block;
    text-align: left !important;
  }
}
.txt--justify {
  text-align: justify;
}

.txt--small {
  font-size: 80%;
}

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

.txt--normal {
  font-weight: 500;
}

.txt--en {
  font-family: "Oswald", sans-serif;
}

.txtIndent-1,
.txtIndent-2 {
  display: block;
}
.txtIndent-1 > *,
.txtIndent-2 > * {
  text-indent: 0;
}

.txtIndent-1 {
  text-indent: -1em;
  margin-left: 1em;
}

.txtIndent-2 {
  text-indent: -2em;
  margin-left: 2em;
}

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

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

.telLink {
  color: #000;
}

.txtLink,
.txtLink a {
  text-decoration: underline;
}
.txtLink[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after,
.txtLink a[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
          filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
}
@media (hover: hover) {
  .txtLink:hover,
  .txtLink a:hover {
    text-decoration: none;
  }
}

.txtPdfLink[href*=".pdf"]:not(.noIcon)::after {
  content: url(../img/common/pdf.svg);
  display: inline-block;
  margin-left: 0.2em;
  line-height: 1;
  vertical-align: middle;
}

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

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

.caption {
  margin-top: 0.5rem;
}
@media only screen and (min-width:768px), print {
  .caption {
    margin-top: 1rem;
  }
}

.ls-0 {
  letter-spacing: 0;
}

.cell--nowrap {
  white-space: nowrap;
  width: 1%;
}

.cell--wrap {
  white-space: normal !important;
  width: auto;
}

.cell--center {
  text-align: center !important;
}

.cell--right {
  text-align: right !important;
}

.cell--left {
  text-align: left !important;
}

.tooltip {
  position: relative;
  letter-spacing: 0;
}
.tooltip.is-desc {
  cursor: pointer;
}
.tooltip.is-desc::after {
  pointer-events: none;
  content: url(../img/common/help.svg);
  display: inline-block;
  position: absolute;
  right: 0.3rem;
  top: 0;
  bottom: 0;
  height: 24px;
  margin: auto;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
}
.tooltip.is-desc:hover::after {
  content: url(../img/common/help_color_main.svg);
}

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

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

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

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

@media only screen and (min-width:375px) {
  .br-xxs-none {
    display: none;
  }
}
@media only screen and (min-width:480px) {
  .br-xs-none {
    display: none;
  }
}
@media only screen and (min-width:576px) {
  .br-sm-none {
    display: none;
  }
}
@media only screen and (min-width:768px), print {
  .br-md-none {
    display: none;
  }
}
@media only screen and (min-width:1000px), print {
  .br-lg-none {
    display: none;
  }
}
@media only screen and (max-width:575px) {
  .br-sm-min-none {
    display: none;
  }
}
.br-xs-min-block {
  display: none;
}
@media only screen and (max-width:479px) {
  .br-xs-min-block {
    display: inline-block;
  }
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-flex.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.d-flex.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

[class*=-flex].is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[class*=-flex].is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[class*=-flex].is-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[class*=-flex].is-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1000px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-grow-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media (min-width: 375px) {
  .d-xxs-none {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (max-width: 374px) {
  .d-xxs-block {
    display: none !important;
  }
}
@media (min-width: 375px) {
  .d-xxs-block {
    display: revert;
  }
}

@media (max-width: 479px) {
  .d-xs-block {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .d-xs-block {
    display: revert;
  }
}

@media (max-width: 575px) {
  .d-sm-block {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-block {
    display: revert;
  }
}

@media (max-width: 767px) {
  .d-md-block {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: revert;
  }
}

@media (max-width: 999px) {
  .d-lg-block {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .d-lg-block {
    display: revert;
  }
}

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.wp-block-buttons + .wp-block-buttons {
  margin-top: var(--my--block--mrg-y-md);
}
.wp-block-buttons .block-editor-rich-text__editable.wp-block-button__link {
  min-width: 11.25rem !important;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link {
  -webkit-transition-property: background-color, border, color;
  transition-property: background-color, border, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11.25rem;
  padding: 0.5em 0.7em;
  border: 2px solid currentColor;
  border-radius: 0;
  color: #000;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width:768px), print {
  .wp-block-buttons > .wp-block-button .wp-block-button__link {
    padding: 0.4em 1em;
    font-size: 1rem;
  }
}
.wp-block-buttons > .wp-block-button .wp-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon) {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
  content: url(../img/common/new_page.svg);
  position: absolute;
  right: 0.5rem;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link[href*=".pdf"]:not(.noIcon)::after {
  content: url(../img/common/pdf.svg);
  display: inline-block;
  margin-left: 0.2em;
  line-height: 1;
  vertical-align: middle;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link[href*=".pdf"]:not(.noIcon)::after {
  margin: -0.4em 0;
}
.wp-block-buttons > .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #006FBB;
  border-color: #006FBB;
  color: #fff;
}
@media (hover: hover) {
  .wp-block-buttons > .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    background-color: #007ed5;
    border-color: #007ed5;
  }
}
.wp-block-buttons > .wp-block-button:not(.is-style-outline) .wp-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
  content: url(../img/common/new_page_white.svg);
  -webkit-filter: none;
          filter: none;
}
@media (hover: hover) {
  .wp-block-buttons > .wp-block-button:not(.is-style-outline) .wp-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon):hover::after {
    -webkit-filter: none;
            filter: none;
  }
}
@media (hover: hover) {
  .wp-block-buttons > .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #F0F0F0;
  }
}

.wp-block-columns {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
.wp-block-columns:first-child {
  margin-top: 0;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}

figure.wp-block-image {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
figure.wp-block-image:first-child {
  margin-top: 0;
}
figure.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-media-text {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
.wp-block-media-text:first-child {
  margin-top: 0;
}
.wp-block-media-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.has-s-font-size {
  font-size: 12px;
}

.has-m-font-size {
  font-size: 16px;
}

.has-l-font-size {
  font-size: 20px;
}

.has-xl-font-size {
  font-size: 24px;
}

.has-xxl-font-size {
  font-size: 32px;
}

.my-heading + .imgTxt01,
.my-heading + .imgTxt02,
.my-heading + .imgTxt02--sm,
.my-heading + .imgFloat01 {
  margin-top: 0;
}

.imgTxt01,
.imgTxt02,
.imgTxt02--sm {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
.imgTxt01:first-child,
.imgTxt02:first-child,
.imgTxt02--sm:first-child {
  margin-top: 0;
}
.imgTxt01:last-child,
.imgTxt02:last-child,
.imgTxt02--sm:last-child {
  margin-bottom: 0;
}
.imgTxt01:first-child,
.imgTxt02:first-child,
.imgTxt02--sm:first-child {
  margin-top: 0;
}
.imgTxt01:last-child,
.imgTxt02:last-child,
.imgTxt02--sm:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:768px), print {
  .imgTxt01,
  .imgTxt02,
  .imgTxt02--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    margin: 40px 0;
  }
}
@media only screen and (min-width:768px), print {
  .imgTxt01.is-reverse .imgTxt__txt,
  .imgTxt02.is-reverse .imgTxt__txt,
  .is-reverse.imgTxt02--sm .imgTxt__txt {
    padding-left: 30px;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgTxt01.is-reverse .imgTxt__img,
  .imgTxt02.is-reverse .imgTxt__img,
  .is-reverse.imgTxt02--sm .imgTxt__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.imgTxt01 .imgTxt__img,
.imgTxt02 .imgTxt__img,
.imgTxt02--sm .imgTxt__img {
  margin-top: 1.5em;
}
@media only screen and (min-width:768px), print {
  .imgTxt01 .imgTxt__img,
  .imgTxt02 .imgTxt__img,
  .imgTxt02--sm .imgTxt__img {
    margin-top: 0;
  }
}
.imgTxt01 .imgTxt__img img,
.imgTxt02 .imgTxt__img img,
.imgTxt02--sm .imgTxt__img img {
  max-width: 100%;
  height: auto;
}
.imgTxt01 .imgTxt__txt > *:first-child,
.imgTxt02 .imgTxt__txt > *:first-child,
.imgTxt02--sm .imgTxt__txt > *:first-child {
  margin-top: 0;
}
.imgTxt01 .imgTxt__txt > *:last-child,
.imgTxt02 .imgTxt__txt > *:last-child,
.imgTxt02--sm .imgTxt__txt > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:768px), print {
  .imgTxt01 .imgTxt__txt,
  .imgTxt02 .imgTxt__txt,
  .imgTxt02--sm .imgTxt__txt {
    padding-right: 2.5rem;
  }
}

@media only screen and (min-width:768px), print {
  .imgTxt01 .imgTxt__txt,
  .imgTxt01 .imgTxt__img {
    width: 50%;
  }
}

@media only screen and (min-width:768px), print {
  .imgTxt02 .imgTxt__img, .imgTxt02--sm .imgTxt__img {
    width: 42%;
  }
}
@media only screen and (min-width:768px), print {
  .imgTxt02 .imgTxt__txt, .imgTxt02--sm .imgTxt__txt {
    width: 58%;
  }
}

@media only screen and (min-width:768px), print {
  .imgTxt02--sm .imgTxt__img {
    width: 20%;
  }
}
@media only screen and (min-width:768px), print {
  .imgTxt02--sm .imgTxt__txt {
    width: 80%;
  }
}

.imgFloat01 {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
.imgFloat01:first-child {
  margin-top: 0;
}
.imgFloat01:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:768px), print {
  .imgFloat01 {
    overflow: hidden;
    margin: 40px 0;
  }
}
.imgFloat01 .item__img {
  margin-bottom: 20px;
}
@media only screen and (min-width:768px), print {
  .imgFloat01 .item__img {
    float: right;
    width: 35%;
    margin: 0 0 20px 30px;
  }
}
.imgFloat01 .item__img img {
  max-width: 100%;
  height: auto;
}
.imgFloat01.is-reverse {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:768px), print {
  .imgFloat01.is-reverse {
    display: block;
  }
}
.imgFloat01.is-reverse .item__txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.imgFloat01.is-reverse .item__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1.5em;
}
@media only screen and (min-width:768px), print {
  .imgFloat01.is-reverse .item__img {
    margin-top: 0;
  }
}

.colDemo {
  padding: 2px 10px;
  background-color: #ddd;
}

.my-heading + .columns,
.my-heading + .my-block-columns,
.my-heading + .cols {
  margin-top: 0;
}

.cols {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--my--block--col--gap-y) 0;
  margin-right: calc(var(--my--block--col--gap-x) / 2 * -1);
  margin-left: calc(var(--my--block--col--gap-x) / 2 * -1);
}
.cols:first-child {
  margin-top: 0;
}
.cols:last-child {
  margin-bottom: 0;
}
.cols.is-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cols.is-img-txt {
  gap: 1.5rem 0;
}
@media only screen and (min-width:768px), print {
  .cols.is-img-txt {
    gap: var(--my--block--col--gap-y) 0;
  }
}
.cols[class*=is-cols-] .col {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}
.cols.is-cols-1 .col {
  width: 100%;
}
.cols.is-cols-2 .col {
  width: calc(50% - var(--my--block--col--gap-x));
}
.cols.is-cols-3 .col {
  width: calc(33.3333333333% - var(--my--block--col--gap-x));
}
.cols.is-cols-4 .col {
  width: calc(25% - var(--my--block--col--gap-x));
}
.cols.is-cols-5 .col {
  width: calc(20% - var(--my--block--col--gap-x));
}
.cols.is-cols-6 .col {
  width: calc(16.6666666667% - var(--my--block--col--gap-x));
}
.cols.is-cols-7 .col {
  width: calc(14.2857142857% - var(--my--block--col--gap-x));
}
.cols.is-cols-8 .col {
  width: calc(12.5% - var(--my--block--col--gap-x));
}
.cols.is-cols-9 .col {
  width: calc(11.1111111111% - var(--my--block--col--gap-x));
}
.cols.is-cols-10 .col {
  width: calc(10% - var(--my--block--col--gap-x));
}
.cols.is-cols-11 .col {
  width: calc(9.0909090909% - var(--my--block--col--gap-x));
}
.cols.is-cols-12 .col {
  width: calc(8.3333333333% - var(--my--block--col--gap-x));
}
@media (min-width: 576px), print {
  .cols.is-cols-sm-1 .col {
    width: 100%;
  }
  .cols.is-cols-sm-2 .col {
    width: calc(50% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-sm-3 .col {
    width: calc(33.3333333333% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-sm-4 .col {
    width: calc(25% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-sm-5 .col {
    width: calc(20% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-sm-6 .col {
    width: calc(16.6666666667% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-sm-7 .col {
    width: calc(14.2857142857% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-sm-8 .col {
    width: calc(12.5% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-sm-9 .col {
    width: calc(11.1111111111% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-sm-10 .col {
    width: calc(10% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-sm-11 .col {
    width: calc(9.0909090909% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-sm-12 .col {
    width: calc(8.3333333333% - var(--my--block--col--gap-x));
  }
}
@media (min-width: 768px), print {
  .cols.is-cols-md-1 .col {
    width: 100%;
  }
  .cols.is-cols-md-2 .col {
    width: calc(50% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-md-3 .col {
    width: calc(33.3333333333% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-md-4 .col {
    width: calc(25% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-md-5 .col {
    width: calc(20% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-md-6 .col {
    width: calc(16.6666666667% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-md-7 .col {
    width: calc(14.2857142857% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-md-8 .col {
    width: calc(12.5% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-md-9 .col {
    width: calc(11.1111111111% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-md-10 .col {
    width: calc(10% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-md-11 .col {
    width: calc(9.0909090909% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-md-12 .col {
    width: calc(8.3333333333% - var(--my--block--col--gap-x));
  }
}
@media (min-width: 1000px), print {
  .cols.is-cols-lg-1 .col {
    width: 100%;
  }
  .cols.is-cols-lg-2 .col {
    width: calc(50% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-lg-3 .col {
    width: calc(33.3333333333% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-lg-4 .col {
    width: calc(25% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-lg-5 .col {
    width: calc(20% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-lg-6 .col {
    width: calc(16.6666666667% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-lg-7 .col {
    width: calc(14.2857142857% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-lg-8 .col {
    width: calc(12.5% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-lg-9 .col {
    width: calc(11.1111111111% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-lg-10 .col {
    width: calc(10% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-lg-11 .col {
    width: calc(9.0909090909% - var(--my--block--col--gap-x));
  }
  .cols.is-cols-lg-12 .col {
    width: calc(8.3333333333% - var(--my--block--col--gap-x));
  }
}

[class*=col-sm-] {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}

[class*=col-md-] {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}

[class*=col-lg-] {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
@media (min-width: 576px) {
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 768px) {
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 1000px) {
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  min-width: 0;
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col.is-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(8.3333333333% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(16.6666666667% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(25% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.3333333333% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(41.6666666667% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(58.3333333333% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(66.6666666667% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(75% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(83.3333333333% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(91.6666666667% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - var(--my--block--col--gap-x));
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-10per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.1);
}
.col-15per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.15);
}
.col-20per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.2);
}
.col-25per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.25);
}
.col-30per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.3);
}
.col-35per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.35);
}
.col-40per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.4);
}
.col-45per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.45);
}
.col-50per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.5);
}
.col-55per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.55);
}
.col-60per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.6);
}
.col-65per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.65);
}
.col-70per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.7);
}
.col-75per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.75);
}
.col-80per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.8);
}
.col-85per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.85);
}
.col-90per {
  width: calc((100% - var(--my--block--col--gap-x)) * 0.9);
}
@media (min-width: 576px) {
  .col-sm-1 {
    width: calc(8.3333333333% - var(--my--block--col--gap-x));
  }
  .col-sm-2 {
    width: calc(16.6666666667% - var(--my--block--col--gap-x));
  }
  .col-sm-3 {
    width: calc(25% - var(--my--block--col--gap-x));
  }
  .col-sm-4 {
    width: calc(33.3333333333% - var(--my--block--col--gap-x));
  }
  .col-sm-5 {
    width: calc(41.6666666667% - var(--my--block--col--gap-x));
  }
  .col-sm-6 {
    width: calc(50% - var(--my--block--col--gap-x));
  }
  .col-sm-7 {
    width: calc(58.3333333333% - var(--my--block--col--gap-x));
  }
  .col-sm-8 {
    width: calc(66.6666666667% - var(--my--block--col--gap-x));
  }
  .col-sm-9 {
    width: calc(75% - var(--my--block--col--gap-x));
  }
  .col-sm-10 {
    width: calc(83.3333333333% - var(--my--block--col--gap-x));
  }
  .col-sm-11 {
    width: calc(91.6666666667% - var(--my--block--col--gap-x));
  }
  .col-sm-12 {
    width: calc(100% - var(--my--block--col--gap-x));
  }
  .col-sm-10per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.1);
  }
  .col-sm-15per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.15);
  }
  .col-sm-20per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.2);
  }
  .col-sm-25per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.25);
  }
  .col-sm-30per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.3);
  }
  .col-sm-35per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.35);
  }
  .col-sm-40per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.4);
  }
  .col-sm-44per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.44);
  }
  .col-sm-45per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.45);
  }
  .col-sm-50per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.5);
  }
  .col-sm-55per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.55);
  }
  .col-sm-60per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.6);
  }
  .col-sm-65per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.65);
  }
  .col-sm-70per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.7);
  }
  .col-sm-75per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.75);
  }
  .col-sm-80per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.8);
  }
  .col-sm-85per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.85);
  }
  .col-sm-90per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.9);
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: calc(8.3333333333% - var(--my--block--col--gap-x));
  }
  .col-md-2 {
    width: calc(16.6666666667% - var(--my--block--col--gap-x));
  }
  .col-md-3 {
    width: calc(25% - var(--my--block--col--gap-x));
  }
  .col-md-4 {
    width: calc(33.3333333333% - var(--my--block--col--gap-x));
  }
  .col-md-5 {
    width: calc(41.6666666667% - var(--my--block--col--gap-x));
  }
  .col-md-6 {
    width: calc(50% - var(--my--block--col--gap-x));
  }
  .col-md-7 {
    width: calc(58.3333333333% - var(--my--block--col--gap-x));
  }
  .col-md-8 {
    width: calc(66.6666666667% - var(--my--block--col--gap-x));
  }
  .col-md-9 {
    width: calc(75% - var(--my--block--col--gap-x));
  }
  .col-md-10 {
    width: calc(83.3333333333% - var(--my--block--col--gap-x));
  }
  .col-md-11 {
    width: calc(91.6666666667% - var(--my--block--col--gap-x));
  }
  .col-md-12 {
    width: calc(100% - var(--my--block--col--gap-x));
  }
  .col-md-10per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.1);
  }
  .col-md-15per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.15);
  }
  .col-md-20per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.2);
  }
  .col-md-25per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.25);
  }
  .col-md-30per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.3);
  }
  .col-md-35per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.35);
  }
  .col-md-40per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.4);
  }
  .col-md-44per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.44);
  }
  .col-md-45per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.45);
  }
  .col-md-50per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.5);
  }
  .col-md-55per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.55);
  }
  .col-md-60per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.6);
  }
  .col-md-65per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.65);
  }
  .col-md-70per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.7);
  }
  .col-md-75per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.75);
  }
  .col-md-80per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.8);
  }
  .col-md-85per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.85);
  }
  .col-md-90per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.9);
  }
}
@media (min-width: 1000px) {
  .col-lg-1 {
    width: calc(8.3333333333% - var(--my--block--col--gap-x));
  }
  .col-lg-2 {
    width: calc(16.6666666667% - var(--my--block--col--gap-x));
  }
  .col-lg-3 {
    width: calc(25% - var(--my--block--col--gap-x));
  }
  .col-lg-4 {
    width: calc(33.3333333333% - var(--my--block--col--gap-x));
  }
  .col-lg-5 {
    width: calc(41.6666666667% - var(--my--block--col--gap-x));
  }
  .col-lg-6 {
    width: calc(50% - var(--my--block--col--gap-x));
  }
  .col-lg-7 {
    width: calc(58.3333333333% - var(--my--block--col--gap-x));
  }
  .col-lg-8 {
    width: calc(66.6666666667% - var(--my--block--col--gap-x));
  }
  .col-lg-9 {
    width: calc(75% - var(--my--block--col--gap-x));
  }
  .col-lg-10 {
    width: calc(83.3333333333% - var(--my--block--col--gap-x));
  }
  .col-lg-11 {
    width: calc(91.6666666667% - var(--my--block--col--gap-x));
  }
  .col-lg-12 {
    width: calc(100% - var(--my--block--col--gap-x));
  }
  .col-lg-10per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.1);
  }
  .col-lg-15per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.15);
  }
  .col-lg-20per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.2);
  }
  .col-lg-25per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.25);
  }
  .col-lg-30per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.3);
  }
  .col-lg-35per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.35);
  }
  .col-lg-40per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.4);
  }
  .col-lg-44per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.44);
  }
  .col-lg-45per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.45);
  }
  .col-lg-50per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.5);
  }
  .col-lg-55per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.55);
  }
  .col-lg-60per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.6);
  }
  .col-lg-65per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.65);
  }
  .col-lg-70per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.7);
  }
  .col-lg-75per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.75);
  }
  .col-lg-80per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.8);
  }
  .col-lg-85per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.85);
  }
  .col-lg-90per {
    width: calc((100% - var(--my--block--col--gap-x)) * 0.9);
  }
}
.col-auto {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
.col-sm-auto {
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
@media only screen and (min-width:576px) {
  .col-sm-auto {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    width: auto !important;
  }
}
.col-md-auto {
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
@media only screen and (min-width:768px), print {
  .col-md-auto {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    width: auto !important;
  }
}
.col-lg-auto {
  margin-right: calc(var(--my--block--col--gap-x) / 2);
  margin-left: calc(var(--my--block--col--gap-x) / 2);
}
@media only screen and (min-width:1000px), print {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto !important;
  }
}

.col :where(:first-child),
[class*=col-] :where(:first-child) {
  margin-top: 0;
}
.col :where(:last-child),
[class*=col-] :where(:last-child) {
  margin-bottom: 0;
}

.my-block-columns {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--my--block--col--gap-y) var(--my--block--col--gap-x);
}
.my-block-columns:first-child {
  margin-top: 0;
}
.my-block-columns:last-child {
  margin-bottom: 0;
}
@media (min-width: 782px) {
  .my-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.my-block-columns.is-not-stacked-on-mobile {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 781px) {
  .my-block-columns:not(.is-not-stacked-on-mobile) > .my-block-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.my-block-columns.is-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-block-columns.is-cols {
  /* ex)
  &-2 {
      .my-block-column {
          width: calc( calc(100% - var(--my--block--col--gap-x) * 1) / 2 );
      }
  }
  &-3 {
      .my-block-column {
          width: calc( calc(100% - var(--my--block--col--gap-x) * 2) / 3 );
      }
  }
  */
  /* ex)
  &-2 {
      .my-block-column {
          width: calc( calc(100% - var(--my--block--col--gap-x) * 1) / 2 );
      }
  }
  &-3 {
      .my-block-column {
          width: calc( calc(100% - var(--my--block--col--gap-x) * 2) / 3 );
      }
  }
  */
  /* ex)
  &-2 {
      .my-block-column {
          width: calc( calc(100% - var(--my--block--col--gap-x) * 1) / 2 );
      }
  }
  &-3 {
      .my-block-column {
          width: calc( calc(100% - var(--my--block--col--gap-x) * 2) / 3 );
      }
  }
  */
  /* ex)
  &-2 {
      .my-block-column {
          width: calc( calc(100% - var(--my--block--col--gap-x) * 1) / 2 );
      }
  }
  &-3 {
      .my-block-column {
          width: calc( calc(100% - var(--my--block--col--gap-x) * 2) / 3 );
      }
  }
  */
  /* ex)
  &-2 {
      .my-block-column {
          width: calc( calc(100% - var(--my--block--col--gap-x) * 1) / 2 );
      }
  }
  &-3 {
      .my-block-column {
          width: calc( calc(100% - var(--my--block--col--gap-x) * 2) / 3 );
      }
  }
  */
}
.my-block-columns.is-cols-1 .my-block-column {
  width: 100%;
}
.my-block-columns.is-cols-2 .my-block-column {
  width: calc((100% - var(--my--block--col--gap-x) * 1) / 2);
}
.my-block-columns.is-cols-3 .my-block-column {
  width: calc((100% - var(--my--block--col--gap-x) * 2) / 3);
}
.my-block-columns.is-cols-4 .my-block-column {
  width: calc((100% - var(--my--block--col--gap-x) * 3) / 4);
}
.my-block-columns.is-cols-5 .my-block-column {
  width: calc((100% - var(--my--block--col--gap-x) * 4) / 5);
}
.my-block-columns.is-cols-6 .my-block-column {
  width: calc((100% - var(--my--block--col--gap-x) * 5) / 6);
}
@media only screen and (min-width:576px) {
  .my-block-columns.is-cols-sm-1 .my-block-column {
    width: 100%;
  }
  .my-block-columns.is-cols-sm-2 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 1) / 2);
  }
  .my-block-columns.is-cols-sm-3 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 2) / 3);
  }
  .my-block-columns.is-cols-sm-4 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 3) / 4);
  }
  .my-block-columns.is-cols-sm-5 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 4) / 5);
  }
}
@media only screen and (min-width:768px), print {
  .my-block-columns.is-cols-md-1 .my-block-column {
    width: 100%;
  }
  .my-block-columns.is-cols-md-2 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 1) / 2);
  }
  .my-block-columns.is-cols-md-3 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 2) / 3);
  }
  .my-block-columns.is-cols-md-4 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 3) / 4);
  }
  .my-block-columns.is-cols-md-5 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 4) / 5);
  }
}
@media only screen and (min-width:1000px), print {
  .my-block-columns.is-cols-lg-1 .my-block-column {
    width: 100%;
  }
  .my-block-columns.is-cols-lg-2 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 1) / 2);
  }
  .my-block-columns.is-cols-lg-3 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 2) / 3);
  }
  .my-block-columns.is-cols-lg-4 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 3) / 4);
  }
  .my-block-columns.is-cols-lg-5 .my-block-column {
    width: calc((100% - var(--my--block--col--gap-x) * 4) / 5);
  }
}

[class*=is-cols-] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[class*=is-cols-] .my-block-column {
  width: 100%;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.my-block-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
.my-block-column.is-col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.my-block-column.is-col-w-10 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
.my-block-column.is-col-w-20 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.my-block-column.is-col-w-30 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.my-block-column.is-col-w-40 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.my-block-column.is-col-w-44 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
}
.my-block-column.is-col-w-50 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.my-heading + [class*=list__] {
  margin-top: 0;
}

.list__simple {
  margin-top: var(--my--block--mrg-y-sm);
  margin-bottom: var(--my--block--mrg-y-sm);
}
.list__simple:first-child {
  margin-top: 0;
}
.list__simple:last-child {
  margin-bottom: 0;
}
.list__simple > li {
  position: relative;
  margin-bottom: 0.4em;
}
.list__simple > li:last-child {
  margin-bottom: 0;
}

.list__disc01 {
  margin-top: var(--my--block--mrg-y-sm);
  margin-bottom: var(--my--block--mrg-y-sm);
}
.list__disc01:first-child {
  margin-top: 0;
}
.list__disc01:last-child {
  margin-bottom: 0;
}
.list__disc01 > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.3em;
}
.list__disc01 > li:last-child {
  margin-bottom: 0;
}
.list__disc01 > li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0.5em;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background-color: #000;
}
.list__disc01 ul > li {
  position: relative;
  padding-left: 0.7em;
}
.list__disc01 ul > li::before {
  content: "-";
  position: absolute;
  top: -1px;
  left: 0;
}

.list__decimal01 {
  margin-top: var(--my--block--mrg-y-sm);
  margin-bottom: var(--my--block--mrg-y-sm);
}
.list__decimal01:first-child {
  margin-top: 0;
}
.list__decimal01:last-child {
  margin-bottom: 0;
}
.list__decimal01 > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.6em;
  counter-increment: count-number;
}
.list__decimal01 > li:last-child {
  margin-bottom: 0;
}
.list__decimal01 > li::before {
  content: counter(count-number) ".";
  position: absolute;
  top: 0;
  left: 0.3em;
  font-weight: 500;
}

.list__linkArrow {
  margin-top: var(--my--block--mrg-y-sm);
  margin-bottom: var(--my--block--mrg-y-sm);
}
.list__linkArrow:first-child {
  margin-top: 0;
}
.list__linkArrow:last-child {
  margin-bottom: 0;
}
.list__linkArrow > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.3em;
  counter-increment: count-number;
}
.list__linkArrow > li:last-child {
  margin-bottom: 0;
}
.list__linkArrow > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.2em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #006FBB;
  border-right: 2px solid #006FBB;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.list__point01 {
  margin-top: var(--my--block--mrg-y-sm);
  margin-bottom: var(--my--block--mrg-y-sm);
}
.list__point01:first-child {
  margin-top: 0;
}
.list__point01:last-child {
  margin-bottom: 0;
}
.list__point01 > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.2em;
  counter-increment: count-number;
}
.list__point01 > li:last-child {
  margin-bottom: 0;
}
.list__point01 > li::before {
  content: counter(count-number);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  background-color: #006FBB;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.list__indent-1 {
  margin-top: var(--my--block--mrg-y-sm);
  margin-bottom: var(--my--block--mrg-y-sm);
}
.list__indent-1:first-child {
  margin-top: 0;
}
.list__indent-1:last-child {
  margin-bottom: 0;
}
.list__indent-1 > li {
  text-indent: -1em;
  margin-left: 1em;
}

.is-bg-gray {
  background-color: #F8F8F8;
}

.is-bg-special {
  background-color: #f5f0df;
}

.my-heading + .sec,
.my-heading + .sec__block,
.anchor__list + .sec,
.anchor__list + .sec__block {
  margin-top: 0;
}

.sec {
  margin-top: var(--my--sec--mrg);
  margin-bottom: var(--my--sec--mrg);
}
.sec:first-child {
  margin-top: 0;
}
.sec .sec:last-child {
  margin-bottom: 0;
}

.sec--pad {
  padding-top: var(--my--sec--mrg);
  padding-bottom: var(--my--sec--mrg);
}
.sec--pad .sec:last-child {
  margin-bottom: 0;
}

.sec__block {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .sec__block {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.sec__block:first-child {
  margin-top: 0;
}
.sec__block:last-child {
  margin-bottom: 0;
}

.sec__item {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
.sec__item:first-child {
  margin-top: 0;
}
.sec__item:last-child {
  margin-bottom: 0;
}

.element {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
.element:first-child {
  margin-top: 0;
}
.element:last-child {
  margin-bottom: 0;
}

.sec__index {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .sec__index {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
.sec__index:first-child {
  margin-top: 0;
}

.my-heading {
  font-weight: 700;
}
.my-heading:first-child {
  margin-top: 0 !important;
}
.my-heading + .my-heading {
  margin-top: 0;
}
.my-heading a[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
          filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
}
.my-heading a[href*=".pdf"]:not(.noIcon)::after {
  content: url(../img/common/pdf.svg);
  display: inline-block;
  margin-left: 0.2em;
  line-height: 1;
  vertical-align: middle;
}

.editor-styles-wrapper :is(h1, h2, h3, h4, h5, h6) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0 !important;
}

.pageHeading {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .pageHeading {
    margin-bottom: var(--my--sec--mrg);
  }
}
.pageHeading.is-border-none .pageHeading__body {
  border-bottom: none;
}
.pageHeading .pageHeading__body {
  padding: 2.5rem 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width:768px), print {
  .pageHeading .pageHeading__body {
    padding: 4.375rem 0;
  }
}
.pageHeading .pageHeading__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (min-width:768px), print {
  .pageHeading .pageHeading__ttl {
    font-size: 3rem;
  }
}
.pageHeading .pageHeading__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
.pageHeading .pageHeading__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
.pageHeading .pageHeading__subttl {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width:768px), print {
  .pageHeading .pageHeading__subttl {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:768px), print {
  .pageHeading .pageHeading__subttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pageHeading .pageHeading__subttl .pageHeading__filterTtl {
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .pageHeading .pageHeading__subttl .pageHeading__filterTtl {
    display: initial;
    margin-bottom: 0;
  }
}
.pageHeading .pageHeading__subttl .pageHeading__filterItem {
  font-weight: normal;
}

.post-type-archive-news.search-results .pageHeading {
  margin-bottom: 1rem;
}
@media only screen and (min-width:768px), print {
  .post-type-archive-news.search-results .pageHeading {
    margin-bottom: 1rem;
  }
}

.pageHeading--cover {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .pageHeading--cover {
    margin-bottom: var(--my--sec--mrg);
  }
}
@media only screen and (min-width:768px), print {
  .pageHeading--cover:has(.pageLead) {
    margin-bottom: calc(var(--my--sec--mrg) - 1.5rem);
  }
}
.pageHeading--cover.is-corporate .pageHeading__body {
  background-image: url(../img/corporate/index/header.jpg);
}
.pageHeading--cover.is-business .pageHeading__body {
  background-image: url(../img/business/index/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-business .pageHeading__body {
    background-image: url(../img/business/index/header.jpg);
  }
}
.pageHeading--cover.is-business-retail .pageHeading__body {
  background-image: url(../img/business/retail/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-business-retail .pageHeading__body {
    background-image: url(../img/business/retail/header.jpg);
  }
}
.pageHeading--cover.is-business-residence .pageHeading__body {
  background-image: url(../img/business/residence/index/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-business-residence .pageHeading__body {
    background-image: url(../img/business/residence/index/header.jpg);
  }
}
.pageHeading--cover.is-business-residence-lease .pageHeading__body {
  background-image: url(../img/business/residence/lease/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-business-residence-lease .pageHeading__body {
    background-image: url(../img/business/residence/lease/header.jpg);
  }
}
.pageHeading--cover.is-business-residence-sale .pageHeading__body {
  background-image: url(../img/business/residence/sale/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-business-residence-sale .pageHeading__body {
    background-image: url(../img/business/residence/sale/header.jpg);
  }
}
.pageHeading--cover.is-business-overseas .pageHeading__body {
  background-image: url(../img/business/overseas/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-business-overseas .pageHeading__body {
    background-image: url(../img/business/overseas/header.jpg);
  }
}
.pageHeading--cover.is-business-co-creation .pageHeading__body {
  background-image: url(../img/business/co-creation/index/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-business-co-creation .pageHeading__body {
    background-image: url(../img/business/co-creation/index/header.jpg);
  }
}
.pageHeading--cover.is-business-hotel .pageHeading__body {
  background-image: url(../img/business/hotel/index/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-business-hotel .pageHeading__body {
    background-image: url(../img/business/hotel/index/header.jpg);
  }
}
.pageHeading--cover.is-business-investment .pageHeading__body {
  background-image: url(../img/business/investment/index/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-business-investment .pageHeading__body {
    background-image: url(../img/business/investment/index/header.jpg);
  }
}
.pageHeading--cover.is-business-newfield .pageHeading__body {
  background-image: url(../img/business/newfield/index/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-business-newfield .pageHeading__body {
    background-image: url(../img/business/newfield/index/header.jpg);
  }
}
.pageHeading--cover.is-sustainability .pageHeading__body {
  background-image: url(../img/sustainability/index/header_sp.jpg);
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-sustainability .pageHeading__body {
    background-image: url(../img/sustainability/index/header.jpg);
  }
}
.pageHeading--cover.is-recruit .pageHeading__body {
  background-image: url(../img/recruit/index/header_sp.jpg);
  background-position: center top;
}
@media only screen and (min-width:576px) {
  .pageHeading--cover.is-recruit .pageHeading__body {
    background-image: url(../img/recruit/index/header.jpg);
  }
}
.pageHeading--cover .pageHeading__body {
  padding: 5rem 0;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width:768px), print {
  .pageHeading--cover .pageHeading__body {
    padding: 7.5rem 0;
  }
}
.pageHeading--cover .pageHeading__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (min-width:768px), print {
  .pageHeading--cover .pageHeading__ttl {
    font-size: 3rem;
  }
}
.pageHeading--cover .pageHeading__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
.pageHeading--cover .pageHeading__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
.pageHeading--cover .pageHeading__txt {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1em;
  padding-right: calc(2.5rem - var(--my--cntr-gutter));
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .pageHeading--cover .pageHeading__txt {
    max-width: 64%;
    padding-right: 0;
  }
}

.pageMv {
  overflow: hidden;
}
.pageMv img {
  width: 100%;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width:768px), print {
  .pageMv img {
    max-height: 480px;
  }
}

body.newfield .pageMv img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.pageLead {
  margin-top: var(--my--cmnRw--mrg-y-lg);
  font-weight: 700;
  line-height: 2;
}
@media only screen and (min-width:768px), print {
  .pageLead {
    text-align: center;
  }
}
.pageLead.is-thin {
  font-weight: 500;
}
@media only screen and (min-width:768px), print {
  .pageLead.is-thin {
    text-align: left;
  }
}

.pageHeading--hero {
  position: relative;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .pageHeading--hero {
    margin-bottom: var(--my--sec--mrg);
  }
}
.pageHeading--hero .pageHeading__body a {
  display: block;
}
@media (hover: hover) {
  .pageHeading--hero .pageHeading__body a:hover {
    opacity: 0.8;
  }
}
.pageHeading--hero .pageHeading__floatBtn {
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  text-align: right;
}

.indexHeading {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width:768px), print {
  .indexHeading {
    margin-bottom: 2.5rem;
  }
}
.indexHeading .my-heading.is-style-my-02 {
  margin-bottom: 1rem;
}
.indexHeading .indexHeading__lead {
  line-height: 2;
}
@media only screen and (min-width:768px), print {
  .indexHeading .indexHeading__lead {
    text-align: center;
  }
}

.my-heading.is-style-my-01 {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-01 {
    margin-bottom: 2.5rem;
  }
}
.my-heading.is-style-my-01 .my-heading__en {
  font-size: 2.375rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-01 .my-heading__en {
    font-size: 3rem;
  }
}
.my-heading.is-style-my-01 .my-heading__jp {
  font-size: 0.75rem;
  display: block;
  margin-top: 0.1em;
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-01 .my-heading__jp {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.my-heading.is-style-my-01.is-center {
  text-align: center;
}
.my-heading.is-style-my-01.is-md-inline {
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-01.is-md-inline {
    text-align: left;
  }
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-01.is-md-inline .my-heading__en {
    display: inline-block;
    margin-right: 0.15em;
  }
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-01.is-md-inline .my-heading__jp {
    display: inline-block;
  }
}
.my-heading.is-style-my-01.is-white {
  color: #fff;
}

.editor-styles-wrapper h2,
.editor-styles-wrapper h2.wp-block-heading,
.my-heading.is-style-my-02 {
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 1.25em;
  padding-top: 1.25em;
}
@media only screen and (min-width:768px), print {
  .editor-styles-wrapper h2,
  .editor-styles-wrapper h2.wp-block-heading,
  .my-heading.is-style-my-02 {
    font-size: 2rem;
  }
}
.editor-styles-wrapper h2::before,
.editor-styles-wrapper h2.wp-block-heading::before,
.my-heading.is-style-my-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2px;
  background-color: #006FBB;
}
.editor-styles-wrapper h2.is-center, .editor-styles-wrapper h2.has-text-align-center,
.editor-styles-wrapper h2.wp-block-heading.is-center,
.editor-styles-wrapper h2.wp-block-heading.has-text-align-center,
.my-heading.is-style-my-02.is-center,
.my-heading.is-style-my-02.has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper h2.is-center::before, .editor-styles-wrapper h2.has-text-align-center::before,
.editor-styles-wrapper h2.wp-block-heading.is-center::before,
.editor-styles-wrapper h2.wp-block-heading.has-text-align-center::before,
.my-heading.is-style-my-02.is-center::before,
.my-heading.is-style-my-02.has-text-align-center::before {
  right: 0;
  margin: auto;
}
@media only screen and (max-width:767px) {
  .editor-styles-wrapper h2.is-sp-center,
  .editor-styles-wrapper h2.wp-block-heading.is-sp-center,
  .my-heading.is-style-my-02.is-sp-center {
    text-align: center;
  }
  .editor-styles-wrapper h2.is-sp-center::before,
  .editor-styles-wrapper h2.wp-block-heading.is-sp-center::before,
  .my-heading.is-style-my-02.is-sp-center::before {
    right: 0;
    margin: auto;
  }
}
.editor-styles-wrapper h2.is-white,
.editor-styles-wrapper h2.wp-block-heading.is-white,
.my-heading.is-style-my-02.is-white {
  color: #fff;
}
.editor-styles-wrapper h2.is-white::before,
.editor-styles-wrapper h2.wp-block-heading.is-white::before,
.my-heading.is-style-my-02.is-white::before {
  background-color: #fff;
}
.editor-styles-wrapper h2.txt--en,
.editor-styles-wrapper h2.wp-block-heading.txt--en,
.my-heading.is-style-my-02.txt--en {
  font-size: 1.5625rem;
  padding-top: 1em;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width:768px), print {
  .editor-styles-wrapper h2.txt--en,
  .editor-styles-wrapper h2.wp-block-heading.txt--en,
  .my-heading.is-style-my-02.txt--en {
    font-size: 2.5rem;
  }
}

.editor-styles-wrapper h3,
.editor-styles-wrapper h3.wp-block-heading,
.my-heading.is-style-my-03 {
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  margin-top: 3.33333em;
  margin-bottom: 1.66666em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #ccc;
}
@media only screen and (min-width:768px), print {
  .editor-styles-wrapper h3,
  .editor-styles-wrapper h3.wp-block-heading,
  .my-heading.is-style-my-03 {
    font-size: 1.5rem;
  }
}
.editor-styles-wrapper h3.is-sm,
.editor-styles-wrapper h3.wp-block-heading.is-sm,
.my-heading.is-style-my-03.is-sm {
  font-size: 1rem;
  padding-bottom: 0.6em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width:768px), print {
  .editor-styles-wrapper h3.is-sm,
  .editor-styles-wrapper h3.wp-block-heading.is-sm,
  .my-heading.is-style-my-03.is-sm {
    font-size: 1.25rem;
  }
}
.editor-styles-wrapper h3:has(+ .txt),
.editor-styles-wrapper h3.wp-block-heading:has(+ .txt),
.my-heading.is-style-my-03:has(+ .txt) {
  margin-bottom: calc(1.66666em - 0.5rem);
}
.editor-styles-wrapper h3::before,
.editor-styles-wrapper h3.wp-block-heading::before,
.my-heading.is-style-my-03::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 1.5rem;
  height: 2px;
  background-color: #006FBB;
}
.editor-styles-wrapper h3 img,
.editor-styles-wrapper h3.wp-block-heading img,
.my-heading.is-style-my-03 img {
  vertical-align: text-top;
}

.editor-styles-wrapper h4,
.editor-styles-wrapper h4.wp-block-heading,
.my-heading.is-style-my-04 {
  font-size: 1rem;
  margin-top: 2em;
  margin-bottom: 0.8em;
}
@media only screen and (min-width:768px), print {
  .editor-styles-wrapper h4,
  .editor-styles-wrapper h4.wp-block-heading,
  .my-heading.is-style-my-04 {
    font-size: 1.25rem;
  }
}
.editor-styles-wrapper h4.is-center,
.editor-styles-wrapper h4.wp-block-heading.is-center,
.my-heading.is-style-my-04.is-center {
  text-align: center;
}

.wp-block-table thead {
  border: none;
}

.js-scrollable {
  overflow-y: hidden !important;
}
@media only screen and (max-width:767px) {
  .js-scrollable table th,
  .js-scrollable table td {
    white-space: nowrap;
  }
}

.my-heading + .my-block-table {
  margin-top: 0;
}

table.eleTinymce,
figure.wp-block-table,
.my-block-table {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
table.eleTinymce:first-child,
figure.wp-block-table:first-child,
.my-block-table:first-child {
  margin-top: 0;
}
table.eleTinymce:last-child,
figure.wp-block-table:last-child,
.my-block-table:last-child {
  margin-bottom: 0;
}

.wp-block-table figcaption {
  margin-top: 1rem;
  font-size: inherit;
  text-align: initial;
}

.editor-styles-wrapper table.eleTinymce,
.my-block-table table {
  width: 100%;
}

.editor-styles-wrapper table.eleTinymce,
.wp-block-table > table,
.my-block-table > table {
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  .editor-styles-wrapper table.eleTinymce,
  .wp-block-table > table,
  .my-block-table > table {
    font-size: inherit;
  }
}
.editor-styles-wrapper table.eleTinymce th,
.wp-block-table > table th,
.my-block-table > table th {
  font-weight: 700;
}
.editor-styles-wrapper table.eleTinymce th,
.wp-block-table > table th,
.my-block-table > table th {
  vertical-align: top;
}
.editor-styles-wrapper table.eleTinymce td,
.wp-block-table > table td,
.my-block-table > table td {
  vertical-align: middle;
}

.editor-styles-wrapper table.eleTinymce > thead > tr > th,
.editor-styles-wrapper table.eleTinymce > thead > tr > td,
.editor-styles-wrapper table.eleTinymce > tbody > tr > th,
.editor-styles-wrapper table.eleTinymce > tbody > tr > td,
.editor-styles-wrapper table.eleTinymce > tr > th,
.editor-styles-wrapper table.eleTinymce > tr > td,
[class=wp-block-table] > table > thead > tr > th,
[class=wp-block-table] > table > thead > tr > td,
[class=wp-block-table] > table > tbody > tr > th,
[class=wp-block-table] > table > tbody > tr > td,
[class=wp-block-table] > table > tr > th,
[class=wp-block-table] > table > tr > td,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > thead > tr > th,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > thead > tr > td,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tbody > tr > th,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tbody > tr > td,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tr > th,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tr > td,
.my-block-table.is-style-regular > table > thead > tr > th,
.my-block-table.is-style-regular > table > thead > tr > td,
.my-block-table.is-style-regular > table > tbody > tr > th,
.my-block-table.is-style-regular > table > tbody > tr > td,
.my-block-table.is-style-regular > table > tr > th,
.my-block-table.is-style-regular > table > tr > td {
  padding: 0.65rem 0.8rem;
  border: 1px solid #ccc;
}
@media only screen and (min-width:768px), print {
  .editor-styles-wrapper table.eleTinymce > thead > tr > th,
  .editor-styles-wrapper table.eleTinymce > thead > tr > td,
  .editor-styles-wrapper table.eleTinymce > tbody > tr > th,
  .editor-styles-wrapper table.eleTinymce > tbody > tr > td,
  .editor-styles-wrapper table.eleTinymce > tr > th,
  .editor-styles-wrapper table.eleTinymce > tr > td,
  [class=wp-block-table] > table > thead > tr > th,
  [class=wp-block-table] > table > thead > tr > td,
  [class=wp-block-table] > table > tbody > tr > th,
  [class=wp-block-table] > table > tbody > tr > td,
  [class=wp-block-table] > table > tr > th,
  [class=wp-block-table] > table > tr > td,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > thead > tr > th,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > thead > tr > td,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tbody > tr > th,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tbody > tr > td,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tr > th,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tr > td,
  .my-block-table.is-style-regular > table > thead > tr > th,
  .my-block-table.is-style-regular > table > thead > tr > td,
  .my-block-table.is-style-regular > table > tbody > tr > th,
  .my-block-table.is-style-regular > table > tbody > tr > td,
  .my-block-table.is-style-regular > table > tr > th,
  .my-block-table.is-style-regular > table > tr > td {
    padding: 0.8rem 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  .editor-styles-wrapper table.eleTinymce > thead > tr > th,
  .editor-styles-wrapper table.eleTinymce > thead > tr > td,
  .editor-styles-wrapper table.eleTinymce > tbody > tr > th,
  .editor-styles-wrapper table.eleTinymce > tbody > tr > td,
  .editor-styles-wrapper table.eleTinymce > tr > th,
  .editor-styles-wrapper table.eleTinymce > tr > td,
  [class=wp-block-table] > table > thead > tr > th,
  [class=wp-block-table] > table > thead > tr > td,
  [class=wp-block-table] > table > tbody > tr > th,
  [class=wp-block-table] > table > tbody > tr > td,
  [class=wp-block-table] > table > tr > th,
  [class=wp-block-table] > table > tr > td,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > thead > tr > th,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > thead > tr > td,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tbody > tr > th,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tbody > tr > td,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tr > th,
  .wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tr > td,
  .my-block-table.is-style-regular > table > thead > tr > th,
  .my-block-table.is-style-regular > table > thead > tr > td,
  .my-block-table.is-style-regular > table > tbody > tr > th,
  .my-block-table.is-style-regular > table > tbody > tr > td,
  .my-block-table.is-style-regular > table > tr > th,
  .my-block-table.is-style-regular > table > tr > td {
    padding: 1.3rem 1.5rem;
  }
}
.editor-styles-wrapper table.eleTinymce > thead > tr > th,
.editor-styles-wrapper table.eleTinymce > tbody > tr > th,
.editor-styles-wrapper table.eleTinymce > tr > th,
[class=wp-block-table] > table > thead > tr > th,
[class=wp-block-table] > table > tbody > tr > th,
[class=wp-block-table] > table > tr > th,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > thead > tr > th,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tbody > tr > th,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tr > th,
.my-block-table.is-style-regular > table > thead > tr > th,
.my-block-table.is-style-regular > table > tbody > tr > th,
.my-block-table.is-style-regular > table > tr > th {
  background-color: #E0E0E0;
  vertical-align: middle;
}
.editor-styles-wrapper table.eleTinymce > thead > tr > :first-child,
.editor-styles-wrapper table.eleTinymce > tbody > tr > :first-child,
.editor-styles-wrapper table.eleTinymce > tr > :first-child,
[class=wp-block-table] > table > thead > tr > :first-child,
[class=wp-block-table] > table > tbody > tr > :first-child,
[class=wp-block-table] > table > tr > :first-child,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > thead > tr > :first-child,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tbody > tr > :first-child,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tr > :first-child,
.my-block-table.is-style-regular > table > thead > tr > :first-child,
.my-block-table.is-style-regular > table > tbody > tr > :first-child,
.my-block-table.is-style-regular > table > tr > :first-child {
  border-left: none;
}
.editor-styles-wrapper table.eleTinymce > thead > tr > :last-child,
.editor-styles-wrapper table.eleTinymce > tbody > tr > :last-child,
.editor-styles-wrapper table.eleTinymce > tr > :last-child,
[class=wp-block-table] > table > thead > tr > :last-child,
[class=wp-block-table] > table > tbody > tr > :last-child,
[class=wp-block-table] > table > tr > :last-child,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > thead > tr > :last-child,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tbody > tr > :last-child,
.wp-block-table:not(.is-style-stripes):not(.is-style-my-01) > table > tr > :last-child,
.my-block-table.is-style-regular > table > thead > tr > :last-child,
.my-block-table.is-style-regular > table > tbody > tr > :last-child,
.my-block-table.is-style-regular > table > tr > :last-child {
  border-right: none;
}

.wp-block-table.is-style-regular.is-light > table > thead > tr > th,
.wp-block-table.is-style-regular.is-light > table > tbody > tr > th,
.wp-block-table.is-style-regular.is-light > table > tr > th,
.my-block-table.is-style-regular.is-light > table > thead > tr > th,
.my-block-table.is-style-regular.is-light > table > tbody > tr > th,
.my-block-table.is-style-regular.is-light > table > tr > th {
  background-color: #F0F0F0;
}

@media only screen and (max-width:767px) {
  .wp-block-table.is-style-regular.is-rw-column > table,
  .my-block-table.is-style-regular.is-rw-column > table {
    width: 100%;
  }
  .wp-block-table.is-style-regular.is-rw-column > table > thead,
  .my-block-table.is-style-regular.is-rw-column > table > thead {
    display: none;
  }
  .wp-block-table.is-style-regular.is-rw-column > table > tbody > tr > th,
  .wp-block-table.is-style-regular.is-rw-column > table > tbody > tr > td,
  .my-block-table.is-style-regular.is-rw-column > table > tbody > tr > th,
  .my-block-table.is-style-regular.is-rw-column > table > tbody > tr > td {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
  }
  .wp-block-table.is-style-regular.is-rw-column > table > tbody > tr > th:first-child:not(:last-child),
  .wp-block-table.is-style-regular.is-rw-column > table > tbody > tr > td:first-child:not(:last-child),
  .my-block-table.is-style-regular.is-rw-column > table > tbody > tr > th:first-child:not(:last-child),
  .my-block-table.is-style-regular.is-rw-column > table > tbody > tr > td:first-child:not(:last-child) {
    background-color: #F0F0F0;
    border-bottom: none;
  }
  .wp-block-table.is-style-regular.is-rw-column > table > tbody > tr > th:first-child:last-child,
  .wp-block-table.is-style-regular.is-rw-column > table > tbody > tr > td:first-child:last-child,
  .my-block-table.is-style-regular.is-rw-column > table > tbody > tr > th:first-child:last-child,
  .my-block-table.is-style-regular.is-rw-column > table > tbody > tr > td:first-child:last-child {
    border-top: none;
  }
  .wp-block-table.is-style-regular.is-rw-column > table > tbody > tr:not(:first-child) > th:first-child:not(:last-child),
  .wp-block-table.is-style-regular.is-rw-column > table > tbody > tr:not(:first-child) > td:first-child:not(:last-child),
  .my-block-table.is-style-regular.is-rw-column > table > tbody > tr:not(:first-child) > th:first-child:not(:last-child),
  .my-block-table.is-style-regular.is-rw-column > table > tbody > tr:not(:first-child) > td:first-child:not(:last-child) {
    border-top: none;
  }
  .wp-block-table.is-style-regular.is-rw-column > table table.tb01 td .tb01 tr:last-child,
  .my-block-table.is-style-regular.is-rw-column > table table.tb01 td .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}

.wp-block-table.is-style-stripes table th,
.wp-block-table.is-style-stripes table td,
.my-block-table.is-style-stripes table th,
.my-block-table.is-style-stripes table td {
  padding: 0.65rem 0.8rem;
}
@media only screen and (min-width:768px), print {
  .wp-block-table.is-style-stripes table th,
  .wp-block-table.is-style-stripes table td,
  .my-block-table.is-style-stripes table th,
  .my-block-table.is-style-stripes table td {
    padding: 0.8rem 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  .wp-block-table.is-style-stripes table th,
  .wp-block-table.is-style-stripes table td,
  .my-block-table.is-style-stripes table th,
  .my-block-table.is-style-stripes table td {
    padding: 1.3rem 1.5rem;
  }
}

.wp-block-table.is-style-my-01 > table > thead > tr > th,
.wp-block-table.is-style-my-01 > table > thead > tr > td,
.wp-block-table.is-style-my-01 > table > tbody > tr > th,
.wp-block-table.is-style-my-01 > table > tbody > tr > td,
.wp-block-table.is-style-my-01 > table > tr > th,
.wp-block-table.is-style-my-01 > table > tr > td,
.my-block-table.is-style-my-01 > table > thead > tr > th,
.my-block-table.is-style-my-01 > table > thead > tr > td,
.my-block-table.is-style-my-01 > table > tbody > tr > th,
.my-block-table.is-style-my-01 > table > tbody > tr > td,
.my-block-table.is-style-my-01 > table > tr > th,
.my-block-table.is-style-my-01 > table > tr > td {
  padding: 0.65rem 0.8rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
@media only screen and (min-width:768px), print {
  .wp-block-table.is-style-my-01 > table > thead > tr > th,
  .wp-block-table.is-style-my-01 > table > thead > tr > td,
  .wp-block-table.is-style-my-01 > table > tbody > tr > th,
  .wp-block-table.is-style-my-01 > table > tbody > tr > td,
  .wp-block-table.is-style-my-01 > table > tr > th,
  .wp-block-table.is-style-my-01 > table > tr > td,
  .my-block-table.is-style-my-01 > table > thead > tr > th,
  .my-block-table.is-style-my-01 > table > thead > tr > td,
  .my-block-table.is-style-my-01 > table > tbody > tr > th,
  .my-block-table.is-style-my-01 > table > tbody > tr > td,
  .my-block-table.is-style-my-01 > table > tr > th,
  .my-block-table.is-style-my-01 > table > tr > td {
    padding: 0.8rem 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  .wp-block-table.is-style-my-01 > table > thead > tr > th,
  .wp-block-table.is-style-my-01 > table > thead > tr > td,
  .wp-block-table.is-style-my-01 > table > tbody > tr > th,
  .wp-block-table.is-style-my-01 > table > tbody > tr > td,
  .wp-block-table.is-style-my-01 > table > tr > th,
  .wp-block-table.is-style-my-01 > table > tr > td,
  .my-block-table.is-style-my-01 > table > thead > tr > th,
  .my-block-table.is-style-my-01 > table > thead > tr > td,
  .my-block-table.is-style-my-01 > table > tbody > tr > th,
  .my-block-table.is-style-my-01 > table > tbody > tr > td,
  .my-block-table.is-style-my-01 > table > tr > th,
  .my-block-table.is-style-my-01 > table > tr > td {
    padding: 1.3rem 1.5rem;
  }
}
.wp-block-table.is-style-my-01 > table > thead > tr > th,
.wp-block-table.is-style-my-01 > table > thead > tr > td,
.my-block-table.is-style-my-01 > table > thead > tr > th,
.my-block-table.is-style-my-01 > table > thead > tr > td {
  padding-top: 0;
}
.wp-block-table.is-style-my-01 > table > tbody > tr > th,
.wp-block-table.is-style-my-01 > table > tbody > tr > td,
.wp-block-table.is-style-my-01 > table > tr > th,
.wp-block-table.is-style-my-01 > table > tr > td,
.my-block-table.is-style-my-01 > table > tbody > tr > th,
.my-block-table.is-style-my-01 > table > tbody > tr > td,
.my-block-table.is-style-my-01 > table > tr > th,
.my-block-table.is-style-my-01 > table > tr > td {
  border-top: 1px solid #ccc;
}
.wp-block-table.is-style-my-01.is-thin > table > thead > tr > th,
.wp-block-table.is-style-my-01.is-thin > table > thead > tr > td,
.wp-block-table.is-style-my-01.is-thin > table > tbody > tr > th,
.wp-block-table.is-style-my-01.is-thin > table > tbody > tr > td,
.wp-block-table.is-style-my-01.is-thin > table > tr > th,
.wp-block-table.is-style-my-01.is-thin > table > tr > td,
.my-block-table.is-style-my-01.is-thin > table > thead > tr > th,
.my-block-table.is-style-my-01.is-thin > table > thead > tr > td,
.my-block-table.is-style-my-01.is-thin > table > tbody > tr > th,
.my-block-table.is-style-my-01.is-thin > table > tbody > tr > td,
.my-block-table.is-style-my-01.is-thin > table > tr > th,
.my-block-table.is-style-my-01.is-thin > table > tr > td {
  padding: 0.7rem 0.8rem;
}

.my-heading.is-style-my-03 + .my-block-table.is-style-my-01 > table > tbody:not(thead + tbody) > tr:first-child > th,
.my-heading.is-style-my-03 + .my-block-table.is-style-my-01 > table > tbody:not(thead + tbody) > tr:first-child > td {
  padding-top: 0;
  border-top: none;
}

.wp-block-table.is-style-my-02 table th,
.wp-block-table.is-style-my-02 table td,
.my-block-table.is-style-my-02 table th,
.my-block-table.is-style-my-02 table td {
  padding: 0.5rem 0.8rem 0.5rem 0;
  background-color: transparent;
  border: none;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
@media only screen and (min-width:768px), print {
  .wp-block-table.is-style-my-02 table th,
  .wp-block-table.is-style-my-02 table td,
  .my-block-table.is-style-my-02 table th,
  .my-block-table.is-style-my-02 table td {
    padding-right: 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  .wp-block-table.is-style-my-02 table th,
  .wp-block-table.is-style-my-02 table td,
  .my-block-table.is-style-my-02 table th,
  .my-block-table.is-style-my-02 table td {
    padding-right: 1.5rem;
  }
}
.wp-block-table.is-style-my-02 table thead th,
.my-block-table.is-style-my-02 table thead th {
  white-space: nowrap;
  width: 1%;
}
.wp-block-table.is-style-my-02 table thead + tbody tr:first-child th,
.wp-block-table.is-style-my-02 table thead + tbody tr:first-child td,
.my-block-table.is-style-my-02 table thead + tbody tr:first-child th,
.my-block-table.is-style-my-02 table thead + tbody tr:first-child td {
  padding-top: 0.5rem;
}
.wp-block-table.is-style-my-02 table tbody tr:first-child th,
.wp-block-table.is-style-my-02 table tbody tr:first-child td,
.my-block-table.is-style-my-02 table tbody tr:first-child th,
.my-block-table.is-style-my-02 table tbody tr:first-child td {
  padding-top: 0;
  border-top: none;
}
.wp-block-table.is-style-my-02 table tbody th:last-child,
.wp-block-table.is-style-my-02 table tbody td:last-child,
.my-block-table.is-style-my-02 table tbody th:last-child,
.my-block-table.is-style-my-02 table tbody td:last-child {
  padding-right: 0;
}
.wp-block-table.is-style-my-02:last-child table tbody tr:last-child th,
.wp-block-table.is-style-my-02:last-child table tbody tr:last-child td,
.my-block-table.is-style-my-02:last-child table tbody tr:last-child th,
.my-block-table.is-style-my-02:last-child table tbody tr:last-child td {
  padding-bottom: 0;
  border: none;
}

.wp-block-table.is-style-plain table,
.my-block-table.is-style-plain table {
  width: auto;
}
.wp-block-table.is-style-plain table th,
.my-block-table.is-style-plain table th {
  font-weight: 500;
}
.wp-block-table.is-style-plain table th,
.wp-block-table.is-style-plain table td,
.my-block-table.is-style-plain table th,
.my-block-table.is-style-plain table td {
  border: none;
  padding: 0 0.8rem 0 0;
}
.wp-block-table.is-style-plain table th:last-child,
.wp-block-table.is-style-plain table td:last-child,
.my-block-table.is-style-plain table th:last-child,
.my-block-table.is-style-plain table td:last-child {
  padding-right: 0;
}

.wp-block-table.is-th-nowrap > table > thead > tr > th,
.wp-block-table.is-th-nowrap > table > tbody > tr > th,
.wp-block-table.is-th-nowrap > table > tr > th,
.my-block-table.is-th-nowrap > table > thead > tr > th,
.my-block-table.is-th-nowrap > table > tbody > tr > th,
.my-block-table.is-th-nowrap > table > tr > th {
  white-space: nowrap;
  width: 1%;
}

.wp-block-table.is-1st-nowrap > table > thead > tr > th:first-child,
.wp-block-table.is-1st-nowrap > table > thead > tr > td:first-child,
.wp-block-table.is-1st-nowrap > table > tbody > tr > th:first-child,
.wp-block-table.is-1st-nowrap > table > tbody > tr > td:first-child,
.wp-block-table.is-1st-nowrap > table > tr > th:first-child,
.wp-block-table.is-1st-nowrap > table > tr > td:first-child,
.my-block-table.is-1st-nowrap > table > thead > tr > th:first-child,
.my-block-table.is-1st-nowrap > table > thead > tr > td:first-child,
.my-block-table.is-1st-nowrap > table > tbody > tr > th:first-child,
.my-block-table.is-1st-nowrap > table > tbody > tr > td:first-child,
.my-block-table.is-1st-nowrap > table > tr > th:first-child,
.my-block-table.is-1st-nowrap > table > tr > td:first-child {
  white-space: nowrap;
  width: 1%;
}

@media only screen and (min-width:768px), print {
  .wp-block-table.is-md-layout-fixed > table,
  .my-block-table.is-md-layout-fixed > table {
    table-layout: fixed;
  }
}

.wp-block-table.is-width-auto > table,
.my-block-table.is-width-auto > table {
  width: auto;
}

.my-heading + .my-block-buttons,
:is(h1, h2, h3, h4, h5, h6) + .my-block-buttons,
:is(h1, h2, h3, h4, h5, h6) + .wp-block-buttons {
  margin-top: 0;
}

.my-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.my-block-buttons + .my-block-buttons {
  margin-top: var(--my--block--mrg-y-md);
}
.my-block-buttons.is-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.my-block-buttons.is-sm-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:576px) {
  .my-block-buttons.is-sm-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.my-block-buttons.is-md-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:768px), print {
  .my-block-buttons.is-md-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.my-block-buttons.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:575px) {
  .my-block-buttons.is-center.is-sm-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width:767px) {
  .my-block-buttons.is-center.is-md-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.my-block-buttons.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

button.my-block-button {
  background-color: transparent;
}

.my-block-button {
  display: inline-block;
  margin: 0;
}
.my-block-button.is-disabled {
  pointer-events: none;
}
.my-block-button.is-disabled .my-block-button__link {
  background-color: #bbb;
  border-color: #bbb;
  color: #fff;
}
.my-block-button.is-style-my-fill .my-block-button__link,
.my-block-button.is-style-my-fill .my-block-button__form .form__check__label {
  background-color: #006FBB;
  border-color: #006FBB;
  color: #fff;
}
@media (hover: hover) {
  .my-block-button.is-style-my-fill a.my-block-button__link:hover {
    background-color: #007ed5;
    border-color: #007ed5;
    text-decoration: none;
  }
}
.my-block-button.is-request .my-block-button__link,
.my-block-button.is-request .my-block-button__form .form__check__label {
  background-color: #11A47A;
  border-color: #11A47A;
  color: #fff;
}
@media (hover: hover) {
  .my-block-button.is-request a.my-block-button__link:hover {
    background-color: #13bb8b;
    border-color: #13bb8b;
    text-decoration: none;
  }
}
.my-block-button.is-contact .my-block-button__link,
.my-block-button.is-contact .my-block-button__form .form__check__label {
  background-color: #006FBB;
  border-color: #006FBB;
  color: #fff;
}
@media (hover: hover) {
  .my-block-button.is-contact a.my-block-button__link:hover {
    background-color: #007ed5;
    border-color: #007ed5;
    text-decoration: none;
  }
}
.my-block-button.is-white .my-block-button__link,
.my-block-button.is-white .my-block-button__form .form__check__label {
  color: #fff;
}
@media (hover: hover) {
  .my-block-button.is-white a.my-block-button__link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
}
.my-block-button.is-width-auto .my-block-button__link,
.my-block-button.is-width-auto .my-block-button__form .form__check__label {
  min-width: auto !important;
}
.my-block-button.is-xxl .my-block-button__link,
.my-block-button.is-xxl .my-block-button__form .form__check__label {
  font-size: 1rem;
  max-width: none;
  border-width: 2px;
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-xxl .my-block-button__link,
  .my-block-button.is-xxl .my-block-button__form .form__check__label {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-xxl .my-block-button__link,
  .my-block-button.is-xxl .my-block-button__form .form__check__label {
    min-width: 30rem;
    padding: 0.4em 1em;
    border-width: 3px;
  }
}
html:lang(en) .my-block-button.is-xxl .my-block-button__link,
html:lang(en) .my-block-button.is-xxl .my-block-button__form .form__check__label {
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  html:lang(en) .my-block-button.is-xxl .my-block-button__link,
  html:lang(en) .my-block-button.is-xxl .my-block-button__form .form__check__label {
    font-size: 1.0625rem;
  }
}

.my-block-button.is-xl-l .my-block-button__link,
.my-block-button.is-xl-l .my-block-button__form .form__check__label {
  font-size: 1rem;
  max-width: none;
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-xl-l .my-block-button__link,
  .my-block-button.is-xl-l .my-block-button__form .form__check__label {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-xl-l .my-block-button__link,
  .my-block-button.is-xl-l .my-block-button__form .form__check__label {
    min-width: 20rem;
    padding: 0.7em 1em;
    border-width: 3px;
  }
}
html:lang(en) .my-block-button.is-xl-l .my-block-button__link,
html:lang(en) .my-block-button.is-xl-l .my-block-button__form .form__check__label {
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  html:lang(en) .my-block-button.is-xl-l .my-block-button__link,
  html:lang(en) .my-block-button.is-xl-l .my-block-button__form .form__check__label {
    font-size: 1.0625rem;
  }
}

.my-block-button.is-xl .my-block-button__link,
.my-block-button.is-xl .my-block-button__form .form__check__label {
  font-size: 1rem;
  max-width: none;
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-xl .my-block-button__link,
  .my-block-button.is-xl .my-block-button__form .form__check__label {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-xl .my-block-button__link,
  .my-block-button.is-xl .my-block-button__form .form__check__label {
    min-width: 20rem;
    padding: 0.4em 1em;
    border-width: 3px;
  }
}
html:lang(en) .my-block-button.is-xl .my-block-button__link,
html:lang(en) .my-block-button.is-xl .my-block-button__form .form__check__label {
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  html:lang(en) .my-block-button.is-xl .my-block-button__link,
  html:lang(en) .my-block-button.is-xl .my-block-button__form .form__check__label {
    font-size: 1.0625rem;
  }
}

.my-block-button.is-lg .my-block-button__link,
.my-block-button.is-lg .my-block-button__form .form__check__label {
  font-size: 1rem;
  max-width: none;
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-lg .my-block-button__link,
  .my-block-button.is-lg .my-block-button__form .form__check__label {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-lg .my-block-button__link,
  .my-block-button.is-lg .my-block-button__form .form__check__label {
    min-width: 15rem;
    padding: 0.4em 1em;
    border-width: 3px;
  }
}
html:lang(en) .my-block-button.is-lg .my-block-button__link,
html:lang(en) .my-block-button.is-lg .my-block-button__form .form__check__label {
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  html:lang(en) .my-block-button.is-lg .my-block-button__link,
  html:lang(en) .my-block-button.is-lg .my-block-button__form .form__check__label {
    font-size: 1.0625rem;
  }
}

.my-block-button.is-md .my-block-button__link,
.my-block-button.is-md .my-block-button__form .form__check__label {
  min-width: 11.25rem;
}
.my-block-button.is-sm .my-block-button__link,
.my-block-button.is-sm .my-block-button__form .form__check__label {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-sm .my-block-button__link,
  .my-block-button.is-sm .my-block-button__form .form__check__label {
    min-width: 7.5rem;
  }
}
.my-block-button.is-xs .my-block-button__link,
.my-block-button.is-xs .my-block-button__form .form__check__label {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.45em 1em;
  border-width: 2px;
}
.my-block-button.is-pdf .my-block-button__link,
.my-block-button.is-pdf .my-block-button__form .form__check__label {
  border-color: currentColor;
  color: #000;
}
.my-block-button.is-pdf .my-block-button__link::after,
.my-block-button.is-pdf .my-block-button__form .form__check__label::after {
  content: url(../img/common/pdf.svg);
  display: inline-block;
  margin-left: 0.2em;
  line-height: 1;
  vertical-align: middle;
}
@media (hover: hover) {
  .my-block-button.is-pdf .my-block-button__link:hover {
    background-color: #F0F0F0;
    text-decoration: none;
  }
  .my-block-button.is-pdf .my-block-button__link:hover::after {
    -webkit-filter: none;
            filter: none;
  }
}

.col > .my-block-button {
  display: block;
}
.col > .my-block-button .my-block-button__link {
  width: 100%;
  min-width: auto;
}

.my-block-button__link,
.my-block-button__form .form__check__label {
  -webkit-transition-property: background-color, border, color;
  transition-property: background-color, border, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11.25rem;
  padding: 0.5em 0.7em;
  border: 2px solid currentColor;
  border-radius: 0;
  color: #000;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  vertical-align: middle;
}
@media only screen and (min-width:768px), print {
  .my-block-button__link,
  .my-block-button__form .form__check__label {
    padding: 0.4em 1em;
  }
}
.my-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon),
.my-block-button__form .form__check__label[target=_blank]:not([href*=".pdf"]):not(.noIcon) {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.my-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after,
.my-block-button__form .form__check__label[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
  content: url(../img/common/new_page.svg);
  position: absolute;
  right: 0.5rem;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

@media (hover: hover) {
  button .my-block-button__link:hover,
  a.my-block-button__link:hover,
  .my-block-button__link.mfp-custom-close:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
  }
  button .my-block-button__link:hover::after,
  a.my-block-button__link:hover::after,
  .my-block-button__link.mfp-custom-close:hover::after {
    -webkit-filter: invert(93%) sepia(93%) saturate(0%) hue-rotate(256deg) brightness(107%) contrast(101%);
            filter: invert(93%) sepia(93%) saturate(0%) hue-rotate(256deg) brightness(107%) contrast(101%);
  }
}

@media (hover: hover) {
  button.my-block-button.is-style-my-fill .my-block-button__link:hover {
    background-color: #007ed5;
    border-color: #007ed5;
    text-decoration: none;
  }
}

.is-style-my-fill .my-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
  content: url(../img/common/new_page_white.svg);
  -webkit-filter: none;
          filter: none;
}
@media (hover: hover) {
  .is-style-my-fill .my-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon):hover::after {
    -webkit-filter: none;
            filter: none;
  }
}

.js-floatBtn {
  position: relative;
}
.js-floatBtn .js-floatBtn__closeBtn {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -8px;
  width: 30px;
  height: 30px;
  background-color: #909195;
  border-radius: 15px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
}
@media only screen and (min-width:768px), print {
  .js-floatBtn .js-floatBtn__closeBtn {
    top: 14px;
  }
}
.js-floatBtn .js-floatBtn__closeBtn::before, .js-floatBtn .js-floatBtn__closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 13px;
  background: #fff;
}
.js-floatBtn .js-floatBtn__closeBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.js-floatBtn .js-floatBtn__closeBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.siryoBtn {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: calc(var(--my--jsFixBottom-height, 0px) + 2px);
}
@media only screen and (min-width:768px), print {
  .siryoBtn {
    right: 1rem;
    bottom: calc(var(--my--jsFixBottom-height, 0px) + 8px);
  }
}
.siryoBtn img {
  width: 220px;
  height: auto;
}
@media only screen and (min-width:768px), print {
  .siryoBtn img {
    width: 242px;
  }
}

.my-heading + .box {
  margin-top: 0;
}

.box .box__inr {
  padding: var(--my--block--box--pad);
}

.box {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
.box:first-child {
  margin-top: 0;
}
.box:last-child {
  margin-bottom: 0;
}
.box .box__inr :first-child {
  margin-top: 0 !important;
}
.box .box__inr :last-child {
  margin-bottom: 0 !important;
}

.box.is-style-my-01 .box__inr {
  background-color: #F8F8F8;
}

.box.is-style-my-02 .box__inr {
  border: 2px solid #ccc;
}

.boxRelated {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
.boxRelated:first-child {
  margin-top: 0;
}
.boxRelated:last-child {
  margin-bottom: 0;
}
.boxRelated .boxRelated__inr {
  padding: var(--my--block--box--pad);
  background-color: #F8F8F8;
  border-top: 2px solid #006FBB;
}
@media only screen and (min-width:768px), print {
  .boxRelated .boxRelated__inr {
    border-top-width: 4px;
  }
}
@media only screen and (min-width:1000px), print {
  .boxRelated .boxRelated__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width:1280px), print {
  .boxRelated .boxRelated__inr {
    padding: var(--my--block--box--pad) var(--my--block--box--pad) var(--my--block--box--pad) 4.5rem;
  }
}
.boxRelated .boxRelated__ttl {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .boxRelated .boxRelated__ttl {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:1000px), print {
  .boxRelated .boxRelated__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.boxRelated .boxRelated__body {
  margin: 1rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid #ccc;
}
:where(.boxRelated .boxRelated__body) ul, :where(.boxRelated .boxRelated__body) ol {
  margin: 0;
  padding: 0;
}
.boxRelated .boxRelated__body ul, .boxRelated .boxRelated__body ol {
  list-style: none;
}
@media only screen and (min-width:1000px), print {
  .boxRelated .boxRelated__body {
    margin: 0 0 0 2rem;
    padding: 0 0 0 2rem;
    border-top: 0;
    border-left: 1px solid #ccc;
  }
}
@media only screen and (min-width:1280px), print {
  .boxRelated .boxRelated__body {
    margin: 0 0 0 2.5rem;
    padding: 0 0 0 2.5rem;
  }
}
.boxRelated .boxRelated__list {
  display: -ms-grid;
  display: grid;
  gap: 0.8em 0;
}
@media only screen and (min-width:768px), print {
  .boxRelated .boxRelated__list {
    gap: 2rem 0;
  }
}
.boxRelated .boxRelated__link {
  color: #006FBB;
  text-decoration: underline;
}
.boxRelated .boxRelated__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
          filter: invert(21%) sepia(58%) saturate(3652%) hue-rotate(188deg) brightness(105%) contrast(101%);
}
.boxRelated .boxRelated__link[href*=".pdf"]:not(.noIcon)::after {
  content: url(../img/common/pdf.svg);
  display: inline-block;
  margin-left: 0.2em;
  line-height: 1;
  vertical-align: middle;
}
@media (hover: hover) {
  .boxRelated .boxRelated__link:hover {
    text-decoration: none;
  }
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.selectBox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.4rem 40px 0.4rem 1rem;
  background: url(../img/common/arrow_down-md.svg) center right 10px no-repeat;
  border: 1px solid #ccc;
  border-radius: 3rem;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width:768px), print {
  .selectBox {
    padding: 0.6rem 50px 0.6rem 1rem;
  }
}
.selectBox::-ms-value {
  background: none;
  color: #000;
}
.selectBox::-ms-expand {
  display: none;
}

.agreement {
  padding: 1rem;
}
@media only screen and (min-width:768px), print {
  .agreement {
    padding: 1.5rem;
    border: 2px solid #ccc;
  }
}

.agreement__ttl {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .agreement__ttl {
    font-size: 1.25rem;
  }
}

.agreement__body {
  overflow-y: scroll;
  height: 15em;
}
.agreement__body .cntr {
  padding-right: 1rem;
  padding-left: 1rem;
}
.agreement__body .sec {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.agreement__body .sec:first-child {
  margin-top: 0;
}
.agreement__body .sec:last-child {
  margin-bottom: 0;
}
.agreement__body .sec__block,
.agreement__body .sec__item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.agreement__body .sec__block:first-child,
.agreement__body .sec__item:first-child {
  margin-top: 0;
}
.agreement__body .sec__block:last-child,
.agreement__body .sec__item:last-child {
  margin-bottom: 0;
}
.agreement__body .my-heading.is-style-my-02 {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  .agreement__body .my-heading.is-style-my-02 {
    font-size: 1.125rem;
  }
}
.agreement__body .my-heading.is-style-my-03 {
  font-size: 0.75rem;
}
@media only screen and (min-width:768px), print {
  .agreement__body .my-heading.is-style-my-03 {
    font-size: 1rem;
  }
}
.agreement__body .my-heading.is-style-my-04 {
  font-size: 0.75rem;
}
@media only screen and (min-width:768px), print {
  .agreement__body .my-heading.is-style-my-04 {
    font-size: 1rem;
  }
}
.agreement__body .my-block-table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.agreement__body .my-block-table:first-child {
  margin-top: 0;
}
.agreement__body .my-block-table:last-child {
  margin-bottom: 0;
}

.sec__thanks {
  max-width: 49em;
  margin: auto;
}

:where(.form) input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width:767px) {
  :where(.form) input:not([type=reset]),
  :where(.form) input:not([type=button]),
  :where(.form) input:not([type=submit]),
  :where(.form) button:not([type=reset]),
  :where(.form) button:not([type=button]),
  :where(.form) button:not([type=submit]),
  :where(.form) select,
  :where(.form) textarea {
    font-size: 16px;
  }
}
:where(.form) input[type=button],
:where(.form) input[type=submit],
:where(.form) input[type=reset],
:where(.form) button {
  border: none;
}
:where(.form) input:not([type=checkbox]),
:where(.form) input:not([type=radio]),
:where(.form) input:not([type=button]),
:where(.form) input:not([type=submit]),
:where(.form) input:not([type=reset]),
:where(.form) select,
:where(.form) textarea {
  padding: 1rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: middle;
}
:where(.form) input:not([type=checkbox]).is-error,
:where(.form) input:not([type=radio]).is-error,
:where(.form) input:not([type=button]).is-error,
:where(.form) input:not([type=submit]).is-error,
:where(.form) input:not([type=reset]).is-error,
:where(.form) select.is-error,
:where(.form) textarea.is-error {
  border-color: #DC000C;
}
:where(.form) [type=tel] {
  width: 100%;
}
@media only screen and (min-width:768px), print {
  :where(.form) [type=tel] {
    width: 13em;
  }
}
:where(.form) select {
  width: 100%;
}
:where(.form) option {
  font-weight: 500;
}
:where(.form) input[type=text],
:where(.form) textarea {
  width: 100%;
}
:where(.form) input[type=number] {
  -moz-appearance: textfield;
}
:where(.form) input[type=number]::-webkit-outer-spin-button,
:where(.form) input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
:where(.form) ::-webkit-input-placeholder {
  color: #aaa;
}
:where(.form) ::-webkit-input-placeholder,
:where(.form) :-ms-input-placeholder,
:where(.form) ::-moz-placeholder,
:where(.form) ::placeholder {
  color: #aaa;
}

.form--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media only screen and (min-width:768px), print {
  .form .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form .form__row.is-align-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form .form__label {
  margin: 0 0 0.5rem 0;
}
@media only screen and (min-width:768px), print {
  .form .form__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 1rem 0 0;
    width: var(--my--form-lable, auto);
  }
}
.form .form__control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.form .form__checkButton .form__check__label span, .form .form__checks .form__check__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .form .form__checkButton .form__check__label span:hover::before, .form .form__checks .form__check__label:hover::before {
    border-color: rgba(0, 111, 187, 0.4);
  }
}
.form .form__checkButton .form__check__label span::before, .form .form__checks .form__check__label::before {
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5em;
  background-color: #fff;
  border: 2px solid #C5C5C5;
}
@media only screen and (min-width:768px), print {
  .form .form__checkButton .form__check__label span::before, .form .form__checks .form__check__label::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.form .form__checkButton .form__check__label span::after, .form .form__checks .form__check__label::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.25rem;
  width: 8px;
  height: 12px;
  margin: auto;
  border-color: #006FBB;
  border-style: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translate(-15%, -15%);
      -ms-transform: rotate(45deg) translate(-15%, -15%);
          transform: rotate(45deg) translate(-15%, -15%);
}
@media only screen and (min-width:768px), print {
  .form .form__checkButton .form__check__label span::after, .form .form__checks .form__check__label::after {
    left: 0.5rem;
  }
}
.form .form__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form .form__checks.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .form__checks--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width:768px), print {
  .form .form__checks--inline {
    gap: 1.5rem 2rem;
  }
}
.form .form__checks--inline.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form .form__checks .form__check {
  line-height: 1;
}
.form .form__checks .form__check--fill {
  background-color: #F8F8F8;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
.form .form__checks .form__check--fill .form__check__label {
  padding: 1rem;
}
.form .form__checks .form__check--fill .form__check__label::after {
  left: 1.5rem;
}
.form .form__checks .form__check__input:checked + .form__check__label::after {
  display: block;
}
.form .form__checks .form__check__label {
  font-size: 0.875rem;
}
.form .form__checkButton {
  position: relative;
}
@media (hover: hover) {
  .form .form__checkButton:hover .form__check__label span::before {
    border-color: rgba(0, 111, 187, 0.4);
  }
}
.form .form__checkButton .form__check__label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form .form__checkButton .form__check__label span {
  padding-left: calc(1rem + 0.5em);
  vertical-align: bottom;
}
@media only screen and (min-width:768px), print {
  .form .form__checkButton .form__check__label span {
    padding-left: calc(1.5rem + 0.5em);
  }
}
.form .form__checkButton .form__check__label span::before {
  position: absolute;
  left: 0;
}
.form .form__checkButton .form__check__label span::after {
  left: 0.25rem;
}
@media only screen and (min-width:768px), print {
  .form .form__checkButton .form__check__label span::after {
    left: 0.5rem;
  }
}
.form .form__checkButton .form__check__input:checked + .form__check__label span::after {
  display: block;
}
.form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1em;
  height: 1em;
  padding: 0;
  background-color: #eee;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.form input[type=radio]:checked {
  background-color: #006FBB !important;
  outline: 0;
  border: none !important;
  -webkit-box-shadow: inset 0 0 0 1px #006FBB, inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 1px #006FBB, inset 0 0 0 4px #fff;
}
.form input[type=radio]:focus {
  -webkit-box-shadow: inset 0 0 0 1px #006FBB, inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 1px #006FBB, inset 0 0 0 4px #fff;
}
.form .form__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form .form__radios--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width:768px), print {
  .form .form__radios--inline {
    gap: 1.5rem 2rem;
  }
}
.form .form__radios .form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .form__radios .form__radio__input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5em;
}
@media (hover: hover) {
  .form .form__radios .form__radio__input:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 111, 187, 0.4), inset 0 0 0 4px #eee;
            box-shadow: inset 0 0 0 1px rgba(0, 111, 187, 0.4), inset 0 0 0 4px #eee;
  }
}
.form .form__radios .form__radio__label {
  cursor: pointer;
}
.form .required {
  font-size: 0.75rem;
  line-height: 1.5;
  display: table;
  margin-bottom: 0.5em;
  padding: 0.3em 0.6em;
  background-color: #DC000C;
  border-radius: 3em;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.form .required02 {
  font-size: 0.75rem;
  line-height: 1.5;
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.3em 0.6em;
  border: 1px solid #DC000C;
  border-radius: 3em;
  color: #DC000C;
  font-weight: 500;
  line-height: 1;
}
.form .form__input__notes {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.2rem;
  color: #909195;
}
.form .form__input_example {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.4rem;
  color: #909195;
}
.form .form__input_error {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.4em;
  color: #DC000C;
}
.form .form__input__unit {
  line-height: 1;
  vertical-align: bottom;
}
.form .form__input__unit.is-after {
  margin-left: 0.5rem;
}
.form .form__control.is-seimei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.form .form__control__seimei {
  position: relative;
}
.form .form__control__seimei input {
  max-width: 13em;
}
.form input[type=text]#zip {
  width: 7em;
  margin-left: 0.5em;
}
.form #addr {
  margin-top: 10px;
}
.form #naiyou_type-error_container:empty + .form__control {
  margin-top: 0.5rem;
}
.form .form__args + .form__args {
  margin-top: 0.8rem;
}
.form .form__args + .form__args:empty {
  margin-top: 0;
}
.form .form__args + .form__args:blank {
  margin-top: 0;
}
.form.formCompact input:not([type=checkbox]),
.form.formCompact input:not([type=radio]),
.form.formCompact input:not([type=button]),
.form.formCompact input:not([type=submit]),
.form.formCompact input:not([type=reset]),
.form.formCompact select,
.form.formCompact textarea {
  padding: 0.3rem 0.8rem;
  border-color: #E0E0E0;
  background-color: #fff;
}
.form.formCompact input,
.form.formCompact select,
.form.formCompact optgroup,
.form.formCompact textarea {
  outline: none;
}
.form.formCompact input:focus,
.form.formCompact select:focus,
.form.formCompact optgroup:focus,
.form.formCompact textarea:focus {
  border-color: #006FBB;
}
.form.formCompact [type=email],
.form.formCompact [type=tel] {
  width: 100%;
}
.form.formCompact .selectBox {
  padding-right: 2.5rem;
  border-radius: 4px;
}
.form.formCompact .selectBox.is-empty {
  color: #909195;
}
.form.formCompact .selectBox option {
  color: #000;
}
.form.formCompact .selectBox option:first-child {
  color: #909195;
}
.form.formCompact .form--column {
  row-gap: 1.8rem;
}
@media only screen and (min-width:768px), print {
  .form.formCompact .form--column {
    row-gap: 1.5rem;
  }
}
.form.formCompact .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .form.formCompact .form__label {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width:767px) {
  .form.formCompact .form__label {
    margin-bottom: 0.875rem;
  }
}
.form.formCompact .form__label .required,
.form.formCompact .form__label .required02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form.formCompact .form__control {
  position: relative;
}
.form.formCompact .form__control .form__input_example {
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  pointer-events: none;
  position: absolute;
  bottom: calc(0.35em + 0.3rem);
  left: 0.5rem;
  margin: 0;
  padding: 0 0.3rem;
}
@media only screen and (min-width:768px), print {
  .form.formCompact .form__control .form__input_example {
    bottom: calc(0.4em + 0.3rem);
  }
}
.form.formCompact .form__control .form__input_example span {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: inline-block;
}
.form.formCompact .form__control__seimei {
  width: 100%;
}
.form.formCompact .form__control__seimei input {
  max-width: none;
}
.form.formCompact .form__txt__input {
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.form.formCompact .form__txt__input:not(:-moz-placeholder-shown) + .form__input_example {
  bottom: calc(100% - 1px);
  border-bottom: 1px solid #fff;
}
.form.formCompact .form__txt__input:not(:-ms-input-placeholder) + .form__input_example {
  bottom: calc(100% - 1px);
  border-bottom: 1px solid #fff;
}
.form.formCompact .form__txt__input:focus + .form__input_example, .form.formCompact .form__txt__input:not(:placeholder-shown) + .form__input_example {
  bottom: calc(100% - 1px);
  border-bottom: 1px solid #fff;
}
.form.formCompact .form__txt__input:not(:-moz-placeholder-shown) + .form__input_example span {
  transform: translateY(50%);
}
.form.formCompact .form__txt__input:not(:-ms-input-placeholder) + .form__input_example span {
  -ms-transform: translateY(50%);
      transform: translateY(50%);
}
.form.formCompact .form__txt__input:focus + .form__input_example span, .form.formCompact .form__txt__input:not(:placeholder-shown) + .form__input_example span {
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.form.formCompact.form_confirm .form__control {
  min-height: calc(1em * var(--my--line-height) + 0.6rem + 2px);
  padding: 0.3rem 0.8rem;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 4px;
}
.form.formCompact.form_confirm .form__control.is-seimei {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.form.formCompact.form_confirm .form__control.is-seimei .form__control__seimei {
  padding: 0.3rem 0.8rem;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 4px;
}

.formThanksHeading {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 2.5rem;
  margin-bottom: 1.25em;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .formThanksHeading {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:768px), print {
  .formThanksHeading {
    margin-top: var(--my--sec--mrg);
  }
}

@media print {
  body {
    min-width: 1024px !important;
  }
  #gheader,
  #gfooter {
    display: none;
  }
  .wow {
    opacity: 1;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
html:lang(en) body {
  letter-spacing: 0;
}
@media only screen and (min-width:768px), print {
  html:lang(en) body {
    font-size: 0.9375rem;
  }
}

body {
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: var(--my--line-height);
  letter-spacing: 0.05em;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media only screen and (min-width:768px), print {
  body {
    font-size: 1rem;
  }
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease, background-color 0.4s ease, color 0.4s ease, -webkit-filter 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease, color 0.4s ease, -webkit-filter 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease, color 0.4s ease, filter 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease, color 0.4s ease, filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: #000;
  text-decoration: none;
  cursor: text;
}

.desvg a {
  -webkit-transition-property: opacify;
  transition-property: opacify;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .desvg a:hover {
    opacity: 0.7;
  }
}
.desvg [id^=anchor__] {
  -webkit-transition-property: opacify;
  transition-property: opacify;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  cursor: pointer;
}
@media (hover: hover) {
  .desvg [id^=anchor__]:hover {
    opacity: 0.7;
  }
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default;
}

.popupImg,
.popupGallery {
  display: block;
  position: relative;
}

@media only screen and (min-width:768px) and (hover: hover), print and (hover: hover) {
  a.popupImg:hover,
  a.popupGallery:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width:768px), print {
  a.popupImg::after,
  a.popupGallery::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-image: url(../img/common/zoom_fill-lg.svg);
    background-size: cover;
    line-height: 0;
  }
}

.mfp-bg {
  background-color: #686868;
}

.mfp-fade.mfp-bg {
  opacity: 0.001; /* Chrome opacity transition bug */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

.mfp-wrap .mfp-container {
  padding-right: 1rem;
  padding-left: 1rem;
}
.mfp-wrap .mfp-close {
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer !important;
  font-size: 0;
  line-height: 0;
}
@media only screen and (min-width:768px), print {
  .mfp-wrap .mfp-close {
    width: 56px;
    height: 56px;
  }
}
.mfp-wrap .mfp-close:active {
  top: inherit;
}
.mfp-wrap .mfp-close::before, .mfp-wrap .mfp-close::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 1px;
  margin-left: -14px;
  background-color: #fff;
}
@media only screen and (min-width:768px), print {
  .mfp-wrap .mfp-close::before, .mfp-wrap .mfp-close::after {
    width: 40px;
    height: 2px;
    margin-left: -20px;
  }
}
.mfp-wrap .mfp-close::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mfp-wrap .mfp-close::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (hover: hover) {
  .mfp-wrap .mfp-close:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width:768px), print {
  .mfp-image-holder .mfp-content {
    margin: 0 56px;
  }
}
@media only screen and (min-width:1120px), print {
  .mfp-image-holder .mfp-content .mfp-close {
    top: 56px;
    right: -60px;
  }
}
.mfp-image-holder .mfp-content .mfp-figure::after {
  top: 56px;
  bottom: 56px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width:768px), print {
  .mfp-image-holder .mfp-content img.mfp-img {
    padding: 56px 0;
  }
}

.mfp-inline-holder .mfp-content {
  max-width: 1000px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 4rem 1rem;
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (min-width:768px), print {
  .mfp-inline-holder .mfp-content {
    padding: 5rem;
  }
}
.mfp-inline-holder .mfp-content .mfp-close {
  top: 1rem;
  right: 1rem;
}
@media only screen and (min-width:1120px), print {
  .mfp-inline-holder .mfp-content .mfp-close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.mfp-inline-holder .mfp-close::before, .mfp-inline-holder .mfp-close::after {
  background-color: #000;
}

.mfp-arrow {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .mfp-arrow:hover {
    opacity: 0.7 !important;
  }
}
.mfp-arrow:active {
  margin-top: -55px;
}
.mfp-arrow::after {
  display: none;
}
.mfp-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 44px;
  height: 64px;
  margin: auto;
  background-position: center;
  background-size: 24px;
  border: none;
}
@media only screen and (min-width:768px), print {
  .mfp-arrow::before {
    width: 32px;
    height: 80px;
    background-size: cover;
  }
}
.mfp-arrow.mfp-arrow-left::before {
  background-image: url(../img/common/arrow_slider_left.svg);
}
.mfp-arrow.mfp-arrow-right::before {
  background-image: url(../img/common/arrow_slider_right.svg);
}

.my-custom-theme {
  max-width: 20em;
}
.my-custom-theme .tooltipster-box {
  font-size: 0.75rem;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  border-radius: 0;
}
@media only screen and (min-width:768px), print {
  .my-custom-theme .tooltipster-box {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.my-custom-theme .tooltipster-box .tooltipster-content {
  padding: 1rem;
}
.my-custom-theme.tooltipster-top .tooltipster-box {
  margin-bottom: 14px;
}
.my-custom-theme.tooltipster-top .tooltipster-arrow {
  width: 18px;
  height: 14px;
  margin-left: -9px;
}
.my-custom-theme .tooltipster-arrow .tooltipster-arrow-border {
  border: none;
}
.my-custom-theme .tooltipster-arrow .tooltipster-arrow-background {
  top: 0;
  border-top: 14px solid rgba(0, 0, 0, 0.8);
  border-right: 9px solid transparent;
  border-bottom: 0;
  border-left: 9px solid transparent;
}
/*# sourceMappingURL=common.css.map */