/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/assets/sass/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/*
basestyle
*/
body {
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  display: flex;
  flex-direction: column;
  min-width: 1200px;
  min-height: 100vh;
  padding-top: 85px;
  overflow-x: auto;
  background: #F8F8F8;
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

address {
  font-style: normal;
}

button {
  touch-action: manipulation;
}

.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.l-header__container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 30px 15px 20px;
}

.l-header__logo {
  width: 167px;
}

.l-header__nav {
  margin-left: auto;
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.l-header__nav-item {
  line-height: 1;
}
.l-header__nav-item a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.l-header__nav-item a .icon {
  width: 16px;
  vertical-align: middle;
}

.l-footer {
  margin-top: auto;
}

.l-footer__container {
  display: flex;
  width: 100%;
}

.l-footer__copy {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  background: #5D5D5D;
  color: #fff;
  font-size: 0.9375rem;
}

.l-footer__page-top {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: #166C99;
}
.l-footer__page-top::after {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 7.5px 14px 7.5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
}

.l-main__container {
  width: calc(100% - 320px);
  margin-left: auto;
}

.l-main__content {
  flex: 1;
  max-width: 1560px;
  margin: auto;
  padding: 30px 30px;
}

.l-main__content-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.l-sidenav {
  z-index: 9;
  position: fixed;
  top: 66px;
  left: 0;
  width: 320px;
  height: calc(100% - 66px);
  background: #166C99;
  color: #fff;
}

.l-sidenav__header {
  padding: 20px;
}

.l-sidenav__user {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
}
.l-sidenav__user::before {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url(../img/icon_user_circle.svg) no-repeat center center/contain;
  content: "";
}

.l-sidenav__link-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  color: #166C99;
  font-weight: 700;
}
.l-sidenav__link-button::after {
  display: block;
  width: 14px;
  height: 9px;
  background: url(../img/arrow_right.svg) no-repeat center center/contain;
  content: "";
}

.l-sidenav__item {
  position: relative;
  background: #125375;
  transition: background 0.3s ease-out;
}
.l-sidenav__item::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: transparent;
  content: "";
  pointer-events: none;
  transition: background 0.3s ease-out;
}
.l-sidenav__item a {
  display: flex;
  position: relative;
  align-items: center;
  padding: 15px 20px;
}
.l-sidenav__item a::before {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  content: "";
}
.l-sidenav__item:nth-child(1) a::before {
  background: url(../img/nav_icon01.svg) no-repeat center center/contain;
}
.l-sidenav__item:nth-child(2) a::before {
  background: url(../img/nav_icon02.svg) no-repeat center center/contain;
}
.l-sidenav__item:nth-child(3) a::before {
  background: url(../img/nav_icon03.svg) no-repeat center center/contain;
}
.l-sidenav__item:nth-child(4) a::before {
  background: url(../img/nav_icon04.svg) no-repeat center center/contain;
}
.l-sidenav__item:nth-child(5) a::before {
  background: url(../img/nav_icon05.svg) no-repeat center center/contain;
}
.l-sidenav__item:nth-child(6) a::before {
  background: url(../img/nav_icon06.svg) no-repeat center center/contain;
}
.l-sidenav__item.is-current, .l-sidenav__item:hover, .l-sidenav__item:focus {
  background: #1D85BB;
}
.l-sidenav__item.is-current::after, .l-sidenav__item:hover::after, .l-sidenav__item:focus::after {
  background: #fff;
}

.l-common-box {
  margin-top: 20px;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
}

.l-common-box__inner {
  padding: 30px 20px;
}

.l-modal {
  visibility: hidden;
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.l-modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.l-modal__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 50px;
  background: rgba(0, 0, 0, 0.2);
}

.l-modal__container {
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.l-modal__title {
  color: #1C77A8;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.033em;
  text-align: center;
}
.l-modal__title--danger {
  color: #E81D1D;
}

.l-modal__text {
  margin-top: 40px;
  letter-spacing: 0.033em;
  text-align: center;
}

.l-modal__buttons {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}

.l-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.l-modal__button--primary {
  background: #1C77A8;
}
.l-modal__button--secondary {
  background: #5D5D5D;
}
.l-modal__button--cancel {
  background: #B2B2B2;
}
.l-modal__button--danger {
  background: #E81D1D;
}

input, select {
  outline-color: #0055fc;
}

.c-text-box {
  width: 100%;
  max-width: 350px;
  height: 30px;
  padding: 0.25em 0.5em;
  border: 1px solid #D9D9D9;
  background: #fff;
  font-size: 1rem;
}
.c-text-box.is-no-border {
  border: none;
  outline: none;
}
.c-text-box--small {
  max-width: 130px;
}
.c-text-box--wide {
  max-width: 450px;
}
.c-text-box--extra-wide {
  max-width: 550px;
}

.c-select-box {
  display: inline-block;
  position: relative;
}
.c-select-box::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 6px 5px 0 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.c-select-box select {
  height: 30px;
  padding: 0 35px 0 10px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  background: #fff;
}

.c-radio-button label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}
.c-radio-button .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  border-radius: 50%;
}
.c-radio-button .dot::after {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #007EE5;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.c-radio-button input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.c-radio-button input:focus + label .dot {
  outline: auto;
  outline-color: #0055fc;
  outline-offset: 3px;
}
.c-radio-button input:checked + label .dot::after {
  opacity: 1;
}

.c-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}
.c-checkbox .check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
}
.c-checkbox .check::after {
  display: block;
  width: 12px;
  height: 8px;
  background: url(../img/icon_checkmark.svg) no-repeat center top/contain;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.c-checkbox input {
  position: absolute;
  opacity: 0;
}
.c-checkbox input:focus + label .check {
  outline: auto;
  outline-color: #0055fc;
  outline-offset: 3px;
}
.c-checkbox input:checked + label .check::after {
  opacity: 1;
}

.c-password-box {
  position: relative;
  max-width: 300px;
}
.c-password-box .c-text-box {
  padding-right: 36px;
}
.c-password-box.is-confirm {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 15px;
  font-size: 0.875rem;
}
.c-password-box.is-confirm::before {
  content: attr(data-value);
  opacity: 0;
}
.c-password-box.is-confirm .c-text-box {
  position: absolute;
  left: 0;
  width: initial;
  width: 100%;
  padding: 0;
  font-size: 0.875rem;
}
.c-password-box.is-confirm .c-password-box__button {
  z-index: 2;
  position: relative;
  top: 0;
  right: 0;
  transform: translate(0, 0);
}

.c-password-box__button {
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  align-items: center;
  width: 16px;
  transform: translateY(-50%);
}

.c-textarea {
  width: 100%;
  max-width: 300px;
  padding: 0.25em 0.5em;
  overflow-y: auto;
  border: 1px solid #D9D9D9;
  line-height: 1.7;
  resize: none;
}
.c-textarea--wide {
  max-width: 450px;
}
.c-textarea--extra-wide {
  max-width: 550px;
}

.c-category-form {
  display: flex;
  gap: 15px;
}
.c-category-form .c-select-box select {
  height: 45px;
  padding-left: 20px;
  border: none;
  border-radius: 0;
}
.c-category-form .c-text-box {
  max-width: 420px;
  height: 45px;
  padding: 10px 20px;
  border: none;
}

.c-drop-area {
  display: flex;
  align-items: center;
  max-width: 500px;
  padding: 30px 10px;
  border: 1px dashed #D9D9D9;
  color: #575757;
  font-weight: 400;
  font-size: 0.875rem;
}
.c-drop-area:has(input:focus) {
  outline: auto;
  outline-color: #0055fc;
  outline-offset: 2px;
}
.c-drop-area input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.c-drop-area label {
  margin-left: 1em;
  color: #1C77A8;
  font-size: 0.875rem;
  text-decoration: underline;
}

.c-button-group {
  display: flex;
}

.c-button-group--justify-center {
  justify-content: center;
}

.c-button-group--justify-end {
  justify-content: end;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 45px;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.033em;
  text-indent: 0.033em;
}

.c-button--inline {
  display: inline-flex;
  width: auto;
  min-width: 135px;
  padding: 0 20px;
  border-radius: 0;
  font-weight: 600;
  font-size: 15px;
}

.c-button--inline-large {
  display: inline-flex;
  width: auto;
  min-width: 135px;
  height: 50px;
  padding: 0 35px;
  border-radius: 0;
  font-weight: 600;
}

.c-button--primary {
  background: #1C77A8;
}

.c-button--secondary {
  background: #7B7B7B;
}

.c-button--tertiary {
  background: #E67614;
}

.c-button--danger {
  background: #E81D1D;
}

.c-button--outline-primary {
  border: 1px solid #166C99;
  background: #fff;
  color: #166C99;
}

.c-button--reset {
  width: 150px;
  height: 42px;
  border: 1px solid #ECECEC;
  border-radius: 0;
  background: #F8F8F8;
  color: #000;
  font-size: 0.875rem;
}

.c-button--address {
  display: inline-flex;
  width: auto;
  height: 24px;
  padding: 0 14px;
  background: #7B7B7B;
  font-size: 0.875rem;
  letter-spacing: 0;
  text-indent: 0;
}

.c-add-button {
  color: #1E90FF;
  font-size: 0.875rem;
}

.c-page-title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
.c-page-title span {
  font-weight: 400;
  font-size: 1.125rem;
}

.c-section-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.c-breadcrumb {
  display: flex;
  font-size: 0.8125rem;
  line-height: 2.2307692308;
  letter-spacing: 0.05em;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  margin: 0 5px;
  content: ">";
  font-size: 0.75rem;
}
.c-breadcrumb__item .inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-breadcrumb__item .inner .icon {
  width: 14px;
}
.c-breadcrumb__item a {
  color: #166C99;
}

.c-table {
  width: 100%;
}
.c-table th, .c-table td {
  padding: 10px 10px;
  font-size: 0.875rem;
}
.c-table tbody tr:nth-child(odd) {
  background: #ECECEC;
}
.c-table tbody td span {
  color: #A5A5A5;
}
.c-table .note {
  color: #707070;
  font-size: 0.875rem;
}

.c-table__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.c-table__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  padding: 5px 10px;
  font-size: 0.8125rem;
  line-height: 1;
}
.c-table__button--edit {
  background: #7B7B7B;
  color: #fff;
}
.c-table__button--delete {
  border: 1px solid #7B7B7B;
  background: #fff;
  color: #7B7B7B;
}

.c-table__link-button {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 14px;
  border-radius: 5px;
  background: #7B7B7B;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}

.c-table__link {
  color: #1C77A8;
  text-decoration: underline;
}

.c-table__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.c-table__info-result {
  font-size: 0.875rem;
}

.c-left-heading-tabel {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.c-left-heading-tabel .c-left-heading-tabel th {
  width: 100px;
}
.c-left-heading-tabel .c-left-heading-tabel th.bg {
  background: #D9D9D9;
}
.c-left-heading-tabel .c-left-heading-tabel td {
  font-size: 0.875rem;
}
.c-left-heading-tabel .c-left-heading-tabel td.bg {
  background: #ECECEC;
}
.c-left-heading-tabel th, .c-left-heading-tabel td {
  padding: 10px;
  border: 1px solid #ECECEC;
  vertical-align: middle;
}
.c-left-heading-tabel th {
  width: 220px;
}
.c-left-heading-tabel .row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-left-heading-tabel .c-password-box {
  min-width: 300px;
}
.c-left-heading-tabel .c-text-box--small {
  width: 130px;
}
.c-left-heading-tabel .note {
  color: #707070;
  font-size: 0.875rem;
}
.c-left-heading-tabel .meisai-button {
  color: #1E90FF;
}

.c-switch-buttons {
  display: flex;
}
.c-switch-buttons span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 30px;
  background: #ECECEC;
  color: #7b7b7b;
}

.c-switch-button:nth-child(1) span {
  border-radius: 5px 0 0 5px;
}
.c-switch-button:nth-child(2) span {
  border-radius: 0 5px 5px 0;
}
.c-switch-button input[type=radio] {
  display: none;
}
.c-switch-button input[type=radio]:checked + span {
  background: #1E90FF;
  color: #fff;
}

.c-category-tabel {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.c-category-tabel thead th {
  padding: 10px;
  border: 1px solid #D9D9D9;
}
.c-category-tabel tbody tr.bg {
  background: #ECECEC;
}
.c-category-tabel tbody td {
  padding: 15px 10px;
  border: 1px solid #D9D9D9;
}
.c-category-tabel tbody .num {
  font-weight: 700;
  font-size: 0.8125rem;
}
.c-category-tabel tbody .dot {
  flex-shrink: 0;
  margin-right: 10px;
  color: #9A9A9A;
}

/*　ニューステーブル */
.c-news-table {
  width: 100%;
}
.c-news-table tr:nth-child(odd) {
  background: #ECECEC;
}
.c-news-table td {
  padding: 20px;
}
.c-news-table td:first-child {
  width: 120px;
}
.c-news-table td a {
  color: #1C77A8;
  text-decoration: underline;
}
.c-news-table .date {
  white-space: nowrap;
}

.c-pager {
  display: flex;
  align-items: center;
  gap: 5px;
}

.c-pager__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 30px;
  border: 1px solid #ECECEC;
}
.c-pager__button img {
  width: 4px;
}
.c-pager__button--first img {
  width: 8px;
}
.c-pager__button--last img {
  width: 8px;
}

.c-pager__current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 0.875rem;
}

.c-label-text {
  display: flex;
  align-items: center;
  max-width: 745px;
  min-height: 33px;
  padding: 0 15px;
  background: #ECECEC;
  font-weight: 700;
  font-size: 0.9375rem;
}

.p-home__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}
.p-home__container .l-common-box {
  flex-grow: 1;
  min-width: 600px;
  max-width: 770px;
  margin-top: 0;
}

.p-home-info {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  max-width: 660px;
  gap: 10px 20px;
}

.p-home-info__column {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  min-width: 210px;
  padding: 10px 20px;
  gap: 20px;
  border: 1px solid #166C99;
  background: #fff;
}

.p-home-info__column-textArea {
  text-align: right;
  white-space: nowrap;
}
.p-home-info__column-textArea p {
  font-weight: 700;
  font-size: 1rem;
}
.p-home-info__column-textArea span {
  color: #166C99;
  font-weight: 700;
  font-size: 3.125rem;
}

.p-login .c-text-box {
  max-width: 335px;
}
.p-login .c-password-box {
  max-width: 335px;
}
.p-login .c-text-box--large {
  display: block;
  max-width: 400px;
  min-height: 50px;
  border-radius: 5px;
}

.p-login__container {
  width: min(94%, 640px);
  margin: auto;
  padding-top: 120px;
}
.p-login__container--wide {
  width: min(94%, 1000px);
}
.p-login__container--wide .p-login__content {
  border-radius: 0;
}

.p-login__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}

.p-login__content {
  display: flex;
  justify-content: center;
  padding: 50px;
  border: 1px solid #ECECEC;
  border-radius: 17px;
  background: #fff;
}

.p-login__group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.p-login__group dt {
  width: 100px;
  font-weight: 400;
  font-size: 1rem;
}
.p-login__group dd {
  width: 340px;
}
.p-login__group dd .c-text-box {
  height: 40px;
}

.p-login__text {
  font-size: 0.875rem;
  text-align: center;
}
.p-login__text a {
  color: #007EE5;
  text-decoration: underline;
}

.p-login__button {
  margin: 50px auto 0;
  background: #1C77A8;
}

/* パスワード再発行 */
.p-login-password-rest-form .c-text-box {
  display: block;
  max-width: 400px;
  min-height: 50px;
  margin: auto;
}
.p-login-password-rest-form .c-button {
  width: 300px;
  min-height: 60px;
  font-weight: 700;
}

/* 新パスワード */
.p-login-password-new-form .c-text-box {
  width: 340px;
  height: 50px;
  border-radius: 5px;
}
.p-login-password-new-form .c-button {
  width: 340px;
  min-height: 60px;
  font-weight: 700;
}

/* プランページ */
.p-plan-info {
  display: flex;
  font-weight: 700;
  font-size: 1.125rem;
}
.p-plan-info dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 50px;
  border: 1px solid #D9D9D9;
  background: #F2F5F6;
}
.p-plan-info dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
  border: 1px solid #D9D9D9;
  background: #fff;
}

/* アカウント設定　カラータイプ変更 */
.color-type{
  width: 72px;
  height: 72px;
  margin-top: 5px;
}

.color-red{
  background-color: #D20000;
}
.color-blue{
  background-color: #166C99;
}
.color-green{
  background-color: #187D29;
}
.color-orange{
  background-color: #E66B0C;
}


/*  font and text class */
.u-italic {
  font-style: italic;
}

.u-small-caps {
  font-variant: small-caps;
}

.u-bold {
  font-weight: bold;
}

.u-xx-small {
  font-size: 60%;
}

.u-x-small {
  font-size: 75%;
}

.u-small {
  font-size: 88.88%;
}

.u-large {
  font-size: 120%;
}

.u-x-large {
  font-size: 150%;
}

.u-xx-large {
  font-size: 200%;
}

.u-lh-100 {
  line-height: 1;
}

.u-lh-125 {
  line-height: 1.25;
}

.u-lh-150 {
  line-height: 1.5;
}

.u-lh-175 {
  line-height: 1.75;
}

.u-lh-200 {
  line-height: 2;
}

.u-overline {
  text-decoration: overline;
}

.u-underline {
  text-decoration: underline;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-v-align-top {
  vertical-align: top !important;
}

.u-v-align-middle {
  vertical-align: middle !important;
}

.u-v-align-bottom {
  vertical-align: bottom !important;
}

/*  layout class */
.u-indent {
  text-indent: 1em;
}

.u-indent-back {
  padding-left: 1em;
  text-indent: -1em;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-wbr {
  display: inline-block;
  white-space: nowrap;
}

.u-nowrap {
  white-space: nowrap;
}

.u-no-leter-spaceing {
  letter-spacing: 0;
}

.u-pointer {
  cursor: pointer;
}

@media (min-width: 520px) {
  .u-sp-only {
    display: none;
  }
}

.u-sp-more {
  display: none;
}
@media (min-width: 520px) {
  .u-sp-more {
    display: block;
  }
}

.u-tb-only {
  display: block;
}
@media (min-width: 769px) {
  .u-tb-only {
    display: none;
  }
}

.u-tb-more {
  display: none;
}
@media (min-width: 769px) {
  .u-tb-more {
    display: block;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 1140px) {
  .u-pc-only {
    display: block;
  }
}

.u-pc-less {
  display: block;
}
@media (min-width: 1140px) {
  .u-pc-less {
    display: none;
  }
}

.u-d-flex {
  display: flex !important;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-end {
  justify-content: flex-end !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-justify-around {
  justify-content: space-around !important;
}

.u-align-start {
  align-items: flex-start !important;
}

.u-align-center {
  align-items: center !important;
}

.u-align-end {
  align-items: flex-end !important;
}

.u-align-self-start {
  align-self: flex-start !important;
}

.u-align-self-center {
  align-self: center !important;
}

.u-align-self-end {
  align-self: flex-end !important;
}

.u-gap-0 {
  gap: 0px !important;
}

.u-row-gap-0 {
  row-gap: 0px !important;
}

.u-column-gap-0 {
  column-gap: 0px !important;
}

.u-gap-5 {
  gap: 5px !important;
}

.u-row-gap-5 {
  row-gap: 5px !important;
}

.u-column-gap-5 {
  column-gap: 5px !important;
}

.u-gap-10 {
  gap: 10px !important;
}

.u-row-gap-10 {
  row-gap: 10px !important;
}

.u-column-gap-10 {
  column-gap: 10px !important;
}

.u-gap-15 {
  gap: 15px !important;
}

.u-row-gap-15 {
  row-gap: 15px !important;
}

.u-column-gap-15 {
  column-gap: 15px !important;
}

.u-gap-20 {
  gap: 20px !important;
}

.u-row-gap-20 {
  row-gap: 20px !important;
}

.u-column-gap-20 {
  column-gap: 20px !important;
}

.u-gap-25 {
  gap: 25px !important;
}

.u-row-gap-25 {
  row-gap: 25px !important;
}

.u-column-gap-25 {
  column-gap: 25px !important;
}

.u-gap-30 {
  gap: 30px !important;
}

.u-row-gap-30 {
  row-gap: 30px !important;
}

.u-column-gap-30 {
  column-gap: 30px !important;
}

.u-gap-35 {
  gap: 35px !important;
}

.u-row-gap-35 {
  row-gap: 35px !important;
}

.u-column-gap-35 {
  column-gap: 35px !important;
}

.u-gap-40 {
  gap: 40px !important;
}

.u-row-gap-40 {
  row-gap: 40px !important;
}

.u-column-gap-40 {
  column-gap: 40px !important;
}

.u-gap-45 {
  gap: 45px !important;
}

.u-row-gap-45 {
  row-gap: 45px !important;
}

.u-column-gap-45 {
  column-gap: 45px !important;
}

.u-gap-50 {
  gap: 50px !important;
}

.u-row-gap-50 {
  row-gap: 50px !important;
}

.u-column-gap-50 {
  column-gap: 50px !important;
}

.u-gap-55 {
  gap: 55px !important;
}

.u-row-gap-55 {
  row-gap: 55px !important;
}

.u-column-gap-55 {
  column-gap: 55px !important;
}

.u-gap-60 {
  gap: 60px !important;
}

.u-row-gap-60 {
  row-gap: 60px !important;
}

.u-column-gap-60 {
  column-gap: 60px !important;
}

.u-gap-65 {
  gap: 65px !important;
}

.u-row-gap-65 {
  row-gap: 65px !important;
}

.u-column-gap-65 {
  column-gap: 65px !important;
}

.u-gap-70 {
  gap: 70px !important;
}

.u-row-gap-70 {
  row-gap: 70px !important;
}

.u-column-gap-70 {
  column-gap: 70px !important;
}

.u-gap-75 {
  gap: 75px !important;
}

.u-row-gap-75 {
  row-gap: 75px !important;
}

.u-column-gap-75 {
  column-gap: 75px !important;
}

.u-gap-80 {
  gap: 80px !important;
}

.u-row-gap-80 {
  row-gap: 80px !important;
}

.u-column-gap-80 {
  column-gap: 80px !important;
}

.u-gap-85 {
  gap: 85px !important;
}

.u-row-gap-85 {
  row-gap: 85px !important;
}

.u-column-gap-85 {
  column-gap: 85px !important;
}

.u-gap-90 {
  gap: 90px !important;
}

.u-row-gap-90 {
  row-gap: 90px !important;
}

.u-column-gap-90 {
  column-gap: 90px !important;
}

.u-gap-95 {
  gap: 95px !important;
}

.u-row-gap-95 {
  row-gap: 95px !important;
}

.u-column-gap-95 {
  column-gap: 95px !important;
}

.u-gap-100 {
  gap: 100px !important;
}

.u-row-gap-100 {
  row-gap: 100px !important;
}

.u-column-gap-100 {
  column-gap: 100px !important;
}

.u-gap-105 {
  gap: 105px !important;
}

.u-row-gap-105 {
  row-gap: 105px !important;
}

.u-column-gap-105 {
  column-gap: 105px !important;
}

.u-gap-110 {
  gap: 110px !important;
}

.u-row-gap-110 {
  row-gap: 110px !important;
}

.u-column-gap-110 {
  column-gap: 110px !important;
}

.u-gap-115 {
  gap: 115px !important;
}

.u-row-gap-115 {
  row-gap: 115px !important;
}

.u-column-gap-115 {
  column-gap: 115px !important;
}

.u-gap-120 {
  gap: 120px !important;
}

.u-row-gap-120 {
  row-gap: 120px !important;
}

.u-column-gap-120 {
  column-gap: 120px !important;
}

.u-gap-125 {
  gap: 125px !important;
}

.u-row-gap-125 {
  row-gap: 125px !important;
}

.u-column-gap-125 {
  column-gap: 125px !important;
}

.u-gap-130 {
  gap: 130px !important;
}

.u-row-gap-130 {
  row-gap: 130px !important;
}

.u-column-gap-130 {
  column-gap: 130px !important;
}

.u-gap-135 {
  gap: 135px !important;
}

.u-row-gap-135 {
  row-gap: 135px !important;
}

.u-column-gap-135 {
  column-gap: 135px !important;
}

.u-gap-140 {
  gap: 140px !important;
}

.u-row-gap-140 {
  row-gap: 140px !important;
}

.u-column-gap-140 {
  column-gap: 140px !important;
}

.u-gap-145 {
  gap: 145px !important;
}

.u-row-gap-145 {
  row-gap: 145px !important;
}

.u-column-gap-145 {
  column-gap: 145px !important;
}

.u-gap-150 {
  gap: 150px !important;
}

.u-row-gap-150 {
  row-gap: 150px !important;
}

.u-column-gap-150 {
  column-gap: 150px !important;
}

.u-gap-155 {
  gap: 155px !important;
}

.u-row-gap-155 {
  row-gap: 155px !important;
}

.u-column-gap-155 {
  column-gap: 155px !important;
}

.u-gap-160 {
  gap: 160px !important;
}

.u-row-gap-160 {
  row-gap: 160px !important;
}

.u-column-gap-160 {
  column-gap: 160px !important;
}

.u-gap-165 {
  gap: 165px !important;
}

.u-row-gap-165 {
  row-gap: 165px !important;
}

.u-column-gap-165 {
  column-gap: 165px !important;
}

.u-gap-170 {
  gap: 170px !important;
}

.u-row-gap-170 {
  row-gap: 170px !important;
}

.u-column-gap-170 {
  column-gap: 170px !important;
}

.u-gap-175 {
  gap: 175px !important;
}

.u-row-gap-175 {
  row-gap: 175px !important;
}

.u-column-gap-175 {
  column-gap: 175px !important;
}

.u-gap-180 {
  gap: 180px !important;
}

.u-row-gap-180 {
  row-gap: 180px !important;
}

.u-column-gap-180 {
  column-gap: 180px !important;
}

.u-gap-185 {
  gap: 185px !important;
}

.u-row-gap-185 {
  row-gap: 185px !important;
}

.u-column-gap-185 {
  column-gap: 185px !important;
}

.u-gap-190 {
  gap: 190px !important;
}

.u-row-gap-190 {
  row-gap: 190px !important;
}

.u-column-gap-190 {
  column-gap: 190px !important;
}

.u-gap-195 {
  gap: 195px !important;
}

.u-row-gap-195 {
  row-gap: 195px !important;
}

.u-column-gap-195 {
  column-gap: 195px !important;
}

.u-gap-200 {
  gap: 200px !important;
}

.u-row-gap-200 {
  row-gap: 200px !important;
}

.u-column-gap-200 {
  column-gap: 200px !important;
}

.u-m-auto {
  margin: auto;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

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

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

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

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

.u-m-0 {
  margin: 0px !important;
}

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

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

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

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

.u-m-5 {
  margin: 5px !important;
}

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

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

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

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

.u-m-10 {
  margin: 10px !important;
}

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

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

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

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

.u-m-15 {
  margin: 15px !important;
}

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

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

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

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

.u-m-20 {
  margin: 20px !important;
}

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

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

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

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

.u-m-25 {
  margin: 25px !important;
}

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

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

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

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

.u-m-30 {
  margin: 30px !important;
}

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

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

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

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

.u-m-35 {
  margin: 35px !important;
}

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

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

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

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

.u-m-40 {
  margin: 40px !important;
}

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

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

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

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

.u-m-45 {
  margin: 45px !important;
}

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

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

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

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

.u-m-50 {
  margin: 50px !important;
}

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

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

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

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

.u-m-55 {
  margin: 55px !important;
}

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

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

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

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

.u-m-60 {
  margin: 60px !important;
}

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

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

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

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

.u-m-65 {
  margin: 65px !important;
}

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

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

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

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

.u-m-70 {
  margin: 70px !important;
}

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

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

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

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

.u-m-75 {
  margin: 75px !important;
}

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

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

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

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

.u-m-80 {
  margin: 80px !important;
}

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

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

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

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

.u-m-85 {
  margin: 85px !important;
}

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

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

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

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

.u-m-90 {
  margin: 90px !important;
}

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

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

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

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

.u-m-95 {
  margin: 95px !important;
}

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

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

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

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

.u-m-100 {
  margin: 100px !important;
}

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

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

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

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

.u-m-105 {
  margin: 105px !important;
}

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

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

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

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

.u-m-110 {
  margin: 110px !important;
}

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

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

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

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

.u-m-115 {
  margin: 115px !important;
}

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

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

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

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

.u-m-120 {
  margin: 120px !important;
}

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

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

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

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

.u-m-125 {
  margin: 125px !important;
}

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

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

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

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

.u-m-130 {
  margin: 130px !important;
}

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

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

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

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

.u-m-135 {
  margin: 135px !important;
}

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

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

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

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

.u-m-140 {
  margin: 140px !important;
}

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

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

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

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

.u-m-145 {
  margin: 145px !important;
}

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

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

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

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

.u-m-150 {
  margin: 150px !important;
}

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

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

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

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

.u-m-155 {
  margin: 155px !important;
}

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

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

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

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

.u-m-160 {
  margin: 160px !important;
}

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

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

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

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

.u-m-165 {
  margin: 165px !important;
}

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

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

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

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

.u-m-170 {
  margin: 170px !important;
}

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

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

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

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

.u-m-175 {
  margin: 175px !important;
}

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

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

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

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

.u-m-180 {
  margin: 180px !important;
}

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

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

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

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

.u-m-185 {
  margin: 185px !important;
}

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

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

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

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

.u-m-190 {
  margin: 190px !important;
}

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

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

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

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

.u-m-195 {
  margin: 195px !important;
}

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

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

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

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

.u-m-200 {
  margin: 200px !important;
}

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

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

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

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

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

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

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

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

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

.u-p-5 {
  padding: 5px !important;
}

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

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

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

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

.u-p-10 {
  padding: 10px !important;
}

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

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

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

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

.u-p-15 {
  padding: 15px !important;
}

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

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

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

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

.u-p-20 {
  padding: 20px !important;
}

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

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

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

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

.u-p-25 {
  padding: 25px !important;
}

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

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

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

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

.u-p-30 {
  padding: 30px !important;
}

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

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

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

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

.u-p-35 {
  padding: 35px !important;
}

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

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

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

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

.u-p-40 {
  padding: 40px !important;
}

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

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

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

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

.u-p-45 {
  padding: 45px !important;
}

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

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

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

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

.u-p-50 {
  padding: 50px !important;
}

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

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

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

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

.u-p-55 {
  padding: 55px !important;
}

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

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

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

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

.u-p-60 {
  padding: 60px !important;
}

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

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

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

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

.u-p-65 {
  padding: 65px !important;
}

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

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

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

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

.u-p-70 {
  padding: 70px !important;
}

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

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

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

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

.u-p-75 {
  padding: 75px !important;
}

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

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

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

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

.u-p-80 {
  padding: 80px !important;
}

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

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

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

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

.u-p-85 {
  padding: 85px !important;
}

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

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

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

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

.u-p-90 {
  padding: 90px !important;
}

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

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

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

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

.u-p-95 {
  padding: 95px !important;
}

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

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

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

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

.u-p-100 {
  padding: 100px !important;
}

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

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

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

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

.u-p-105 {
  padding: 105px !important;
}

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

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

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

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

.u-p-110 {
  padding: 110px !important;
}

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

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

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

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

.u-p-115 {
  padding: 115px !important;
}

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

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

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

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

.u-p-120 {
  padding: 120px !important;
}

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

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

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

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

.u-p-125 {
  padding: 125px !important;
}

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

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

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

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

.u-p-130 {
  padding: 130px !important;
}

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

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

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

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

.u-p-135 {
  padding: 135px !important;
}

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

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

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

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

.u-p-140 {
  padding: 140px !important;
}

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

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

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

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

.u-p-145 {
  padding: 145px !important;
}

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

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

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

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

.u-p-150 {
  padding: 150px !important;
}

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

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

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

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

.u-p-155 {
  padding: 155px !important;
}

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

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

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

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

.u-p-160 {
  padding: 160px !important;
}

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

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

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

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

.u-p-165 {
  padding: 165px !important;
}

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

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

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

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

.u-p-170 {
  padding: 170px !important;
}

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

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

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

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

.u-p-175 {
  padding: 175px !important;
}

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

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

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

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

.u-p-180 {
  padding: 180px !important;
}

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

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

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

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

.u-p-185 {
  padding: 185px !important;
}

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

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

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

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

.u-p-190 {
  padding: 190px !important;
}

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

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

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

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

.u-p-195 {
  padding: 195px !important;
}

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

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

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

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

.u-p-200 {
  padding: 200px !important;
}

.u-width-1-per {
  width: 1% !important;
}

.u-width-2-per {
  width: 2% !important;
}

.u-width-3-per {
  width: 3% !important;
}

.u-width-4-per {
  width: 4% !important;
}

.u-width-5-per {
  width: 5% !important;
}

.u-width-6-per {
  width: 6% !important;
}

.u-width-7-per {
  width: 7% !important;
}

.u-width-8-per {
  width: 8% !important;
}

.u-width-9-per {
  width: 9% !important;
}

.u-width-10-per {
  width: 10% !important;
}

.u-width-11-per {
  width: 11% !important;
}

.u-width-12-per {
  width: 12% !important;
}

.u-width-13-per {
  width: 13% !important;
}

.u-width-14-per {
  width: 14% !important;
}

.u-width-15-per {
  width: 15% !important;
}

.u-width-16-per {
  width: 16% !important;
}

.u-width-17-per {
  width: 17% !important;
}

.u-width-18-per {
  width: 18% !important;
}

.u-width-19-per {
  width: 19% !important;
}

.u-width-20-per {
  width: 20% !important;
}

.u-width-21-per {
  width: 21% !important;
}

.u-width-22-per {
  width: 22% !important;
}

.u-width-23-per {
  width: 23% !important;
}

.u-width-24-per {
  width: 24% !important;
}

.u-width-25-per {
  width: 25% !important;
}

.u-width-26-per {
  width: 26% !important;
}

.u-width-27-per {
  width: 27% !important;
}

.u-width-28-per {
  width: 28% !important;
}

.u-width-29-per {
  width: 29% !important;
}

.u-width-30-per {
  width: 30% !important;
}

.u-width-31-per {
  width: 31% !important;
}

.u-width-32-per {
  width: 32% !important;
}

.u-width-33-per {
  width: 33% !important;
}

.u-width-34-per {
  width: 34% !important;
}

.u-width-35-per {
  width: 35% !important;
}

.u-width-36-per {
  width: 36% !important;
}

.u-width-37-per {
  width: 37% !important;
}

.u-width-38-per {
  width: 38% !important;
}

.u-width-39-per {
  width: 39% !important;
}

.u-width-40-per {
  width: 40% !important;
}

.u-width-41-per {
  width: 41% !important;
}

.u-width-42-per {
  width: 42% !important;
}

.u-width-43-per {
  width: 43% !important;
}

.u-width-44-per {
  width: 44% !important;
}

.u-width-45-per {
  width: 45% !important;
}

.u-width-46-per {
  width: 46% !important;
}

.u-width-47-per {
  width: 47% !important;
}

.u-width-48-per {
  width: 48% !important;
}

.u-width-49-per {
  width: 49% !important;
}

.u-width-50-per {
  width: 50% !important;
}

.u-width-51-per {
  width: 51% !important;
}

.u-width-52-per {
  width: 52% !important;
}

.u-width-53-per {
  width: 53% !important;
}

.u-width-54-per {
  width: 54% !important;
}

.u-width-55-per {
  width: 55% !important;
}

.u-width-56-per {
  width: 56% !important;
}

.u-width-57-per {
  width: 57% !important;
}

.u-width-58-per {
  width: 58% !important;
}

.u-width-59-per {
  width: 59% !important;
}

.u-width-60-per {
  width: 60% !important;
}

.u-width-61-per {
  width: 61% !important;
}

.u-width-62-per {
  width: 62% !important;
}

.u-width-63-per {
  width: 63% !important;
}

.u-width-64-per {
  width: 64% !important;
}

.u-width-65-per {
  width: 65% !important;
}

.u-width-66-per {
  width: 66% !important;
}

.u-width-67-per {
  width: 67% !important;
}

.u-width-68-per {
  width: 68% !important;
}

.u-width-69-per {
  width: 69% !important;
}

.u-width-70-per {
  width: 70% !important;
}

.u-width-71-per {
  width: 71% !important;
}

.u-width-72-per {
  width: 72% !important;
}

.u-width-73-per {
  width: 73% !important;
}

.u-width-74-per {
  width: 74% !important;
}

.u-width-75-per {
  width: 75% !important;
}

.u-width-76-per {
  width: 76% !important;
}

.u-width-77-per {
  width: 77% !important;
}

.u-width-78-per {
  width: 78% !important;
}

.u-width-79-per {
  width: 79% !important;
}

.u-width-80-per {
  width: 80% !important;
}

.u-width-81-per {
  width: 81% !important;
}

.u-width-82-per {
  width: 82% !important;
}

.u-width-83-per {
  width: 83% !important;
}

.u-width-84-per {
  width: 84% !important;
}

.u-width-85-per {
  width: 85% !important;
}

.u-width-86-per {
  width: 86% !important;
}

.u-width-87-per {
  width: 87% !important;
}

.u-width-88-per {
  width: 88% !important;
}

.u-width-89-per {
  width: 89% !important;
}

.u-width-90-per {
  width: 90% !important;
}

.u-width-91-per {
  width: 91% !important;
}

.u-width-92-per {
  width: 92% !important;
}

.u-width-93-per {
  width: 93% !important;
}

.u-width-94-per {
  width: 94% !important;
}

.u-width-95-per {
  width: 95% !important;
}

.u-width-96-per {
  width: 96% !important;
}

.u-width-97-per {
  width: 97% !important;
}

.u-width-98-per {
  width: 98% !important;
}

.u-width-99-per {
  width: 99% !important;
}

.u-width-100-per {
  width: 100% !important;
}

.u-width-10 {
  width: 10px !important;
}

.u-width-20 {
  width: 20px !important;
}

.u-width-30 {
  width: 30px !important;
}

.u-width-40 {
  width: 40px !important;
}

.u-width-50 {
  width: 50px !important;
}

.u-width-60 {
  width: 60px !important;
}

.u-width-70 {
  width: 70px !important;
}

.u-width-80 {
  width: 80px !important;
}

.u-width-90 {
  width: 90px !important;
}

.u-width-100 {
  width: 100px !important;
}

.u-width-110 {
  width: 110px !important;
}

.u-width-120 {
  width: 120px !important;
}

.u-width-130 {
  width: 130px !important;
}

.u-width-140 {
  width: 140px !important;
}

.u-width-150 {
  width: 150px !important;
}

.u-width-160 {
  width: 160px !important;
}

.u-width-170 {
  width: 170px !important;
}

.u-width-180 {
  width: 180px !important;
}

.u-width-190 {
  width: 190px !important;
}

.u-width-200 {
  width: 200px !important;
}

.u-width-210 {
  width: 210px !important;
}

.u-width-220 {
  width: 220px !important;
}

.u-width-230 {
  width: 230px !important;
}

.u-width-240 {
  width: 240px !important;
}

.u-width-250 {
  width: 250px !important;
}

.u-width-260 {
  width: 260px !important;
}

.u-width-270 {
  width: 270px !important;
}

.u-width-280 {
  width: 280px !important;
}

.u-width-290 {
  width: 290px !important;
}

.u-width-300 {
  width: 300px !important;
}

.u-width-310 {
  width: 310px !important;
}

.u-width-320 {
  width: 320px !important;
}

.u-width-330 {
  width: 330px !important;
}

.u-width-340 {
  width: 340px !important;
}

.u-width-350 {
  width: 350px !important;
}

.u-width-360 {
  width: 360px !important;
}

.u-width-370 {
  width: 370px !important;
}

.u-width-380 {
  width: 380px !important;
}

.u-width-390 {
  width: 390px !important;
}

.u-width-400 {
  width: 400px !important;
}

.u-width-410 {
  width: 410px !important;
}

.u-width-420 {
  width: 420px !important;
}

.u-width-430 {
  width: 430px !important;
}

.u-width-440 {
  width: 440px !important;
}

.u-width-450 {
  width: 450px !important;
}

.u-width-460 {
  width: 460px !important;
}

.u-width-470 {
  width: 470px !important;
}

.u-width-480 {
  width: 480px !important;
}

.u-width-490 {
  width: 490px !important;
}

.u-width-500 {
  width: 500px !important;
}

.u-width-510 {
  width: 510px !important;
}

.u-width-520 {
  width: 520px !important;
}

.u-width-530 {
  width: 530px !important;
}

.u-width-540 {
  width: 540px !important;
}

.u-width-550 {
  width: 550px !important;
}

.u-width-560 {
  width: 560px !important;
}

.u-width-570 {
  width: 570px !important;
}

.u-width-580 {
  width: 580px !important;
}

.u-width-590 {
  width: 590px !important;
}

.u-width-600 {
  width: 600px !important;
}

.u-width-610 {
  width: 610px !important;
}

.u-width-620 {
  width: 620px !important;
}

.u-width-630 {
  width: 630px !important;
}

.u-width-640 {
  width: 640px !important;
}

.u-width-650 {
  width: 650px !important;
}

.u-width-660 {
  width: 660px !important;
}

.u-width-670 {
  width: 670px !important;
}

.u-width-680 {
  width: 680px !important;
}

.u-width-690 {
  width: 690px !important;
}

.u-width-700 {
  width: 700px !important;
}

.u-width-710 {
  width: 710px !important;
}

.u-width-720 {
  width: 720px !important;
}

.u-width-730 {
  width: 730px !important;
}

.u-width-740 {
  width: 740px !important;
}

.u-width-750 {
  width: 750px !important;
}

.u-width-760 {
  width: 760px !important;
}

.u-width-770 {
  width: 770px !important;
}

.u-width-780 {
  width: 780px !important;
}

.u-width-790 {
  width: 790px !important;
}

.u-width-800 {
  width: 800px !important;
}

.u-width-810 {
  width: 810px !important;
}

.u-width-820 {
  width: 820px !important;
}

.u-width-830 {
  width: 830px !important;
}

.u-width-840 {
  width: 840px !important;
}

.u-width-850 {
  width: 850px !important;
}

.u-width-860 {
  width: 860px !important;
}

.u-width-870 {
  width: 870px !important;
}

.u-width-880 {
  width: 880px !important;
}

.u-width-890 {
  width: 890px !important;
}

.u-width-900 {
  width: 900px !important;
}

.u-width-910 {
  width: 910px !important;
}

.u-width-920 {
  width: 920px !important;
}

.u-width-930 {
  width: 930px !important;
}

.u-width-940 {
  width: 940px !important;
}

.u-width-950 {
  width: 950px !important;
}

.u-width-960 {
  width: 960px !important;
}

.u-width-970 {
  width: 970px !important;
}

.u-width-980 {
  width: 980px !important;
}

.u-width-990 {
  width: 990px !important;
}

.u-width-1000 {
  width: 1000px !important;
}

.u-width-1em {
  width: 1em !important;
}

.u-width-2em {
  width: 2em !important;
}

.u-width-3em {
  width: 3em !important;
}

.u-width-4em {
  width: 4em !important;
}

.u-width-5em {
  width: 5em !important;
}

.u-width-6em {
  width: 6em !important;
}

.u-width-7em {
  width: 7em !important;
}

.u-width-8em {
  width: 8em !important;
}

.u-width-9em {
  width: 9em !important;
}

.u-width-10em {
  width: 10em !important;
}

.u-width-11em {
  width: 11em !important;
}

.u-width-12em {
  width: 12em !important;
}

.u-width-13em {
  width: 13em !important;
}

.u-width-14em {
  width: 14em !important;
}

.u-width-15em {
  width: 15em !important;
}

.u-width-16em {
  width: 16em !important;
}

.u-width-17em {
  width: 17em !important;
}

.u-width-18em {
  width: 18em !important;
}

.u-width-19em {
  width: 19em !important;
}

.u-width-20em {
  width: 20em !important;
}

.u-width-21em {
  width: 21em !important;
}

.u-width-22em {
  width: 22em !important;
}

.u-width-23em {
  width: 23em !important;
}

.u-width-24em {
  width: 24em !important;
}

.u-width-25em {
  width: 25em !important;
}

.u-width-26em {
  width: 26em !important;
}

.u-width-27em {
  width: 27em !important;
}

.u-width-28em {
  width: 28em !important;
}

.u-width-29em {
  width: 29em !important;
}

.u-width-30em {
  width: 30em !important;
}

.u-width-31em {
  width: 31em !important;
}

.u-width-32em {
  width: 32em !important;
}

.u-width-33em {
  width: 33em !important;
}

.u-width-34em {
  width: 34em !important;
}

.u-width-35em {
  width: 35em !important;
}

.u-width-36em {
  width: 36em !important;
}

.u-width-37em {
  width: 37em !important;
}

.u-width-38em {
  width: 38em !important;
}

.u-width-39em {
  width: 39em !important;
}

.u-width-40em {
  width: 40em !important;
}

.u-width-41em {
  width: 41em !important;
}

.u-width-42em {
  width: 42em !important;
}

.u-width-43em {
  width: 43em !important;
}

.u-width-44em {
  width: 44em !important;
}

.u-width-45em {
  width: 45em !important;
}

.u-width-46em {
  width: 46em !important;
}

.u-width-47em {
  width: 47em !important;
}

.u-width-48em {
  width: 48em !important;
}

.u-width-49em {
  width: 49em !important;
}

.u-width-50em {
  width: 50em !important;
}

.u-width-51em {
  width: 51em !important;
}

.u-width-52em {
  width: 52em !important;
}

.u-width-53em {
  width: 53em !important;
}

.u-width-54em {
  width: 54em !important;
}

.u-width-55em {
  width: 55em !important;
}

.u-width-56em {
  width: 56em !important;
}

.u-width-57em {
  width: 57em !important;
}

.u-width-58em {
  width: 58em !important;
}

.u-width-59em {
  width: 59em !important;
}

.u-width-60em {
  width: 60em !important;
}

.u-width-61em {
  width: 61em !important;
}

.u-width-62em {
  width: 62em !important;
}

.u-width-63em {
  width: 63em !important;
}

.u-width-64em {
  width: 64em !important;
}

.u-width-65em {
  width: 65em !important;
}

.u-width-66em {
  width: 66em !important;
}

.u-width-67em {
  width: 67em !important;
}

.u-width-68em {
  width: 68em !important;
}

.u-width-69em {
  width: 69em !important;
}

.u-width-70em {
  width: 70em !important;
}

.u-width-71em {
  width: 71em !important;
}

.u-width-72em {
  width: 72em !important;
}

.u-width-73em {
  width: 73em !important;
}

.u-width-74em {
  width: 74em !important;
}

.u-width-75em {
  width: 75em !important;
}

.u-width-76em {
  width: 76em !important;
}

.u-width-77em {
  width: 77em !important;
}

.u-width-78em {
  width: 78em !important;
}

.u-width-79em {
  width: 79em !important;
}

.u-width-80em {
  width: 80em !important;
}

.u-width-81em {
  width: 81em !important;
}

.u-width-82em {
  width: 82em !important;
}

.u-width-83em {
  width: 83em !important;
}

.u-width-84em {
  width: 84em !important;
}

.u-width-85em {
  width: 85em !important;
}

.u-width-86em {
  width: 86em !important;
}

.u-width-87em {
  width: 87em !important;
}

.u-width-88em {
  width: 88em !important;
}

.u-width-89em {
  width: 89em !important;
}

.u-width-90em {
  width: 90em !important;
}

.u-width-91em {
  width: 91em !important;
}

.u-width-92em {
  width: 92em !important;
}

.u-width-93em {
  width: 93em !important;
}

.u-width-94em {
  width: 94em !important;
}

.u-width-95em {
  width: 95em !important;
}

.u-width-96em {
  width: 96em !important;
}

.u-width-97em {
  width: 97em !important;
}

.u-width-98em {
  width: 98em !important;
}

.u-width-99em {
  width: 99em !important;
}

.u-width-100em {
  width: 100em !important;
}

.u-max-width-10 {
  max-width: 10px !important;
}

.u-max-width-20 {
  max-width: 20px !important;
}

.u-max-width-30 {
  max-width: 30px !important;
}

.u-max-width-40 {
  max-width: 40px !important;
}

.u-max-width-50 {
  max-width: 50px !important;
}

.u-max-width-60 {
  max-width: 60px !important;
}

.u-max-width-70 {
  max-width: 70px !important;
}

.u-max-width-80 {
  max-width: 80px !important;
}

.u-max-width-90 {
  max-width: 90px !important;
}

.u-max-width-100 {
  max-width: 100px !important;
}

.u-max-width-110 {
  max-width: 110px !important;
}

.u-max-width-120 {
  max-width: 120px !important;
}

.u-max-width-130 {
  max-width: 130px !important;
}

.u-max-width-140 {
  max-width: 140px !important;
}

.u-max-width-150 {
  max-width: 150px !important;
}

.u-max-width-160 {
  max-width: 160px !important;
}

.u-max-width-170 {
  max-width: 170px !important;
}

.u-max-width-180 {
  max-width: 180px !important;
}

.u-max-width-190 {
  max-width: 190px !important;
}

.u-max-width-200 {
  max-width: 200px !important;
}

.u-max-width-210 {
  max-width: 210px !important;
}

.u-max-width-220 {
  max-width: 220px !important;
}

.u-max-width-230 {
  max-width: 230px !important;
}

.u-max-width-240 {
  max-width: 240px !important;
}

.u-max-width-250 {
  max-width: 250px !important;
}

.u-max-width-260 {
  max-width: 260px !important;
}

.u-max-width-270 {
  max-width: 270px !important;
}

.u-max-width-280 {
  max-width: 280px !important;
}

.u-max-width-290 {
  max-width: 290px !important;
}

.u-max-width-300 {
  max-width: 300px !important;
}

.u-max-width-310 {
  max-width: 310px !important;
}

.u-max-width-320 {
  max-width: 320px !important;
}

.u-max-width-330 {
  max-width: 330px !important;
}

.u-max-width-340 {
  max-width: 340px !important;
}

.u-max-width-350 {
  max-width: 350px !important;
}

.u-max-width-360 {
  max-width: 360px !important;
}

.u-max-width-370 {
  max-width: 370px !important;
}

.u-max-width-380 {
  max-width: 380px !important;
}

.u-max-width-390 {
  max-width: 390px !important;
}

.u-max-width-400 {
  max-width: 400px !important;
}

.u-max-width-410 {
  max-width: 410px !important;
}

.u-max-width-420 {
  max-width: 420px !important;
}

.u-max-width-430 {
  max-width: 430px !important;
}

.u-max-width-440 {
  max-width: 440px !important;
}

.u-max-width-450 {
  max-width: 450px !important;
}

.u-max-width-460 {
  max-width: 460px !important;
}

.u-max-width-470 {
  max-width: 470px !important;
}

.u-max-width-480 {
  max-width: 480px !important;
}

.u-max-width-490 {
  max-width: 490px !important;
}

.u-max-width-500 {
  max-width: 500px !important;
}

.u-max-width-510 {
  max-width: 510px !important;
}

.u-max-width-520 {
  max-width: 520px !important;
}

.u-max-width-530 {
  max-width: 530px !important;
}

.u-max-width-540 {
  max-width: 540px !important;
}

.u-max-width-550 {
  max-width: 550px !important;
}

.u-max-width-560 {
  max-width: 560px !important;
}

.u-max-width-570 {
  max-width: 570px !important;
}

.u-max-width-580 {
  max-width: 580px !important;
}

.u-max-width-590 {
  max-width: 590px !important;
}

.u-max-width-600 {
  max-width: 600px !important;
}

.u-max-width-610 {
  max-width: 610px !important;
}

.u-max-width-620 {
  max-width: 620px !important;
}

.u-max-width-630 {
  max-width: 630px !important;
}

.u-max-width-640 {
  max-width: 640px !important;
}

.u-max-width-650 {
  max-width: 650px !important;
}

.u-max-width-660 {
  max-width: 660px !important;
}

.u-max-width-670 {
  max-width: 670px !important;
}

.u-max-width-680 {
  max-width: 680px !important;
}

.u-max-width-690 {
  max-width: 690px !important;
}

.u-max-width-700 {
  max-width: 700px !important;
}

.u-max-width-710 {
  max-width: 710px !important;
}

.u-max-width-720 {
  max-width: 720px !important;
}

.u-max-width-730 {
  max-width: 730px !important;
}

.u-max-width-740 {
  max-width: 740px !important;
}

.u-max-width-750 {
  max-width: 750px !important;
}

.u-max-width-760 {
  max-width: 760px !important;
}

.u-max-width-770 {
  max-width: 770px !important;
}

.u-max-width-780 {
  max-width: 780px !important;
}

.u-max-width-790 {
  max-width: 790px !important;
}

.u-max-width-800 {
  max-width: 800px !important;
}

.u-max-width-810 {
  max-width: 810px !important;
}

.u-max-width-820 {
  max-width: 820px !important;
}

.u-max-width-830 {
  max-width: 830px !important;
}

.u-max-width-840 {
  max-width: 840px !important;
}

.u-max-width-850 {
  max-width: 850px !important;
}

.u-max-width-860 {
  max-width: 860px !important;
}

.u-max-width-870 {
  max-width: 870px !important;
}

.u-max-width-880 {
  max-width: 880px !important;
}

.u-max-width-890 {
  max-width: 890px !important;
}

.u-max-width-900 {
  max-width: 900px !important;
}

.u-max-width-910 {
  max-width: 910px !important;
}

.u-max-width-920 {
  max-width: 920px !important;
}

.u-max-width-930 {
  max-width: 930px !important;
}

.u-max-width-940 {
  max-width: 940px !important;
}

.u-max-width-950 {
  max-width: 950px !important;
}

.u-max-width-960 {
  max-width: 960px !important;
}

.u-max-width-970 {
  max-width: 970px !important;
}

.u-max-width-980 {
  max-width: 980px !important;
}

.u-max-width-990 {
  max-width: 990px !important;
}

.u-max-width-1000 {
  max-width: 1000px !important;
}

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

/*# sourceMappingURL=main.css.map*/