@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdn.jsdelivr.net/npm/pretty-checkbox@3.0/dist/pretty-checkbox.min.css');

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

html {
  font-size: 10px;
  position: relative;
  min-height: 100vh;
}

body {
  margin: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.45;
  color: #222;
  font-size: 12px;
  background: #fcfcfc;
  word-break : break-all;
}
body.body_margin {
  margin: 47px 0 45px;
}
body.scroll-lock {
  overflow: hidden;
}

footer,
header,
nav,
article,
section,
main {
  display: block;
}

header, footer {
  width: 100%;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 1rem 0;
  background: rgba(0,0,0,.8);
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

footer {
  position: absolute;
  bottom: 0;
  padding: .5rem 1rem;
  text-align: right;
  font-size: 1rem;
  background: rgba(0,0,0,.85);
}

a {
  color: #2980b9;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: all .2s ease;
}

a:active,
a:hover {
  color: #e74c3c;
  outline-width: 0;
}

strong, .bold {
  font-weight: bolder;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-style: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button::-moz-focusring,
[type="reset"]::-moz-focusring,
[type="submit"]::-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

ul, ol {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
li {
  display: inline-block;
  font-size: 12px;
}

dl {
  margin: 0 0 1em 0;
  padding: 0;
}
dl dt {
  margin-bottom: .2em;
}
dl dd {
  margin: 0 0 .2em 1em;
}
dl dl {
  margin: .4em 0 .4em 1em;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: 400;
}
h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  padding: .2rem .75rem;
  background: rgba(0,0,0,.75);
}
h2::before {
  content: "\f0da \0020";
  font-family: FontAwesome;
}
h3 {
  margin: 0 0 .6rem;
  font-size: 1em;
  font-weight: 500;
  padding: 0 .3rem .3rem;
  border-bottom: 1px solid rgba(0,0,0,.25);
}
h3::before {
  content: "\f105 \0020";
  font-family: FontAwesome;
}
h4 {
  margin: 0 0 .25rem;
  padding: 0 .5rem;
  font-size: 1rem;
  font-weight: 500;
}
h4::before {
  content: "\f107 \0020";
  font-family: FontAwesome;
}

small, .small {
  font-size: 1rem;
}

blockquote {
  border-left: 2px solid #333333;
  margin: 0 0 1em 0;
  padding: 0 1em;
}

blockquote .footer {
  margin-top: .5em;
  font-size: 1rem;
  color: #737373;
}

blockquote .footer::before {
  content: '\2014 \00A0';
}

code, pre {
  font-family: 'segoe UI', 'Noto Sans Japanese', monospace;
  font-size: 1em;
  background: #e3e3e3;
}

code {
  padding: .2em .5em;
  display: inline;
  vertical-align: baseline;
}

pre {
  padding: 1rem;
  display: block;
  overflow: auto;
}

mark {
  background-color: #ffffa8;
  border-radius: .25rem;
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: .25rem;
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea {
  padding: .5rem .6rem ;
}
select {
  padding: .4rem .4rem;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="email"]:hover,
input[type="date"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  background: rgba(255, 211, 42,.2);
  border-color: #74b9ff;
  outline: none;
}
input[type="text"][readonly],
input[type="tel"][readonly],
input[type="url"][readonly],
input[type="email"][readonly],
input[type="date"][readonly],
input[type="number"][readonly],
input[type="password"][readonly],
select[readonly],
textarea[readonly],
input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="email"]:disabled,
input[type="date"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
select:disabled,
textarea:disabled {
  background: #e9e9e9;
  border-color: #d9d9d9;
  outline: none;
}

textarea {
  min-height: 8.2rem;
  overflow: auto;
  resize: none;
}
textarea.big {
  min-height: 20rem;
}

select, label, .toggle {
  cursor: pointer;
}

template,
[hidden],
select::-ms-expand {
  display: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  border: 0;
  overflow: visible;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #d9d9d9;
}
hr.dotted {
  border-top: 1px dotted #d9d9d9;
}
hr.sss {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
hr.non {
  margin-top: .1rem;
  margin-bottom: .1rem;
}

.table-wrap {
  margin: 0 0 1.5rem;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  background-color: #fff;
}
table th,
table td {
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ccc;
}
table tbody tr td,
table tbody tr th {
  padding: .95rem .75rem;
}
table tbody tr th {
  font-weight: 500;
}
table thead tr th {
  padding: .35rem .7rem;
  font-size: 1rem;
  font-weight: 200;
  color: #fff;
  background-color: #666;
}
table thead tr td {
  padding: .35rem .7rem;
}
table thead tr.sub_th th {
  background-color: #777;
}
table.regist tbody tr th {
  width: 15%;
}
table.info tbody tr th {
  width: 20%;
}
table.regist tbody tr th,
table.info tbody tr th {
  font-size: 1rem;
  background-color: #eee;
}
table.regist tbody tr td:nth-child(3) {
  width: 20%;
  font-size: 1rem;
  background-color: #eee;
}
table.chart tbody tr:hover,
table.search tbody tr:hover{
  background-color: #f3f3f3;
}
table.edit tbody tr:nth-of-type(even) ,
table.odd tbody tr:nth-of-type(even){
    background-color: #f6f6f6;
}
table.edit tbody tr td:nth-child(2) {
  width: 70%;
}
table.input_form tr th {
  font-size: 1rem;
  text-align: center;
  background-color: #eee;
  width: 6%;
}
table.input_form tr td {
  background-color: #f9f9f9f;
  width: 14%;
}
table.chart tbody tr th {
  background-color: #eee;
}
table.chart tbody tr td,
table.chart tbody tr th,
table.chart thead tr th {
  font-size: 1rem;
  text-align: center;
}
table.chart tbody tr td {
  width: 3.2%;
}
table.chart thead tr td  {
  font-size: 1rem;
  font-weight: bolder;
}
table thead tr th.static-xs {
  width: 52px;
}
table thead tr th.static-ss {
  width: 60px;
}
table thead tr th.static-s {
  width: 78px;
}
table thead tr th.static-day {
  width: 88px;
}
table thead tr th.static-serps {
  width: 126px;
}

.container,
.container-full,
.container-all {
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.container-all {
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: calc(100vh - 30px);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
.row, .rows, .row-gp, .row-right  {
  display: -webkit-flex;
  display: flex;
}
.row, .rows {
  flex-wrap: wrap;
}
.row-gp {
  justify-content: center;
  align-items: center;
}
.row-right {
  justify-content: flex-end;
  align-items: center;
}
.row {
  margin: -1rem 0 0 -1rem;
}
.row .col-10,
.row .col-12,
.row .col-15,
.row .col-20,
.row .col-25,
.row .col-30,
.row .col-33,
.row .col-40,
.row .col-50,
.row .col-60,
.row .col-66,
.row .col-70,
.row .col-75,
.row .col-80,
.row .col-85,
.row .col-90,
.row .col-100 {
  padding: 1rem 0 0 1rem;
}
.col-10,
.col-12,
.col-15,
.col-20,
.col-25,
.col-30,
.col-33,
.col-40,
.col-50,
.col-60,
.col-66,
.col-70,
.col-75,
.col-80,
.col-85,
.col-90,
.col-100 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 769px) {
  .col-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-12 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-15 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-66 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .col-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-85 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
.flex1 {
  -webkit-flex: 1;
  flex: 1;
}

.btn {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  line-height: 1.45;
  padding: .4rem 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  cursor: pointer;
  transition: background-color .2s ease-out;
  text-align: center;
}
.btn:hover {
  color: #fff;
}
.btn:focus {
  outline: none;
}
.btn:active {
  transform: scale(0.97);
}
.btn.btn-big {
  font-size: 1.25em;
  padding: .9rem 5rem;
}
.btn.btn-mid {
  font-size: 1.25em;
}
.btn.btn-nav {
  font-size: 1.1em;
  padding: .4rem 0;
}
.btn.btn-sm {
  font-size: 1rem;
  padding: .1rem .5rem;
}
.btn.btn-full {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn.btn-default,
.btn.btn-primary,
.btn.btn-danger,
.btn.btn-info,
.btn.btn-success,
.btn.btn-warning {
  font-weight: 200;
}
.btn.btn-default,
.btn.btn-default:visited {
  background-color: rgba(96,125,139,.85);
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color:rgba(96,125,139,1);
}
.btn.btn-primary,
.btn.btn-primary:visited {
  background-color: rgba(41, 128, 185,.85);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color:rgba(41, 128, 185,1);
}
.btn.btn-danger,
.btn.btn-danger:visited {
  background-color: rgba(192, 57, 43,.85);
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color:rgba(192, 57, 43,1);
}
.btn.btn-info,
.btn.btn-info:visited {
  background-color: rgba(63, 81, 181,.85);
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: rgba(63, 81, 181,1);
}
.btn.btn-success,
.btn.btn-success:visited {
  background-color: rgba(7, 153, 146,.85);
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  background-color: rgba(7, 153, 146,1);
}
.btn.btn-warning,
.btn.btn-warning:visited {
  background-color: rgba(243, 156, 18,.85);
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background-color: rgba(243, 156, 18,1);
}
.btn.btn-outline,
.btn.btn-outline:visited {
  background-color: transparent;
  border-color: #d9d9d9;
  color: rgba(41, 128, 185,.8);
}
.btn.btn-outline:hover,
.btn.btn-outline:focus {
  color: rgba(41, 128, 185,1);
  border-color: rgba(41, 128, 185,.3);
  background-color: #eee;
}
.btn.btn-strip,
.btn.btn-strip:visited {
  background-color: transparent;
  color: rgba(41, 128, 185,.9);
}
.btn.btn-strip:hover,
.btn.btn-strip:focus {
  color: rgba(41, 128, 185,1);
  background-color: #eee;
}

.badge {
  display: inline-block;
  padding: .2rem .5rem;
  font-size: 1rem;
  font-weight: 200;
  text-align: center;
  border-radius: .25rem;
  color: #fff;
}
.panel {
  display: inline-block;
  padding: .3rem .75rem;
  font-weight: 200;
  text-align: center;
  border-radius: .25rem;
  color: #fff;
}
.panel.panel-full {
  display: block;
  width: 100%;
  padding: .3rem;
}

.alert {
  padding: 1em;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-primary {
  color: rgba(41, 128, 185,1);
  background-color: rgba(41, 128, 185,.3);
  border-color: rgba(41, 128, 185,.1);
}
.alert-primary::before {
  content: "\f05a \0020";
  font-family: FontAwesome;
}
.alert-info {
  color: rgba(63, 81, 181,1);
  background-color: rgba(63, 81, 181,.3);
  border-color: rgba(63, 81, 181,.1);
}
.alert-info::before {
  content: "\f05a \0020";
  font-family: FontAwesome;
}
.alert-success {
  color: rgba(7, 153, 146,1);
  background-color: rgba(7, 153, 146,.3);
  border-color: rgba(7, 153, 146,.1);
}
.alert-success::before {
  content: "\f058 \0020";
  font-family: FontAwesome;
}
.alert-warning {
  color: rgba(243, 156, 18,1);
  background-color: rgba(243, 156, 18,.3);
  border-color: rgba(243, 156, 18,.1);
}
.alert-warning::before {
  content: "\f071 \0020";
  font-family: FontAwesome;
}
.alert-danger {
  color: rgba(192, 57, 43,1);
  background-color: rgba(192, 57, 43,.3);
  border-color: rgba(192, 57, 43,.1);
}
.alert-danger::before {
  content: "\f057 \0020";
  font-family: FontAwesome;
}

.bg-default {
  background-color: rgba(96,125,139,.85);
}
.bg-primary {
  background-color: rgba(41, 128, 185,.85);
}
.bg-info {
  background-color: rgba(63, 81, 181,.85);
}
.bg-success {
  background-color: rgba(7, 153, 146,.85);
}
.bg-warning {
  background-color: rgba(243, 156, 18,.85);
}
.bg-danger {
  background-color: rgba(192, 57, 43,.85);
}
.bg-outline {
  background-color: transparent;
  border-color: #d9d9d9;
  color: rgba(41, 128, 185,.8);
}

.color-primary, .color-ok {
  color: rgba(41, 128, 185,1);
}
.color-info {
  color: rgba(63, 81, 181,1);
}
.color-success {
  color: rgba(7, 153, 146,1);
}
.color-warning {
  color: rgba(243, 156, 18,1);
}
.color-danger, .color-ng  {
  color: rgba(192, 57, 43,1);
}
.color-white {
  color: #fff;
}
.color-default {
  color: #444;
}

.pagination {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pagination li {
  display: inline;
}
.pagination li:first-child a {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  border-radius: 0 3px 3px 0;
}
.pagination li a {
  margin-left: -1px;
  padding: .5rem 1.25rem;
  color: rgba(41, 128, 185,.9);
  border: 1px solid #ddd;
  background-color: #fff;
}
.pagination li a:focus,
.pagination li a:hover {
  background-color: #eee;
}
.pagination li.active a,
.pagination li.active a:focus,
.pagination li.active a:hover {
  cursor: default;
  color: #fff;
  border-color: rgba(41, 128, 185,.9);
  background-color: rgba(41, 128, 185,.9);
}

.breadcrumb{
  padding: 0 .25rem;
  margin-bottom: .5rem;
}
.breadcrumb > li {
  padding-right: .5rem;
}
.breadcrumb > li + li::before {
  content: "\f101 \0020";
  font-family: FontAwesome;
}

legend {
  display: block;
  margin: 0 .1rem .1rem;
  padding: .15rem .5rem;
  font-size: 1rem;
  border-radius: .25rem;
  background-color: #eee;
}
legend::before {
  content: "\f107 \0020";
  font-family: FontAwesome;
}
.selecter {
  display: inline-block;
  padding: .5rem 0;
}
.field {
  width: 100%;
  padding: .6rem;
  background-color: #fff;
  border-radius: .25rem;
  border: 1px solid #ddd;
}

.disabled,
[disabled] {
  pointer-events: none;
  cursor: default;
}
.box-center {
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.font-xl{
  font-size: 1.5em;
}
.font-l{
  font-size: 1.25em;
}
.part-l {
  margin: 0 0 1rem;
}
.part {
  margin: 0 0 .5rem;
}
.part-s {
  margin: 0 0 .1rem;
}
.mr1 {
  margin-right: .5rem;
}
.mt1 {
  margin-top: 1rem;
}
.mt1s {
  margin-top: .5rem;
}
.w10 {
  width: 10% !important;
}
.w15 {
  width: 15% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}

.hide,
.show-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
  .show-sp {
    display: block !important;
  }
}

.card {
  margin-bottom: 1rem;
  background-color:#fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.26);
}
.card .card-body {
  padding: 1.5rem;
}

.ico-copy::before {
  content: "\f0ea \0020";
  font-family: FontAwesome;
}
.ico-edit::before {
  content: "\f040 \0020";
  font-family: FontAwesome;
}
.ico-save::before {
  content: "\f0c7 \0020";
  font-family: FontAwesome;
}
.ico-link::before {
  content: "\f0ac \0020";
  font-family: FontAwesome;
}
.ico-home::before {
  content: "\f015 \0020";
  font-family: FontAwesome;
}
.ico-ok::before {
  content: "\f058 \0020";
  font-family: FontAwesome;
}
.ico-ng::before {
  content: "\f00d \0020";
  font-family: FontAwesome;
}
.ico-warning::before {
  content: "\f071 \0020";
  font-family: FontAwesome;
}
.ico-done::before {
  content: "\f28b \0020";
  font-family: FontAwesome;
}
.ico-info::before {
  content: "\f05a \0020";
  font-family: FontAwesome;
}
.ico-question::before {
  content: "\f059 \0020";
  font-family: FontAwesome;
}
.ico-search::before {
  content: "\f002 \0020";
  font-family: FontAwesome;
}

#modal-open,
#goto-top,
#goto-bottom {
  display: block;
  cursor: pointer;
  color: #fff;
}
#modal-open{
  font-size: 1rem;
}
#goto-top,
#goto-bottom {
  line-height: .9rem;
}
#modal-open {
  width: 1.25em;
}
#modal-open::before {
  content: "\f0c9";
  font-family: FontAwesome;
}
#goto-top::before {
  content: "\f106";
  font-family: FontAwesome;
}
#goto-bottom::before {
  content: "\f107";
  font-family: FontAwesome;
}
#modal-open.modal-close::before {
  content: "\f00d";
  font-family: FontAwesome;
}
#modal-open:hover,
#modal-open.modal-close:hover {
  color: rgba(192, 57, 43,1);
}
#goto-top:hover,
#goto-bottom:hover {
  color: rgba(243, 156, 18,1);
}
#modal-open:active,
#goto-top:active,
#goto-bottom:active {
  transform: scale(.93);
}
#time {
  font-size: 1rem;
}

nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 60px 7.5% 0;
  background-color: #f5f6fa;
  overflow-y: auto;
}
#UploadArea{
  background-color: #f4f4f4;
  margin: 0 0 1rem;
  border: #ddd dashed 5px;
  height: 200px;
  text-align: center;
}

#login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
#login h1 {
  margin: -1.5rem 0 1rem;
  font-size: 2.5em;
  text-align: center;
}
#login form {
  width: 182px;
}

.dependent{
  margin-right: -1rem;
}
.dependent select{
  margin-right: 1rem;
}

.sort.desc:after {
  content: "\0020 \f0d7";
  font-family: FontAwesome;
}
.sort.asc:after {
  content: "\0020 \f0d8";
  font-family: FontAwesome;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 47px;
}

#ranking_graph,
#charge_graph {
  margin-bottom: 1.5rem;
  height: 400px;
}
.highcharts-button {
  cursor: pointer;
}
.highcharts-button-symbol {
  stroke: #666;
  stroke-width: 3px;
}
.highcharts-menu {
  border: 1px solid #999;
  background: #ffffff;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}
.highcharts-menu-item {
  padding: .5em 1em;
  background: none;
  color: #333;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}
.highcharts-menu-item:hover {
  background: #335cad;
  color: #fff;
}