@charset "UTF-8";

#page_top {
  display:none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 24px;
  bottom: 15px;
  background: #192d73;
  opacity: 1;
	transition: all 0.45s;
transition-delay: 0.5s;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 36px;
color: #fff;
position: absolute;
width: 50px;
height: 60px;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

.form-head .mwform-select.is-date {
  padding: 0 10px 0 10px;
  background: #f0f3f5;
}

header:not(.is-home) {
  position: fixed !important;
  width: 100% !important;
  height: 118px !important;
  z-index: 1000 !important;
}
header:not(.is-home) > .header-inner.is-moved {
  background: #192d73;
}

header:not(.is-home):not(.is-devices) + main {
  margin-top: 118px;
}

.product-tabs > li.current > a {
  color: #fff;
}
.product-tabs > li:not(.current) > a {
  color: #999;
}