@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

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

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

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

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

:root {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

@media print, screen and (min-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  line-height: 1.5;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
    padding-top: 76px;
  }
}

figure {
  margin-right: 0;
  margin-left: 0;
}

figcaption:not(:first-child) {
  margin-top: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  backface-visibility: visible;
  backface-visibility: hidden;
  image-rendering: optimize-contrast;
}

a,
span.a {
  color: #1347b1;
  cursor: pointer;
}
a img,
span.a img {
  transition: opacity 0.15s;
}
a:hover,
span.a:hover {
  color: #1347b1;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  a:hover img,
span.a:hover img {
    opacity: 0.75;
  }
}
a:visited,
span.a:visited {
  color: #1347b1;
}

a:not([href]) {
  color: #000;
  cursor: default;
}
a:not([href]):hover {
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

.l_container {
  margin-right: 15px;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .l_container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .l_container._medium {
    width: 1100px;
  }
}
@media print, screen and (min-width: 768px) {
  .l_container._small {
    width: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  .l_container._liquid {
    width: 100%;
    min-width: 1200px;
    max-width: 1600px;
  }
}
@media print, screen and (min-width: 768px) {
  .l_container._sp {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
.l_container._full {
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .l_container._full {
    margin-right: auto;
    margin-left: auto;
  }
}
.l_container._padding {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .l_container._padding {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

.c_banner-carousel__slide {
  position: relative;
}
.c_banner-carousel__slide-nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 25px;
  height: 25px;
  padding: 0;
  margin-top: -19px;
  color: #fff;
  cursor: pointer;
  background-color: #004c9f;
  border: 0;
  outline: none;
  box-shadow: 0 3px 10px 0 rgba(9, 0, 0, 0.35);
  transition: background-color 0.25s;
}
@media print, screen and (min-width: 768px) {
  .c_banner-carousel__slide-nav {
    width: 50px;
    height: 50px;
    margin-top: -32px;
  }
  .c_banner-carousel__slide-nav:hover {
    /*background-color: #0279c5; */
    background-color: #004c9f;

  }
}
.c_banner-carousel__slide-nav._prev {
  left: 8.6%;
}
@media print, screen and (min-width: 768px) {
  .c_banner-carousel__slide-nav._prev {
    left: calc(50% - 25px - 370px);
  }
}
.c_banner-carousel__slide-nav._next {
  right: 8.6%;
}
@media print, screen and (min-width: 768px) {
  .c_banner-carousel__slide-nav._next {
    right: calc(50% - 25px - 370px);
  }
}
.c_banner-carousel__slide-nav svg {
  display: block;
  width: 9px;
  height: 17px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .c_banner-carousel__slide-nav svg {
    width: 18px;
    height: 34px;
  }
}
.c_banner-carousel__items {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c_banner-carousel__items .slick-track {
  padding-bottom: 13px;
}
.c_banner-carousel__item {
  transition: transform 0.5s ease;
  transform: scale3d(0.8, 0.8, 1);
}
.c_banner-carousel__item a {
  display: block;
  width: 76vw;
  box-shadow: 0 3px 10px 0 rgba(9, 0, 0, 0.35);
}
@media print, screen and (min-width: 768px) {
  .c_banner-carousel__item a {
    width: 741px;
  }
}
.c_banner-carousel .slick-center .c_banner-carousel__item {
  transform: scale3d(1, 1, 1);
}

.p_footer__nav {
  display: none;
  padding: 30px 0;
  background-color: #f2fafe;
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav {
    display: block;
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-container {
    display: flex;
    justify-content: space-between;
  }
}
.p_footer__nav-section {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-section {
    margin-top: 0;
  }
}
.p_footer__nav-section:first-child {
  margin-top: 0;
}
.p_footer__nav-section > ul {
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul {
    font-size: 0.8125rem;
  }
}
.p_footer__nav-section > ul a,
.p_footer__nav-section > ul span {
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.p_footer__nav-section > ul a svg,
.p_footer__nav-section > ul span svg {
  width: 0.75rem;
  height: 0.5625rem;
  margin-top: -0.2em;
  margin-left: 5px;
  color: #004c9f;
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul a svg,
.p_footer__nav-section > ul span svg {
    width: 0.875rem;
    height: 0.6875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul a:hover {
    text-decoration: underline;
  }
}
.p_footer__nav-section > ul > li {
  padding-left: 1.0625rem;
  margin-top: 7px;
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul > li {
    padding-left: 0;
    margin-top: 12px;
  }
}
.p_footer__nav-section > ul > li:first-child {
  margin-top: 17px;
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul > li:first-child {
    margin-top: 25px;
  }
}
.p_footer__nav-section > ul > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.p_footer__nav-section > ul > li ul li {
  padding-left: 1em;
  margin-top: 7px;
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul > li ul li {
    margin-top: 12px;
  }
}
.p_footer__nav-section > ul > li ul li:first-child {
  margin-top: 7px;
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul > li ul li:first-child {
    margin-top: 12px;
  }
}
.p_footer__nav-section > ul > li ul li a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  color: #004c9f;
}
.p_footer__nav-section > ul > li ul li a::before {
  position: absolute;
  left: 0;
  content: "―";
}
.p_footer__nav-heading {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1;
  color: #004c9f;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-heading {
    font-size: 1.25rem;
  }
}
.p_footer__pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  width: 54px;
  height: 54px;
  background-color: #004c9f;
}
@media print, screen and (min-width: 768px) {
  .p_footer__pagetop {
    width: 66px;
    height: 66px;
  }
}
.p_footer__pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p_footer__pagetop a {
    width: 66px;
    height: 66px;
    transition: opacity 0.25s;
  }
  .p_footer__pagetop a:hover {
    opacity: 0.5;
  }
}
.p_footer__pagetop svg {
  width: 30px;
  height: 21px;
}
@media print, screen and (min-width: 768px) {
  .p_footer__pagetop svg {
    width: 35px;
    height: 25px;
  }
}

.p_gnav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  cursor: default;
  /*background: linear-gradient(#fff, #eeeded);*/
  background-color: #f1fafd;
}
.p_gnav._actived {
  z-index: 10001;
}
@media (max-width: 767px) {
  .p_gnav {
    display: none !important;
  }
}
.p_gnav__container {
  display: flex;
  padding: 40px 0;
}
.p_gnav__heading {
  width: 140px;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1;
  color: #004c9f;
  letter-spacing: 0.1em;
}
.p_gnav__heading span {
  display: inline-block;
  text-align: left;
}
.p_gnav__content {
  display: flex;
  padding-left: 50px;
  border-left: 2px solid #d2d2d2;
}
.p_gnav__content > ul {
  padding: 0 0 0 50px;
  margin: 0;
  list-style: none;
}
.p_gnav__content > ul:first-child {
  padding-left: 0;
}
.p_gnav__content > ul > li {
  margin-top: 20px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p_gnav__content > ul > li:first-child {
  margin-top: 0;
}
.p_gnav__content > ul > li a,
.p_gnav__content > ul > li span {
  display: inline-block;
  padding: 3px;
  margin: -3px;
}
.p_gnav__content > ul > li a {
  color: #000;
  text-decoration: none;
  transition: all 0.1s;
}
.p_gnav__content > ul > li a svg {
  display: inline-block;
  width: 0.875rem;
  height: 0.6875rem;
  margin-top: -0.1em;
  margin-left: 0.5em;
  color: #004c9f;
  transition: all 0.1s;
}
.p_gnav__content > ul > li a:hover {
  color: #fff;
  /*background-color: #57bae9;*/
  background-color: #004c9f;

}
.p_gnav__content > ul > li a:hover svg {
  color: #fff;
}
.p_gnav__content > ul > li ul {
  padding: 0 0 0 1em;
  margin: 0;
  list-style: none;
}
.p_gnav__content > ul > li ul li {
  margin-top: 20px;
}
.p_gnav__content > ul > li ul li a {
  color: #004c9f;
}
.p_gnav__content > ul > li ul li a::before {
  content: "―";
}

.p_header {
  position: relative;
  /*background-color: #fff;*/
  background-color: #000;
}
@media print, screen and (min-width: 768px) {
  .p_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #000;
  }
}
.p_header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
@media print, screen and (min-width: 768px) {
  .p_header__container {
    height: 76px;
  }
}
.p_header__logo {
  /*width: 230px;*/
  width: 184px; /*230 x 80%*/
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .p_header__logo {
    /*width: 342px;
    width: 326px;*/
    width: 260px; /*326 x 80%*/
  }
}
.p_header__logo a{
  display: flex;
}
.p_header__logo._saikoyou {
  width: 159px;
}
@media print, screen and (min-width: 768px) {
  .p_header__logo._saikoyou {
    width: 236px;
  }
}
.p_header__nav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p_header__nav {
    display: flex;
    align-items: center;
  }
}
.p_header__gnav, .p_header__bnav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p_header__gnav {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.075em;
}
.p_header__gnav > li {
  display: flex;
  align-items: center;
  height: 23px;
  /*border-left: 1px solid #000;*/
  border-left: 1px solid #fff;
}
.p_header__gnav > li:first-child {
  border-left: 0;
}
.p_header__gnav > li:first-child .p_header__gnav-trigger {
  padding-left: 0;
}
.p_header__gnav > li:last-child .p_header__gnav-trigger {
  padding-right: 0;
}
.p_header__gnav > li .p_header__gnav-trigger {
  padding: 0 10px;
  cursor: pointer;
}
.p_header__gnav > li .p_header__gnav-trigger:hover > span {
  color: #fff;
  /*background-color: #57bbea;*/
  background-color: #004c9f;
}
.p_header__gnav > li .p_header__gnav-trigger > span {
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0 10px;
  /*color: #000;*/
  color: #FFF;
  text-decoration: none;
  transition: all 0.25s;
}
.p_header__bnav {
  margin-left: 28px;
}
.p_header__bnav li {
  margin-left: 10px;
}
.p_header__bnav li:first-child {
  margin-left: 0;
}
.p_header__bnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 57px;
  font-size: 0.75rem;
  line-height: 1.385;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.25s;
}
.p_header__bnav a:hover {
  opacity: 0.75;
}
.p_header__bnav a._left-button {
  /*background-color: #004c9f;*/
  background-image: url(../images/menu-login.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.p_header__bnav a._right-button {
  /*background-color: #04ABB4;*/
  background-image: url(../images/menu-signin.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;  
}
.p_header__menu-button {
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 100;
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .p_header__menu-button {
    display: none;
  }
}
.p_header__menu-button button {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  /*background-color: #004c9f;*/
  background-color: #000;
  border: 0;
}
.p_header__menu-button button span {
  position: absolute;
  left: calc(50% - 11px);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.p_header__menu-button button span:nth-child(1) {
  top: 9px;
}
.p_header__menu-button button span:nth-child(2) {
  top: calc(50% - 1px);
}
.p_header__menu-button button span:nth-child(3) {
  bottom: 9px;
}
.p_header__link {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p_header__link {
    display: block;
  }
}
.p_header__link a {
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
.p_header__link a:hover {
  text-decoration: underline;
}
.p_header__link a img {
  width: 14px;
  height: 14px;
}

.p_menu {
  position: relative;
  z-index: 10000;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p_menu {
    display: none !important;
  }
}
.p_menu__main {
  position: fixed;
  inset: 0;
  z-index: 20000;
  padding-bottom: 40px;
  overflow: auto;
  /*background-color: #fff;*/
  background-color: #f1fafd;

  -webkit-overflow-scrolling: touch;
}
.p_menu__container {
  padding: 60px 24px 40px;
}
.p_menu__bnav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p_menu__bnav li {
  width: calc(50% - 5px);
  margin-left: 10px;
}
.p_menu__bnav li:first-child {
  margin-left: 0;
}
.p_menu__bnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.p_menu__bnav a._left-button {
  background-color: #004c9f;
}
.p_menu__bnav a._right-button {
  background-color: #04ABB4;
}
.p_menu__gnav {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.2;
  list-style: none;
}
.p_menu__gnav > li {
  margin-top: 15px;
}
.p_menu__gnav > li > ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p_menu__gnav > li > ul a,
.p_menu__gnav > li > ul span {
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.p_menu__gnav > li > ul a svg,
.p_menu__gnav > li > ul span svg {
  width: 0.875rem;
  height: 0.6875rem;
  margin-top: -0.2em;
  margin-left: 5px;
  color: #004c9f;
}
.p_menu__gnav > li > ul > li {
  padding-left: calc(1em + 10px);
  margin-top: 17px;
}
.p_menu__gnav > li > ul > li:first-child {
  margin-top: 12px;
}
.p_menu__gnav > li > ul > li ul {
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
  list-style: none;
}
.p_menu__gnav > li > ul > li ul li {
  padding-left: 0.875rem;
  margin-top: 12px;
}
.p_menu__gnav > li > ul > li ul li:first-child {
  margin-top: 17px;
}
.p_menu__gnav > li > ul > li ul li a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  color: #004c9f;
}
.p_menu__gnav > li > ul > li ul li a::before {
  position: absolute;
  left: 0;
  content: "―";
}
.p_menu__gnav-root {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1;
  color: #004c9f;
  cursor: pointer;
  border-bottom: 1px solid #d2d2d2;
}
.p_menu__gnav-root::before, .p_menu__gnav-root::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  display: block;
  width: 18px;
  height: 2px;
  content: "";
  background-color: #004c9f;
}
.p_menu__gnav-root::before {
  transform: rotate(90deg);
}
.p_menu__gnav-root._opened::before {
  display: none;
}
.p_menu__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.p_menu__close button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
}
@media print, screen and (min-width: 768px) {
  .p_menu__close button {
    outline: none;
  }
}
.p_menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background-color: #000;
}
.p_menu__close span:first-child {
  transform: translateX(-50%) rotate(45deg);
}
.p_menu__close span:last-child {
  transform: translateX(-50%) rotate(-45deg);
}

.u_bg-text {
  background-color: #000 !important;
}

.u_bg-text-link {
  background-color: #1347b1 !important;
}

.u_bg-text-link-hover {
  background-color: #1347b1 !important;
}

.u_bg-text-link-visited {
  background-color: #1347b1 !important;
}

.u_bg-white {
  background-color: #fff !important;
}

.u_bg-black {
  background-color: #000 !important;
}

.u_bg-blue {
  background-color: #004c9f !important;
}

.u_bg-red {
  background-color: #ff2600 !important;
}

@media (max-width: 479px) {
  .u_bp-hide-xs {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .u_bp-hide-lte-xs {
    display: none !important;
  }
}

.u_bp-hide-gte-xs {
  display: none !important;
}

@media (max-width: 479px) {
  .u_bp-show-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .u_bp-show-lte-xs-block {
    display: block !important;
  }
}

.u_bp-show-gte-xs-block {
  display: block !important;
}

@media (max-width: 479px) {
  .u_bp-show-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .u_bp-show-lte-xs-inline {
    display: inline !important;
  }
}

.u_bp-show-gte-xs-inline {
  display: inline !important;
}

@media (max-width: 479px) {
  .u_bp-show-xs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .u_bp-show-lte-xs-inline-block {
    display: inline-block !important;
  }
}

.u_bp-show-gte-xs-inline-block {
  display: inline-block !important;
}

@media (min-width: 480px) and (max-width: 767px) {
  .u_bp-hide-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u_bp-hide-lte-sm {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .u_bp-hide-gte-sm {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .u_bp-show-sm-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .u_bp-show-lte-sm-block {
    display: block !important;
  }
}

@media (min-width: 480px) {
  .u_bp-show-gte-sm-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .u_bp-show-sm-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .u_bp-show-lte-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) {
  .u_bp-show-gte-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .u_bp-show-sm-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .u_bp-show-lte-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) {
  .u_bp-show-gte-sm-inline-block {
    display: inline-block !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u_bp-hide-md {
    display: none !important;
  }
}

.u_bp-hide-lte-md {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .u_bp-hide-gte-md {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u_bp-show-md-block {
    display: block !important;
  }
}

.u_bp-show-lte-md-block {
  display: block !important;
}

@media print, screen and (min-width: 768px) {
  .u_bp-show-gte-md-block {
    display: block !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u_bp-show-md-inline {
    display: inline !important;
  }
}

.u_bp-show-lte-md-inline {
  display: inline !important;
}

@media print, screen and (min-width: 768px) {
  .u_bp-show-gte-md-inline {
    display: inline !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u_bp-show-md-inline-block {
    display: inline-block !important;
  }
}

.u_bp-show-lte-md-inline-block {
  display: inline-block !important;
}

@media print, screen and (min-width: 768px) {
  .u_bp-show-gte-md-inline-block {
    display: inline-block !important;
  }
}

.u_cf {
  overflow: hidden;
}

.u_cf-legacy::before, .u_cf-legacy::after {
  display: table;
  content: " ";
}
.u_cf-legacy::after {
  clear: both;
}

.u_dp-none {
  display: none !important;
}

.u_dp-block {
  display: block !important;
}

.u_dp-inline {
  display: inline !important;
}

.u_dp-inline-block {
  display: inline-block !important;
}

.u_flip-horizontal {
  transform: scale(-1, 1);
}

.u_flip-vertical {
  transform: scale(1, -1);
}

.u_ff-nm {
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  font-weight: normal !important;
}

.u_ff-md {
  font-family: "FP-ヒラギノUD角ゴ StdN W5", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  font-weight: 500 !important;
}

.u_ff-db {
  font-family: "FOT-セザンヌ Pro DB", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  font-weight: bold !important;
}

.u_ff-b {
  font-family: "FP-ヒラギノUD角ゴ StdN W6", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  font-weight: bold !important;
}

.u_ff-bl {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  font-weight: 900 !important;
}

.u_ff-en {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 500 !important;
}
.u_ff-en._ulight {
  font-weight: 300 !important;
}
.u_ff-en._light {
  font-weight: normal !important;
}
.u_ff-en._medium {
  font-weight: 500 !important;
}
.u_ff-en._bold {
  font-weight: bold !important;
}

.u_fw-100 {
  font-weight: 100 !important;
}

.u_fw-200 {
  font-weight: 200 !important;
}

.u_fw-300 {
  font-weight: 300 !important;
}

.u_fw-400 {
  font-weight: 400 !important;
}

.u_fw-500 {
  font-weight: 500 !important;
}

.u_fw-600 {
  font-weight: 600 !important;
}

.u_fw-700 {
  font-weight: 700 !important;
}

.u_fw-800 {
  font-weight: 800 !important;
}

.u_fw-900 {
  font-weight: 900 !important;
}

.u_fw-normal {
  font-weight: normal !important;
}

.u_fw-bold {
  font-weight: bold !important;
}

.u_ls-5 {
  letter-spacing: 0.05em !important;
}

.u_ls-10 {
  letter-spacing: 0.1em !important;
}

.u_ls-15 {
  letter-spacing: 0.15em !important;
}

.u_ls-20 {
  letter-spacing: 0.2em !important;
}

.u_ls-25 {
  letter-spacing: 0.25em !important;
}

.u_ls-30 {
  letter-spacing: 0.3em !important;
}

.u_ls-35 {
  letter-spacing: 0.35em !important;
}

.u_ls-40 {
  letter-spacing: 0.4em !important;
}

.u_ls-45 {
  letter-spacing: 0.45em !important;
}

.u_ls-50 {
  letter-spacing: 0.5em !important;
}

.u_ls-minus5 {
  letter-spacing: -0.05em !important;
}

.u_ls-minus10 {
  letter-spacing: -0.1em !important;
}

.u_ls-minus15 {
  letter-spacing: -0.15em !important;
}

.u_ls-minus20 {
  letter-spacing: -0.2em !important;
}

.u_ls-minus25 {
  letter-spacing: -0.25em !important;
}

.u_ls-minus30 {
  letter-spacing: -0.3em !important;
}

.u_ls-minus35 {
  letter-spacing: -0.35em !important;
}

.u_ls-minus40 {
  letter-spacing: -0.4em !important;
}

.u_ls-minus45 {
  letter-spacing: -0.45em !important;
}

.u_ls-minus50 {
  letter-spacing: -0.5em !important;
}

.u_ls-normal {
  letter-spacing: normal !important;
}

.u_m-0 {
  margin: 0px !important;
}

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

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

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

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

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

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

.u_m-5 {
  margin: 5px !important;
}

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

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

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

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

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

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

.u_m-10 {
  margin: 10px !important;
}

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

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

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

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

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

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

.u_m-15 {
  margin: 15px !important;
}

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

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

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

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

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

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

.u_m-20 {
  margin: 20px !important;
}

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

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

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

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

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

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

.u_m-25 {
  margin: 25px !important;
}

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

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

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

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

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

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

.u_m-30 {
  margin: 30px !important;
}

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

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

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

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

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

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

.u_m-35 {
  margin: 35px !important;
}

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

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

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

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

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

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

.u_m-40 {
  margin: 40px !important;
}

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

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

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

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

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

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

.u_m-45 {
  margin: 45px !important;
}

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

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

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

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

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

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

.u_m-50 {
  margin: 50px !important;
}

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

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

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

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

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

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

.u_m-55 {
  margin: 55px !important;
}

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

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

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

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

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

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

.u_m-60 {
  margin: 60px !important;
}

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

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

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

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

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

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

.u_m-65 {
  margin: 65px !important;
}

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

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

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

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

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

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

.u_m-70 {
  margin: 70px !important;
}

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

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

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

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

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

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

.u_m-75 {
  margin: 75px !important;
}

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

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

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

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

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

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

.u_m-80 {
  margin: 80px !important;
}

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

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

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

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

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

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

.u_m-85 {
  margin: 85px !important;
}

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

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

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

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

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

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

.u_m-90 {
  margin: 90px !important;
}

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

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

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

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

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

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

.u_m-95 {
  margin: 95px !important;
}

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

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

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

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

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

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

.u_m-100 {
  margin: 100px !important;
}

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

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

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

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

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

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

.u_p-0 {
  padding: 0px !important;
}

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

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

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

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

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

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

.u_p-5 {
  padding: 5px !important;
}

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

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

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

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

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

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

.u_p-10 {
  padding: 10px !important;
}

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

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

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

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

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

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

.u_p-15 {
  padding: 15px !important;
}

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

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

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

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

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

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

.u_p-20 {
  padding: 20px !important;
}

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

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

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

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

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

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

.u_p-25 {
  padding: 25px !important;
}

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

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

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

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

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

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

.u_p-30 {
  padding: 30px !important;
}

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

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

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

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

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

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

.u_p-35 {
  padding: 35px !important;
}

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

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

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

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

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

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

.u_p-40 {
  padding: 40px !important;
}

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

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

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

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

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

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

.u_p-45 {
  padding: 45px !important;
}

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

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

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

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

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

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

.u_p-50 {
  padding: 50px !important;
}

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

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

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

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

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

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

.u_p-55 {
  padding: 55px !important;
}

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

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

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

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

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

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

.u_p-60 {
  padding: 60px !important;
}

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

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

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

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

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

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

.u_p-65 {
  padding: 65px !important;
}

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

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

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

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

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

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

.u_p-70 {
  padding: 70px !important;
}

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

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

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

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

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

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

.u_p-75 {
  padding: 75px !important;
}

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

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

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

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

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

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

.u_p-80 {
  padding: 80px !important;
}

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

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

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

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

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

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

.u_p-85 {
  padding: 85px !important;
}

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

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

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

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

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

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

.u_p-90 {
  padding: 90px !important;
}

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

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

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

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

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

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

.u_p-95 {
  padding: 95px !important;
}

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

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

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

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

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

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

.u_p-100 {
  padding: 100px !important;
}

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

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

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

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

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

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

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

.u_pos-absolute {
  position: absolute !important;
}

.u_post-static {
  position: static !important;
}

.u_sr {
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0);
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  position: absolute !important;
}

.u_t-text {
  color: #000 !important;
}

.u_t-text-link {
  color: #1347b1 !important;
}

.u_t-text-link-hover {
  color: #1347b1 !important;
}

.u_t-text-link-visited {
  color: #1347b1 !important;
}

.u_t-white {
  color: #fff !important;
}

.u_t-black {
  color: #000 !important;
}

.u_t-blue {
  color: #004c9f !important;
}

.u_t-red {
  color: #ff2600 !important;
}

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

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

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

.u_t-just {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u_t-small {
  font-size: small !important;
}

.u_t-medium {
  font-size: medium !important;
}

.u_t-smaller {
  font-size: smaller !important;
}

.u_t-larger {
  font-size: larger !important;
}

.u_t-underline {
  text-decoration: underline !important;
}

.u_va-baseline {
  vertical-align: baseline !important;
}

.u_va-top {
  vertical-align: top !important;
}

.u_va-middle {
  vertical-align: middle !important;
}

.u_va-bottom {
  vertical-align: bottom !important;
}

.u_va-text-bottom {
  vertical-align: text-bottom !important;
}

.u_va-text-top {
  vertical-align: text-top !important;
}

.u_vis-visible {
  visibility: visible !important;
}

.u_vis-hidden {
  visibility: hidden !important;
}

.u_wrap-wrap {
  white-space: normal !important;
}

.u_wrap-nowrap {
  white-space: nowrap !important;
}

.u_wrap-break-all {
  word-break: break-all !important;
}