@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");
@-ms-viewport {
  width: device-width;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -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-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html, body {
  width: 100%;
  min-height: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

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

* {
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #4f4f46;
  font-size: 1.6rem;
  font-family: 'Meiryo UI', 'Yu Gothic UI' , 'MS UI Gothic' ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  margin: 0;
  position: relative;
  background: #eee;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

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

p {
  line-height: 2;
  font-size: inherit;
}

p small {
  font-size: 1.2rem;
}

p a {
  color: inherit;
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
  word-break: break-all;
}

strong {
  font-weight: bold;
}

td a {
  text-decoration: underline;
}

hr {
  height: 1px;
  background-color: #000;
  border: none;
  margin: 20px 0;
}

.disnone {
  display: none;
}

.list-inline > li {
  display: inline-block;
}

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

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

table.d-inline-block, table.d-block {
  display: table !important;
}

table th.d-inline-block, table th.d-block, table td.d-inline-block, table td.d-block {
  display: table-cell !important;
}

.u-bg-gray {
  background: #455055;
}

.l-container {
  position: relative;
  width: 1920px;
  height: 1080px;
  overflow: auto;
  padding-left: 84px;
}

.l-container-menu {
  background: url("../img/bg_menu.jpg") no-repeat center center;
  background-size: cover;
}

.l-side {
  width: 84px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.l-side-logo {
  padding: 5px 10px;
  text-align: center;
}

.l-side-inner {
  height: 100%;
}

.l-header {
  position: absolute;
  left: 84px;
  top: 0;
  width: calc(100% - 84px);
  height: 39px;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.l-header-title {
  width: 150px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.l-header-title:hover {
  opacity: 0.7;
}

.l-header-menu {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-header-menu > li {
  width: 18px;
  margin: 0 10px;
}

.l-menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-content {
  padding: 43px 0 0;
  position: relative;
  height: 100%;
}

.c-anchor {
  width: 260px;
}

.c-anchor-list > li {
  margin-bottom: 3px;
}

.c-anchor-list > li a, .c-anchor-list > li span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #6583d3;
  padding: 6px 15px 4px;
  border-radius: 5px;
  cursor: pointer;
}

.c-anchor-list > li a:hover, .c-anchor-list > li span:hover {
  background: #dee3f7;
}

.c-anchor-list > li.is-active a, .c-anchor-list > li.is-active span {
  background: #dee3f7;
}

.c-anchor-list > li > ul > li a, .c-anchor-list > li > ul > li span {
  padding-left: 1.9em;
}

.c-anchor-list > li > ul > li a:hover, .c-anchor-list > li > ul > li span:hover {
  background: #f4f4f7;
}

.c-badge {
  display: block;
  content: '';
  background: #d94058;
  background-size: 100%;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  position: absolute;
  right: -5px;
  top: -5px;
  border: 2px solid #fff;
}

.c-calender {
  width: 330px;
}

.c-calender-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-calender-prev {
  width: 40px;
}

.c-calender-next {
  width: 40px;
}

.c-calender-month {
  width: calc(100% - 80px);
  text-align: center;
  font-size: 18px;
}

.c-calender-month-num {
  font-size: 26px;
}

.c-calender-button {
  border: 1px solid #d0d6da;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  color: #737f89;
  font-size: 20px;
  text-align: center;
  line-height: 1px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.c-calender-button:not(:disabled):hover {
  background: #e5eaff;
  border-color: #6583d3;
  color: #6583d3;
}

.c-calender-button:disabled {
  background: none;
  cursor: default;
  color: #737f89;
}

.c-calender-dayofweeklist, .c-calender-daylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-calender-dayofweeklist li, .c-calender-daylist li {
  width: 14.2%;
  text-align: center;
  margin: 2px 0;
  position: relative;
}

.c-calender-dayofweek, .c-calender-day {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
  z-index: 2;
}

.c-calender-dayofweek.is-notthismonth, .c-calender-day.is-notthismonth {
  color: #d0d6da;
}

.c-calender-dayofweek.is-today, .c-calender-day.is-today {
  color: #6583d3;
  font-weight: bold;
}

.c-calender-dayofweek.is-selected, .c-calender-day.is-selected {
  background: #e5eaff;
}

.c-calender-dayofweek.is-selected:hover, .c-calender-day.is-selected:hover {
  background: #e5eaff;
}

.c-calender-day:hover {
  background: #f4f4f7;
}

.c-calender-daylist li.is-progress {
  background: #e5eaff;
}

.c-calender-daylist li.is-from {
  color: #6583d3;
}

.c-calender-daylist li.is-from::after {
  display: block;
  content: '';
  background: #e5eaff;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
}

.c-calender-daylist li.is-from .is-selected {
  background: #6583d3;
  color: #fff;
}

.c-calender-daylist li.is-to {
  color: #6583d3;
}

.c-calender-daylist li.is-to::after {
  display: block;
  content: '';
  background: #e5eaff;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}

.c-calender-daylist li.is-to .is-selected {
  background: #6583d3;
  color: #fff;
}

.c-calender-double {
  border-top: 1px solid #e2e6e8;
  width: 770px;
  padding: 20px 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.c-calender-double-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-calender-double-col {
  width: 330px;
}

.c-calender-double-control {
  padding: 20px 0px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-calender-double-control-today {
  width: 200px;
}

.c-calender-double-control-button {
  width: 200px;
  text-align: right;
}

.c-calender-withtime {
  border-top: 1px solid #e2e6e8;
  width: 610px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.c-calender-withtime-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-calender-withtime-date {
  width: 375px;
  border-right: 1px solid #d0d6da;
}

.c-calender-withtime-date .c-calender {
  height: 390px;
  padding: 22px 22px 0;
}

.c-calender-withtime-time {
  width: calc(100% - 375px);
}

.c-calender-withtime-time-select {
  width: 100%;
  text-align: center;
  height: 390px;
  padding: 5px;
  overflow: auto;
}

.c-calender-withtime-time-select > li {
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.c-calender-withtime-time-select > li:hover {
  background: #e2e6e8;
}

.c-calender-withtime-time-select > li.is-selected {
  background: #e5eaff;
  color: #6583d3;
}

.c-calender-withtime-button {
  border-top: 1px solid #d0d6da;
  text-align: center;
  padding: 10px;
}

.c-calender-withtime-control {
  border-top: 1px solid #d0d6da;
  padding: 16px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-calender-withtime-control-check {
  width: 50%;
}

.c-calender-withtime-control-button {
  width: 50%;
  text-align: right;
}

.c-button {
  min-width: 50px;
  min-height: 30px;
  text-align: center;
  padding: 8px 15px;
  line-height: 1.0;
  border-radius: 3px;
  background-color: #006490;
  color: #fff;
  font-size: 14px;
}

.c-button:hover {
  opacity: 0.7;
}

.c-button.is-secondary {
  background: #fff;
  border: 1px solid #006490;
  color: #006490;
}

.c-card {
  border-radius: 6px;
  width: 300px;
  height: 220px;
  display: inline-block;
  vertical-align: middle;
  border-left: 6px solid #000;
  border-top: 1px solid #d0d6da;
  border-right: 1px solid #d0d6da;
  border-bottom: 1px solid #d0d6da;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  cursor: move;
}

.c-card:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.c-card.is-purple {
  border-left-color: #8086ff;
}

.c-card.is-purple:hover {
  border-color: #8086ff;
}

.c-card.is-red {
  border-left-color: #FE8D9C;
}

.c-card.is-red:hover {
  border-color: #FE8D9C;
}

.c-card.is-yellow {
  border-left-color: #FFCA83;
}

.c-card.is-yellow:hover {
  border-color: #FFCA83;
}

.c-card.is-green {
  border-left-color: #77C784;
}

.c-card.is-green:hover {
  border-color: #77C784;
}

.c-card.is-gray {
  border-left-color: #B4B4C6;
}

.c-card.is-gray:hover {
  border-color: #B4B4C6;
}

.c-card.is-shaken {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.c-card.is-shaken:hover {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.c-card.is-shaken.is-purple {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#DCDEFD), to(#D5D0FC)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #DCDEFD 0%, #D5D0FC 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #DCDEFD 0%, #D5D0FC 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #DCDEFD 0%, #D5D0FC 100%) 0% 0% no-repeat padding-box;
}

.c-card.is-shaken.is-red {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFDDE1), to(#F8D1D1)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #FFDDE1 0%, #F8D1D1 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #FFDDE1 0%, #F8D1D1 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFDDE1 0%, #F8D1D1 100%) 0% 0% no-repeat padding-box;
}

.c-card.is-shaken.is-yellow {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFE9CC), to(#FDD6B8)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #FFE9CC 0%, #FDD6B8 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #FFE9CC 0%, #FDD6B8 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFE9CC 0%, #FDD6B8 100%) 0% 0% no-repeat padding-box;
}

.c-card.is-shaken.is-green {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#D5EFD9), to(#C3EAC9)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #D5EFD9 0%, #C3EAC9 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #D5EFD9 0%, #C3EAC9 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #D5EFD9 0%, #C3EAC9 100%) 0% 0% no-repeat padding-box;
}

.c-card.is-shaken.is-gray {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#E3E3E8), to(#D0D1DD)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #E3E3E8 0%, #D0D1DD 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #E3E3E8 0%, #D0D1DD 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #E3E3E8 0%, #D0D1DD 100%) 0% 0% no-repeat padding-box;
}

.c-dialogs {
  display: inline-block;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 400px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.c-dialogs-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.5);
}

.c-dialogs.is-intable {
  position: absolute;
  top: 100%;
  left: 0;
}

.c-dialogs-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.c-dialogs-inner {
  padding: 40px 50px;
}

.c-dialogs-title {
  font-size: 24px;
  line-height: 1.6;
}

.c-dialogs-text {
  font-size: 16px;
  line-height: 1.8;
}

.c-form-text {
  border: 1px solid #dcdcda;
  border-radius: 4px;
  line-height: 1.0;
  padding: 5px 10px 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  background: #fff;
}

.c-form-text:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #6583d3 inset;
  box-shadow: 0px 0px 0px 1px #6583d3 inset;
  border-color: #6583d3;
  background: #FAF8DD;
}

.c-form-text:disabled {
  background: #f4f4f7;
  color: #d0d6da;
}

.c-form-text.is-error {
  -webkit-box-shadow: 0px 0px 0 1px #d94058 inset;
  box-shadow: 0px 0px 0 1px #d94058 inset;
  border-color: #d94058;
  background: #FBEBEE;
}

.c-form-calendar {
  position: relative;
}

.c-form-calendar .c-form-text {
  text-align: center;
}

.c-form-calendar-prev {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}

.c-form-calendar-prev::after {
  display: block;
  content: '';
  border-left: 1px solid #DCDCDA;
  border-top: 1px solid #DCDCDA;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.c-form-calendar-next {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
}

.c-form-calendar-next::after {
  display: block;
  content: '';
  border-right: 1px solid #DCDCDA;
  border-bottom: 1px solid #DCDCDA;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.c-form-calendar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-form-calendar-icon {
  margin-left: 5px;
  cursor: pointer;
}

.c-form-search {
  position: relative;
}

.c-form-search .c-form-text {
  padding-left: 35px;
}

.c-form-search-btn {
  display: block;
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1.0;
}

.c-form-search-btn img {
  width: 15px;
}

.c-form-textarea {
  border: 1px solid #d0d6da;
  border-radius: 5px;
  line-height: 1.6;
  padding: 10px 13px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 105px;
}

.c-form-textarea:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #6583d3 inset;
  box-shadow: 0px 0px 0px 1px #6583d3 inset;
  border-color: #6583d3;
  background: #FAF8DD;
}

.c-form-textarea:disabled {
  background: #f4f4f7;
  color: #d0d6da;
}

.c-form-textarea.is-error {
  -webkit-box-shadow: 0px 0px 0 1px #d94058 inset;
  box-shadow: 0px 0px 0 1px #d94058 inset;
  border-color: #d94058;
  background: #FBEBEE;
}

.c-form-checkbox {
  display: inline-block;
  line-height: 1;
  position: relative;
}

.c-form-checkbox label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  min-height: 24px;
  margin: 0px 0;
  padding: 4px 12px 4px 38px;
  border-radius: 4px;
  position: relative;
  vertical-align: top;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.c-form-checkbox label::before {
  display: block;
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  content: '\e90c';
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #d0d6da;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.c-form-checkbox:hover label {
  background: #f4f4f7;
}

.c-form-checkbox:hover label::before {
  color: #96a0a7;
}

.c-form-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.c-form-checkbox input:checked + label::before {
  content: '\e90d';
  color: #6583d3;
}

.c-form-checkbox input:disabled + label {
  cursor: default;
  color: #d0d6da;
}

.c-form-checkbox input:disabled + label:hover {
  color: #d0d6da;
  background: none;
}

.c-form-checkbox input:disabled + label::before {
  color: #e2e6e8;
}

.c-form-checkbox input:focus + label::after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 2px solid #6583d3;
  border-radius: 5px;
}

.c-form-checkbox.is-partially label::before {
  content: "\e932";
}

.c-form-checkbox.is-checknumber input:checked + label::before {
  display: none;
}

.c-form-checkbox.is-checknumber input:checked + label .c-form-checkbox-num {
  position: absolute;
  left: 10px;
  width: 21px;
  height: 21px;
  line-height: 22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: bold;
  color: #fff;
  background: #6583d3;
  -webkit-box-shadow: 0px 0px 0px 2px #6583d3 inset;
  box-shadow: 0px 0px 0px 2px #6583d3 inset;
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
}

.c-form-checkbox.is-checknumber.is-partially input:checked + label .c-form-checkbox-num {
  background: #fff;
  color: #6583d3;
}

.c-form-radio {
  display: inline-block;
  line-height: 1;
  position: relative;
}

.c-form-radio label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  min-height: 24px;
  margin: 0px 0;
  padding: 4px 12px 4px 38px;
  border-radius: 4px;
  position: relative;
  vertical-align: top;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.c-form-radio label::before {
  display: block;
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  content: '\e928';
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #d0d6da;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.c-form-radio:hover label {
  background: #f4f4f7;
}

.c-form-radio:hover label::before {
  color: #96a0a7;
}

.c-form-radio input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.c-form-radio input:checked + label::before {
  content: '\e929';
  color: #6583d3;
}

.c-form-radio input:disabled + label {
  cursor: default;
  color: #d0d6da;
}

.c-form-radio input:disabled + label:hover {
  color: #d0d6da;
  background: none;
}

.c-form-radio input:disabled + label::before {
  color: #e2e6e8;
}

.c-form-radio input:focus + label::after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -53%);
  -ms-transform: translate(0, -53%);
  transform: translate(0, -53%);
  border: 2px solid #6583d3;
  border-radius: 5px;
}

.c-form-separate {
  content: '';
  height: 20px;
  width: 1px;
  line-height: 1;
  display: inline-block;
  border-left: 1px solid #e2e6e8;
  vertical-align: middle;
  position: relative;
  top: 5px;
  margin: 0 10px;
}

.c-form-select {
  width: 100%;
  padding: 7px 12px 8px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #dcdcda;
  border-radius: 4px;
  line-height: 1.0;
  background: url("../img/select.svg") no-repeat right 10px top 50% #fff;
  background-size: 8px;
}

.c-form-date {
  border: 1px solid #d0d6da;
  border-radius: 5px;
  line-height: 1.0;
  font-size: 18px;
  padding: 11px 36px 10px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.c-form-date:focus, .c-form-date.is-selected {
  -webkit-box-shadow: 0px 0px 0px 1px #6583d3 inset;
  box-shadow: 0px 0px 0px 1px #6583d3 inset;
  border-color: #6583d3;
  background: #FAF8DD;
}

.c-form-date:disabled {
  background: #f4f4f7;
  color: #d0d6da;
}

.c-form-date.is-error {
  -webkit-box-shadow: 0px 0px 0 1px #d94058;
  box-shadow: 0px 0px 0 1px #d94058;
  border-color: #d94058;
  background: #FBEBEE;
}

.c-form-date-wrapper {
  display: inline-block;
  position: relative;
}

.c-form-date-wrapper::after {
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  content: '\e90a';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
  color: #96a0a7;
  line-height: 1px;
}

.c-form-date-wrapper.is-open::after {
  content: '\e90f';
  font-size: 20px;
}

.c-form-date-body {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
}

.c-form-error {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #d94058;
}

.c-form-size-max {
  width: 100%;
}

.c-form-size-480 {
  width: 480px;
}

.c-form-size-360 {
  width: 360px;
}

.c-form-size-240 {
  width: 240px;
}

.c-form-size-120 {
  width: 120px;
}

.c-form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.c-form-content-title {
  font-size: 18px;
}

.c-form-content-must {
  padding-left: 24px;
  width: 66px;
}

.c-form-content-body {
  padding-left: 24px;
}

.c-form-content.is-aligntop {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

::-webkit-input-placeholder {
  color: #96a0a7;
}

:-ms-input-placeholder {
  color: #96a0a7;
}

::-ms-input-placeholder {
  color: #96a0a7;
}

::placeholder {
  color: #96a0a7;
}

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

.c-gnav {
  height: 100%;
}

.c-gnav-wrapper {
  height: calc(100% - 37px);
  position: relative;
}

.c-gnav-list {
  position: relative;
  z-index: 10;
  background: #fff;
  height: 100%;
  padding-top: 35px;
}

.c-gnav-list > li {
  margin-bottom: 26px;
}

.c-gnav-list > li > a,
.c-gnav-list > li > span {
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  padding-top: 3px;
  border-radius: 4px;
  margin: 0 auto;
}

.c-gnav-list > li > a.is-current,
.c-gnav-list > li > span.is-current {
  background: #E7F8F6;
}

.c-gnav-list > li a:hover {
  background: #E7F8F6;
}

.c-gnav-submenu {
  position: absolute;
  left: 84px;
  top: 3px;
  width: 210px;
  height: calc(100% - 3px);
  background: #F2F2F2;
  font-size: 16px;
  z-index: 5;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.c-gnav-submenu.is-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.c-gnav-submenu-list > li {
  margin-bottom: 0px;
  font-size: 16px;
}

.c-gnav-submenu-list > li > a {
  display: block;
  padding: 20px 15px;
  color: #4F4F46;
  line-height: 1.5;
}

.c-gnav-submenu-list > li > a:hover {
  background: #fff;
}

.c-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.c-row-gutters-no {
  margin-right: 0;
  margin-left: 0;
}

.c-row-gutters-no > .c-col, .c-row-gutters-no > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.c-row-gutters-wide {
  margin-right: -20px;
  margin-left: -20px;
}

.c-row-gutters-wide > .c-col, .c-row-gutters-wide > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.c-row-gutters-slider {
  margin-right: -22px;
  margin-left: -22px;
}

.c-va-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-col-1, .c-col-2, .c-col-2-4, .c-col-3, .c-col-4, .c-col-5, .c-col-6, .c-col-7, .c-col-8, .c-col-9, .c-col-10, .c-col-11, .c-col-12, .c-col, .c-col-auto, .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12, .c-col-lg, .c-col-lg-auto, .c-col-bs-1, .c-col-bs-2, .c-col-bs-3, .c-col-bs-4, .c-col-bs-5, .c-col-bs-6, .c-col-bs-7, .c-col-bs-8, .c-col-bs-9, .c-col-bs-10, .c-col-bs-11, .c-col-bs-12, .c-col-bs, .c-col-pc-1, .c-col-pc-2, .c-col-pc-3, .c-col-pc-4, .c-col-pc-5, .c-col-pc-6, .c-col-pc-7, .c-col-pc-8, .c-col-pc-9, .c-col-pc-10, .c-col-pc-11, .c-col-pc-12, .c-col-pc, .c-col-pc-auto, .c-col-bs-auto, .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12, .c-col-md, .c-col-md-auto, .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12, .c-col-sm, .c-col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.c-col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.c-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.c-col-2-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.c-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.c-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.c-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.c-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.c-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.c-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.c-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.c-order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.c-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.c-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.c-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.c-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.c-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.c-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.c-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.c-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.c-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.c-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.c-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.c-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.c-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.c-offset-1 {
  margin-left: 8.3333333333%;
}

.c-offset-2 {
  margin-left: 16.6666666667%;
}

.c-offset-3 {
  margin-left: 25%;
}

.c-offset-4 {
  margin-left: 33.3333333333%;
}

.c-offset-5 {
  margin-left: 41.6666666667%;
}

.c-offset-6 {
  margin-left: 50%;
}

.c-offset-7 {
  margin-left: 58.3333333333%;
}

.c-offset-8 {
  margin-left: 66.6666666667%;
}

.c-offset-9 {
  margin-left: 75%;
}

.c-offset-10 {
  margin-left: 83.3333333333%;
}

.c-offset-11 {
  margin-left: 91.6666666667%;
}

.c-loading {
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-loading::after {
  display: block;
  content: '';
  background: url("../img/loading.png") no-repeat left top;
  background-size: 100%;
  width: 40px;
  height: 40px;
  -webkit-animation: rotate-anime 3s linear infinite;
  animation: rotate-anime 3s linear infinite;
}

.c-loading-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-modal {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #fff;
  width: calc(100% - 80px);
  height: auto;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  overflow: auto;
}

.c-modal-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.5);
}

.c-modal-size-m {
  max-width: 1280px;
}

.c-modal-size-l {
  max-width: 1660px;
}

.c-modal-inner {
  padding: 40px 50px;
}

.c-modal-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  cursor: pointer;
}

.c-modal-title {
  padding: 20px 60px 20px 30px;
  border-bottom: 1px solid #d0d6da;
}

.c-modal-search-block {
  padding: 0 30px;
}

.c-modal-search-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-modal-search-content-title {
  font-size: 18px;
  color: #455055;
  padding-top: 8px;
  width: 150px;
}

.c-modal-search-content-body {
  width: 100%;
}

.c-modal-search-content-body hr {
  margin: 11px 0;
}

.c-modal-search-scroll {
  height: calc(100vh - 300px);
  overflow: auto;
  padding: 24px 0;
}

.c-modal-search-scroll hr {
  margin: 24px 0;
  background-color: #e2e6e8;
}

.c-modal-bottom {
  border-top: 1px solid #e2e6e8;
  padding: 12px 32px;
  position: relative;
}

.c-modal-bottom::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.c-modal-bottom-left {
  float: left;
}

.c-modal-bottom-right {
  float: right;
}

.c-modal-bottom-select {
  display: inline-block;
}

.c-modal-bottom-select .c-form-select-label {
  border-color: #6583d3;
  color: #6583d3;
  text-align: center;
  font-weight: bold;
}

.c-modal-bottom-select .c-form-select-label .fa-icon {
  color: #6583d3;
}

.c-panel {
  border-radius: 2px;
  background: #fff;
  padding: 20px 20px 13px;
  -webkit-box-shadow: 0 0 3.7px 0 #cfd7d8;
  box-shadow: 0 0 3.7px 0 #cfd7d8;
  margin: 5px;
  font-size: 16px;
}

.c-pagenation {
  background: #455055;
  color: #fff;
}

.c-pagenation-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pagenation-num {
  font-size: 16px;
  padding: 0 10px;
}

.c-pagenation-num > b {
  font-size: 36px;
  font-weight: normal;
  vertical-align: middle;
}

.c-pagenation-display {
  font-size: 16px;
  padding: 0 10px;
}

.c-pagenation-pager {
  font-size: 16px;
  padding: 0 10px;
}

.c-pagenation-pager-button {
  border: 1px solid #737f89;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  color: #455055;
  font-size: 20px;
  text-align: center;
  line-height: 1px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
}

.c-pagenation-pager-button:not(:disabled):hover {
  opacity: 0.7;
}

.c-pagenation-pager-button:disabled {
  color: #737f89;
  border-color: #737f89;
  background: none;
  cursor: default;
}

.c-pagenation-pager-button:not(.is-disabled):active::after, .c-pagenation-pager-button:not(.is-disabled):focus::after {
  display: block;
  content: '';
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  left: -6px;
  top: -6px;
  border: 2px solid #6583d3;
  border-radius: 7px;
  z-index: 2;
}

.c-pagenation-pager-current {
  display: inline-block;
  padding: 0 5px;
}

.c-pagenation-pager-current-num {
  display: inline-block;
  font-size: 26px;
  vertical-align: middle;
}

.c-popup {
  display: none;
}

.c-popup-sidesearchcalendar {
  position: fixed;
  left: 185px;
  top: 170px;
}

.c-table {
  table-layout: fixed;
  width: 100%;
  margin: 0px 0;
  /*
  tr:hover,
  tr:nth-child(2n):hover{
    background:$color-lightyellow;
    cursor:pointer;
  }
  */
}

.c-table th {
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  padding: 2px 2px;
  border-right: 1px solid #e2e6e8;
  background: #455055;
  vertical-align: middle;
  color: #fff;
}

.c-table th.js-sort {
  cursor: pointer;
}

.c-table th.js-sort:hover {
  background: #737f89;
}

.c-table th.js-sorted {
  background: #737f89;
}

.c-table th .fa-icon {
  line-height: 1px;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 2px;
  position: relative;
  top: -1px;
}

.c-table th .fa-icon-checkoff {
  margin-right: 4px;
}

.c-table td {
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  padding: 5px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.c-table td .c-form-checkbox:hover label {
  background: none;
}

.c-table td .c-form-select-label {
  height: 100%;
  padding: 5px 5px;
}

.c-table td .c-form-select-label .fa-icon-linearrowdown {
  right: 0px;
}

.c-table td .fa-icon {
  line-height: 1px;
  vertical-align: middle;
}

.c-table td .u-text-link {
  display: inline-block;
  padding: 0 4px;
}

.c-table tr:nth-child(2n) {
  background-color: #f4f4f7;
}

.c-table tr.c-table-row-stop {
  background-image: -webkit-linear-gradient(135deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%);
  background-image: -o-linear-gradient(135deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%);
  background-image: linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%);
  background-size: 6px 6px;
}

.c-table tr.c-table-row-stop:nth-child(2n) {
  background-color: #d0d6da;
}

.c-table tr.is-selected {
  background: #e5eaff;
}

.c-table tr.is-selected td {
  border-top: 1px solid #6583d3;
  border-bottom: 1px solid #6583d3;
}

.c-table tr.is-selected td:first-child {
  border-left: 1px solid #6583d3;
}

.c-table tr.is-selected td:last-child {
  border-right: 1px solid #6583d3;
}

.c-table-cell-01 {
  width: 80px;
}

.c-table-cell-02 {
  width: 90px;
}

.c-table-cell-03 {
  width: 87px;
}

.c-table-cell-04 {
  width: 110px;
}

.c-table-cell-05 {
  width: 80px;
}

.c-table-cell-06 {
  width: 95px;
}

.c-table-cell-07 {
  width: 110px;
}

.c-table-cell-08 {
  width: auto;
}

.c-table-cell-09 {
  width: 134px;
}

.c-table-cell-10 {
  width: 176px;
}

.c-table-cell-11 {
  width: 129px;
}

.c-table-cell-12 {
  width: 127px;
}

.c-table-cell-13 {
  width: 128px;
}

.c-table-cell-14 {
  width: 128px;
}

.c-table-cell-15 {
  width: 128px;
}

.c-table-cell-16 {
  width: 128px;
}

.c-table-cell-17 {
  width: 128px;
}

.c-table-cell-18 {
  width: 100%;
}

.c-table .c-form-checkbox {
  display: inline-block;
  vertical-align: middle;
}

.c-table .c-form-checkbox label {
  padding: 0px 0px 0px 26px;
}

.c-table .c-form-checkbox label::before {
  left: 0;
}

.c-table .c-form-checkbox input + label::after,
.c-table .c-form-checkbox input:checked + label::after {
  left: -2px;
}

.c-table .c-form-checkbox:hover label {
  background: #737f89;
}

.c-table-select {
  width: 74px;
  float: left;
  margin-bottom: 8px;
}

.c-table-button {
  width: 74px;
  float: left;
}

.c-table-button-wrapper {
  padding: 0 4px;
}

.c-table-button-wrapper::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.c-table-button-add {
  cursor: pointer;
  color: #96a0a7;
  text-align: center;
  height: 100%;
  line-height: 70px;
  border: 2px solid transparent;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.c-table-button-add:hover {
  border-color: #6583d3;
  background: #e5eaff;
}

.c-table-status-icon {
  width: 32px;
  float: right;
  border-radius: 4px;
  border: 1px solid #d0d6da;
  background: #fff;
  text-align: center;
  padding: 0px 0;
  line-height: 1.4;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
  position: relative;
}

.c-table-status-icon:hover {
  border-color: #6583d3;
  background: #f4f4f7;
}

.c-table-status-icon .fa-icon {
  color: #455055;
  font-size: 22px;
  line-height: 1px;
  vertical-align: middle;
}

.c-table-status-icon .fa-icon.is-off {
  color: #d0d6da;
}

.c-table-status-icon .fa-icon-time {
  font-size: 19px;
}

.c-table-mechanic-list {
  width: 45px;
  text-align: center;
  float: left;
  margin-left: 7px;
}

.c-table-mechanic-list li {
  background: #d0d6da;
  border: 1px solid #d0d6da;
  font-size: 13px;
  border-radius: 3px;
  margin-bottom: 4px;
  line-height: 1.0;
  padding: 3px 0 2px;
}

.c-table-mechanic-list li:last-child {
  margin-bottom: 0;
}

.c-table-time {
  border: 1px solid #d0d6da;
  font-size: 15px;
  padding: 9px 4px;
  border-radius: 4px;
  line-height: 1.6;
  background: #fff;
  cursor: pointer;
}

.c-table-time:hover {
  border: 1px solid #6583d3;
  -webkit-box-shadow: 0px 0px 2px #6583d3 inset;
  box-shadow: 0px 0px 2px #6583d3 inset;
}

.c-table-time-wrapper {
  position: relative;
}

.c-table-time-body {
  display: none;
}

.c-table-cartypeselect-wrapper {
  position: relative;
}

.c-table-cartypeselect-body {
  display: none;
  position: absolute;
  left: 0;
  top: 105%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  color: #000;
  padding: 20px;
  z-index: 10;
  border-radius: 4px;
}

.c-table-cartypeselect-body-list > li {
  margin-top: 5px;
}

.c-tabs-wrapper {
  font-size: 0px;
}

.c-tabs-list {
  display: inline-block;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #d0d6da;
  border-radius: 4px;
  font-size: 0px;
}

.c-tabs-list > li {
  display: inline-block;
  border-left: 1px solid #96a0a7;
}

.c-tabs-list > li > span,
.c-tabs-list > li > a,
.c-tabs-list > li > button {
  display: block;
  font-size: 18px;
  padding: 11px 0px 9px;
  background: #fff;
  width: 160px;
  text-align: center;
  line-height: 1.0;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
}

.c-tabs-list > li > span:hover,
.c-tabs-list > li > a:hover,
.c-tabs-list > li > button:hover {
  background: #f4f4f7;
}

.c-tabs-list > li > span:active::after,
.c-tabs-list > li > a:active::after,
.c-tabs-list > li > button:active::after {
  display: block;
  content: '';
  border: 3px solid #6583d3;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 2;
}

.c-tabs-list > li > span:not(.is-disabled):active::after, .c-tabs-list > li > span:not(.is-disabled):focus::after,
.c-tabs-list > li > a:not(.is-disabled):active::after,
.c-tabs-list > li > a:not(.is-disabled):focus::after,
.c-tabs-list > li > button:not(.is-disabled):active::after,
.c-tabs-list > li > button:not(.is-disabled):focus::after {
  display: block;
  content: '';
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  left: -6px;
  top: -6px;
  border: 2px solid #6583d3;
  border-radius: 7px;
  z-index: 2;
}

.c-tabs-list > li:first-child {
  border-left: none;
  border-radius: 4px 0 0 4px;
}

.c-tabs-list > li:first-child > span, .c-tabs-list > li:first-child > a, .c-tabs-list > li:first-child > button {
  border-radius: 4px 0 0 4px;
}

.c-tabs-list > li:first-child > span:active::after,
.c-tabs-list > li:first-child > a:active::after,
.c-tabs-list > li:first-child > button:active::after {
  border-radius: 7px 0 0 7px;
}

.c-tabs-list > li:last-child {
  border-radius: 0 4px 4px 0;
}

.c-tabs-list > li:last-child > span, .c-tabs-list > li:last-child > a, .c-tabs-list > li:last-child > button {
  border-radius: 0 4px 4px 0;
}

.c-tabs-list > li:last-child > span:active::after,
.c-tabs-list > li:last-child > a:active::after,
.c-tabs-list > li:last-child > button:active::after {
  border-radius: 0 7px 7px 0;
}

.c-tabs-list > li.is-active > span, .c-tabs-list > li.is-active > a, .c-tabs-list > li.is-active > button {
  background: #e5eaff;
  color: #6583d3;
}

.c-tabs-list > li.is-disabled > span, .c-tabs-list > li.is-disabled > a, .c-tabs-list > li.is-disabled > button {
  background: #fff;
  color: #d0d6da;
  cursor: not-allowed;
}

.c-tabs-list.is-s > li > span,
.c-tabs-list.is-s > li > a,
.c-tabs-list.is-s > li > button {
  width: 78px;
}

.c-tabs-list.is-switch > li > span,
.c-tabs-list.is-switch > li > a,
.c-tabs-list.is-switch > li > button {
  width: 78px;
}

.c-tabs-list.is-switch > li > span:not(:disabled):hover,
.c-tabs-list.is-switch > li > a:not(:disabled):hover,
.c-tabs-list.is-switch > li > button:not(:disabled):hover {
  background: #e5eaff;
}

.c-tabs-list.is-switch > li.is-start > span, .c-tabs-list.is-switch > li.is-start > a, .c-tabs-list.is-switch > li.is-start > button {
  background: #6583d3;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 0px 1px #6583d3;
  box-shadow: 0px 0px 0px 1px #6583d3;
}

.c-tabs-list.is-switch > li.is-start > span:not(:disabled):hover, .c-tabs-list.is-switch > li.is-start > a:not(:disabled):hover, .c-tabs-list.is-switch > li.is-start > button:not(:disabled):hover {
  background: #6583d3;
}

.c-tabs-list.is-switch > li.is-active > span, .c-tabs-list.is-switch > li.is-active > a, .c-tabs-list.is-switch > li.is-active > button {
  background: #fff;
  color: #6583d3;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 0px 1px #6583d3;
  box-shadow: 0px 0px 0px 1px #6583d3;
}

.c-tabs-list.is-switch > li.is-active > span:not(:disabled):hover, .c-tabs-list.is-switch > li.is-active > a:not(:disabled):hover, .c-tabs-list.is-switch > li.is-active > button:not(:disabled):hover {
  background: #fff;
}

.c-tabs-list.is-switch > li.is-finish > span, .c-tabs-list.is-switch > li.is-finish > a, .c-tabs-list.is-switch > li.is-finish > button {
  background: #00b141;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 0px 1px #00b141;
  box-shadow: 0px 0px 0px 1px #00b141;
}

.c-tabs-list.is-switch > li.is-finish > span:not(:disabled):hover, .c-tabs-list.is-switch > li.is-finish > a:not(:disabled):hover, .c-tabs-list.is-switch > li.is-finish > button:not(:disabled):hover {
  background: #00e554;
}

.c-tabs-list.is-switch > li.is-finish > span .fa-icon-circlecheck, .c-tabs-list.is-switch > li.is-finish > a .fa-icon-circlecheck, .c-tabs-list.is-switch > li.is-finish > button .fa-icon-circlecheck {
  line-height: 1px;
  font-size: 24px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.c-tabs-list.is-switch > li.is-disabled span, .c-tabs-list.is-switch > li.is-disabled a, .c-tabs-list.is-switch > li.is-disabled button {
  background: #f4f4f7;
  color: #96a0a7;
  cursor: not-allowed;
}

.c-tabs-list + .c-tabs-list {
  margin-left: 16px;
}

.c-title-page {
  font-size: 6rem;
}

.c-title-article {
  font-size: 5rem;
}

.c-title-section {
  font-size: 4rem;
}

.c-title-block {
  font-size: 3rem;
}

.c-title-paragraph {
  font-size: 2rem;
}

.c-title-small {
  font-size: 1rem;
}

.c-toast {
  color: #fff;
  border-radius: 4px;
  background: #aaa;
  display: inline-block;
  line-height: 1.7;
  padding: 16px 50px 16px 44px;
  position: relative;
  font-size: 16px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 70%;
  overflow: hidden;
}

.c-toast-success {
  background: #00b141;
}

.c-toast-warning {
  color: #000;
  background: #FDD23A;
}

.c-toast-error {
  background: #d94058;
}

.c-toast-info {
  background: #000;
  padding-left: 16px;
}

.c-toast .fa-icon {
  line-height: 1px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  position: absolute;
  left: 12px;
  top: 28px;
}

.c-toast .fa-icon-close {
  margin: 0 0 0 0px;
  font-size: 26px;
  cursor: pointer;
  left: auto;
  right: 12px;
  top: 29px;
}

.c-tooltips {
  line-height: 1.0;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  display: inline-block;
  padding: 8px 12px 6px;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 5;
  white-space: nowrap;
}

.c-tooltips.is-top {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -120%);
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
}

.c-tooltips.is-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 120%);
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
}

.c-tooltips.is-lefttop {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -120%);
  -ms-transform: translate(0, -120%);
  transform: translate(0, -120%);
}

.c-tooltips.is-righttop {
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -120%);
  -ms-transform: translate(0, -120%);
  transform: translate(0, -120%);
}

.c-tooltips-wrapper {
  display: inline-block;
  position: relative;
}

.c-topmenu {
  width: 1330px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-topmenu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-topmenu-list > li {
  margin-bottom: 20px;
}

.c-topmenu-list > li > a {
  display: block;
  width: 250px;
  height: 250px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #006490;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}

.c-topmenu-list > li > a:not(.is-disabled):hover .c-topmenu-list-image {
  background: rgba(221, 245, 242, 0.7);
}

.c-topmenu-list > li > a.is-disabled {
  background: rgba(237, 237, 237, 0.8);
  cursor: default;
}

.c-topmenu-list-image {
  width: 140px;
  height: 140px;
  border-radius: 2px;
  padding: 20px;
  margin: 0 auto;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.c-topmenu-list-text {
  height: 90px;
  position: relative;
}

.c-topmenu-list-text p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1.5;
  width: 90%;
}

.c-allocation-panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 5px;
}

.c-allocation-panel-title {
  font-size: 16px;
  line-height: 1.0;
  margin-bottom: 12px;
}

.c-allocation-fav {
  width: 480px;
}

.c-allocation-fav-table {
  width: 100%;
}

.c-allocation-fav-table thead th {
  font-size: 12px;
  padding: 7px;
  font-weight: normal;
}

.c-allocation-fav-table tbody td {
  font-size: 14px;
  vertical-align: middle;
  padding: 7px;
  border-bottom: 1px solid #f0f0ef;
}

.c-allocation-fav-table tbody tr:nth-child(2n+1) {
  background: #eef7f7;
}

.c-allocation-graph1 {
  width: 650px;
}

.c-allocation-graph2 {
  width: 665px;
}

.c-allocation-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-allocation-tab-title {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 16px;
}

.c-allocation-tab-item {
  width: 50%;
  padding-top: 35px;
  position: relative;
}

.c-allocation-tab-item-body {
  border-radius: 2px 2px 0 0;
  background: #eef7f7;
  padding: 20px 20px 13px;
  -webkit-box-shadow: 0px 0 3.7px 0 #cfd7d8;
  box-shadow: 0px 0 3.7px 0 #cfd7d8;
  font-size: 16px;
}

.c-allocation-tab-item.is-active {
  padding-top: 0;
  z-index: 2;
}

.c-allocation-tab-item.is-active .c-allocation-tab-item-body {
  background: #fff;
}

.c-allocation-tab-item.is-active::after {
  display: block;
  content: '';
  background: #fff;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.c-allocation-tab .condition-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.c-allocation-tab .condition-list-detail {
  display: none;
  position: absolute;
  left: -30px;
  top: 20px;
  background: #fff;
  border: 1px solid #DCDCDA;
  padding: 20px;
  z-index: 5;
}

.c-allocation-tab .condition-list-detail.is-active {
  display: block;
}

.c-allocation-tab .condition-list-detail-inner {
  height: 180px;
  overflow: auto;
  padding-right: 10px;
  min-width: 180px;
}

.c-allocation-tab .condition-list-detail-inner > ul > li {
  font-size: 16px;
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 15px;
  cursor: pointer;
}

.c-allocation-tab .condition-list-detail-inner > ul > li:hover {
  opacity: 0.7;
}

.c-allocation-tab .condition-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
}

.c-allocation-tab .condition-list dt {
  font-weight: normal;
}

.c-allocation-tab .condition-list dd {
  margin-left: 5px;
  margin-right: 10px;
  position: relative;
}

.c-allocation-tab .condition-list dd button {
  color: #006490;
  text-decoration: underline;
}

.c-allocation-tab .condition-list dd button:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-allocation-tab .condition-input table thead th {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.0;
  padding-bottom: 2px;
}

.c-allocation-tab .condition-input table tbody td {
  vertical-align: middle;
  padding-right: 10px;
}

.c-allocation-tab .onlyfav {
  width: 88px;
  height: 30px;
  padding: 0 0 0;
  text-align: center;
  border-radius: 20px;
  border: solid 1px #006490;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.0;
  color: #006490;
}

.c-allocation-tab .onlyfav:hover {
  opacity: 0.7;
}

.c-allocation-tab .onlyfav img {
  width: 12px;
  vertical-align: middle;
  margin-right: 2px;
  line-height: 1.0;
  position: relative;
  top: -1px;
}

.c-allocation-datalist {
  width: 100%;
  padding: 5px 10px 0 5px;
}

.c-allocation-content-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 0 3.7px 0 #cfd7d8;
  box-shadow: 0px 0 3.7px 0 #cfd7d8;
  padding: 20px;
}

.c-allocation-content-head {
  margin-bottom: 15px;
}

.c-allocation-content-head .title {
  display: inline;
}

.c-allocation-content-head .num {
  display: inline;
  margin-left: 20px;
}

.c-allocation-content-head .num b {
  font-size: 20px;
  font-weight: normal;
  margin: 0 5px;
}

.c-allocation-data {
  overflow: auto;
  height: 500px;
}

.c-allocation-data-table {
  width: 100%;
  font-size: 14px;
}

.c-allocation-data-table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}

.c-allocation-data-table th {
  font-weight: normal;
  text-align: left;
  padding: 5px 10px;
  vertical-align: middle;
}

.c-allocation-data-table .th-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-allocation-data-table .th-title-wrapper {
  position: relative;
}

.c-allocation-data-table .th-title-wrapper .filter-detail {
  display: none;
  position: absolute;
  left: 0px;
  top: 25px;
  background: #fff;
  border: 1px solid #DCDCDA;
  padding: 20px;
  z-index: 5;
}

.c-allocation-data-table .th-title-wrapper .filter-detail.is-active {
  display: block;
}

.c-allocation-data-table .th-title-wrapper .filter-detail-inner {
  height: 180px;
  overflow: auto;
  padding-right: 10px;
  min-width: 180px;
}

.c-allocation-data-table .th-title-wrapper .filter-detail-inner > ul > li {
  font-size: 16px;
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 15px;
  cursor: pointer;
}

.c-allocation-data-table .th-title-wrapper .filter-detail-inner > ul > li:hover {
  opacity: 0.7;
}

.c-allocation-data-table .th-title-wrapper .filter-detail-button {
  padding-top: 20px;
  text-align: center;
}

.c-allocation-data-table .th-title-wrapper .filter-detail-button button:nth-child(2) {
  margin-left: 18px;
}

.c-allocation-data-table .th-title .icon {
  margin: 0 5px;
  cursor: pointer;
}

.c-allocation-data-table .th-title-name {
  font-size: 13px;
  font-weight: bold;
}

.c-allocation-data-table .bargraph-explain {
  font-size: 12px;
}

.c-allocation-data-table .bargraph-explain-title {
  display: inline;
  font-size: 12px;
}

.c-allocation-data-table .bargraph-explain-list {
  display: inline;
}

.c-allocation-data-table .bargraph-explain-list li {
  display: inline;
  margin-right: 8px;
}

.c-allocation-data-table .bargraph-explain-list li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  background: #979e94;
  width: 16px;
  height: 6px;
  border-radius: 7px;
}

.c-allocation-data-table .bargraph-explain-list li:nth-child(1)::before {
  background: #006490;
}

.c-allocation-data-table .bargraph-explain-list li:nth-child(2)::before {
  background: #6e84cb;
}

.c-allocation-data-table .bargraph-explain-list li:nth-child(3)::before {
  background: #ec686b;
}

.c-allocation-data-table .bargraph-explain-list li:nth-child(4)::before {
  background: #342d62;
}

.c-allocation-data-table .bargraph-explain-list li:nth-child(5)::before {
  background: #979e94;
}

.c-allocation-data-table td {
  vertical-align: middle;
  padding: 9px 10px;
  font-size: 14px;
}

.c-allocation-data-table td.fav {
  padding: 0;
  text-align: center;
  border-left: 6px solid transparent;
}

.c-allocation-data-table td.fav button {
  cursur: pointer;
}

.c-allocation-data-table .bargraph-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-allocation-data-table .bargraph-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

.c-allocation-data-table .bargraph-image-wrapper p {
  width: 60px;
  font-size: 12px;
  line-height: 1.0;
}

.c-allocation-data-table .bargraph-image span {
  display: inline-block;
  content: '';
  height: 14px;
}

.c-allocation-data-table .bargraph-image span:first-child {
  border-radius: 10px 0 0 10px;
}

.c-allocation-data-table .bargraph-image span:last-child {
  border-radius: 0 10px 10px 0;
}

.c-allocation-data-table .bargraph-image-item-1 {
  background: #006490;
}

.c-allocation-data-table .bargraph-image-item-2 {
  background: #6e84cb;
}

.c-allocation-data-table .bargraph-image-item-3 {
  background: #ec686b;
}

.c-allocation-data-table .bargraph-image-item-4 {
  background: #342d62;
}

.c-allocation-data-table .bargraph-image-item-5 {
  background: #979e94;
}

.c-allocation-data-table tbody tr:nth-child(2n+1) {
  background: #eef7f7;
}

.c-allocation-data-table tbody tr.is-selected {
  background: rgba(0, 160, 156, 0.2);
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.c-allocation-data-table tbody tr.is-selected td.fav {
  border-left-color: #00A09C;
}

.c-allocation-data-table tbody tr.is-nodata td {
  padding: 20px;
}

.c-allocation-data-table tbody tr.is-first td {
  padding: 150px 20px;
  text-align: center;
}

.c-allocation-data-table tbody tr.is-first td p {
  font-size: 22px;
  padding-top: 20px;
  color: #959590;
}

.c-allocation-data-th-1 {
  width: 30px;
}

.c-allocation-data-th-2 {
  width: 180px;
}

.c-allocation-data-th-3 {
  width: 130px;
}

.c-allocation-data-th-4 {
  width: 150px;
}

.c-allocation-data-th-5 {
  width: 150px;
}

.c-allocation-data-th-6 {
  width: 170px;
}

.c-allocation-data-th-7 {
  width: 80px;
}

.c-allocation-data-th-8 {
  width: 90px;
}

.c-allocation-data-th-10 {
  width: 115px;
}

.c-allocation-data-th-11 {
  width: 25px;
}

.c-allocation-favdetail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.c-allocation-favdetail-item {
  background: #00A09C;
  padding: 3px;
}

.c-allocation-favdetail-head {
  padding: 5px 15px;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-allocation-favdetail-head-data {
  width: calc(100% - 200px);
  font-weight: bold;
}

.c-allocation-favdetail-head-data dt {
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 1.0;
}

.c-allocation-favdetail-head-data dd {
  display: inline;
  margin-right: 30px;
  vertical-align: middle;
}

.c-allocation-favdetail-head-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 200px;
  font-size: 14px;
}

.c-allocation-favdetail-body {
  background: #fff;
  padding: 8px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-allocation-favdetail-col-1 {
  width: 45%;
}

.c-allocation-favdetail-col-1 h3 {
  font-size: 16px;
  line-height: 1.0;
  margin-bottom: 20px;
}

.c-allocation-favdetail-col-1-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-allocation-favdetail-col-1-inner .performance {
  width: 52%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-allocation-favdetail-col-1-inner .performance div {
  padding-right: 20px;
}

.c-allocation-favdetail-col-1-inner .performance div p {
  font-size: 24px;
  line-height: 1.0;
  font-weight: bold;
  color: #00A09C;
  margin-bottom: 10px;
}

.c-allocation-favdetail-col-1-inner .performance div p span {
  font-size: 16px;
}

.c-allocation-favdetail-col-1-inner .performance div small {
  display: block;
  font-size: 14px;
  line-height: 1.0;
  text-align: right;
}

.c-allocation-favdetail-col-1-inner .sales {
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #DCDCDA;
}

.c-allocation-favdetail-col-1-inner .sales .sum b {
  font-size: 24px;
  line-height: 1.0;
  font-weight: bold;
}

.c-allocation-favdetail-col-1-inner .sales .detail {
  padding-left: 20px;
}

.c-allocation-favdetail-col-1-inner .sales .detail p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.c-allocation-favdetail-col-1-inner h4 {
  font-size: 16px;
  line-height: 1.0;
  margin-bottom: 10px;
}

.c-allocation-favdetail-col-2 {
  width: 27%;
}

.c-allocation-favdetail-col-2 table thead th {
  font-size: 16px;
  line-height: 1.0;
  font-weight: normal;
  padding: 13px 10px;
}

.c-allocation-favdetail-col-2 table tbody th {
  text-arign: right;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: middle;
}

.c-allocation-favdetail-col-2 table tbody td {
  font-size: 13px;
  padding: 7px 12px;
  vertical-align: middle;
  text-align: right;
}

.c-allocation-favdetail-col-2 table tbody td p.name {
  width: 200px;
  text-align: left;
}

.c-allocation-favdetail-col-2 table tbody td small {
  font-size: 10px;
  margin-left: 5px;
}

.c-allocation-favdetail-col-2 table tbody tr:nth-child(2n+1) td {
  background: #eef7f7;
}

.c-dashboard-panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 5px;
}

.c-dashboard-panel-title {
  font-size: 16px;
  line-height: 1.0;
  margin-bottom: 12px;
}

.c-dashboard-summery {
  width: 100%;
}

.c-dashboard-summery-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-dashboard-summery-head {
  width: 170px;
}

.c-dashboard-summery-head h2 {
  font-weight: bold;
  font-size: 18px;
}

.c-dashboard-summery-head dl {
  padding: 20px 0 0 20px;
  line-height: 1.0;
}

.c-dashboard-summery-head dl dt {
  font-size: 13px;
  font-weight: normal;
}

.c-dashboard-summery-head dl dt b {
  font-weight: normal;
  font-size: 40px;
  margin-right: 5px;
}

.c-dashboard-summery-head dl dd {
  padding: 5px 0 0 5px;
  font-size: 8px;
}

.c-dashboard-summery-data1 {
  width: 430px;
  padding-right: 20px;
  padding: 8px;
}

.c-dashboard-summery-data1 h3 {
  font-size: 13px;
  line-height: 1.0;
  padding-bottom: 2px;
  border-bottom: 1px solid #dcdcda;
  margin-right: 30px;
  margin-left: 60px;
}

.c-dashboard-summery-data2 {
  background: #eef7f7;
  width: 820px;
  padding: 8px;
}

.c-dashboard-summery-data2 h3 {
  font-size: 13px;
  line-height: 1.0;
  padding-bottom: 2px;
  border-bottom: 1px solid #dcdcda;
}

.c-dashboard-summery-lastmonth {
  width: 340px;
  padding: 8px 20px;
}

.c-dashboard-summery-lastmonth h3 {
  line-height: 1;
  font-size: 12px;
  padding: 8px 0 0px 38px;
  position: relative;
}

.c-dashboard-summery-lastmonth h3::before {
  display: block;
  content: '';
  background: url("../img/icon/eco.svg") no-repeat left top;
  background-size: 100%;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
}

.c-dashboard-summery-lastmonth dl {
  padding: 20px 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.0;
}

.c-dashboard-summery-lastmonth dl dt {
  color: #00A09C;
  font-size: 35px;
  font-weight: normal;
}

.c-dashboard-summery-lastmonth dl dt b {
  font-size: 55px;
  font-weight: normal;
}

.c-dashboard-summery-lastmonth dl dt sub {
  font-size: 14px;
}

.c-dashboard-summery-lastmonth dl dd {
  padding-left: 10px;
}

.c-dashboard-summery-lastmonth dl dd small {
  font-size: 9px;
  display: block;
  margin-bottom: 7px;
}

.c-dashboard-summery-lastmonth dl dd span {
  color: #00A09C;
  font-size: 35px;
}

.c-dashboard-summery-lastmonth p {
  font-size: 12px;
  text-align: right;
}

.c-dashboard-summery-lastmonth p span {
  color: #00A09C;
  font-size: 18px;
}

.c-dashboard-summery-data table {
  width: 100%;
}

.c-dashboard-summery-data table thead th {
  text-align: center;
  line-height: 1.0;
  font-weight: normal;
  padding: 5px 8px;
}

.c-dashboard-summery-data table thead th:last-child {
  padding-right: 0;
}

.c-dashboard-summery-data table thead th span {
  display: block;
  font-size: 12px;
}

.c-dashboard-summery-data table thead th b {
  display: block;
  padding: 5px 0;
  font-size: 36px;
  font-weight: normal;
}

.c-dashboard-summery-data table thead th small {
  display: block;
  font-size: 10px;
}

.c-dashboard-summery-data table tbody th {
  text-align: right;
  line-height: 1.0;
  font-weight: normal;
  padding: 5px 20px 0 0;
  font-size: 11px;
}

.c-dashboard-summery-data table tbody th:last-child {
  padding-right: 0;
}

.c-dashboard-summery-data table tbody td {
  line-height: 1.0;
  padding: 5px 0;
  font-size: 11px;
  text-align: center;
}

.c-dashboard-summery-data table tbody td:last-child {
  padding-right: 0;
}

.c-dashboard-graph {
  width: 1180px;
  height: 820px;
}

.c-dashboard-graph-content {
  padding: 30px 50px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-dashboard-graph-circle {
  width: 250px;
  border: 1px solid #aaa;
  position: relative;
  padding: 30px;
}

.c-dashboard-graph-circle h3 {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.c-dashboard-graph-circle p {
  text-align: center;
}

.c-dashboard-graph-line {
  width: 350px;
  border: 1px solid #aaa;
  position: relative;
  padding: 20px 0 0 0;
}

.c-dashboard-graph-line h3 {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  text-align: center;
}

.c-dashboard-data-wrapper {
  width: calc(100% - 1200px);
}

.c-dashboard-data {
  width: 100%;
}

.c-dashboard-data-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.0;
  padding: 0 40px;
  margin-bottom: 15px;
}

.c-dashboard-data-header h3 {
  font-weight: bold;
  font-size: 18px;
}

.c-dashboard-data-header time {
  font-size: 12px;
  padding-top: 6px;
}

.c-dashboard-data.data-1 {
  height: 270px;
  margin-bottom: 10px;
}

.c-dashboard-data.data-2 {
  height: 540px;
}

.c-dashboard-data-table {
  padding: 0px 40px;
  margin-bottom: 40px;
}

.c-dashboard-data-table:last-childm {
  margin-bottom: 0px;
}

.c-dashboard-data-table table {
  width: 100%;
}

.c-dashboard-data-table table thead th {
  font-size: 14px;
  line-height: 1.0;
  font-weight: normal;
  padding: 8px 20px;
  background-color: #B9D1BD;
  font-weight: bold;
}

.c-dashboard-data-table table tbody td {
  font-size: 13px;
  padding: 2px 20px;
  vertical-align: middle;
  text-align: right;
}

.c-dashboard-data-table table tbody td p.name {
  width: 200px;
  text-align: left;
}

.c-dashboard-data-table table tbody td small {
  font-size: 10px;
  margin-left: 5px;
}

.c-dashboard-data-table table tbody td:nth-child(2), .c-dashboard-data-table table tbody td:nth-child(3) {
  color: #00A09C;
  padding-right: 25px;
}

.c-dashboard-data-table table tbody tr:nth-child(2n+1) td {
  background: #eef7f7;
}

.c-fare-panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 5px;
}

.c-fare-panel-title {
  font-size: 16px;
  line-height: 1.0;
  margin-bottom: 12px;
}

.c-fare-search {
  height: 315px;
  margin: 0 10px 10px 10px;
}

.c-fare-search-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-fare-search-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.c-fare-search-head h2 {
  font-weight: bold;
  font-size: 20px;
}

.c-fare-search-head dl {
  width: 300px;
  padding: 0px 0 0 0;
  line-height: 1.0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-fare-search-head dl dt {
  font-size: 14px;
  font-weight: bold;
  width: 90px;
  text-align: right;
}

.c-fare-search-head dl dd {
  width: 210px;
  padding: 0 0 0 20px;
}

.c-fare-search-luggage {
  background: #eef7f7;
  padding: 10px;
  margin-bottom: 10px;
}

.c-fare-search-luggage h3 {
  font-size: 14px;
  line-height: 1.0;
  padding-bottom: 5px;
  font-weight: bold;
}

.c-fare-search-luggage dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-fare-search-luggage dl dt {
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  text-align: right;
  width: 65px;
}

.c-fare-search-delivery {
  width: calc(50% - 20px);
  padding: 10px;
  background: #eef7f7;
  position: relative;
}

.c-fare-search-delivery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-fare-search-delivery h3 {
  font-size: 14px;
  line-height: 1.0;
  padding-bottom: 5px;
  font-weight: bold;
}

.c-fare-search-delivery dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-fare-search-delivery dl:last-child {
  margin-top: 10px;
}

.c-fare-search-delivery dl dt {
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  text-align: right;
  width: 65px;
}

.c-fare-search-delivery dl dd {
  font-size: 14px;
}

.c-fare-search-delivery-arrow {
  text-align: center;
}

.c-fare-search-delivery-ready {
  position: absolute;
  left: 10px;
  top: 28px;
  width: calc(100% - 20px);
  height: calc(100% - 38px);
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

.c-fare-search-delivery-ready p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.c-fare-search-submit {
  padding-top: 10px;
  text-align: right;
}

.c-fare-search-submit p {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}

.c-fare-search-submit .c-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-fare-search-submit .c-button:disabled {
  background: #868D81;
}

.c-fare-tab {
  margin: 0 10px;
  position: relative;
  z-index: 5;
}

.c-fare-tab ul {
  font-size: 0px;
}

.c-fare-tab li {
  display: inline-block;
  background: #eef7f7;
  color: #006490;
  font-size: 14px;
  padding: 17px 20px;
  width: 230px;
  margin-right: 3px;
  cursor: pointer;
  border-radius: 2px 2px 0 0;
}

.c-fare-tab li.is-active {
  background: #fff;
  font-weight: bold;
}

.c-fare-trends {
  margin-top: 0;
  height: 575px;
  width: 1400px;
  position: relative;
}

.c-fare-trends-title {
  vertical-align: middle;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}

.c-fare-trends-title small {
  font-size: 11px;
  margin-left: 20px;
  font-weight: normal;
  vertical-align: middle;
}

.c-fare-trends-title span {
  font-size: 14px;
  margin-left: 20px;
  font-weight: normal;
  vertical-align: middle;
}

.c-fare-trends-graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcda;
  margin-bottom: 25px;
}

.c-fare-trends-graph-content {
  width: 380px;
  height: 200px;
  position: relative;
}

.c-fare-trends-graph-content:nth-child(1) {
  padding-right: 40px;
}

.c-fare-trends-graph-content:nth-child(2) {
  border-right: 1px solid #dcdcda;
  border-left: 1px solid #dcdcda;
  padding: 0 40px;
  width: 475px;
}

.c-fare-trends-graph-content:nth-child(3) {
  padding-left: 40px;
}

.c-fare-trends-graph-content-ready {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

.c-fare-trends-first {
  position: relative;
  background: #eef7f7;
  width: 100%;
  height: calc(100% - 125px);
}

.c-fare-trends-first p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #959590;
  background: url("../img/icon/calc.svg") no-repeat center top;
  background-size: 30px;
  padding-top: 40px;
}

.c-fare-acheivement-title {
  vertical-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-fare-acheivement-table {
  height: 160px;
  overflow: auto;
}

.c-fare-acheivement table {
  width: 100%;
  font-size: 14px;
}

.c-fare-acheivement table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #dcdcda;
}

.c-fare-acheivement table th {
  font-weight: normal;
  text-align: left;
  padding: 5px 10px;
  vertical-align: middle;
}

.c-fare-acheivement table td {
  vertical-align: middle;
  padding: 9px 10px;
  font-size: 14px;
}

.c-fare-acheivement table tbody tr:nth-child(2n+1) {
  background: #eef7f7;
}

.c-fare-acheivement table tbody tr.is-selected {
  background: rgba(0, 160, 156, 0.2);
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.c-fare-acheivement table tbody tr.is-selected td.fav {
  border-left-color: #00A09C;
}

.c-fare-acheivement table tbody tr.nodata {
  background: none !important;
}

.c-fare-estimate {
  background: #eef7f7;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  width: 100%;
}

.c-fare-estimate dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-fare-estimate dl dt {
  width: 200px;
  font-size: 16px;
  font-weight: bold;
}

.c-fare-estimate dl dd .c-form-text {
  padding: 10px;
  margin-right: 10px;
  text-align: right;
}

.c-fare-simulation {
  margin-top: 0;
  height: 575px;
  width: 405px;
  position: relative;
}

.c-fare-simulation-title {
  vertical-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-fare-simulation-block {
  margin-bottom: 10px;
}

.c-fare-simulation-block-price {
  background: #eef7f7;
  padding: 8px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.c-fare-simulation-block-price dt {
  font-weight: bold;
  width: 50%;
}

.c-fare-simulation-block-price dd {
  text-aligh: right;
  font-size: 13px;
}

.c-fare-simulation-block-price dd span {
  margin: 0 10px;
  font-size: 16px;
}

.c-fare-simulation-block-price dd input.c-form-text {
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0 5px;
}

.c-fare-simulation-block table th, .c-fare-simulation-block table td {
  padding: 10px 5px;
  font-size: 14px;
}

.c-fare-simulation-block table th {
  font-weight: normal;
  text-align: right;
}

.c-fare-simulation-block table input.c-form-text {
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0 3px;
  font-size: 13px;
}

.c-fare-simulation-block table .c-form-select {
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0 3px;
  font-size: 13px;
}

.c-fare-simulation-ready {
  position: absolute;
  left: 10px;
  top: 50px;
  width: calc(100% - 20px);
  height: calc(100% - 140px);
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

.c-fare-simulation-ready p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

.c-fare-cost {
  background: #eef7f7;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  width: 100%;
}

.c-fare-cost dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-fare-cost dl dt {
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  text-align: left;
}

.c-fare-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 4px solid #00A09C;
  line-height: 1;
}

.c-fare-bottom-main {
  width: 40%;
  background: #00A09C;
  color: #fff;
  padding: 30px 20px;
}

.c-fare-bottom-main dl {
  line-height: 1.0;
  font-size: 0px;
  text-align: center;
}

.c-fare-bottom-main dl dt {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  display: inline-block;
  margin-left: 10px;
}

.c-fare-bottom-main dl dd {
  padding: 0 0 0 10px;
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
  min-width: 120px;
  text-align: right;
  font-size: 16px;
}

.c-fare-bottom-main dl dd:last-child {
  min-width: 20px;
}

.c-fare-bottom-main dl dd b {
  font-size: 25px;
  font-weight: normal;
  margin-right: 5px;
}

.c-fare-bottom-sub {
  width: 60%;
  background: #fff;
  padding: 35px 10px 0;
}

.c-fare-bottom-sub dl {
  line-height: 1.0;
  font-size: 0px;
  text-align: center;
}

.c-fare-bottom-sub dl dt {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  display: inline-block;
  margin-left: 10px;
}

.c-fare-bottom-sub dl dt.icon-eco {
  padding: 0px 0 0px 32px;
  position: relative;
}

.c-fare-bottom-sub dl dt.icon-eco::before {
  display: block;
  content: '';
  background: url("../img/icon/eco.svg") no-repeat left top;
  background-size: 100%;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
}

.c-fare-bottom-sub dl dd {
  font-size: 13px;
  padding: 0 0 0 10px;
  display: inline-block;
  font-weight: normal;
  margin-right: 10px;
  text-align: right;
}

.c-fare-bottom-sub dl dd b {
  font-size: 25px;
  font-weight: normal;
}

.c-fare-bottom-sub dl dd strong {
  font-size: 28px;
  font-weight: normal;
}

.c-fare-bottom-sub dl dd small {
  font-size: 14px;
  font-weight: normal;
}

.c-fare-bottom-sub dl dd:nth-child(6) {
  min-width: 100px;
  margin-right: 50px;
}

.c-fare-bottom-sub dl dd:nth-child(8) {
  min-width: 100px;
}

.u-coloricon {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #aaa;
  margin-right: 6px;
  border-radius: 50%;
}

.u-coloricon-purple {
  background: #8B91FA;
}

.u-coloricon-red {
  background: #FE7285;
}

.u-coloricon-yellow {
  background: #FFC271;
}

.u-coloricon-lightyellow {
  background: #FFE0B8;
}

.u-coloricon-green {
  background: #77C784;
}

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

.u-m-lr-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-tag {
  line-height: 1.0;
  border-radius: 3px;
  background: #d94058;
  border: 1px solid #d94058;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  padding: 4px 6px 2px;
  text-align: center;
}

.u-tag-single {
  font-size: 20px;
  padding: 4px 3px 2px;
}

.u-tag-size-light {
  font-size: 14px;
  padding: 4px 3px 2px;
  font-weight: normal;
}

.u-tag-size-small {
  font-size: 14px;
  padding: 4px 3px 2px;
}

.u-tag-size-medium {
  font-size: 16px;
}

.u-tag-size-large {
  font-size: 18px;
}

.u-tag-color-red {
  background: #d94058;
  border: 1px solid #d94058;
  color: #fff;
}

.u-tag-color-white {
  background: #fff;
  border: 1px solid #d94058;
  color: #d94058;
}

.u-tag-color-black {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.u-tag-color-gray {
  background: #d0d6da;
  border: 1px solid #d0d6da;
}

.u-tag-color-orange {
  background: #ffc96b;
  border: 1px solid #ffc96b;
  color: #000;
}

.u-tag .fa-icon {
  line-height: 1px;
  font-size: 110%;
  vertical-align: baseline;
  margin-right: 4px;
}

.u-text-blue {
  color: #00A09C;
}

.u-text-red {
  color: #ac4151;
}

.u-text-size-large {
  font-size: 28px;
  line-height: 1.25;
}

.u-text-size-medium {
  font-size: 24px;
  line-height: 1.25;
}

.u-text-size-small {
  font-size: 18px;
  line-height: 1.5;
}

.u-text-size-xs {
  font-size: 16px;
  line-height: 1.5;
}

.u-text-size-xxs {
  font-size: 14px;
  line-height: 1.5;
}

.u-text-size-xxxs {
  font-size: 12px;
  line-height: 1.5;
}

.u-text-size-button {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.u-text-link {
  color: #6583d3;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

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

.u-text-link:focus, .u-text-link:focus-within, .u-text-link:active {
  -webkit-box-shadow: 0px 0px 0px 2px #6583d3;
  box-shadow: 0px 0px 0px 2px #6583d3;
}

.u-text-link-disabled {
  color: #d0d6da;
  cursor: default;
  pointer-events: none;
}

.u-text-link-disabled:hover {
  text-decoration: none;
}

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

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

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

.u-wid-10 {
  width: 10px !important;
  min-width: 10px !important;
}

.u-wid-20 {
  width: 20px !important;
  min-width: 20px !important;
}

.u-wid-30 {
  width: 30px !important;
  min-width: 30px !important;
}

.u-wid-40 {
  width: 40px !important;
  min-width: 40px !important;
}

.u-wid-50 {
  width: 50px !important;
  min-width: 50px !important;
}

.u-wid-60 {
  width: 60px !important;
  min-width: 60px !important;
}

.u-wid-70 {
  width: 70px !important;
  min-width: 70px !important;
}

.u-wid-80 {
  width: 80px !important;
  min-width: 80px !important;
}

.u-wid-90 {
  width: 90px !important;
  min-width: 90px !important;
}

.u-wid-100 {
  width: 100px !important;
  min-width: 100px !important;
}

.u-wid-110 {
  width: 110px !important;
  min-width: 110px !important;
}

.u-wid-120 {
  width: 120px !important;
  min-width: 120px !important;
}

.u-wid-130 {
  width: 130px !important;
  min-width: 130px !important;
}

.u-wid-140 {
  width: 140px !important;
  min-width: 140px !important;
}

.u-wid-150 {
  width: 150px !important;
  min-width: 150px !important;
}

.u-wid-160 {
  width: 160px !important;
  min-width: 160px !important;
}

.u-wid-170 {
  width: 170px !important;
  min-width: 170px !important;
}

.u-wid-180 {
  width: 180px !important;
  min-width: 180px !important;
}

.u-wid-190 {
  width: 190px !important;
  min-width: 190px !important;
}

.u-wid-200 {
  width: 200px !important;
  min-width: 200px !important;
}

.u-wid-210 {
  width: 210px !important;
  min-width: 210px !important;
}

.u-wid-220 {
  width: 220px !important;
  min-width: 220px !important;
}

.u-wid-230 {
  width: 230px !important;
  min-width: 230px !important;
}

.u-wid-240 {
  width: 240px !important;
  min-width: 240px !important;
}

.u-wid-250 {
  width: 250px !important;
  min-width: 250px !important;
}

.u-wid-260 {
  width: 260px !important;
  min-width: 260px !important;
}

.u-wid-270 {
  width: 270px !important;
  min-width: 270px !important;
}

.u-wid-280 {
  width: 280px !important;
  min-width: 280px !important;
}

.u-wid-290 {
  width: 290px !important;
  min-width: 290px !important;
}

.u-wid-300 {
  width: 300px !important;
  min-width: 300px !important;
}

.u-wid-310 {
  width: 310px !important;
  min-width: 310px !important;
}

.u-wid-320 {
  width: 320px !important;
  min-width: 320px !important;
}

.u-wid-330 {
  width: 330px !important;
  min-width: 330px !important;
}

.u-wid-340 {
  width: 340px !important;
  min-width: 340px !important;
}

.u-wid-350 {
  width: 350px !important;
  min-width: 350px !important;
}

.u-wid-360 {
  width: 360px !important;
  min-width: 360px !important;
}

.u-wid-370 {
  width: 370px !important;
  min-width: 370px !important;
}

.u-wid-380 {
  width: 380px !important;
  min-width: 380px !important;
}

.u-wid-390 {
  width: 390px !important;
  min-width: 390px !important;
}

.u-wid-400 {
  width: 400px !important;
  min-width: 400px !important;
}

.u-wid-410 {
  width: 410px !important;
  min-width: 410px !important;
}

.u-wid-420 {
  width: 420px !important;
  min-width: 420px !important;
}

.u-wid-430 {
  width: 430px !important;
  min-width: 430px !important;
}

.u-wid-440 {
  width: 440px !important;
  min-width: 440px !important;
}

.u-wid-450 {
  width: 450px !important;
  min-width: 450px !important;
}

.u-wid-460 {
  width: 460px !important;
  min-width: 460px !important;
}

.u-wid-470 {
  width: 470px !important;
  min-width: 470px !important;
}

.u-wid-480 {
  width: 480px !important;
  min-width: 480px !important;
}

.u-wid-490 {
  width: 490px !important;
  min-width: 490px !important;
}

.u-wid-500 {
  width: 500px !important;
  min-width: 500px !important;
}

.u-wid-510 {
  width: 510px !important;
  min-width: 510px !important;
}

.u-wid-520 {
  width: 520px !important;
  min-width: 520px !important;
}

.u-wid-530 {
  width: 530px !important;
  min-width: 530px !important;
}

.u-wid-540 {
  width: 540px !important;
  min-width: 540px !important;
}

.u-wid-550 {
  width: 550px !important;
  min-width: 550px !important;
}

.u-wid-560 {
  width: 560px !important;
  min-width: 560px !important;
}

.u-wid-570 {
  width: 570px !important;
  min-width: 570px !important;
}

.u-wid-580 {
  width: 580px !important;
  min-width: 580px !important;
}

.u-wid-590 {
  width: 590px !important;
  min-width: 590px !important;
}

.u-wid-600 {
  width: 600px !important;
  min-width: 600px !important;
}

.u-wid-610 {
  width: 610px !important;
  min-width: 610px !important;
}

.u-wid-620 {
  width: 620px !important;
  min-width: 620px !important;
}

.u-wid-630 {
  width: 630px !important;
  min-width: 630px !important;
}

.u-wid-640 {
  width: 640px !important;
  min-width: 640px !important;
}

.u-wid-650 {
  width: 650px !important;
  min-width: 650px !important;
}

.u-wid-660 {
  width: 660px !important;
  min-width: 660px !important;
}

.u-wid-670 {
  width: 670px !important;
  min-width: 670px !important;
}

.u-wid-680 {
  width: 680px !important;
  min-width: 680px !important;
}

.u-wid-690 {
  width: 690px !important;
  min-width: 690px !important;
}

.u-wid-700 {
  width: 700px !important;
  min-width: 700px !important;
}

.u-wid-710 {
  width: 710px !important;
  min-width: 710px !important;
}

.u-wid-720 {
  width: 720px !important;
  min-width: 720px !important;
}

.u-wid-730 {
  width: 730px !important;
  min-width: 730px !important;
}

.u-wid-740 {
  width: 740px !important;
  min-width: 740px !important;
}

.u-wid-750 {
  width: 750px !important;
  min-width: 750px !important;
}

.u-wid-760 {
  width: 760px !important;
  min-width: 760px !important;
}

.u-wid-770 {
  width: 770px !important;
  min-width: 770px !important;
}

.u-wid-780 {
  width: 780px !important;
  min-width: 780px !important;
}

.u-wid-790 {
  width: 790px !important;
  min-width: 790px !important;
}

.u-wid-800 {
  width: 800px !important;
  min-width: 800px !important;
}

.u-wid-810 {
  width: 810px !important;
  min-width: 810px !important;
}

.u-wid-820 {
  width: 820px !important;
  min-width: 820px !important;
}

.u-wid-830 {
  width: 830px !important;
  min-width: 830px !important;
}

.u-wid-840 {
  width: 840px !important;
  min-width: 840px !important;
}

.u-wid-850 {
  width: 850px !important;
  min-width: 850px !important;
}

.u-wid-860 {
  width: 860px !important;
  min-width: 860px !important;
}

.u-wid-870 {
  width: 870px !important;
  min-width: 870px !important;
}

.u-wid-880 {
  width: 880px !important;
  min-width: 880px !important;
}

.u-wid-890 {
  width: 890px !important;
  min-width: 890px !important;
}

.u-wid-900 {
  width: 900px !important;
  min-width: 900px !important;
}

.u-wid-910 {
  width: 910px !important;
  min-width: 910px !important;
}

.u-wid-920 {
  width: 920px !important;
  min-width: 920px !important;
}

.u-wid-930 {
  width: 930px !important;
  min-width: 930px !important;
}

.u-wid-940 {
  width: 940px !important;
  min-width: 940px !important;
}

.u-wid-950 {
  width: 950px !important;
  min-width: 950px !important;
}

.u-wid-960 {
  width: 960px !important;
  min-width: 960px !important;
}

.u-wid-970 {
  width: 970px !important;
  min-width: 970px !important;
}

.u-wid-980 {
  width: 980px !important;
  min-width: 980px !important;
}

.u-wid-990 {
  width: 990px !important;
  min-width: 990px !important;
}

.u-wid-1000 {
  width: 1000px !important;
  min-width: 1000px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.u-wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.u-wid-auto {
  width: auto !important;
  min-width: 0;
}

.u-shadow-lv1 {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1) !important;
}

.u-shadow-lv2 {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2) !important;
}

.u-shadow-lv3 {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2) !important;
}

/*# sourceMappingURL=style.css.map */
