@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Noto+Sans:wght@400;700&family=Noto+Serif:wght@700&display=swap");

/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

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

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  position: relative;
  line-height: 1;
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

main {
  display: block;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  margin: 0;
  padding: 0;
  line-height: 2;
}
p + p {
  margin-top: 1em;
}
p.annotation {
  color: #999;
  font-size: 0.875em;
}

button.inline {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a img, button img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.36s;
          transition-duration: 0.36s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
          transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}

a, button.inline {
  color: #999;
  text-decoration: underline;
}
a.icon, button.inline.icon {
  text-decoration: none;
  color: #333;
}
a.icon span, button.inline.icon span {
  text-decoration: underline;
}
a.icon::after, button.inline.icon::after {
  content: "\f10a";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.625em;
  color: #000;
  font-size: 1em;
  position: relative;
  top: 1px;
}
a.icon[target=_blank]::after, button.inline.icon[target=_blank]::after {
  content: "\f101";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.icon[href^="#"]::after, button.inline.icon[href^="#"]::after {
  content: "\f105";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.icon[href$=".pdf"]::after, button.inline.icon[href$=".pdf"]::after {
  content: "\f106";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f00;
}
a.icon.back::after, button.inline.icon.back::after {
  content: none;
}
a.icon.back::before, button.inline.icon.back::before {
  content: "\f108";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.625em;
  color: #000;
  font-size: 1em;
  position: relative;
  top: 1px;
}
a.icon.circle::before, a.icon.circle::after, button.inline.icon.circle::before, button.inline.icon.circle::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.125em;
  height: 3.125em;
  background: #fff;
  line-height: 1;
  border: 1px solid #e3e3e3;
  border-radius: 100%;
}
a.icon.circle::before, button.inline.icon.circle::before {
  margin-right: 1em;
}
a.icon.circle::after, button.inline.icon.circle::after {
  margin-left: 1em;
}

b, strong {
  font-weight: 700;
}
b.color, strong.color {
  color: #469fc6;
}

figure {
  display: block;
}
figure.full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
figure.full img {
  width: 100%;
  max-width: none;
  height: auto;
}

input,
button,
textarea,
select {
  margin: 0;
  font: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
}

textarea:not([rows]) {
  min-height: 10em;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

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

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

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

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

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

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

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

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.ml-5 {
  margin-left: 5px !important;
}

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

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

.mt-5 {
  margin-top: 5px !important;
}

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

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}

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

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

.mt-10 {
  margin-top: 10px !important;
}

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

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

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

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

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

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

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

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

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

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

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

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

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

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

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

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

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

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

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

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

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

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

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

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

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

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

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

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

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

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

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

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

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

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

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

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

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

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.ml-105 {
  margin-left: 105px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

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

.mt-105 {
  margin-top: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}
.ml-110 {
  margin-left: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

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

.mt-110 {
  margin-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}
.ml-115 {
  margin-left: 115px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

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

.mt-115 {
  margin-top: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}
.ml-120 {
  margin-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

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

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.ml-125 {
  margin-left: 125px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

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

.mt-125 {
  margin-top: 125px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}
.ml-130 {
  margin-left: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

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

.mt-130 {
  margin-top: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}
.ml-135 {
  margin-left: 135px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

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

.mt-135 {
  margin-top: 135px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}
.ml-140 {
  margin-left: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

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

.mt-140 {
  margin-top: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.ml-145 {
  margin-left: 145px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

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

.mt-145 {
  margin-top: 145px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}
.ml-150 {
  margin-left: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

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

.mt-150 {
  margin-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
.ml-155 {
  margin-left: 155px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

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

.mt-155 {
  margin-top: 155px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}
.ml-160 {
  margin-left: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

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

.mt-160 {
  margin-top: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.ml-165 {
  margin-left: 165px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

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

.mt-165 {
  margin-top: 165px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}
.ml-170 {
  margin-left: 170px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

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

.mt-170 {
  margin-top: 170px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}
.ml-175 {
  margin-left: 175px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

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

.mt-175 {
  margin-top: 175px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}
.ml-180 {
  margin-left: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

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

.mt-180 {
  margin-top: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.ml-185 {
  margin-left: 185px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

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

.mt-185 {
  margin-top: 185px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}
.ml-190 {
  margin-left: 190px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

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

.mt-190 {
  margin-top: 190px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}
.ml-195 {
  margin-left: 195px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

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

.mt-195 {
  margin-top: 195px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}
.ml-200 {
  margin-left: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

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

.mt-200 {
  margin-top: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.pl-0 {
  padding-left: 0px !important;
}

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

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

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

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

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.pl-5 {
  padding-left: 5px !important;
}

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

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

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

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

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}

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

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

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

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

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

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

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

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

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

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

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

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

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

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

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

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

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

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

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

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

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

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

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

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

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

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

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

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

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

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

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

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

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

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

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

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

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

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

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

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

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.pl-105 {
  padding-left: 105px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

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

.pt-105 {
  padding-top: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}
.pl-110 {
  padding-left: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

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

.pt-110 {
  padding-top: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.pl-115 {
  padding-left: 115px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

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

.pt-115 {
  padding-top: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}
.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

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

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.pl-125 {
  padding-left: 125px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

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

.pt-125 {
  padding-top: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}
.pl-130 {
  padding-left: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

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

.pt-130 {
  padding-top: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.pl-135 {
  padding-left: 135px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

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

.pt-135 {
  padding-top: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}
.pl-140 {
  padding-left: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

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

.pt-140 {
  padding-top: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.pl-145 {
  padding-left: 145px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

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

.pt-145 {
  padding-top: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}
.pl-150 {
  padding-left: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

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

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.pl-155 {
  padding-left: 155px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

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

.pt-155 {
  padding-top: 155px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.py-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}
.pl-160 {
  padding-left: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

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

.pt-160 {
  padding-top: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.pl-165 {
  padding-left: 165px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

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

.pt-165 {
  padding-top: 165px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}
.pl-170 {
  padding-left: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

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

.pt-170 {
  padding-top: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.pl-175 {
  padding-left: 175px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

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

.pt-175 {
  padding-top: 175px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}
.pl-180 {
  padding-left: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

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

.pt-180 {
  padding-top: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.pl-185 {
  padding-left: 185px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

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

.pt-185 {
  padding-top: 185px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}
.pl-190 {
  padding-left: 190px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

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

.pt-190 {
  padding-top: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
.pl-195 {
  padding-left: 195px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

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

.pt-195 {
  padding-top: 195px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.py-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}
.pl-200 {
  padding-left: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

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

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.inner {
  margin: 0 auto;
}

.page_top {
  position: sticky;
  bottom: 20px;
  right: 0;
  z-index: 999;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.36s;
          transition-duration: 0.36s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
          transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.page_top a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.page_top a::after {
  content: "\f10c";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 100%;
  text-shadow: none;
}

.is-scroll .page_top {
  opacity: 1;
  visibility: visible;
}

pre {
  white-space: pre-wrap;
}

#wrap::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-transition-property: height, background;
  transition-property: height, background;
  -webkit-transition-duration: 0.36s;
          transition-duration: 0.36s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
          transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}

.c-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
}

.c-header {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.c-header .logo {
  display: block;
  margin: 0;
  line-height: 0;
}
.c-header .logo a {
  display: block;
}
.c-header .logo img {
  width: 100%;
  max-width: none;
  height: auto;
}
.c-header .btn-icon {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 100%;
  color: #333;
}
.c-header .btn-icon .icon {
  font-size: 18px;
}
.c-header .btn-icon.btn-menu .bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #333;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.36s;
          transition-duration: 0.36s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
          transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.c-header .btn-icon.btn-menu .bar.bar-1 {
  margin-top: -7px;
}
.c-header .btn-icon.btn-menu .bar.bar-3 {
  margin-top: 6px;
}
.c-header .btn-icon.btn-close .bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #333;
}
.c-header .btn-icon.btn-close .bar.bar-1 {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-header .btn-icon.btn-close .bar.bar-2 {
  margin-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-header .search-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  z-index: 1002;
  background: #fff;
}
.c-header .search-form .logo {
  position: absolute;
}
.c-header .search-form .btn-close {
  position: absolute;
}
.c-header .search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.c-header .search-form form input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: none;
  padding: 1em 0;
  outline: none;
}
.c-header .search-form form input[type=text]:-moz-placeholder-shown {
  color: #999;
}
.c-header .search-form form input[type=text]:-ms-input-placeholder {
  color: #999;
}
.c-header .search-form form input[type=text]:placeholder-shown {
  color: #999;
}
.c-header .search-form form input[type=text]::-webkit-input-placeholder {
  color: #999;
}
.c-header .search-form form input[type=text]:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.c-header .search-form form input[type=text]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.c-header .search-form form input[type=text]:-ms-input-placeholder {
  color: #999;
}
.c-header .search-form form button[type=submit] {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #999;
  padding: 20px 5px;
}
.c-header .btns {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-header .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-header .lang::before {
  margin-right: 0.5em;
  content: "\f107";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #333;
}
.c-header .lang li {
  font-weight: 700;
  color: #469fc6;
}
.c-header .lang li a {
  color: #333;
  text-decoration: none;
}
.c-header .lang li + li::before {
  content: "/";
  margin: 0 0.5em;
  color: #333;
}
.c-header .nav-main {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-header .nav-main .link {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
.c-header .nav-main .has-child .parent {
  position: relative;
  display: inline-block;
}
.c-header .nav-main .has-child .parent .arrow {
  font-size: 0.875em;
}
.c-header .nav-main .has-child .child dd {
  margin: 0;
  padding: 0;
}
.c-header .nav-main .has-child .child dd ul {
  list-style: none;
}
.c-header .nav-main .has-child.is-open .parent .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-footer .groups {
  margin-bottom: 20px;
  background-position: center center;
}
.c-footer .groups .ttl {
  margin: 0 0 1.5em;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #4ad3d0;
  line-height: 1.2;
}
.c-footer .groups .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-footer .groups .list li img {
  width: 100%;
  max-width: none;
  height: auto;
}
.c-footer .groups .list li a {
  display: block;
}
.c-footer .nav {
  background: #f5f5f5;
}
.c-footer .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-footer .nav .parent {
  position: relative;
  display: block;
  line-height: 1.2;
}
.c-footer .nav .parent::before, .c-footer .nav .parent::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.c-footer .nav .parent::before {
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
}
.c-footer .nav .parent::after {
  bottom: 0;
  width: 2em;
  height: 2px;
  background: #469fc6;
}
.c-footer .nav .parent a {
  display: inline-block;
  padding: 1.25em 0;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}
.c-footer .nav .parent .arrow {
  font-size: 0.8571428571em;
}
.c-footer .nav .nav-main .child {
  line-height: 1.2;
}
.c-footer .nav .nav-main .child ul {
  padding: 2em 0;
}
.c-footer .nav .nav-main .child li + li {
  margin-top: 0.8em;
}
.c-footer .nav .nav-main .child a {
  color: #333;
  text-decoration: none;
}
.c-footer .nav .nav-sub {
  line-height: 1.2;
}
.c-footer .nav .nav-sub a {
  color: #333;
  text-decoration: none;
}
.c-footer .banner a {
  display: block;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.c-footer .banner a img {
  width: 100%;
  max-width: none;
  height: auto;
}
.c-footer .copy {
  background: #f5f5f5;
  line-height: 1.2;
}
.c-footer .copy .inner {
  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;
}
.c-footer .copy p {
  margin: 0;
}
.c-footer .copy .logo img {
  width: 100%;
  max-width: none;
  height: auto;
}

.c-txt-catch {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.4;
}

.c-ttl-page {
  position: relative;
}
.c-ttl-page::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-position: center center, center center;
  background-repeat: repeat-y, no-repeat;
}
.c-ttl-page .ttl {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
}
.c-ttl-page .ttl span, .c-ttl-page .ttl em {
  display: block;
  font-style: normal;
}
.c-ttl-page .ttl span {
  margin-bottom: 1em;
  color: #469fc6;
}

.c-ttl-page-fig {
  position: relative;
}
.c-ttl-page-fig .ttl {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.c-ttl-page-wrap {
  position: relative;
}

.c-ttl-page-fig2 {
  position: relative;
}
.c-ttl-page-fig2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-position: center center, center center;
  background-repeat: repeat-y, no-repeat;
}
.c-ttl-page-fig2 .ttl {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
}
.c-ttl-page-fig2 .ttl span, .c-ttl-page-fig2 .ttl em {
  display: block;
  font-style: normal;
}
.c-ttl-page-fig2 .ttl span {
  margin-bottom: 1em;
}

.c-ttl-page-info {
  position: relative;
}
.c-ttl-page-info:has(.category) .ttl-wrap .info time {
  padding-right: 1em;
  border-right: 1px solid #333;
}
.c-ttl-page-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-position: center center, center center;
  background-repeat: repeat-y, no-repeat;
}
.c-ttl-page-info .ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-ttl-page-info .ttl-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
.c-ttl-page-info .ttl-wrap .info time {
  display: inline-block;
}
.c-ttl-page-info .ttl-wrap .info .category {
  display: inline-block;
  padding: 0.2em 1em;
  border: 1px solid #469fc6;
  border-radius: 9999px;
  line-height: 1.2;
  color: #469fc6;
  font-size: 0.875em;
}
.c-ttl-page-info .ttl-wrap .ttl {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-weight: 700;
}
.c-ttl-page-info .txt {
  margin-top: 1em;
  line-height: 1.4;
}
.c-ttl-page-info .companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-ttl-page-info .companies li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  border-top: 1px solid #b5cdd7;
  line-height: 1.2;
}
.c-ttl-page-info .companies li span {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
}

.c-ttl-1 {
  position: relative;
  margin: 0 0 1.6em;
  padding: 0;
  line-height: 1.2;
  font-weight: 400;
}
.c-ttl-1 a {
  color: #000;
  text-decoration: none;
}
.c-ttl-1.border {
  padding: 0 0 1em;
}
.c-ttl-1.border::before, .c-ttl-1.border::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.c-ttl-1.border::before {
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
}
.c-ttl-1.border::after {
  bottom: 0;
  width: 4em;
  height: 2px;
  background: #469fc6;
}

.c-ttl-2 {
  position: relative;
  margin: 0 0 1.6em;
  padding: 0 0 0 1em;
  line-height: 1.2;
  font-weight: 700;
}
.c-ttl-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.6em;
  height: 2px;
  background: #469fc6;
}

.c-ttl-3 {
  margin: 0 0 1.6em;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
}

.c-ttl-4 {
  position: relative;
  margin: 0 0 1.6em;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
}

.c-ttl-sec {
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3em;
  color: #4ad3d0;
}

ul.c-list {
  margin: 2em 0;
  padding: 0;
  list-style: none;
  line-height: 1.6;
}
ul.c-list > li {
  text-indent: -2em;
  padding-left: 2em;
}
ul.c-list > li::before {
  content: "・　";
}
ul.c-list > li + li {
  margin-top: 0.4em;
}
ul.c-list.annotation {
  color: #999;
  font-size: 0.875em;
}
ul.c-list.annotation > li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.c-list.annotation > li::before {
  content: none;
}

ol.c-list {
  margin: 2em 0;
  padding: 0;
  list-style: none;
  line-height: 1.6;
  counter-reset: number;
}
ol.c-list > li {
  text-indent: -2em;
  padding-left: 2em;
}
ol.c-list > li::before {
  counter-increment: number;
  content: counter(number) ".　";
  font-weight: 700;
}
ol.c-list > li + li {
  margin-top: 0.4em;
}

.c-list-links {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
.c-list-links a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #e3e3e3;
  color: #333;
  text-decoration: none;
}
.c-list-links a::after {
  content: "\f10a";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.125em;
  height: 3.125em;
  background: #fff;
  line-height: 1;
  border: 1px solid #e3e3e3;
  border-radius: 100%;
}
.c-list-links.large {
  font-weight: 700;
}

.c-list-links-2 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.c-list-links-2 a {
  display: block;
  border: 1px solid #e3e3e3;
  text-decoration: none;
  color: #333;
}
.c-list-links-2 a figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.c-list-links-2 a figure img {
  width: 100%;
  max-width: none;
  height: auto;
}
.c-list-links-2 a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.c-list-links-2 a span::after {
  content: "\f10a";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.c-list-links-fig {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  line-height: 1.2;
  font-weight: 700;
}
.c-list-links-fig a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #e3e3e3;
  color: #333;
  text-decoration: none;
}
.c-list-links-fig a::after {
  content: "\f10a";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.125em;
  height: 3.125em;
  background: #fff;
  line-height: 1;
  border: 1px solid #e3e3e3;
  border-radius: 100%;
}
.c-list-links-fig figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.c-list-links-fig figure img {
  width: 100%;
  max-width: none;
  height: auto;
}
.c-list-links-fig span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-list-archives {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-archives > li {
  border-bottom: 1px solid #e3e3e3;
}
.c-list-archives a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #333;
}
.c-list-archives a[target=_blank] .txt::after, .c-list-archives a[href$=".pdf"] .txt::after {
  margin-left: 0.625em;
  font-size: 1em;
  position: relative;
  top: 1px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.36s;
          transition-duration: 0.36s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
          transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.c-list-archives a[target=_blank] .txt::after {
  content: "\f101";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-list-archives a[href$=".pdf"] .txt::after {
  content: "\f106";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f00;
}
.c-list-archives time {
  display: inline-block;
  font-weight: 700;
  color: #469fc6;
}
.c-list-archives .category {
  line-height: 1.2;
}
.c-list-archives .category span {
  display: inline-block;
  border: 1px solid #469fc6;
  border-radius: 9999px;
  color: #469fc6;
  font-weight: 700;
  text-align: center;
}
.c-list-archives .companies ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-archives .companies ul li {
  position: relative;
}
.c-list-archives .companies ul li + li {
  margin-left: 10px;
  padding-left: 11px;
}
.c-list-archives .companies ul li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background: #e3e3e3;
}
.c-list-archives .info-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.c-list-archives .info-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.c-list-archives.w > li {
  border-color: #84bdc6;
}
.c-list-archives.w a {
  color: #fff;
}
.c-list-archives.w time {
  color: #fff;
}
.c-list-archives.w .category span {
  color: #fff;
  border-color: #84bdc6;
  background: #236f7b;
}
.c-list-archives.w .companies li + li::before {
  background: #84bdc6;
}

.c-layout-fig figure {
  margin: 0;
  padding: 0;
}
.c-layout-fig figure img {
  width: 100%;
  max-width: none;
  height: auto;
}

.c-breadcrumbs {
  background: #f1f1f1;
  border-bottom: 1px solid #e3e3e3;
}
.c-breadcrumbs ol {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  list-style: none;
  line-height: 1.6;
}
.c-breadcrumbs ol li {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.c-breadcrumbs ol li + li::before {
  content: "\f104";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 1em;
  font-size: 0.8em;
  color: #808080;
}
.c-breadcrumbs ol li a {
  color: #808080;
  text-decoration: none;
}

.p-information.detail .c-breadcrumbs ol li:last-child {
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-btn {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 1.34375em 1em;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
}

.c-btn-rounded {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.803571em 1em;
  border: 1px solid #36bbb9;
  border-radius: 9999px;
  background: #36bbb9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.25;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.c-table th, .c-table td {
  padding: 1em 1.5em;
  border: 1px solid #dedede;
  line-height: 1.6;
}
.c-table thead th {
  background: #ebebeb;
  text-align: center;
}
.c-table tbody th {
  background: #f4f4f4;
  text-align: left;
  vertical-align: middle;
}

.c-table-border {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.c-table-border th, .c-table-border td {
  line-height: 1.6;
}
.c-table-border tr {
  border-bottom: 1px solid #dedede;
}
.c-table-border th {
  text-align: left;
  font-weight: 700;
}

.c-table-center {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.c-form .c-form-group {
  border-bottom: 1px solid #dedede;
}
.c-form .c-form-group .c-form-label .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700;
}
.c-form .c-form-group .c-form-label .label .attr {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.114286em 0.8em;
  border: 1px solid #999;
  border-radius: 9999px;
  font-size: 0.875em;
  font-weight: 700;
  color: #999;
}
.c-form .c-form-group .c-form-label .label .attr.required {
  border-color: #cc3333;
  color: #cc3333;
}
.c-form .c-form-group .c-form-controls {
  overflow: hidden;
}
.c-form .c-form-group .c-form-controls ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-form .c-form-group .c-form-controls ul li + li {
  margin-top: 0.5em;
}
.c-form .c-form-group .error {
  margin-top: 0.5em;
  color: #cc3333;
  font-size: 0.875em;
}
.c-form input[type=text], .c-form select, .c-form textarea {
  padding: 0.65em 1em;
  border: 1px solid #dedede;
  background: #f7f7f7;
  line-height: 1.2;
  font-size: 1em;
  outline: none;
}
.c-form input[type=text]:-moz-placeholder-shown, .c-form select:-moz-placeholder-shown, .c-form textarea:-moz-placeholder-shown {
  color: #999;
}
.c-form input[type=text]:-ms-input-placeholder, .c-form select:-ms-input-placeholder, .c-form textarea:-ms-input-placeholder {
  color: #999;
}
.c-form input[type=text]:placeholder-shown, .c-form select:placeholder-shown, .c-form textarea:placeholder-shown {
  color: #999;
}
.c-form input[type=text]::-webkit-input-placeholder, .c-form select::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder {
  color: #999;
}
.c-form input[type=text]:-moz-placeholder, .c-form select:-moz-placeholder, .c-form textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.c-form input[type=text]::-moz-placeholder, .c-form select::-moz-placeholder, .c-form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.c-form input[type=text]:-ms-input-placeholder, .c-form select:-ms-input-placeholder, .c-form textarea:-ms-input-placeholder {
  color: #999;
}
.c-form input[type=text]:focus, .c-form select:focus, .c-form textarea:focus {
  border-color: #469fc6;
}
.c-form input[type=file]::-webkit-file-upload-button {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  display: inline-block;
  max-width: 100%;
  margin: 0 1em 0 0;
  padding: 0.803571em 1em;
  border: 1px solid #36bbb9;
  border-radius: 9999px;
  background: #36bbb9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
}
.c-form input[type=file]::file-selector-button, .c-form input[type=file]::-webkit-file-upload-button {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  display: inline-block;
  max-width: 100%;
  margin: 0 1em 0 0;
  padding: 0.803571em 1em;
  border: 1px solid #36bbb9;
  border-radius: 9999px;
  background: #36bbb9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
}
.c-form textarea {
  width: 100%;
}
.c-form input[type=radio], .c-form input[type=checkbox] {
  margin-right: 0.4em;
  vertical-align: middle;
}
.c-form .c-form-privacy {
  background: #eff3f5;
}
.c-form .c-form-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-paginate:has(> :nth-child(1):last-child) {
  display: none;
}
.c-paginate a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 2em;
  line-height: 2.6;
  border: 1px solid #e3e3e3;
  background: #fff;
  text-decoration: none;
  color: #333;
}
.c-paginate .current a {
  border: 1px solid #469fc6;
  background: #469fc6;
  font-weight: 700;
  color: #fff;
}
.c-paginate .prev a, .c-paginate .next a {
  height: 100%;
  border: none;
}
.c-paginate .prev {
  margin-right: 10px;
}
.c-paginate .next {
  margin-left: 10px;
}
.c-paginate .dotted {
  -ms-flex-item-align: center;
      align-self: center;
}

.c-cookie {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1100;
  width: 100%;
  color: #fff;
}
.c-cookie .c-cookie-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 8px;
}
.c-cookie a {
  color: #fff;
}
.c-cookie .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-irlib-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.c-irlib-sec + .c-irlib-sec {
  margin-top: 80px;
}
.c-irlib-sec .c-table th, .c-irlib-sec .c-table td {
  padding: 8px 12px;
}
.c-irlib-sec .c-table td {
  height: 50px;
  text-align: center;
}
.c-irlib-sec .c-table i.icon {
  font-size: 1.25em;
  color: #f00;
}

.p-information.index .list-ttl {
  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;
  gap: 10px;
}
.p-information.index .list-ttl .c-ttl-1 {
  margin-bottom: 0;
}
.p-information.index .list-ttl select {
  padding: 0.65em 1em;
  border: 1px solid #e3e3e3;
  background: #fff;
  line-height: 1.2;
  font-size: 1em;
  outline: none;
}
.p-information.index .list-ttl select:-moz-placeholder-shown {
  color: #999;
}
.p-information.index .list-ttl select:-ms-input-placeholder {
  color: #999;
}
.p-information.index .list-ttl select:placeholder-shown {
  color: #999;
}
.p-information.index .list-ttl select::-webkit-input-placeholder {
  color: #999;
}
.p-information.index .list-ttl select:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.p-information.index .list-ttl select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.p-information.index .list-ttl select:-ms-input-placeholder {
  color: #999;
}
.p-information.index .list-ttl select:focus {
  border-color: #469fc6;
}
.p-information.index .list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-information.index .list-nav .category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-information.index .list-nav .category .ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 0.875em;
  font-weight: 700;
  color: #469fc6;
}
.p-information.index .list-nav .category .list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
.p-information.index .list-nav .category .list a {
  color: #333;
  text-decoration: none;
}
.p-information.index .list-nav .link {
  display: block;
  padding: 0.2em 0;
  line-height: 1.2;
  border-left: 1px solid #e3e3e3;
}

@-webkit-keyframes typing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes typing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-home #kv {
  position: relative;
  overflow: hidden;
}
.p-home #kv.init .img {
  opacity: 1;
}
.p-home #kv.init .contents {
  opacity: 1;
}
.p-home #kv .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.36s;
          transition-duration: 0.36s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
          transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.p-home #kv .img img {
  width: 100%;
  max-width: none;
  height: auto;
}
.p-home #kv .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home #kv .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.36s;
          transition-duration: 0.36s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
          transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.p-home #kv .contents .for {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
}
.p-home #kv .contents .for strong {
  font-weight: 700;
  font-size: 1.3333333333em;
}
.p-home #kv .contents .swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-home #kv .contents .swiper-slide .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding-bottom: 0.125em;
  font-size: clamp(2.5rem, -1.071rem + 17.86vw, 7.5rem);
  line-height: 1;
  word-break: break-all;
}
.p-home #kv .contents .swiper-slide .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0.8em;
  border-top: 1px solid rgba(255, 255, 255, 0.47);
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
}
.p-home #kv .contents .swiper-slide .ja {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  text-align: right;
  line-height: 1.2;
  word-break: break-all;
}
.p-home #kv .contents .swiper-slide .ja::after {
  content: "";
  width: 2px;
  height: 50%;
  display: inline-block;
}
.p-home #kv .contents .swiper-slide .en, .p-home #kv .contents .swiper-slide .ja {
  position: relative;
  /*.line {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 2px;
    background: lib.color(w);
    animation: typing .8s ease infinite;
  }*/
}
.p-home #kv .contents .swiper-slide .en .line {
  top: 0.1em;
  height: 0.8em;
}
.p-home #kv .contents .swiper-slide .ja .line {
  top: 0;
  height: 1.2em;
}
.p-home #kv .contents .future {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
}
.p-home #kv .contents .future span {
  display: inline-block;
  padding: 0.13em 1em;
  background: rgba(43, 52, 145, 0.53);
  border: 2px solid #fff;
  border-radius: 9999px;
  line-height: 1.4;
}
.p-home #kv .urgent {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 1.5em 0;
  text-align: center;
  color: #fff;
  background: rgba(28, 168, 165, 0.78);
}
.p-home #ir a.icon, .p-home #other a.icon {
  color: #fff;
}
.p-home #ir a.icon::after, .p-home #other a.icon::after {
  background: none;
  color: #fff;
  border-color: #fff;
}
.p-home #ir .news .c-list-archives {
  border-top: 1px solid #84bdc6;
}
.p-home #ir .c-list-links-2 a {
  color: #fff;
  border-color: #84bdc6;
  background: rgba(35, 111, 123, 0.7);
}
.p-home #ir .c-list-links-2 a::after {
  color: #fff;
}
.p-home #other {
  overflow: hidden;
  background: #040e72;
}
.p-home #other .inner {
  position: relative;
}
.p-home #other .bg {
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.p-home #other .bg img {
  width: 100%;
  max-width: none;
  height: auto;
}
.p-home #other .lead {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.p-home #other .company {
  position: relative;
  z-index: 3;
}
.p-home #other .company .c-list-links-2 a {
  background: #050e63;
  border-color: #3b449e;
  color: #fff;
}
.p-home #other .link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}
.p-home #other .link-list a {
  display: block;
}
.p-home #other .link-list a picture {
  width: 100%;
}
.p-home #other .link-list a picture img {
  width: 100%;
  max-width: none;
  height: auto;
}

.p-ir.index .banners {
  background: #eff3f5;
}
.p-ir.index .banners .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.p-ir.index .banners .list li img {
  width: 100%;
  max-width: none;
  height: auto;
}
.p-ir.index .banners .list li a {
  display: block;
}

.p-sitemap .c-ttl-1.border {
  margin-bottom: 0;
}
.p-sitemap .sitemap-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-sitemap .sitemap-list li {
  border-bottom: 1px solid #e3e3e3;
}
.p-sitemap .sitemap-list li:has(ul) {
  border-bottom: none;
}
.p-sitemap .sitemap-list li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-sitemap .sitemap-list li > ul {
  border-top: 1px solid #e3e3e3;
  margin: 1.3em 0 0;
  padding: 0;
}
.p-sitemap .sitemap-list a {
  text-decoration: none;
  color: #000;
}
@media (min-width: 769px){
  body {
    font-size: 1em;
  }
  a:hover img, button:hover img {
    opacity: 0.8;
  }
  a, button.inline {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  a:hover, button.inline:hover {
    text-decoration: none;
    color: #469fc6;
  }
  a.icon, button.inline.icon {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  a.icon::before, a.icon::after, button.inline.icon::before, button.inline.icon::after {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  a.icon:hover, button.inline.icon:hover {
    color: #469fc6;
  }
  a.icon:hover.icon span, button.inline.icon:hover.icon span {
    text-decoration: none;
  }
  a.icon:hover::before, a.icon:hover::after, button.inline.icon:hover::before, button.inline.icon:hover::after {
    color: #469fc6;
  }
  figure {
    margin: 60px 0;
  }
  .only-sp {
    display: none !important;
  }
  .pc-ta-c {
    text-align: center !important;
  }
  .pc-ta-l {
    text-align: left !important;
  }
  .pc-ta-r {
    text-align: right !important;
  }
  .pc-bt {
    border-top: 1px solid #e3e3e3;
  }
  .pc-bb {
    border-bottom: 1px solid #e3e3e3;
  }
  .pc-ml-0 {
    margin-left: 0px !important;
  }
  .pc-mr-0 {
    margin-right: 0px !important;
  }
  .pc-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .pc-mt-0 {
    margin-top: 0px !important;
  }
  .pc-mb-0 {
    margin-bottom: 0px !important;
  }
  .pc-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .pc-ml-5 {
    margin-left: 5px !important;
  }
  .pc-mr-5 {
    margin-right: 5px !important;
  }
  .pc-mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .pc-mt-5 {
    margin-top: 5px !important;
  }
  .pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .pc-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .pc-ml-10 {
    margin-left: 10px !important;
  }
  .pc-mr-10 {
    margin-right: 10px !important;
  }
  .pc-mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .pc-mt-10 {
    margin-top: 10px !important;
  }
  .pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .pc-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .pc-ml-15 {
    margin-left: 15px !important;
  }
  .pc-mr-15 {
    margin-right: 15px !important;
  }
  .pc-mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .pc-mt-15 {
    margin-top: 15px !important;
  }
  .pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .pc-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .pc-ml-20 {
    margin-left: 20px !important;
  }
  .pc-mr-20 {
    margin-right: 20px !important;
  }
  .pc-mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .pc-mt-20 {
    margin-top: 20px !important;
  }
  .pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .pc-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .pc-ml-25 {
    margin-left: 25px !important;
  }
  .pc-mr-25 {
    margin-right: 25px !important;
  }
  .pc-mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .pc-mt-25 {
    margin-top: 25px !important;
  }
  .pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .pc-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .pc-ml-30 {
    margin-left: 30px !important;
  }
  .pc-mr-30 {
    margin-right: 30px !important;
  }
  .pc-mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .pc-mt-30 {
    margin-top: 30px !important;
  }
  .pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .pc-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .pc-ml-35 {
    margin-left: 35px !important;
  }
  .pc-mr-35 {
    margin-right: 35px !important;
  }
  .pc-mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .pc-mt-35 {
    margin-top: 35px !important;
  }
  .pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .pc-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .pc-ml-40 {
    margin-left: 40px !important;
  }
  .pc-mr-40 {
    margin-right: 40px !important;
  }
  .pc-mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .pc-mt-40 {
    margin-top: 40px !important;
  }
  .pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .pc-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .pc-ml-45 {
    margin-left: 45px !important;
  }
  .pc-mr-45 {
    margin-right: 45px !important;
  }
  .pc-mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .pc-mt-45 {
    margin-top: 45px !important;
  }
  .pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .pc-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .pc-ml-50 {
    margin-left: 50px !important;
  }
  .pc-mr-50 {
    margin-right: 50px !important;
  }
  .pc-mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .pc-mt-50 {
    margin-top: 50px !important;
  }
  .pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .pc-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .pc-ml-55 {
    margin-left: 55px !important;
  }
  .pc-mr-55 {
    margin-right: 55px !important;
  }
  .pc-mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .pc-mt-55 {
    margin-top: 55px !important;
  }
  .pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .pc-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .pc-ml-60 {
    margin-left: 60px !important;
  }
  .pc-mr-60 {
    margin-right: 60px !important;
  }
  .pc-mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .pc-mt-60 {
    margin-top: 60px !important;
  }
  .pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .pc-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .pc-ml-65 {
    margin-left: 65px !important;
  }
  .pc-mr-65 {
    margin-right: 65px !important;
  }
  .pc-mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .pc-mt-65 {
    margin-top: 65px !important;
  }
  .pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .pc-my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .pc-ml-70 {
    margin-left: 70px !important;
  }
  .pc-mr-70 {
    margin-right: 70px !important;
  }
  .pc-mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .pc-mt-70 {
    margin-top: 70px !important;
  }
  .pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .pc-my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .pc-ml-75 {
    margin-left: 75px !important;
  }
  .pc-mr-75 {
    margin-right: 75px !important;
  }
  .pc-mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .pc-mt-75 {
    margin-top: 75px !important;
  }
  .pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .pc-my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .pc-ml-80 {
    margin-left: 80px !important;
  }
  .pc-mr-80 {
    margin-right: 80px !important;
  }
  .pc-mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .pc-mt-80 {
    margin-top: 80px !important;
  }
  .pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .pc-my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .pc-ml-85 {
    margin-left: 85px !important;
  }
  .pc-mr-85 {
    margin-right: 85px !important;
  }
  .pc-mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .pc-mt-85 {
    margin-top: 85px !important;
  }
  .pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .pc-my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .pc-ml-90 {
    margin-left: 90px !important;
  }
  .pc-mr-90 {
    margin-right: 90px !important;
  }
  .pc-mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .pc-mt-90 {
    margin-top: 90px !important;
  }
  .pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .pc-my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .pc-ml-95 {
    margin-left: 95px !important;
  }
  .pc-mr-95 {
    margin-right: 95px !important;
  }
  .pc-mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .pc-mt-95 {
    margin-top: 95px !important;
  }
  .pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .pc-my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .pc-ml-100 {
    margin-left: 100px !important;
  }
  .pc-mr-100 {
    margin-right: 100px !important;
  }
  .pc-mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .pc-mt-100 {
    margin-top: 100px !important;
  }
  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
  .pc-my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .pc-ml-105 {
    margin-left: 105px !important;
  }
  .pc-mr-105 {
    margin-right: 105px !important;
  }
  .pc-mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  .pc-mt-105 {
    margin-top: 105px !important;
  }
  .pc-mb-105 {
    margin-bottom: 105px !important;
  }
  .pc-my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .pc-ml-110 {
    margin-left: 110px !important;
  }
  .pc-mr-110 {
    margin-right: 110px !important;
  }
  .pc-mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .pc-mt-110 {
    margin-top: 110px !important;
  }
  .pc-mb-110 {
    margin-bottom: 110px !important;
  }
  .pc-my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .pc-ml-115 {
    margin-left: 115px !important;
  }
  .pc-mr-115 {
    margin-right: 115px !important;
  }
  .pc-mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  .pc-mt-115 {
    margin-top: 115px !important;
  }
  .pc-mb-115 {
    margin-bottom: 115px !important;
  }
  .pc-my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .pc-ml-120 {
    margin-left: 120px !important;
  }
  .pc-mr-120 {
    margin-right: 120px !important;
  }
  .pc-mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .pc-mt-120 {
    margin-top: 120px !important;
  }
  .pc-mb-120 {
    margin-bottom: 120px !important;
  }
  .pc-my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .pc-ml-125 {
    margin-left: 125px !important;
  }
  .pc-mr-125 {
    margin-right: 125px !important;
  }
  .pc-mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  .pc-mt-125 {
    margin-top: 125px !important;
  }
  .pc-mb-125 {
    margin-bottom: 125px !important;
  }
  .pc-my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .pc-ml-130 {
    margin-left: 130px !important;
  }
  .pc-mr-130 {
    margin-right: 130px !important;
  }
  .pc-mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .pc-mt-130 {
    margin-top: 130px !important;
  }
  .pc-mb-130 {
    margin-bottom: 130px !important;
  }
  .pc-my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .pc-ml-135 {
    margin-left: 135px !important;
  }
  .pc-mr-135 {
    margin-right: 135px !important;
  }
  .pc-mx-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  .pc-mt-135 {
    margin-top: 135px !important;
  }
  .pc-mb-135 {
    margin-bottom: 135px !important;
  }
  .pc-my-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .pc-ml-140 {
    margin-left: 140px !important;
  }
  .pc-mr-140 {
    margin-right: 140px !important;
  }
  .pc-mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .pc-mt-140 {
    margin-top: 140px !important;
  }
  .pc-mb-140 {
    margin-bottom: 140px !important;
  }
  .pc-my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .pc-ml-145 {
    margin-left: 145px !important;
  }
  .pc-mr-145 {
    margin-right: 145px !important;
  }
  .pc-mx-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  .pc-mt-145 {
    margin-top: 145px !important;
  }
  .pc-mb-145 {
    margin-bottom: 145px !important;
  }
  .pc-my-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .pc-ml-150 {
    margin-left: 150px !important;
  }
  .pc-mr-150 {
    margin-right: 150px !important;
  }
  .pc-mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .pc-mt-150 {
    margin-top: 150px !important;
  }
  .pc-mb-150 {
    margin-bottom: 150px !important;
  }
  .pc-my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .pc-ml-155 {
    margin-left: 155px !important;
  }
  .pc-mr-155 {
    margin-right: 155px !important;
  }
  .pc-mx-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  .pc-mt-155 {
    margin-top: 155px !important;
  }
  .pc-mb-155 {
    margin-bottom: 155px !important;
  }
  .pc-my-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .pc-ml-160 {
    margin-left: 160px !important;
  }
  .pc-mr-160 {
    margin-right: 160px !important;
  }
  .pc-mx-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .pc-mt-160 {
    margin-top: 160px !important;
  }
  .pc-mb-160 {
    margin-bottom: 160px !important;
  }
  .pc-my-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .pc-ml-165 {
    margin-left: 165px !important;
  }
  .pc-mr-165 {
    margin-right: 165px !important;
  }
  .pc-mx-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  .pc-mt-165 {
    margin-top: 165px !important;
  }
  .pc-mb-165 {
    margin-bottom: 165px !important;
  }
  .pc-my-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .pc-ml-170 {
    margin-left: 170px !important;
  }
  .pc-mr-170 {
    margin-right: 170px !important;
  }
  .pc-mx-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .pc-mt-170 {
    margin-top: 170px !important;
  }
  .pc-mb-170 {
    margin-bottom: 170px !important;
  }
  .pc-my-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .pc-ml-175 {
    margin-left: 175px !important;
  }
  .pc-mr-175 {
    margin-right: 175px !important;
  }
  .pc-mx-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  .pc-mt-175 {
    margin-top: 175px !important;
  }
  .pc-mb-175 {
    margin-bottom: 175px !important;
  }
  .pc-my-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .pc-ml-180 {
    margin-left: 180px !important;
  }
  .pc-mr-180 {
    margin-right: 180px !important;
  }
  .pc-mx-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .pc-mt-180 {
    margin-top: 180px !important;
  }
  .pc-mb-180 {
    margin-bottom: 180px !important;
  }
  .pc-my-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .pc-ml-185 {
    margin-left: 185px !important;
  }
  .pc-mr-185 {
    margin-right: 185px !important;
  }
  .pc-mx-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  .pc-mt-185 {
    margin-top: 185px !important;
  }
  .pc-mb-185 {
    margin-bottom: 185px !important;
  }
  .pc-my-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .pc-ml-190 {
    margin-left: 190px !important;
  }
  .pc-mr-190 {
    margin-right: 190px !important;
  }
  .pc-mx-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .pc-mt-190 {
    margin-top: 190px !important;
  }
  .pc-mb-190 {
    margin-bottom: 190px !important;
  }
  .pc-my-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .pc-ml-195 {
    margin-left: 195px !important;
  }
  .pc-mr-195 {
    margin-right: 195px !important;
  }
  .pc-mx-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  .pc-mt-195 {
    margin-top: 195px !important;
  }
  .pc-mb-195 {
    margin-bottom: 195px !important;
  }
  .pc-my-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .pc-ml-200 {
    margin-left: 200px !important;
  }
  .pc-mr-200 {
    margin-right: 200px !important;
  }
  .pc-mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .pc-mt-200 {
    margin-top: 200px !important;
  }
  .pc-mb-200 {
    margin-bottom: 200px !important;
  }
  .pc-my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .pc-pl-0 {
    padding-left: 0px !important;
  }
  .pc-pr-0 {
    padding-right: 0px !important;
  }
  .pc-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pc-pt-0 {
    padding-top: 0px !important;
  }
  .pc-pb-0 {
    padding-bottom: 0px !important;
  }
  .pc-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pc-pl-5 {
    padding-left: 5px !important;
  }
  .pc-pr-5 {
    padding-right: 5px !important;
  }
  .pc-px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pc-pt-5 {
    padding-top: 5px !important;
  }
  .pc-pb-5 {
    padding-bottom: 5px !important;
  }
  .pc-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pc-pl-10 {
    padding-left: 10px !important;
  }
  .pc-pr-10 {
    padding-right: 10px !important;
  }
  .pc-px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pc-pt-10 {
    padding-top: 10px !important;
  }
  .pc-pb-10 {
    padding-bottom: 10px !important;
  }
  .pc-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pc-pl-15 {
    padding-left: 15px !important;
  }
  .pc-pr-15 {
    padding-right: 15px !important;
  }
  .pc-px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pc-pt-15 {
    padding-top: 15px !important;
  }
  .pc-pb-15 {
    padding-bottom: 15px !important;
  }
  .pc-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pc-pl-20 {
    padding-left: 20px !important;
  }
  .pc-pr-20 {
    padding-right: 20px !important;
  }
  .pc-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pc-pt-20 {
    padding-top: 20px !important;
  }
  .pc-pb-20 {
    padding-bottom: 20px !important;
  }
  .pc-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pc-pl-25 {
    padding-left: 25px !important;
  }
  .pc-pr-25 {
    padding-right: 25px !important;
  }
  .pc-px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .pc-pt-25 {
    padding-top: 25px !important;
  }
  .pc-pb-25 {
    padding-bottom: 25px !important;
  }
  .pc-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pc-pl-30 {
    padding-left: 30px !important;
  }
  .pc-pr-30 {
    padding-right: 30px !important;
  }
  .pc-px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pc-pt-30 {
    padding-top: 30px !important;
  }
  .pc-pb-30 {
    padding-bottom: 30px !important;
  }
  .pc-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pc-pl-35 {
    padding-left: 35px !important;
  }
  .pc-pr-35 {
    padding-right: 35px !important;
  }
  .pc-px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .pc-pt-35 {
    padding-top: 35px !important;
  }
  .pc-pb-35 {
    padding-bottom: 35px !important;
  }
  .pc-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .pc-pl-40 {
    padding-left: 40px !important;
  }
  .pc-pr-40 {
    padding-right: 40px !important;
  }
  .pc-px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pc-pt-40 {
    padding-top: 40px !important;
  }
  .pc-pb-40 {
    padding-bottom: 40px !important;
  }
  .pc-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pc-pl-45 {
    padding-left: 45px !important;
  }
  .pc-pr-45 {
    padding-right: 45px !important;
  }
  .pc-px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .pc-pt-45 {
    padding-top: 45px !important;
  }
  .pc-pb-45 {
    padding-bottom: 45px !important;
  }
  .pc-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pc-pl-50 {
    padding-left: 50px !important;
  }
  .pc-pr-50 {
    padding-right: 50px !important;
  }
  .pc-px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pc-pt-50 {
    padding-top: 50px !important;
  }
  .pc-pb-50 {
    padding-bottom: 50px !important;
  }
  .pc-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pc-pl-55 {
    padding-left: 55px !important;
  }
  .pc-pr-55 {
    padding-right: 55px !important;
  }
  .pc-px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .pc-pt-55 {
    padding-top: 55px !important;
  }
  .pc-pb-55 {
    padding-bottom: 55px !important;
  }
  .pc-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .pc-pl-60 {
    padding-left: 60px !important;
  }
  .pc-pr-60 {
    padding-right: 60px !important;
  }
  .pc-px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .pc-pt-60 {
    padding-top: 60px !important;
  }
  .pc-pb-60 {
    padding-bottom: 60px !important;
  }
  .pc-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pc-pl-65 {
    padding-left: 65px !important;
  }
  .pc-pr-65 {
    padding-right: 65px !important;
  }
  .pc-px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .pc-pt-65 {
    padding-top: 65px !important;
  }
  .pc-pb-65 {
    padding-bottom: 65px !important;
  }
  .pc-py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .pc-pl-70 {
    padding-left: 70px !important;
  }
  .pc-pr-70 {
    padding-right: 70px !important;
  }
  .pc-px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .pc-pt-70 {
    padding-top: 70px !important;
  }
  .pc-pb-70 {
    padding-bottom: 70px !important;
  }
  .pc-py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pc-pl-75 {
    padding-left: 75px !important;
  }
  .pc-pr-75 {
    padding-right: 75px !important;
  }
  .pc-px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .pc-pt-75 {
    padding-top: 75px !important;
  }
  .pc-pb-75 {
    padding-bottom: 75px !important;
  }
  .pc-py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .pc-pl-80 {
    padding-left: 80px !important;
  }
  .pc-pr-80 {
    padding-right: 80px !important;
  }
  .pc-px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pc-pt-80 {
    padding-top: 80px !important;
  }
  .pc-pb-80 {
    padding-bottom: 80px !important;
  }
  .pc-py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pc-pl-85 {
    padding-left: 85px !important;
  }
  .pc-pr-85 {
    padding-right: 85px !important;
  }
  .pc-px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .pc-pt-85 {
    padding-top: 85px !important;
  }
  .pc-pb-85 {
    padding-bottom: 85px !important;
  }
  .pc-py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .pc-pl-90 {
    padding-left: 90px !important;
  }
  .pc-pr-90 {
    padding-right: 90px !important;
  }
  .pc-px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pc-pt-90 {
    padding-top: 90px !important;
  }
  .pc-pb-90 {
    padding-bottom: 90px !important;
  }
  .pc-py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pc-pl-95 {
    padding-left: 95px !important;
  }
  .pc-pr-95 {
    padding-right: 95px !important;
  }
  .pc-px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .pc-pt-95 {
    padding-top: 95px !important;
  }
  .pc-pb-95 {
    padding-bottom: 95px !important;
  }
  .pc-py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .pc-pl-100 {
    padding-left: 100px !important;
  }
  .pc-pr-100 {
    padding-right: 100px !important;
  }
  .pc-px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .pc-pt-100 {
    padding-top: 100px !important;
  }
  .pc-pb-100 {
    padding-bottom: 100px !important;
  }
  .pc-py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pc-pl-105 {
    padding-left: 105px !important;
  }
  .pc-pr-105 {
    padding-right: 105px !important;
  }
  .pc-px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  .pc-pt-105 {
    padding-top: 105px !important;
  }
  .pc-pb-105 {
    padding-bottom: 105px !important;
  }
  .pc-py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .pc-pl-110 {
    padding-left: 110px !important;
  }
  .pc-pr-110 {
    padding-right: 110px !important;
  }
  .pc-px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .pc-pt-110 {
    padding-top: 110px !important;
  }
  .pc-pb-110 {
    padding-bottom: 110px !important;
  }
  .pc-py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pc-pl-115 {
    padding-left: 115px !important;
  }
  .pc-pr-115 {
    padding-right: 115px !important;
  }
  .pc-px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  .pc-pt-115 {
    padding-top: 115px !important;
  }
  .pc-pb-115 {
    padding-bottom: 115px !important;
  }
  .pc-py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .pc-pl-120 {
    padding-left: 120px !important;
  }
  .pc-pr-120 {
    padding-right: 120px !important;
  }
  .pc-px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .pc-pt-120 {
    padding-top: 120px !important;
  }
  .pc-pb-120 {
    padding-bottom: 120px !important;
  }
  .pc-py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pc-pl-125 {
    padding-left: 125px !important;
  }
  .pc-pr-125 {
    padding-right: 125px !important;
  }
  .pc-px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  .pc-pt-125 {
    padding-top: 125px !important;
  }
  .pc-pb-125 {
    padding-bottom: 125px !important;
  }
  .pc-py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .pc-pl-130 {
    padding-left: 130px !important;
  }
  .pc-pr-130 {
    padding-right: 130px !important;
  }
  .pc-px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .pc-pt-130 {
    padding-top: 130px !important;
  }
  .pc-pb-130 {
    padding-bottom: 130px !important;
  }
  .pc-py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pc-pl-135 {
    padding-left: 135px !important;
  }
  .pc-pr-135 {
    padding-right: 135px !important;
  }
  .pc-px-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  .pc-pt-135 {
    padding-top: 135px !important;
  }
  .pc-pb-135 {
    padding-bottom: 135px !important;
  }
  .pc-py-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .pc-pl-140 {
    padding-left: 140px !important;
  }
  .pc-pr-140 {
    padding-right: 140px !important;
  }
  .pc-px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .pc-pt-140 {
    padding-top: 140px !important;
  }
  .pc-pb-140 {
    padding-bottom: 140px !important;
  }
  .pc-py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pc-pl-145 {
    padding-left: 145px !important;
  }
  .pc-pr-145 {
    padding-right: 145px !important;
  }
  .pc-px-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  .pc-pt-145 {
    padding-top: 145px !important;
  }
  .pc-pb-145 {
    padding-bottom: 145px !important;
  }
  .pc-py-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .pc-pl-150 {
    padding-left: 150px !important;
  }
  .pc-pr-150 {
    padding-right: 150px !important;
  }
  .pc-px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .pc-pt-150 {
    padding-top: 150px !important;
  }
  .pc-pb-150 {
    padding-bottom: 150px !important;
  }
  .pc-py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pc-pl-155 {
    padding-left: 155px !important;
  }
  .pc-pr-155 {
    padding-right: 155px !important;
  }
  .pc-px-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  .pc-pt-155 {
    padding-top: 155px !important;
  }
  .pc-pb-155 {
    padding-bottom: 155px !important;
  }
  .pc-py-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .pc-pl-160 {
    padding-left: 160px !important;
  }
  .pc-pr-160 {
    padding-right: 160px !important;
  }
  .pc-px-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .pc-pt-160 {
    padding-top: 160px !important;
  }
  .pc-pb-160 {
    padding-bottom: 160px !important;
  }
  .pc-py-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pc-pl-165 {
    padding-left: 165px !important;
  }
  .pc-pr-165 {
    padding-right: 165px !important;
  }
  .pc-px-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  .pc-pt-165 {
    padding-top: 165px !important;
  }
  .pc-pb-165 {
    padding-bottom: 165px !important;
  }
  .pc-py-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .pc-pl-170 {
    padding-left: 170px !important;
  }
  .pc-pr-170 {
    padding-right: 170px !important;
  }
  .pc-px-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .pc-pt-170 {
    padding-top: 170px !important;
  }
  .pc-pb-170 {
    padding-bottom: 170px !important;
  }
  .pc-py-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pc-pl-175 {
    padding-left: 175px !important;
  }
  .pc-pr-175 {
    padding-right: 175px !important;
  }
  .pc-px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  .pc-pt-175 {
    padding-top: 175px !important;
  }
  .pc-pb-175 {
    padding-bottom: 175px !important;
  }
  .pc-py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .pc-pl-180 {
    padding-left: 180px !important;
  }
  .pc-pr-180 {
    padding-right: 180px !important;
  }
  .pc-px-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .pc-pt-180 {
    padding-top: 180px !important;
  }
  .pc-pb-180 {
    padding-bottom: 180px !important;
  }
  .pc-py-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pc-pl-185 {
    padding-left: 185px !important;
  }
  .pc-pr-185 {
    padding-right: 185px !important;
  }
  .pc-px-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  .pc-pt-185 {
    padding-top: 185px !important;
  }
  .pc-pb-185 {
    padding-bottom: 185px !important;
  }
  .pc-py-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .pc-pl-190 {
    padding-left: 190px !important;
  }
  .pc-pr-190 {
    padding-right: 190px !important;
  }
  .pc-px-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .pc-pt-190 {
    padding-top: 190px !important;
  }
  .pc-pb-190 {
    padding-bottom: 190px !important;
  }
  .pc-py-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pc-pl-195 {
    padding-left: 195px !important;
  }
  .pc-pr-195 {
    padding-right: 195px !important;
  }
  .pc-px-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  .pc-pt-195 {
    padding-top: 195px !important;
  }
  .pc-pb-195 {
    padding-bottom: 195px !important;
  }
  .pc-py-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .pc-pl-200 {
    padding-left: 200px !important;
  }
  .pc-pr-200 {
    padding-right: 200px !important;
  }
  .pc-px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .pc-pt-200 {
    padding-top: 200px !important;
  }
  .pc-pb-200 {
    padding-bottom: 200px !important;
  }
  .pc-py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .inner {
    max-width: 1240px;
    padding: 0 20px;
  }
  .page_top {
    padding: 0 20px;
  }
  .page_top a {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .page_top a::after {
    -webkit-transition-property: border-color, background, color;
    transition-property: border-color, background, color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .page_top a:hover {
    color: #469fc6;
  }
  .page_top a:hover::after {
    border-color: #469fc6;
    background: #469fc6;
    color: #fff;
  }
  .c-header .btn-icon {
    -webkit-transition-property: border-color, background, color;
    transition-property: border-color, background, color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-header .btn-icon:hover {
    border-color: #469fc6;
    background: #469fc6;
    color: #fff;
  }
  .c-header .btn-icon:hover .bar {
    background: #fff;
  }
  .c-footer {
    margin-top: 30px;
  }
  .c-footer .groups {
    position: relative;
    padding: 56px 0;
    background: url("../img/common/footer-groups-bg-pc.png") no-repeat center center;
    background-size: cover;
  }
  .c-footer .groups .ttl {
    font-size: 1rem;
  }
  .c-footer .groups .list {
    gap: 40px;
  }
  .c-footer .nav .parent a {
    padding-top: 0;
    font-size: 1rem;
  }
  .c-footer .nav .parent a:hover {
    color: #469fc6;
  }
  .c-footer .nav .parent .arrow {
    display: none;
  }
  .c-footer .nav .nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 50px 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .c-footer .nav .nav-main li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-footer .nav .nav-main .child a:hover {
    color: #469fc6;
  }
  .c-footer .nav .nav-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3em;
    padding: 30px 0;
    font-size: 0.875rem;
  }
  .c-footer .nav .nav-sub .parent::before, .c-footer .nav .nav-sub .parent::after {
    content: none;
  }
  .c-footer .nav .nav-sub .parent a {
    padding: 0;
    font-weight: 400;
    font-size: 0.875rem;
  }
  .c-footer .nav .nav-sub a:hover {
    color: #469fc6;
  }
  .c-footer .banner {
    padding: 0 20px;
  }
  .c-footer .copy {
    padding: 70px 0 50px;
  }
  .c-footer .copy .inner {
    gap: 30px;
  }
  .c-footer .copy .logo {
    width: 165px;
  }
  .c-footer .copy .txt {
    font-size: 0.75rem;
  }
  .c-txt-catch {
    font-size: 2.75rem;
  }
  .c-ttl-page {
    padding: 180px 0 140px;
  }
  .c-ttl-page::before {
    top: 20px;
    height: 20px;
    background-image: url("../img/common/page-ttl-pc.png"), -webkit-gradient(linear, left top, right top, color-stop(50%, #334f9d), color-stop(50%, #a7e8ef));
    background-image: url("../img/common/page-ttl-pc.png"), linear-gradient(90deg, #334f9d 50%, #a7e8ef 50%);
    background-size: 1440px auto, auto auto;
  }
  .c-ttl-page .ttl span {
    font-size: 1.25rem;
  }
  .c-ttl-page .ttl em {
    font-size: 3.75rem;
  }
  .c-ttl-page-fig .ttl {
    font-size: 3.75rem;
  }
  .c-ttl-page-fig {
    margin-top: 20px;
    width: 100%;
    height: 477px;
  }
  .c-ttl-page-fig::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 146px);
    z-index: -1;
    display: block;
    width: calc(50% + 146px);
    height: 100%;
    background: url("../img/common/ttl-page-fig-bg-pc.png") no-repeat center center;
    background-size: cover;
  }
  .c-ttl-page-fig .inner {
    padding-top: 192px;
    height: 100%;
    padding-right: 474px;
  }
  .c-ttl-page-fig figure {
    position: absolute;
    top: 0;
    left: calc(50% + 146px);
    width: calc(50% - 146px);
    height: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    background: #fff;
  }
  .c-ttl-page-fig figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .c-ttl-page-wrap .c-breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(227, 227, 227, 0.5);
  }
  .c-ttl-page-wrap .c-breadcrumbs ol li {
    color: #fff;
  }
  .c-ttl-page-wrap .c-breadcrumbs ol li + li::before {
    color: rgba(255, 255, 255, 0.8);
  }
  .c-ttl-page-wrap .c-breadcrumbs ol li a {
    color: rgba(255, 255, 255, 0.8);
  }
  .c-ttl-page-fig2::before {
    top: 20px;
    height: 20px;
    background-image: url("../img/common/page-ttl-pc.png"), -webkit-gradient(linear, left top, right top, color-stop(50%, #334f9d), color-stop(50%, #a7e8ef));
    background-image: url("../img/common/page-ttl-pc.png"), linear-gradient(90deg, #334f9d 50%, #a7e8ef 50%);
    background-size: 1440px auto, auto auto;
  }
  .c-ttl-page-fig2 .ttl span {
    font-size: 1.25rem;
    color: #469fc6;
  }
  .c-ttl-page-fig2 .ttl em {
    font-size: 3.75rem;
  }
  .c-ttl-page-fig2 {
    width: 100%;
    height: 477px;
    padding-top: 40px;
  }
  .c-ttl-page-fig2 .inner {
    height: 100%;
    padding-top: 140px;
    padding-right: 474px;
  }
  .c-ttl-page-fig2 figure {
    position: absolute;
    top: 40px;
    left: calc(50% + 146px);
    width: calc(50% - 146px);
    height: calc(100% - 40px);
    margin: 0;
    padding: 0 0 0 10px;
    background: #fff;
  }
  .c-ttl-page-fig2 figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .c-ttl-page-info {
    padding: 120px 0;
  }
  .c-ttl-page-info:has(.category) {
    padding: 70px 0 60px;
  }
  .c-ttl-page-info::before {
    top: 20px;
    height: 20px;
    background-image: url("../img/common/page-ttl-pc.png"), -webkit-gradient(linear, left top, right top, color-stop(50%, #334f9d), color-stop(50%, #a7e8ef));
    background-image: url("../img/common/page-ttl-pc.png"), linear-gradient(90deg, #334f9d 50%, #a7e8ef 50%);
    background-size: 1440px auto, auto auto;
  }
  .c-ttl-page-info .ttl-wrap .ttl {
    font-size: 3.75rem;
  }
  .c-ttl-page-info .txt {
    font-size: 1.25rem;
  }
  .c-ttl-page-info .companies {
    margin-top: 40px;
    gap: 20px;
  }
  .c-ttl-page-info .companies li {
    width: 110px;
    padding: 20px 0 0.5em;
    font-size: 0.75rem;
  }
  .c-ttl-1 a:hover {
    color: #469fc6;
  }
  .c-ttl-1 {
    font-size: 2rem;
  }
  .c-ttl-2 {
    font-size: 1.5rem;
  }
  .c-ttl-3 {
    font-size: 1.5rem;
  }
  .c-ttl-4 {
    font-size: 1.125rem;
  }
  .c-list-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    font-size: 1.25rem;
  }
  .c-list-links a {
    padding: 0.4em 70px 0.4em 20px;
    min-height: 80px;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-list-links a::after {
    right: 20px;
    font-size: 16px;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-list-links a:hover {
    border-color: #469fc6;
    color: #469fc6;
  }
  .c-list-links a:hover::after {
    border-color: #469fc6;
    color: #469fc6;
  }
  .c-list-links.large {
    gap: 40px;
    font-size: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
  .c-list-links-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    font-size: 1.25rem;
  }
  .c-list-links-2 a {
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-list-links-2 a span {
    padding: 0.4em 56px 0.4em 20px;
    min-height: 80px;
  }
  .c-list-links-2 a span::after {
    right: 20px;
    font-size: 16px;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-list-links-2 a:hover {
    border-color: #469fc6;
    color: #469fc6;
  }
  .c-list-links-2 a:hover::after {
    color: #469fc6;
  }
  .c-list-links-fig {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    font-size: 1.5rem;
  }
  .c-list-links-fig a {
    gap: 20px;
    padding: 8px 70px 8px 8px;
    min-height: 80px;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-list-links-fig a::after {
    right: 20px;
    font-size: 16px;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-list-links-fig a:hover {
    border-color: #469fc6;
    color: #469fc6;
  }
  .c-list-links-fig a:hover::after {
    border-color: #469fc6;
    color: #469fc6;
  }
  .c-list-links-fig figure {
    width: 32%;
  }
  .c-list-archives a:hover {
    color: #469fc6;
  }
  .c-list-archives a:hover[target=_blank] .txt::after, .c-list-archives a:hover[href$=".pdf"] .txt::after {
    color: #469fc6;
  }
  .c-list-archives.w a:hover {
    color: #4ad3d0;
  }
  .c-list-archives.w a:hover time {
    color: #4ad3d0;
  }
  .c-layout-fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .c-layout-fig figure {
    width: 48.3333333333%;
  }
  .c-layout-fig .con {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-layout-fig.fig-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-layout-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .c-layout-ttl .ttl {
    width: 28.3333333333%;
  }
  .c-layout-ttl .con {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-breadcrumbs ol {
    font-size: 0.75rem;
  }
  .c-breadcrumbs ol li a:hover {
    color: #469fc6;
  }
  .c-btn {
    width: 360px;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn:hover {
    border-color: #469fc6;
    color: #469fc6;
  }
  .c-btn-rounded {
    width: 190px;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn-rounded:hover {
    background-color: #fff;
    color: #36bbb9;
  }
  .c-table-border th {
    padding: 1.5em 0;
  }
  .c-table-border td {
    padding: 1.5em;
  }
  .c-form .c-form-group {
    display: grid;
    grid-template-columns: 246px 1fr;
    gap: 48px;
    padding: 12px 0;
  }
  .c-form .c-form-group .c-form-label .label {
    padding: 0.625em 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-form .c-form-group .c-form-controls ul {
    padding: 0.625em 0;
  }
  .c-form input[type=text], .c-form select {
    width: 500px;
    max-width: 100%;
  }
  .c-form input[type=file]::-webkit-file-upload-button:hover {
    background-color: #fff;
    color: #36bbb9;
  }
  .c-form input[type=file]::file-selector-button:hover, .c-form input[type=file]::-webkit-file-upload-button:hover {
    background-color: #fff;
    color: #36bbb9;
  }
  .c-form .c-form-privacy {
    margin-top: 60px;
    padding: 40px 20px;
    text-align: center;
  }
  .c-form .c-form-btns {
    gap: 20px;
    margin-top: 60px;
  }
  .c-form .c-form-btns .back {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-paginate {
    margin-top: 80px;
    font-size: 1.125rem;
  }
  .c-paginate a:hover {
    border-color: #469fc6;
    color: #469fc6;
  }
  .c-paginate .current a:hover {
    color: #fff;
  }
  .c-paginate .prev, .c-paginate .next {
    font-size: 1rem;
  }
  .c-cookie {
    bottom: 20px;
    max-width: 1280px;
    padding: 0 20px;
  }
  .c-cookie .c-cookie-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 20px;
  }
  .c-cookie .btns {
    gap: 10px;
    margin-left: auto;
  }
  .p-information.index .list-ttl {
    margin-bottom: 60px;
  }
  .p-information.index .list-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 26px;
  }
  .p-information.index .list-nav .category {
    margin-left: auto;
  }
  .p-information.index .list-nav .category .list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
    height: auto !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2em;
    margin-left: 2em;
  }
  .p-information.index .list-nav .category .list a {
    position: relative;
    display: block;
    padding: 0.2em 0;
  }
  .p-information.index .list-nav .category .list a:hover {
    color: #469fc6;
  }
  .p-information.index .list-nav .category .list .active a {
    color: #469fc6;
    font-weight: 700;
  }
  .p-information.index .list-nav .category .list .active a::after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #469fc6;
  }
  .p-information.index .list-nav .link {
    margin-left: 2em;
    padding-left: 2em;
  }
  .p-information.detail .c-ttl-page-info .ttl-wrap .ttl {
    font-size: 2.6rem;
  }
  .p-home #kv {
    height: 677px;
  }
  .p-home #kv .contents {
    width: 100%;
    max-width: 720px;
  }
  .p-home #kv .contents .for {
    margin-bottom: 25px;
  }
  .p-home #kv .contents .future {
    margin-top: 40px;
  }
  .p-home #ir a.icon:hover, .p-home #other a.icon:hover {
    color: #4ad3d0;
  }
  .p-home #ir a.icon:hover::after, .p-home #other a.icon:hover::after {
    color: #4ad3d0;
    border-color: #4ad3d0;
  }
  .p-home #ir {
    background: #469dab url("../img/home/ir-bg-pc.png") no-repeat center center;
    background-size: cover;
  }
  .p-home #ir .news {
    display: grid;
    grid-template-columns: minmax(220px, 28.3333333333%) 1fr;
    grid-template-rows: 130px 1fr;
    gap: 0 20px;
  }
  .p-home #ir .news .c-ttl-sec {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-home #ir .news .c-list-archives {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .p-home #ir .news .link {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .p-home #ir .c-list-links-2 a:hover {
    color: #4ad3d0;
    border-color: #4ad3d0;
  }
  .p-home #ir .c-list-links-2 a:hover::after {
    color: #4ad3d0;
  }
  .p-home #other .bg {
    right: -40px;
    width: 1021px;
  }
  .p-home #other .lead {
    padding: 110px 0 130px;
  }
  .p-home #other .company .c-ttl-sec {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-home #other .company .list {
    position: relative;
    z-index: 1;
  }
  .p-home #other .company .link {
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 3;
  }
  .p-home #other .company .c-list-links-2::before {
    content: "";
  }
  .p-home #other .company .c-list-links-2 a:hover {
    border-color: #4ad3d0;
    color: #4ad3d0;
  }
  .p-home #other .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #3b449e;
  }
  .p-home #other .link-list li + li {
    border-left: 1px solid #3b449e;
  }
  .p-ir.index .banners {
    padding: 40px 0;
  }
  .p-ir.index .banners .list {
    gap: 40px;
  }
  .p-sitemap .c-ttl-1.border + .c-ttl-1.border {
    margin-top: 60px;
  }
  .p-sitemap .sitemap-list {
    margin-bottom: 60px;
    padding-left: 20%;
  }
  .p-sitemap .sitemap-list li {
    padding: 1.3em 0;
  }
  .p-sitemap .sitemap-list li > ul {
    padding-left: 25%;
  }
  .p-sitemap .sitemap-list a:hover {
    color: #469fc6;
  }
}
@media (min-width: 769px) and (max-width: 1240px){
  .c-ttl-page-fig::before {
    right: auto;
    left: 0;
    width: calc(64.1935483871% - 30px);
  }
  .c-ttl-page-fig .inner {
    padding-right: calc(35.8064516129% + 30px);
  }
  .c-ttl-page-fig figure {
    left: auto;
    right: 0;
    width: calc(35.8064516129% + 30px);
  }
  .c-ttl-page-fig2 .inner {
    padding-right: calc(35.8064516129% + 30px);
  }
  .c-ttl-page-fig2 figure {
    left: auto;
    right: 0;
    width: calc(35.8064516129% + 30px);
  }
}
@media (min-width: 769px) and (max-width: 780px){
  .c-footer .nav .parent a {
    font-size: 0.875rem;
  }
  .c-footer .nav .nav-main .child {
    font-size: 0.875rem;
  }
  .c-footer .nav .nav-sub {
    gap: 2em;
  }
}
@media (min-width: 769px) and (max-width: 860px){
  .p-information.index .list-nav .category .list {
    margin-left: 1em;
    gap: 1em;
  }
  .p-information.index .list-nav .link {
    margin-left: 1em;
    padding-left: 1em;
  }
}
@media (min-width: 961px){
  #wrap::after {
    height: 112px;
  }
  #wrap {
    padding: 112px 0 0;
  }
  .c-header {
    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;
    gap: 20px;
    padding: 0 20px;
  }
  .c-header .logo {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-header .btn-icon.active {
    border-color: #469fc6;
    background: #469fc6;
    color: #fff;
  }
  .c-header .search-form .logo {
    top: 29px;
    left: 20px;
  }
  .c-header .search-form .btn-close {
    top: 55px;
    right: 20px;
  }
  .c-header .search-form form input[type=text] {
    font-size: 1.25rem;
  }
  .c-header .search-form form button[type=submit] {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
    font-size: 1.75rem;
  }
  .c-header .search-form form button[type=submit]:hover {
    opacity: 0.8;
  }
  .c-header .btns {
    top: 55px;
    right: 20px;
  }
  .c-header .btns .btn-menu {
    display: none;
  }
  .c-header .lang {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 0.875rem;
  }
  .c-header .lang li a:hover {
    color: #469fc6;
  }
  .c-header .nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 55px;
    padding-right: 52px;
  }
  .c-header .nav-main > li + li {
    margin-left: 2em;
  }
  .c-header .nav-main .link {
    display: block;
  }
  .c-header .nav-main .link span {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    padding-bottom: 26px;
  }
  .c-header .nav-main .link span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #469fc6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-header .nav-main .link:hover span::after {
    opacity: 1;
    visibility: visible;
  }
  .c-header .nav-main .link.active span::after {
    opacity: 1;
    visibility: visible;
  }
  .c-header .nav-main .has-child:hover .link span::after {
    opacity: 1;
    visibility: visible;
  }
  .c-header .nav-main .has-child:hover .child {
    opacity: 1;
    visibility: visible;
  }
  .c-header .nav-main .has-child .parent .link {
    padding-right: 1.5em;
  }
  .c-header .nav-main .has-child .parent .arrow {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.6;
    color: #333;
    pointer-events: none;
  }
  .c-header .nav-main .has-child .child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    font-size: 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-header .nav-main .has-child .child dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 20px;
  }
  .c-header .nav-main .has-child .child dt {
    width: 40%;
  }
  .c-header .nav-main .has-child .child dt a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    color: #469fc6;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
  }
  .c-header .nav-main .has-child .child dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-header .nav-main .has-child .child dd ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 10px;
  }
  .c-header .nav-main .has-child .child dd ul a {
    color: #333;
    text-decoration: none;
  }
  .c-header .nav-main .has-child .child dd ul a:hover {
    color: #469fc6;
  }
  .c-header .nav-main .contact {
    padding-bottom: 15px;
  }
  .c-header .nav-main .contact .btn-contact .txt {
    display: none;
  }
  .c-header .nav-sub {
    display: none;
  }
  .c-list-archives a {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
    padding: 16px 0;
  }
  .c-list-archives time {
    padding: 0.5em 0;
  }
  .c-list-archives .category {
    padding: 0.25em 0;
  }
  .c-list-archives .category span {
    padding: 0.185714em 0.5em;
    font-size: 0.875em;
  }
  .c-list-archives .info-1 {
    width: 246px;
  }
  .c-list-archives .info-1 .category {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .c-list-archives .info-1 .category span {
    width: 140px;
  }
  .c-list-archives .info-2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 420px;
  }
  .c-list-archives .info-2 .category span {
    width: 140px;
  }
  .c-list-archives .info-2 .companies {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
  }
  .c-list-archives .info-2 .companies ul {
    min-height: 46px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-list-archives .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .c-list-archives .info-2 + .txt {
    padding: 7px 0 0;
  }
  .c-list-archives.w .info-2 .companies {
    border-color: #84bdc6;
  }
  .p-home #ir .news .c-list-archives .info-1 {
    width: 240px;
  }
}
@media (min-width: 961px) and (max-width: 1220px){
  .c-header .nav-main > li {
    font-size: 0.75rem;
  }
  .c-header .nav-main > li + li {
    margin-left: 1em;
  }
}
@media (max-width: 960px){
  #wrap::after {
    height: 86px;
  }
  #wrap {
    padding: 86px 0 0;
  }
  .c-header {
    padding: 20px 0;
  }
  .c-header .logo {
    width: 176px;
    margin-left: 12px;
  }
  .c-header .search-form .logo {
    margin: 0;
    top: 20px;
    left: 12px;
  }
  .c-header .search-form .btn-close {
    top: 22px;
    right: 62px;
  }
  .c-header .search-form form input[type=text] {
    font-size: 1rem;
  }
  .c-header .search-form form button[type=submit] {
    font-size: 1.375rem;
  }
  .c-header .menu {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0 24px;
    border-top: 1px solid #e3e3e3;
    -webkit-transition-property: padding, margin;
    transition-property: padding, margin;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-header .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    top: 22px;
    right: 12px;
  }
  .c-header .lang {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 14px;
    font-size: 0.75rem;
  }
  .c-header .nav-main > li {
    border-bottom: 1px solid #e3e3e3;
  }
  .c-header .nav-main .link {
    display: inline-block;
    padding: 0.8125em 0;
    font-size: 1rem;
  }
  .c-header .nav-main .has-child .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-header .nav-main .has-child .parent .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-header .nav-main .has-child .child {
    display: none;
    overflow: hidden;
  }
  .c-header .nav-main .has-child .child dt {
    display: none;
  }
  .c-header .nav-main .has-child .child dd {
    padding: 0 36px;
  }
  .c-header .nav-main .has-child .child dd ul {
    margin: 0;
    padding: 13px 0 20px;
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .c-header .nav-main .has-child .child dd ul li + li {
    margin-top: 1.2857142857em;
  }
  .c-header .nav-main .has-child .child dd ul a {
    color: #333;
    text-decoration: none;
  }
  .c-header .nav-main .contact .btn-contact {
    display: block;
    width: auto;
    height: auto;
    padding: 0.8125em 0;
    border: none;
    border-radius: 0;
    background: none;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
  }
  .c-header .nav-main .contact .btn-contact .icon {
    display: none;
  }
  .c-header .nav-sub {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .c-header .nav-sub li + li {
    margin-top: 1.6666666667em;
  }
  .c-header .nav-sub a {
    color: #333;
    text-decoration: none;
  }
  .is-menu-open #wrap::after {
    background: #f5f5f5;
    height: 100%;
  }
  .is-menu-open .c-header-wrap {
    height: 100%;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    scrollbar-width: none;
  }
  .is-menu-open .c-header {
    height: calc(100% + 1px);
    border-bottom: none;
  }
  .is-menu-open .c-header .btn-icon.btn-menu .bar.bar-1 {
    margin-top: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .is-menu-open .c-header .btn-icon.btn-menu .bar.bar-2 {
    opacity: 0;
  }
  .is-menu-open .c-header .btn-icon.btn-menu .bar.bar-3 {
    margin-top: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .is-menu-open .c-header .menu {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-list-archives a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
  .c-list-archives .category span {
    padding: 0.233333em 0.5em;
    font-size: 0.75em;
  }
  .c-list-archives .info-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-list-archives .info-1 .category span {
    width: 126px;
  }
  .c-list-archives .info-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-list-archives .info-2 .category span {
    width: 126px;
  }
  .c-cookie .c-cookie-inner {
    gap: 20px;
    -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;
  }
  .c-cookie .btns {
    margin: 0 auto;
  }
  .p-information.index .list-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;
    gap: 20px;
    margin-bottom: 40px;
  }
  .p-information.index .list-ttl select {
    max-width: 100%;
  }
}
@media (max-width: 768px){
  body {
    font-size: 0.875rem;
  }
  figure {
    margin: 30px 0;
  }
  .only-pc {
    display: none !important;
  }
  .sp-ta-c {
    text-align: center !important;
  }
  .sp-ta-l {
    text-align: left !important;
  }
  .sp-ta-r {
    text-align: right !important;
  }
  .sp-bt {
    border-top: 1px solid #e3e3e3;
  }
  .sp-bb {
    border-bottom: 1px solid #e3e3e3;
  }
  .sp-ml-0 {
    margin-left: 0px !important;
  }
  .sp-mr-0 {
    margin-right: 0px !important;
  }
  .sp-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sp-mt-0 {
    margin-top: 0px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sp-ml-5 {
    margin-left: 5px !important;
  }
  .sp-mr-5 {
    margin-right: 5px !important;
  }
  .sp-mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .sp-mt-5 {
    margin-top: 5px !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .sp-ml-10 {
    margin-left: 10px !important;
  }
  .sp-mr-10 {
    margin-right: 10px !important;
  }
  .sp-mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .sp-ml-15 {
    margin-left: 15px !important;
  }
  .sp-mr-15 {
    margin-right: 15px !important;
  }
  .sp-mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .sp-ml-20 {
    margin-left: 20px !important;
  }
  .sp-mr-20 {
    margin-right: 20px !important;
  }
  .sp-mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sp-ml-25 {
    margin-left: 25px !important;
  }
  .sp-mr-25 {
    margin-right: 25px !important;
  }
  .sp-mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .sp-mt-25 {
    margin-top: 25px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .sp-ml-30 {
    margin-left: 30px !important;
  }
  .sp-mr-30 {
    margin-right: 30px !important;
  }
  .sp-mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .sp-ml-35 {
    margin-left: 35px !important;
  }
  .sp-mr-35 {
    margin-right: 35px !important;
  }
  .sp-mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .sp-mt-35 {
    margin-top: 35px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .sp-ml-40 {
    margin-left: 40px !important;
  }
  .sp-mr-40 {
    margin-right: 40px !important;
  }
  .sp-mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sp-ml-45 {
    margin-left: 45px !important;
  }
  .sp-mr-45 {
    margin-right: 45px !important;
  }
  .sp-mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .sp-mt-45 {
    margin-top: 45px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .sp-ml-50 {
    margin-left: 50px !important;
  }
  .sp-mr-50 {
    margin-right: 50px !important;
  }
  .sp-mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .sp-ml-55 {
    margin-left: 55px !important;
  }
  .sp-mr-55 {
    margin-right: 55px !important;
  }
  .sp-mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .sp-mt-55 {
    margin-top: 55px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .sp-ml-60 {
    margin-left: 60px !important;
  }
  .sp-mr-60 {
    margin-right: 60px !important;
  }
  .sp-mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .sp-ml-65 {
    margin-left: 65px !important;
  }
  .sp-mr-65 {
    margin-right: 65px !important;
  }
  .sp-mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .sp-mt-65 {
    margin-top: 65px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .sp-ml-70 {
    margin-left: 70px !important;
  }
  .sp-mr-70 {
    margin-right: 70px !important;
  }
  .sp-mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .sp-ml-75 {
    margin-left: 75px !important;
  }
  .sp-mr-75 {
    margin-right: 75px !important;
  }
  .sp-mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .sp-mt-75 {
    margin-top: 75px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .sp-ml-80 {
    margin-left: 80px !important;
  }
  .sp-mr-80 {
    margin-right: 80px !important;
  }
  .sp-mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .sp-ml-85 {
    margin-left: 85px !important;
  }
  .sp-mr-85 {
    margin-right: 85px !important;
  }
  .sp-mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .sp-mt-85 {
    margin-top: 85px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .sp-ml-90 {
    margin-left: 90px !important;
  }
  .sp-mr-90 {
    margin-right: 90px !important;
  }
  .sp-mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .sp-ml-95 {
    margin-left: 95px !important;
  }
  .sp-mr-95 {
    margin-right: 95px !important;
  }
  .sp-mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .sp-mt-95 {
    margin-top: 95px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .sp-ml-100 {
    margin-left: 100px !important;
  }
  .sp-mr-100 {
    margin-right: 100px !important;
  }
  .sp-mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .sp-my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .sp-ml-105 {
    margin-left: 105px !important;
  }
  .sp-mr-105 {
    margin-right: 105px !important;
  }
  .sp-mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  .sp-mt-105 {
    margin-top: 105px !important;
  }
  .sp-mb-105 {
    margin-bottom: 105px !important;
  }
  .sp-my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .sp-ml-110 {
    margin-left: 110px !important;
  }
  .sp-mr-110 {
    margin-right: 110px !important;
  }
  .sp-mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .sp-mt-110 {
    margin-top: 110px !important;
  }
  .sp-mb-110 {
    margin-bottom: 110px !important;
  }
  .sp-my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .sp-ml-115 {
    margin-left: 115px !important;
  }
  .sp-mr-115 {
    margin-right: 115px !important;
  }
  .sp-mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  .sp-mt-115 {
    margin-top: 115px !important;
  }
  .sp-mb-115 {
    margin-bottom: 115px !important;
  }
  .sp-my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .sp-ml-120 {
    margin-left: 120px !important;
  }
  .sp-mr-120 {
    margin-right: 120px !important;
  }
  .sp-mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .sp-mt-120 {
    margin-top: 120px !important;
  }
  .sp-mb-120 {
    margin-bottom: 120px !important;
  }
  .sp-my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .sp-ml-125 {
    margin-left: 125px !important;
  }
  .sp-mr-125 {
    margin-right: 125px !important;
  }
  .sp-mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  .sp-mt-125 {
    margin-top: 125px !important;
  }
  .sp-mb-125 {
    margin-bottom: 125px !important;
  }
  .sp-my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .sp-ml-130 {
    margin-left: 130px !important;
  }
  .sp-mr-130 {
    margin-right: 130px !important;
  }
  .sp-mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .sp-mt-130 {
    margin-top: 130px !important;
  }
  .sp-mb-130 {
    margin-bottom: 130px !important;
  }
  .sp-my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .sp-ml-135 {
    margin-left: 135px !important;
  }
  .sp-mr-135 {
    margin-right: 135px !important;
  }
  .sp-mx-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  .sp-mt-135 {
    margin-top: 135px !important;
  }
  .sp-mb-135 {
    margin-bottom: 135px !important;
  }
  .sp-my-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .sp-ml-140 {
    margin-left: 140px !important;
  }
  .sp-mr-140 {
    margin-right: 140px !important;
  }
  .sp-mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .sp-mt-140 {
    margin-top: 140px !important;
  }
  .sp-mb-140 {
    margin-bottom: 140px !important;
  }
  .sp-my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .sp-ml-145 {
    margin-left: 145px !important;
  }
  .sp-mr-145 {
    margin-right: 145px !important;
  }
  .sp-mx-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  .sp-mt-145 {
    margin-top: 145px !important;
  }
  .sp-mb-145 {
    margin-bottom: 145px !important;
  }
  .sp-my-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .sp-ml-150 {
    margin-left: 150px !important;
  }
  .sp-mr-150 {
    margin-right: 150px !important;
  }
  .sp-mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .sp-mt-150 {
    margin-top: 150px !important;
  }
  .sp-mb-150 {
    margin-bottom: 150px !important;
  }
  .sp-my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .sp-ml-155 {
    margin-left: 155px !important;
  }
  .sp-mr-155 {
    margin-right: 155px !important;
  }
  .sp-mx-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  .sp-mt-155 {
    margin-top: 155px !important;
  }
  .sp-mb-155 {
    margin-bottom: 155px !important;
  }
  .sp-my-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .sp-ml-160 {
    margin-left: 160px !important;
  }
  .sp-mr-160 {
    margin-right: 160px !important;
  }
  .sp-mx-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .sp-mt-160 {
    margin-top: 160px !important;
  }
  .sp-mb-160 {
    margin-bottom: 160px !important;
  }
  .sp-my-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .sp-ml-165 {
    margin-left: 165px !important;
  }
  .sp-mr-165 {
    margin-right: 165px !important;
  }
  .sp-mx-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  .sp-mt-165 {
    margin-top: 165px !important;
  }
  .sp-mb-165 {
    margin-bottom: 165px !important;
  }
  .sp-my-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .sp-ml-170 {
    margin-left: 170px !important;
  }
  .sp-mr-170 {
    margin-right: 170px !important;
  }
  .sp-mx-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .sp-mt-170 {
    margin-top: 170px !important;
  }
  .sp-mb-170 {
    margin-bottom: 170px !important;
  }
  .sp-my-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .sp-ml-175 {
    margin-left: 175px !important;
  }
  .sp-mr-175 {
    margin-right: 175px !important;
  }
  .sp-mx-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  .sp-mt-175 {
    margin-top: 175px !important;
  }
  .sp-mb-175 {
    margin-bottom: 175px !important;
  }
  .sp-my-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .sp-ml-180 {
    margin-left: 180px !important;
  }
  .sp-mr-180 {
    margin-right: 180px !important;
  }
  .sp-mx-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .sp-mt-180 {
    margin-top: 180px !important;
  }
  .sp-mb-180 {
    margin-bottom: 180px !important;
  }
  .sp-my-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .sp-ml-185 {
    margin-left: 185px !important;
  }
  .sp-mr-185 {
    margin-right: 185px !important;
  }
  .sp-mx-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  .sp-mt-185 {
    margin-top: 185px !important;
  }
  .sp-mb-185 {
    margin-bottom: 185px !important;
  }
  .sp-my-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .sp-ml-190 {
    margin-left: 190px !important;
  }
  .sp-mr-190 {
    margin-right: 190px !important;
  }
  .sp-mx-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .sp-mt-190 {
    margin-top: 190px !important;
  }
  .sp-mb-190 {
    margin-bottom: 190px !important;
  }
  .sp-my-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .sp-ml-195 {
    margin-left: 195px !important;
  }
  .sp-mr-195 {
    margin-right: 195px !important;
  }
  .sp-mx-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  .sp-mt-195 {
    margin-top: 195px !important;
  }
  .sp-mb-195 {
    margin-bottom: 195px !important;
  }
  .sp-my-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .sp-ml-200 {
    margin-left: 200px !important;
  }
  .sp-mr-200 {
    margin-right: 200px !important;
  }
  .sp-mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .sp-mt-200 {
    margin-top: 200px !important;
  }
  .sp-mb-200 {
    margin-bottom: 200px !important;
  }
  .sp-my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .sp-pl-0 {
    padding-left: 0px !important;
  }
  .sp-pr-0 {
    padding-right: 0px !important;
  }
  .sp-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sp-pt-0 {
    padding-top: 0px !important;
  }
  .sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .sp-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sp-pl-5 {
    padding-left: 5px !important;
  }
  .sp-pr-5 {
    padding-right: 5px !important;
  }
  .sp-px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sp-pt-5 {
    padding-top: 5px !important;
  }
  .sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .sp-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sp-pl-10 {
    padding-left: 10px !important;
  }
  .sp-pr-10 {
    padding-right: 10px !important;
  }
  .sp-px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sp-pt-10 {
    padding-top: 10px !important;
  }
  .sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .sp-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sp-pl-15 {
    padding-left: 15px !important;
  }
  .sp-pr-15 {
    padding-right: 15px !important;
  }
  .sp-px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sp-pt-15 {
    padding-top: 15px !important;
  }
  .sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .sp-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sp-pl-20 {
    padding-left: 20px !important;
  }
  .sp-pr-20 {
    padding-right: 20px !important;
  }
  .sp-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sp-pt-20 {
    padding-top: 20px !important;
  }
  .sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .sp-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sp-pl-25 {
    padding-left: 25px !important;
  }
  .sp-pr-25 {
    padding-right: 25px !important;
  }
  .sp-px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .sp-pt-25 {
    padding-top: 25px !important;
  }
  .sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .sp-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .sp-pl-30 {
    padding-left: 30px !important;
  }
  .sp-pr-30 {
    padding-right: 30px !important;
  }
  .sp-px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sp-pt-30 {
    padding-top: 30px !important;
  }
  .sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .sp-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sp-pl-35 {
    padding-left: 35px !important;
  }
  .sp-pr-35 {
    padding-right: 35px !important;
  }
  .sp-px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .sp-pt-35 {
    padding-top: 35px !important;
  }
  .sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .sp-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .sp-pl-40 {
    padding-left: 40px !important;
  }
  .sp-pr-40 {
    padding-right: 40px !important;
  }
  .sp-px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sp-pt-40 {
    padding-top: 40px !important;
  }
  .sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .sp-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sp-pl-45 {
    padding-left: 45px !important;
  }
  .sp-pr-45 {
    padding-right: 45px !important;
  }
  .sp-px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .sp-pt-45 {
    padding-top: 45px !important;
  }
  .sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .sp-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .sp-pl-50 {
    padding-left: 50px !important;
  }
  .sp-pr-50 {
    padding-right: 50px !important;
  }
  .sp-px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sp-pt-50 {
    padding-top: 50px !important;
  }
  .sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .sp-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sp-pl-55 {
    padding-left: 55px !important;
  }
  .sp-pr-55 {
    padding-right: 55px !important;
  }
  .sp-px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .sp-pt-55 {
    padding-top: 55px !important;
  }
  .sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .sp-py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .sp-pl-60 {
    padding-left: 60px !important;
  }
  .sp-pr-60 {
    padding-right: 60px !important;
  }
  .sp-px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sp-pt-60 {
    padding-top: 60px !important;
  }
  .sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .sp-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .sp-pl-65 {
    padding-left: 65px !important;
  }
  .sp-pr-65 {
    padding-right: 65px !important;
  }
  .sp-px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .sp-pt-65 {
    padding-top: 65px !important;
  }
  .sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .sp-py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .sp-pl-70 {
    padding-left: 70px !important;
  }
  .sp-pr-70 {
    padding-right: 70px !important;
  }
  .sp-px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .sp-pt-70 {
    padding-top: 70px !important;
  }
  .sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .sp-py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .sp-pl-75 {
    padding-left: 75px !important;
  }
  .sp-pr-75 {
    padding-right: 75px !important;
  }
  .sp-px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .sp-pt-75 {
    padding-top: 75px !important;
  }
  .sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .sp-py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .sp-pl-80 {
    padding-left: 80px !important;
  }
  .sp-pr-80 {
    padding-right: 80px !important;
  }
  .sp-px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sp-pt-80 {
    padding-top: 80px !important;
  }
  .sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .sp-py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sp-pl-85 {
    padding-left: 85px !important;
  }
  .sp-pr-85 {
    padding-right: 85px !important;
  }
  .sp-px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .sp-pt-85 {
    padding-top: 85px !important;
  }
  .sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .sp-py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .sp-pl-90 {
    padding-left: 90px !important;
  }
  .sp-pr-90 {
    padding-right: 90px !important;
  }
  .sp-px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .sp-pt-90 {
    padding-top: 90px !important;
  }
  .sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .sp-py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .sp-pl-95 {
    padding-left: 95px !important;
  }
  .sp-pr-95 {
    padding-right: 95px !important;
  }
  .sp-px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .sp-pt-95 {
    padding-top: 95px !important;
  }
  .sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .sp-py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .sp-pl-100 {
    padding-left: 100px !important;
  }
  .sp-pr-100 {
    padding-right: 100px !important;
  }
  .sp-px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .sp-pt-100 {
    padding-top: 100px !important;
  }
  .sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .sp-py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .sp-pl-105 {
    padding-left: 105px !important;
  }
  .sp-pr-105 {
    padding-right: 105px !important;
  }
  .sp-px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  .sp-pt-105 {
    padding-top: 105px !important;
  }
  .sp-pb-105 {
    padding-bottom: 105px !important;
  }
  .sp-py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .sp-pl-110 {
    padding-left: 110px !important;
  }
  .sp-pr-110 {
    padding-right: 110px !important;
  }
  .sp-px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .sp-pt-110 {
    padding-top: 110px !important;
  }
  .sp-pb-110 {
    padding-bottom: 110px !important;
  }
  .sp-py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .sp-pl-115 {
    padding-left: 115px !important;
  }
  .sp-pr-115 {
    padding-right: 115px !important;
  }
  .sp-px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  .sp-pt-115 {
    padding-top: 115px !important;
  }
  .sp-pb-115 {
    padding-bottom: 115px !important;
  }
  .sp-py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .sp-pl-120 {
    padding-left: 120px !important;
  }
  .sp-pr-120 {
    padding-right: 120px !important;
  }
  .sp-px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .sp-pt-120 {
    padding-top: 120px !important;
  }
  .sp-pb-120 {
    padding-bottom: 120px !important;
  }
  .sp-py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .sp-pl-125 {
    padding-left: 125px !important;
  }
  .sp-pr-125 {
    padding-right: 125px !important;
  }
  .sp-px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  .sp-pt-125 {
    padding-top: 125px !important;
  }
  .sp-pb-125 {
    padding-bottom: 125px !important;
  }
  .sp-py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .sp-pl-130 {
    padding-left: 130px !important;
  }
  .sp-pr-130 {
    padding-right: 130px !important;
  }
  .sp-px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .sp-pt-130 {
    padding-top: 130px !important;
  }
  .sp-pb-130 {
    padding-bottom: 130px !important;
  }
  .sp-py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .sp-pl-135 {
    padding-left: 135px !important;
  }
  .sp-pr-135 {
    padding-right: 135px !important;
  }
  .sp-px-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  .sp-pt-135 {
    padding-top: 135px !important;
  }
  .sp-pb-135 {
    padding-bottom: 135px !important;
  }
  .sp-py-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .sp-pl-140 {
    padding-left: 140px !important;
  }
  .sp-pr-140 {
    padding-right: 140px !important;
  }
  .sp-px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .sp-pt-140 {
    padding-top: 140px !important;
  }
  .sp-pb-140 {
    padding-bottom: 140px !important;
  }
  .sp-py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .sp-pl-145 {
    padding-left: 145px !important;
  }
  .sp-pr-145 {
    padding-right: 145px !important;
  }
  .sp-px-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  .sp-pt-145 {
    padding-top: 145px !important;
  }
  .sp-pb-145 {
    padding-bottom: 145px !important;
  }
  .sp-py-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .sp-pl-150 {
    padding-left: 150px !important;
  }
  .sp-pr-150 {
    padding-right: 150px !important;
  }
  .sp-px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .sp-pt-150 {
    padding-top: 150px !important;
  }
  .sp-pb-150 {
    padding-bottom: 150px !important;
  }
  .sp-py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .sp-pl-155 {
    padding-left: 155px !important;
  }
  .sp-pr-155 {
    padding-right: 155px !important;
  }
  .sp-px-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  .sp-pt-155 {
    padding-top: 155px !important;
  }
  .sp-pb-155 {
    padding-bottom: 155px !important;
  }
  .sp-py-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .sp-pl-160 {
    padding-left: 160px !important;
  }
  .sp-pr-160 {
    padding-right: 160px !important;
  }
  .sp-px-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .sp-pt-160 {
    padding-top: 160px !important;
  }
  .sp-pb-160 {
    padding-bottom: 160px !important;
  }
  .sp-py-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .sp-pl-165 {
    padding-left: 165px !important;
  }
  .sp-pr-165 {
    padding-right: 165px !important;
  }
  .sp-px-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  .sp-pt-165 {
    padding-top: 165px !important;
  }
  .sp-pb-165 {
    padding-bottom: 165px !important;
  }
  .sp-py-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .sp-pl-170 {
    padding-left: 170px !important;
  }
  .sp-pr-170 {
    padding-right: 170px !important;
  }
  .sp-px-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .sp-pt-170 {
    padding-top: 170px !important;
  }
  .sp-pb-170 {
    padding-bottom: 170px !important;
  }
  .sp-py-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .sp-pl-175 {
    padding-left: 175px !important;
  }
  .sp-pr-175 {
    padding-right: 175px !important;
  }
  .sp-px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  .sp-pt-175 {
    padding-top: 175px !important;
  }
  .sp-pb-175 {
    padding-bottom: 175px !important;
  }
  .sp-py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .sp-pl-180 {
    padding-left: 180px !important;
  }
  .sp-pr-180 {
    padding-right: 180px !important;
  }
  .sp-px-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .sp-pt-180 {
    padding-top: 180px !important;
  }
  .sp-pb-180 {
    padding-bottom: 180px !important;
  }
  .sp-py-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .sp-pl-185 {
    padding-left: 185px !important;
  }
  .sp-pr-185 {
    padding-right: 185px !important;
  }
  .sp-px-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  .sp-pt-185 {
    padding-top: 185px !important;
  }
  .sp-pb-185 {
    padding-bottom: 185px !important;
  }
  .sp-py-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .sp-pl-190 {
    padding-left: 190px !important;
  }
  .sp-pr-190 {
    padding-right: 190px !important;
  }
  .sp-px-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .sp-pt-190 {
    padding-top: 190px !important;
  }
  .sp-pb-190 {
    padding-bottom: 190px !important;
  }
  .sp-py-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .sp-pl-195 {
    padding-left: 195px !important;
  }
  .sp-pr-195 {
    padding-right: 195px !important;
  }
  .sp-px-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  .sp-pt-195 {
    padding-top: 195px !important;
  }
  .sp-pb-195 {
    padding-bottom: 195px !important;
  }
  .sp-py-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .sp-pl-200 {
    padding-left: 200px !important;
  }
  .sp-pr-200 {
    padding-right: 200px !important;
  }
  .sp-px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .sp-pt-200 {
    padding-top: 200px !important;
  }
  .sp-pb-200 {
    padding-bottom: 200px !important;
  }
  .sp-py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .inner {
    padding: 0 24px;
  }
  .page_top {
    padding: 0 24px;
  }
  .c-footer {
    margin-top: 45px;
  }
  .c-footer .groups {
    padding: 30px 0 40px;
    background: url("../img/common/footer-groups-bg-sp.png") no-repeat center center;
    background-size: cover;
  }
  .c-footer .groups .ttl {
    font-size: 0.75rem;
  }
  .c-footer .groups .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .c-footer .nav .parent a {
    font-size: 0.875rem;
  }
  .c-footer .nav .nav-main {
    padding: 20px 0 0;
  }
  .c-footer .nav .nav-main .has-child .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-footer .nav .nav-main .has-child .parent .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.36s;
            transition-duration: 0.36s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-footer .nav .nav-main .has-child.is-open .parent .arrow {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .c-footer .nav .nav-main .child {
    display: none;
    overflow: hidden;
  }
  .c-footer .nav .nav-sub {
    padding-bottom: 32px;
  }
  .c-footer .nav .nav-sub li.contact {
    margin-bottom: 2em;
  }
  .c-footer .nav .nav-sub li + li:not([class]) {
    margin-top: 1em;
  }
  .c-footer .copy {
    padding: 50px 0 30px;
  }
  .c-footer .copy .inner {
    gap: 30px;
  }
  .c-footer .copy .logo {
    width: 111px;
  }
  .c-footer .copy .txt {
    font-size: 0.625rem;
  }
  .c-txt-catch {
    font-size: 1.875rem;
  }
  .c-ttl-page {
    padding: 110px 0 80px;
  }
  .c-ttl-page::before {
    top: 15px;
    height: 15px;
    background-image: url("../img/common/page-ttl-sp.png"), -webkit-gradient(linear, left top, right top, color-stop(50%, #334f9d), color-stop(50%, #a7e8ef));
    background-image: url("../img/common/page-ttl-sp.png"), linear-gradient(90deg, #334f9d 50%, #a7e8ef 50%);
    background-size: 750px auto, auto auto;
  }
  .c-ttl-page .ttl span {
    font-size: 1rem;
  }
  .c-ttl-page .ttl em {
    font-size: 2.25rem;
  }
  .c-ttl-page-fig .ttl {
    font-size: 2.25rem;
  }
  .c-ttl-page-fig .inner {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    aspect-ratio: 750/223;
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .c-ttl-page-fig .inner::before, .c-ttl-page-fig .inner::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  .c-ttl-page-fig .inner::before {
    top: 0;
    height: 100%;
    background: url("../img/common/ttl-page-fig-bg-sp.png") no-repeat center center;
    background-size: cover;
    opacity: 0.95;
  }
  .c-ttl-page-fig .inner::after {
    bottom: 0;
    height: 8px;
    background: #fff;
  }
  .c-ttl-page-fig figure {
    width: 100%;
    margin: 0;
  }
  .c-ttl-page-fig figure img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .c-ttl-page-fig2::before {
    top: 15px;
    height: 15px;
    background-image: url("../img/common/page-ttl-sp.png"), -webkit-gradient(linear, left top, right top, color-stop(50%, #334f9d), color-stop(50%, #a7e8ef));
    background-image: url("../img/common/page-ttl-sp.png"), linear-gradient(90deg, #334f9d 50%, #a7e8ef 50%);
    background-size: 750px auto, auto auto;
  }
  .c-ttl-page-fig2 .ttl span {
    font-size: 1rem;
    color: #d2f0fd;
  }
  .c-ttl-page-fig2 .ttl em {
    font-size: 2.25rem;
    color: #fff;
  }
  .c-ttl-page-fig2 {
    padding-top: 30px;
  }
  .c-ttl-page-fig2 .inner {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.12);
  }
  .c-ttl-page-fig2 figure {
    width: 100%;
    margin: 0;
  }
  .c-ttl-page-fig2 figure img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .c-ttl-page-info {
    padding: 80px 0;
  }
  .c-ttl-page-info:has(.category) {
    padding: 60px 0 20px;
  }
  .c-ttl-page-info::before {
    top: 15px;
    height: 15px;
    background-image: url("../img/common/page-ttl-sp.png"), -webkit-gradient(linear, left top, right top, color-stop(50%, #334f9d), color-stop(50%, #a7e8ef));
    background-image: url("../img/common/page-ttl-sp.png"), linear-gradient(90deg, #334f9d 50%, #a7e8ef 50%);
    background-size: 750px auto, auto auto;
  }
  .c-ttl-page-info .ttl-wrap .ttl {
    font-size: 2.25rem;
  }
  .c-ttl-page-info .txt {
    font-size: 1rem;
  }
  .c-ttl-page-info .companies {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .c-ttl-page-info .companies li {
    width: 90px;
    padding: 15px 0 0.5em;
    font-size: 0.625rem;
  }
  .c-ttl-1 {
    font-size: 1.375rem;
  }
  .c-ttl-2 {
    font-size: 1.125rem;
  }
  .c-ttl-3 {
    font-size: 1.125rem;
  }
  .c-ttl-4 {
    font-size: 1rem;
  }
  .c-list-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 100%;
    font-size: 1rem;
  }
  .c-list-links a {
    padding: 1.525em 60px 1.525em 12px;
  }
  .c-list-links a::after {
    right: 16px;
    font-size: 14px;
  }
  .c-list-links.large {
    font-size: 1.125rem;
  }
  .c-list-links.large a {
    padding-top: 1.288889em;
    padding-bottom: 1.288889em;
  }
  .c-list-links-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 100%;
    font-size: 1rem;
  }
  .c-list-links-2 a span {
    padding: 1.525em 46px 1.525em 12px;
  }
  .c-list-links-2 a span::after {
    right: 16px;
    font-size: 14px;
  }
  .c-list-links-fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 100%;
    font-size: 1.125rem;
  }
  .c-list-links-fig a {
    gap: 12px;
    padding: 8px 60px 8px 8px;
  }
  .c-list-links-fig a::after {
    right: 16px;
    font-size: 14px;
  }
  .c-list-links-fig figure {
    width: 28.4810126582%;
  }
  .c-layout-fig figure {
    margin-bottom: 30px;
  }
  .c-breadcrumbs ol {
    font-size: 0.625rem;
  }
  .c-btn {
    width: 300px;
  }
  .c-btn-rounded {
    width: 145px;
  }
  .c-table-wrap {
    overflow: auto;
  }
  .c-table-wrap table {
    width: 200%;
  }
  .c-table-border tbody, .c-table-border tr, .c-table-border th, .c-table-border td {
    display: block;
  }
  .c-table-border tr {
    padding: 1em 0;
  }
  .c-table-border td {
    padding-top: 1em;
  }
  .c-form .c-form-group {
    padding: 20px 0;
  }
  .c-form .c-form-group .c-form-label .label {
    margin-bottom: 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-form .c-form-group .c-form-label .label .attr {
    margin-left: 1em;
  }
  .c-form input[type=text], .c-form select {
    width: 100%;
  }
  .c-form input[type=file]::-webkit-file-upload-button {
    width: 145px;
  }
  .c-form input[type=file]::file-selector-button, .c-form input[type=file]::-webkit-file-upload-button {
    width: 145px;
  }
  .c-form .c-form-privacy {
    margin-top: 40px;
    padding: 24px;
  }
  .c-form .c-form-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  .c-form .c-form-btns .back {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .c-paginate {
    margin-top: 50px;
    font-size: 1rem;
  }
  .c-paginate .prev, .c-paginate .next {
    font-size: 0.75rem;
  }
  .c-cookie {
    bottom: 15px;
    padding: 0 24px;
  }
  .c-cookie .c-cookie-inner {
    padding: 18px 24px;
  }
  .c-cookie .btns {
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-irlib-wrap {
    grid-template-columns: 1fr;
  }
  .p-information.index .list-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .p-information.index .list-nav .category {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 185px;
    margin-left: auto;
  }
  .p-information.index .list-nav .category .ttl {
    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;
    gap: 0.5em;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .p-information.index .list-nav .category .ttl::after {
    content: "\f102";
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
  }
  .p-information.index .list-nav .category .list {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #fff;
  }
  .p-information.index .list-nav .category .list a {
    display: block;
    padding: 1em;
  }
  .p-information.index .list-nav .category .list li + li {
    border-top: 1px solid #e3e3e3;
  }
  .p-information.index .list-nav .link {
    margin-left: 1em;
    padding-left: 1em;
  }
  .p-information.detail .c-ttl-page-info .ttl-wrap .ttl {
    font-size: 1.8rem;
  }
  .p-home #kv {
    aspect-ratio: 375/542;
  }
  .p-home #kv .contents {
    width: 87.2%;
  }
  .p-home #kv .contents .for {
    margin-bottom: 15px;
  }
  .p-home #kv .contents .future {
    margin-top: 30px;
  }
  .p-home #ir {
    background: #469dab url("../img/home/ir-bg-sp.png") no-repeat center center;
    background-size: cover;
  }
  .p-home #other .bg {
    left: 0;
    width: 100%;
  }
  .p-home #other .lead {
    padding: 21.3333333333% 0 12.6666666667%;
    width: 89.6%;
    margin: 0 auto;
  }
  .p-home #other .lead picture {
    width: 100%;
  }
  .p-home #other .lead picture img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .p-home #other .link-list {
    margin: 0 -24px;
  }
  .p-home #other .link-list li + li {
    margin-top: 1px;
  }
  .p-ir.index .banners {
    padding: 20px 0;
  }
  .p-ir.index .banners .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .p-sitemap .c-ttl-1.border + .c-ttl-1.border {
    margin-top: 40px;
  }
  .p-sitemap .sitemap-list {
    margin-bottom: 40px;
    padding-left: 32px;
  }
  .p-sitemap .sitemap-list li {
    padding: 1.2em 0;
  }
  .p-sitemap .sitemap-list li > ul {
    padding-left: 32px;
  }
}
@media (max-width: 410px){
  .c-list-archives .info-2 {
    gap: 10px 15px;
  }
  .c-list-archives .info-2 time {
    width: 100%;
  }
}