@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&display=swap");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.is-relative {
  position: relative !important;
}

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-height: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
  letter-spacing: 0.1em;
}

a {
  color: hsl(0, 0%, 0%);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: hsl(0, 0%, 48%);
  text-decoration: none;
}
a:link, a:visited, a:active, a:focus, a:hover {
  overflow: hidden;
  outline: none;
}

ul:first-child,
ol:first-child,
dl:first-child {
  margin-top: 0;
}
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: bottom;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
input[type=submit],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  outline: none;
  border: 0;
}

input[type=submit],
button {
  border: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
select,
textarea {
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

::-moz-selection {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

::selection {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

input::-moz-selection, textarea::-moz-selection {
  color: hsl(0, 0%, 0%);
  background-color: rgba(0, 0, 0, 0.2);
}

input::selection,
textarea::selection {
  color: hsl(0, 0%, 0%);
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?fruwc5");
  src: url("/fonts/icomoon.eot?fruwc5#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?fruwc5") format("truetype"), url("/fonts/icomoon.woff?fruwc5") format("woff"), url("/fonts/icomoon.svg?fruwc5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map-pin__reverse:before {
  content: "\e906";
  color: #adcadb;
}

.icon-arrow_left:before {
  content: "\e910";
}

.icon-sakura:before {
  content: "\e914";
  color: #ffa8c0;
}

.icon-keyboard_arrow_left:before {
  content: "\e903";
}

.icon-keyboard_arrow_right:before {
  content: "\e90d";
}

.icon-arrow_right:before {
  content: "\e902";
}

.icon-arrow_admission:before {
  content: "\e90b";
  color: #959ea7;
}

.icon-trial:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e917";
}

.icon-book:before {
  content: "\e918";
}

.icon-read:before {
  content: "\e918";
}

.icon-reading:before {
  content: "\e918";
}

.icon-pen:before {
  content: "\e919";
}

.icon-write:before {
  content: "\e919";
}

.icon-edit:before {
  content: "\e919";
}

.icon-book1:before {
  content: "\e91a";
}

.icon-read1:before {
  content: "\e91a";
}

.icon-reading1:before {
  content: "\e91a";
}

.icon-gallery:before {
  content: "\e915";
}

.icon-users:before {
  content: "\e913";
}

.icon-study:before {
  content: "\e90e";
}

.icon-graduation:before {
  content: "\e90e";
}

.icon-hat:before {
  content: "\e90e";
}

.icon-college:before {
  content: "\e90e";
}

.icon-keyboard_arrow_up:before {
  content: "\e912";
}

.icon-watch_later:before {
  content: "\e90f";
}

.icon-keyboard_arrow_down:before {
  content: "\e900";
}

.icon-train:before {
  content: "\e904";
}

.icon-flag:before {
  content: "\e905";
}

.icon-external-link:before {
  content: "\e911";
}

.icon-file-text:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e908";
}

.icon-map-pin:before {
  content: "\e909";
}

.icon-user:before {
  content: "\e90a";
}

.icon-information-solid:before {
  content: "\e916";
}

.icon-close:before {
  content: "\e90c";
}

.p-class__item .c-class_category, .l-page[data-page-id=lecture] .p-class_category,
.l-page[data-page-id=exam] .p-class_category {
  padding: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.p-class__item .c-class_category::after, .l-page[data-page-id=lecture] .p-class_category::after,
.l-page[data-page-id=exam] .p-class_category::after {
  content: "";
  width: 36px;
  height: 1px;
  background-color: hsl(0, 0%, 0%);
  display: block;
  margin: 30px auto 20px auto;
}
.p-class__item .c-class_category .p-block, .l-page[data-page-id=lecture] .p-class_category .p-block,
.l-page[data-page-id=exam] .p-class_category .p-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-class__item .c-class_category .p-block .c-icon, .l-page[data-page-id=lecture] .p-class_category .p-block .c-icon,
.l-page[data-page-id=exam] .p-class_category .p-block .c-icon {
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-class__item .c-class_category .p-block .c-icon img, .l-page[data-page-id=lecture] .p-class_category .p-block .c-icon img,
  .l-page[data-page-id=exam] .p-class_category .p-block .c-icon img {
    width: 34px;
  }
}
@media screen and (min-width: 769px), print {
  .p-class__item .c-class_category .p-block .c-icon img, .l-page[data-page-id=lecture] .p-class_category .p-block .c-icon img,
  .l-page[data-page-id=exam] .p-class_category .p-block .c-icon img {
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  .p-class__item .c-class_category .p-block .c-className, .l-page[data-page-id=lecture] .p-class_category .p-block .c-className,
  .l-page[data-page-id=exam] .p-class_category .p-block .c-className {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-class__item .c-class_category .p-block .c-className, .l-page[data-page-id=lecture] .p-class_category .p-block .c-className,
  .l-page[data-page-id=exam] .p-class_category .p-block .c-className {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-class__item .c-class_category .p-block .c-className, .l-page[data-page-id=lecture] .p-class_category .p-block .c-className,
  .l-page[data-page-id=exam] .p-class_category .p-block .c-className {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-class__item .c-class_category .p-block .c-className, .l-page[data-page-id=lecture] .p-class_category .p-block .c-className,
  .l-page[data-page-id=exam] .p-class_category .p-block .c-className {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-class__item .c-class_category .c-type, .l-page[data-page-id=lecture] .p-class_category .c-type,
  .l-page[data-page-id=exam] .p-class_category .c-type {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-class__item .c-class_category .c-type, .l-page[data-page-id=lecture] .p-class_category .c-type,
  .l-page[data-page-id=exam] .p-class_category .c-type {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-class__item .c-class_category .c-type, .l-page[data-page-id=lecture] .p-class_category .c-type,
  .l-page[data-page-id=exam] .p-class_category .c-type {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-class__item .c-class_category .c-type, .l-page[data-page-id=lecture] .p-class_category .c-type,
  .l-page[data-page-id=exam] .p-class_category .c-type {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-alert, .p-section,
  .c-section {
    padding: 50px 4.44vw;
  }
}
@media screen and (min-width: 769px), print {
  .p-alert, .p-section,
  .c-section {
    padding: 60px 4.44vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-alert, .p-section,
  .c-section {
    padding: 70px 4.88vw;
  }
}
@media screen and (min-width: 1216px) {
  .p-alert, .p-section,
  .c-section {
    padding: 80px 4.88vw;
  }
}

#l-header {
  background-color: hsl(0, 0%, 100%);
  height: 50px;
  padding: 5px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
@media screen and (min-width: 1024px) {
  #l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: hsl(0, 0%, 100%);
    padding: 0;
    -webkit-transition: top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: auto;
    z-index: 1000;
  }
  #l-header.is-scrolled {
    position: fixed;
    top: 0;
  }
}
#l-header .c-header__siteLogo {
  display: inline-block;
  max-width: 98px;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  #l-header .c-header__siteLogo {
    max-width: 134px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 30px;
  }
}
.l-page[data-page-id=admission_apply_nencho] #l-header, .l-page[data-page-id=admission_apply_nenchu] #l-header, .l-page[data-page-id=admission_apply_nensho] #l-header, .l-page[data-page-id=admission_apply_thanks] #l-header {
  position: relative;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .l-page[data-page-id=admission_apply_nencho] #l-header, .l-page[data-page-id=admission_apply_nenchu] #l-header, .l-page[data-page-id=admission_apply_nensho] #l-header, .l-page[data-page-id=admission_apply_thanks] #l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
  }
}

.p-footer {
  background-color: hsl(201, 47%, 34%);
  color: hsl(0, 0%, 100%);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-footer {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-footer {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-footer {
    padding: 50px 4.88vw 150px 4.88vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer {
    padding: 4.88vw;
  }
}
@media screen and (min-width: 1216px) {
  .p-footer {
    padding: 4.88vw;
  }
}
.p-footer__contents {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-footer__contents {
    width: 100%;
    max-width: 860px;
  }
}
.p-footer .p-footerMenu__item a {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  border: 1px solid hsl(0, 0%, 100%);
  text-align: center;
  display: block;
  padding: 1em;
  margin: 0;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .p-footer .p-footerMenu__item a {
    max-width: 300px;
    margin: 0 auto;
  }
}
.p-footer .p-footerMenu__item a:hover {
  color: hsl(201, 47%, 34%);
  background-color: hsl(0, 0%, 100%);
}
.p-footer .p-footerMenu__item.is-externaLink a {
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .p-footer .p-footerMenu__item.is-externaLink a {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-footer .p-imformaiton .c-footer__siteLogo {
    max-width: 120px;
    margin: 0 auto;
    display: block;
  }
  .p-footer .p-imformaiton__item {
    margin-top: 2em;
    text-align: center;
  }
  .p-footer .p-imformaiton__item dl:not(:first-child) {
    margin-top: 2em;
  }
  .p-footer .p-imformaiton__item dd {
    margin: 0.5em 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-footer .p-imformaiton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footer .p-imformaiton__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 2em;
  }
  .p-footer .p-imformaiton__item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: hsl(0, 0%, 100%);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-footer .p-imformaiton__item dl {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-footer .p-imformaiton__item dl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .p-footer .p-imformaiton__item dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 1216px) {
  .p-footer .p-imformaiton__item dl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-footer .p-imformaiton__item dt {
    min-width: 6em;
  }
  .p-footer .p-imformaiton__item dd {
    margin-left: 1em;
  }
}
.p-footer .p-banner {
  background-color: hsl(0, 0%, 100%);
  display: block;
}
.p-footer .p-banner img {
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-footer .p-banner:hover img {
  opacity: 0.7;
}
.p-footer .p-externaLink,
.p-footer .p-footerMenu {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 1024px) {
  .p-footer .p-externaLink,
  .p-footer .p-footerMenu {
    width: 760px;
  }
}
@media screen and (min-width: 769px) {
  .p-footer .p-link__sub {
    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;
  }
}
.p-footer .p-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-footer .p-social {
    margin-top: 1em;
  }
}
.p-footer .p-social li:not(:first-child) {
  margin-left: 1.5em;
}
.p-footer .p-social a {
  display: block;
  width: 40px;
}
.p-footer .p-textLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-footer .p-textLink li:not(:last-child) {
    margin-right: 2em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  .p-footer .p-textLink li:not(:last-child) {
    margin-right: 2em;
  }
}
.p-footer .p-textLink a {
  color: hsl(0, 0%, 100%);
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-footer .p-textLink a .c-icon::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-footer .p-textLink a .c-icon::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer .p-textLink a .c-icon::before {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-footer .p-textLink a .c-icon::before {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-footer .p-textLink a span {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .p-footer .p-textLink a:hover {
    opacity: 0.7;
  }
}
.p-footer .c-copyright {
  text-align: center;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .p-footer .c-copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-footer .c-copyright {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer .c-copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-footer .c-copyright {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.l-page {
  visibility: visible;
  position: relative;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .l-page {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-page {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-page {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-page {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-page[data-page-id=index] {
  visibility: hidden;
  opacity: 0;
}

.is-scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

.l-column .box {
  background-color: #f7f7f7;
  padding: 2em;
}

.p-section,
.c-section {
  margin: 0 auto;
  max-width: 1280px;
}
.p-section.is-full,
.c-section.is-full {
  max-width: 100%;
}

.is-bg-white {
  background-color: hsl(0, 0%, 100%);
}

@media screen and (max-width: 1023px) {
  .p-contentBox {
    padding: 50px 4.44vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-contentBox {
    padding: 75px 4.44vw;
  }
}
@media screen and (min-width: 1216px) {
  .p-contentBox {
    padding: 100px 4.88vw;
  }
}

svg {
  width: 100%;
  height: 100%;
}

/*　未スクロール時のアイコンの色処理*/
.home-icon,
.products-icon,
.services-icon {
  color: #fff;
}

.home-icon-style,
.products-icon-style,
.services-icon-style {
  text-align: center;
  color: #fff;
}

.c-icon__bird path,
.home-icon path {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

.sa {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sa--lr {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}

.sa--rl {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

.sa--down {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

body.js-opened {
  position: fixed;
  width: 100%;
  height: 100%;
}

.l-contents {
  line-height: 2em;
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  position: relative;
  z-index: 0;
}
.l-page[data-page-id=index] .l-contents {
  padding-top: 0;
}
.l-page[data-page-id=trial_apply_nencho] .l-contents, .l-page[data-page-id=trial_apply_nenchu] .l-contents, .l-page[data-page-id=trial_apply_nensho] .l-contents, .l-page[data-page-id=apply_thanks] .l-contents {
  background-color: hsl(0, 0%, 100%);
}

.l-container {
  counter-reset: number;
}
.l-container__inner {
  text-align: center;
}

.l-column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}
.l-columns.is-mobile > .l-column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.l-columns.is-mobile > .l-column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.l-columns.is-mobile > .l-column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}
.l-columns.is-mobile > .l-column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}
.l-columns.is-mobile > .l-column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.l-columns.is-mobile > .l-column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}
.l-columns.is-mobile > .l-column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
.l-columns.is-mobile > .l-column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}
.l-columns.is-mobile > .l-column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}
.l-columns.is-mobile > .l-column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}
.l-columns.is-mobile > .l-column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}
.l-columns.is-mobile > .l-column.is-offset-three-quarters {
  margin-left: 75%;
}
.l-columns.is-mobile > .l-column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.l-columns.is-mobile > .l-column.is-offset-half {
  margin-left: 50%;
}
.l-columns.is-mobile > .l-column.is-offset-one-third {
  margin-left: 33.3333%;
}
.l-columns.is-mobile > .l-column.is-offset-one-quarter {
  margin-left: 25%;
}
.l-columns.is-mobile > .l-column.is-offset-one-fifth {
  margin-left: 20%;
}
.l-columns.is-mobile > .l-column.is-offset-two-fifths {
  margin-left: 40%;
}
.l-columns.is-mobile > .l-column.is-offset-three-fifths {
  margin-left: 60%;
}
.l-columns.is-mobile > .l-column.is-offset-four-fifths {
  margin-left: 80%;
}
.l-columns.is-mobile > .l-column.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0%;
}
.l-columns.is-mobile > .l-column.is-offset-0 {
  margin-left: 0%;
}
.l-columns.is-mobile > .l-column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.3333333333%;
}
.l-columns.is-mobile > .l-column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.l-columns.is-mobile > .l-column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666666667%;
}
.l-columns.is-mobile > .l-column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.l-columns.is-mobile > .l-column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
.l-columns.is-mobile > .l-column.is-offset-3 {
  margin-left: 25%;
}
.l-columns.is-mobile > .l-column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333333333%;
}
.l-columns.is-mobile > .l-column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.l-columns.is-mobile > .l-column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.6666666667%;
}
.l-columns.is-mobile > .l-column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.l-columns.is-mobile > .l-column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.l-columns.is-mobile > .l-column.is-offset-6 {
  margin-left: 50%;
}
.l-columns.is-mobile > .l-column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.3333333333%;
}
.l-columns.is-mobile > .l-column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.l-columns.is-mobile > .l-column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666666667%;
}
.l-columns.is-mobile > .l-column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.l-columns.is-mobile > .l-column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}
.l-columns.is-mobile > .l-column.is-offset-9 {
  margin-left: 75%;
}
.l-columns.is-mobile > .l-column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.3333333333%;
}
.l-columns.is-mobile > .l-column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.l-columns.is-mobile > .l-column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.6666666667%;
}
.l-columns.is-mobile > .l-column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.l-columns.is-mobile > .l-column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.l-columns.is-mobile > .l-column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .l-column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .l-column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .l-column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .l-column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .l-column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .l-column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .l-column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .l-column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .l-column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .l-column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .l-column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .l-column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .l-column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .l-column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .l-column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .l-column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .l-column.is-0-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .l-column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .l-column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .l-column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .l-column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .l-column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .l-column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .l-column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .l-column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .l-column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .l-column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .l-column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .l-column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .l-column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .l-column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .l-column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .l-column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .l-column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .l-column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .l-column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .l-column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .l-column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .l-column.is-narrow, .l-column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .l-column.is-full, .l-column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-three-quarters, .l-column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-two-thirds, .l-column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .l-column.is-half, .l-column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-one-third, .l-column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .l-column.is-one-quarter, .l-column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-one-fifth, .l-column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .l-column.is-two-fifths, .l-column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .l-column.is-three-fifths, .l-column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .l-column.is-four-fifths, .l-column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .l-column.is-offset-three-quarters, .l-column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .l-column.is-offset-two-thirds, .l-column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .l-column.is-offset-half, .l-column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .l-column.is-offset-one-third, .l-column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .l-column.is-offset-one-quarter, .l-column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .l-column.is-offset-one-fifth, .l-column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .l-column.is-offset-two-fifths, .l-column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .l-column.is-offset-three-fifths, .l-column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .l-column.is-offset-four-fifths, .l-column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .l-column.is-0, .l-column.is-0-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .l-column.is-offset-0, .l-column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .l-column.is-1, .l-column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .l-column.is-offset-1, .l-column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .l-column.is-2, .l-column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .l-column.is-offset-2, .l-column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .l-column.is-3, .l-column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-offset-3, .l-column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .l-column.is-4, .l-column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .l-column.is-offset-4, .l-column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .l-column.is-5, .l-column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .l-column.is-offset-5, .l-column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .l-column.is-6, .l-column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-offset-6, .l-column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .l-column.is-7, .l-column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .l-column.is-offset-7, .l-column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .l-column.is-8, .l-column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .l-column.is-offset-8, .l-column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .l-column.is-9, .l-column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-offset-9, .l-column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .l-column.is-10, .l-column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .l-column.is-offset-10, .l-column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .l-column.is-11, .l-column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .l-column.is-offset-11, .l-column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .l-column.is-12, .l-column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-offset-12, .l-column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .l-column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .l-column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .l-column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .l-column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .l-column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .l-column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .l-column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .l-column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .l-column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .l-column.is-offset-half-touch {
    margin-left: 50%;
  }
  .l-column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .l-column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .l-column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .l-column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .l-column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .l-column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .l-column.is-0-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .l-column.is-offset-0-touch {
    margin-left: 0%;
  }
  .l-column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .l-column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .l-column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .l-column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .l-column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-offset-3-touch {
    margin-left: 25%;
  }
  .l-column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .l-column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .l-column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .l-column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .l-column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-offset-6-touch {
    margin-left: 50%;
  }
  .l-column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .l-column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .l-column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .l-column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .l-column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-offset-9-touch {
    margin-left: 75%;
  }
  .l-column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .l-column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .l-column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .l-column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .l-column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .l-column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .l-column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .l-column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .l-column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .l-column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .l-column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .l-column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .l-column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .l-column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .l-column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .l-column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .l-column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .l-column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .l-column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .l-column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .l-column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .l-column.is-0-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .l-column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .l-column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .l-column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .l-column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .l-column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .l-column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .l-column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .l-column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .l-column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .l-column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .l-column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .l-column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .l-column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .l-column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .l-column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .l-column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .l-column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .l-column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .l-column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .l-column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .l-column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .l-column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .l-column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .l-column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .l-column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .l-column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .l-column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .l-column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .l-column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .l-column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .l-column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .l-column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .l-column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .l-column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .l-column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .l-column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .l-column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .l-column.is-0-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .l-column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .l-column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .l-column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .l-column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .l-column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .l-column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .l-column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .l-column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .l-column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .l-column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .l-column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .l-column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .l-column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .l-column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .l-column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .l-column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .l-column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .l-column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .l-column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .l-column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .l-column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .l-column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .l-column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .l-column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .l-column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .l-column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .l-column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .l-column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .l-column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .l-column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .l-column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .l-column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .l-column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .l-column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .l-column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .l-column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .l-column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .l-column.is-0-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .l-column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .l-column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .l-column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .l-column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .l-column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .l-column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .l-column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .l-column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .l-column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .l-column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .l-column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .l-column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .l-column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .l-column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .l-column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .l-column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .l-column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .l-column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .l-column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .l-column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .l-column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .l-column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .l-column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .l-column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.l-columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.l-columns:last-child {
  margin-bottom: -0.75rem;
}
.l-columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.l-columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.l-columns.is-gapless > .l-column {
  margin: 0;
  padding: 0 !important;
}
.l-columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.l-columns.is-gapless:last-child {
  margin-bottom: 0;
}
.l-columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .l-columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-columns.is-variable {
  --columnGap: 0.45rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.l-columns.is-variable .l-column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
  padding-top: var(--columnGap);
  padding-bottom: var(--columnGap);
}
.l-columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.l-columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.l-columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.l-columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.l-columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.l-columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.l-columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.l-columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.l-columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}
.l-columns.is-variable.is-9 {
  --columnGap: 2.25rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-9-mobile {
    --columnGap: 2.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-9-tablet {
    --columnGap: 2.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-9-tablet-only {
    --columnGap: 2.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-9-touch {
    --columnGap: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-9-desktop {
    --columnGap: 2.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-9-desktop-only {
    --columnGap: 2.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-9-widescreen {
    --columnGap: 2.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-9-widescreen-only {
    --columnGap: 2.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-9-fullhd {
    --columnGap: 2.25rem;
  }
}
.l-columns.is-variable.is-10 {
  --columnGap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-columns.is-variable.is-10-mobile {
    --columnGap: 2.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-columns.is-variable.is-10-tablet {
    --columnGap: 2.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .l-columns.is-variable.is-10-tablet-only {
    --columnGap: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-columns.is-variable.is-10-touch {
    --columnGap: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns.is-variable.is-10-desktop {
    --columnGap: 2.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .l-columns.is-variable.is-10-desktop-only {
    --columnGap: 2.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-columns.is-variable.is-10-widescreen {
    --columnGap: 2.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .l-columns.is-variable.is-10-widescreen-only {
    --columnGap: 2.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .l-columns.is-variable.is-10-fullhd {
    --columnGap: 2.5rem;
  }
}

.p-leadline {
  font-weight: 600;
  line-height: 1.8em;
  color: hsl(0, 0%, 20%);
}
@media screen and (max-width: 768px) {
  .p-leadline {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-leadline {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-leadline {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-leadline {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-leadline.is-large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-leadline.is-large {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-leadline.is-large {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-leadline.is-large {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-leadline.ismiddle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-leadline.ismiddle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-leadline.ismiddle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-leadline.ismiddle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-leadline.is-white {
  color: hsl(0, 0%, 100%);
}

@media screen and (max-width: 768px) {
  .c-description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-description {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-description {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1216px) {
  .c-description {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.c-emphasis {
  color: hsl(352, 73%, 57%);
  font-weight: 600;
}

.c-updateDate,
.c-date {
  color: hsl(0, 0%, 31%);
}
@media screen and (max-width: 768px) {
  .c-updateDate,
  .c-date {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-updateDate,
  .c-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-updateDate,
  .c-date {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1216px) {
  .c-updateDate,
  .c-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-hoverLine {
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: relative;
}
.c-hoverLine::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.c-hoverLine:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.c-remarks {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-remarks {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-remarks {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-remarks {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1216px) {
  .c-remarks {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-remarks span {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-remarks span {
    display: inline-block;
  }
  .c-remarks span:not(:first-child) {
    margin-left: 1em;
  }
}

.c-textLink {
  margin-left: auto;
  display: inline-block;
  color: hsl(12, 81%, 62%);
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-textLink .icon-arrow_right {
  display: inline-block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: 0.5em;
}
.c-textLink:hover {
  color: hsl(0, 0%, 48%);
}
.c-textLink:hover .icon-arrow_right {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
.c-textLink.is-schedule {
  padding: 0 8.361vw 0 8.361vw;
}
.c-textLink.is-schedule a {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-textLink.is-schedule a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-textLink.is-schedule a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-textLink.is-schedule a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1216px) {
  .c-textLink.is-schedule a {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.c-linethrough {
  text-decoration: line-through;
  color: hsl(0, 0%, 48%);
}

.p-alert {
  text-align: center;
  font-weight: 600;
  color: hsl(129, 7%, 62%);
}

.p-list {
  list-style: none;
}
.p-list li::before {
  content: "・";
}

.p-list__num {
  padding-left: 1.4em;
}

.p-pageTitle {
  display: inline-block;
  margin: 0 auto;
  line-height: 1.2;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 600;
  max-width: 1600px;
  text-align: center;
}
.p-pageTitle::after {
  content: "";
  display: block;
  width: 44px;
  height: 10px;
  background: url(/img/border_square.svg) no-repeat;
  background-size: cover;
  margin: 0.6em auto 0 auto;
}
.p-pageTitle .p-className {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.3em;
}
.p-pageTitle .p-className .c-icon__amimal {
  margin-right: 0.3em;
  width: 30px;
}
.p-pageTitle .p-className .c-icon__amimal img {
  width: 100%;
  vertical-align: baseline;
}
@media screen and (min-width: 1024px) {
  .p-pageTitle .p-className .c-icon__amimal {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageTitle .p-className .c-className {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-pageTitle .p-className .c-className {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-pageTitle .p-className .c-className {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-pageTitle .p-className .c-className {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-pageTitle {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-pageTitle {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-pageTitle {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-pageTitle {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-pageTitle {
    padding: 30px 4.44vw 0 4.44vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-pageTitle {
    padding: 40px 4.44vw 0 4.44vw;
  }
}
@media screen and (min-width: 1216px) {
  .p-pageTitle {
    padding: 50px 4.88vw 0 4.88vw;
  }
}
.p-pageTitle .c-lang__ja {
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.p-pageTitle .c-lang__ja .c-year {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-pageTitle .c-lang__ja .c-year {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-pageTitle .c-lang__ja .c-year {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-pageTitle .c-lang__ja .c-year {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-pageTitle .c-lang__ja .c-year {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-pageTitle .c-lang__en {
  font-weight: 500;
  color: hsl(0, 0%, 60%);
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .p-pageTitle .c-lang__en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-pageTitle .c-lang__en {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-pageTitle .c-lang__en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-pageTitle .c-lang__en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.l-page[data-page-id=index] .p-pageTitle {
  text-align: left;
  margin: 0;
  padding: 0;
}
.l-page[data-page-id=index] .p-pageTitle::after {
  display: none;
}
.l-page[data-page-id=nencho] .p-pageTitle .p-block, .l-page[data-page-id=nenchu] .p-pageTitle .p-block, .l-page[data-page-id=nensho] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nencho_judgment] .p-pageTitle .p-block {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-page[data-page-id=nencho] .p-pageTitle .p-block, .l-page[data-page-id=nenchu] .p-pageTitle .p-block, .l-page[data-page-id=nensho] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nencho_judgment] .p-pageTitle .p-block {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-page[data-page-id=nencho] .p-pageTitle .p-block, .l-page[data-page-id=nenchu] .p-pageTitle .p-block, .l-page[data-page-id=nensho] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nencho_judgment] .p-pageTitle .p-block {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-page[data-page-id=nencho] .p-pageTitle .p-block, .l-page[data-page-id=nenchu] .p-pageTitle .p-block, .l-page[data-page-id=nensho] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nencho_judgment] .p-pageTitle .p-block {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-page[data-page-id=nencho] .p-pageTitle .p-block, .l-page[data-page-id=nenchu] .p-pageTitle .p-block, .l-page[data-page-id=nensho] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nencho_judgment] .p-pageTitle .p-block {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  .l-page[data-page-id=nencho] .p-pageTitle .p-block, .l-page[data-page-id=nenchu] .p-pageTitle .p-block, .l-page[data-page-id=nensho] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule] .p-pageTitle .p-block, .l-page[data-page-id=nencho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nenchu_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nensho_schedule_course] .p-pageTitle .p-block, .l-page[data-page-id=nencho_judgment] .p-pageTitle .p-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-page[data-page-id=nencho] .p-pageTitle .p-block__icon, .l-page[data-page-id=nenchu] .p-pageTitle .p-block__icon, .l-page[data-page-id=nensho] .p-pageTitle .p-block__icon, .l-page[data-page-id=nencho_schedule] .p-pageTitle .p-block__icon, .l-page[data-page-id=nenchu_schedule] .p-pageTitle .p-block__icon, .l-page[data-page-id=nensho_schedule] .p-pageTitle .p-block__icon, .l-page[data-page-id=nencho_schedule_course] .p-pageTitle .p-block__icon, .l-page[data-page-id=nenchu_schedule_course] .p-pageTitle .p-block__icon, .l-page[data-page-id=nensho_schedule_course] .p-pageTitle .p-block__icon, .l-page[data-page-id=nencho_judgment] .p-pageTitle .p-block__icon {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .l-page[data-page-id=nencho] .p-pageTitle .p-block__icon, .l-page[data-page-id=nenchu] .p-pageTitle .p-block__icon, .l-page[data-page-id=nensho] .p-pageTitle .p-block__icon, .l-page[data-page-id=nencho_schedule] .p-pageTitle .p-block__icon, .l-page[data-page-id=nenchu_schedule] .p-pageTitle .p-block__icon, .l-page[data-page-id=nensho_schedule] .p-pageTitle .p-block__icon, .l-page[data-page-id=nencho_schedule_course] .p-pageTitle .p-block__icon, .l-page[data-page-id=nenchu_schedule_course] .p-pageTitle .p-block__icon, .l-page[data-page-id=nensho_schedule_course] .p-pageTitle .p-block__icon, .l-page[data-page-id=nencho_judgment] .p-pageTitle .p-block__icon {
    margin-right: 0.5em;
    margin-bottom: 0;
  }
}
.l-page[data-page-id=nencho] .p-pageTitle .p-block .c-lang__en, .l-page[data-page-id=nenchu] .p-pageTitle .p-block .c-lang__en, .l-page[data-page-id=nensho] .p-pageTitle .p-block .c-lang__en, .l-page[data-page-id=nencho_schedule] .p-pageTitle .p-block .c-lang__en, .l-page[data-page-id=nenchu_schedule] .p-pageTitle .p-block .c-lang__en, .l-page[data-page-id=nensho_schedule] .p-pageTitle .p-block .c-lang__en, .l-page[data-page-id=nencho_schedule_course] .p-pageTitle .p-block .c-lang__en, .l-page[data-page-id=nenchu_schedule_course] .p-pageTitle .p-block .c-lang__en, .l-page[data-page-id=nensho_schedule_course] .p-pageTitle .p-block .c-lang__en, .l-page[data-page-id=nencho_judgment] .p-pageTitle .p-block .c-lang__en {
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.c-contentTitle {
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4em;
  color: hsl(201, 47%, 34%);
  margin-top: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-contentTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-contentTitle {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-contentTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1216px) {
  .c-contentTitle {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.p-headline {
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.6em;
}
.p-headline.is-addBorder {
  position: relative;
}
.p-headline.is-addBorder::after {
  content: "";
  display: block;
  width: 44px;
  height: 10px;
  background: url(/img/border_square.svg) no-repeat;
  background-size: cover;
  margin: 15px auto 0 auto;
}
.p-headline .c-lang__ja {
  line-height: inherit;
}
@media screen and (max-width: 768px) {
  .p-headline .c-lang__ja {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-headline .c-lang__ja {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-headline .c-lang__ja {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-headline .c-lang__ja {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.p-headline .c-lang__en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: hsl(0, 0%, 60%);
  letter-spacing: 0.25em;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-headline .c-lang__en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-headline .c-lang__en {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-headline .c-lang__en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-headline .c-lang__en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .c-headline__leftBorder {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-headline__leftBorder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-headline__leftBorder {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1216px) {
  .c-headline__leftBorder {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-headline__leftBorder span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2.6rem;
}
.c-headline__leftBorder span::before {
  content: "";
  width: 1.6rem;
  height: 4px;
  background-color: hsl(12, 81%, 62%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-headline.is-border__black {
  border: 1px solid hsl(0, 0%, 0%);
  display: inline-block;
  padding: 0.2rem 1rem;
  font-weight: 600;
}

.c-tag.is-trial, .c-tag.is-taget, .c-tag.is-class, .c-tag.is-membersOnly, .c-tag.is-incExternal, .c-tag.is-preceding, .c-tag.is-exam, .c-tag.is-lecture, .c-tag.is-seminar, .c-tag.is-news, .c-tag.is-grade-nencho-incExternal__new, .c-tag.is-twoYear, .c-tag.is-grade-nensho-incExternal, .c-tag.is-grade-nenchu-incExternal, .c-tag.is-grade-nencho-incExternal, .c-tag.is-grade-nensho, .c-tag.is-grade-nenchu, .c-tag.is-grade-nencho, .c-tag.is-grade-nencho__new, .c-tag.is-allgrades, .c-tag.is-category {
  color: hsl(0, 0%, 100%);
  padding: 0.2em;
  font-weight: 600;
  line-height: 1;
  border-radius: 2px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-tag.is-trial, .c-tag.is-taget, .c-tag.is-class, .c-tag.is-membersOnly, .c-tag.is-incExternal, .c-tag.is-preceding, .c-tag.is-exam, .c-tag.is-lecture, .c-tag.is-seminar, .c-tag.is-news, .c-tag.is-grade-nencho-incExternal__new, .c-tag.is-twoYear, .c-tag.is-grade-nensho-incExternal, .c-tag.is-grade-nenchu-incExternal, .c-tag.is-grade-nencho-incExternal, .c-tag.is-grade-nensho, .c-tag.is-grade-nenchu, .c-tag.is-grade-nencho, .c-tag.is-grade-nencho__new, .c-tag.is-allgrades, .c-tag.is-category {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-tag.is-trial, .c-tag.is-taget, .c-tag.is-class, .c-tag.is-membersOnly, .c-tag.is-incExternal, .c-tag.is-preceding, .c-tag.is-exam, .c-tag.is-lecture, .c-tag.is-seminar, .c-tag.is-news, .c-tag.is-grade-nencho-incExternal__new, .c-tag.is-twoYear, .c-tag.is-grade-nensho-incExternal, .c-tag.is-grade-nenchu-incExternal, .c-tag.is-grade-nencho-incExternal, .c-tag.is-grade-nensho, .c-tag.is-grade-nenchu, .c-tag.is-grade-nencho, .c-tag.is-grade-nencho__new, .c-tag.is-allgrades, .c-tag.is-category {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tag.is-trial, .c-tag.is-taget, .c-tag.is-class, .c-tag.is-membersOnly, .c-tag.is-incExternal, .c-tag.is-preceding, .c-tag.is-exam, .c-tag.is-lecture, .c-tag.is-seminar, .c-tag.is-news, .c-tag.is-grade-nencho-incExternal__new, .c-tag.is-twoYear, .c-tag.is-grade-nensho-incExternal, .c-tag.is-grade-nenchu-incExternal, .c-tag.is-grade-nencho-incExternal, .c-tag.is-grade-nensho, .c-tag.is-grade-nenchu, .c-tag.is-grade-nencho, .c-tag.is-grade-nencho__new, .c-tag.is-allgrades, .c-tag.is-category {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1216px) {
  .c-tag.is-trial, .c-tag.is-taget, .c-tag.is-class, .c-tag.is-membersOnly, .c-tag.is-incExternal, .c-tag.is-preceding, .c-tag.is-exam, .c-tag.is-lecture, .c-tag.is-seminar, .c-tag.is-news, .c-tag.is-grade-nencho-incExternal__new, .c-tag.is-twoYear, .c-tag.is-grade-nensho-incExternal, .c-tag.is-grade-nenchu-incExternal, .c-tag.is-grade-nencho-incExternal, .c-tag.is-grade-nensho, .c-tag.is-grade-nenchu, .c-tag.is-grade-nencho, .c-tag.is-grade-nencho__new, .c-tag.is-allgrades, .c-tag.is-category {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.c-tag:not(:last-child) {
  margin-right: 0.3em;
}
.c-tag.is-category {
  background-color: hsl(129, 7%, 62%);
}
.c-tag.is-allgrades {
  background-color: rgb(225, 65, 87);
}
.c-tag.is-grade-nencho__new {
  background-color: hsl(202, 50%, 40%);
}
.c-tag.is-grade-nencho {
  background-color: hsl(201, 65%, 46%);
}
.c-tag.is-grade-nenchu {
  background-color: hsl(106, 38%, 49%);
}
.c-tag.is-grade-nensho {
  background-color: hsl(46, 84%, 51%);
}
.c-tag.is-grade-nencho-incExternal {
  background-color: hsl(201, 65%, 23%);
}
.c-tag.is-grade-nenchu-incExternal {
  background-color: hsl(106, 38%, 29%);
}
.c-tag.is-grade-nensho-incExternal {
  background-color: hsl(46, 84%, 31%);
}
.c-tag.is-twoYear {
  background-color: hsl(352, 57%, 77%);
}
.c-tag.is-grade-nencho-incExternal__new {
  background-color: hsl(212, 99%, 42%);
}
.c-tag.is-news {
  background-color: hsl(205, 66%, 71%);
}
.c-tag.is-seminar {
  background-color: hsl(201, 47%, 34%);
}
.c-tag.is-lecture {
  background-color: hsl(12, 81%, 62%);
}
.c-tag.is-exam {
  background-color: hsl(129, 7%, 62%);
}
.c-tag.is-preceding {
  background-color: hsl(202, 50%, 40%);
}
.c-tag.is-incExternal {
  background-color: hsl(106, 38%, 49%);
}
.c-tag.is-membersOnly {
  background-color: hsl(352, 57%, 57%);
}
.c-tag.is-class {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  border: 1px solid hsl(0, 0%, 0%);
}
.c-tag.is-taget {
  background-color: hsl(201, 47%, 34%);
}
.c-tag.is-trial {
  background-color: hsl(12, 81%, 62%);
}

@media screen and (min-width: 1216px) {
  .c-button.is-manual, .c-button.is-myPage, .c-button.is-trial, .c-button.is-access {
    width: 80px;
    height: 80px;
    text-align: center;
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    margin-top: 0;
    border: none;
  }
  .c-button.is-manual div, .c-button.is-myPage div, .c-button.is-trial div, .c-button.is-access div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  .c-button.is-manual .icon, .c-button.is-myPage .icon, .c-button.is-trial .icon, .c-button.is-access .icon {
    display: block;
    font-size: 22px;
    margin-bottom: 0.3em;
  }
}

.c-button {
  display: block;
  color: hsl(0, 0%, 100%);
  -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s, border 0.3s, color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-weight: 600;
}
.c-button:hover {
  color: hsl(0, 0%, 100%);
}
.c-button.is-basic {
  width: 100%;
  max-width: 260px;
  border: 1px solid hsl(0, 0%, 100%);
  text-align: center;
  border-radius: 35px;
  line-height: 44px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .c-button.is-basic {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-button.is-basic {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-button.is-basic {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1216px) {
  .c-button.is-basic {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-button.is-basic {
    line-height: 50px;
    height: 50px;
    max-width: 280px;
  }
}
@media screen and (min-width: 1216px) {
  .c-button.is-access {
    background-color: hsl(205, 20%, 50%);
  }
  .c-button.is-access:hover {
    background-color: hsl(201, 35%, 70%);
  }
}
@media screen and (min-width: 1216px) {
  .c-button.is-trial {
    background-color: hsl(46, 84%, 51%);
  }
  .c-button.is-trial:hover {
    background-color: hsl(46, 84%, 71%);
  }
}
@media screen and (min-width: 1216px) {
  .c-button.is-myPage {
    background-color: hsl(0, 0%, 0%);
  }
  .c-button.is-myPage:hover {
    background-color: hsl(0, 0%, 20%);
  }
}
@media screen and (min-width: 1024px) {
  .c-button.is-manual {
    background-color: hsl(0, 0%, 60%);
  }
  .c-button.is-manual:hover {
    background-color: hsl(0, 0%, 80%);
  }
}
.c-button.is-disabled {
  pointer-events: none !important;
  background-color: hsl(0, 0%, 86%) !important;
  border: 1px solid hsl(0, 0%, 86%) !important;
}
.c-button.is-mini {
  line-height: 38px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .c-button.is-mini {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-button.is-mini {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-button.is-mini {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1216px) {
  .c-button.is-mini {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-button.is-rowerLink {
  width: 100%;
  max-width: 300px;
  border: 1px solid hsl(0, 0%, 100%);
}
.c-button.is-circle {
  width: 35px;
  height: 35px;
  background-color: hsl(0, 0%, 31%);
  border-radius: 35px;
  position: relative;
}
.c-button.is-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.c-button.is-circle:hover {
  background-color: hsl(0, 0%, 51%);
}
.c-button.is-addition {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 90%;
  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;
  gap: 1rem;
  border-radius: 4px;
}
.c-button.is-addition .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
.c-button.is-addition .dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-button.is-orange {
  background-color: hsl(12, 81%, 62%);
  border-color: hsl(12, 81%, 62%);
  color: hsl(0, 0%, 100%);
}
.c-button.is-orange:hover {
  background-color: transparent;
  border-color: hsl(12, 81%, 62%);
  color: hsl(12, 81%, 62%);
}
.c-button.is-orange:focus {
  background-color: hsl(12, 81%, 57%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.c-button.is-orange.is-active {
  background-color: hsl(12, 81%, 57%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.c-button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(201, 47%, 34%);
}
.c-button.is-white:hover {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.c-button.is-white:focus {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(201, 47%, 34%);
}
.c-button.is-white.is-active {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(201, 47%, 34%);
}
.c-button.is-black {
  background-color: hsl(0, 0%, 20%);
  border-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
}
.c-button.is-black:hover {
  background-color: transparent;
  border-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 20%);
}
.c-button.is-black:focus {
  background-color: hsl(0, 0%, 15%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.c-button.is-black.is-active {
  background-color: hsl(0, 0%, 15%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.c-button.is-blue-dark {
  background-color: hsl(201, 47%, 34%);
  border-color: hsl(201, 47%, 34%);
  color: hsl(0, 0%, 100%);
}
.c-button.is-blue-dark:hover {
  background-color: transparent;
  border-color: hsl(201, 47%, 34%);
  color: hsl(201, 47%, 34%);
}
.c-button.is-blue-dark:focus {
  background-color: hsl(201, 47%, 29%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.c-button.is-blue-dark.is-active {
  background-color: hsl(201, 47%, 29%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.c-button.is-yellow {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(46, 84%, 51%);
}
.c-button.is-yellow:hover {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.c-button.is-yellow:focus {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(46, 84%, 51%);
}
.c-button.is-yellow.is-active {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(46, 84%, 51%);
}

.c-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, hsl(46, 100%, 85%)));
  background: linear-gradient(transparent 60%, hsl(46, 100%, 85%) 0%);
}

.c-borderBox {
  border: 1px solid hsl(0, 0%, 48%);
  -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 4.44vw;
}
@media screen and (min-width: 769px), print {
  .c-borderBox {
    padding: 2.22vw;
  }
}
.c-borderBox:hover {
  background-color: hsl(0, 0%, 100%);
}

.p-box.is-white {
  background-color: hsl(0, 0%, 100%);
}

.p-contactInfo {
  text-align: center;
  background-color: hsl(201, 35%, 50%);
  color: hsl(0, 0%, 100%);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .p-contactInfo {
    padding: 30px 4.44vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-contactInfo {
    padding: 60px 4.88vw;
  }
}
.p-contactInfo h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 768px) {
  .p-contactInfo h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-contactInfo h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-contactInfo h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-contactInfo h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-contactInfo .c-phoneNumber {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-contactInfo .c-phoneNumber {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-contactInfo .c-phoneNumber {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-contactInfo .c-phoneNumber {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-contactInfo .c-phoneNumber {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-contactInfo .c-phoneNumber[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.p-contactInfo .p-receptionTime {
  border: 1px solid hsl(0, 0%, 100%);
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 4px;
  position: relative;
  margin: 2em auto 0 auto;
  width: 90%;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .p-contactInfo .p-receptionTime {
    max-width: 500px;
  }
}
.p-contactInfo .p-receptionTime dt,
.p-contactInfo .p-receptionTime dd {
  margin: 0;
  padding: 0;
}
.p-contactInfo .p-receptionTime dt {
  position: absolute;
  background-color: hsl(201, 35%, 50%);
  padding: 0 1em;
  width: auto;
  white-space: nowrap;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-1.6em);
          transform: translateX(-50%) translateY(-1.6em);
}
.p-contactInfo .p-receptionTime dd {
  line-height: 2em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-contactInfo .p-receptionTime dd {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-contactInfo .p-receptionTime dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-contactInfo .p-receptionTime dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-contactInfo .p-receptionTime dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-contactInfo.is-applyThanks {
  background-color: hsl(0, 0%, 96%);
  max-width: 760px;
  margin: 3em auto;
  color: hsl(0, 0%, 0%);
}
.p-contactInfo.is-applyThanks .c-phoneNumber {
  color: hsl(0, 0%, 0%);
}

.p-pagetop {
  text-align: center;
}
.p-pagetop a {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .p-pagetop a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-pagetop a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-pagetop a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-pagetop a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-pagetop a .c-icon {
  display: block;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .p-pagetop a .c-icon {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-pagetop a .c-icon {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-pagetop a .c-icon {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-pagetop a .c-icon {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-pagetop a:hover .c-icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .l-page[data-page-id=admission_apply_nencho],
  .l-page[data-page-id=admission_apply_nenchu],
  .l-page[data-page-id=admission_apply_nensho] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-page[data-page-id=admission_apply_nencho],
  .l-page[data-page-id=admission_apply_nenchu],
  .l-page[data-page-id=admission_apply_nensho] {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-page[data-page-id=admission_apply_nencho],
  .l-page[data-page-id=admission_apply_nenchu],
  .l-page[data-page-id=admission_apply_nensho] {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-page[data-page-id=admission_apply_nencho],
  .l-page[data-page-id=admission_apply_nenchu],
  .l-page[data-page-id=admission_apply_nensho] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-page[data-page-id=admission_apply_nencho] .p-section,
.l-page[data-page-id=admission_apply_nenchu] .p-section,
.l-page[data-page-id=admission_apply_nensho] .p-section {
  max-width: 1200px;
  margin: 0 auto;
}

.p-form__itemBox {
  border-top: 1px dashed hsl(0, 0%, 86%);
  padding: 25px 0 15px 0;
}
@media screen and (min-width: 1024px) {
  .p-form__itemBox {
    padding: 30px 0 20px 0;
  }
}

.p-form__school h3,
.p-form__sibling h3 {
  margin: 1rem 0 2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4em;
  color: hsl(201, 47%, 34%);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-form__school h3,
  .p-form__sibling h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-form__school h3,
  .p-form__sibling h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-form__school h3,
  .p-form__sibling h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-form__school h3,
  .p-form__sibling h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7.5rem;
  }
  .p-form__item dt {
    line-height: 1.4;
  }
  .is-preferredClass .p-form__item {
    display: block;
  }
}
.p-form__item .p-category {
  text-align: center;
  width: 100%;
}
.p-form__item .p-category__swing img {
  max-width: 180px;
}
.p-form__item .p-category__swingone img {
  max-width: 130px;
}
.p-form__item .p-form__ttl {
  padding-bottom: 10px;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-form__item .p-form__ttl {
    display: block;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-bottom: 0;
  }
}
.p-form__item .p-form__inputs {
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-form__item .p-form__inputs {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .is-preferredClass .p-form__item .p-form__inputs {
    width: 100%;
  }
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required {
  width: 3.5em;
  background-color: rgb(225, 65, 87);
  color: hsl(0, 0%, 100%);
  padding: 0.2em;
  font-weight: 600;
  line-height: 1;
  border-radius: 2px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  form#mail_form dl dt span.required {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  form#mail_form dl dt span.required {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  form#mail_form dl dt span.required {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1216px) {
  form#mail_form dl dt span.required {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  form#mail_form dl dt span.required {
    margin-right: 0;
    display: block;
  }
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: rgb(225, 65, 87);
  font-weight: 600;
  width: 100%;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  form#mail_form dl dd span.error_blank,
  form#mail_form dl dd span.error_format,
  form#mail_form dl dd span.error_match {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  form#mail_form dl dd span.error_blank,
  form#mail_form dl dd span.error_format,
  form#mail_form dl dd span.error_match {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  form#mail_form dl dd span.error_blank,
  form#mail_form dl dd span.error_format,
  form#mail_form dl dd span.error_match {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1216px) {
  form#mail_form dl dd span.error_blank,
  form#mail_form dl dd span.error_format,
  form#mail_form dl dd span.error_match {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email] {
  width: 100%;
  min-width: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
form#mail_form input[type=text].is-full,
form#mail_form input[type=email].is-full {
  width: 100%;
}
form#mail_form input[type=text].is-half,
form#mail_form input[type=email].is-half {
  width: 50%;
}
form#mail_form input[type=text].is-half__desktop,
form#mail_form input[type=email].is-half__desktop {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  form#mail_form input[type=text].is-half__desktop,
  form#mail_form input[type=email].is-half__desktop {
    width: 50%;
  }
}

form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  outline: 2px solid hsl(0, 0%, 95%);
  background-color: hsl(0, 0%, 95%);
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: outline 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: outline 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 1.6;
  padding: 2px 2%;
}
@media screen and (min-width: 769px), print {
  form#mail_form input[type=text],
  form#mail_form input[type=email],
  form#mail_form input[type=tel] {
    padding: 10px 2%;
  }
}
@media screen and (min-width: 1024px) {
  form#mail_form input[type=text],
  form#mail_form input[type=email],
  form#mail_form input[type=tel] {
    padding: 10px 2%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form textarea:focus {
  outline: 2px solid hsl(12, 81%, 62%);
  background-color: hsl(0, 0%, 100%);
  will-change: transform;
}

form#mail_form input#classType[type=text] {
  background-color: initial;
  outline: initial;
  padding-left: initial;
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin-right: 10px;
  margin-top: 7px;
}

form#mail_form ul li:first-child input[type=radio],
form#mail_form ul li:first-child input[type=checkbox] {
  margin-top: 0px;
}

form#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}

form#mail_form textarea {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  min-height: 300px;
  background-color: hsl(0, 0%, 93%);
  resize: vertical;
  -webkit-appearance: none;
  padding: 15px 2%;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

.p-form__input--postal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form#mail_form input#postal + a {
  margin-left: 1em;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: 1px solid hsl(12, 81%, 62%);
  border-radius: 3px;
  color: hsl(12, 81%, 62%);
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  letter-spacing: 0.05em;
  padding: 2px 2%;
}
@media screen and (max-width: 768px) {
  form#mail_form input#postal + a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px), print {
  form#mail_form input#postal + a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  form#mail_form input#postal + a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1216px) {
  form#mail_form input#postal + a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px), print {
  form#mail_form input#postal + a {
    padding: 3px 2%;
  }
}
@media screen and (min-width: 1024px) {
  form#mail_form input#postal + a {
    padding: 5px 2%;
  }
}
form#mail_form input#postal + a:hover {
  color: hsl(0, 0%, 100%);
  background: hsl(12, 81%, 62%);
}

form#mail_form #form_submit,
#confirm_submit {
  text-align: center;
}
form#mail_form #form_submit input:last-child,
#confirm_submit input:last-child {
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  form#mail_form #form_submit,
  #confirm_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  form#mail_form #form_submit input:last-child,
  #confirm_submit input:last-child {
    margin-top: 0;
  }
}

form#mail_form input[type=button],
#confirm_submit input[type=button] {
  -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s, border 0.3s, color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: hsl(0, 0%, 100%);
  border-radius: 3px;
  color: hsl(12, 81%, 62%);
  -webkit-appearance: none;
  border: 1px solid hsl(12, 81%, 62%);
  text-align: center;
  font-weight: 600;
  height: 34px;
  width: 100%;
  max-width: 260px;
  text-align: center;
  border-radius: 35px;
  line-height: 44px;
  height: 44px;
}
@media screen and (min-width: 1024px) {
  form#mail_form input[type=button],
  #confirm_submit input[type=button] {
    line-height: 50px;
    height: 50px;
  }
}

form#mail_form input[type=button]:hover,
#confirm_submit input[type=button]:hover {
  cursor: pointer;
  color: hsl(0, 0%, 100%);
  background: hsl(12, 81%, 62%);
}

#confirm_submit input {
  margin: 0 1em;
}

#confirm_submit #confirm_cancel_button {
  border: 1px solid hsl(0, 0%, 60%);
  color: hsl(0, 0%, 60%);
}
#confirm_submit #confirm_cancel_button:hover {
  color: hsl(0, 0%, 100%);
  background: hsl(0, 0%, 60%);
}
#confirm_submit #confirm_submit_button {
  border: 1px solid hsl(352, 73%, 57%);
  color: hsl(352, 73%, 57%);
}
#confirm_submit #confirm_submit_button:hover {
  color: hsl(0, 0%, 100%);
  background: hsl(352, 73%, 57%);
}

div#confirm_field {
  background: hsl(0, 0%, 100%);
  display: none;
}

@media screen and (max-width: 768px) {
  #confirm_field .p-contentBox > p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  #confirm_field .p-contentBox > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  #confirm_field .p-contentBox > p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1216px) {
  #confirm_field .p-contentBox > p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#confirm_field .confirm_list {
  max-width: 1024px;
  margin: 0 auto;
}
#confirm_field dl {
  margin: 0;
}
#confirm_field dl dt,
#confirm_field dl dd {
  width: 100%;
  padding: 1em;
  margin: 0;
  text-align: left;
}
#confirm_field dl dt {
  font-weight: 600;
  background-color: #f4f5f6;
  border-top: 1px solid hsl(0, 0%, 86%);
}
#confirm_field dl dd {
  border-top: 1px solid hsl(0, 0%, 86%);
}
@media screen and (min-width: 1024px) {
  #confirm_field dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid hsl(0, 0%, 86%);
  }
  #confirm_field dl:nth-of-type(even) {
    background-color: #f4f5f6;
  }
  #confirm_field dl dd,
  #confirm_field dl dt {
    margin: 0;
    padding: 1em;
  }
  #confirm_field dl dt {
    border-top: none;
    font-weight: 600;
    width: 35%;
    background-color: transparent;
  }
  #confirm_field dl dd {
    border-top: none;
    margin-left: 1em;
  }
}

.p-form__ttl {
  font-weight: 600;
  margin-bottom: 0.5em;
}

.c-remarks {
  font-weight: normal;
}

.p-form__input {
  width: 100%;
}
.p-form__input--name, .p-form__input--kana {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__input--name span, .p-form__input--kana span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5em;
}
.p-form__input .p-radio,
.p-form__input .p-checkbox {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-form__input .p-radio .c-remarks,
.p-form__input .p-checkbox .c-remarks {
  width: 100%;
  font-weight: normal;
}
.p-form__input .p-radio .c-label,
.p-form__input .p-checkbox .c-label {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: hsl(0, 0%, 93%);
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-form__input .p-radio .c-label::after,
.p-form__input .p-checkbox .c-label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: hsl(12, 81%, 62%);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  pointer-events: none;
  margin: auto;
}
.p-form__input .p-radio:hover .c-label,
.p-form__input .p-checkbox:hover .c-label {
  background-color: hsl(0, 0%, 88%);
}
.p-form__input .p-radio input[type=radio]:checked + .c-label::after,
.p-form__input .p-radio input[type=checkbox]:checked + .c-label::after,
.p-form__input .p-checkbox input[type=radio]:checked + .c-label::after,
.p-form__input .p-checkbox input[type=checkbox]:checked + .c-label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.p-form__input .p-radio .is-hidden,
.p-form__input .p-checkbox .is-hidden {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.p-form__input--name input[type=text]:nth-of-type(2), .p-form__input--kana input[type=text]:nth-of-type(2) {
  margin-left: 1em;
}
.p-form__input--birth input[type=text], .p-form__input--postal input[type=text] {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .p-form__input--birth input[type=text], .p-form__input--postal input[type=text] {
    width: 30%;
  }
}
.p-form__input--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__input--phone input[type=tel] {
  width: 20%;
  min-width: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
}
.p-form__input--gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__input--grade ul li:not(:first-child) {
  margin-top: 1em;
}

.p-form__input--gender ul,
.p-form__input--isguest ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form__input--gender li:not(:first-of-type),
.p-form__input--isguest li:not(:first-of-type) {
  margin-left: 2em;
}

.p-form__input--consideration ul li:not(:first-child) {
  margin-top: 1em;
}

.p-form__inputs.is-otherSchool .p-form__input--enrolled {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__inputs.is-otherSchool .p-form__input--enrolled:not(:first-child) {
  margin-top: 1em;
}
.p-form__inputs.is-otherSchool span {
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-form__inputs.is-otherSchool input[type=text] {
  width: 100%;
  min-width: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.p-form__inputs.is-otherSchool input[type=text]:nth-of-type(2) {
  margin-left: 1em;
}

.p_agreement {
  text-align: center;
  display: inline-block;
}
.p_agreement .p-checkbox {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: inherit;
}
.p_agreement .c-label {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p_agreement .c-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 8px;
  height: 16px;
  border: solid hsl(0, 0%, 100%);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.p_agreement .is-hidden {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.p_agreement input[type=checkbox]:checked + .c-label {
  background-color: hsl(12, 81%, 62%);
  border: 1px solid hsl(12, 81%, 62%);
}
.p_agreement input[type=checkbox]:checked + .c-label::after {
  opacity: 1;
}
.p_agreement .error_check {
  color: rgb(225, 65, 87);
  display: none;
  font-weight: 600;
}

#preferredClassWaitingMsg {
  color: rgb(225, 65, 87);
  font-weight: 600;
  border-top: 1px dashed hsl(0, 0%, 86%);
  padding: 25px 0 15px 0;
}

.p-greybox {
  border: 1px solid hsl(0, 0%, 86%);
  margin-top: 0.5em;
}
.p-greybox h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0.5em;
  background-color: hsl(0, 0%, 96%);
  border-top: 1px solid hsl(0, 0%, 86%);
  border-bottom: 1px solid hsl(0, 0%, 86%);
}
.p-greybox h4:nth-of-type(1) {
  border-top: none;
}
.p-greybox__inner {
  padding: 1em;
}
.p-greybox__inner dl {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-greybox__inner dl:not(:nth-of-type(1)) {
  border-top: 1px solid hsl(0, 0%, 86%);
  padding-top: 1em;
  margin-bottom: 0;
  margin-top: 1em;
}
.p-greybox__inner dl .p-form__ttl {
  font-size: 14px;
  font-size: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.5em;
}
.p-greybox__inner dl .p-form__inputs label:not(:last-of-type) {
  margin-right: 0.3em;
}
.p-greybox__inner dl .p-form__inputs input[type=radio] {
  margin: 0 !important;
}
.p-greybox__inner dl .p-form__inputs input[type=checkbox] {
  margin: 0 0.3em 0 0 !important;
}
.p-greybox__inner dl .p-form__inputs select {
  border-radius: 4px;
  margin-top: 0 !important;
  border: 1px solid hsl(0, 0%, 86%);
}
.p-greybox__inner dl .p-form__inputs .error_blank {
  margin-top: 0 !important;
}

.p-notes {
  background-color: hsl(0, 0%, 96%);
  padding: 2.5em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .p-notes {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-notes {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-notes {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1216px) {
  .p-notes {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-textLink {
  display: inline;
}

@media screen and (max-width: 768px) {
  .l-page[data-page-id=apply_thanks] .c-contentTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .l-page[data-page-id=apply_thanks] .c-contentTitle {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-page[data-page-id=apply_thanks] .c-contentTitle {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1216px) {
  .l-page[data-page-id=apply_thanks] .c-contentTitle {
    font-size: 30px;
    font-size: 3rem;
  }
}

.p-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 250px;
}

.p-select::after {
  position: absolute;
  right: 1rem;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.p-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 0 !important;
}

/*
/* IEのみ適用のスタイル
/* ====================================================== */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
.u-d-b {
  display: block;
}
.u-d-ib {
  display: inline-block;
}
.u-d-i {
  display: inline;
}
.u-d-fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-d-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.u-d-fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.u-d-fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.u-d-fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .u-dn__mobile {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .u-dn__tablet {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .u-dn__tablet-only {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .u-dn__touch {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-dn__desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .u-dn__desktop-only {
    display: none;
  }
}
@media screen and (max-width: 1215px) {
  .u-dn__until-widescreen {
    display: none;
  }
}
@media screen and (min-width: 1216px) {
  .u-dn__widescreen {
    display: none;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .u-dn__widescreen-only {
    display: none;
  }
}
@media screen and (max-width: 1407px) {
  .u-dn__until-fullhd {
    display: none;
  }
}
@media screen and (min-width: 1408px) {
  .u-dn__fullhd {
    display: none;
  }
}

.u-fw-1 {
  font-weight: 100;
}
.u-fw-2 {
  font-weight: 200;
}
.u-fw-3 {
  font-weight: 300;
}
.u-fw-4 {
  font-weight: 400;
}
.u-fw-5 {
  font-weight: 500;
}
.u-fw-6 {
  font-weight: 600;
}
.u-fw-7 {
  font-weight: 700;
}

.u-fz-1 {
  font-size: 1px;
  font-size: 0.1rem;
}
.u-fz-2 {
  font-size: 2px;
  font-size: 0.2rem;
}
.u-fz-3 {
  font-size: 3px;
  font-size: 0.3rem;
}
.u-fz-4 {
  font-size: 4px;
  font-size: 0.4rem;
}
.u-fz-5 {
  font-size: 5px;
  font-size: 0.5rem;
}
.u-fz-6 {
  font-size: 6px;
  font-size: 0.6rem;
}
.u-fz-7 {
  font-size: 7px;
  font-size: 0.7rem;
}
.u-fz-8 {
  font-size: 8px;
  font-size: 0.8rem;
}
.u-fz-9 {
  font-size: 9px;
  font-size: 0.9rem;
}
.u-fz-10 {
  font-size: 10px;
  font-size: 1rem;
}
.u-fz-11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.u-fz-12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.u-fz-13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.u-fz-14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.u-fz-15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.u-fz-16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.u-fz-17 {
  font-size: 17px;
  font-size: 1.7rem;
}
.u-fz-18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.u-fz-19 {
  font-size: 19px;
  font-size: 1.9rem;
}
.u-fz-20 {
  font-size: 20px;
  font-size: 2rem;
}
.u-fz-21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.u-fz-22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.u-fz-23 {
  font-size: 23px;
  font-size: 2.3rem;
}
.u-fz-24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.u-fz-25 {
  font-size: 25px;
  font-size: 2.5rem;
}
.u-fz-26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.u-fz-27 {
  font-size: 27px;
  font-size: 2.7rem;
}
.u-fz-28 {
  font-size: 28px;
  font-size: 2.8rem;
}
.u-fz-29 {
  font-size: 29px;
  font-size: 2.9rem;
}
.u-fz-30 {
  font-size: 30px;
  font-size: 3rem;
}
.u-fz-31 {
  font-size: 31px;
  font-size: 3.1rem;
}
.u-fz-32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.u-fz-33 {
  font-size: 33px;
  font-size: 3.3rem;
}
.u-fz-34 {
  font-size: 34px;
  font-size: 3.4rem;
}
.u-fz-35 {
  font-size: 35px;
  font-size: 3.5rem;
}
.u-fz-36 {
  font-size: 36px;
  font-size: 3.6rem;
}
.u-fz-37 {
  font-size: 37px;
  font-size: 3.7rem;
}
.u-fz-38 {
  font-size: 38px;
  font-size: 3.8rem;
}
.u-fz-39 {
  font-size: 39px;
  font-size: 3.9rem;
}
.u-fz-40 {
  font-size: 40px;
  font-size: 4rem;
}
.u-fz-41 {
  font-size: 41px;
  font-size: 4.1rem;
}
.u-fz-42 {
  font-size: 42px;
  font-size: 4.2rem;
}
.u-fz-43 {
  font-size: 43px;
  font-size: 4.3rem;
}
.u-fz-44 {
  font-size: 44px;
  font-size: 4.4rem;
}
.u-fz-45 {
  font-size: 45px;
  font-size: 4.5rem;
}
.u-fz-46 {
  font-size: 46px;
  font-size: 4.6rem;
}
.u-fz-47 {
  font-size: 47px;
  font-size: 4.7rem;
}
.u-fz-48 {
  font-size: 48px;
  font-size: 4.8rem;
}
.u-fz-49 {
  font-size: 49px;
  font-size: 4.9rem;
}
.u-fz-50 {
  font-size: 50px;
  font-size: 5rem;
}
.u-fz-51 {
  font-size: 51px;
  font-size: 5.1rem;
}
.u-fz-52 {
  font-size: 52px;
  font-size: 5.2rem;
}
.u-fz-53 {
  font-size: 53px;
  font-size: 5.3rem;
}
.u-fz-54 {
  font-size: 54px;
  font-size: 5.4rem;
}
.u-fz-55 {
  font-size: 55px;
  font-size: 5.5rem;
}
.u-fz-56 {
  font-size: 56px;
  font-size: 5.6rem;
}
.u-fz-57 {
  font-size: 57px;
  font-size: 5.7rem;
}
.u-fz-58 {
  font-size: 58px;
  font-size: 5.8rem;
}
.u-fz-59 {
  font-size: 59px;
  font-size: 5.9rem;
}
.u-fz-60 {
  font-size: 60px;
  font-size: 6rem;
}
.u-fz-61 {
  font-size: 61px;
  font-size: 6.1rem;
}
.u-fz-62 {
  font-size: 62px;
  font-size: 6.2rem;
}
.u-fz-63 {
  font-size: 63px;
  font-size: 6.3rem;
}
.u-fz-64 {
  font-size: 64px;
  font-size: 6.4rem;
}
.u-fz-65 {
  font-size: 65px;
  font-size: 6.5rem;
}
.u-fz-66 {
  font-size: 66px;
  font-size: 6.6rem;
}
.u-fz-67 {
  font-size: 67px;
  font-size: 6.7rem;
}
.u-fz-68 {
  font-size: 68px;
  font-size: 6.8rem;
}
.u-fz-69 {
  font-size: 69px;
  font-size: 6.9rem;
}
.u-fz-70 {
  font-size: 70px;
  font-size: 7rem;
}
.u-fz-71 {
  font-size: 71px;
  font-size: 7.1rem;
}
.u-fz-72 {
  font-size: 72px;
  font-size: 7.2rem;
}
.u-fz-73 {
  font-size: 73px;
  font-size: 7.3rem;
}
.u-fz-74 {
  font-size: 74px;
  font-size: 7.4rem;
}
.u-fz-75 {
  font-size: 75px;
  font-size: 7.5rem;
}
.u-fz-76 {
  font-size: 76px;
  font-size: 7.6rem;
}
.u-fz-77 {
  font-size: 77px;
  font-size: 7.7rem;
}
.u-fz-78 {
  font-size: 78px;
  font-size: 7.8rem;
}
.u-fz-79 {
  font-size: 79px;
  font-size: 7.9rem;
}
.u-fz-80 {
  font-size: 80px;
  font-size: 8rem;
}
.u-fz-81 {
  font-size: 81px;
  font-size: 8.1rem;
}
.u-fz-82 {
  font-size: 82px;
  font-size: 8.2rem;
}
.u-fz-83 {
  font-size: 83px;
  font-size: 8.3rem;
}
.u-fz-84 {
  font-size: 84px;
  font-size: 8.4rem;
}
.u-fz-85 {
  font-size: 85px;
  font-size: 8.5rem;
}
.u-fz-86 {
  font-size: 86px;
  font-size: 8.6rem;
}
.u-fz-87 {
  font-size: 87px;
  font-size: 8.7rem;
}
.u-fz-88 {
  font-size: 88px;
  font-size: 8.8rem;
}
.u-fz-89 {
  font-size: 89px;
  font-size: 8.9rem;
}
.u-fz-90 {
  font-size: 90px;
  font-size: 9rem;
}
.u-fz-91 {
  font-size: 91px;
  font-size: 9.1rem;
}
.u-fz-92 {
  font-size: 92px;
  font-size: 9.2rem;
}
.u-fz-93 {
  font-size: 93px;
  font-size: 9.3rem;
}
.u-fz-94 {
  font-size: 94px;
  font-size: 9.4rem;
}
.u-fz-95 {
  font-size: 95px;
  font-size: 9.5rem;
}
.u-fz-96 {
  font-size: 96px;
  font-size: 9.6rem;
}
.u-fz-97 {
  font-size: 97px;
  font-size: 9.7rem;
}
.u-fz-98 {
  font-size: 98px;
  font-size: 9.8rem;
}
.u-fz-99 {
  font-size: 99px;
  font-size: 9.9rem;
}
.u-fz-100 {
  font-size: 100px;
  font-size: 10rem;
}

.u-lh-100 {
  line-height: 1;
}
.u-lh-101 {
  line-height: 1.01;
}
.u-lh-102 {
  line-height: 1.02;
}
.u-lh-103 {
  line-height: 1.03;
}
.u-lh-104 {
  line-height: 1.04;
}
.u-lh-105 {
  line-height: 1.05;
}
.u-lh-106 {
  line-height: 1.06;
}
.u-lh-107 {
  line-height: 1.07;
}
.u-lh-108 {
  line-height: 1.08;
}
.u-lh-109 {
  line-height: 1.09;
}
.u-lh-110 {
  line-height: 1.1;
}
.u-lh-111 {
  line-height: 1.11;
}
.u-lh-112 {
  line-height: 1.12;
}
.u-lh-113 {
  line-height: 1.13;
}
.u-lh-114 {
  line-height: 1.14;
}
.u-lh-115 {
  line-height: 1.15;
}
.u-lh-116 {
  line-height: 1.16;
}
.u-lh-117 {
  line-height: 1.17;
}
.u-lh-118 {
  line-height: 1.18;
}
.u-lh-119 {
  line-height: 1.19;
}
.u-lh-120 {
  line-height: 1.2;
}
.u-lh-121 {
  line-height: 1.21;
}
.u-lh-122 {
  line-height: 1.22;
}
.u-lh-123 {
  line-height: 1.23;
}
.u-lh-124 {
  line-height: 1.24;
}
.u-lh-125 {
  line-height: 1.25;
}
.u-lh-126 {
  line-height: 1.26;
}
.u-lh-127 {
  line-height: 1.27;
}
.u-lh-128 {
  line-height: 1.28;
}
.u-lh-129 {
  line-height: 1.29;
}
.u-lh-130 {
  line-height: 1.3;
}
.u-lh-131 {
  line-height: 1.31;
}
.u-lh-132 {
  line-height: 1.32;
}
.u-lh-133 {
  line-height: 1.33;
}
.u-lh-134 {
  line-height: 1.34;
}
.u-lh-135 {
  line-height: 1.35;
}
.u-lh-136 {
  line-height: 1.36;
}
.u-lh-137 {
  line-height: 1.37;
}
.u-lh-138 {
  line-height: 1.38;
}
.u-lh-139 {
  line-height: 1.39;
}
.u-lh-140 {
  line-height: 1.4;
}
.u-lh-141 {
  line-height: 1.41;
}
.u-lh-142 {
  line-height: 1.42;
}
.u-lh-143 {
  line-height: 1.43;
}
.u-lh-144 {
  line-height: 1.44;
}
.u-lh-145 {
  line-height: 1.45;
}
.u-lh-146 {
  line-height: 1.46;
}
.u-lh-147 {
  line-height: 1.47;
}
.u-lh-148 {
  line-height: 1.48;
}
.u-lh-149 {
  line-height: 1.49;
}
.u-lh-150 {
  line-height: 1.5;
}
.u-lh-151 {
  line-height: 1.51;
}
.u-lh-152 {
  line-height: 1.52;
}
.u-lh-153 {
  line-height: 1.53;
}
.u-lh-154 {
  line-height: 1.54;
}
.u-lh-155 {
  line-height: 1.55;
}
.u-lh-156 {
  line-height: 1.56;
}
.u-lh-157 {
  line-height: 1.57;
}
.u-lh-158 {
  line-height: 1.58;
}
.u-lh-159 {
  line-height: 1.59;
}
.u-lh-160 {
  line-height: 1.6;
}
.u-lh-161 {
  line-height: 1.61;
}
.u-lh-162 {
  line-height: 1.62;
}
.u-lh-163 {
  line-height: 1.63;
}
.u-lh-164 {
  line-height: 1.64;
}
.u-lh-165 {
  line-height: 1.65;
}
.u-lh-166 {
  line-height: 1.66;
}
.u-lh-167 {
  line-height: 1.67;
}
.u-lh-168 {
  line-height: 1.68;
}
.u-lh-169 {
  line-height: 1.69;
}
.u-lh-170 {
  line-height: 1.7;
}
.u-lh-171 {
  line-height: 1.71;
}
.u-lh-172 {
  line-height: 1.72;
}
.u-lh-173 {
  line-height: 1.73;
}
.u-lh-174 {
  line-height: 1.74;
}
.u-lh-175 {
  line-height: 1.75;
}
.u-lh-176 {
  line-height: 1.76;
}
.u-lh-177 {
  line-height: 1.77;
}
.u-lh-178 {
  line-height: 1.78;
}
.u-lh-179 {
  line-height: 1.79;
}
.u-lh-180 {
  line-height: 1.8;
}
.u-lh-181 {
  line-height: 1.81;
}
.u-lh-182 {
  line-height: 1.82;
}
.u-lh-183 {
  line-height: 1.83;
}
.u-lh-184 {
  line-height: 1.84;
}
.u-lh-185 {
  line-height: 1.85;
}
.u-lh-186 {
  line-height: 1.86;
}
.u-lh-187 {
  line-height: 1.87;
}
.u-lh-188 {
  line-height: 1.88;
}
.u-lh-189 {
  line-height: 1.89;
}
.u-lh-190 {
  line-height: 1.9;
}
.u-lh-191 {
  line-height: 1.91;
}
.u-lh-192 {
  line-height: 1.92;
}
.u-lh-193 {
  line-height: 1.93;
}
.u-lh-194 {
  line-height: 1.94;
}
.u-lh-195 {
  line-height: 1.95;
}
.u-lh-196 {
  line-height: 1.96;
}
.u-lh-197 {
  line-height: 1.97;
}
.u-lh-198 {
  line-height: 1.98;
}
.u-lh-199 {
  line-height: 1.99;
}
.u-lh-200 {
  line-height: 2;
}
.u-lh-201 {
  line-height: 2.01;
}
.u-lh-202 {
  line-height: 2.02;
}
.u-lh-203 {
  line-height: 2.03;
}
.u-lh-204 {
  line-height: 2.04;
}
.u-lh-205 {
  line-height: 2.05;
}
.u-lh-206 {
  line-height: 2.06;
}
.u-lh-207 {
  line-height: 2.07;
}
.u-lh-208 {
  line-height: 2.08;
}
.u-lh-209 {
  line-height: 2.09;
}
.u-lh-210 {
  line-height: 2.1;
}
.u-lh-211 {
  line-height: 2.11;
}
.u-lh-212 {
  line-height: 2.12;
}
.u-lh-213 {
  line-height: 2.13;
}
.u-lh-214 {
  line-height: 2.14;
}
.u-lh-215 {
  line-height: 2.15;
}
.u-lh-216 {
  line-height: 2.16;
}
.u-lh-217 {
  line-height: 2.17;
}
.u-lh-218 {
  line-height: 2.18;
}
.u-lh-219 {
  line-height: 2.19;
}
.u-lh-220 {
  line-height: 2.2;
}
.u-lh-221 {
  line-height: 2.21;
}
.u-lh-222 {
  line-height: 2.22;
}
.u-lh-223 {
  line-height: 2.23;
}
.u-lh-224 {
  line-height: 2.24;
}
.u-lh-225 {
  line-height: 2.25;
}
.u-lh-226 {
  line-height: 2.26;
}
.u-lh-227 {
  line-height: 2.27;
}
.u-lh-228 {
  line-height: 2.28;
}
.u-lh-229 {
  line-height: 2.29;
}
.u-lh-230 {
  line-height: 2.3;
}
.u-lh-231 {
  line-height: 2.31;
}
.u-lh-232 {
  line-height: 2.32;
}
.u-lh-233 {
  line-height: 2.33;
}
.u-lh-234 {
  line-height: 2.34;
}
.u-lh-235 {
  line-height: 2.35;
}
.u-lh-236 {
  line-height: 2.36;
}
.u-lh-237 {
  line-height: 2.37;
}
.u-lh-238 {
  line-height: 2.38;
}
.u-lh-239 {
  line-height: 2.39;
}
.u-lh-240 {
  line-height: 2.4;
}
.u-lh-241 {
  line-height: 2.41;
}
.u-lh-242 {
  line-height: 2.42;
}
.u-lh-243 {
  line-height: 2.43;
}
.u-lh-244 {
  line-height: 2.44;
}
.u-lh-245 {
  line-height: 2.45;
}
.u-lh-246 {
  line-height: 2.46;
}
.u-lh-247 {
  line-height: 2.47;
}
.u-lh-248 {
  line-height: 2.48;
}
.u-lh-249 {
  line-height: 2.49;
}
.u-lh-250 {
  line-height: 2.5;
}
.u-lh-251 {
  line-height: 2.51;
}
.u-lh-252 {
  line-height: 2.52;
}
.u-lh-253 {
  line-height: 2.53;
}
.u-lh-254 {
  line-height: 2.54;
}
.u-lh-255 {
  line-height: 2.55;
}
.u-lh-256 {
  line-height: 2.56;
}
.u-lh-257 {
  line-height: 2.57;
}
.u-lh-258 {
  line-height: 2.58;
}
.u-lh-259 {
  line-height: 2.59;
}
.u-lh-260 {
  line-height: 2.6;
}
.u-lh-261 {
  line-height: 2.61;
}
.u-lh-262 {
  line-height: 2.62;
}
.u-lh-263 {
  line-height: 2.63;
}
.u-lh-264 {
  line-height: 2.64;
}
.u-lh-265 {
  line-height: 2.65;
}
.u-lh-266 {
  line-height: 2.66;
}
.u-lh-267 {
  line-height: 2.67;
}
.u-lh-268 {
  line-height: 2.68;
}
.u-lh-269 {
  line-height: 2.69;
}
.u-lh-270 {
  line-height: 2.7;
}
.u-lh-271 {
  line-height: 2.71;
}
.u-lh-272 {
  line-height: 2.72;
}
.u-lh-273 {
  line-height: 2.73;
}
.u-lh-274 {
  line-height: 2.74;
}
.u-lh-275 {
  line-height: 2.75;
}
.u-lh-276 {
  line-height: 2.76;
}
.u-lh-277 {
  line-height: 2.77;
}
.u-lh-278 {
  line-height: 2.78;
}
.u-lh-279 {
  line-height: 2.79;
}
.u-lh-280 {
  line-height: 2.8;
}
.u-lh-281 {
  line-height: 2.81;
}
.u-lh-282 {
  line-height: 2.82;
}
.u-lh-283 {
  line-height: 2.83;
}
.u-lh-284 {
  line-height: 2.84;
}
.u-lh-285 {
  line-height: 2.85;
}
.u-lh-286 {
  line-height: 2.86;
}
.u-lh-287 {
  line-height: 2.87;
}
.u-lh-288 {
  line-height: 2.88;
}
.u-lh-289 {
  line-height: 2.89;
}
.u-lh-290 {
  line-height: 2.9;
}
.u-lh-291 {
  line-height: 2.91;
}
.u-lh-292 {
  line-height: 2.92;
}
.u-lh-293 {
  line-height: 2.93;
}
.u-lh-294 {
  line-height: 2.94;
}
.u-lh-295 {
  line-height: 2.95;
}
.u-lh-296 {
  line-height: 2.96;
}
.u-lh-297 {
  line-height: 2.97;
}
.u-lh-298 {
  line-height: 2.98;
}
.u-lh-299 {
  line-height: 2.99;
}
.u-lh-300 {
  line-height: 3;
}

@media screen and (min-width: 1024px) {
  .u-m-t-0 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-0 {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-5 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-5 {
    margin-top: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-10 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-10 {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-15 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-15 {
    margin-top: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-20 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-20 {
    margin-top: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-25 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-25 {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-30 {
    margin-top: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-35 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-35 {
    margin-top: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-40 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-40 {
    margin-top: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-45 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-45 {
    margin-top: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-50 {
    margin-top: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-55 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-55 {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-60 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-60 {
    margin-top: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-65 {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-65 {
    margin-top: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-70 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-70 {
    margin-top: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-75 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-75 {
    margin-top: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-80 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-80 {
    margin-top: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-85 {
    margin-top: 85px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-85 {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-90 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-90 {
    margin-top: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-95 {
    margin-top: 95px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-95 {
    margin-top: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-100 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-100 {
    margin-top: 66px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-105 {
    margin-top: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-105 {
    margin-top: 69px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-110 {
    margin-top: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-110 {
    margin-top: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-115 {
    margin-top: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-115 {
    margin-top: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-120 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-120 {
    margin-top: 79px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-125 {
    margin-top: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-125 {
    margin-top: 83px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-130 {
    margin-top: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-130 {
    margin-top: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-135 {
    margin-top: 135px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-135 {
    margin-top: 89px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-140 {
    margin-top: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-140 {
    margin-top: 93px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-145 {
    margin-top: 145px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-145 {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-150 {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-150 {
    margin-top: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-155 {
    margin-top: 155px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-155 {
    margin-top: 103px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-160 {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-160 {
    margin-top: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-165 {
    margin-top: 165px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-165 {
    margin-top: 109px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-170 {
    margin-top: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-170 {
    margin-top: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-175 {
    margin-top: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-175 {
    margin-top: 116px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-180 {
    margin-top: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-180 {
    margin-top: 119px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-185 {
    margin-top: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-185 {
    margin-top: 123px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-190 {
    margin-top: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-190 {
    margin-top: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-195 {
    margin-top: 195px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-195 {
    margin-top: 129px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-t-200 {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-t-200 {
    margin-top: 133px;
  }
}
.u-m-t-a {
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  .u-m-b-0 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-0 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-5 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-5 {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-10 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-10 {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-15 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-15 {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-20 {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-25 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-25 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-30 {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-35 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-35 {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-40 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-45 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-45 {
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-50 {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-55 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-55 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-60 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-60 {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-65 {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-65 {
    margin-bottom: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-70 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-70 {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-75 {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-75 {
    margin-bottom: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-80 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-80 {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-85 {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-85 {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-90 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-90 {
    margin-bottom: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-95 {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-95 {
    margin-bottom: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-100 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-100 {
    margin-bottom: 66px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-105 {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-105 {
    margin-bottom: 69px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-110 {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-110 {
    margin-bottom: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-115 {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-115 {
    margin-bottom: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-120 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-120 {
    margin-bottom: 79px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-125 {
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-125 {
    margin-bottom: 83px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-130 {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-130 {
    margin-bottom: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-135 {
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-135 {
    margin-bottom: 89px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-140 {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-140 {
    margin-bottom: 93px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-145 {
    margin-bottom: 145px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-145 {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-150 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-150 {
    margin-bottom: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-155 {
    margin-bottom: 155px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-155 {
    margin-bottom: 103px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-160 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-160 {
    margin-bottom: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-165 {
    margin-bottom: 165px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-165 {
    margin-bottom: 109px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-170 {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-170 {
    margin-bottom: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-175 {
    margin-bottom: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-175 {
    margin-bottom: 116px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-180 {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-180 {
    margin-bottom: 119px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-185 {
    margin-bottom: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-185 {
    margin-bottom: 123px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-190 {
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-190 {
    margin-bottom: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-195 {
    margin-bottom: 195px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-195 {
    margin-bottom: 129px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-b-200 {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-b-200 {
    margin-bottom: 133px;
  }
}
.u-m-b-a {
  margin-bottom: auto;
}
@media screen and (min-width: 1024px) {
  .u-m-r-0 {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-0 {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-5 {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-5 {
    margin-right: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-10 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-10 {
    margin-right: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-15 {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-15 {
    margin-right: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-20 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-20 {
    margin-right: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-25 {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-25 {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-30 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-30 {
    margin-right: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-35 {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-35 {
    margin-right: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-40 {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-40 {
    margin-right: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-45 {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-45 {
    margin-right: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-50 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-50 {
    margin-right: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-55 {
    margin-right: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-55 {
    margin-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-60 {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-60 {
    margin-right: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-65 {
    margin-right: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-65 {
    margin-right: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-70 {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-70 {
    margin-right: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-75 {
    margin-right: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-75 {
    margin-right: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-80 {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-80 {
    margin-right: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-85 {
    margin-right: 85px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-85 {
    margin-right: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-90 {
    margin-right: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-90 {
    margin-right: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-95 {
    margin-right: 95px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-95 {
    margin-right: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-100 {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-100 {
    margin-right: 66px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-105 {
    margin-right: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-105 {
    margin-right: 69px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-110 {
    margin-right: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-110 {
    margin-right: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-115 {
    margin-right: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-115 {
    margin-right: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-120 {
    margin-right: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-120 {
    margin-right: 79px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-125 {
    margin-right: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-125 {
    margin-right: 83px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-130 {
    margin-right: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-130 {
    margin-right: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-135 {
    margin-right: 135px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-135 {
    margin-right: 89px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-140 {
    margin-right: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-140 {
    margin-right: 93px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-145 {
    margin-right: 145px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-145 {
    margin-right: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-150 {
    margin-right: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-150 {
    margin-right: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-155 {
    margin-right: 155px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-155 {
    margin-right: 103px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-160 {
    margin-right: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-160 {
    margin-right: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-165 {
    margin-right: 165px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-165 {
    margin-right: 109px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-170 {
    margin-right: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-170 {
    margin-right: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-175 {
    margin-right: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-175 {
    margin-right: 116px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-180 {
    margin-right: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-180 {
    margin-right: 119px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-185 {
    margin-right: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-185 {
    margin-right: 123px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-190 {
    margin-right: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-190 {
    margin-right: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-195 {
    margin-right: 195px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-195 {
    margin-right: 129px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-r-200 {
    margin-right: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-r-200 {
    margin-right: 133px;
  }
}
.u-m-r-a {
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .u-m-l-0 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-0 {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-5 {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-5 {
    margin-left: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-10 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-10 {
    margin-left: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-15 {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-15 {
    margin-left: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-20 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-20 {
    margin-left: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-25 {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-25 {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-30 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-30 {
    margin-left: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-35 {
    margin-left: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-35 {
    margin-left: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-40 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-40 {
    margin-left: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-45 {
    margin-left: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-45 {
    margin-left: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-50 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-50 {
    margin-left: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-55 {
    margin-left: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-55 {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-60 {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-60 {
    margin-left: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-65 {
    margin-left: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-65 {
    margin-left: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-70 {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-70 {
    margin-left: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-75 {
    margin-left: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-75 {
    margin-left: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-80 {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-80 {
    margin-left: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-85 {
    margin-left: 85px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-85 {
    margin-left: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-90 {
    margin-left: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-90 {
    margin-left: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-95 {
    margin-left: 95px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-95 {
    margin-left: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-100 {
    margin-left: 66px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-105 {
    margin-left: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-105 {
    margin-left: 69px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-110 {
    margin-left: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-110 {
    margin-left: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-115 {
    margin-left: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-115 {
    margin-left: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-120 {
    margin-left: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-120 {
    margin-left: 79px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-125 {
    margin-left: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-125 {
    margin-left: 83px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-130 {
    margin-left: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-130 {
    margin-left: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-135 {
    margin-left: 135px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-135 {
    margin-left: 89px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-140 {
    margin-left: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-140 {
    margin-left: 93px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-145 {
    margin-left: 145px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-145 {
    margin-left: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-150 {
    margin-left: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-150 {
    margin-left: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-155 {
    margin-left: 155px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-155 {
    margin-left: 103px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-160 {
    margin-left: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-160 {
    margin-left: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-165 {
    margin-left: 165px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-165 {
    margin-left: 109px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-170 {
    margin-left: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-170 {
    margin-left: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-175 {
    margin-left: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-175 {
    margin-left: 116px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-180 {
    margin-left: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-180 {
    margin-left: 119px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-185 {
    margin-left: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-185 {
    margin-left: 123px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-190 {
    margin-left: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-190 {
    margin-left: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-195 {
    margin-left: 195px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-195 {
    margin-left: 129px;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-l-200 {
    margin-left: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-l-200 {
    margin-left: 133px;
  }
}
.u-m-l-a {
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .u-p-t-0 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-5 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-5 {
    padding-top: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-10 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-10 {
    padding-top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-15 {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-15 {
    padding-top: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-20 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-20 {
    padding-top: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-25 {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-25 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-30 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-30 {
    padding-top: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-35 {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-35 {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-40 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-40 {
    padding-top: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-45 {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-45 {
    padding-top: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-50 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-50 {
    padding-top: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-55 {
    padding-top: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-55 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-60 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-60 {
    padding-top: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-65 {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-65 {
    padding-top: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-70 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-70 {
    padding-top: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-75 {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-75 {
    padding-top: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-80 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-80 {
    padding-top: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-85 {
    padding-top: 85px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-85 {
    padding-top: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-90 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-90 {
    padding-top: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-95 {
    padding-top: 95px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-95 {
    padding-top: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-100 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-100 {
    padding-top: 66px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-105 {
    padding-top: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-105 {
    padding-top: 69px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-110 {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-110 {
    padding-top: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-115 {
    padding-top: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-115 {
    padding-top: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-120 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-120 {
    padding-top: 79px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-125 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-125 {
    padding-top: 83px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-130 {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-130 {
    padding-top: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-135 {
    padding-top: 135px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-135 {
    padding-top: 89px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-140 {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-140 {
    padding-top: 93px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-145 {
    padding-top: 145px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-145 {
    padding-top: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-150 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-150 {
    padding-top: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-155 {
    padding-top: 155px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-155 {
    padding-top: 103px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-160 {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-160 {
    padding-top: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-165 {
    padding-top: 165px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-165 {
    padding-top: 109px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-170 {
    padding-top: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-170 {
    padding-top: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-175 {
    padding-top: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-175 {
    padding-top: 116px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-180 {
    padding-top: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-180 {
    padding-top: 119px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-185 {
    padding-top: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-185 {
    padding-top: 123px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-190 {
    padding-top: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-190 {
    padding-top: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-195 {
    padding-top: 195px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-195 {
    padding-top: 129px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-t-200 {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-t-200 {
    padding-top: 133px;
  }
}
.u-p-t-a {
  padding-top: auto;
}
@media screen and (min-width: 1024px) {
  .u-p-b-0 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-5 {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-5 {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-10 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-10 {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-15 {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-15 {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-20 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-20 {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-25 {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-25 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-30 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-30 {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-35 {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-35 {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-40 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-40 {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-45 {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-45 {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-50 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-50 {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-55 {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-55 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-60 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-60 {
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-65 {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-65 {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-70 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-70 {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-75 {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-75 {
    padding-bottom: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-80 {
    padding-bottom: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-85 {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-85 {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-90 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-90 {
    padding-bottom: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-95 {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-95 {
    padding-bottom: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-100 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-100 {
    padding-bottom: 66px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-105 {
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-105 {
    padding-bottom: 69px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-110 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-110 {
    padding-bottom: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-115 {
    padding-bottom: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-115 {
    padding-bottom: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-120 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-120 {
    padding-bottom: 79px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-125 {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-125 {
    padding-bottom: 83px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-130 {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-130 {
    padding-bottom: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-135 {
    padding-bottom: 135px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-135 {
    padding-bottom: 89px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-140 {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-140 {
    padding-bottom: 93px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-145 {
    padding-bottom: 145px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-145 {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-150 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-150 {
    padding-bottom: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-155 {
    padding-bottom: 155px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-155 {
    padding-bottom: 103px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-160 {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-160 {
    padding-bottom: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-165 {
    padding-bottom: 165px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-165 {
    padding-bottom: 109px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-170 {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-170 {
    padding-bottom: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-175 {
    padding-bottom: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-175 {
    padding-bottom: 116px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-180 {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-180 {
    padding-bottom: 119px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-185 {
    padding-bottom: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-185 {
    padding-bottom: 123px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-190 {
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-190 {
    padding-bottom: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-195 {
    padding-bottom: 195px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-195 {
    padding-bottom: 129px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-b-200 {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-b-200 {
    padding-bottom: 133px;
  }
}
.u-p-b-a {
  padding-bottom: auto;
}
@media screen and (min-width: 1024px) {
  .u-p-r-0 {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-5 {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-5 {
    padding-right: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-10 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-10 {
    padding-right: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-15 {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-15 {
    padding-right: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-20 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-20 {
    padding-right: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-25 {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-25 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-30 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-30 {
    padding-right: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-35 {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-35 {
    padding-right: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-40 {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-40 {
    padding-right: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-45 {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-45 {
    padding-right: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-50 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-50 {
    padding-right: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-55 {
    padding-right: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-55 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-60 {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-60 {
    padding-right: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-65 {
    padding-right: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-65 {
    padding-right: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-70 {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-70 {
    padding-right: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-75 {
    padding-right: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-75 {
    padding-right: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-80 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-80 {
    padding-right: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-85 {
    padding-right: 85px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-85 {
    padding-right: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-90 {
    padding-right: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-90 {
    padding-right: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-95 {
    padding-right: 95px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-95 {
    padding-right: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-100 {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-100 {
    padding-right: 66px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-105 {
    padding-right: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-105 {
    padding-right: 69px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-110 {
    padding-right: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-110 {
    padding-right: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-115 {
    padding-right: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-115 {
    padding-right: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-120 {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-120 {
    padding-right: 79px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-125 {
    padding-right: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-125 {
    padding-right: 83px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-130 {
    padding-right: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-130 {
    padding-right: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-135 {
    padding-right: 135px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-135 {
    padding-right: 89px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-140 {
    padding-right: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-140 {
    padding-right: 93px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-145 {
    padding-right: 145px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-145 {
    padding-right: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-150 {
    padding-right: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-150 {
    padding-right: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-155 {
    padding-right: 155px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-155 {
    padding-right: 103px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-160 {
    padding-right: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-160 {
    padding-right: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-165 {
    padding-right: 165px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-165 {
    padding-right: 109px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-170 {
    padding-right: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-170 {
    padding-right: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-175 {
    padding-right: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-175 {
    padding-right: 116px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-180 {
    padding-right: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-180 {
    padding-right: 119px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-185 {
    padding-right: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-185 {
    padding-right: 123px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-190 {
    padding-right: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-190 {
    padding-right: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-195 {
    padding-right: 195px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-195 {
    padding-right: 129px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-r-200 {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-r-200 {
    padding-right: 133px;
  }
}
.u-p-r-a {
  padding-right: auto;
}
@media screen and (min-width: 1024px) {
  .u-p-l-0 {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-5 {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-5 {
    padding-left: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-10 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-10 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-15 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-15 {
    padding-left: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-20 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-20 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-25 {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-25 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-30 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-30 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-35 {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-35 {
    padding-left: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-40 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-40 {
    padding-left: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-45 {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-45 {
    padding-left: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-50 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-50 {
    padding-left: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-55 {
    padding-left: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-55 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-60 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-60 {
    padding-left: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-65 {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-65 {
    padding-left: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-70 {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-70 {
    padding-left: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-75 {
    padding-left: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-75 {
    padding-left: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-80 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-80 {
    padding-left: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-85 {
    padding-left: 85px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-85 {
    padding-left: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-90 {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-90 {
    padding-left: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-95 {
    padding-left: 95px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-95 {
    padding-left: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-100 {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-100 {
    padding-left: 66px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-105 {
    padding-left: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-105 {
    padding-left: 69px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-110 {
    padding-left: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-110 {
    padding-left: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-115 {
    padding-left: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-115 {
    padding-left: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-120 {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-120 {
    padding-left: 79px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-125 {
    padding-left: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-125 {
    padding-left: 83px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-130 {
    padding-left: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-130 {
    padding-left: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-135 {
    padding-left: 135px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-135 {
    padding-left: 89px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-140 {
    padding-left: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-140 {
    padding-left: 93px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-145 {
    padding-left: 145px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-145 {
    padding-left: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-150 {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-150 {
    padding-left: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-155 {
    padding-left: 155px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-155 {
    padding-left: 103px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-160 {
    padding-left: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-160 {
    padding-left: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-165 {
    padding-left: 165px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-165 {
    padding-left: 109px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-170 {
    padding-left: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-170 {
    padding-left: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-175 {
    padding-left: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-175 {
    padding-left: 116px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-180 {
    padding-left: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-180 {
    padding-left: 119px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-185 {
    padding-left: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-185 {
    padding-left: 123px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-190 {
    padding-left: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-190 {
    padding-left: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-195 {
    padding-left: 195px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-195 {
    padding-left: 129px;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-l-200 {
    padding-left: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .u-p-l-200 {
    padding-left: 133px;
  }
}
.u-p-l-a {
  padding-left: auto;
}

.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}
.u-ta-j {
  text-align: justify;
}

.u-imgWide {
  width: 100%;
  height: auto;
}

.u-ls-n {
  list-style: none;
}

.u-ls-disc {
  list-style: disc;
}

.u-ls-decimal {
  list-style: decimal;
}

.xdsoft_datetimepicker {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset !important;
          box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
          box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73%, #f4f8fa));
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fa), color-stop(73%, #FFF));
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}/*# sourceMappingURL=form.css.map */