@charset "UTF-8";
:root {
  interpolate-size: allow-keywords;
  --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: 6rem;
    --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--cntr-gutter: 2.5rem;
    --my--block--col--gap-y: 2.5rem;
    --my--block--col--gap-x: 2.5rem;
  }
}
@media only screen and (min-width:1500px), print {
  :root {
    --my--sec--mrg: 7rem;
  }
}

*,
*::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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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: fixed;
  z-index: 9999;
  right: 0;
  left: 0;
  top: 0;
  background: url(../img/top/bg_fv.jpg) top center no-repeat;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#gheader.gheader--hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

body:not(.top-office) #gheader {
  border-bottom: 1px solid #DBDBDB;
}
body:not(.top-office) .gheader__cntr {
  border-bottom: 1px solid #fff;
}

body.scroll--fast #gheader {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gheader__cntr {
  container-type: inline-size;
  container-name: gheader;
}
.gheader__inr {
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  padding: 0 1rem;
}
@media only screen and (min-width:1000px), print {
  .gheader__inr {
    height: auto;
    min-height: 92px;
    padding: 0 1.25rem;
  }
}
@container gheader (min-width: 1350px) {
  .gheader__inr {
    padding: 0 1.25rem 0 2.5rem;
  }
}
.gheader__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:1000px), print {
  .gheader__logo {
    margin-right: 1.25rem;
  }
}
@container gheader (min-width: 1350px) {
  .gheader__logo {
    margin-right: 2.25rem;
  }
}
.gheader__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  line-height: 1.3;
  text-decoration: none !important;
}
.gheader__logo img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
}
@media only screen and (min-width:1100px), print {
  .gheader__logo img {
    width: 100px;
  }
}
@container gheader (min-width: 1400px) {
  .gheader__logo img {
    width: auto;
  }
}
.gheader__logo__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #fff;
  color: #005EB0;
}
@media only screen and (min-width:1000px), print {
  .gheader__logo__txt {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
  }
}
@container gheader (min-width: 1350px) {
  .gheader__logo__txt {
    margin-left: 2.5rem;
    padding-left: 1.5rem;
  }
}
.gheader__logo__txt__inr__moritrust {
  display: none;
}
@media only screen and (min-width:1100px), print {
  .gheader__logo__txt__inr__moritrust {
    display: inline;
  }
}
.gheader__logo__txt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #DBDBDB;
}
.gheader__body {
  display: none;
}
@media only screen and (min-width:1000px), print {
  .gheader__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@container gheader (min-width: 1350px) {
  .gheader__body {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.gheader__corporateLink {
  font-size: 0.8125rem;
  line-height: 1.5;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}
.gheader__corporateLink::after {
  content: url(../img/common/new_page-sm.svg);
  display: inline-block;
  margin-left: 0.1em;
  line-height: 1;
  vertical-align: bottom;
}
@media (hover: hover) {
  .gheader__corporateLink:hover {
    text-decoration: underline;
  }
}
.gheader__pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin-left: auto;
}
.gheader__pnavBtn {
  padding: 1px;
  border-radius: 5px;
  text-decoration: none;
}
.gheader__pnavBtn.is-tenant {
  background-color: #005EB0;
}
@media (hover: hover) {
  .gheader__pnavBtn.is-tenant:hover {
    background-color: rgb(0, 107.6193181818, 201.5);
    text-decoration: none;
  }
}
.gheader__pnavBtn.is-tenant .gheader__pnavBtn__inr::before {
  background-image: url(../img/common/gheader/ico_building_white.svg);
}
.gheader__pnavBtn.is-contact {
  background-color: #162379;
}
@media (hover: hover) {
  .gheader__pnavBtn.is-contact:hover {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    text-decoration: none;
  }
}
.gheader__pnavBtn.is-contact .gheader__pnavBtn__inr::before {
  background-image: url(../img/common/gheader/ico_mail_white.svg);
}
.gheader__pnavBtn__inr {
  font-size: 0.6875rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
}
.gheader__pnavBtn__inr::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 4px;
}

.gnavsWrap {
  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: 0.75rem;
}

body.search-office .gnav.is-search-office .gnav__link {
  color: #005EB0;
}
body.search-office .gnav.is-search-office .gnav__link::before {
  background-color: #005EB0 !important;
}

body.lineup .gnav.is-lineup .gnav__link {
  color: #005EB0;
}
body.lineup .gnav.is-lineup .gnav__link::before {
  background-color: #005EB0 !important;
}

body.feature .gnav.is-feature .gnav__link {
  color: #005EB0;
}
body.feature .gnav.is-feature .gnav__link::before {
  background-color: #005EB0 !important;
}

body.information .gnav.is-information .gnav__link {
  color: #005EB0;
}
body.information .gnav.is-information .gnav__link::before {
  background-color: #005EB0 !important;
}

body.concept .gnav.is-concept .gnav__link {
  color: #005EB0;
}
body.concept .gnav.is-concept .gnav__link::before {
  background-color: #005EB0 !important;
}

#gnavs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@container gheader (min-width: 1350px) {
  #gnavs {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (hover: hover) {
  #gnavs .gnav:hover:has(.gnavChild) .gnav__link::after {
    content: "";
  }
  #gnavs .gnav:hover .gnav__link {
    color: #005EB0;
    text-decoration: none;
  }
  #gnavs .gnav:hover .gnav__link::before {
    background-color: #005EB0 !important;
  }
}
#gnavs .gnav:has(.gnavChild.is-active) .gnav__link {
  color: #005EB0;
}
#gnavs .gnav:has(.gnavChild.is-active) .gnav__link::after {
  content: "";
}
#gnavs .gnav .gnav__link {
  font-size: 0.8125rem;
  line-height: 1.5;
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 1;
}
@container gheader (min-width: 1350px) {
  #gnavs .gnav .gnav__link {
    font-size: 0.75rem;
  }
  @media only screen and (min-width:768px), print {
    #gnavs .gnav .gnav__link {
      font-size: 1rem;
    }
  }
}
#gnavs .gnav .gnav__link::after {
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  height: 3px;
  background-color: #005EB0;
}
#gnavs .gnav .gnav__link.is-officeList {
  position: relative;
  padding-left: 20px;
}
@container gheader (min-width: 1350px) {
  #gnavs .gnav .gnav__link.is-officeList {
    padding-left: 24px;
  }
}
#gnavs .gnav .gnav__link.is-officeList::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;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/ico_search.svg);
          mask-image: url(../img/common/ico_search.svg);
  -webkit-mask-size: 20px;
          mask-size: 20px;
  background-color: #000;
}
@container gheader (min-width: 1350px) {
  #gnavs .gnav .gnav__link.is-officeList::before {
    -webkit-mask-size: 24px;
            mask-size: 24px;
    width: 24px;
    height: 24px;
  }
}
#gnavs .gnav div.gnav__link {
  cursor: default;
}
#gnavs .gnavChild.is-active {
  z-index: 9;
}
#gnavs .gnavChild {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  left: 0;
  padding: 3rem 2rem;
  background-color: rgba(255, 255, 255, 0.9);
}
#gnavs .gnavChild__inner {
  max-width: 1100px;
  margin: auto;
}
#gnavs .gnavChild__ttl {
  font-size: 1.0625rem;
}
@media only screen and (min-width:768px), print {
  #gnavs .gnavChild__ttl {
    font-size: 1.375rem;
  }
}
#gnavs .gnavChild__ttl {
  line-height: 1.4;
  margin-bottom: 1.4em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  color: #005EB0;
  font-weight: 700;
}
#gnavs .gnavChild__ttl a {
  color: #005EB0;
}
#gnavs .gnavChild__body__ttl {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
@container gheader (min-width: 1350px) {
  #gnavs .gnavChild__body__ttl {
    font-size: 1rem;
  }
}
#gnavs .gnavChild__body__links {
  display: -ms-grid;
  display: grid;
  gap: 1.75rem;
  -ms-grid-columns: minmax(0, 1fr) 1.75rem minmax(0, 1fr) 1.75rem minmax(0, 1fr) 1.75rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#gnavs .gnavChild__body__links.is-noImage .gnavChild__body__link__txt {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}
#gnavs .gnavChild__body__link {
  display: block;
}
#gnavs .gnavChild__body__link[target=_blank] .gnavChild__body__link__txt::after {
  content: url(../img/common/new_page_main.svg);
}
@media (hover: hover) {
  #gnavs .gnavChild__body__link:hover {
    text-decoration: none;
  }
  #gnavs .gnavChild__body__link:hover .gnavChild__body__link__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  #gnavs .gnavChild__body__link:hover .gnavChild__body__link__txt {
    color: #005EB0;
  }
}
#gnavs .gnavChild__body__link__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 255/150;
  border-radius: 7px;
}
#gnavs .gnavChild__body__link__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#gnavs .gnavChild__body__link__txt {
  -webkit-transition-property: color;
  transition-property: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5em;
}
#gnavs .gnavChild__body__link__txt::after {
  content: url(../img/common/arrow_uq.svg);
  display: block;
  line-height: 0;
}

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

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

#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 1rem 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: #005EB0;
  -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: 50px;
  right: 0;
  left: 0;
  bottom: 100%;
  background-color: #F8F8F8;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  will-change: bottom;
}
@media only screen and (min-width:1000px), print {
  .hamMenu {
    display: none;
  }
}
.hamMenu.hamMenu--on {
  bottom: 12px;
}
.hamMenu__pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.hamMenu__pnavBtn {
  padding: 1px;
  border-radius: 5px;
  text-decoration: none;
}
.hamMenu__pnavBtn.is-tenant {
  background-color: #005EB0;
}
@media (hover: hover) {
  .hamMenu__pnavBtn.is-tenant:hover {
    background-color: rgb(0, 107.6193181818, 201.5);
    text-decoration: none;
  }
}
.hamMenu__pnavBtn.is-tenant .hamMenu__pnavBtn__inr::before {
  background-image: url(../img/common/gheader/ico_building_white.svg);
}
.hamMenu__pnavBtn.is-contact {
  background-color: #162379;
}
@media (hover: hover) {
  .hamMenu__pnavBtn.is-contact:hover {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    text-decoration: none;
  }
}
.hamMenu__pnavBtn.is-contact .hamMenu__pnavBtn__inr::before {
  background-image: url(../img/common/gheader/ico_mail_white.svg);
}
.hamMenu__pnavBtn__inr {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6em 0.5em 0.6em 0.8em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
}
.hamMenu__pnavBtn__inr::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
}
.hamMenu__corporate {
  margin-top: 1.5rem;
}
.hamMenu__corporateLink {
  font-size: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}
.hamMenu__corporateLink::after {
  content: url(../img/common/new_page-sm.svg);
  display: inline-block;
  margin-left: 0.1em;
  line-height: 1;
  vertical-align: bottom;
}
@media (hover: hover) {
  .hamMenu__corporateLink:hover {
    text-decoration: underline;
  }
}

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

.hamNavs .hamNav__ttl {
  font-size: 1rem;
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
  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: fixed;
  z-index: -99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hamWall.hamWall--on {
  z-index: 99;
  opacity: 1;
}
.hamWall {
  /* グロナビホバー時：クラスで opacity を切り替え（CSS transition で滑らかに） */
}
.hamWall.hamWall--gnav {
  z-index: 99;
  opacity: 1;
}

.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(1100px + 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(1100px + var(--my--cntr-gutter) * 2);
  }
}

.cntr--xl2 {
  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--xl2 {
    max-width: calc(1200px + 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(1250px + var(--my--cntr-gutter) * 2);
  }
}

.cntr--xxl2 {
  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--xxl2 {
    max-width: calc(1500px + 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: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1350px) {
  .cntr--fluid {
    padding-right: var(--my--cntr-gutter);
    padding-left: var(--my--cntr-gutter);
  }
}

@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 a[target=_blank]::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  line-height: 0;
  margin-left: 0.25rem;
  vertical-align: -3px;
}
.sitemapNavs .sitemapNav__ttl {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  .sitemapNavs .sitemapNav__ttl {
    font-size: 1.5rem;
  }
}
.sitemapNavs .sitemapNav__ttl {
  line-height: 1.4;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #ddd;
  font-weight: 700;
}
.sitemapNavs .sitemapNav__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 1.5rem;
  height: 2px;
  background-color: #005EB0;
}
.sitemapNavs .sitemapNav__child {
  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 -1rem;
}
@media only screen and (min-width:768px), print {
  .sitemapNavs .sitemapNav__child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sitemapNavs .sitemapNav__child > li {
  padding: 0 1rem;
}
@media only screen and (min-width:768px), print {
  .sitemapNavs .sitemapNav__child > li {
    width: 50%;
  }
}
@media only screen and (min-width:1000px), print {
  .sitemapNavs .sitemapNav__child > li {
    width: 33.33333%;
  }
}
@media only screen and (min-width:1250px), print {
  .sitemapNavs .sitemapNav__child > li {
    width: 25%;
  }
}
.sitemapNavs .sitemapNav__child > li.sitemapNav__child__row100 {
  width: 100%;
}
.sitemapNavs .sitemapNav__child > li a {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
.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: "Open Sans", 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 {
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c2d9b), to(#212121));
  background-image: linear-gradient(90deg, #1c2d9b, #212121);
}
@media only screen and (min-width:768px), print {
  #gfooter {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}

.gfooter__add {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.5em;
}
.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:768px), print {
  .gfooter__nav__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width:1100px), print {
  .gfooter__nav__items {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
}
@media only screen and (min-width:1250px), print {
  .gfooter__nav__items {
    -webkit-column-gap: 7.875rem;
       -moz-column-gap: 7.875rem;
            column-gap: 7.875rem;
  }
}
.gfooter__nav__corp {
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .gfooter__nav__corp {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
}
.gfooter__logo img {
  width: 160px;
}
@media only screen and (min-width:1100px), print {
  .gfooter__logo img {
    width: 180px;
  }
}
.gfooter__nav__wrapLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #324967;
}
@media only screen and (min-width:1000px), print {
  .gfooter__nav__wrapLinks {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 4rem;
  }
}
.gfooter__nav__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2rem auto;
  grid-template-columns: repeat(2, auto);
  gap: 2.3rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width:576px) {
  .gfooter__nav__links {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}
@media only screen and (min-width:1000px), print {
  .gfooter__nav__links {
    -ms-grid-columns: (auto)[5];
    grid-template-columns: repeat(5, auto);
  }
}
@media only screen and (min-width:1100px), print {
  .gfooter__nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gfooter__nav__links a {
  color: #fff;
}
.gfooter__nav__links a[target=_blank]::after {
  content: url(../img/common/new_page_white.svg);
  display: inline-block;
  line-height: 0;
  margin-left: 0.25rem;
  vertical-align: -2px;
}
.gfooter__nav__link dt {
  font-weight: 700;
}
.gfooter__nav__link dl + dl,
.gfooter__nav__link dl + .gfooter__nav__link__ttl {
  margin-top: 1rem;
}
.gfooter__nav__link__ttl {
  font-weight: 700;
}
.gfooter__nav__link__ttl + .gfooter__nav__link__ttl,
.gfooter__nav__link__ttl + .gfooter__nav__link {
  margin-top: 1rem;
}
.gfooter__nav__link__child {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5em;
}
.gfooter__nav__link__child a {
  color: #9A9A9A;
}
.gfooter__nav__link__child li + li {
  margin-top: 0.5em;
}

.gfooter__btm {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width:1250px), print {
  .gfooter__btm {
    font-size: 0.875rem;
    line-height: 1.5;
    -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;
  }
}
.gfooter__btm a {
  color: #fff;
}
@media only screen and (min-width:1250px), print {
  .gfooter__btm .copyright {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.gfooter__nav__sdLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:1100px), print {
  .gfooter__nav__sdLink {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

#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, 94, 176, 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: #005EB0;
  }
}

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

: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.25rem;
  -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: auto;
  padding: 9px 1em;
  background-color: #005EB0;
  border-radius: 5em;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.categories .category__item.is-active {
  font-weight: 700;
}
.categories .category__item--office {
  background-color: #005EB0;
}
.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: "Open Sans", sans-serif;
  line-height: 1;
}

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

.post_editor a {
  color: #005EB0;
  text-decoration: underline;
}
@media (hover: hover) {
  .post_editor a:hover {
    text-decoration: none;
  }
}
.post_editor ul {
  margin-left: 22px;
  list-style: url(../img/common/ico_list_check.svg);
}
.post_editor ul li + li {
  margin-top: 0.1em;
}
.post_editor mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFFF00));
  background: linear-gradient(transparent 70%, #FFFF00 70%);
}
.post_editor > p:last-child {
  margin-bottom: 0;
}

.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;
}
@media only screen and (min-width:1000px), print {
  .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem 2.5rem;
  }
}

.article__ttl {
  font-weight: 500;
}

.article__meta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.article__meta__date {
  font-size: 0.9375rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: inline-block;
  min-width: 5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
}
@media only screen and (min-width:1000px), print {
  .article__meta__date {
    letter-spacing: inherit;
  }
}

.article__txt {
  margin-top: 0.8rem;
}
@media only screen and (min-width:1000px), print {
  .article__txt {
    margin-top: 0;
  }
}

.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;
}
@media only screen and (min-width:1000px), print {
  .articles .article + .article {
    margin-top: 2.5rem;
  }
}
.articles .article__link {
  display: block;
}
.articles .article__link[target=_blank]:not([href*=".pdf"]):not(.noIcon) .article__txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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.1em;
  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;
}

.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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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.1em;
  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);
  }
}
@media only screen and (min-width:1000px), print {
  .articlesIndex .article__ttl {
    margin-top: 0;
  }
}
.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;
}
@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__ttl {
  margin: 1.5rem 0 1rem;
  font-weight: 700;
}
.postCards .postCard__txt {
  margin-top: 1rem;
}

.sec__officeSubscribe {
  position: relative;
  margin-top: var(--my--sec--mrg);
}
.sec__officeSubscribe .officeSubscribe {
  padding: 2rem 1.5rem 1.5rem;
  background-color: #E3EAF0;
  border-radius: 12px;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe {
    padding: 4rem 3rem;
  }
}
@media only screen and (min-width:1500px), print {
  .sec__officeSubscribe .officeSubscribe {
    padding: 3.5rem 3rem 5rem;
  }
}
.sec__officeSubscribe .officeSubscribe__ttl {
  font-size: 1.125rem;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe__ttl {
    font-size: 1.75rem;
  }
}
.sec__officeSubscribe .officeSubscribe__ttl {
  line-height: 1.4;
  margin-bottom: 2em;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe__ttl {
    margin-bottom: 1.25em;
  }
}
.sec__officeSubscribe .officeSubscribe__inr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: auto;
  background-color: #fff;
  border-radius: 12px;
}
.sec__officeSubscribe .officeSubscribe__img {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    padding: 2rem;
  }
}
@media only screen and (min-width:1000px), print {
  .sec__officeSubscribe .officeSubscribe__img {
    padding: 2.5rem;
  }
}
@media only screen and (min-width:1500px), print {
  .sec__officeSubscribe .officeSubscribe__img {
    padding: 4rem;
  }
}
.sec__officeSubscribe .officeSubscribe__img img {
  display: block;
  width: 40px;
  margin: auto;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe__img img {
    width: auto;
  }
}
.sec__officeSubscribe .officeSubscribe__register {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2rem 1rem 1.5rem;
  border-left: 1px solid #E3EAF0;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe__register {
    padding: 1.5rem;
  }
}
@media only screen and (min-width:1000px), print {
  .sec__officeSubscribe .officeSubscribe__register {
    padding: 2rem 2.5rem;
  }
}
@media only screen and (min-width:1500px), print {
  .sec__officeSubscribe .officeSubscribe__register {
    padding: 2rem 4rem;
  }
}
.sec__officeSubscribe .officeSubscribe__register__ttl {
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe__register__ttl {
    font-size: 1.0625rem;
  }
}
.sec__officeSubscribe .officeSubscribe__register__ttl {
  margin-bottom: 1em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe__register__ttl {
    text-align: left;
  }
}
.sec__officeSubscribe .officeSubscribe__register__notes {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 1.5em;
  color: #999;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe__register__notes {
    margin-top: 1em;
  }
}
.sec__officeSubscribe .officeSubscribe__register__notes a {
  color: #005EB0;
}
.sec__officeSubscribe .officeSubscribe__form {
  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 {
  .sec__officeSubscribe .officeSubscribe__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec__officeSubscribe .officeSubscribe__form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.8rem;
  background-color: #F1F1F1;
  border-radius: 4px;
  border: none;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe__form__input {
    border-radius: 4px 0 0 4px;
  }
}
@media only screen and (min-width:1000px), print {
  .sec__officeSubscribe .officeSubscribe__form__input {
    padding: 1rem 2rem;
  }
}
.sec__officeSubscribe .officeSubscribe__form__button {
  -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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.75rem auto 0;
  padding: 0.8rem 1.5rem;
  background-color: #005EB0;
  border-radius: 4px;
  color: #fff;
}
@media only screen and (min-width:768px), print {
  .sec__officeSubscribe .officeSubscribe__form__button {
    width: auto;
    margin-top: 0;
    padding: 0.8rem;
    border-radius: 0 4px 4px 0;
  }
}
@media only screen and (min-width:1000px), print {
  .sec__officeSubscribe .officeSubscribe__form__button {
    padding: 1rem 1.25rem;
  }
}
@media (hover: hover) {
  .sec__officeSubscribe .officeSubscribe__form__button:hover {
    background-color: rgb(0, 107.6193181818, 201.5);
  }
}

body:not(.top-office) .sec__officeContact {
  padding-block: 4rem;
}
@media only screen and (min-width:1500px), print {
  body:not(.top-office) .sec__officeContact {
    padding-block: 5rem;
  }
}

.sec__officeContact .officeContact {
  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:1100px), print {
  .sec__officeContact .officeContact {
    gap: 0 2rem;
    -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;
  }
}
@media only screen and (min-width:1500px), print {
  .sec__officeContact .officeContact {
    gap: 0 9rem;
  }
}
.sec__officeContact .officeContact .my-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec__officeContact .officeContact__cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec__officeContact .officeContact__cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width:768px), print {
  .sec__officeContact .officeContact__cont ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec__officeContact .officeContact__cont ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec__officeContact .officeContact__cont__link {
  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;
  gap: 0 1rem;
  height: 100%;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #005EB0;
  border-radius: 7px;
  text-decoration: none !important;
}
@media only screen and (min-width:1000px), print {
  .sec__officeContact .officeContact__cont__link {
    padding: 2rem 2rem;
  }
}
@media (hover: hover) {
  .sec__officeContact .officeContact__cont__link:hover {
    background-color: #F4FAFF;
  }
  .sec__officeContact .officeContact__cont__link:hover::after {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
  }
}
.sec__officeContact .officeContact__cont__link::after {
  -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: "";
  display: inline-block;
  width: 50px;
  height: 2rem;
  background: url(../img/common/arrow_uq_white.svg) no-repeat center center #162379;
  border-radius: 1rem;
}
.sec__officeContact .officeContact__cont__ttl {
  font-size: 1.0625rem;
}
@media only screen and (min-width:768px), print {
  .sec__officeContact .officeContact__cont__ttl {
    font-size: 1.375rem;
  }
}
.sec__officeContact .officeContact__cont__ttl {
  color: #162379;
  font-weight: 700;
  line-height: 1.4;
}
.sec__officeContact .officeContact__cont__ttl__en {
  font-size: 0.9375rem;
  display: block;
  margin-top: 0.4em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.sec__officeContactInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
}
.sec__officeContactInfo .officeContactInfo__tel__ttl {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  .sec__officeContactInfo .officeContactInfo__tel__ttl {
    font-size: 1.25rem;
  }
}
.sec__officeContactInfo .officeContactInfo__tel__ttl {
  font-weight: 500;
}
.sec__officeContactInfo .officeContactInfo__tel__detail {
  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;
  gap: 0.5rem 1rem;
  margin-top: 0.25rem;
}
.sec__officeContactInfo .officeContactInfo__tel__detail__tel {
  font-size: 1.25rem;
}
@media only screen and (min-width:768px), print {
  .sec__officeContactInfo .officeContactInfo__tel__detail__tel {
    font-size: 2rem;
  }
}
.sec__officeContactInfo .officeContactInfo__tel__detail__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
.sec__officeContactInfo .officeContactInfo__tel__detail__tel::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/ico_tel.svg);
}
.sec__officeContactInfo .officeContactInfo__tel__detail__biz {
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  line-height: 1;
}
.sec__officeContactInfo .officeContactInfo__tel__detail__biz span {
  font-size: 0.75rem;
  padding: 0.3rem 0.5rem;
  background-color: #fff;
  border: 1px solid #707070;
}
.sec__officeContactInfo .officeContactInfo__otherInfo {
  font-size: 1rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #005EB0;
  border-radius: 7px;
  text-decoration: none !important;
}
@media (hover: hover) {
  .sec__officeContactInfo .officeContactInfo__otherInfo:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.sec__officeContactInfo .officeContactInfo__otherInfo span {
  font-size: 0.75rem;
  display: block;
}

.sec__officeAbout {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #F1F1F1;
}
@media only screen and (min-width:768px), print {
  .sec__officeAbout {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width:1500px), print {
  .sec__officeAbout {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sec__officeAbout .officeAbout__dl {
  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 0;
}
@media only screen and (min-width:768px), print {
  .sec__officeAbout .officeAbout__dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 2rem;
  }
}
@media only screen and (min-width:1500px), print {
  .sec__officeAbout .officeAbout__dl {
    gap: 0 4rem;
  }
}
.sec__officeAbout .officeAbout__dl dt {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  .sec__officeAbout .officeAbout__dl dt {
    font-size: 1.25rem;
  }
}
.sec__officeAbout .officeAbout__dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #005EB0;
  font-weight: 500;
}
.sec__officeAbout .officeAbout__dl dd {
  font-size: 0.875rem;
  color: #777;
  letter-spacing: 0.15em;
  line-height: 2;
}

.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;
}
.indexContCards a.indexContCard__link[target=_blank] .indexContCard__txt::after {
  content: url(../img/common/new_page.svg);
  width: auto;
  height: auto;
  background-color: transparent;
  clip-path: none;
}
@media (hover: hover) {
  .indexContCards a.indexContCard__link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.indexContCards .indexContCard__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
.indexContCards .indexContCard__img::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-box-shadow: 0 0 0 1px rgb(235, 235, 235) inset;
          box-shadow: 0 0 0 1px rgb(235, 235, 235) inset;
  mix-blend-mode: darken;
}
.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-top: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}
.indexContCards .indexContCard__txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 10px;
  width: 5px;
  margin: auto;
  background-color: #005EB0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.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: 1px solid #ddd;
}
.indexContTxts a.indexContTxt__link {
  padding-bottom: 0.5rem;
}
.indexContTxts a.indexContTxt__link[target=_blank] .indexContTxt__txt::after {
  content: url(../img/common/new_page.svg);
  width: auto;
  height: auto;
  background-color: transparent;
  clip-path: none;
}
@media (hover: hover) {
  .indexContTxts a.indexContTxt__link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.indexContTxts .indexContTxt__txt {
  font-size: 1rem;
  position: relative;
  padding-right: 1rem;
  font-weight: 500;
}
.indexContTxts .indexContTxt__txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 10px;
  width: 5px;
  margin: auto;
  background-color: #005EB0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.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;
}
@media only screen and (min-width:768px), print {
  .contCards.is-style-02 .contCard__ttl {
    font-size: 1.25rem;
  }
}
.contCards.is-style-02 .contCard__ttl {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@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 #ddd;
}
@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 #ddd;
}
@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 {
  min-height: 2rem;
  padding: 0 40px 0 0.5rem;
}
@media only screen and (min-width:1000px), print {
  .mf_finder_header .mf_finder_searchBox_query_input {
    padding-right: 30px;
  }
}
@container gheader (min-width: 1350px) {
  .mf_finder_header .mf_finder_searchBox_query_input {
    padding-right: 40px;
  }
}
.mf_finder_header .mf_finder_searchBox_submit {
  right: 0.5rem;
}
@media only screen and (min-width:1000px), print {
  .mf_finder_header .mf_finder_searchBox_submit {
    right: 0.25rem;
  }
}
@container gheader (min-width: 1350px) {
  .mf_finder_header .mf_finder_searchBox_submit {
    right: 0.5rem;
  }
}
.mf_finder_header .mf_finder_searchBox_submit::before {
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/common/search-sm.svg);
  background-size: contain;
}
@container gheader (min-width: 1350px) {
  .mf_finder_header .mf_finder_searchBox_submit::before {
    width: 24px;
    height: 24px;
  }
}

.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: "Open Sans", 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 #ddd;
}
.relatedLinks .relatedLinks__ttl {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  .relatedLinks .relatedLinks__ttl {
    font-size: 1.25rem;
  }
}
.relatedLinks .relatedLinks__ttl {
  text-align: center;
}

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

.js-accordions .js-accordion__content {
  display: none;
}
.js-accordions:not(.is-close) .js-accordion.is-active .js-accordion__content {
  display: block;
}

.js-accordions--style01 .js-accordion + .js-accordion {
  margin-top: 2.5rem;
}
.js-accordions--style01 .js-accordion.js-active .js-accordion__ttl::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-accordions--style01 .js-accordion.js-active .js-accordion__ttl::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-accordions--style01 .js-accordion .js-accordion__ttl {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  .js-accordions--style01 .js-accordion .js-accordion__ttl {
    font-size: 1.5rem;
  }
}
.js-accordions--style01 .js-accordion .js-accordion__ttl {
  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;
}
.js-accordions--style01 .js-accordion .js-accordion__ttl::before, .js-accordions--style01 .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-accordions--style01 .js-accordion .js-accordion__ttl::before {
  width: 12px;
  height: 2px;
  right: 16px;
}
.js-accordions--style01 .js-accordion .js-accordion__ttl::after {
  width: 2px;
  height: 12px;
  right: 21px;
}
@media (hover: hover) {
  .js-accordions--style01 .js-accordion .js-accordion__ttl:hover {
    background-color: #F1F1F1;
  }
}
.js-accordions--style01 .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-accordions--style01 .js-accordion .js-accordion__ttl__date {
    font-size: 70%;
  }
}
.js-accordions--style01 .js-accordion .js-accordion__content {
  margin: 1.5rem 0 3rem;
}
@media only screen and (min-width:768px), print {
  .js-accordions--style01 .js-accordion .js-accordion__content {
    margin: 2.5rem 2.5rem 5rem;
  }
}

.tabMenus.is-style01,
.js-tabMenus.is-style01 {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width:768px), print {
  .tabMenus.is-style01,
  .js-tabMenus.is-style01 {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  .tabMenus.is-style01,
  .js-tabMenus.is-style01 {
    font-size: 1rem;
  }
}
.tabMenus.is-style01 .tabMenus__body,
.js-tabMenus.is-style01 .tabMenus__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}
@media only screen and (min-width:768px), print {
  .tabMenus.is-style01 .tabMenus__body,
  .js-tabMenus.is-style01 .tabMenus__body {
    gap: 2.5rem 0;
    margin: 0 -5px;
  }
}
.tabMenus.is-style01 .tabMenu,
.js-tabMenus.is-style01 .tabMenu {
  padding: 0 3px;
}
@media only screen and (min-width:768px), print {
  .tabMenus.is-style01 .tabMenu,
  .js-tabMenus.is-style01 .tabMenu {
    padding: 0 5px;
  }
}
.tabMenus.is-style01 .tabMenu,
.js-tabMenus.is-style01 .tabMenu {
  /* 1つの場合 */
}
.tabMenus.is-style01 .tabMenu:only-child,
.js-tabMenus.is-style01 .tabMenu:only-child {
  width: 100%;
}
.tabMenus.is-style01 .tabMenu,
.js-tabMenus.is-style01 .tabMenu {
  /* 2つの場合 */
}
.tabMenus.is-style01 .tabMenu:first-child:nth-last-child(2), .tabMenus.is-style01 .tabMenu:first-child:nth-last-child(2) ~ li,
.js-tabMenus.is-style01 .tabMenu:first-child:nth-last-child(2),
.js-tabMenus.is-style01 .tabMenu:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.tabMenus.is-style01 .tabMenu,
.js-tabMenus.is-style01 .tabMenu {
  /* 3つの場合 */
}
.tabMenus.is-style01 .tabMenu:first-child:nth-last-child(3), .tabMenus.is-style01 .tabMenu:first-child:nth-last-child(3) ~ li,
.js-tabMenus.is-style01 .tabMenu:first-child:nth-last-child(3),
.js-tabMenus.is-style01 .tabMenu:first-child:nth-last-child(3) ~ li {
  width: 33.33333%;
}
.tabMenus.is-style01 .tabMenu,
.js-tabMenus.is-style01 .tabMenu {
  /* 4つの場合 */
}
.tabMenus.is-style01 .tabMenu:first-child:nth-last-child(4), .tabMenus.is-style01 .tabMenu:first-child:nth-last-child(4) ~ li,
.js-tabMenus.is-style01 .tabMenu:first-child:nth-last-child(4),
.js-tabMenus.is-style01 .tabMenu:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.tabMenus.is-style01 .tabMenu,
.js-tabMenus.is-style01 .tabMenu {
  /* 5つの場合 */
}
.tabMenus.is-style01 .tabMenu:first-child:nth-last-child(5), .tabMenus.is-style01 .tabMenu:first-child:nth-last-child(5) ~ li,
.js-tabMenus.is-style01 .tabMenu:first-child:nth-last-child(5),
.js-tabMenus.is-style01 .tabMenu:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
.tabMenus.is-style01 .tabMenu,
.js-tabMenus.is-style01 .tabMenu {
  /* 6つの場合 */
}
.tabMenus.is-style01 .tabMenu:first-child:nth-last-child(6), .tabMenus.is-style01 .tabMenu:first-child:nth-last-child(6) ~ li,
.js-tabMenus.is-style01 .tabMenu:first-child:nth-last-child(6),
.js-tabMenus.is-style01 .tabMenu:first-child:nth-last-child(6) ~ li {
  width: 33.33333%;
}
.tabMenus.is-style01 .tabMenu.is-active,
.js-tabMenus.is-style01 .tabMenu.is-active {
  pointer-events: none;
}
.tabMenus.is-style01 .tabMenu.is-active .tabMenu__link,
.js-tabMenus.is-style01 .tabMenu.is-active .tabMenu__link {
  position: relative;
  background-color: #162379;
  color: #fff;
}
.tabMenus.is-style01 .tabMenu.is-active .tabMenu__link__label::before,
.js-tabMenus.is-style01 .tabMenu.is-active .tabMenu__link__label::before {
  background-color: #fff;
}
.tabMenus.is-style01 .tabMenu__link,
.js-tabMenus.is-style01 .tabMenu__link {
  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%;
  min-height: 3em;
  padding: 0.5em 0.3rem;
  background-color: #fff;
  border-radius: 5px;
  color: #162379;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .tabMenus.is-style01 .tabMenu__link,
  .js-tabMenus.is-style01 .tabMenu__link {
    min-height: 3.75rem;
    padding: 0.5em;
  }
}
@media (hover: hover) {
  .tabMenus.is-style01 .tabMenu__link:hover,
  .js-tabMenus.is-style01 .tabMenu__link:hover {
    background-color: #F4FAFF;
    text-decoration: none;
  }
}
.tabMenus.is-style01 .tabMenu__link__label,
.js-tabMenus.is-style01 .tabMenu__link__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
.tabMenus.is-style01 .tabMenu__link__label::before,
.js-tabMenus.is-style01 .tabMenu__link__label::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: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-mask-size: 22px;
          mask-size: 22px;
  background-color: #162379;
}
@media only screen and (min-width:768px), print {
  .tabMenus.is-style01 .tabMenu__link__label::before,
  .js-tabMenus.is-style01 .tabMenu__link__label::before {
    width: 32px;
    height: 32px;
    -webkit-mask-size: 32px;
            mask-size: 32px;
  }
}
.tabMenus.is-style01 .tabMenu__link__label.is-area::before,
.js-tabMenus.is-style01 .tabMenu__link__label.is-area::before {
  -webkit-mask-image: url(../img/common/ico_search_area.svg);
          mask-image: url(../img/common/ico_search_area.svg);
}
.tabMenus.is-style01 .tabMenu__link__label.is-station::before,
.js-tabMenus.is-style01 .tabMenu__link__label.is-station::before {
  -webkit-mask-image: url(../img/common/ico_search_station.svg);
          mask-image: url(../img/common/ico_search_station.svg);
}

.js-tabContents.is-style01 .js-tabContent {
  display: none;
}
.js-tabContents.is-style01 .js-tabContent.is-active {
  display: block;
}

.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: #005EB0;
  color: #005EB0;
}
.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: #005EB0;
  }
}

.anchors {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .anchors {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 4.5em;
  }
}
@media only screen and (min-width:1000px), 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;
  overflow: hidden;
  border-radius: 5px;
}
@media only screen and (min-width:768px), print {
  .anchors .anchors__body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.anchors .anchor {
  position: relative;
  width: 50%;
}
.anchors .anchor::before, .anchors .anchor::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.anchors .anchor::before {
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
}
.anchors .anchor::after {
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}
@media only screen and (min-width:768px), print {
  .anchors .anchor {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
  .anchors .anchor:nth-child(3n)::after {
    content: "";
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .anchors .anchor {
    /* 1つの場合 */
  }
  .anchors .anchor:only-child .anchor__link {
    border-radius: 5px;
  }
  .anchors .anchor {
    /* 2つの場合 */
  }
  .anchors .anchor {
    /* 3つの場合 */
  }
  .anchors .anchor:first-child:nth-last-child(3):nth-child(2) .anchor__link, .anchors .anchor:first-child:nth-last-child(3) ~ li:nth-child(2) .anchor__link {
    border-radius: 0 0 5px 0;
  }
  .anchors .anchor:first-child:nth-last-child(3):nth-child(3) .anchor__link, .anchors .anchor:first-child:nth-last-child(3) ~ li:nth-child(3) .anchor__link {
    border-radius: 0 0 5px 0;
  }
  .anchors .anchor {
    /* 4つの場合 */
  }
  .anchors .anchor {
    /* 5つの場合 */
  }
  .anchors .anchor:first-child:nth-last-child(5):nth-child(4) .anchor__link, .anchors .anchor:first-child:nth-last-child(5) ~ li:nth-child(4) .anchor__link {
    border-radius: 0 0 5px 0;
  }
  .anchors .anchor:first-child:nth-last-child(5):nth-child(5) .anchor__link, .anchors .anchor:first-child:nth-last-child(5) ~ li:nth-child(5) .anchor__link {
    border-radius: 0 0 5px 0;
  }
  .anchors .anchor {
    /* 6つの場合 */
  }
  .anchors .anchor {
    /* 7つの場合 */
  }
  .anchors .anchor:first-child:nth-last-child(7):nth-child(6) .anchor__link, .anchors .anchor:first-child:nth-last-child(7) ~ li:nth-child(6) .anchor__link {
    border-radius: 0 0 5px 0;
  }
  .anchors .anchor:first-child:nth-last-child(7):nth-child(7) .anchor__link, .anchors .anchor:first-child:nth-last-child(7) ~ li:nth-child(7) .anchor__link {
    border-radius: 0 0 5px 0;
  }
  .anchors .anchor {
    /* 8つの場合 */
  }
  .anchors .anchor {
    /* 9つの場合 */
  }
  .anchors .anchor:first-child:nth-last-child(9):nth-child(8) .anchor__link, .anchors .anchor:first-child:nth-last-child(9) ~ li:nth-child(8) .anchor__link {
    border-radius: 0 0 5px 0;
  }
  .anchors .anchor:first-child:nth-last-child(9):nth-child(9) .anchor__link, .anchors .anchor:first-child:nth-last-child(9) ~ li:nth-child(9) .anchor__link {
    border-radius: 0 0 5px 0;
  }
}
.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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  height: 100%;
  min-height: 2.5rem;
  padding: 0.5rem 0.5rem;
  background-color: #005EB0;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
}
@media only screen and (min-width:768px), print {
  .anchors .anchor__link {
    min-height: 3.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 1rem;
    letter-spacing: inherit;
    text-align: center;
  }
}
.anchors .anchor__link::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: relative;
  top: 0.3em;
  line-height: 1;
}
@media (hover: hover) {
  .anchors .anchor__link:hover {
    background-color: rgb(0, 107.6193181818, 201.5);
  }
}
.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-list {
  margin-inline: -1rem;
}
@media only screen and (max-width:767px) {
  .mySlider .slick-list {
    margin-inline: calc(var(--my--cntr-gutter) * -1);
  }
}
.mySlider .slick-slide {
  margin-inline: 1rem;
}
.mySlider.slick-slider .indexContCard,
.mySlider.slick-slider .contCard {
  padding-right: 0;
  padding-left: 0;
}

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

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

.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: 1;
  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::before {
    background-color: rgb(0, 107.6193181818, 201.5);
  }
  .slick-arrow:hover::after {
    background-color: #fff;
  }
}
.slick-arrow::before, .slick-arrow::after {
  -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;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #005EB0;
}
.slick-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  height: 12px;
  width: 6px;
  background-color: #fff;
}
.slick-arrow.slick-prev {
  left: -27px;
}
.slick-arrow.slick-prev::after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  margin-right: 26px;
}
.slick-arrow.slick-next {
  right: -27px;
}
.slick-arrow.slick-next::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 26px;
}

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

.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 img {
  background-color: #ddd;
}
.gallerySlider img.is-portrait {
  -o-object-fit: contain;
     object-fit: contain;
}
.gallerySlider img.is-landscape {
  -o-object-fit: cover;
     object-fit: cover;
}
.gallerySlider .gallerySliderMain .slick-list {
  margin-inline: 0;
}
.gallerySlider .gallerySliderMain .slick-slide {
  margin-inline: 0;
}
.gallerySlider .gallerySliderMain .slick-slide img {
  aspect-ratio: 1100/600;
  width: 100%;
  height: 100%;
  margin: 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 {
  max-width: 906px;
  margin: 1.5rem auto 0;
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderSub__wrap {
    margin-top: 2.5rem;
  }
}
.gallerySlider .gallerySliderSub .slick-list {
  margin-inline: -3px;
}
.gallerySlider .gallerySliderSub .slick-slide {
  position: relative;
  margin-inline: 3px;
  cursor: pointer;
}
.gallerySlider .gallerySliderSub .slick-slide.slick-current::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #005EB0;
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderSub .slick-slide.slick-current::after {
    border-width: 3px;
  }
}
.gallerySlider .gallerySliderSub .gallerySliderSub__item {
  background: url(/assets/img/common/loading.svg) center center no-repeat;
  background-size: 1.2rem;
}
.gallerySlider .gallerySliderSub img {
  aspect-ratio: 175/100;
  width: 100%;
  height: 100%;
}
.gallerySlider .gallerySliderSub .slick-arrow::before {
  width: 40px;
  height: 40px;
}
.gallerySlider .gallerySliderSub .slick-arrow.slick-prev {
  left: -20px;
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderSub .slick-arrow.slick-prev {
    left: -42px;
  }
}
.gallerySlider .gallerySliderSub .slick-arrow.slick-prev::after {
  margin-right: 18px;
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderSub .slick-arrow.slick-prev::before {
    border: none;
  }
}
.gallerySlider .gallerySliderSub .slick-arrow.slick-next {
  right: -20px;
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderSub .slick-arrow.slick-next {
    right: -42px;
  }
}
.gallerySlider .gallerySliderSub .slick-arrow.slick-next::after {
  margin-left: 18px;
}
@media only screen and (min-width:768px), print {
  .gallerySlider .gallerySliderSub .slick-arrow::before {
    background-color: transparent;
  }
  .gallerySlider .gallerySliderSub .slick-arrow::after {
    background-color: #005EB0;
  }
}

.modal__ttl {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width:768px), print {
  .modal__ttl {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .modal__ttl {
    font-size: 1.75rem;
  }
}

.breadChumbs,
.aioseo-breadcrumbs {
  color: #777;
}
@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(1250px + var(--my--cntr-gutter) * 2);
  }
}

.breadChumbs__body,
.aioseo-breadcrumbs {
  font-size: 0.8125rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.2em;
  gap: 0.3rem 0;
}
.breadChumbs__body li:last-child a::after,
.aioseo-breadcrumbs li:last-child a::after {
  display: none;
}

.breadChumbs a,
.breadChumbs__links,
.aioseo-breadcrumb {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  color: #777;
}
@media (hover: hover) {
  .breadChumbs a:hover,
  .breadChumbs__links:hover,
  .aioseo-breadcrumb:hover {
    text-decoration: underline;
  }
  .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: -0.75em;
  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: rgb(251.5, 115.7345132743, 0);
    text-decoration: none;
  }
}
.js-fixContact .fixContact__btn.is-contact .fixContact__btn__link {
  background-color: #005EB0;
  color: #fff;
}
@media (hover: hover) {
  .js-fixContact .fixContact__btn.is-contact .fixContact__btn__link:hover {
    background-color: rgb(0, 107.6193181818, 201.5);
    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: "Open Sans", 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;
}

@media only screen and (min-width:768px), print {
  .has-btn-header {
    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;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-bottom: 2.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: #005EB0;
  background-color: #005EB0;
  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 #005EB0;
  color: #005EB0;
  -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: #005EB0;
  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 #005EB0;
  border-left: solid 2px #005EB0;
}
.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 #005EB0;
  color: #005EB0;
  -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: #005EB0;
  background-color: #005EB0;
  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 #005EB0;
  border-left: solid 2px #005EB0;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_current span {
  background-color: #005EB0;
  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 .my-block-table.is-style-regular table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(-webkit-min-content, -webkit-max-content))[3] minmax(-webkit-max-content, 1fr);
  -ms-grid-columns: (minmax(min-content, max-content))[3] minmax(max-content, 1fr);
  grid-template-columns: repeat(3, minmax(-webkit-min-content, -webkit-max-content)) minmax(-webkit-max-content, 1fr);
  grid-template-columns: repeat(3, minmax(min-content, max-content)) minmax(max-content, 1fr);
}
@media only screen and (min-width:768px), print {
  .wrapTableKukaku .my-block-table.is-style-regular table {
    -ms-grid-columns: (minmax(-webkit-min-content, -webkit-max-content))[3] minmax(auto, 1fr);
    -ms-grid-columns: (minmax(min-content, max-content))[3] minmax(auto, 1fr);
    grid-template-columns: repeat(3, minmax(-webkit-min-content, -webkit-max-content)) minmax(auto, 1fr);
    grid-template-columns: repeat(3, minmax(min-content, max-content)) minmax(auto, 1fr);
  }
}
@media only screen and (min-width:1000px), print {
  .wrapTableKukaku .my-block-table.is-style-regular table {
    -ms-grid-columns: (1fr)[3] minmax(27.5em, 1fr);
    grid-template-columns: repeat(3, 1fr) minmax(27.5em, 1fr);
  }
}
.wrapTableKukaku .my-block-table.is-style-regular table tr,
.wrapTableKukaku .my-block-table.is-style-regular table tbody,
.wrapTableKukaku .my-block-table.is-style-regular table thead,
.wrapTableKukaku .my-block-table.is-style-regular table tfoot {
  display: -ms-grid;
  display: grid;
  /** 親のGridを利用する */
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  /** すべてのGrid Columnを利用する */
  grid-column: 1/-1;
}
.wrapTableKukaku .my-block-table.is-style-regular table th,
.wrapTableKukaku .my-block-table.is-style-regular table td {
  display: block;
}

.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 #ddd;
}

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

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

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

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

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

.fz18 {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  .fz18 {
    font-size: 1.125rem;
  }
}

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

.fz22 {
  font-size: 1.0625rem;
}
@media only screen and (min-width:768px), print {
  .fz22 {
    font-size: 1.375rem;
  }
}
.fz22 {
  line-height: 1.4;
}

.fz24 {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  .fz24 {
    font-size: 1.5rem;
  }
}
.fz24 {
  line-height: 1.4;
}

.fz26 {
  font-size: 1.0625rem;
}
@media only screen and (min-width:768px), print {
  .fz26 {
    font-size: 1.625rem;
  }
}
.fz26 {
  line-height: 1.4;
}

.fz28 {
  font-size: 1.125rem;
}
@media only screen and (min-width:768px), print {
  .fz28 {
    font-size: 1.75rem;
  }
}
.fz28 {
  line-height: 1.4;
}

.color--main {
  color: #005EB0;
}

.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: "Open Sans", 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[target=_blank]:not([href*=".pdf"]):not(.noIcon),
.txtLink a[target=_blank]:not([href*=".pdf"]):not(.noIcon) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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.1em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: none;
          filter: none;
}
.txtLink,
.txtLink a {
  text-decoration: underline;
}
@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;
}
@media (hover: hover) {
  .tooltip:hover {
    cursor: default;
  }
}

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

.br-xl-block {
  display: none;
}
@media only screen and (min-width:1100px), print {
  .br-xl-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;
}

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

@media (max-width: 1099px) {
  .d-xl-block {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .d-xl-block {
    display: revert;
  }
}

.icoMtContent {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.icoMtContent:is(div, p) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icoMtContent:is(span) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.icoMt {
  line-height: 1;
}
.icoMt::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.icoMt--map {
  background-image: url(../img/common/ico_map.svg);
}
.icoMt--building {
  background-image: url(../img/common/ico_building.svg);
}
.icoMt--access {
  background-image: url(../img/common/ico_access.svg);
}
.icoMt--question {
  background-image: url(../img/common/ico_question.svg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.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.6em 2em;
  border: 2px solid currentColor;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  height: 12px;
  width: 6px;
  margin: auto;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.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;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.5em;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (min-width:768px), print {
  .wp-block-buttons > .wp-block-button .wp-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
    right: 1em;
  }
}
.wp-block-buttons > .wp-block-button .wp-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::before {
  display: none;
}
.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: #162379;
  border-color: #162379;
  color: #fff;
}
.wp-block-buttons > .wp-block-button:not(.is-style-outline) .wp-block-button__link::before {
  background-color: #fff;
}
@media (hover: hover) {
  .wp-block-buttons > .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    border-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
  }
}
.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: #F1F1F1;
  }
}

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

@media only screen and (min-width:1000px), print {
  .wp-block-columns.is-layout-flex {
    gap: 3em;
  }
}

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-element-caption {
  margin-top: 1em;
  color: #777;
}

.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);
}
.cols:first-child {
  margin-top: 0;
}
.cols:last-child {
  margin-bottom: 0;
}
.cols {
  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.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);
}
.my-block-columns:first-child {
  margin-top: 0;
}
.my-block-columns:last-child {
  margin-bottom: 0;
}
.my-block-columns {
  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);
}
@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-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 {
  /* 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-3 .my-block-column {
  width: calc((100% - var(--my--block--col--gap-x) * 2) / 3);
}
.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 );
      }
  }
  */
}
.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 {
  /* 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-5 .my-block-column {
  width: calc((100% - var(--my--block--col--gap-x) * 4) / 5);
}
.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 );
      }
  }
  */
}
.my-block-columns.is-cols-6 .my-block-column {
  width: calc((100% - var(--my--block--col--gap-x) * 5) / 6);
}
.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 );
      }
  }
  */
}
@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: 4px;
  height: 4px;
  margin: auto;
  border-radius: 50%;
  background-color: currentColor;
}
.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 #005EB0;
  border-right: 2px solid #005EB0;
  -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: #005EB0;
  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: #F1F1F1;
}

.is-bg-light {
  background-color: #E3EAF0 !important;
}

.is-bg-special {
  background-color: #f5f0df;
}

.is-bg-trans-light,
.is-bg-trans-gray {
  container-type: inline-size;
  position: relative;
}
.is-bg-trans-light::before,
.is-bg-trans-gray::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 10px;
  height: min(var(--heightVw, 50vw), var(--heightPx, 500px));
}

.is-bg-trans-gray::before {
  background-color: #F1F1F1;
}

.is-bg-trans-light::before {
  background-color: #E3EAF0;
}

.my-heading + .sec,
.my-heading + .sec__block,
.anchor__list + .sec,
.anchor__list + .sec__block {
  margin-top: 0;
}

.sec {
  scroll-margin-top: var(--my--sec--mrg);
  margin-top: var(--my--sec--mrg);
  margin-bottom: var(--my--sec--mrg);
}
.sec:first-child {
  margin-top: 0;
}
.sec--m {
  margin-block: calc(var(--my--sec--mrg) - 1.5rem);
}
.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--pad--m {
  padding-block: calc(var(--my--sec--mrg) - 1.5rem);
}
.sec--pad--s {
  padding-block: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .sec--pad--s {
    padding-block: 4rem;
  }
}

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

.editor-styles-wrapper :is(h1, h2, h3, h4, h5, h6) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0 !important;
}

.pageHeading {
  margin-bottom: 3rem;
}
.pageHeading.is-border-none .pageHeading__body {
  border-bottom: none;
}
@media only screen and (max-width:767px) {
  .pageHeading .cntr--xxl2 .cntr--xxl {
    padding-inline: 0;
  }
}
.pageHeading .pageHeading__body {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width:768px), print {
  .pageHeading .pageHeading__body {
    padding: 2rem 0 2.5rem;
  }
}
.pageHeading .pageHeading__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;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 0.5rem 1rem;
}
.pageHeading .pageHeading__ttl {
  font-size: 1.5625rem;
}
@media only screen and (min-width:768px), print {
  .pageHeading .pageHeading__ttl {
    font-size: 2.5rem;
  }
}
.pageHeading .pageHeading__ttl {
  line-height: 1.4;
  color: #4D4D4D;
}
.pageHeading .pageHeading__parentTtl {
  font-size: 1.125rem;
}
@media only screen and (min-width:768px), print {
  .pageHeading .pageHeading__parentTtl {
    font-size: 1.75rem;
  }
}
.pageHeading .pageHeading__parentTtl {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #4D4D4D;
  font-weight: 700;
}
.pageHeading .pageHeading__parentTtl::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 3px;
  margin-top: 0.1em;
  background-color: #005EB0;
}
.pageHeading .pageHeading__subttl {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  .pageHeading .pageHeading__subttl {
    font-size: 1.125rem;
  }
}
.pageHeading .pageHeading__subttl {
  display: block;
  margin-bottom: 0.5rem;
}
@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;
}
.pageHeading .anchors {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

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

.search-office .pageHeading {
  margin-bottom: 0;
}
.search-office .pageHeading .pageHeading__body {
  border-bottom: none;
}

.pageHeading--cover {
  position: relative;
  margin-bottom: 3rem;
}
.pageHeading--cover.is-tenant .pageHeading__body {
  background-image: url(../img/tenant/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;
}
@media only screen and (min-width:768px), print {
  .pageHeading--cover .pageHeading__ttl {
    font-size: 3rem;
  }
}
.pageHeading--cover .pageHeading__ttl {
  line-height: 1.4;
}
.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;
  }
}
.pageHeading--cover .breadChumbs {
  position: absolute;
  color: #fff;
}
.pageHeading--cover .breadChumbs a {
  color: inherit;
}

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

.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: 2rem;
  }
}
.my-heading.is-style-my-01 .my-heading__en {
  font-size: 2.375rem;
  margin-left: -0.09em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-01 .my-heading__en {
    font-size: 3rem;
  }
}
@media only screen and (min-width:1000px), print {
  .my-heading.is-style-my-01 .my-heading__en {
    font-size: 3.875rem;
  }
}
.my-heading.is-style-my-01 .my-heading__jp {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 0.7em;
  font-weight: 500;
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-01 .my-heading__jp {
    font-size: 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  .my-heading.is-style-my-01 .my-heading__jp {
    font-size: 1.125rem;
  }
}
.my-heading.is-style-my-01 .my-heading__jp::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 3px;
  background-color: #005EB0;
}
.my-heading.is-style-my-01.is-center {
  text-align: center;
}
.my-heading.is-style-my-01.is-center .my-heading__jp {
  display: block;
}
.my-heading.is-style-my-01.is-center .my-heading__jp::before {
  display: none;
}
.my-heading.is-style-my-01.is-inline .my-heading__en {
  display: inline-block;
  margin-right: 0.15em;
}
.my-heading.is-style-my-01.is-inline .my-heading__jp {
  display: inline-block;
}
.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 + h2,
.editor-styles-wrapper h2.wp-block-heading + h2.wp-block-heading,
.my-heading + .my-heading {
  margin-top: 0;
}

.editor-styles-wrapper h2,
.editor-styles-wrapper h2.wp-block-heading {
  font-size: 1.25rem;
}
@media only screen and (min-width:768px), print {
  .editor-styles-wrapper h2,
  .editor-styles-wrapper h2.wp-block-heading {
    font-size: 2rem;
  }
}
.editor-styles-wrapper h2,
.editor-styles-wrapper h2.wp-block-heading {
  line-height: 1.4;
}

.my-heading.is-style-my-02 {
  font-size: 1.4375rem;
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-02 {
    font-size: 2.375rem;
  }
}
.my-heading.is-style-my-02 {
  line-height: 1.4;
}

.editor-styles-wrapper h2,
.editor-styles-wrapper h2.wp-block-heading,
.my-heading.is-style-my-02 {
  position: relative;
  margin-top: 2.6em;
  margin-bottom: 1.1em;
  padding-top: 1.8em;
  color: #162379;
}
.editor-styles-wrapper h2:first-child,
.editor-styles-wrapper h2.wp-block-heading:first-child,
.my-heading.is-style-my-02:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper h2::before, .editor-styles-wrapper h2::after,
.editor-styles-wrapper h2.wp-block-heading::before,
.editor-styles-wrapper h2.wp-block-heading::after,
.my-heading.is-style-my-02::before,
.my-heading.is-style-my-02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}
.editor-styles-wrapper h2::before,
.editor-styles-wrapper h2.wp-block-heading::before,
.my-heading.is-style-my-02::before {
  top: 0;
  left: 0;
  right: 0;
  background-color: #ddd;
}
.editor-styles-wrapper h2::after,
.editor-styles-wrapper h2.wp-block-heading::after,
.my-heading.is-style-my-02::after {
  top: 0;
  left: 0;
  width: 17rem;
  background-color: #162379;
}
.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::after, .editor-styles-wrapper h2.has-text-align-center::after,
.editor-styles-wrapper h2.wp-block-heading.is-center::after,
.editor-styles-wrapper h2.wp-block-heading.has-text-align-center::after,
.my-heading.is-style-my-02.is-center::after,
.my-heading.is-style-my-02.has-text-align-center::after {
  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::after,
  .editor-styles-wrapper h2.wp-block-heading.is-sp-center::after,
  .my-heading.is-style-my-02.is-sp-center::after {
    width: 5rem;
    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;
}
@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 h2.txt--en,
.editor-styles-wrapper h2.wp-block-heading.txt--en,
.my-heading.is-style-my-02.txt--en {
  line-height: 1.2;
}

.editor-styles-wrapper h3,
.editor-styles-wrapper h3.wp-block-heading,
.my-heading.is-style-my-03 {
  font-size: 1.0625rem;
}
@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.375rem;
  }
}
.editor-styles-wrapper h3,
.editor-styles-wrapper h3.wp-block-heading,
.my-heading.is-style-my-03 {
  line-height: 1.4;
  margin-top: 2.5em;
  margin-bottom: 2.2em;
  padding: 0.6em 1em;
  background-color: #E3EAF0;
  border-left: 5px solid #162379;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #162379;
}
.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;
}
@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.is-sm,
.editor-styles-wrapper h3.wp-block-heading.is-sm,
.my-heading.is-style-my-03.is-sm {
  padding-bottom: 0.6em;
  margin-bottom: 1.2em;
}

.editor-styles-wrapper h4,
.editor-styles-wrapper h4.wp-block-heading,
.my-heading.is-style-my-04 {
  font-size: 1rem;
}
@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,
.editor-styles-wrapper h4.wp-block-heading,
.my-heading.is-style-my-04 {
  margin-top: 2em;
  margin-bottom: 0.8em;
}
.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;
}

.my-heading.is-style-my-05 {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-05 {
    font-size: 1.125rem;
  }
}
.my-heading.is-style-my-05 {
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding: 0.6em 1em;
  background-color: #005EB0;
  color: #fff;
}
.my-heading.is-style-my-05.is-sm {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  .my-heading.is-style-my-05.is-sm {
    font-size: 1.25rem;
  }
}
.my-heading.is-style-my-05.is-sm {
  padding-bottom: 0.6em;
  margin-bottom: 1.2em;
}

.my-heading {
  font-weight: 700;
}
.my-heading:first-child {
  margin-top: 0;
}
.my-heading a[target=_blank]:not([href*=".pdf"]):not(.noIcon) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-heading a[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.1em;
  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;
}

.secHeading--style01 {
  font-size: 1.25rem;
}
@media only screen and (min-width:768px), print {
  .secHeading--style01 {
    font-size: 1.875rem;
  }
}
.secHeading--style01 {
  line-height: 1.4;
  position: relative;
  margin-bottom: 1.8em;
  color: #005EB0;
  text-align: center;
  letter-spacing: 0.15em;
}
.secHeading--style01.is-white::before {
  color: #fff;
}
.secHeading--style01__inr {
  position: relative;
  z-index: 1;
}

.secHeading--style02 {
  font-size: 1.5625rem;
}
@media only screen and (min-width:768px), print {
  .secHeading--style02 {
    font-size: 2.5rem;
  }
}
.secHeading--style02 {
  line-height: 1.4;
  position: relative;
  margin-bottom: 1.3em;
  text-align: center;
  letter-spacing: 0.1em;
}
.secHeading--style02.is-white::before {
  color: #fff;
}
.secHeading--style02 .secHeading__sub {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  .secHeading--style02 .secHeading__sub {
    font-size: 1.5625rem;
  }
}
.secHeading--style02 .secHeading__sub {
  line-height: 1.4;
  display: block;
  font-weight: 700;
}
.secHeading--style02::after {
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  .secHeading--style02::after {
    font-size: 1.0625rem;
  }
}
.secHeading--style02::after {
  content: attr(data-en);
  display: block;
  margin-top: 0.8em;
  color: #005EB0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
}

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

figure.wp-block-table thead {
  border-bottom: 1px solid #ddd;
}

.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 #E0E0E0;
}
@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: 1rem 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: #E3EAF0;
  color: #005EB0;
  font-weight: 500;
  vertical-align: middle;
}

.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: #F1F1F1;
}

@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 #E0E0E0;
  }
  .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: #F1F1F1;
    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 #ddd;
  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 #ddd;
}
.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;
}
@media only screen and (max-width:767px) {
  .wp-block-table.is-style-my-01.is-rw-column > table,
  .my-block-table.is-style-my-01.is-rw-column > table {
    width: 100%;
  }
  .wp-block-table.is-style-my-01.is-rw-column > table > thead,
  .my-block-table.is-style-my-01.is-rw-column > table > thead {
    display: none;
  }
  .wp-block-table.is-style-my-01.is-rw-column > table > tbody > tr > th,
  .wp-block-table.is-style-my-01.is-rw-column > table > tbody > tr > td,
  .my-block-table.is-style-my-01.is-rw-column > table > tbody > tr > th,
  .my-block-table.is-style-my-01.is-rw-column > table > tbody > tr > td {
    display: block;
    width: 100%;
    border: none;
  }
  .wp-block-table.is-style-my-01.is-rw-column > table > tbody > tr > th,
  .my-block-table.is-style-my-01.is-rw-column > table > tbody > tr > th {
    border-top: 1px solid #E0E0E0;
    padding-top: 0.8rem;
    padding-bottom: 0;
  }
  .wp-block-table.is-style-my-01.is-rw-column > table > tbody > tr > td,
  .my-block-table.is-style-my-01.is-rw-column > table > tbody > tr > td {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #E0E0E0;
  }
  .wp-block-table.is-style-my-01.is-rw-column > table > tbody > tr:first-child:last-child,
  .my-block-table.is-style-my-01.is-rw-column > table > tbody > tr:first-child:last-child {
    border-top: none;
  }
  .wp-block-table.is-style-my-01.is-rw-column > table > tbody > tr:not(:first-child) > th:first-child:not(:last-child),
  .wp-block-table.is-style-my-01.is-rw-column > table > tbody > tr:not(:first-child) > td:first-child:not(:last-child),
  .my-block-table.is-style-my-01.is-rw-column > table > tbody > tr:not(:first-child) > th:first-child:not(:last-child),
  .my-block-table.is-style-my-01.is-rw-column > table > tbody > tr:not(:first-child) > td:first-child:not(:last-child) {
    border-top: none;
  }
  .wp-block-table.is-style-my-01.is-rw-column > table table.tb01 td .tb01 tr:last-child,
  .my-block-table.is-style-my-01.is-rw-column > table table.tb01 td .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}

.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 #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}
@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-my-03 table th,
.wp-block-table.is-style-my-03 table td,
.my-block-table.is-style-my-03 table th,
.my-block-table.is-style-my-03 table td {
  padding: 0.4rem 0.8rem 0.4rem 0;
  background-color: transparent;
  border: none;
}
@media only screen and (min-width:768px), print {
  .wp-block-table.is-style-my-03 table th,
  .wp-block-table.is-style-my-03 table td,
  .my-block-table.is-style-my-03 table th,
  .my-block-table.is-style-my-03 table td {
    padding-right: 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  .wp-block-table.is-style-my-03 table th,
  .wp-block-table.is-style-my-03 table td,
  .my-block-table.is-style-my-03 table th,
  .my-block-table.is-style-my-03 table td {
    padding-right: 1.5rem;
  }
}
.wp-block-table.is-style-my-03 table thead th,
.my-block-table.is-style-my-03 table thead th {
  white-space: nowrap;
  width: 1%;
}
.wp-block-table.is-style-my-03 table thead + tbody tr:first-child th,
.wp-block-table.is-style-my-03 table thead + tbody tr:first-child td,
.my-block-table.is-style-my-03 table thead + tbody tr:first-child th,
.my-block-table.is-style-my-03 table thead + tbody tr:first-child td {
  padding-top: 0.4rem;
}
.wp-block-table.is-style-my-03 table tbody tr:first-child th,
.wp-block-table.is-style-my-03 table tbody tr:first-child td,
.my-block-table.is-style-my-03 table tbody tr:first-child th,
.my-block-table.is-style-my-03 table tbody tr:first-child td {
  padding-top: 0;
  border-top: none;
}
.wp-block-table.is-style-my-03 table tbody th,
.my-block-table.is-style-my-03 table tbody th {
  color: #005EB0;
  font-weight: 400;
}
.wp-block-table.is-style-my-03 table tbody th:last-child,
.wp-block-table.is-style-my-03 table tbody td:last-child,
.my-block-table.is-style-my-03 table tbody th:last-child,
.my-block-table.is-style-my-03 table tbody td:last-child {
  padding-right: 0;
}
.wp-block-table.is-style-my-03:last-child table tbody tr:last-child th,
.wp-block-table.is-style-my-03:last-child table tbody tr:last-child td,
.my-block-table.is-style-my-03:last-child table tbody tr:last-child th,
.my-block-table.is-style-my-03: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 > tbody > tr > th,
.wp-block-table.is-th-nowrap > table > 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: 1.25rem;
}
.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: #162379;
  border-color: #162379;
  color: #fff;
}
.my-block-button.is-style-my-fill .my-block-button__link::before,
.my-block-button.is-style-my-fill .my-block-button__form .form__check__label::before {
  background-color: #fff;
}
@media (hover: hover) {
  .my-block-button.is-style-my-fill a.my-block-button__link:hover {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    border-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    text-decoration: none;
  }
}
.my-block-button.is-style-my-white .my-block-button__link,
.my-block-button.is-style-my-white .my-block-button__form .form__check__label {
  background-color: #fff;
  border-color: #fff;
  color: #162379;
  font-weight: 500;
}
.my-block-button.is-style-my-white .my-block-button__link::before,
.my-block-button.is-style-my-white .my-block-button__form .form__check__label::before {
  background-color: #162379;
}
@media (hover: hover) {
  .my-block-button.is-style-my-white a.my-block-button__link:hover {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    border-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    color: #fff;
    text-decoration: none;
  }
  .my-block-button.is-style-my-white a.my-block-button__link:hover::before {
    background-color: #fff;
  }
}
.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: rgb(19.3950276243, 187.1049723757, 139.1878453039);
    border-color: rgb(19.3950276243, 187.1049723757, 139.1878453039);
    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: #005EB0;
  border-color: #005EB0;
  color: #fff;
}
@media (hover: hover) {
  .my-block-button.is-contact a.my-block-button__link:hover {
    background-color: rgb(0, 107.6193181818, 201.5);
    border-color: rgb(0, 107.6193181818, 201.5);
    text-decoration: none;
  }
}
.my-block-button.is-back .my-block-button__link::before,
.my-block-button.is-back .my-block-button__form .form__check__label::before {
  right: auto;
  left: 0.8em;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.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 {
  max-width: none;
}
@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: 1.2em 3em;
    border-width: 3px;
  }
  .my-block-button.is-xxl .my-block-button__link::before,
  .my-block-button.is-xxl .my-block-button__form .form__check__label::before {
    right: 1.5em;
  }
}
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 {
  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 {
    min-width: 21.875rem;
    padding: 0.9em 3em;
    border-width: 3px;
  }
  .my-block-button.is-xl-l .my-block-button__link::before,
  .my-block-button.is-xl-l .my-block-button__form .form__check__label::before {
    right: 1.5em;
  }
}
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 {
  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 {
    min-width: 21.875rem;
    padding: 1.2em 3em;
    border-width: 3px;
  }
  .my-block-button.is-xl .my-block-button__link::before,
  .my-block-button.is-xl .my-block-button__form .form__check__label::before {
    right: 1.5em;
  }
}
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 {
  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 {
    min-width: 15.625rem;
    padding: 0.9em 2.5em;
    border-width: 3px;
  }
  .my-block-button.is-lg .my-block-button__link::before,
  .my-block-button.is-lg .my-block-button__form .form__check__label::before {
    right: 1em;
  }
}
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-xxl.is-back .my-block-button__link::before,
.my-block-button.is-xxl.is-back .my-block-button__form .form__check__label::before, .my-block-button.is-xl-l.is-back .my-block-button__link::before,
.my-block-button.is-xl-l.is-back .my-block-button__form .form__check__label::before, .my-block-button.is-xl.is-back .my-block-button__link::before,
.my-block-button.is-xl.is-back .my-block-button__form .form__check__label::before, .my-block-button.is-lg.is-back .my-block-button__link::before,
.my-block-button.is-lg.is-back .my-block-button__form .form__check__label::before {
  right: auto !important;
  left: 0.8em;
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-xxl.is-back .my-block-button__link::before,
  .my-block-button.is-xxl.is-back .my-block-button__form .form__check__label::before, .my-block-button.is-xl-l.is-back .my-block-button__link::before,
  .my-block-button.is-xl-l.is-back .my-block-button__form .form__check__label::before, .my-block-button.is-xl.is-back .my-block-button__link::before,
  .my-block-button.is-xl.is-back .my-block-button__form .form__check__label::before, .my-block-button.is-lg.is-back .my-block-button__link::before,
  .my-block-button.is-lg.is-back .my-block-button__form .form__check__label::before {
    left: 1em;
  }
}
.my-block-button.is-md .my-block-button__link,
.my-block-button.is-md .my-block-button__form .form__check__label {
  max-width: none;
}
@media only screen and (min-width:768px), print {
  .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;
}
@media only screen and (min-width:768px), print {
  .my-block-button.is-xxl .my-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after,
  .my-block-button.is-xxl .my-block-button__form .form__check__label[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after, .my-block-button.is-xl-l .my-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after,
  .my-block-button.is-xl-l .my-block-button__form .form__check__label[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after, .my-block-button.is-xl .my-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after,
  .my-block-button.is-xl .my-block-button__form .form__check__label[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
    right: 1.3em;
  }
}
.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;
}
.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;
}
@media (hover: hover) {
  .my-block-button.is-pdf .my-block-button__link:hover {
    background-color: #F1F1F1;
    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.6em 2em;
  border: 2px solid currentColor;
  color: #000;
  text-align: center;
  border-radius: 5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
  vertical-align: middle;
}
.my-block-button__link:not(.noIcon)::before,
.my-block-button__form .form__check__label:not(.noIcon)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  height: 12px;
  width: 6px;
  margin: auto;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.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;
}
.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;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.5em;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media only screen and (min-width:768px), print {
  .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 {
    right: 1em;
  }
}
.my-block-button__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::before,
.my-block-button__form .form__check__label[target=_blank]:not([href*=".pdf"]):not(.noIcon)::before {
  display: none;
}
.my-block-button__link[href*=".pdf"]:not(.noIcon)::after,
.my-block-button__form .form__check__label[href*=".pdf"]:not(.noIcon)::after {
  content: url(../img/common/pdf.svg);
  display: inline-block;
  margin-left: 0.2em;
  line-height: 1;
  vertical-align: middle;
}
.my-block-button__link[href*=".pdf"]:not(.noIcon)::after,
.my-block-button__form .form__check__label[href*=".pdf"]:not(.noIcon)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  width: 24px;
  height: 24px;
}
.my-block-button__link[href*=".pdf"]:not(.noIcon)::before,
.my-block-button__form .form__check__label[href*=".pdf"]:not(.noIcon)::before {
  display: none;
}

@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: rgb(0, 107.6193181818, 201.5);
    border-color: rgb(0, 107.6193181818, 201.5);
    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;
  }
}

.moreBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.moreBtn__link {
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #4D4D4D;
  text-decoration: none !important;
}
@media (hover: hover) {
  .moreBtn__link:hover::after {
    background-color: rgb(0, 107.6193181818, 201.5);
  }
}
.moreBtn__link::after {
  -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: "";
  display: inline-block;
  width: 50px;
  height: 2rem;
  background: url(../img/common/arrow_uq_white.svg) no-repeat center center #005EB0;
  border-radius: 1rem;
}

.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: 1px solid #ddd;
}

.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);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width:1000px), print {
  .boxRelated .boxRelated__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width:1250px), print {
  .boxRelated .boxRelated__inr {
    padding: var(--my--block--box--pad) var(--my--block--box--pad) var(--my--block--box--pad) 3.5rem;
  }
}
.boxRelated .boxRelated__ttl {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  .boxRelated .boxRelated__ttl {
    font-size: 1.25rem;
  }
}
.boxRelated .boxRelated__ttl {
  color: #005EB0;
}
@media only screen and (min-width:1000px), print {
  .boxRelated .boxRelated__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
: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;
}
.boxRelated .boxRelated__body {
  margin: 1rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid #ddd;
}
@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 #ddd;
  }
}
@media only screen and (min-width:1250px), print {
  .boxRelated .boxRelated__body {
    margin: 0 0 0 3.5rem;
    padding: 0 0 0 3.5rem;
  }
}
.boxRelated .boxRelated__list {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem 0;
}
.boxRelated .boxRelated__link[target=_blank]:not([href*=".pdf"]):not(.noIcon) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxRelated .boxRelated__link[target=_blank]:not([href*=".pdf"]):not(.noIcon)::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  margin-left: 0.1em;
  line-height: 1;
  vertical-align: middle;
  -webkit-filter: none;
          filter: none;
}
.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;
}
.boxRelated .boxRelated__link {
  position: relative;
  display: inline-block;
  padding-left: 0.8rem;
  text-decoration: none;
}
.boxRelated .boxRelated__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 5px;
  margin: auto;
  background-color: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (hover: hover) {
  .boxRelated .boxRelated__link:hover {
    text-decoration: underline;
  }
}

.sec__boxColumnRelated {
  margin-top: calc(var(--my--sec--mrg) * 0.5);
  margin-bottom: calc(var(--my--sec--mrg) * 0.7);
}

.boxColumnRelated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 5px;
  border: 1px solid #DDD;
}
@media only screen and (min-width:768px), print {
  .boxColumnRelated {
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 2.5rem;
  }
}
@media only screen and (min-width:1250px), print {
  .boxColumnRelated {
    gap: 0 5rem;
    padding: 1.25rem 1.25rem 1.25rem 5rem;
  }
}
.boxColumnRelated + .boxColumnRelated {
  margin-top: 1.25rem;
}
.boxColumnRelated__label {
  font-size: 0.875rem;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.3em;
  padding: 0.3em 1.2em;
  background-color: #F1F1F1;
  border-radius: 5em;
  color: #777;
}
.boxColumnRelated__leadCopy {
  font-size: 1.125rem;
}
@media only screen and (min-width:768px), print {
  .boxColumnRelated__leadCopy {
    font-size: 1.75rem;
  }
}
.boxColumnRelated__leadCopy {
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0.2em;
}
.boxColumnRelated__btn {
  margin-top: 1rem;
}
.boxColumnRelated__btn__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;
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 11.25rem;
  padding: 0.6em 2em;
  background-color: #162379;
  border-color: #162379;
  color: #fff;
  text-align: center;
  border-radius: 5em;
}
@media only screen and (min-width:768px), print {
  .boxColumnRelated__btn__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width:1250px), print {
  .boxColumnRelated__btn__link {
    min-width: 17.5rem;
  }
}
.boxColumnRelated__btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  height: 12px;
  width: 6px;
  margin: auto;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (hover: hover) {
  .boxColumnRelated__btn__link:hover {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    border-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    text-decoration: none;
  }
}
.boxColumnRelated__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .boxColumnRelated__img {
    max-width: 280px;
  }
}

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_black.svg) center right 10px no-repeat #fff;
  border-radius: 5px;
  border: none;
  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 #ddd;
  }
}

.agreement__ttl {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  .agreement__ttl {
    font-size: 1.25rem;
  }
}
.agreement__ttl {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
}

.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]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]),
:where(.form) select,
:where(.form) textarea {
  padding: 1rem 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
}
:where(.form) input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):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 .form__checks input[type=checkbox],
.form .form__imgChecks input[type=checkbox],
.form .form__fillChecks input[type=checkbox],
.form .form__divideChecks 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__divideChecks .form__check__label, .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__divideChecks .form__check__label:hover::before, .form .form__checks .form__check__label:hover::before {
    border-color: rgba(0, 94, 176, 0.4);
  }
}
.form .form__checkButton .form__check__label span::before, .form .form__divideChecks .form__check__label::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;
  border-radius: 4px;
}
@media only screen and (min-width:768px), print {
  .form .form__checkButton .form__check__label span::before, .form .form__divideChecks .form__check__label::before, .form .form__checks .form__check__label::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.form .form__checkButton .form__check__label span::after, .form .form__divideChecks .form__check__label::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: #005EB0;
  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__divideChecks .form__check__label::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__fillChecks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width:768px), print {
  .form .form__fillChecks {
    gap: 10px;
  }
}
.form .form__fillChecks.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .form__fillChecks--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form .form__fillChecks--inline.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form .form__fillChecks .form__check {
  line-height: 1;
}
.form .form__fillChecks .form__check__input:checked + .form__check__label {
  background-color: #005EB0;
  color: #fff;
}
.form .form__fillChecks .form__check__label {
  -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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.7em 0.8em;
  background-color: #F8F8F8;
  border-radius: 10em;
  cursor: pointer;
}
@media only screen and (min-width:768px), print {
  .form .form__fillChecks .form__check__label {
    padding: 0.9em 1.5em;
  }
}
@media (hover: hover) {
  .form .form__fillChecks .form__check__label:hover {
    background-color: #F4FAFF;
  }
}
.form .form__imgChecks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 10px;
}
@media only screen and (min-width:768px), print {
  .form .form__imgChecks {
    -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media only screen and (min-width:1000px), print {
  .form .form__imgChecks {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.form .form__imgChecks.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .form__imgChecks--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form .form__imgChecks--inline.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form .form__imgChecks .form__check {
  line-height: 1;
}
.form .form__imgChecks .form__check__input:checked + .form__check__label .form__check__label__img::before {
  opacity: 1;
  border-color: #162379;
}
.form .form__imgChecks .form__check__input:checked + .form__check__label .form__check__label__img::after {
  opacity: 1;
}
.form .form__imgChecks .form__check__label {
  -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;
  cursor: pointer;
}
@media (hover: hover) {
  .form .form__imgChecks .form__check__label:hover .form__check__label__img::before {
    opacity: 1;
  }
}
.form .form__imgChecks .form__check__label__img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 320/200;
  border-radius: 5px;
}
.form .form__imgChecks .form__check__label__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.form .form__imgChecks .form__check__label__img::before {
  -webkit-transition-property: opacity, border;
  transition-property: opacity, border;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  border: 1px solid transparent;
}
.form .form__imgChecks .form__check__label__img::after {
  content: url(../img/common/ico_input_checked.svg);
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: auto;
  width: 36px;
  height: 46px;
}
.form .form__imgChecks .form__check__label__txt {
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  margin-top: 0.6em;
}
@media only screen and (min-width:768px), print {
  .form .form__imgChecks .form__check__label__txt {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.form .form__divideChecks {
  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__divideChecks.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .form__divideChecks--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__divideChecks--inline {
    gap: 1rem 1.5rem;
  }
}
.form .form__divideChecks--inline.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form .form__divideChecks .form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.form .form__divideChecks .form__check__input:checked + .form__check__label::after {
  display: block;
}
.form .form__divideChecks .form__check__link {
  text-decoration: underline;
}
@media (hover: hover) {
  .form .form__divideChecks .form__check__link:hover {
    text-decoration: none;
  }
}
.form .form__checkButton {
  position: relative;
}
@media (hover: hover) {
  .form .form__checkButton:hover .form__check__label span::before {
    border-color: rgba(0, 94, 176, 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: #005EB0 !important;
  outline: 0;
  border: none !important;
  -webkit-box-shadow: inset 0 0 0 1px #005EB0, inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 1px #005EB0, inset 0 0 0 4px #fff;
}
.form input[type=radio]:focus {
  -webkit-box-shadow: inset 0 0 0 1px #005EB0, inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 1px #005EB0, 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, 94, 176, 0.4), inset 0 0 0 4px #eee;
            box-shadow: inset 0 0 0 1px rgba(0, 94, 176, 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: #005EB0;
}
.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) + .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) + .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;
}
@media only screen and (min-width:768px), print {
  .formThanksHeading {
    font-size: 1.75rem;
  }
}
.formThanksHeading {
  line-height: 1.4;
  margin-top: 2.5rem;
  margin-bottom: 1.25em;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .formThanksHeading {
    margin-top: var(--my--sec--mrg);
  }
}

body.top-office {
  margin-top: 0;
}
body.top-office #gnavs .gnavChild__ttl {
  border-color: #fff;
}
body.top-office .contents,
body.top-office #gfooter {
  position: relative;
}
body.top-office {
  --fv--pos-fixed: 76px;
}
@media only screen and (min-width:768px), print {
  body.top-office {
    --fv--pos-fixed: 132px;
  }
}
body.top-office .fv {
  position: fixed;
  width: 100%;
  background: url(../img/top/bg_fv.jpg) top center no-repeat;
  background-size: cover;
  height: 100svh;
}
@media only screen and (min-width:1000px), print {
  body.top-office .fv {
    min-height: 800px;
  }
}
body.top-office .fv__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1rem 0 var(--fv--pos-fixed);
  background: url(../img/top/mv.jpg) bottom center no-repeat;
  background-size: cover;
}
body.top-office .fv__mv__copy {
  color: #fff;
  margin: auto;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
body.top-office .fv__mv__copy.is-faded {
  opacity: 0;
  pointer-events: none;
}
body.top-office .fv__mv__subcopy {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  body.top-office .fv__mv__subcopy {
    font-size: 1.125rem;
  }
}
body.top-office .fv__mv__subcopy {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.1em;
}
body.top-office .fv__mv__maincopy {
  font-size: 2rem;
}
@media only screen and (min-width:768px), print {
  body.top-office .fv__mv__maincopy {
    font-size: 4.0625rem;
  }
}
body.top-office .fv__mv__maincopy {
  line-height: 1.4;
  margin-block: 0.1em 0.2em;
  letter-spacing: 0.1em;
}
body.top-office .sec__officeSearch {
  padding-top: calc(100svh - var(--fv--pos-fixed));
}
body.top-office .sec__officeSearch .js-tabMenus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:576px) {
  body.top-office .sec__officeSearch .js-tabMenus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
body.top-office .sec__officeSearch .js-tabMenus .tabMenus__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
body.top-office .sec__officeSearch .js-tabMenus .tabMenu {
  max-width: 360px;
}
body.top-office .sec__officeSearch .js-tabMenus .tabMenu__link {
  height: auto;
}
body.top-office .sec__officeNews {
  background-color: #333;
  padding-block: var(--my--sec--mrg);
}
body.top-office .sec__officeNews .my-heading__en,
body.top-office .sec__officeNews .my-heading__jp {
  color: #BCACA1;
}
body.top-office .sec__officeNews .officeNews {
  position: relative;
}
@media only screen and (min-width:1100px), print {
  body.top-office .sec__officeNews .officeNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    padding-right: 15em;
  }
}
body.top-office .sec__officeNews .officeNews .has-btn-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width:1100px), print {
  body.top-office .sec__officeNews .officeNews .has-btn-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width:1100px), print {
  body.top-office .sec__officeNews .officeNews .has-btn-header .moreBtn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
body.top-office .sec__officeNews .officeNews .articles {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  color: #fff;
}
body.top-office .sec__officeNews .officeNews .articles .article__txt {
  display: block !important;
  color: #fff;
}
body.top-office .sec__officeNews .officeNews .articles .article__txt::after {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}
body.top-office .sec__officeNews .officeNews .category__item {
  background-color: #fff !important;
  color: #005EB0;
}
body.top-office .sec__officeNews .moreBtn__link {
  color: #fff;
}
body.top-office .sec__officeInfoColumn {
  padding-block: var(--my--sec--mrg);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #dfe1e5));
  background-image: linear-gradient(0deg, #ffffff, #dfe1e5 50%);
}
body.top-office .sec__officeInfoColumn .has-btn-header {
  margin-bottom: 0;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeInfoColumn .has-btn-header {
    margin-bottom: 0.5rem;
  }
}
body.top-office .sec__officeInfoColumn .my-heading__en,
body.top-office .sec__officeInfoColumn .my-heading__jp {
  color: #4D4D4D;
}
body.top-office .sec__officeInfoColumn .officeInfoPostsSlider {
  padding-top: 31px;
}
body.top-office .sec__officeInfoColumn .officeInfoPostsSlider:has(.slick-track) {
  padding-top: 0;
}
body.top-office .sec__officeInfoColumn .slick-track {
  padding-top: 31px;
}
body.top-office .sec__officeInfoInterview {
  padding-block: var(--my--sec--mrg);
  background-color: #DDDED9;
}
body.top-office .sec__officeInfoInterview .my-heading__en,
body.top-office .sec__officeInfoInterview .my-heading__jp {
  color: #4D4D4D;
}
body.top-office .sec__officeInfoInterview .officeInfoInterviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeInfoInterview .officeInfoInterviews {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}
@media only screen and (min-width:1500px), print {
  body.top-office .sec__officeInfoInterview .officeInfoInterviews {
    gap: 3rem;
  }
}
body.top-office .sec__officeInfoInterview .officeInfoInterview {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
body.top-office .sec__officeInfoInterview .officeInfoInterview:first-child {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
body.top-office .sec__officeInfoInterview .officeInfoInterview:first-child .officeInfoInterview__img {
  aspect-ratio: 720/380;
}
body.top-office .sec__officeInfoInterview .officeInfoInterview__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) {
  body.top-office .sec__officeInfoInterview .officeInfoInterview__link:hover {
    text-decoration: none;
  }
  body.top-office .sec__officeInfoInterview .officeInfoInterview__link:hover .officeInfoInterview__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.top-office .sec__officeInfoInterview .officeInfoInterview__ttl {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeInfoInterview .officeInfoInterview__ttl {
    font-size: 1.125rem;
  }
}
body.top-office .sec__officeInfoInterview .officeInfoInterview__ttl {
  margin-block: 1em 0.2em;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeInfoInterview .officeInfoInterview__ttl {
    margin-block: 1em 0.5em;
  }
}
body.top-office .sec__officeInfoInterview .officeInfoInterview__subject {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #777;
}
body.top-office .sec__officeInfoInterview .officeInfoInterview__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  overflow: hidden;
  aspect-ratio: 720/380;
  border-radius: 7px;
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeInfoInterview .officeInfoInterview__img {
    aspect-ratio: 345/250;
  }
}
body.top-office .sec__officeInfoInterview .officeInfoInterview__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.top-office .sec__officeArea {
  padding-block: var(--my--sec--mrg);
  background-color: #BCAA9E;
}
body.top-office .sec__officeArea .my-heading__en,
body.top-office .sec__officeArea .my-heading__jp {
  color: #4D4D4D;
}
body.top-office .sec__officeArea .officeAreas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  position: relative;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeArea .officeAreas {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeArea .officeAreas {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
body.top-office .sec__officeArea .officeAreas::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 70%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 12px;
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeArea .officeAreas::before {
    top: 1.25rem;
    bottom: 1.25rem;
  }
}
@media only screen and (min-width:1500px), print {
  body.top-office .sec__officeArea .officeAreas::before {
    top: 2.5rem;
    bottom: 2.5rem;
  }
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeArea .officeArea:nth-child(odd) {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width:1500px), print {
  body.top-office .sec__officeArea .officeArea:nth-child(odd) {
    margin-top: 5rem;
  }
}
body.top-office .sec__officeArea .officeArea__link {
  display: block;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.22);
}
body.top-office .sec__officeArea .officeArea__link[href] .officeArea__ttl__jp {
  position: relative;
}
body.top-office .sec__officeArea .officeArea__link[href] .officeArea__ttl__jp::after {
  content: url(../img/common/new_page_white.svg);
  position: absolute;
  top: 0.25em;
  display: inline-block;
  line-height: 0;
  margin-left: 0.25rem;
  vertical-align: 0.1em;
}
@media (hover: hover) {
  body.top-office .sec__officeArea .officeArea__link[href]:hover {
    text-decoration: none;
  }
  body.top-office .sec__officeArea .officeArea__link[href]:hover .officeArea__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.top-office .sec__officeArea .officeArea__thumb {
  position: relative;
}
body.top-office .sec__officeArea .officeArea__ttl {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  right: 0.5rem;
  left: 0.5rem;
  color: #fff;
  text-align: center;
}
body.top-office .sec__officeArea .officeArea__ttl__jp {
  font-size: 1.375rem;
  font-weight: 400;
}
body.top-office .sec__officeArea .officeArea__ttl__en {
  font-size: 1rem;
  display: block;
  margin-top: 0.25em;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.top-office .sec__officeArea .officeArea__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 334/417;
  border: 1px solid #fff;
}
body.top-office .sec__officeArea .officeArea__img::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(4%, rgba(0, 0, 0, 0.934)), color-stop(8.5%, rgba(0, 0, 0, 0.869)), 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.934) 4%, rgba(0, 0, 0, 0.869) 8.5%, 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.8;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}
body.top-office .sec__officeArea .officeArea__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.top-office .sec__officeFeatures {
  padding-bottom: 4rem;
  background-color: #DDDED9;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures {
    padding-bottom: 7rem;
  }
}
@media only screen and (min-width:1500px), print {
  body.top-office .sec__officeFeatures {
    padding-bottom: 9.5rem;
  }
}
body.top-office .sec__officeFeatures .officeFeatures__ttlBg {
  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: 4rem 1rem;
  background: url(../img/top/bg_features.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__ttlBg {
    padding: 6rem 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeFeatures .officeFeatures__ttlBg {
    padding: 1rem;
    height: 480px;
  }
}
@media only screen and (min-width:1500px), print {
  body.top-office .sec__officeFeatures .officeFeatures__ttlBg {
    height: 600px;
  }
}
body.top-office .sec__officeFeatures .officeFeatures__ttl {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
body.top-office .sec__officeFeatures .officeFeatures__ttl__jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__ttl__jp {
    font-size: 2.875rem;
    letter-spacing: 0.18em;
  }
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeFeatures .officeFeatures__ttl__jp {
    font-size: 3.75rem;
  }
}
body.top-office .sec__officeFeatures .officeFeatures__ttl__en {
  font-size: 0.75rem;
  display: block;
  margin-top: 1.2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__ttl__en {
    font-size: 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeFeatures .officeFeatures__ttl__en {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__img {
    margin-top: -10vw;
  }
}
body.top-office .sec__officeFeatures .sec__officeFeatures__do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 3rem;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .sec__officeFeatures__do {
    gap: 3rem;
    -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;
  }
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeFeatures .sec__officeFeatures__do {
    gap: 2.5rem 5rem;
    margin-top: 5rem;
  }
}
@media only screen and (min-width:1500px), print {
  body.top-office .sec__officeFeatures .sec__officeFeatures__do {
    gap: 2.5rem 10.5rem;
  }
}
@media only screen and (max-width:767px) {
  body.top-office .sec__officeFeatures .officeFeatures__do__img {
    width: 40%;
    max-width: 230px;
    margin: auto;
  }
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__do__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25%;
  }
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeFeatures .officeFeatures__do__img {
    width: auto;
  }
}
body.top-office .sec__officeFeatures .officeFeatures__do__img img {
  display: block;
  margin: auto;
}
body.top-office .sec__officeFeatures .officeFeatures__do__ttl {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__do__ttl {
    font-size: 1.4375rem;
    text-align: left;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__do__ttl {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__do__ttl br {
    display: none;
  }
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeFeatures .officeFeatures__do__ttl br {
    display: revert;
  }
}
body.top-office .sec__officeFeatures .officeFeatures__do__body {
  margin-top: 1em;
  line-height: 2;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__do__body {
    line-height: 2.8;
  }
}
body.top-office .sec__officeFeatures .officeFeatures__conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 3rem;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__conts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-inline: -15px;
    gap: 30px 0;
    margin-top: 5rem;
  }
}
@media only screen and (min-width:1500px), print {
  body.top-office .sec__officeFeatures .officeFeatures__conts {
    margin-top: 7rem;
  }
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeFeatures .officeFeatures__cont {
    width: 50%;
    padding-inline: 15px;
  }
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeFeatures .officeFeatures__cont {
    width: 33.3333%;
  }
  body.top-office .sec__officeFeatures .officeFeatures__cont:nth-child(1), body.top-office .sec__officeFeatures .officeFeatures__cont:nth-child(2) {
    width: 50%;
  }
  body.top-office .sec__officeFeatures .officeFeatures__cont:nth-child(1) .officeFeatures__cont__img, body.top-office .sec__officeFeatures .officeFeatures__cont:nth-child(2) .officeFeatures__cont__img {
    aspect-ratio: 735/350;
  }
}
body.top-office .sec__officeFeatures .officeFeatures__cont__link {
  display: block;
}
@media (hover: hover) {
  body.top-office .sec__officeFeatures .officeFeatures__cont__link:hover {
    text-decoration: none;
  }
  body.top-office .sec__officeFeatures .officeFeatures__cont__link:hover .officeFeatures__cont__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.top-office .sec__officeFeatures .officeFeatures__cont__link[target=_blank] .officeFeatures__cont__ttl__jp::after {
  content: url(../img/common/new_page_white.svg);
  display: inline-block;
  line-height: 0;
  margin-left: 0.25rem;
  vertical-align: 0.1em;
}
body.top-office .sec__officeFeatures .officeFeatures__cont__thumb {
  position: relative;
}
body.top-office .sec__officeFeatures .officeFeatures__cont__ttl {
  position: absolute;
  z-index: 1;
  bottom: 1.25rem;
  right: 2.5rem;
  left: 2.5rem;
  color: #fff;
}
body.top-office .sec__officeFeatures .officeFeatures__cont__ttl__jp {
  font-size: 1.25rem;
  display: block;
  font-weight: 400;
}
body.top-office .sec__officeFeatures .officeFeatures__cont__ttl__en {
  font-size: 0.875rem;
  display: block;
  margin-top: 0.25em;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.top-office .sec__officeFeatures .officeFeatures__cont__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 735/350;
  border-radius: 7px;
}
@media only screen and (min-width:1000px), print {
  body.top-office .sec__officeFeatures .officeFeatures__cont__img {
    aspect-ratio: 480/350;
  }
}
body.top-office .sec__officeFeatures .officeFeatures__cont__img::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(4%, rgba(0, 0, 0, 0.934)), color-stop(8.5%, rgba(0, 0, 0, 0.869)), 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.934) 4%, rgba(0, 0, 0, 0.869) 8.5%, 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.8;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}
body.top-office .sec__officeFeatures .officeFeatures__cont__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.top-office .sec__officeShowroom {
  position: relative;
  padding-top: var(--my--sec--mrg);
}
body.top-office .sec__officeShowroom__inr {
  position: relative;
  z-index: 1;
}
body.top-office .sec__officeShowroom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 7.5rem;
  background: url(../img/top/bg_showroom.jpg) no-repeat;
  background-size: cover;
}
body.top-office .sec__officeShowroom .my-heading__en,
body.top-office .sec__officeShowroom .my-heading__jp {
  color: #fff;
}
body.top-office .sec__officeShowroom .officeShowroom__lead {
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
body.top-office .sec__officeContact {
  margin-top: -7.5rem;
  padding-top: 11.5rem;
  padding-bottom: var(--my--sec--mrg);
  background-color: #DDDED9;
}
@media only screen and (min-width:768px), print {
  body.top-office .sec__officeContact {
    padding-top: 13.5rem;
  }
}
@media only screen and (min-width:1500px), print {
  body.top-office .sec__officeContact {
    padding-top: 14.5rem;
  }
}

body.post-type-office .officeSearchItems,
body.search-office .officeSearchItems {
  padding: 3rem 0 var(--my--sec--mrg);
  background-color: #F1F1F1;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeSearchItems,
  body.search-office .officeSearchItems {
    padding-top: 4.5rem;
  }
}
body.post-type-office .officeSearchItem .property__status,
body.search-office .officeSearchItem .property__status {
  margin-bottom: 1rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeSearchItem .property__status,
  body.search-office .officeSearchItem .property__status {
    margin-bottom: 1.25rem;
  }
}
body.post-type-office .property,
body.search-office .property {
  background-color: #fff;
  border-radius: 5px;
}
body.post-type-office .property + .property,
body.search-office .property + .property {
  margin-top: 2.5rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .property + .property,
  body.search-office .property + .property {
    margin-top: 5rem;
  }
}
body.post-type-office .property.is-active,
body.search-office .property.is-active {
  background-color: #F4FAFF;
  border-color: transparent;
}
body.post-type-office .property__body,
body.search-office .property__body {
  padding: var(--my--cntr-gutter) 0;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .property__body,
  body.search-office .property__body {
    padding: 3rem 0 5rem;
  }
}
body.post-type-office .property__body.is-noItem,
body.search-office .property__body.is-noItem {
  padding: 3rem 0;
}
body.post-type-office .property__ttl,
body.search-office .property__ttl {
  font-size: 1.125rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .property__ttl,
  body.search-office .property__ttl {
    font-size: 1.75rem;
  }
}
body.post-type-office .property__ttl,
body.search-office .property__ttl {
  line-height: 1.4;
  margin-bottom: 0.8em;
  color: #005EB0;
}
body.post-type-office .property__data,
body.search-office .property__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 3rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .property__data,
  body.search-office .property__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width:768px), print {
  body.post-type-office .property__img,
  body.search-office .property__img {
    width: 45%;
    max-width: 350px;
  }
}
@media only screen and (min-width:768px), print {
  body.post-type-office .property__detail,
  body.search-office .property__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}
body.post-type-office .property__tableWrap,
body.search-office .property__tableWrap {
  margin: 1.25rem 0;
  padding: 1rem 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .property__tableWrap,
  body.search-office .property__tableWrap {
    margin: 1.75rem 0 1.5rem;
    padding: 1.25rem 0;
  }
}
body.post-type-office .property__table,
body.search-office .property__table {
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .property__table,
  body.search-office .property__table {
    font-size: inherit;
  }
}
body.post-type-office .property__table th,
body.post-type-office .property__table td,
body.search-office .property__table th,
body.search-office .property__table td {
  vertical-align: top;
}
body.post-type-office .property__table th,
body.search-office .property__table th {
  width: 1%;
  padding: 0.25rem 1.5rem 0.25rem 0;
  color: #005EB0;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .property__table th,
  body.search-office .property__table th {
    padding-right: 2rem;
  }
}
body.post-type-office .property__table td,
body.search-office .property__table td {
  padding: 0.25rem 0;
}
body.post-type-office .property__access dt,
body.search-office .property__access dt {
  margin-bottom: 0.5rem;
  color: #005EB0;
  font-weight: 500;
}
body.post-type-office .property .my-block-buttons,
body.search-office .property .my-block-buttons {
  margin-top: 1.5rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .property .my-block-buttons,
  body.search-office .property .my-block-buttons {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width:575px) {
  body.post-type-office .property .my-block-buttons .my-block-button,
  body.post-type-office .property .my-block-buttons .my-block-button__link,
  body.post-type-office .property .my-block-buttons .form__check__label,
  body.search-office .property .my-block-buttons .my-block-button,
  body.search-office .property .my-block-buttons .my-block-button__link,
  body.search-office .property .my-block-buttons .form__check__label {
    width: 100%;
  }
}
body.post-type-office .officeDetailHeading .pageHeading__body,
body.search-office .officeDetailHeading .pageHeading__body {
  padding-top: 1.5rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeDetailHeading .pageHeading__body,
  body.search-office .officeDetailHeading .pageHeading__body {
    padding-top: 2rem;
  }
}
body.post-type-office .officeDetailHeading .pageHeading__ttlWrap,
body.search-office .officeDetailHeading .pageHeading__ttlWrap {
  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;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 0.5rem 1rem;
}
body.post-type-office .officeDetailHeading .pageHeading__ttl,
body.search-office .officeDetailHeading .pageHeading__ttl {
  font-size: 1.5625rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeDetailHeading .pageHeading__ttl,
  body.search-office .officeDetailHeading .pageHeading__ttl {
    font-size: 2.5rem;
  }
}
body.post-type-office .officeDetailHeading .pageHeading__ttl,
body.search-office .officeDetailHeading .pageHeading__ttl {
  line-height: 1.4;
  color: #005EB0;
}
body.post-type-office .officeDetailHeading .property__uritag,
body.search-office .officeDetailHeading .property__uritag {
  font-size: 0.75rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeDetailHeading .property__uritag,
  body.search-office .officeDetailHeading .property__uritag {
    font-size: 1rem;
  }
}
body.post-type-office .officeDetailHeading .property__uritag,
body.search-office .officeDetailHeading .property__uritag {
  margin-top: 1rem;
}
body.post-type-office .officeDetailHeading .property__uritag .tooltip,
body.search-office .officeDetailHeading .property__uritag .tooltip {
  padding: 0.2em 0.8em;
  color: #005EB0;
  border-radius: 3px;
  font-weight: 500;
}
body.post-type-office .officeDetailHeading .property__status__item,
body.search-office .officeDetailHeading .property__status__item {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeDetailHeading .property__status__item,
  body.search-office .officeDetailHeading .property__status__item {
    font-size: 1.25rem;
  }
}
body.post-type-office .officeDetailAnchors,
body.search-office .officeDetailAnchors {
  margin-block: 1.5rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeDetailAnchors,
  body.search-office .officeDetailAnchors {
    margin: 2rem 0 2.5rem;
  }
}
body.post-type-office .officeDetailFixContact,
body.search-office .officeDetailFixContact {
  -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;
  z-index: 999;
}
@media only screen and (max-width:767px) {
  body.post-type-office .officeDetailFixContact,
  body.search-office .officeDetailFixContact {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeDetailFixContact,
  body.search-office .officeDetailFixContact {
    top: clamp(140px, 30vh, 310px);
    right: 0;
  }
}
body.post-type-office .officeDetailFixContact__inr,
body.search-office .officeDetailFixContact__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:767px) {
  body.post-type-office .officeDetailFixContact__inr,
  body.search-office .officeDetailFixContact__inr {
    gap: 1rem;
  }
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeDetailFixContact__inr,
  body.search-office .officeDetailFixContact__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
}
@media only screen and (max-width:767px) {
  body.post-type-office .officeDetailFixContact__btn,
  body.search-office .officeDetailFixContact__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body.post-type-office .officeDetailFixContact__btn .officeDetailFixContact__btn__link::before,
body.search-office .officeDetailFixContact__btn .officeDetailFixContact__btn__link::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeDetailFixContact__btn .officeDetailFixContact__btn__link::before,
  body.search-office .officeDetailFixContact__btn .officeDetailFixContact__btn__link::before {
    margin-bottom: 5px;
  }
}
body.post-type-office .officeDetailFixContact__btn.is-request .officeDetailFixContact__btn__link::before,
body.search-office .officeDetailFixContact__btn.is-request .officeDetailFixContact__btn__link::before {
  background-image: url(../img/common/fixed_menu/ico_doc_white.svg);
}
body.post-type-office .officeDetailFixContact__btn.is-contact .officeDetailFixContact__btn__link::before,
body.search-office .officeDetailFixContact__btn.is-contact .officeDetailFixContact__btn__link::before {
  background-image: url(../img/common/fixed_menu/ico_pen_white.svg);
}
body.post-type-office .officeDetailFixContact a,
body.search-office .officeDetailFixContact a {
  font-size: 0.9375rem;
  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;
  background-color: #162379;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  body.post-type-office .officeDetailFixContact a,
  body.search-office .officeDetailFixContact a {
    gap: 0 5px;
    padding: 1em 0.5em;
    border-radius: 5px;
  }
}
@media only screen and (min-width:768px), print {
  body.post-type-office .officeDetailFixContact a,
  body.search-office .officeDetailFixContact a {
    min-height: 200px;
    padding: 1em 1.2em;
    border-radius: 5px 0 0 5px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (hover: hover) {
  body.post-type-office .officeDetailFixContact a:hover,
  body.search-office .officeDetailFixContact a:hover {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    text-decoration: none;
  }
}
body.post-type-office .propertyIntro,
body.search-office .propertyIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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.post-type-office .propertyIntro,
  body.search-office .propertyIntro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 1.5rem;
  }
}
@media only screen and (min-width:1500px), print {
  body.post-type-office .propertyIntro,
  body.search-office .propertyIntro {
    gap: 0 3rem;
  }
}
body.post-type-office .propertyIntro__pointAccess,
body.search-office .propertyIntro__pointAccess {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem;
  background-color: #F1F1F1;
  border-radius: 5px;
}
@media only screen and (min-width:1500px), print {
  body.post-type-office .propertyIntro__pointAccess,
  body.search-office .propertyIntro__pointAccess {
    padding: 1.5rem 2.5rem 2.5rem;
  }
}
body.post-type-office .propertyIntro__pointAccess__ttl,
body.search-office .propertyIntro__pointAccess__ttl {
  font-size: 1.0625rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .propertyIntro__pointAccess__ttl,
  body.search-office .propertyIntro__pointAccess__ttl {
    font-size: 1.375rem;
  }
}
body.post-type-office .propertyIntro__pointAccess__ttl,
body.search-office .propertyIntro__pointAccess__ttl {
  line-height: 1.4;
  margin-bottom: 0.5em;
  color: #005EB0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
body.post-type-office .propertyIntro__pointAccess__ttl img,
body.search-office .propertyIntro__pointAccess__ttl img {
  margin-top: 0.2rem;
}
body.post-type-office .propertyIntro__pointAccess__editor,
body.search-office .propertyIntro__pointAccess__editor {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 10px;
}
body.post-type-office .propertyIntro .sec_propertyAccess,
body.search-office .propertyIntro .sec_propertyAccess {
  margin-top: 1.5rem;
}
body.post-type-office .propertyIntro__img,
body.search-office .propertyIntro__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .propertyIntro__img,
  body.search-office .propertyIntro__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
  }
}
@media only screen and (min-width:1500px), print {
  body.post-type-office .propertyIntro__img,
  body.search-office .propertyIntro__img {
    width: 34%;
  }
}
body.post-type-office .envCert__block,
body.search-office .envCert__block {
  margin-top: var(--my--block--mrg-y-md);
  margin-bottom: var(--my--block--mrg-y-md);
}
body.post-type-office .envCert__block:first-child,
body.search-office .envCert__block:first-child {
  margin-top: 0;
}
body.post-type-office .envCert__block:last-child,
body.search-office .envCert__block:last-child {
  margin-bottom: 0;
}
body.post-type-office .envCert__block,
body.search-office .envCert__block {
  padding: 1.5rem;
  border: 1px solid #E0E0E0;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .envCert__block,
  body.search-office .envCert__block {
    padding: 2rem;
  }
}
body.post-type-office .envCert__lead,
body.search-office .envCert__lead {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .envCert__lead,
  body.search-office .envCert__lead {
    font-size: 1.25rem;
  }
}
body.post-type-office .envCert__lead,
body.search-office .envCert__lead {
  margin-bottom: 1em;
  font-weight: 700;
}
body.post-type-office .sec__propertyOutline,
body.search-office .sec__propertyOutline {
  padding-top: 3rem;
  border-top: 1px solid #eee;
}
body.post-type-office .sec__propertyOutline .propertyOutline__inr,
body.search-office .sec__propertyOutline .propertyOutline__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1100px;
  margin-inline: auto;
  gap: 2.5rem 0;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .sec__propertyOutline .propertyOutline__inr,
  body.search-office .sec__propertyOutline .propertyOutline__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 2.5rem;
  }
}
@media only screen and (min-width:1500px), print {
  body.post-type-office .sec__propertyOutline .propertyOutline__inr,
  body.search-office .sec__propertyOutline .propertyOutline__inr {
    gap: 0 4.5rem;
  }
}
@media only screen and (min-width:768px), print {
  body.post-type-office .sec__propertyOutline .propertyOutline__about,
  body.search-office .sec__propertyOutline .propertyOutline__about {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
body.post-type-office .sec__propertyOutline .propertyOutline__map,
body.search-office .sec__propertyOutline .propertyOutline__map {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media only screen and (min-width:576px) {
  body.post-type-office .sec__propertyOutline .propertyMap,
  body.search-office .sec__propertyOutline .propertyMap {
    position: sticky;
    top: calc(var(--my--gheader-height) + 1.5rem);
  }
}
body.post-type-office .sec__propertyOutline .propertyMap .mySliderItem a,
body.post-type-office .sec__propertyOutline .propertyMap .popupImg,
body.search-office .sec__propertyOutline .propertyMap .mySliderItem a,
body.search-office .sec__propertyOutline .propertyMap .popupImg {
  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;
  aspect-ratio: 1/1;
  padding: 1rem;
  border: 1px solid #ddd;
}
@media only screen and (min-width:1500px), print {
  body.post-type-office .sec__propertyOutline .propertyMap .mySliderItem a,
  body.post-type-office .sec__propertyOutline .propertyMap .popupImg,
  body.search-office .sec__propertyOutline .propertyMap .mySliderItem a,
  body.search-office .sec__propertyOutline .propertyMap .popupImg {
    padding: 2rem;
  }
}
body.post-type-office .sec__propertyOutline .propertyMap .mySliderItem a img,
body.post-type-office .sec__propertyOutline .propertyMap .popupImg img,
body.search-office .sec__propertyOutline .propertyMap .mySliderItem a img,
body.search-office .sec__propertyOutline .propertyMap .popupImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.post-type-office .sec__propertyBoshuKukaku,
body.search-office .sec__propertyBoshuKukaku {
  padding-top: var(--my--sec--mrg);
  border-top: 1px solid #eee;
}
body.post-type-office .sec__propertyBoshuKukaku .propertyBoshuKukaku__inr,
body.search-office .sec__propertyBoshuKukaku .propertyBoshuKukaku__inr {
  max-width: 1100px;
  margin-inline: auto;
}
body.post-type-office .propertyCta__buttons,
body.search-office .propertyCta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (min-width:576px) {
  body.post-type-office .propertyCta__buttons,
  body.search-office .propertyCta__buttons {
    gap: 2.5rem;
  }
}
body.post-type-office .propertyCta__buttons .my-block-button,
body.search-office .propertyCta__buttons .my-block-button {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
body.post-type-office .propertyCta__buttons .my-block-button__link,
body.search-office .propertyCta__buttons .my-block-button__link {
  width: 100%;
  min-width: auto;
}
body.post-type-office .sec__propertyGaiku .propertyGaiku__link,
body.search-office .sec__propertyGaiku .propertyGaiku__link {
  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;
  min-height: 250px;
  padding: 1rem 0;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .sec__propertyGaiku .propertyGaiku__link,
  body.search-office .sec__propertyGaiku .propertyGaiku__link {
    min-height: 300px;
  }
}
@media only screen and (min-width:1000px), print {
  body.post-type-office .sec__propertyGaiku .propertyGaiku__link,
  body.search-office .sec__propertyGaiku .propertyGaiku__link {
    min-height: 350px;
  }
}
@media only screen and (min-width:1500px), print {
  body.post-type-office .sec__propertyGaiku .propertyGaiku__link,
  body.search-office .sec__propertyGaiku .propertyGaiku__link {
    min-height: 420px;
  }
}
body.post-type-office .sec__propertyGaiku .propertyGaiku__link::before,
body.search-office .sec__propertyGaiku .propertyGaiku__link::before {
  -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;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
@media (hover: hover) {
  body.post-type-office .sec__propertyGaiku .propertyGaiku__link:hover,
  body.search-office .sec__propertyGaiku .propertyGaiku__link:hover {
    text-decoration: none;
  }
  body.post-type-office .sec__propertyGaiku .propertyGaiku__link:hover::before,
  body.search-office .sec__propertyGaiku .propertyGaiku__link:hover::before {
    opacity: 0.5;
  }
}
body.post-type-office .sec__propertyGaiku .propertyGaiku__inr,
body.search-office .sec__propertyGaiku .propertyGaiku__inr {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.post-type-office .sec__propertyGaiku .propertyGaiku__logo,
body.search-office .sec__propertyGaiku .propertyGaiku__logo {
  max-width: 400px;
  width: 100%;
  height: 100px;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .sec__propertyGaiku .propertyGaiku__logo,
  body.search-office .sec__propertyGaiku .propertyGaiku__logo {
    height: 120px;
  }
}
body.post-type-office .sec__propertyGaiku .propertyGaiku__logo img,
body.search-office .sec__propertyGaiku .propertyGaiku__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body.post-type-office .sec__propertyGaiku .propertyGaiku__ttl,
body.search-office .sec__propertyGaiku .propertyGaiku__ttl {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .sec__propertyGaiku .propertyGaiku__ttl,
  body.search-office .sec__propertyGaiku .propertyGaiku__ttl {
    font-size: 1.25rem;
  }
}
body.post-type-office .sec__propertyGaiku .propertyGaiku__ttl,
body.search-office .sec__propertyGaiku .propertyGaiku__ttl {
  margin-top: 1.2em;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
body.post-type-office .sec__propertyGaiku .propertyGaiku__ttl::after,
body.search-office .sec__propertyGaiku .propertyGaiku__ttl::after {
  content: url(../img/common/new_page.svg);
  position: relative;
  top: -4px;
  display: inline-block;
  margin-left: 0.1em;
  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.post-type-office .sec__propertyProject,
body.search-office .sec__propertyProject {
  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;
  min-height: 250px;
  position: relative;
  padding: 1rem 0;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .sec__propertyProject,
  body.search-office .sec__propertyProject {
    min-height: 300px;
  }
}
@media only screen and (min-width:1000px), print {
  body.post-type-office .sec__propertyProject,
  body.search-office .sec__propertyProject {
    min-height: 350px;
  }
}
@media only screen and (min-width:1500px), print {
  body.post-type-office .sec__propertyProject,
  body.search-office .sec__propertyProject {
    height: 520px;
  }
}
body.post-type-office .sec__propertyProject::before,
body.search-office .sec__propertyProject::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
body.post-type-office .sec__propertyProject .my-heading,
body.search-office .sec__propertyProject .my-heading {
  position: relative;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .sec__propertyHotel .propertyHotel__link,
  body.search-office .sec__propertyHotel .propertyHotel__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (hover: hover) {
  body.post-type-office .sec__propertyHotel .propertyHotel__link:hover,
  body.search-office .sec__propertyHotel .propertyHotel__link:hover {
    text-decoration: none;
  }
  body.post-type-office .sec__propertyHotel .propertyHotel__link:hover .propertyHotel__img img,
  body.search-office .sec__propertyHotel .propertyHotel__link:hover .propertyHotel__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.post-type-office .sec__propertyHotel .propertyHotel__img,
body.search-office .sec__propertyHotel .propertyHotel__img {
  overflow: hidden;
  height: 250px;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .sec__propertyHotel .propertyHotel__img,
  body.search-office .sec__propertyHotel .propertyHotel__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 50%;
    height: 300px;
  }
}
@media only screen and (min-width:1500px), print {
  body.post-type-office .sec__propertyHotel .propertyHotel__img,
  body.search-office .sec__propertyHotel .propertyHotel__img {
    height: 400px;
    aspect-ratio: 550/400;
  }
}
body.post-type-office .sec__propertyHotel .propertyHotel__img img,
body.search-office .sec__propertyHotel .propertyHotel__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.post-type-office .sec__propertyHotel .propertyHotel__name,
body.search-office .sec__propertyHotel .propertyHotel__name {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 250px;
  padding: 1rem;
  border: 1px solid #ddd;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .sec__propertyHotel .propertyHotel__name,
  body.search-office .sec__propertyHotel .propertyHotel__name {
    width: 50%;
    min-height: 300px;
    padding: 1rem 1.5rem;
    border-left: none;
  }
}
@media only screen and (min-width:1500px), print {
  body.post-type-office .sec__propertyHotel .propertyHotel__name,
  body.search-office .sec__propertyHotel .propertyHotel__name {
    min-height: 400px;
    padding: 1rem 2.5rem;
  }
}
@media only screen and (max-width:767px) {
  body.post-type-office .sec__propertyHotel .propertyHotel__name,
  body.search-office .sec__propertyHotel .propertyHotel__name {
    border-bottom: none;
  }
}
body.post-type-office .sec__propertyHotel .propertyHotel__logo,
body.search-office .sec__propertyHotel .propertyHotel__logo {
  max-width: 400px;
  width: 100%;
  height: 100px;
}
@media only screen and (min-width:768px), print {
  body.post-type-office .sec__propertyHotel .propertyHotel__logo,
  body.search-office .sec__propertyHotel .propertyHotel__logo {
    height: 120px;
  }
}
body.post-type-office .sec__propertyHotel .propertyHotel__logo img,
body.search-office .sec__propertyHotel .propertyHotel__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body.post-type-office .sec__propertyHotel .propertyHotel__txt::before,
body.search-office .sec__propertyHotel .propertyHotel__txt::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 1.5rem auto 1rem;
  background-color: #4D4D4D;
}

@media only screen and (max-width:767px) {
  .pageHeading__floatBtn {
    display: none;
  }
}

.property__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.property__status__item {
  -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;
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #F1F1F1;
  border-radius: 10em;
  line-height: 1;
}
.property__status__item:not(:has(a)) {
  padding: 0.7em 1em;
}
@media only screen and (min-width:768px), print {
  .property__status__item:not(:has(a)) {
    padding: 0.9em 1.5em;
  }
}
.property__status__item:not(:has(a)).is-active {
  background-color: #005EB0;
  color: #fff;
}
.property__status__item.is-active a {
  padding: 0.7em 1em;
  background-color: #005EB0;
  color: #fff;
}
@media only screen and (min-width:768px), print {
  .property__status__item.is-active a {
    padding: 0.9em 1.5em;
  }
}
@media (hover: hover) {
  .property__status__item.is-active a:hover {
    background-color: rgb(0, 107.6193181818, 201.5);
    text-decoration: none;
  }
}
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;
  }
}

.property__uritag {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 0;
  margin-right: -3px;
  margin-left: -3px;
}
.property__uritag li {
  padding: 0 3px;
}
.property__uritag .property__uritag__body {
  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.3em 0.8em;
  background-color: #E3EAF0;
  border-radius: 2px;
}

.officeGeneral__tags {
  font-size: 0.8125rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.officeGeneral__tags .noCategory {
  line-height: var(--my--line-height);
}
.officeGeneral__tags .officeGeneral__tag__item {
  display: inline-block;
  min-width: auto;
  padding: 8px 1em;
  background-color: #005EB0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width:768px), print {
  .officeGeneral__tags .officeGeneral__tag__item {
    min-width: 6.25rem;
  }
}
.officeGeneral__tags a.officeGeneral__tag {
  -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) {
  .officeGeneral__tags a.officeGeneral__tag:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

.sec__officeReco {
  overflow: hidden;
  padding-block: var(--my--sec--mrg);
  background-color: #DDDED9;
}
.sec__officeReco .my-heading__en,
.sec__officeReco .my-heading__jp {
  color: #4D4D4D;
}

/* PC時：スライダーが4枚以下の場合 */
@media only screen and (min-width:768px), print {
  .officeRecoSlider:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: -1.25rem;
  }
  .officeRecoSlider:not(.slick-slider) .officeReco {
    margin-inline: 1.25rem;
  }
}
.officeRecoSlider:not(.is-first-load) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.officeRecoSlider:not(.is-first-load) .officeReco {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.officeRecoSlider .slick-list {
  overflow: visible;
}
@media only screen and (min-width:768px), print {
  .officeRecoSlider .slick-list {
    margin-inline: -1.25rem;
  }
}
@media only screen and (min-width:768px), print {
  .officeRecoSlider .slick-slide {
    margin-inline: 1.25rem;
  }
}
.officeRecoSlider .slick-arrow.slick-prev, .officeRecoSlider .slick-arrow.slick-next {
  top: 125px;
}
.officeRecoSlider .officeReco {
  width: 345px;
}

.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) {
  .officeReco__link:hover {
    text-decoration: none;
  }
  .officeReco__link:hover .officeReco__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.officeReco__ttl {
  font-size: 1.125rem;
  margin-top: 0.8em;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #C4C4C4;
  font-weight: 700;
}
.officeReco__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  overflow: hidden;
  aspect-ratio: 345/250;
  border-radius: 7px;
}
.officeReco__img.is-portrait {
  aspect-ratio: 800/1200;
}
.officeReco__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.officeReco__dl {
  font-size: 0.8125rem;
  line-height: 1.5;
}
.officeReco__dl .officeReco__dl__item--location, .officeReco__dl .officeReco__dl__item--floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.officeReco__dl .officeReco__dl__item--location dt, .officeReco__dl .officeReco__dl__item--floor dt {
  min-width: 5em;
}
.officeReco__dl .officeReco__dl__item--location {
  padding-top: 1rem;
  border-top: 1px solid #fff;
}
.officeReco__dl .officeReco__dl__item--floor {
  margin-top: 0.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C4C4C4;
}
.officeReco__dl .officeReco__dl__item--access {
  padding-top: 1rem;
  border-top: 1px solid #fff;
}
.officeReco__dl .officeReco__dl__item--access dd {
  margin-top: 0.3rem;
  color: #555;
  line-height: 1.8;
}
@media only screen and (min-width:768px), print {
  .officeReco__dl .officeReco__dl__item--access dd {
    margin-top: 0.7rem;
  }
}
.officeReco__dl dt {
  color: #005EB0;
  font-weight: 600;
}
.officeReco__uritag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 1rem;
}
@media only screen and (min-width:768px), print {
  .officeReco__uritag {
    gap: 10px;
  }
}
.officeReco__uritag .tooltip {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #E3EAF0;
  background-position: center center;
  border-radius: 3px;
  background-size: 26px;
}
@media only screen and (min-width:768px), print {
  .officeReco__uritag .tooltip {
    width: 44px;
    height: 44px;
    background-size: 28px;
  }
}

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

@media only screen and (min-width:768px), print {
  #result .officePostSearchInfo__body {
    padding: 2rem 0 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  #result .officePostSearch__ui {
    padding: 2rem 2.5rem;
  }
}
@media only screen and (min-width:768px), print {
  #result .officePostSearch__form__submit {
    margin-top: 1.5rem;
  }
}

.officePostSearch__ttl {
  font-size: 1.0625rem;
}
@media only screen and (min-width:768px), print {
  .officePostSearch__ttl {
    font-size: 1.625rem;
  }
}
.officePostSearch__ttl {
  line-height: 1.4;
  margin-bottom: 0.8em;
  font-weight: 700;
  text-align: center;
}
.officePostSearch__ui {
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-radius: 5px;
}
@media only screen and (min-width:768px), print {
  .officePostSearch__ui {
    padding: 2rem;
  }
}
@media only screen and (min-width:1000px), print {
  .officePostSearch__ui {
    padding: 2.5rem;
  }
}
@media only screen and (min-width:768px), print {
  .officePostSearch__dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content minmax(0, 1fr);
    -ms-grid-columns: max-content minmax(0, 1fr);
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
  }
}
@media only screen and (min-width:768px), print {
  .officePostSearch__dl__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: subgrid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
    gap: 4rem;
  }
}
@media only screen and (max-width:767px) {
  .officePostSearch__dl__item + .officePostSearch__dl__item {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #eee;
  }
}
@media only screen and (min-width:768px), print {
  .officePostSearch__dl__item + .officePostSearch__dl__item {
    margin-top: 1.25rem;
  }
  .officePostSearch__dl__item + .officePostSearch__dl__item dt,
  .officePostSearch__dl__item + .officePostSearch__dl__item dd {
    padding-top: 1.25rem;
  }
  .officePostSearch__dl__item + .officePostSearch__dl__item dt {
    border-top: 1px solid transparent;
  }
  .officePostSearch__dl__item + .officePostSearch__dl__item dd {
    border-top: 1px solid #eee;
  }
}
.officePostSearch__dl__item dt {
  margin-bottom: 1em;
  color: #162379;
  font-weight: 700;
}
@media only screen and (min-width:768px), print {
  .officePostSearch__dl__item dt {
    margin: 0.9em 0 0;
    line-height: 1;
  }
}
.officePostSearch__scroll {
  overflow-y: auto;
  height: 310px;
}
.officePostSearch__scroll::-webkit-scrollbar {
  width: 5px;
}
.officePostSearch__scroll::-webkit-scrollbar-track {
  background-color: #fff;
  background-color: #ddd;
  border-radius: 10px;
}
.officePostSearch__scroll::-webkit-scrollbar-thumb {
  background-color: #327EC0;
  border-radius: 5px;
}
.officePostSearch__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-top: 1.5rem;
}
@media only screen and (min-width:768px), print {
  .officePostSearch__form__submit {
    margin-top: 2.25rem;
  }
}
.officePostSearch__form__submit__btn {
  width: 100%;
  text-align: center;
}
.officePostSearch__form__submit__btn button {
  -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.6em 2em;
  background-color: #162379;
  color: #fff;
  text-align: center;
  border-radius: 5em;
}
@media only screen and (min-width:768px), print {
  .officePostSearch__form__submit__btn button {
    min-width: 15.625rem;
    padding: 0.9em 2.5em;
  }
}
@media (hover: hover) {
  .officePostSearch__form__submit__btn button:hover {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    text-decoration: none;
  }
}
.officePostSearch__form__submit__reset button {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.8em;
  background: none;
  color: #999;
}
@media (hover: hover) {
  .officePostSearch__form__submit__reset button:hover {
    text-decoration: underline;
  }
}
.officePostSearchInfo__body {
  margin-bottom: 2.5rem;
  padding: 1.5rem 0 1rem;
  background-color: #E3EAF0;
  border-radius: 10px;
}
@media only screen and (min-width:768px), print {
  .officePostSearchInfo__body {
    margin-bottom: 4.5rem;
    padding: 3rem 0 2rem;
  }
}
.officePostSearchInfo__body .form__officePostSearch {
  margin-bottom: 0;
}
.officePostSearchInfo__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em;
  padding: 1.5rem 0;
  font-weight: 500;
}
.officePostSearchInfo__dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sec__faq + .sec__faq .sec__faq__inr {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}
@media only screen and (min-width:768px), print {
  .sec__faq + .sec__faq .sec__faq__inr {
    margin-top: 6rem;
    padding-top: 3rem;
  }
}
.sec__faq__cntr {
  max-width: 1100px;
  margin: auto;
}
.sec__faq .js-accordion.js-active .js-accordion__ttl::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec__faq .js-accordion.js-active .js-accordion__ttl::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sec__faq .faq__ttl {
  font-size: 1.125rem;
}
@media only screen and (min-width:768px), print {
  .sec__faq .faq__ttl {
    font-size: 1.75rem;
  }
}
.sec__faq .faq__ttl {
  line-height: 1.4;
  margin-bottom: 0.8em;
  color: #005EB0;
  font-weight: 700;
}
.sec__faq .faq__dl__item {
  overflow: hidden;
  background-color: #F1F1F1;
  border-radius: 5px;
}
.sec__faq .faq__dl__item + .faq__dl__item {
  margin-top: 1.25rem;
}
.sec__faq .faq__dl__item .js-accordion__ttl {
  position: relative;
  padding: 1rem 3rem 1rem 1rem;
  cursor: pointer;
}
@media only screen and (min-width:768px), print {
  .sec__faq .faq__dl__item .js-accordion__ttl {
    padding: 2.25rem 6rem 2.25rem 2.25rem;
  }
}
@media (hover: hover) {
  .sec__faq .faq__dl__item .js-accordion__ttl:hover span {
    color: #005EB0;
  }
}
.sec__faq .faq__dl__item .js-accordion__ttl span {
  -webkit-transition-property: color;
  transition-property: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media only screen and (min-width:768px), print {
  .sec__faq .faq__dl__item .js-accordion__ttl span {
    gap: 2rem;
  }
}
.sec__faq .faq__dl__item .js-accordion__ttl span::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/faq/ico_question.svg) no-repeat center center;
  background-size: contain;
}
.sec__faq .faq__dl__item .js-accordion__ttl::before, .sec__faq .faq__dl__item .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;
}
.sec__faq .faq__dl__item .js-accordion__ttl::before {
  width: 20px;
  height: 2px;
  right: 1rem;
}
@media only screen and (min-width:768px), print {
  .sec__faq .faq__dl__item .js-accordion__ttl::before {
    right: 2.5rem;
  }
}
.sec__faq .faq__dl__item .js-accordion__ttl::after {
  width: 2px;
  height: 20px;
  right: calc(1rem + 9px);
}
@media only screen and (min-width:768px), print {
  .sec__faq .faq__dl__item .js-accordion__ttl::after {
    right: calc(2.5rem + 9px);
  }
}
.sec__faq .faq__dl__item .js-accordion__content {
  margin: 0 1rem 1rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 5px;
  line-height: 1.8;
}
@media only screen and (min-width:768px), print {
  .sec__faq .faq__dl__item .js-accordion__content {
    margin: 0 2.25rem 2.25rem;
    padding: 1.5rem 2rem;
  }
}

.officeStaSearchModal__header {
  font-size: 1.125rem;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width:768px), print {
  .officeStaSearchModal__header {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .officeStaSearchModal__header {
    font-size: 1.75rem;
  }
}
.officeStaSearchModal__ttl span {
  margin-right: 0.5em;
  color: #162379;
}
.officeStaSearchModal__notes {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5em;
  font-weight: 400;
  color: #999;
}
.officeStaSearchModal .my-block-buttons {
  margin-top: 1.5rem;
}
@media only screen and (min-width:768px), print {
  .officeStaSearchModal .my-block-buttons {
    margin-top: 2.5rem;
  }
}

.officeSearch__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #4D4D4D;
}
@media only screen and (min-width:576px) {
  .officeSearch__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.officeSearch__ttl .heading__en {
  font-size: 1.25rem;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media only screen and (min-width:768px), print {
  .officeSearch__ttl .heading__en {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .officeSearch__ttl .heading__en {
    font-size: 2.5rem;
  }
}
.officeSearch__ttl .heading__jp {
  font-size: 0.875rem;
  display: block;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width:576px) {
  .officeSearch__ttl .heading__jp {
    margin-top: 0.4em;
    line-height: 1;
  }
}
@media only screen and (min-width:768px), print {
  .officeSearch__ttl .heading__jp {
    font-size: 0.9375rem;
    margin-top: 0.5em;
  }
}
.officeSearch__body {
  margin-bottom: var(--my--sec--mrg);
  padding: 1.5rem 0 1rem;
  background-color: #E3EAF0;
  border-radius: 10px;
}
@media only screen and (min-width:768px), print {
  .officeSearch__body {
    padding: 3rem 0 2rem;
  }
}
.officeSearch__body .form__officePostSearch {
  margin-bottom: 0;
}
.officeSearch__ui {
  background-color: #fff;
  border-radius: 5px;
}
@media only screen and (min-width:1000px), print {
  .officeSearch__dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content minmax(0, 1fr);
    -ms-grid-columns: max-content minmax(0, 1fr);
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
  }
}
@media only screen and (min-width:1000px), print {
  .officeSearch__dl__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: subgrid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
    gap: 2.5rem;
  }
}
.officeSearch__dl__item + .officeSearch__dl__item {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ddd;
}
.officeSearch__dl__item dt {
  margin-bottom: 1em;
  font-weight: 700;
}
@media only screen and (min-width:1000px), print {
  .officeSearch__dl__item dt {
    margin-bottom: 0;
  }
}

.form__officeSearch .officeSearch__ui {
  padding: 1.5rem 1rem;
}
@media only screen and (min-width:768px), print {
  .form__officeSearch .officeSearch__ui {
    padding: 2rem;
  }
}
@media only screen and (min-width:1000px), print {
  .form__officeSearch .officeSearch__ui {
    padding: 2.5rem;
  }
}
.form__officeSearch.is-station .officeSearch__ui {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width:768px), print {
  .form__officeSearch.is-station .officeSearch__ui {
    gap: 0 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width:1000px), print {
  .form__officeSearch.is-station .officeSearch__ui {
    gap: 0 3rem;
  }
}
.form__officeSearch.is-station .officeSearch__ui__inr {
  display: contents;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width:768px), print {
  .form__officeSearch.is-station .officeSearch__ui__inr {
    display: block;
  }
}
.form__officeSearch.is-station .officeSearch__kodawari {
  position: relative;
  min-width: 16em;
  margin-top: 2rem;
  background-color: #f8f8f8;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (min-width:768px), print {
  .form__officeSearch.is-station .officeSearch__kodawari {
    margin-top: 0;
  }
}
@media only screen and (min-width:1000px), print {
  .form__officeSearch.is-station .officeSearch__kodawari {
    min-width: 18em;
  }
}
.form__officeSearch.is-station .officeSearch__kodawari__ttl {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  .form__officeSearch.is-station .officeSearch__kodawari__ttl {
    font-size: 1.125rem;
  }
}
.form__officeSearch.is-station .officeSearch__kodawari__ttl {
  padding: 0.4rem 1rem;
  background-color: #005EB0;
  font-weight: 500;
  color: #fff;
}
.form__officeSearch.is-station .officeSearch__kodawari__checks {
  padding: 1rem;
}
@media only screen and (min-width:768px), print {
  .form__officeSearch.is-station .officeSearch__kodawari__checks {
    overflow-y: auto;
    position: absolute;
    top: calc(1.125rem * var(--my--line-height, 1.6) + 0.8rem);
    right: 0;
    bottom: 0;
    left: 0;
    margin: 1.2rem 1rem 1.2rem 0;
    padding: 0 1rem;
  }
}
.form__officeSearch.is-station .officeSearch__kodawari__checks::-webkit-scrollbar {
  width: 5px;
}
.form__officeSearch.is-station .officeSearch__kodawari__checks::-webkit-scrollbar-track {
  background-color: #fff;
  background-color: #ddd;
  border-radius: 10px;
}
.form__officeSearch.is-station .officeSearch__kodawari__checks::-webkit-scrollbar-thumb {
  background-color: #327EC0;
  border-radius: 5px;
}
.form__officeSearch.is-station .officeSearch__kodawari__more[open] summary {
  margin-bottom: 1em;
}
.form__officeSearch.is-station .officeSearch__kodawari__more summary {
  margin-left: 0.4em;
  color: #005EB0;
}
.form__officeSearch.is-station .sec__selectedSta {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}
@media only screen and (min-width:768px), print {
  .form__officeSearch.is-station .sec__selectedSta {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.form__officeSearch.is-station .selectedSta__ttl {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  .form__officeSearch.is-station .selectedSta__ttl {
    font-size: 1.125rem;
  }
}
.form__officeSearch.is-station .selectedSta__ttl {
  color: #005EB0;
  font-weight: 700;
}
.form__officeSearch.is-station .selectedSta__empty {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #999;
}
.form__officeSearch.is-station .selectedSta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 0.8rem;
}
@media only screen and (min-width:768px), print {
  .form__officeSearch.is-station .selectedSta__list {
    gap: 10px;
  }
}
.form__officeSearch.is-station .selectedSta__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 10px 8px 16px;
  background-color: #005EB0;
  border-radius: 10em;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.form__officeSearch.is-station .selectedSta__label__delete {
  opacity: 0.8;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.form__officeSearch.is-station .selectedSta__label__delete img {
  width: 24px;
  height: 24px;
}
.form__officeSearch.is-station .selectedSta__label__delete:hover {
  opacity: 1;
}

.page-template-page-office-pickup .officeRecos {
  display: -ms-grid;
  display: grid;
  gap: 3.5rem 2.5rem;
}
@media only screen and (min-width:768px), print {
  .page-template-page-office-pickup .officeRecos {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width:1000px), print {
  .page-template-page-office-pickup .officeRecos {
    row-gap: 4rem;
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.tenant .tenantHeading {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .tenantHeading {
    margin-bottom: 4.5rem;
  }
}
body.tenant .tenantHeading__ttl {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
body.tenant .tenantHeading__ttl__txt {
  font-size: 1.5625rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .tenantHeading__ttl__txt {
    font-size: 2.5rem;
  }
}
body.tenant .tenantHeading__ttl__txt {
  line-height: 1.4;
  font-weight: 700;
}
body.tenant .tenantHeading__ttl__notes {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1em;
  color: #777;
  text-indent: -1em;
}
body.tenant .tenantHeading__ttl__notes a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  body.tenant .tenantHeading__ttl__notes a:hover {
    text-decoration: none;
  }
}
body.tenant .mfp-content:has(.tenantPostModal) {
  padding: 1.5rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .mfp-content:has(.tenantPostModal) {
    padding: 2rem 0 2rem 2rem;
  }
}
body.tenant .tenantPostModal__inr {
  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 0;
}
@media only screen and (min-width:768px), print {
  body.tenant .tenantPostModal__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
@media only screen and (min-width:768px), print {
  body.tenant .tenantPostModal__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 2rem 2.5rem;
  }
}
body.tenant .tenantPostModal__meta {
  margin-bottom: 0.5rem;
}
body.tenant .tenantPostModal__ttl {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width:768px), print {
  body.tenant .tenantPostModal__ttl {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  body.tenant .tenantPostModal__ttl {
    font-size: 1.75rem;
  }
}
body.tenant .tenantPostModal__thumb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}
@media only screen and (min-width:768px), print {
  body.tenant .tenantPostModal__thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 51%;
    max-width: 470px;
  }
}
body.tenant .tenantPostModal__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 470/410;
  border-radius: 7px;
}
body.tenant .tenantPostModal__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.tenant .tenantPostModal__item {
  margin-top: 1.25rem;
}
body.tenant .tenantPostModal__item__ttl {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0.6em;
  padding: 0.3em 1em;
  background-color: #005EB0;
  font-weight: 500;
  color: #fff;
}
body.tenant .tenantPostModal__item .post_editor {
  font-size: 0.9375rem;
  line-height: 1.5;
}
body.tenant .sec__tenantEvent__body {
  padding: calc(var(--my--sec--mrg) - 2rem) 0;
  background-color: #E3EAF0;
  border-radius: 10px;
}
@media only screen and (min-width:1000px), print {
  body.tenant .sec__tenantEvent .tenantEvent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width:1500px), print {
  body.tenant .sec__tenantEvent .tenantEvent {
    -webkit-column-gap: 8.5rem;
       -moz-column-gap: 8.5rem;
            column-gap: 8.5rem;
  }
}
@media only screen and (min-width:1000px), print {
  body.tenant .sec__tenantEvent .tenantEvent .my-heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: sticky;
    top: 2rem;
  }
}
body.tenant .sec__tenantEvent .tenantEventArticles {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.tenant .sec__tenantEvent .tenantEventArticle + .tenantEventArticle {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}
@media only screen and (min-width:1000px), print {
  body.tenant .sec__tenantEvent .tenantEventArticle + .tenantEventArticle {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
body.tenant .sec__tenantEvent .tenantEventArticle__meta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
body.tenant .sec__tenantEvent .tenantEventArticle__meta__date {
  font-size: 0.9375rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: inline-block;
  min-width: 5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
}
@media only screen and (min-width:1000px), print {
  body.tenant .sec__tenantEvent .tenantEventArticle__meta__date {
    letter-spacing: inherit;
  }
}
body.tenant .sec__tenantEvent .tenantEventArticle__ttl {
  font-size: 1.0625rem;
  margin-bottom: 0.7em;
  font-weight: 500;
}
body.tenant .sec__tenantEvent .tenantEventArticle__link {
  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 0;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__tenantEvent .tenantEventArticle__link {
    -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;
    gap: 0 2rem;
  }
}
@media (hover: hover) {
  body.tenant .sec__tenantEvent .tenantEventArticle a.tenantEventArticle__link:hover {
    text-decoration: none;
  }
  body.tenant .sec__tenantEvent .tenantEventArticle a.tenantEventArticle__link:hover .tenantEventArticle__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.tenant .sec__tenantEvent .tenantEventArticle__meta {
  margin-bottom: 0.5rem;
}
body.tenant .sec__tenantEvent .tenantEventArticle__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 231/152;
  border-radius: 7px;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__tenantEvent .tenantEventArticle__img {
    width: 231px;
  }
}
body.tenant .sec__tenantEvent .tenantEventArticle__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.tenant .form__officePostSearch .form__check .form__check__label {
  background-color: #fff;
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoom__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoom__lead {
  font-size: 1rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__tenantMeetingRoom .tenantMeetingRoom__lead {
    font-size: 1.25rem;
  }
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoom__lead {
  margin-block: 1.6em;
  font-weight: 700;
}
@media only screen and (min-width:1000px), print {
  body.tenant .sec__tenantMeetingRoom .tenantMeetingRoom__lead {
    text-align: center;
  }
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 0;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts {
    gap: 3rem 0;
    margin: 0 -1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width:1500px), print {
  body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts {
    gap: 4rem 0;
    margin: 0 -1.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost {
  width: 100%;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost {
    width: 33.33333%;
    padding: 0 1rem;
  }
}
@media only screen and (min-width:1500px), print {
  body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost {
    padding: 0 1.75rem;
  }
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__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) {
  body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__link:hover {
    text-decoration: none;
  }
  body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__link:hover .tenantMeetingRoomPost__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__ttl {
  font-size: 1.125rem;
  margin-top: 0.7em;
  margin-bottom: 0.6em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #DDD;
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__ttl__main {
  font-weight: 700;
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__ttl__sub {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #777;
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__pr {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__pr {
    font-size: 1.125rem;
  }
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__pr {
  color: #162379;
  margin-bottom: 0.4em;
  font-weight: 700;
}
@media only screen and (min-width:1500px), print {
  body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost .tenantPost__dl__item {
    gap: 0 2rem;
  }
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__thumb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 465/280;
  border-radius: 7px;
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__img .tenantPost__meta {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__img .tenantPost__meta .officeGeneral__tags {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__img .tenantPost__meta .officeGeneral__tag__item {
  border-radius: 0 0 0 7px;
}
body.tenant .sec__tenantMeetingRoom .tenantMeetingRoomPosts .tenantMeetingRoomPost__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.tenant .sec__smallOffice {
  border-radius: 12px;
}
body.tenant .sec__smallOffice .smallOffice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
  padding: 1.5rem 1rem 1rem;
  background-color: #fff;
  border-radius: 5px;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__smallOffice .smallOffice {
    padding: 1.5rem;
  }
}
@media only screen and (min-width:1000px), print {
  body.tenant .sec__smallOffice .smallOffice {
    -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;
    gap: 0;
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}
@media only screen and (min-width:1000px), print {
  body.tenant .sec__smallOffice .smallOffice__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 1rem 2rem 1rem 3rem;
  }
}
body.tenant .sec__smallOffice .smallOffice__lead {
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__smallOffice .smallOffice__lead {
    font-size: 1.0625rem;
  }
}
body.tenant .sec__smallOffice .smallOffice__lead {
  margin-bottom: 0.5em;
}
body.tenant .sec__smallOffice .smallOffice__ttl {
  font-size: 1.4375rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__smallOffice .smallOffice__ttl {
    font-size: 2.375rem;
  }
}
body.tenant .sec__smallOffice .smallOffice__ttl {
  line-height: 1.4;
  margin-bottom: 0.5em;
  color: #162379;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__smallOffice .smallOffice__ttl {
    margin-bottom: 0.2em;
  }
}
body.tenant .sec__smallOffice .smallOffice__txt {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__smallOffice .smallOffice__txt {
    font-size: 1.125rem;
  }
}
body.tenant .sec__smallOffice .smallOffice__txt {
  margin-bottom: 1.2em;
  color: #162379;
  font-weight: 700;
}
@media only screen and (min-width:1000px), print {
  body.tenant .sec__smallOffice .smallOffice__thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 39%;
    max-width: 420px;
  }
}
body.tenant .sec__smallOffice .smallOffice__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
@media only screen and (min-width:1000px), print {
  body.tenant .sec__smallOffice .smallOffice__img {
    aspect-ratio: 420/300;
  }
}
body.tenant .sec__smallOffice .smallOffice__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.tenant .sec__smallOffice .smallOffice__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 1rem;
}
@media only screen and (min-width:576px) {
  body.tenant .sec__smallOffice .smallOffice__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.tenant .sec__smallOffice .smallOffice__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__smallOffice .smallOffice__btn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
body.tenant .sec__smallOffice .smallOffice__btn__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.6em 2em;
  border-radius: 10em;
  background-color: #162379;
  border: 2px solid #162379;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__smallOffice .smallOffice__btn__link {
    min-width: 12rem;
  }
}
@media only screen and (min-width:1100px), print {
  body.tenant .sec__smallOffice .smallOffice__btn__link {
    min-width: 13.75rem;
  }
}
@media (hover: hover) {
  body.tenant .sec__smallOffice .smallOffice__btn__link:hover {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
    text-decoration: none;
  }
}
body.tenant .sec__smallOffice .smallOffice__btn__link::before {
  content: url(../img/common/new_page_white.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  height: 16px;
  margin: auto;
  line-height: 0;
}
body.tenant .sec__app .appContacts {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__app .appContacts {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width:1250px), print {
  body.tenant .sec__app .appContacts {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
body.tenant .sec__app .appContact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.tenant .sec__app .appContact__link {
  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;
  gap: 0 1rem;
  padding: 0.5rem 1.5rem;
  background-color: #f7f7f7;
  border: 1px solid #005EB0;
  border-radius: 7px;
  text-decoration: none !important;
  min-height: 80px;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__app .appContact__link {
    min-height: 100px;
  }
}
@media only screen and (min-width:1250px), print {
  body.tenant .sec__app .appContact__link {
    min-height: 150px;
  }
}
@media (hover: hover) {
  body.tenant .sec__app .appContact__link:hover {
    background-color: #F4FAFF;
  }
  body.tenant .sec__app .appContact__link:hover::after {
    background-color: rgb(28.2769230769, 44.986013986, 155.5230769231);
  }
}
body.tenant .sec__app .appContact__link::after {
  -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: "";
  display: inline-block;
  width: 50px;
  height: 2rem;
  background: url(../img/common/arrow_uq_white.svg) no-repeat center center #162379;
  border-radius: 1rem;
}
body.tenant .sec__app .appContact__ttl {
  font-size: 1.0625rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__app .appContact__ttl {
    font-size: 1.375rem;
  }
}
body.tenant .sec__app .appContact__ttl {
  color: #162379;
  font-weight: 700;
  line-height: 1.3;
}
body.tenant .sec__app .appContact__ttl__sub {
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  margin-top: 0.2em;
  font-weight: 500;
}
body.tenant .sec__tenantFaq__inr {
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__tenantFaq .anchors {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width:768px), print {
  body.tenant .sec__tenantFaq .sec__faq + .sec__faq .sec__faq__inr {
    margin-top: 3rem;
    padding-top: 2.5rem;
  }
}
body.tenant .tenantPosts {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .tenantPosts {
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 2rem;
  }
}
@media only screen and (min-width:1000px), print {
  body.tenant .tenantPosts {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width:1500px), print {
  body.tenant .tenantPosts {
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4rem 2rem;
  }
}
body.tenant .tenantPost__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) {
  body.tenant .tenantPost__link:hover {
    text-decoration: none;
  }
  body.tenant .tenantPost__link:hover .tenantPost__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.tenant .tenantPost__ttl {
  font-size: 1.125rem;
  margin-block: 0.5em 0.3em;
  font-weight: 500;
}
@media only screen and (min-width:768px), print {
  body.tenant .tenantPost__ttl {
    line-height: 1.8;
  }
}
body.tenant .tenantPost__dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content minmax(0, 1fr);
  -ms-grid-columns: max-content minmax(0, 1fr);
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
}
body.tenant .tenantPost__dl__item + .tenantPost__dl__item {
  margin-top: 0.1em;
}
body.tenant .tenantPost__dl__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  gap: 0 1rem;
}
body.tenant .tenantPost__dl__item dt {
  color: #005EB0;
}
body.tenant .tenantPost__thumb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}
body.tenant .tenantPost__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 350/250;
  border-radius: 7px;
}
body.tenant .tenantPost__img .tenantPost__meta {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
body.tenant .tenantPost__img .tenantPost__meta .officeGeneral__tags {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.tenant .tenantPost__img .tenantPost__meta .officeGeneral__tag__item {
  border-radius: 0 0 0 7px;
}
body.tenant .tenantPost__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.tenant .tenantFooterBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width:768px), print {
  body.tenant .tenantFooterBnr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.tenant .tenantFooterBnr li {
  -ms-flex-preferred-size: calc(50% - 0.5rem);
      flex-basis: calc(50% - 0.5rem);
}
@media only screen and (min-width:768px), print {
  body.tenant .tenantFooterBnr li {
    -ms-flex-preferred-size: calc(33.333% - 1rem);
        flex-basis: calc(33.333% - 1rem);
  }
}
@media only screen and (min-width:1000px), print {
  body.tenant .tenantFooterBnr li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
body.tenant .tenantFooterBnr__txt {
  margin-top: 0.6em;
}
body.tenant .tenantFooterBnr a[target=_blank] .tenantFooterBnr__txt::after {
  content: url(../img/common/new_page.svg);
  display: inline-block;
  line-height: 0;
  margin-left: 0.25rem;
  vertical-align: -4px;
}

body.post-type-office_faq .sec__officeSubscribe {
  padding-top: calc(var(--my--sec--mrg) / 3);
}

.officeInfo__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.officeInfo__tag {
  -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;
  font-size: 0.75rem;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #F1F1F1;
  border-radius: 10em;
  line-height: 1;
}
@media only screen and (min-width:768px), print {
  .officeInfo__tag {
    font-size: 0.875rem;
  }
}
.officeInfo__tag:not(:has(a)) {
  padding: 0.7em 1em;
  background-color: #005EB0;
  color: #fff;
}
@media only screen and (min-width:768px), print {
  .officeInfo__tag:not(:has(a)) {
    padding: 0.9em 1.5em;
  }
}
.officeInfo__tag a {
  padding: 0.7em 1em;
  background-color: #005EB0;
  color: #fff;
}
@media only screen and (min-width:768px), print {
  .officeInfo__tag a {
    padding: 0.9em 1.5em;
  }
}
@media (hover: hover) {
  .officeInfo__tag a:hover {
    background-color: rgb(0, 107.6193181818, 201.5);
    text-decoration: none;
  }
}

@media only screen and (min-width:768px), print {
  .officeInfoPostsSlider .slick-slide {
    margin-inline: 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  .officeInfoPostsSlider .slick-slide {
    margin-inline: 1.25rem;
  }
}
@media only screen and (min-width:1500px), print {
  .officeInfoPostsSlider .slick-slide {
    margin-inline: 1.75rem;
  }
}
@media only screen and (min-width:768px), print {
  .officeInfoPostsSlider .slick-list {
    margin-inline: -1rem;
  }
}
@media only screen and (min-width:1000px), print {
  .officeInfoPostsSlider .slick-list {
    margin-inline: -1.25rem;
  }
}
@media only screen and (min-width:1500px), print {
  .officeInfoPostsSlider .slick-list {
    margin-inline: -1.75rem;
  }
}

.officeInfoPosts:not(.slick-slider) {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .officeInfoPosts:not(.slick-slider) {
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5rem 2rem;
  }
}
@media only screen and (min-width:1000px), print {
  .officeInfoPosts:not(.slick-slider) {
    -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.5rem 2.5rem;
  }
}
@media only screen and (min-width:1500px), print {
  .officeInfoPosts:not(.slick-slider) {
    gap: 4rem 3.5rem;
  }
}

.officeInfoPost__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) {
  .officeInfoPost__link:hover {
    text-decoration: none;
  }
  .officeInfoPost__link:hover .officeInfoPost__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.officeInfoPost__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.officeInfoPost__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-block: 1.3rem 0.5rem;
}
.officeInfoPost__meta:has(.categories) {
  margin-block: 1rem 0.5rem;
}
@media only screen and (min-width:1500px), print {
  .officeInfoPost__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-block: 1.5rem 0.6rem;
  }
}
.officeInfoPost__ttl {
  font-size: 1.125rem;
  font-weight: 500;
}
@media only screen and (min-width:768px), print {
  .officeInfoPost__ttl {
    line-height: 1.8;
  }
}
.officeInfoPost__desc {
  margin-top: 0.5em;
}
.officeInfoPost__interviewee {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.6em;
  color: #777;
}
.officeInfoPost__intervieweeArea {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 0.2em;
  color: #777;
  opacity: 0.7;
}
.officeInfoPost__meta__date {
  font-size: 0.9375rem;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
}
@media only screen and (min-width:1000px), print {
  .officeInfoPost__meta__date {
    margin-bottom: 0.25rem;
  }
}
@media only screen and (min-width:1500px), print {
  .officeInfoPost__meta__date {
    margin-bottom: 0;
  }
}
.officeInfoPost__thumb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}
.officeInfoPost__rank {
  position: absolute;
  z-index: 1;
  top: -2rem;
  right: -0.75rem;
  width: 55px;
}
@media only screen and (min-width:768px), print {
  .officeInfoPost__rank {
    width: auto;
  }
}
.officeInfoPost__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 465/280;
  border-radius: 7px;
}
.officeInfoPost__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.officeInfoPost__moreBtn {
  margin-top: calc(var(--my--sec--mrg) - 2rem);
}

.sec__officeInfoDoc .officeInfoDocPosts {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
@media only screen and (min-width:768px), print {
  .sec__officeInfoDoc .officeInfoDocPosts {
    -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 1.5rem;
  }
}
@media only screen and (min-width:1250px), print {
  .sec__officeInfoDoc .officeInfoDocPosts {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sec__officeInfoDoc .officeInfoDocPost {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
}
.sec__officeInfoDoc .officeInfoDocPost__inr {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  gap: 0;
  padding: 1.5rem 1.5rem 2rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 7px;
}
@media (hover: hover) {
  .sec__officeInfoDoc .officeInfoDocPost__inr:hover {
    text-decoration: none;
  }
  .sec__officeInfoDoc .officeInfoDocPost__inr:hover .officeInfoPost__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sec__officeInfoDoc .officeInfoDocPost__inr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 1rem;
}
@media only screen and (min-width:768px), print {
  .sec__officeInfoDoc .officeInfoDocPost__inr__item {
    padding: 1rem;
  }
}
.sec__officeInfoDoc .officeInfoDocPost__inr__item + .officeInfoDocPost__inr__item {
  border-top: 1px solid #eee;
}
.sec__officeInfoDoc .officeInfoDocPost__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width:1000px), print {
  .sec__officeInfoDoc .officeInfoDocPost__meta {
    display: block;
  }
}
@media only screen and (min-width:1500px), print {
  .sec__officeInfoDoc .officeInfoDocPost__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-block: 1rem 0.6rem;
  }
}
.sec__officeInfoDoc .officeInfoDocPost__ttl {
  font-size: 1rem;
  margin-bottom: 1em;
  font-weight: 500;
}
@media only screen and (min-width:768px), print {
  .sec__officeInfoDoc .officeInfoDocPost__ttl {
    line-height: 1.8;
  }
}
.sec__officeInfoDoc .officeInfoDocPost__btn {
  margin: auto 0 0.2em;
}
.sec__officeInfoDoc .officeInfoDocPost__btn a {
  display: block;
  padding: 0.7em;
  background-color: #005EB0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
@media (hover: hover) {
  .sec__officeInfoDoc .officeInfoDocPost__btn a:hover {
    background-color: rgb(0, 107.6193181818, 201.5);
    text-decoration: none;
  }
}
.sec__officeInfoDoc .officeInfoDocPost__editor dt {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
}
.sec__officeInfoDoc .officeInfoDocPost__editor dd {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5em;
}
.sec__officeInfoDoc .officeInfoDocPost__editor.is-detail dt {
  color: #005EB0;
}
.sec__officeInfoDoc .officeInfoDocPost__editor.is-reco dt {
  color: #E64C10;
}
.sec__officeInfoDoc .officeInfoDocPost__editor.is-reco .post_editor ul {
  list-style: url(../img/common/ico_list_check_orange.svg);
}
.sec__officeInfoDoc .officeInfoDocPost__thumb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}
.sec__officeInfoDoc .officeInfoDocPost__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 465/280;
  border-radius: 7px;
}
.sec__officeInfoDoc .officeInfoDocPost__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec__officeInfoMovie .officeInfoPost__img {
  aspect-ratio: 465/242;
}
.sec__officeInfoMovie .officeInfoMovie__btn {
  margin-top: 1.5rem;
}
.sec__officeInfoMovie .officeInfoMovie__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 250px;
  margin-inline: auto;
  padding: 0.7em;
  background-color: #005EB0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
@media (hover: hover) {
  .sec__officeInfoMovie .officeInfoMovie__btn a:hover {
    background-color: rgb(0, 107.6193181818, 201.5);
    text-decoration: none;
  }
}
.sec__officeInfoMovie .officeInfoMovie__btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  vertical-align: middle;
}
.sec__officeInfoMovie .officeInfoMovie__btn a span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: url(../img/common/ico_play_white.svg) no-repeat center center;
  background-size: contain;
}

.sec__officeInfoSeminar .officeInfoSeminar__pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media only screen and (min-width:768px), print {
  .sec__officeInfoSeminar .officeInfoSeminar__pr {
    -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;
    gap: 0 3rem;
  }
}
.sec__officeInfoSeminar .officeInfoSeminar__pr__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width:768px), print {
  .sec__officeInfoSeminar .officeInfoSeminar__pr__img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.sec__officeInfoSeminar .officeInfoSeminarSlider__btn {
  margin-top: 2.25rem;
}

.mySlider .officeInfoSingle__header {
  margin-bottom: 0;
}

.officeInfoSingle {
  padding-top: 1.5rem;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingle {
    padding-top: 2rem;
  }
}
.officeInfoSingle .post_editor > p {
  line-height: 2;
}
.officeInfoSingle .post_editor table * {
  height: auto !important;
}
.officeInfoSingle .post_editor table > tbody > tr > th,
.officeInfoSingle .post_editor table > tbody > tr > td {
  vertical-align: top;
}
.officeInfoSingle .post_editor table > tbody > tr > th:first-child,
.officeInfoSingle .post_editor table > tbody > tr > td:first-child {
  width: 1%;
  white-space: nowrap;
  padding-inline: 0 1em;
  color: #005EB0;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingle .post_editor table > tbody > tr > th:first-child,
  .officeInfoSingle .post_editor table > tbody > tr > td:first-child {
    padding-inline: 0 2em;
  }
}
.officeInfoSingle .post_editor table > tbody > tr > th,
.officeInfoSingle .post_editor table > tbody > tr > td {
  padding: 0.2em 0.5em;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingle .post_editor table > tbody > tr > th,
  .officeInfoSingle .post_editor table > tbody > tr > td {
    padding: 0.1em 0.5em;
  }
}
.officeInfoSingle__header {
  margin-bottom: calc(var(--my--sec--mrg) * 0.4);
}
.officeInfoSingle__header__aboveDate {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingle__header__aboveDate {
    font-size: 1.125rem;
  }
}
.officeInfoSingle__header__aboveDate {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 700;
}
.officeInfoSingle__header__logo {
  width: 150px;
  margin: 0.5rem auto 1rem;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingle__header__logo {
    margin: 0 0 1.5rem;
  }
}
.officeInfoSingle__header__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;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 0.5rem 1rem;
}
.officeInfoSingle__header__ttl {
  font-size: 1.375rem;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingle__header__ttl {
    font-size: 2.25rem;
  }
}
.officeInfoSingle__header__ttl {
  line-height: 1.4;
  font-weight: 700;
}
.officeInfo__tags + .officeInfoSingle__header__ttl {
  margin-top: 0.4em;
}
.officeInfoSingle__header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 1.25rem;
  margin-block: 1rem;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingle__header__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.officeInfoSingle__header__date {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  color: #777;
}
.officeInfoSingle__header__postType {
  font-size: 0.875rem;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingle__header__postType {
    font-size: 1.125rem;
  }
}
.officeInfoSingle__header__postType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 0.8em;
  color: #4D4D4D;
}
.officeInfoSingle__header__postType::before {
  content: "";
  width: 15px;
  height: 3px;
  display: inline-block;
  background-color: #005EB0;
}
.officeInfoSingle__header__desc {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 1em;
  line-height: 2;
}
.officeInfoSingle__lead {
  margin-bottom: calc(var(--my--sec--mrg) * 0.4);
}

#ez-toc-container.ez-toc-counter {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-block: calc(var(--my--sec--mrg) * 0.7);
  padding: var(--my--cntr-gutter);
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
}
#ez-toc-container.ez-toc-counter.toc_close .ez-toc-title::after {
  content: "[表示]";
}
#ez-toc-container.ez-toc-counter * {
  font-weight: inherit !important;
}
#ez-toc-container.ez-toc-counter .ez-toc-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ez-toc-container.ez-toc-counter .ez-toc-title {
  font-size: 0.8125rem;
}
@media only screen and (min-width:768px), print {
  #ez-toc-container.ez-toc-counter .ez-toc-title {
    font-size: 1.0625rem;
  }
}
#ez-toc-container.ez-toc-counter .ez-toc-title::after {
  content: "[非表示]";
  margin-left: 0.5em;
}
#ez-toc-container.ez-toc-counter .ez-toc-toggle:not(.ez-toc-title) {
  display: none;
}
#ez-toc-container.ez-toc-counter .ez-toc-list {
  margin-top: 0.2em;
}
#ez-toc-container.ez-toc-counter .ez-toc-heading-level-3 {
  list-style: none;
}
#ez-toc-container.ez-toc-counter .ez-toc-list .ez-toc-heading-level-2 {
  padding: 0.7em 1em;
}
#ez-toc-container.ez-toc-counter .ez-toc-list .ez-toc-heading-level-2 + .ez-toc-heading-level-2 {
  border-top: 1px solid #ddd;
}
#ez-toc-container.ez-toc-counter .ez-toc-list .ez-toc-heading-level-2:last-child {
  padding-bottom: 0;
}
#ez-toc-container.ez-toc-counter .ez-toc-list .ez-toc-list-level-3 {
  padding-top: 0.7em;
}
#ez-toc-container.ez-toc-counter .ez-toc-list .ez-toc-list-level-3 a::before {
  content: "";
}
#ez-toc-container.ez-toc-counter .ez-toc-list .ez-toc-heading-level-3 {
  list-style: none;
}
#ez-toc-container.ez-toc-counter .ez-toc-list li:first-child a {
  border-top: none;
}
.sec__infoDocDl .infoDocDl__inr {
  padding: 1.5rem;
  background-color: #E3EAF0;
  border-radius: 12px;
}
@media only screen and (min-width:768px), print {
  .sec__infoDocDl .infoDocDl__inr {
    padding: 3rem;
  }
}
@media only screen and (min-width:1500px), print {
  .sec__infoDocDl .infoDocDl__inr {
    padding: 4.5rem;
  }
}
.sec__infoDocDl .infoDocDl__inr 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;
  display: block;
  margin: auto;
  max-width: 900px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media (hover: hover) {
  .sec__infoDocDl .infoDocDl__inr a:hover {
    opacity: 0.8;
  }
}

.officeInfoSingleInterview__lead {
  position: relative;
  padding-bottom: calc(var(--my--sec--mrg));
}
.officeInfoSingleInterview__lead::before {
  content: "";
  position: absolute;
  top: 25vw;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E3EAF0;
}
@media only screen and (min-width:1100px), print {
  .officeInfoSingleInterview__lead::before {
    top: 290px;
  }
}
.officeInfoSingleInterview__lead__inr {
  position: relative;
}
.officeInfoSingleInterview__lead__thumbCaption {
  margin-top: 1em;
}
.officeInfoSingleInterview__lead__thumbCaption .post_editor {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
}
.officeInfoSingleInterview__lead__thumbCaption .post_editor > p {
  line-height: var(--my--line-height);
}
.officeInfoSingleInterview__lead__body {
  margin-top: calc(var(--my--sec--mrg) * 0.4);
}
.officeInfoSingleInterview__lead__profile__inr, .officeInfoSingleInterview__lead__epilogue__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--my--sec--mrg) * 0.4) 0;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingleInterview__lead__profile__inr, .officeInfoSingleInterview__lead__epilogue__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 4rem;
  }
}
@media only screen and (min-width:1500px), print {
  .officeInfoSingleInterview__lead__profile__inr, .officeInfoSingleInterview__lead__epilogue__inr {
    gap: 0 11.5rem;
  }
}
.officeInfoSingleInterview__lead__profile__inr dt, .officeInfoSingleInterview__lead__epilogue__inr dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.officeInfoSingleInterview__lead__profile__inr dd, .officeInfoSingleInterview__lead__epilogue__inr dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.officeInfoSingleInterview__lead__profile__ttl .heading__en, .officeInfoSingleInterview__lead__epilogue__ttl .heading__en {
  font-size: 1.5625rem;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingleInterview__lead__profile__ttl .heading__en, .officeInfoSingleInterview__lead__epilogue__ttl .heading__en {
    font-size: 2.5rem;
  }
}
.officeInfoSingleInterview__lead__profile__ttl .heading__en, .officeInfoSingleInterview__lead__epilogue__ttl .heading__en {
  line-height: 1.4;
  display: block;
  color: #005EB0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.officeInfoSingleInterview__lead__profile__ttl .heading__jp, .officeInfoSingleInterview__lead__epilogue__ttl .heading__jp {
  display: block;
  margin-top: 0.3em;
}
.officeInfoSingleInterview__lead__profile {
  margin-top: calc(var(--my--sec--mrg) * 0.4);
  padding-top: calc(var(--my--sec--mrg) * 0.4);
  border-top: 1px solid #ddd;
}
.officeInfoSingleInterview__lead__profile__subHeading {
  font-size: 1.125rem;
}
@media only screen and (min-width:768px), print {
  .officeInfoSingleInterview__lead__profile__subHeading {
    font-size: 1.75rem;
  }
}
.officeInfoSingleInterview__lead__profile__subHeading {
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: 700;
}

body.page-template-page-office-information .form__officePostSearch {
  max-width: 1100px;
  margin-inline: auto;
}
body.page-template-page-office-information .officeInfoSlider {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:768px), print {
  body.page-template-page-office-information .officeInfoSlider {
    margin-bottom: 5rem;
  }
}
body.page-template-page-office-information .officeInfoSlider__item__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width:1000px), print {
  body.page-template-page-office-information .officeInfoSlider__item__inr {
    -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;
    gap: 0;
  }
}
@media (hover: hover) {
  body.page-template-page-office-information .officeInfoSlider__item__inr:hover {
    text-decoration: none;
  }
  body.page-template-page-office-information .officeInfoSlider__item__inr:hover .officeInfoSlider__item__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media only screen and (min-width:1000px), print {
  body.page-template-page-office-information .officeInfoSlider__item__body {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-inline: 3rem 4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
body.page-template-page-office-information .officeInfoSlider__item__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 700/500;
  border-radius: 5px;
}
@media only screen and (min-width:1000px), print {
  body.page-template-page-office-information .officeInfoSlider__item__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
body.page-template-page-office-information .officeInfoSlider__item__img img {
  -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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.page-template-page-office-information .sec__officeInfoColumn {
  padding-block: calc(var(--my--sec--mrg) - 1.5rem) var(--my--sec--mrg);
  background-color: #E3EAF0;
}
body.page-template-page-office-information .sec__officeInfoDoc .officeInfoDoc__cntr {
  border-radius: 10px;
}
@media only screen and (max-width:767px) {
  body.page-template-page-office-information .sec__officeInfoMovie .officeInfoPost__moreBtn {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
  }
}
body.page-template-page-office-information .sec__officeSubscribe {
  padding-top: calc(var(--my--sec--mrg) / 3);
}

@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 {
  scroll-behavior: auto;
}
html:has(body.logged-in.admin-bar) {
  margin-top: 0 !important;
}
body {
  margin-top: 50px;
  color: #000;
  font-family: "Noto Sans JP", 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.06em;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media only screen and (min-width:768px), print {
  body {
    font-size: 1rem;
  }
}
@media only screen and (min-width:1000px), print {
  body {
    margin-top: 92px;
  }
}

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

html:has(.mfp-bg) #gheader {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
html:has(.mfp-bg) body.top-office .fv {
  padding-right: var(--scrollbar-width, 0);
}

.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 {
    -webkit-filter: brightness(105%) sepia(4%);
            filter: brightness(105%) sepia(4%);
  }
}
@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: #000;
}

.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.8;
}
.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 {
  -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;
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #005EB0;
  border-radius: 100%;
  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 {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #fff;
}
.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 {
    background-color: rgb(0, 107.6193181818, 201.5);
  }
}

@media only screen and (min-width:768px), print {
  .mfp-image-holder .mfp-content {
    margin: 0 56px;
  }
}
@media only screen and (min-width:1100px), print {
  .mfp-image-holder .mfp-content .mfp-close {
    top: 56px;
    right: -63px;
  }
}
.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: 1.5rem;
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (min-width:768px), print {
  .mfp-inline-holder .mfp-content {
    padding: 3rem;
  }
}
@media only screen and (min-width:1000px), print {
  .mfp-inline-holder .mfp-content {
    padding: 4rem;
  }
}
.mfp-inline-holder .mfp-content .mfp-close {
  top: -1.5rem;
  right: -0.5rem;
}
@media only screen and (min-width:1100px), print {
  .mfp-inline-holder .mfp-content .mfp-close {
    top: -1rem;
    right: -1rem;
  }
}
.mfp-inline-holder .mfp-close::before, .mfp-inline-holder .mfp-close::after {
  background-color: #fff;
}

.mfp-arrow {
  -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;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #005EB0 !important;
}
@media (hover: hover) {
  .mfp-arrow:hover {
    background-color: rgb(0, 107.6193181818, 201.5) !important;
  }
}
.mfp-arrow:active {
  margin-top: -55px;
}
.mfp-arrow::after {
  display: none;
}
.mfp-arrow::before {
  content: "";
  opacity: 1;
  position: absolute;
  inset: 0;
  margin: auto;
  height: 12px;
  width: 6px;
  background-color: #fff;
  border: none;
}
.mfp-arrow.mfp-arrow-left {
  left: 8px;
}
.mfp-arrow.mfp-arrow-left::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  margin-right: 26px;
}
.mfp-arrow.mfp-arrow-right {
  right: 8px;
}
.mfp-arrow.mfp-arrow-right::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 26px;
}

.my-custom-theme {
  max-width: 20em;
}
.my-custom-theme .tooltipster-box {
  font-size: 0.75rem;
  line-height: 1.5;
  background-color: #005EB0;
  border: none;
  border-radius: 10em;
}
@media only screen and (min-width:768px), print {
  .my-custom-theme .tooltipster-box {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
.my-custom-theme .tooltipster-box .tooltipster-content {
  padding: 0.8em 1em;
}
.my-custom-theme.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.my-custom-theme.tooltipster-top .tooltipster-arrow {
  width: 8px;
  height: 8px;
  margin-left: -4px;
}
.my-custom-theme .tooltipster-arrow .tooltipster-arrow-border {
  border: none;
}
.my-custom-theme .tooltipster-arrow .tooltipster-arrow-background {
  top: 0;
  border-top: 8px solid #005EB0;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}
/*# sourceMappingURL=common.css.map */