input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

@media (max-width: 768px) {
  html #wpadminbar {
    display: none;
  }
}
body {
  background: #f2f2f2;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
    sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #0e406a;
}
body.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  font-weight: 900;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
a {
  color: #0e406a;
}
a:active {
  outline: none;
}
blockquote {
  border-left: 3px solid #0e406a;
  font-size: 14px;
}
hr {
  border-top: 1px solid rgba(124, 134, 141, 0.5);
}
input:not([type='submit']),
select {
  border: 1px solid #0e406a;
  border-radius: 0;
  box-shadow: none;
  padding: 0 5px;
}
input:not([type='submit']):focus,
select:focus {
  box-shadow: none;
  outline: none;
}
input[type='submit']:focus,
input[type='submit']:active,
input[type='submit']:active:focus,
button[type='submit']:focus,
button[type='submit']:active,
button[type='submit']:active:focus {
  outline: none;
}
textarea {
  border: 1px solid #0e406a;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
}
textarea:focus {
  box-shadow: none;
  outline: none;
}
img.alignleft {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
img.alignright {
  float: right;
  margin-bottom: 5px;
  margin-left: 5px;
}
.btn {
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 15px;
  text-transform: uppercase;
}
.btn:active {
  box-shadow: none;
}
.btn.btn-lg {
  font-size: 18px;
}
.btn.btn-sm {
  font-size: 14px;
  font-weight: 400;
}
.btn-primary {
  background: #0e406a;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #0062b2;
  color: #fff;
}
.btn-primary:active,
.btn-primary:focus:active {
  background: #00b2e2;
  color: #fff;
}
.btn-danger {
  background: #00b2e2;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #0e406a;
  color: #fff;
}
.btn-danger:active,
.btn-danger:focus:active {
  background: #0e406a;
  color: #fff;
}
.btn-default {
  background: #7c868d;
  color: #fff;
}
.btn-default:hover,
.btn-default:focus {
  background: #979fa5;
  color: #fff;
}
.btn-default:active,
.btn-default:focus:active {
  background: #a5acb1;
  color: #fff;
}
.btn-info {
  background: #fff;
  color: #0e406a;
}
.btn-info:hover,
.btn-info:focus {
  background: #fff;
  color: #0e406a;
}
.btn-info:active,
.btn-info:focus:active {
  background: #fff;
  color: #0e406a;
}
.link-with-square {
  display: inline-block;
  font-size: 10px;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .link-with-square {
    font-size: 12px;
  }
}
.link-with-square:before {
  background: #00b2e2;
  content: '>';
  color: #fff;
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
  padding: 2px 4px 3px 3px;
  transform: translateY(-1px);
  vertical-align: middle;
}
.link-with-square:hover {
  background: 0 0;
  color: #00b2e2;
  text-decoration: none;
}
.link-with-square.red {
  color: #00b2e2;
  font-weight: 900;
  line-height: 1.5;
}
.link-with-square.cyan:hover {
  color: #0e406a;
}
.link-with-square.cyan:hover:before {
  background: #0e406a;
}
.modal {
  padding-left: 17px;
}
.modal .modal-dialog {
  margin: 100px auto 0;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}
.modal.video-modal .modal-dialog {
  max-width: 700px;
  width: 100%;
}
@media (min-height: 768px) {
  .modal.video-modal .modal-dialog {
    max-width: 900px;
  }
}
@media (min-height: 900px) {
  .modal.video-modal .modal-dialog {
    max-width: 1100px;
  }
}
.modal.video-modal .modal-body {
  padding: 0;
}
.modal.video-modal .modal-body .loading {
  margin: 0;
  padding: 20px;
  text-align: center;
}
.progress {
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  margin: 0;
}
.progress .progress-bar {
  background-color: #00b2e2;
  padding: 10px;
}
.progress .progress-bar.active {
  animation: progress-bar-stripes 0.8s linear infinite;
}
.clearfix {
  clear: both;
}
@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
.thumbnail {
  background: 0 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.sticky-menu {
  display: none;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.sticky-menu.open {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 60;
}
@media (min-width: 768px) {
  .sticky-menu {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
  }
  .sticky-menu.narrow {
    width: auto;
  }
}
.sticky-menu li {
  float: left;
  list-style: none;
  margin-bottom: 2px;
  padding: 0 1px;
  width: 50%;
}
@media (min-width: 768px) {
  .sticky-menu li {
    float: none;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
    float: right;
    clear: right;
  }
}
.sticky-menu li a {
  background: #7c868d;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
@media (min-width: 768px) {
  .sticky-menu li a {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .sticky-menu li a {
    font-size: 13px;
  }
}
.sticky-menu li a .text {
  display: none;
  padding: 0 15px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .sticky-menu li a .text {
    display: inline-block;
  }
}
.sticky-menu li a .icon {
  display: inline-block;
  font-size: 22px;
  height: 35px;
  line-height: 1;
  position: relative;
  width: 44px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .sticky-menu li a .icon {
    font-size: 26px;
    height: 40px;
  }
}
.sticky-menu li a .icon i,
.sticky-menu li a .icon img {
  left: 50%;
  padding: 1px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sticky-menu li a.icon-fa,
.sticky-menu li a.icon-image {
  overflow: hidden;
  position: relative;
}
.sticky-menu li a.icon-fa .text,
.sticky-menu li a.icon-image .text {
  padding: 0;
  display: inline-block;
  overflow-x: hidden;
  width: 220px;
  white-space: nowrap;
  opacity: 1;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sticky-menu li a:hover {
    background: #979fa5;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .sticky-menu {
    position: fixed;
    top: 35%;
    z-index: 30;
    transform: translateY(-50%);
  }
  .sticky-menu:hover {
    width: 280px;
  }
  .sticky-menu:hover li a.icon-fa .text {
    width: 220px;
  }
}
.comparison-filters {
  background: #fff;
  padding: 0 28px 16px;
}
@media (min-width: 992px) {
  .comparison-filters {
    padding: 0 35px 30px;
  }
}
.comparison-filters .filter {
  margin-bottom: 5px;
}
.comparison-filters .filter:focus {
  outline: none;
}
.comparison-filters .filter:not(.selected) {
  background: #7c868d;
}
.gallery {
  overflow: hidden;
  position: relative;
}
.gallery .pika-stage {
  position: relative;
}
@media (min-width: 768px) {
  .gallery .pika-stage {
    float: left;
    width: 72%;
  }
}
.gallery .pika-stage img {
  height: auto;
  width: 100%;
}
.gallery .pika-stage .pika-imgnav {
  display: none !important;
}
.gallery .pika-stage .pika-textnav {
  font-size: 21px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.gallery .pika-stage .pika-textnav a {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 48px;
  left: 14px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}
.gallery .pika-stage .pika-textnav a i {
  color: #fff;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gallery .pika-stage .pika-textnav a.next {
  left: auto;
  right: 15px;
}
.gallery .pika-stage .pika-textnav a:hover {
  cursor: pointer;
  opacity: 1;
}
.gallery .pika-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .gallery .pika-thumbs {
    float: left;
    width: 28%;
  }
}
.gallery .pika-thumbs li {
  height: 0;
  float: left;
  padding-top: 16.66%;
  position: relative;
  width: 16.66%;
}
@media (min-width: 768px) {
  .gallery .pika-thumbs li {
    padding-top: 47.6%;
    width: 50%;
  }
}
.gallery .pika-thumbs li .clip {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .gallery .pika-thumbs li .clip {
    bottom: 5px;
    left: 5px;
  }
}
.gallery .pika-thumbs li .clip:hover {
  cursor: pointer;
}
.gallery + * {
  margin-top: -5px;
}
.breadcrumb {
  background: 0 0;
  margin-bottom: 0;
  padding: 15px 30px;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
header {
  position: relative;
}
header .inner {
  background: #fff;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  header .inner {
    padding: 28px 15px;
  }
}
@media (max-width: 767px) {
  header .inner {
    border-bottom: 2px solid #0e406a;
  }
}
header .logo {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  header .logo {
    margin-bottom: 0;
  }
}
header .logo img {
  margin: auto;
  max-height: 70px;
  width: auto;
}
@media (min-width: 768px) {
  header .logo img {
    margin: 0;
    max-height: none;
  }
}
header .top-actions {
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header .top-actions {
    text-align: right;
  }
}
header .top-actions .links {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
header .top-actions .links > li {
  display: inline-block;
  float: left;
}
header .top-actions .links > li:before {
  content: '|';
  margin: 0 2px;
}
@media (min-width: 1200px) {
  header .top-actions .links > li:before {
    margin: 0 12px;
  }
}
header .top-actions .links > li:first-child:before {
  display: none;
}
header .top-actions .links > li a,
header .top-actions .links > li button {
  background: 0 0;
  border: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 9px;
}
header .top-actions .links > li a .fa,
header .top-actions .links > li button .fa {
  display: inline-block;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
header .top-actions .links > li a:hover,
header .top-actions .links > li button:hover {
  background: #0e406a;
  border: 1px solid #0e406a;
  color: #fff;
}
header .top-actions .links > li a.location-link span,
header .top-actions .links > li button.location-link span {
  display: inline-block;
  padding: 0 9px;
}
header .top-actions .links > li a.location-link:hover,
header .top-actions .links > li button.location-link:hover {
  background-color: transparent;
  color: #0e406a;
  border: none;
}
header .top-actions .links > li a.location-link:hover span,
header .top-actions .links > li button.location-link:hover span {
  background: #0e406a;
  color: #fff;
}
header .top-actions .links > li a.red,
header .top-actions .links > li button.red {
  color: #00b2e2;
}
header .top-actions .links > li a.cyan:hover,
header .top-actions .links > li button.cyan:hover {
  color: #fff;
}
header .top-actions .links > li .dropdown-menu {
  background: #0e406a;
  border: 1px solid #0e406a;
  border-radius: 0;
}
header .top-actions .links > li .dropdown-menu li a {
  color: #fff;
  display: block;
  width: 100%;
}
header .top-actions .links > li .dropdown-menu li a:hover {
  background: #fff;
  color: #0e406a;
  text-decoration: none;
}
header .top-actions form {
  display: inline-block;
  vertical-align: middle;
}
header .top-actions form .search {
  position: relative;
}
header .top-actions form .search input {
  background: #0e406a;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  font-size: 10px;
  color: #fff;
  height: 20px;
  margin-left: 20px;
  padding: 0 20px 0 10px;
  width: 120px;
}
@media (min-width: 1200px) {
  header .top-actions form .search input {
    width: 180px;
  }
}
header .top-actions form .search input:focus {
  background: #0062b2;
}
header .top-actions form .search button {
  background: 0 0;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
header .phone {
  text-align: left;
}
@media (min-width: 768px) {
  header .phone {
    float: right;
    margin-top: 20px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  header .phone {
    float: none;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  header .phone {
    margin-top: 21px;
  }
}
header .phone a {
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}
header .phone a:hover {
  text-decoration: none;
}
header .phone a:before {
  background: url(../../../../themes/axyz/img/sprite.png) no-repeat 0px 0px;
  content: '';
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 24px;
}
header .navbar-toggle {
  background: #00b2e2;
  border-radius: 5px;
  display: block;
  margin: 0;
  padding: 6px;
}
@media (min-width: 768px) {
  header .navbar-toggle {
    margin-top: 20px;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  header .navbar-toggle {
    display: none;
  }
}
header .navbar-toggle .icon-bar {
  background: #fff;
}
header nav .navbar {
  border: none;
  display: none;
  margin: 10px 0 0;
  min-height: 0;
  text-align: center;
}
@media (min-width: 992px) {
  header nav .navbar {
    display: block;
    left: 5px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  header nav .navbar {
    left: 15px;
    margin-top: 19px;
  }
}
header nav .navbar .navbar-collapse {
  padding: 0;
}
header nav .navbar .navbar-collapse .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
header nav .navbar .navbar-collapse .navbar-nav > li > a {
  border-left: 1px solid #00b2e2;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
header nav .navbar .navbar-collapse .navbar-nav > li > a:focus,
header nav .navbar .navbar-collapse .navbar-nav > li > a:active:focus {
  background: 0 0;
}
@media (min-width: 992px) {
  header nav .navbar .navbar-collapse .navbar-nav > li > a {
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  header nav .navbar .navbar-collapse .navbar-nav > li > a {
    padding: 0 19px;
  }
}
header nav .navbar .navbar-collapse .navbar-nav > li:first-child > a {
  border: none;
}
header nav .navbar .navbar-collapse .navbar-nav > li:hover > a,
header nav .navbar .navbar-collapse .navbar-nav > li.current-menu-item > a {
  background: #0e406a;
  color: #fff;
}
header nav .navbar .navbar-collapse .navbar-nav > li:hover > .dropdown-menu {
  background: #0e406a;
  border: 1px solid #0e406a;
  border-radius: 0;
  display: block;
}
header
  nav
  .navbar
  .navbar-collapse
  .navbar-nav
  > li:hover
  > .dropdown-menu
  li
  a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
header
  nav
  .navbar
  .navbar-collapse
  .navbar-nav
  > li:hover
  > .dropdown-menu
  li
  a:hover {
  background: #fff;
  color: #0e406a;
  text-decoration: none;
}
header nav .mobile-nav-wrapper {
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 100%;
  overflow-y: auto;
  padding-bottom: 74px;
  position: fixed;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 50;
}
header nav .mobile-nav-wrapper.open {
  left: 0;
}
@media (min-width: 992px) {
  header nav .mobile-nav-wrapper {
    display: none;
  }
}
header nav .mobile-nav-wrapper a:hover {
  text-decoration: none;
}
header nav .mobile-nav-wrapper .mobile-top-actions .nav-close {
  background: #00b2e2;
  border: none;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
header nav .mobile-nav-wrapper .mobile-top-actions ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
header nav .mobile-nav-wrapper .mobile-top-actions ul li {
  float: left;
  list-style: none;
  width: 50%;
}
header nav .mobile-nav-wrapper .mobile-top-actions ul li > a {
  border-left: 1px solid #7c868d;
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
}
header nav .mobile-nav-wrapper .mobile-top-actions ul li > a .fa {
  margin-right: 5px;
}
header nav .mobile-nav-wrapper .mobile-top-actions ul li:first-child > a {
  border-left: none;
}
header nav .mobile-nav-wrapper .mobile-top-actions form .search {
  border-bottom: 1px solid #fff;
  position: relative;
}
header nav .mobile-nav-wrapper .mobile-top-actions form .search input {
  background: #0e406a;
  border-radius: 0;
  box-shadow: none;
  border: none;
  color: #fff;
}
header nav .mobile-nav-wrapper .mobile-top-actions form .search button {
  background: 0 0;
  border: none;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
header nav .mobile-nav-wrapper .mobile-nav {
  margin: 0;
  padding: 0;
}
header nav .mobile-nav-wrapper .mobile-nav > li {
  list-style: none;
}
header nav .mobile-nav-wrapper .mobile-nav > li > a {
  border-bottom: 1px solid #7c868d;
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
}
header nav .mobile-nav-wrapper .mobile-nav.secondary-nav {
  background-color: #0e406a;
}
header nav .mobile-nav-wrapper .mobile-nav.secondary-nav > li > a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
header nav .mobile-nav-wrapper .mobile-nav.tertiary-nav {
  background-color: #00b2e2;
}
header nav .mobile-nav-wrapper .mobile-nav.tertiary-nav > li > a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
header nav .mobile-nav-wrapper .mobile-nav.sticky-menu-mobile > li {
  list-style: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  background: #7c868d;
}
header nav .mobile-nav-wrapper .mobile-nav.sticky-menu-mobile > li > a {
  background: #7c868d;
  color: #fff;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
header .secondary-nav-outer .secondary-nav-container {
  background: #0e406a;
  padding: 13px 15px;
}
header .secondary-nav-outer .secondary-nav-container .secondary-nav {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}
header .secondary-nav-outer .secondary-nav-container .secondary-nav li {
  display: inline-block;
  list-style: none;
  line-height: 1;
  position: relative;
  text-align: center;
}
header .secondary-nav-outer .secondary-nav-container .secondary-nav li:before {
  background: #fff;
  content: '';
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
header .secondary-nav-outer .secondary-nav-container .secondary-nav li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header .secondary-nav-outer .secondary-nav-container .secondary-nav li a {
    font-size: 11px;
    padding: 0 8px;
  }
}
@media (min-width: 992px) {
  header .secondary-nav-outer .secondary-nav-container .secondary-nav li a {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  header .secondary-nav-outer .secondary-nav-container .secondary-nav li a {
    font-size: 14px;
    padding: 0 20px;
  }
}
header .secondary-nav-outer .secondary-nav-container .secondary-nav li a:hover {
  text-decoration: none;
  color: #7c868d;
}
header
  .secondary-nav-outer
  .secondary-nav-container
  .secondary-nav
  li.current-menu-item
  a {
  text-decoration: none;
  color: #7c868d;
}
header
  .secondary-nav-outer
  .secondary-nav-container
  .secondary-nav
  li:first-child {
  border: none;
}
header
  .secondary-nav-outer
  .secondary-nav-container
  .secondary-nav
  li:first-child:before {
  display: none;
}
@media (max-width: 767px) {
  header .secondary-nav-outer {
    display: none;
  }
}
header.fixedtotop {
  position: fixed;
  z-index: 20;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #0e406a;
  top: 0;
}
@media (min-width: 768px) {
  header.fixedtotop {
    top: auto;
  }
}
header.fixedtotop + * {
  padding-top: 213px;
}
header.fixedtotop .secondary-nav-outer {
  background: #0e406a;
}
header.fixedtotop .top-actions {
  display: none;
}
header.fixedtotop img {
  height: 100%;
  max-height: 42px;
  margin: 5px 10px;
}
header.fixedtotop .inner {
  padding: 0;
  border-bottom: none;
}
header.fixedtotop .inner .phone {
  display: inline-block;
  float: right;
  line-height: 1;
  margin-top: 22px;
  padding: 0 19px;
}
@media (min-width: 768px) {
  header.fixedtotop .inner .phone {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  header.fixedtotop .inner .phone {
    border-left: 1px solid #00b2e2;
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  header.fixedtotop .inner .phone {
    padding: 0 19px;
  }
}
header.fixedtotop .inner .phone a {
  font-size: 12px;
}
header.fixedtotop .inner .phone a:before {
  display: none;
}
header.fixedtotop .inner .navbar {
  float: left;
  display: inline-block;
  left: 10px;
  margin-top: 22px;
}
@media (min-width: 768px) {
  header.fixedtotop .inner .navbar {
    display: none;
  }
}
@media (min-width: 992px) {
  header.fixedtotop .inner .navbar {
    display: inline-block;
    float: right;
    left: 0;
    margin-top: 17px;
  }
}
header.fixedtotop .inner .navbar-toggle {
  margin-top: 15px;
}
@media (max-width: 767px) {
  header.fixedtotop .inner .col-sm-4 {
    width: 40%;
    float: left;
  }
}
@media (max-width: 767px) {
  header.fixedtotop .inner .col-sm-8 {
    width: 60%;
    float: left;
  }
}
.top-slider {
  position: relative;
}
.top-slider .slides {
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-slider .slides {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .top-slider .slides {
    height: 440px;
  }
}
.top-slider .slides *:focus {
  outline: none;
}
.top-slider .slides .slick-dots {
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
}
@media (min-width: 768px) {
  .top-slider .slides .slick-dots {
    bottom: 20px;
    top: auto;
  }
}
.top-slider .slides .slick-dots li {
  float: left;
  list-style: none;
  margin-right: 4px;
}
.top-slider .slides .slick-dots li button {
  background: #cbccce;
  border: none;
  font-size: 0;
  height: 17px;
  width: 17px;
}
.top-slider .slides .slick-dots li.slick-active button {
  background: #0e406a;
}
.top-slider .slides .slick-slide {
  position: relative;
}
.top-slider .slides .whole-link {
  display: block;
}
.top-slider .slides .image {
  background-size: cover;
  background-position: center center;
  height: 220px;
  position: relative;
}
@media (min-width: 768px) {
  .top-slider .slides .image {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .top-slider .slides .image {
    height: 440px;
  }
}
.top-slider .slides .image .play-button {
  background: 0 0;
  border: none;
  color: #7c868d;
  font-size: 96px;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.top-slider .slides .image .plyr {
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .top-slider .slides .image .plyr .plyr__video-wrapper {
    padding-bottom: 528px;
  }
}
.top-slider .slides .image .plyr .plyr__controls button {
  border-radius: 0;
}
.top-slider .slides .image .plyr .plyr__controls button[data-plyr='mute'] {
  position: absolute;
  right: 10px;
}
.top-slider .slides .image .plyr .plyr__controls button:hover {
  background-color: #0e406a;
}
.top-slider .slides .image.active .play-button {
  display: none;
}
.top-slider .slides .image.active .plyr {
  display: block;
}
.top-slider .slides .content {
  background: #fff;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .top-slider .slides .content {
    left: 0;
    position: absolute;
    top: 20px;
    width: 300px;
  }
}
.top-slider .slides .content *:first-child {
  margin-top: 0;
}
.top-slider .slides .content .banner-title {
  margin-top: 0;
  text-transform: uppercase;
}
.top-slider .slides .content p,
.top-slider .slides .content li {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
    sans-serif;
  margin: 0;
}
@media (min-width: 992px) {
  .top-slider .slides .content p,
  .top-slider .slides .content li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .top-slider .slides .content p,
  .top-slider .slides .content li {
    font-size: 16px;
  }
}
.top-slider .slides .content ul {
  padding-left: 15px;
}
.top-slider .slides .content.no-bg {
  background: 0 0;
}
.top-slider .slides .content.no-bg .banner-title {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 768px) {
  .top-slider .slides .content.no-bg .banner-title {
    font-size: 22px;
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .top-slider .slides .content.no-bg .banner-title {
    color: #333 !important;
  }
}
@media (min-width: 768px) {
  .top-slider.short .slides {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .top-slider.short .slides .image {
    height: 220px;
  }
}
.tertiary-nav-container {
  background: #0e406a;
  padding: 13px 15px;
}
.tertiary-nav-container.alt {
  background: #00b2e2;
}
.tertiary-nav-container .tertiary-nav {
  margin: 0;
  padding: 0;
}
.tertiary-nav-container .tertiary-nav li {
  display: inline-block;
  list-style: none;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .tertiary-nav-container .tertiary-nav li {
    border-left: 1px solid #fff;
  }
}
.tertiary-nav-container .tertiary-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tertiary-nav-container .tertiary-nav li a {
    font-size: 10px;
    padding: 0 8px;
  }
}
@media (min-width: 992px) {
  .tertiary-nav-container .tertiary-nav li a {
    font-size: 12px;
    padding: 0 9px;
  }
}
@media (min-width: 1200px) {
  .tertiary-nav-container .tertiary-nav li a {
    font-size: 14px;
    padding: 0 13px;
  }
}
@media (min-width: 1500px) {
  .tertiary-nav-container .tertiary-nav li a {
    padding: 0 20px;
  }
}
.tertiary-nav-container .tertiary-nav li:first-child {
  border: none;
}
.tertiary-nav-container.fixedtotop {
  position: fixed;
  width: 100%;
  top: 96px;
  left: 0;
  z-index: 20;
}
.tertiary-nav-container.fixedtotop .tertiary-nav {
  padding-left: 6%;
}
.single-product .top-slider .slides {
  height: auto;
}
@media (min-width: 992px) {
  .single-product .top-slider .slides {
    height: 528px;
  }
}
.single-product .top-slider .slides .image {
  height: 0;
  padding-top: 56.25%;
}
@media (min-width: 1200px) {
  .single-product .top-slider .slides .image {
    padding-top: 528px;
  }
}
.single-product .top-slider .slides .content {
  margin-bottom: 15px;
  position: static;
  width: 100%;
}
@media (min-width: 992px) {
  .single-product .top-slider .slides .content {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    width: 300px;
  }
}
.common-block {
  background: #fff;
}
.common-block.grey {
  background: #e7e7e7;
}
.common-block .image {
  display: block;
  height: 0;
  padding-top: 65%;
  position: relative;
}
.common-block .image:focus {
  outline: none;
}
.common-block .image .latest-videos-slides {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.common-block .image .latest-videos-slides > div,
.common-block .image .latest-videos-slides .slick-track {
  height: 100%;
}
.common-block .image .latest-videos-slides .overlay-toggle {
  display: block;
  height: 100%;
  width: 100%;
}
.common-block .image .latest-videos-slides .slick-arrow {
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 36px;
  left: 5px;
  line-height: 1;
  padding: 0 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.common-block .image .latest-videos-slides .slick-arrow.slick-next {
  left: auto;
  right: 5px;
}
.common-block .image .fa-play-circle-o {
  color: #fff;
  font-size: 126px;
  left: 50%;
  line-height: 1;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .common-block .image .fa-play-circle-o {
    font-size: 76px;
  }
}
@media (min-width: 992px) {
  .common-block .image .fa-play-circle-o {
    font-size: 94px;
  }
}
@media (min-width: 1200px) {
  .common-block .image .fa-play-circle-o {
    font-size: 126px;
  }
}
.common-block .info {
  padding: 20px 28px 16px;
}
.axyz-size{
  padding: 10px 0;
  text-align: center;
}
.axyz-size img{
  width: 100%;
  max-width: 900px;
}
@media (min-width: 992px) {
  .common-block .info {
    padding: 30px 35px;
  }
}
@media (min-width: 768px) {
  .common-block.half {
    flex-basis: 50%;
  }
  .common-block.half .image {
    padding-top: 43.33%;
  }
}
@media (min-width: 768px) {
  .common-block.twothirds {
    flex-basis: 66.66%;
  }
  .common-block.twothirds .image {
    padding-top: 32.5%;
  }
}
@media (min-width: 768px) {
  .common-block.third {
    flex-basis: 33.33%;
  }
  .common-block.third:not(.support):nth-child(3n + 2) {
    background: #e7e7e7;
  }
}
.common-block.full {
  flex-basis: 100%;
}
.common-block.full .image {
  padding-top: 39%;
}
@media (min-width: 768px) {
  .common-block.full .image {
    padding-top: 21.665%;
  }
}
.common-block.mix {
  display: none;
}
.common-block .block-title {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .common-block .block-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .common-block .block-title {
    font-size: 18px;
  }
}
.common-block .block-content {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.common-block .block-content.wide {
  max-width: none;
}
.common-block .block-content *:first-child:not(.modal-dialog) {
  margin-top: 0;
}
.common-block .block-content *:last-child {
  margin-bottom: 0;
}
.common-block .block-content h1,
.common-block .block-content h2,
.common-block .block-content h3 {
  text-transform: uppercase;
}
.common-block .block-content h1:first-of-type,
.common-block .block-content h2:first-of-type {
  margin-top: 0;
}
.common-block .block-content .comparison-info {
  font-size: 13px;
}
.common-block .block-content .comparison-info .intro {
  margin-bottom: 20px;
}
.common-block .block-content .comparison-info table {
  width: 100%;
}
.common-block .block-content .comparison-info table th {
  vertical-align: top;
}
.common-block .block-content .comparison-info table td {
  padding-left: 20px;
  padding-bottom: 10px;
  vertical-align: top;
}
.common-block .block-content .comparison-info table td.nopadding {
  padding-left: 0;
  padding-top: 2px;
}
.common-block .block-content .comparison-info table td ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.common-block .block-content .comparison-info table td ul li {
  flex-basis: 50%;
}
@media (min-width: 768px) {
  .common-block .block-content .comparison-info table td ul li {
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  .common-block .block-content .comparison-info table td ul li {
    flex-basis: 50%;
  }
}
.common-block .block-actions {
  list-style: none;
  margin: 30px 0 19px;
  padding: 0;
}
.common-block .block-actions li {
  line-height: 1;
  margin-bottom: 15px;
}
.common-block .block-actions li:last-child {
  margin-bottom: 0;
}
.common-block .entry-content a {
  color: #00b2e2;
}
.common-block .entry-content a:hover {
  text-decoration: underline;
}
.common-block.support {
  background: #e7e7e7;
}
.common-block.support:nth-child(2n + 1) {
  background: #fff;
}
.common-block.support .icon {
  padding-top: 15px;
}
.common-block.support .icon img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .common-block.support .info {
    padding: 15px;
  }
}
.common-block.support .block-content {
  font-size: 13px;
}
.common-block.support .block-content h3 {
  font-size: 18px;
  margin-top: 0;
}
.common-block.support .block-actions {
  text-align: center;
}
.common-block.support .block-actions li a {
  color: #00b2e2;
  font-weight: 900;
}
.common-block.support .block-actions li a:before {
  font-size: 22px;
  padding: 0 3px 3px;
}
@media (min-width: 768px) {
  .common-block.support.large-text {
    align-items: center;
    display: flex;
  }
}
.common-block.support.large-text .block-content {
  font-size: 28px;
  font-weight: 700;
}
.common-block.support.large-text .block-content strong {
  font-weight: 900;
}
@media (min-width: 768px) {
  .flex-parent {
    display: flex;
    flex-wrap: wrap;
  }
}
:target:before {
  content: '';
  display: block;
  height: 60px;
  margin: -60px 0 0;
}
@media (min-width: 768px) {
  :target:before {
    content: '';
    display: block;
    height: 160px;
    margin: -160px 0 0;
  }
}
.content-blocks {
  overflow: hidden;
}
.content-blocks .half:first-child {
  background: #e7e7e7;
}
.content-blocks .half .block-title {
  text-align: center;
}
.content-blocks .half .btn {
  display: block;
  margin: auto;
  width: 180px;
}
.product-blocks {
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-blocks .third:nth-child(3n + 1) {
    clear: left;
  }
}
.product-blocks .third .image {
  background-color: #231f20;
}
.home-bottom {
  background: #fff;
  overflow: hidden;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .home-bottom .left {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .home-bottom .left .find-out-more {
    padding: 5px 10px 0 38px;
  }
}
.home-bottom .left .find-out-more h4 {
  background: #0e406a;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 5px 8px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home-bottom .left .find-out-more h4 {
    font-size: 14px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .home-bottom .left .find-out-more h4 {
    font-size: 18px;
  }
}
.home-bottom .left .find-out-more ul {
  list-style: none;
  margin: 0;
  padding: 0 28px;
}
@media (min-width: 768px) {
  .home-bottom .left .find-out-more ul {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .home-bottom .left .find-out-more ul {
    padding: 0 0 0 8px;
  }
}
@media (min-width: 1200px) {
  .home-bottom .left .find-out-more ul {
    width: 85%;
  }
}
.home-bottom .left .find-out-more ul li {
  margin-bottom: 10px;
}
.home-bottom .left .find-out-more ul li a {
  color: #7a868c;
  display: block;
}
.home-bottom .left .find-out-more ul li a:hover {
  text-decoration: none;
}
.home-bottom .left .find-out-more ul li a:hover span.text {
  color: #0e406a;
}
.home-bottom .left .find-out-more ul li a .text {
  display: block;
  font-size: 17px;
}
@media (min-width: 768px) {
  .home-bottom .left .find-out-more ul li a .text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .home-bottom .left .find-out-more ul li a .text {
    font-size: 17px;
  }
}
.home-bottom .left .find-out-more ul li a span.text {
  color: #00b2e2;
}
.home-bottom .left .find-out-more ul li a.icon-fa,
.home-bottom .left .find-out-more ul li a.icon-image {
  position: relative;
}
.home-bottom .left .find-out-more ul li a.icon-fa .text,
.home-bottom .left .find-out-more ul li a.icon-image .text {
  padding-right: 25px;
}
@media (min-width: 768px) {
  .home-bottom .left .find-out-more ul li a.icon-fa .text,
  .home-bottom .left .find-out-more ul li a.icon-image .text {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .home-bottom .left .find-out-more ul li a.icon-fa .text,
  .home-bottom .left .find-out-more ul li a.icon-image .text {
    padding-right: 25px;
  }
}
.home-bottom .left .find-out-more ul li a.icon-fa .icon,
.home-bottom .left .find-out-more ul li a.icon-image .icon {
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
@media (min-width: 768px) {
  .home-bottom .left .find-out-more ul li a.icon-fa .icon,
  .home-bottom .left .find-out-more ul li a.icon-image .icon {
    width: 15px;
  }
}
@media (min-width: 992px) {
  .home-bottom .left .find-out-more ul li a.icon-fa .icon,
  .home-bottom .left .find-out-more ul li a.icon-image .icon {
    width: 25px;
  }
}
.home-bottom .left .find-out-more ul li a.icon-fa .icon img,
.home-bottom .left .find-out-more ul li a.icon-image .icon img {
  height: auto;
  max-width: 100%;
}
.home-bottom .left .find-out-more ul li a.icon-fa .icon i,
.home-bottom .left .find-out-more ul li a.icon-image .icon i {
  color: inherit;
  font-size: 22px;
}
@media (min-width: 768px) {
  .home-bottom .left .find-out-more ul li a.icon-fa .icon i,
  .home-bottom .left .find-out-more ul li a.icon-image .icon i {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .home-bottom .left .find-out-more ul li a.icon-fa .icon i,
  .home-bottom .left .find-out-more ul li a.icon-image .icon i {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .home-bottom .right {
    float: left;
    width: 75%;
  }
}
.home-bottom .right .third {
  background: #fff;
  padding: 5px;
}
.home-bottom .right .third .image {
  padding-top: 60%;
}
@media (min-width: 768px) {
  .home-bottom .right .third .info {
    padding: 18px 0 0;
  }
}
.home-bottom .right .third h2 {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home-bottom .right .third h2 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .home-bottom .right .third h2 {
    font-size: 16px;
  }
}
.main-footer {
  color: #0e406a;
  background: #e7e7e7;
  font-size: 14px;
  padding: 20px 28px;
}
@media (min-width: 768px) {
  .main-footer {
    padding: 20px 38px;
  }
}
.main-footer a {
  color: inherit;
}
.main-footer .footer-blocks {
  overflow: hidden;
}
.main-footer .footer-blocks .footer-info {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .main-footer .footer-blocks .footer-info {
    float: left;
    padding-right: 15px;
    width: 20%;
  }
}
.main-footer .footer-blocks .footer-info.contact {
  clear: left;
  width: 100%;
}
@media (min-width: 768px) {
  .main-footer .footer-blocks .footer-info.contact {
    clear: none;
    width: 100%;
  }
}
.main-footer .footer-blocks .footer-info h4 {
  font-size: 12px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.main-footer .footer-blocks .footer-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .footer-blocks .footer-info ul a {
  padding: 1px;
}
.main-footer .footer-blocks .footer-info ul a:hover {
  text-decoration: underline;
}
.main-footer .social {
  text-align: center;
}
@media (min-width: 992px) {
  .main-footer .social {
    margin-top: 0;
  }
}
.main-footer .social a {
  display: inline-block;
  font-size: 30px;
  margin: 0 10px;
  width: 15px;
}
.main-footer .social a i {
  width: 15px;
}
.footer-arrow {
  color: #fff;
  background: #7c868d;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 10px;
  font-size: 25px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.footer-arrow.visible {
  opacity: 1;
  cursor: pointer;
}
.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  background: #7c868d;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 5px 8px;
}
.widget-area .widget ul {
  list-style-type: square;
  padding-left: 15px;
}
.widget-area .widget .search {
  position: relative;
}
.widget-area .widget .search input {
  background: #0e406a;
  border: none;
  border-radius: 0;
  color: #fff;
}
.widget-area .widget .search input:focus {
  background: #0062b2;
  box-shadow: none;
}
.widget-area .widget .search button {
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget-area .widget.widget_button-cta .btn {
  padding-bottom: 10px;
  padding-top: 10px;
}
.widget-area .widget.widget_block-cta .common-block {
  background: #e7e7e7;
}
.widget-area .widget.widget_block-cta .common-block .image {
  padding-top: 50%;
}
@media (min-width: 768px) {
  .widget-area .widget.widget_block-cta .common-block .info {
    padding: 20px 28px;
  }
}
.widget-area .widget.widget_block-cta .common-block .block-actions {
  list-style: none;
  padding-left: 0;
}
.widget-area .widget.widget_archive label {
  display: none;
}
.widget-area .widget.widget_archive select {
  height: 28px;
  width: 100%;
}
@media (min-width: 768px) {
  .block-content.wide .widget-area {
    padding: 0;
  }
}
.blog .post-link,
.archive .post-link {
  display: block;
}
.blog article,
.archive article {
  margin-bottom: 30px;
}
.blog article .thumb,
.archive article .thumb {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .blog article .thumb,
  .archive article .thumb {
    margin-bottom: 0;
  }
}
.blog article .thumb img,
.archive article .thumb img {
  height: auto;
  width: 100%;
}
.blog article .date,
.archive article .date {
  color: #00b2e2;
  font-style: italic;
  margin-bottom: 5px;
}
.blog article .entry h2,
.archive article .entry h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}
.blog article .entry h2 a,
.archive article .entry h2 a {
  color: inherit;
}
.blog .navigation,
.archive .navigation {
  clear: both;
  float: none;
}
.blog .navigation .pagination,
.archive .navigation .pagination {
  margin: 20px 15px;
}
.blog .navigation .pagination > li:first-child > a,
.blog .navigation .pagination > li:last-child > a,
.archive .navigation .pagination > li:first-child > a,
.archive .navigation .pagination > li:last-child > a {
  border-radius: 0;
}
.blog .navigation .pagination > li > a,
.archive .navigation .pagination > li > a {
  border: 1px solid #0e406a;
  color: #0e406a;
  font-weight: 400;
}
.blog .navigation .pagination > li.active > a,
.archive .navigation .pagination > li.active > a {
  background: #0e406a;
  color: #fff;
}
.blog .highlights,
.archive .highlights {
  background: #fff;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .blog .highlights,
  .archive .highlights {
    padding: 40px 0;
  }
}
.blog .highlights .title,
.archive .highlights .title {
  margin: 0 0 20px 35px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .blog .highlights .title,
  .archive .highlights .title {
    margin: 0 0 40px 35px;
  }
}
.blog .highlights .listing *:focus,
.archive .highlights .listing *:focus {
  outline: none;
}
.blog .highlights .listing .slick-arrow,
.archive .highlights .listing .slick-arrow {
  background: #0e406a;
  border: none;
  color: #fff;
  font-size: 38px;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  transition: 0.2s all;
  width: 30px;
  z-index: 5;
}
.blog .highlights .listing .slick-arrow.slick-next,
.archive .highlights .listing .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.blog .highlights .listing .slick-arrow:hover,
.archive .highlights .listing .slick-arrow:hover {
  opacity: 1;
}
.blog .highlights .listing .single,
.archive .highlights .listing .single {
  display: block;
  padding: 0 45px;
}
@media (min-width: 768px) {
  .blog .highlights .listing .single,
  .archive .highlights .listing .single {
    padding: 0 15px;
  }
}
.blog .highlights .listing .single:focus,
.archive .highlights .listing .single:focus {
  text-decoration: none;
}
.blog .highlights .listing .single .image img,
.archive .highlights .listing .single .image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.blog .highlights .listing .single .text,
.archive .highlights .listing .single .text {
  font-size: 12px;
  padding: 15px 5px;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .blog .highlights .listing .single .text,
  .archive .highlights .listing .single .text {
    padding: 15px;
  }
}
.blog .highlights .listing .single .text h2,
.archive .highlights .listing .single .text h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .blog .highlights .listing .single .text h2,
  .archive .highlights .listing .single .text h2 {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.blog .highlights .listing .single:hover,
.archive .highlights .listing .single:hover {
  text-decoration: none;
}
.blog .highlights .listing .single:hover .text,
.archive .highlights .listing .single:hover .text {
  background: rgba(0, 70, 127, 0.1);
}
.single-post .featured-image img,
.single-news .featured-image img {
  height: auto;
  width: 100%;
}
.single-post .post-top,
.single-news .post-top {
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .single-post .post-top,
  .single-news .post-top {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .single-post .post-top,
  .single-news .post-top {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .single-post .post-top,
  .single-news .post-top {
    padding: 60px 0;
  }
}
.single-post .post-top .date,
.single-news .post-top .date {
  color: #00b2e2;
  font-style: italic;
  margin-bottom: 15px;
}
.single-post .post-top h1,
.single-news .post-top h1 {
  margin: 0;
}
.single-post .entry-content *:first-child,
.single-news .entry-content *:first-child {
  margin-top: 0;
}
.single-post .entry-content img,
.single-news .entry-content img {
  height: auto;
  max-width: 100%;
}
.single-post .entry-content .wp-caption.alignleft,
.single-news .entry-content .wp-caption.alignleft {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.single-post .entry-content .wp-caption.alignright,
.single-news .entry-content .wp-caption.alignright {
  float: right;
  margin-bottom: 5px;
  margin-left: 5px;
}
.single-post .entry-content .wp-caption .wp-caption-text,
.single-news .entry-content .wp-caption .wp-caption-text {
  background: #7c868d;
  color: #fff;
  padding: 5px;
}
.single-post .entry-content a,
.single-news .entry-content a {
  color: #00b2e2;
  text-decoration: underline;
}
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6,
.single-news .entry-content h1,
.single-news .entry-content h2,
.single-news .entry-content h3,
.single-news .entry-content h4,
.single-news .entry-content h5,
.single-news .entry-content h6 {
  text-transform: none;
}
.single-post .entry-content ol,
.single-post .entry-content ul,
.single-news .entry-content ol,
.single-news .entry-content ul {
  padding-left: 15px;
}
.post-type-archive-video .top,
.post-type-archive-testimonial .top {
  margin-bottom: 40px;
}
.post-type-archive-video .top .form-group,
.post-type-archive-testimonial .top .form-group {
  margin-right: 5px;
  vertical-align: bottom;
}
.post-type-archive-video .top label,
.post-type-archive-testimonial .top label {
  display: block;
  font-size: 14px;
}
.post-type-archive-video .top select,
.post-type-archive-testimonial .top select {
  height: 28px;
  width: 200px;
}
.post-type-archive-video .main,
.post-type-archive-testimonial .main {
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-type-archive-video .main,
  .post-type-archive-testimonial .main {
    margin: 0 -15px;
  }
}
.post-type-archive-video .main article,
.post-type-archive-testimonial .main article {
  margin-bottom: 40px;
}
.post-type-archive-video .main article:last-of-type,
.post-type-archive-testimonial .main article:last-of-type {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post-type-archive-video .main article,
  .post-type-archive-testimonial .main article {
    float: left;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 50%;
  }
  .post-type-archive-video .main article:nth-child(2n + 1),
  .post-type-archive-testimonial .main article:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .post-type-archive-video .main article,
  .post-type-archive-testimonial .main article {
    width: 33.33%;
  }
  .post-type-archive-video .main article:nth-child(2n + 1),
  .post-type-archive-testimonial .main article:nth-child(2n + 1) {
    clear: none;
  }
  .post-type-archive-video .main article:nth-child(3n + 1),
  .post-type-archive-testimonial .main article:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-video .main article,
  .post-type-archive-testimonial .main article {
    width: 25%;
  }
  .post-type-archive-video .main article:nth-child(2n + 1),
  .post-type-archive-video .main article:nth-child(3n + 1),
  .post-type-archive-testimonial .main article:nth-child(2n + 1),
  .post-type-archive-testimonial .main article:nth-child(3n + 1) {
    clear: none;
  }
  .post-type-archive-video .main article:nth-child(4n + 1),
  .post-type-archive-testimonial .main article:nth-child(4n + 1) {
    clear: left;
  }
}
.post-type-archive-video .main article .post-link .thumb,
.post-type-archive-testimonial .main article .post-link .thumb {
  display: block;
  margin-bottom: 20px;
}
.post-type-archive-video .main article .post-link .thumb:focus,
.post-type-archive-testimonial .main article .post-link .thumb:focus {
  outline: none;
}
.post-type-archive-video .main article .post-link .thumb img,
.post-type-archive-testimonial .main article .post-link .thumb img {
  height: auto;
  width: 100%;
}
.post-type-archive-video .main article .post-link .entry h2,
.post-type-archive-testimonial .main article .post-link .entry h2 {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 20px;
}
@media (min-width: 767px) {
  .post-type-archive-video .main article .post-link .entry h2,
  .post-type-archive-testimonial .main article .post-link .entry h2 {
    min-height: 70px;
  }
}
.post-type-archive-video .main article .post-link .entry .btn,
.post-type-archive-testimonial .main article .post-link .entry .btn {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .post-type-archive-video .main article .post-link .entry p,
  .post-type-archive-testimonial .main article .post-link .entry p {
    min-height: 150px;
  }
}
.single-video .common-block .block-content .entry-title,
.single-testimonial .common-block .block-content .entry-title {
  margin-bottom: 30px;
}
.single-video .common-block .block-content .wp-post-image,
.single-testimonial .common-block .block-content .wp-post-image {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
.single-video .common-block .block-content .embed-responsive,
.single-testimonial .common-block .block-content .embed-responsive {
  margin-bottom: 30px;
}
.gform_wrapper br {
  display: none;
}
.gform_wrapper p {
  margin-bottom: 0;
}
.gform_wrapper .validation_error {
  background: #00b2e2;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 2px 5px;
}
.gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
.gform_wrapper .gform_heading p {
  margin-bottom: 10px;
}
.gform_wrapper .gform_body .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_body .gform_fields .gfield.left-half {
    float: left;
    padding-right: 15px;
    width: 50%;
  }
  .gform_wrapper .gform_body .gform_fields .gfield.right-half {
    float: right;
    padding-left: 15px;
    width: 50%;
  }
  .gform_wrapper .gform_body .gform_fields .gfield.right-half + * {
    clear: left;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-size: 14px;
  font-weight: 900;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_label
  .gfield_required {
  color: #00b2e2;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input[type='text'],
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input[type='email'] {
  height: 30px;
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  height: 30px;
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  resize: vertical;
  width: 100%;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox {
  list-style: none;
  padding: 0;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  input {
  margin: 0;
  vertical-align: middle;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  label {
  font-weight: 400;
  max-width: 90%;
  vertical-align: middle;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  background: #0e406a;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_description.validation_message {
  background: #00b2e2;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_label {
  color: #00b2e2;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  input,
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  textarea,
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  select {
  border-color: #00b2e2;
}
.gform_wrapper .gform_body .gform_fields .gfield.read-only input {
  border: none;
  pointer-events: none;
}
.mapp-layout {
  border: none;
  margin: 0;
  overflow: hidden;
  width: 100% !important;
  padding: 0;
}
.mapp-layout .mapp-map-links {
  border: none;
  background: 0 0;
}
.mapp-layout .mapp-canvas {
  float: left;
  width: 75% !important;
}
@media (max-width: 767px) {
  .mapp-layout .mapp-canvas {
    float: none;
    width: 100% !important;
  }
}
.mapp-layout .mapp-poi-list {
  float: left;
  max-height: none;
  width: 25% !important;
}
@media (max-width: 767px) {
  .mapp-layout .mapp-poi-list {
    float: none;
    width: 100% !important;
  }
}
.mapp-layout .mapp-poi-list .nano {
  height: 600px;
  padding-right: 10px;
  width: 100%;
}
.mapp-layout .mapp-poi-list .nano .nano-content {
  right: -7px !important;
}
.mapp-layout .mapp-poi-list .nano .nano-pane {
  background: rgba(0, 70, 127, 0.3);
  border-radius: 0;
}
.mapp-layout .mapp-poi-list .nano .nano-pane .nano-slider {
  background: rgba(0, 70, 127, 0.9);
  border-radius: 0;
}
.mapp-layout .mapp-poi-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mapp-layout .mapp-poi-list ul li {
  border-bottom: 1px solid #0e406a;
}
.mapp-layout .mapp-poi-list ul li:last-child {
  border-bottom: none;
}
.mapp-layout .mapp-poi-list ul li .text {
  color: #0e406a;
}
.mapp-layout .mapp-poi-list ul li .text .mapp-title a {
  color: #0e406a;
  display: block;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
}
.mapp-layout .mapp-poi-list ul li .text .mapp-title a span {
  font-weight: 900;
}
.single-product .extra-info {
  background: #e7e7e7;
  display: none;
  position: relative;
}
.single-product .extra-info .common-block {
  background: 0 0;
}
.single-product .extra-info .common-block .block-title {
  text-align: center;
}
.single-product .extra-info > .close {
  background: #0e406a;
  color: #fff;
  font-size: 24px;
  opacity: 1;
  padding: 5px 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.single-product .extra-info .table {
  max-width: 800px;
  margin: auto;
  table-layout: fixed;
}
.single-product .extra-info .table tr td {
  border: none;
  font-size: 14px;
}
.single-product .extra-info .table tr td:first-child {
  text-align: right;
}
.single-product .extra-info .table tr td.highlighted {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product .extra-info .list .item {
  clear: left;
  margin: 15px 0;
}
.single-product .extra-info .list .item:after {
  content: '';
  display: table;
  clear: both;
}
.single-product .extra-info .list .item .thumbnail img {
  height: auto;
  width: 100%;
}
.single-product .extra-info .list .item .text {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .single-product .extra-info .list .item .text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.single-product .extra-info .list .item:nth-child(even) {
  clear: none;
}
@media (min-width: 1200px) {
  .single-product .extra-info .list .item:nth-child(even) {
    padding-left: 15px;
    padding-right: 0;
  }
}
.single-product .specs {
  background-color: #e7e7e7;
}
@media (min-width: 768px) {
  .single-product .specs {
    background-color: #fff;
    display: flex;
  }
}
@media (min-width: 768px) {
  .single-product .specs .description {
    flex-grow: 7;
    order: 1;
    width: 0;
  }
}
.single-product .specs .description .common-block {
  background: 0 0;
}
.single-product .specs .image {
  background-size: cover;
  background-position: left center;
  height: 200px;
}
@media (min-width: 768px) {
  .single-product .specs .image {
    flex-grow: 7;
    height: auto;
    order: 2;
    width: 0;
  }
}
@media (min-width: 992px) {
  .single-product .specs .image {
    flex-grow: 6;
  }
}
.single-product .features {
  background-color: #fff;
}
@media (min-width: 768px) {
  .single-product .features {
    display: flex;
  }
}
.single-product .features .image {
  background-size: cover;
  background-position: left center;
  height: 200px;
}
@media (min-width: 768px) {
  .single-product .features .image {
    flex-grow: 6;
    height: auto;
    width: 0;
  }
}
@media (min-width: 768px) {
  .single-product .features .description {
    flex-grow: 6;
    width: 0;
  }
}
@media (min-width: 992px) {
  .single-product .features .description {
    flex-grow: 3;
  }
}
.single-product .features .description .common-block {
  background: 0 0;
}
.single-product .options {
  background-color: #e7e7e7;
}
@media (min-width: 768px) {
  .single-product .options {
    background-color: #fff;
    display: flex;
  }
}
@media (min-width: 768px) {
  .single-product .options .description {
    flex-grow: 5;
    order: 1;
    width: 0;
  }
}
.single-product .options .description .common-block {
  background: 0 0;
}
.single-product .options .image {
  background-size: cover;
  background-position: left center;
  height: 200px;
}
@media (min-width: 768px) {
  .single-product .options .image {
    flex-grow: 5;
    height: auto;
    order: 2;
    width: 0;
  }
}
@media (min-width: 992px) {
  .single-product .options .image {
    flex-grow: 7;
  }
}
.single-product .testimonials {
  background-color: #00b2e2;
  color: #fff;
  position: relative;
}
.single-product .testimonials .list {
  position: relative;
  text-align: center;
}
.single-product .testimonials .list *:focus {
  outline: none;
}
.single-product .testimonials .list .slick-dots {
  bottom: 18px;
  left: 20px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.single-product .testimonials .list .slick-dots li {
  float: left;
  list-style: none;
}
.single-product .testimonials .list .slick-dots li button {
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 1px;
  font-size: 0;
  height: 17px;
  margin: 0 1px;
  width: 17px;
}
.single-product .testimonials .list .slick-dots li.slick-active button {
  background: #fff;
}
.single-product .testimonials .list .single {
  display: flex;
}
.single-product .testimonials .list .single .left {
  display: none;
}
@media (min-width: 768px) {
  .single-product .testimonials .list .single .left {
    display: block;
    flex-grow: 5;
    width: 0;
  }
}
.single-product .testimonials .list .single .left .logo {
  background-size: cover;
  background-position: center center;
  height: 320px;
}
@media (min-width: 992px) {
  .single-product .testimonials .list .single .left .logo {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .single-product .testimonials .list .single .left .logo {
    height: 320px;
  }
}
.single-product .testimonials .list .single .left .logo img {
  height: auto;
  max-width: 90%;
}
@media (min-width: 992px) {
  .single-product .testimonials .list .single .left .logo img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-product .testimonials .list .single .left .logo img {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .single-product .testimonials .list .single .right {
    flex-grow: 5;
    width: 0;
  }
}
@media (min-width: 992px) {
  .single-product .testimonials .list .single .right {
    flex-grow: 7;
  }
}
.single-product .testimonials .list .single .right .text {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  padding: 24px 35px;
}
@media (min-width: 768px) {
  .single-product .testimonials .list .single .right .text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .single-product .testimonials .list .single .right .text {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .single-product .testimonials .list .single .right .text {
    font-size: 26px;
  }
}
.single-product .testimonials .list .single .right .text small {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  font-style: normal;
}
.single-product .testimonials .list .single .right .text hr.divider {
  color: #fff;
  background-color: #fff;
  width: 25%;
}
.single-product .testimonials .list .single .right a {
  color: inherit;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 5px 21px;
  border-radius: 20px;
}
.single-product .cta-blocks {
  overflow: hidden;
}
.single-product .cta-blocks .half,
.single-product .cta-blocks .third {
  color: #00b2e2;
  display: block;
}
@media (min-width: 768px) {
  .single-product .cta-blocks .half:first-child,
  .single-product .cta-blocks .third:first-child {
    border-right: 1px solid #e7e7e7;
  }
}
.single-product .cta-blocks .half .block-title,
.single-product .cta-blocks .third .block-title {
  text-align: center;
}
.single-product .cta-blocks .half .image,
.single-product .cta-blocks .third .image {
  padding-top: 25%;
}
.single-product .cta-blocks .half .image i,
.single-product .cta-blocks .third .image i {
  font-size: 76px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .single-product .cta-blocks .half .image i,
  .single-product .cta-blocks .third .image i {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  .single-product .cta-blocks .half .image i,
  .single-product .cta-blocks .third .image i {
    font-size: 64px;
  }
}
.single-product .cta-blocks .half .info,
.single-product .cta-blocks .third .info {
  padding: 0 10px 16px;
}
.single-product .cta-blocks .half:hover,
.single-product .cta-blocks .third:hover {
  color: #0e406a;
  text-decoration: none;
}
.single-product .cta-blocks .half.whitebg,
.single-product .cta-blocks .third.whitebg {
  background-color: #fff;
  border-right: 1px solid #e7e7e7;
}
.single-product .cta-blocks.footer-cta-blocks a {
  min-height: 200px;
  padding-top: 20px;
}
.page-template-template-application .material-list {
  padding-top: 20px;
  text-align: center;
}
.page-template-template-application .material-list span {
  background: #0e406a;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 10px;
  padding: 5px 25px;
  text-transform: uppercase;
}
.page-template-template-application .application-videos {
  background: #fff;
}
.page-template-template-application .application-videos .item {
  padding: 22px 25px;
}
@media (min-width: 768px) {
  .page-template-template-application .application-videos .item {
    flex-basis: 25%;
    padding: 22px 15px;
  }
}
.page-template-template-application .application-videos .item:focus {
  outline: none;
}
.page-template-template-application .application-videos .item .thumb {
  border-radius: 0;
  display: block;
  margin-bottom: 15px;
}
.page-template-template-application .application-videos .item .thumb img {
  display: block;
  height: auto;
  width: 100%;
}
.page-template-template-application .application-videos .item .entry h2 {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.page-template-template-application .application-videos .item .entry p {
  font-size: 13px;
}
.page-template-template-application .application-videos .slick-arrow {
  background: rgba(0, 70, 127, 0.8);
  border: none;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 10;
}
.page-template-template-application .application-videos .slick-arrow:hover {
  background: #0e406a;
}
.page-template-template-application
  .application-videos
  .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.page-template-template-application .application-videos .slick-arrow .fa {
  font-size: 26px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-template-template-application .recommended .title {
  background: #e7e7e7;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  font-size: 24px;
  font-weight: 900;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
.page-template-template-application .recommended .common-block.half .image {
  padding-top: 56.5%;
}
.page-template-template-application
  .recommended
  .common-block
  .info
  .block-actions
  li
  a {
  color: #00b2e2;
  font-size: 14px;
}
.page-template-template-application
  .recommended
  .common-block
  .info
  .block-actions
  li
  a:hover {
  color: #0e406a;
}
.page-template-template-application
  .recommended
  .common-block
  .info
  .block-actions
  li
  a:hover:before {
  background: #0e406a;
}
.page-template-template-support .offers {
  border-top: 2px solid #0e406a;
  border-bottom: 2px solid #0e406a;
}
.page-template-template-support .packages .intro {
  background: #fff;
  border-bottom: 2px solid #0e406a;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .page-template-template-support .packages .intro {
    align-items: center;
    display: flex;
  }
}
.page-template-template-support .packages .intro .image {
  padding: 0 10px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-support .packages .intro .image {
    flex-basis: 45%;
    padding-bottom: 0;
    width: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-support .packages .intro .image {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .page-template-template-support .packages .intro .image {
    flex-basis: 55%;
  }
}
.page-template-template-support .packages .intro .image img {
  height: auto;
  max-width: 100%;
}
.page-template-template-support .packages .intro .text {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .page-template-template-support .packages .intro .text {
    flex-basis: 55%;
    width: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-support .packages .intro .text {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .page-template-template-support .packages .intro .text {
    flex-basis: 45%;
  }
}
.page-template-template-support .packages .intro .text h2 {
  font-size: 16px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-template-template-support .packages .intro .text h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .page-template-template-support .packages .intro .text h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-support .packages .intro .text h2 {
    font-size: 22px;
  }
}
.page-template-template-support .packages .intro .text p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .page-template-template-support .packages .intro .text p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .page-template-template-support .packages .intro .text p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-support .packages .intro .text p {
    font-size: 18px;
  }
}
.page-template-template-support .packages .intro .text .read-more {
  background: 0 0;
  color: #00b2e2;
  border: none;
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin: 30px auto 0;
  padding: 0;
  text-align: center;
  width: 50%;
}
.page-template-template-support .packages .intro .text .read-more:before {
  font-size: 26px;
  padding: 2px 6px 3px 8px;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .page-template-template-support .packages .intro .text .read-more {
    font-size: 12px;
  }
  .page-template-template-support .packages .intro .text .read-more:before {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .page-template-template-support .packages .intro .text .read-more {
    font-size: 14px;
  }
  .page-template-template-support .packages .intro .text .read-more:before {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-support .packages .intro .text .read-more {
    font-size: 18px;
  }
  .page-template-template-support .packages .intro .text .read-more:before {
    font-size: 26px;
  }
}
.page-template-template-support .packages .intro.text-image .image {
  order: 2;
}
.page-template-template-support .packages .intro.text-image .text {
  order: 1;
}
.page-template-template-support .packages .blocks {
  border-bottom: 2px solid #0e406a;
  display: none;
}
.page-template-template-support .horizontal-section .intro {
  background: #fff;
  border-bottom: 2px solid #0e406a;
}
@media (min-width: 768px) {
  .page-template-template-support .horizontal-section .intro {
    align-items: stretch;
    display: flex;
  }
}
.page-template-template-support .horizontal-section .intro .image {
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-support .horizontal-section .intro .image {
    flex-basis: 50%;
    width: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-support .horizontal-section .intro .image {
    flex-basis: 55%;
  }
}
.page-template-template-support .horizontal-section .intro .image img {
  height: auto;
  max-width: 100%;
}
.page-template-template-support .horizontal-section .intro .text {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .page-template-template-support .horizontal-section .intro .text {
    flex-basis: 50%;
    width: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-support .horizontal-section .intro .text {
    flex-basis: 45%;
  }
}
.page-template-template-support .horizontal-section .intro .text h2 {
  font-size: 16px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-template-template-support .horizontal-section .intro .text h2 {
    font-size: 18px;
  }
}
.page-template-template-support .horizontal-section .intro .text p {
  font-size: 14px;
}
@media (min-width: 992px) {
  .page-template-template-support .horizontal-section .intro .text p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-support .horizontal-section .intro .text p {
    font-size: 13px;
  }
}
.page-template-template-support .horizontal-section .intro .text .buttons {
  padding-top: 30px;
  text-align: center;
}
.page-template-template-support
  .horizontal-section
  .intro
  .text
  .buttons
  .read-more {
  background: 0 0;
  color: #00b2e2;
  border: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin: 0 10px;
  padding: 0;
  text-align: center;
}
.page-template-template-support
  .horizontal-section
  .intro
  .text
  .buttons
  .read-more:before {
  font-size: 22px;
  padding: 4px 6px 4px 8px;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .page-template-template-support
    .horizontal-section
    .intro
    .text
    .buttons
    .read-more {
    font-size: 10px;
  }
  .page-template-template-support
    .horizontal-section
    .intro
    .text
    .buttons
    .read-more:before {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .page-template-template-support
    .horizontal-section
    .intro
    .text
    .buttons
    .read-more {
    font-size: 12px;
  }
  .page-template-template-support
    .horizontal-section
    .intro
    .text
    .buttons
    .read-more:before {
    font-size: 18px;
  }
}
.page-template-template-support .horizontal-section .intro.text-image .image {
  order: 2;
}
.page-template-template-support .horizontal-section .intro.text-image .text {
  order: 1;
}
.page-template-template-support .horizontal-section.documents .intro {
  border-bottom: none;
}
.page-template-template-options
  .common-bottom-blocks
  .common-block
  .block-actions
  a {
  background: 0 0;
  color: #00b2e2;
  border: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
}
.page-template-template-options
  .common-bottom-blocks
  .common-block
  .block-actions
  a:before {
  font-size: 22px;
  padding: 5px 6px 6px 8px;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .page-template-template-options
    .common-bottom-blocks
    .common-block
    .block-actions
    a {
    font-size: 10px;
  }
  .page-template-template-options
    .common-bottom-blocks
    .common-block
    .block-actions
    a:before {
    font-size: 16px;
    padding: 3px 3px 3px 4px;
  }
}
@media (min-width: 992px) {
  .page-template-template-options
    .common-bottom-blocks
    .common-block
    .block-actions
    a {
    font-size: 12px;
  }
  .page-template-template-options
    .common-bottom-blocks
    .common-block
    .block-actions
    a:before {
    font-size: 18px;
    padding: 5px 6px 6px 8px;
  }
}
.page-template-template-options .horizontal-section .intro {
  background: #e7e7e7;
}
@media (min-width: 768px) {
  .page-template-template-options .horizontal-section .intro {
    align-items: stretch;
    display: flex;
  }
}
.page-template-template-options .horizontal-section .intro .image {
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-options .horizontal-section .intro .image {
    flex-basis: 66.66%;
    width: 0;
  }
}
.page-template-template-options .horizontal-section .intro .image img {
  height: auto;
  max-width: 100%;
}
.page-template-template-options .horizontal-section .intro .text {
  padding: 20px 28px 16px;
}
@media (min-width: 768px) {
  .page-template-template-options .horizontal-section .intro .text {
    flex-basis: 33.33%;
    width: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-options .horizontal-section .intro .text {
    padding: 30px 35px;
  }
}
.page-template-template-options .horizontal-section .intro .text h2 {
  font-size: 16px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .page-template-template-options .horizontal-section .intro .text h2 {
    font-size: 18px;
  }
}
.page-template-template-options .horizontal-section .intro .text p {
  font-size: 16px;
}
.page-template-template-options .horizontal-section .intro .text .read-more {
  background: 0 0;
  color: #00b2e2;
  border: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin: 15px 10px 0 0;
  padding: 0;
  text-align: center;
}
.page-template-template-options
  .horizontal-section
  .intro
  .text
  .read-more:before {
  font-size: 22px;
  padding: 4px 6px 4px 8px;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .page-template-template-options .horizontal-section .intro .text .read-more {
    font-size: 10px;
  }
  .page-template-template-options
    .horizontal-section
    .intro
    .text
    .read-more:before {
    font-size: 16px;
    padding: 2px 3px 2px 4px;
  }
}
@media (min-width: 992px) {
  .page-template-template-options .horizontal-section .intro .text .read-more {
    font-size: 12px;
  }
  .page-template-template-options
    .horizontal-section
    .intro
    .text
    .read-more:before {
    font-size: 18px;
    padding: 4px 6px 4px 8px;
  }
}
.page-template-template-options .horizontal-section .intro.text-image .image {
  order: 2;
}
.page-template-template-options .horizontal-section .intro.text-image .text {
  order: 1;
}
.page-template-template-options .horizontal-section .blocks {
  display: none;
}
.page-template-template-options .horizontal-section.software {
  border-bottom: 1px solid #fff;
}
.page-template-template-did-you-know .top-slider .slides {
  height: auto;
}
.page-template-template-did-you-know .top-slider .slides:after {
  background: linear-gradient(
    to bottom,
    #0e406a 0%,
    #0e406a 20%,
    #fff 20%,
    #fff 40%,
    #00b2e2 40%,
    #00b2e2 60%,
    #fff 60%,
    #fff 80%,
    #7c868d 80%,
    #7c868d 100%
  );
  content: '';
  display: block;
  height: 10px;
  opacity: 0.5;
}
.page-template-template-did-you-know .top-slider .slides .image {
  display: none;
}
.page-template-template-did-you-know .top-slider .slides .content {
  position: static;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .top-slider .slides .content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .top-slider .slides .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .top-slider .slides .content {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
.page-template-template-did-you-know .top-slider .slides .content h1 {
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .top-slider .slides .content h1 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .top-slider .slides .content h1 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .top-slider .slides .content h1 {
    font-size: 70px;
  }
}
.page-template-template-did-you-know .stats {
  align-items: stretch;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .stats {
    padding: 21px 0 45px;
  }
}
.page-template-template-did-you-know .stats .stat {
  flex: 1;
  padding: 0 10px;
  position: relative;
  text-align: center;
  opacity: 0;
}
.page-template-template-did-you-know .stats .stat.visible {
  opacity: 1;
}
.page-template-template-did-you-know .stats .stat:nth-child(2) ~ .stat {
  display: none;
}
@media (min-width: 400px) {
  .page-template-template-did-you-know .stats .stat:nth-child(2) ~ .stat {
    display: block;
  }
  .page-template-template-did-you-know .stats .stat:nth-child(3) ~ .stat {
    display: none;
  }
}
@media (min-width: 560px) {
  .page-template-template-did-you-know .stats .stat:nth-child(3) ~ .stat {
    display: block;
  }
  .page-template-template-did-you-know .stats .stat:nth-child(4) ~ .stat {
    display: none;
  }
}
@media (min-width: 730px) {
  .page-template-template-did-you-know .stats .stat:nth-child(4) ~ .stat {
    display: block;
  }
  .page-template-template-did-you-know .stats .stat:nth-child(5) ~ .stat {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .stats .stat {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .stats .stat {
    padding: 0 30px;
  }
}
.page-template-template-did-you-know .stats .stat .value {
  color: #00b2e2;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .stats .stat .value {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .stats .stat .value {
    font-size: 28px;
  }
}
.page-template-template-did-you-know .stats .stat .description {
  font-size: 12px;
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .stats .stat .description {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .stats .stat .description {
    font-size: 16px;
  }
}
.page-template-template-did-you-know .stats .stat:before {
  background: #7c868d;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.page-template-template-did-you-know .stats .stat:first-child:before {
  display: none;
}
.page-template-template-did-you-know .video-container {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 29%;
  position: relative;
  transition: all 0.2s ease-out;
}
.page-template-template-did-you-know .video-container:hover {
  cursor: pointer;
}
.page-template-template-did-you-know .video-container .play-overlay {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
}
.page-template-template-did-you-know .video-container > div:not(.play-overlay) {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.page-template-template-did-you-know
  .video-container
  > div:not(.play-overlay)
  .plyr__video-wrapper {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
}
.page-template-template-did-you-know .video-container.active {
  padding-top: 56.25%;
}
.page-template-template-did-you-know .video-container.active .play-overlay {
  display: none;
}
.page-template-template-did-you-know .video-container.active > div {
  opacity: 1;
}
.page-template-template-did-you-know .video-thumb {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 0;
  padding-top: 29%;
}
.page-template-template-did-you-know .video-thumb:focus {
  outline: none;
}
.page-template-template-did-you-know .block-nav .block-nav-inner {
  align-items: stretch;
  background: #fff;
  display: flex;
  justify-content: center;
}
.page-template-template-did-you-know .block-nav .block-nav-inner a {
  align-items: center;
  border-left: 1px solid #7c868d;
  display: flex;
  flex: 1;
  padding: 10px;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .block-nav .block-nav-inner a {
    padding: 25px 15px 20px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .block-nav .block-nav-inner a {
    padding: 34px 15px 25px;
  }
}
.page-template-template-did-you-know .block-nav .block-nav-inner a:focus,
.page-template-template-did-you-know .block-nav .block-nav-inner a:hover {
  text-decoration: none;
}
.page-template-template-did-you-know .block-nav .block-nav-inner a .inner {
  width: 100%;
}
.page-template-template-did-you-know .block-nav .block-nav-inner a .inner img {
  display: block;
  margin: auto;
  height: auto;
  max-height: 40px;
  width: auto;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know
    .block-nav
    .block-nav-inner
    a
    .inner
    img {
    max-height: 60px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know
    .block-nav
    .block-nav-inner
    a
    .inner
    img {
    max-height: none;
    max-width: 80%;
  }
}
.page-template-template-did-you-know .block-nav .block-nav-inner a .inner span {
  display: none;
  font-size: 28px;
  font-weight: 300;
  margin: 20px auto 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know
    .block-nav
    .block-nav-inner
    a
    .inner
    span {
    display: block;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know
    .block-nav
    .block-nav-inner
    a
    .inner
    span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know
    .block-nav
    .block-nav-inner
    a
    .inner
    span {
    font-size: 28px;
  }
}
.page-template-template-did-you-know
  .block-nav
  .block-nav-inner
  a
  .inner
  span.grey {
  color: #7c868d;
}
.page-template-template-did-you-know
  .block-nav
  .block-nav-inner
  a
  .inner
  span.red {
  color: #00b2e2;
}
.page-template-template-did-you-know .block-nav .block-nav-inner a:first-child {
  border: none;
}
.page-template-template-did-you-know .block-nav .block-nav-inner a:hover {
  text-decoration: none;
}
.page-template-template-did-you-know .block-nav .block-nav-inner.fixedtotop {
  border-bottom: 1px solid #7c868d;
  position: fixed;
  top: 0;
}
@media (min-width: 992px) {
  .page-template-template-did-you-know
    .block-nav
    .block-nav-inner.fixedtotop
    a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.page-template-template-did-you-know
  .block-nav
  .block-nav-inner.fixedtotop
  a
  .inner
  span {
  font-size: 0;
  opacity: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .page-template-template-did-you-know
    .block-nav
    .block-nav-inner.fixedtotop
    a
    .inner
    img {
    max-height: 50px;
  }
}
.page-template-template-did-you-know .section {
  background: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .section {
    padding: 25px 25px 1px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .section {
    padding: 25px 35px 1px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .section {
    padding: 25px 55px 1px;
  }
}
.page-template-template-did-you-know .section .section-top {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .section .section-top {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .section .section-top {
    margin-bottom: 15px;
  }
}
.page-template-template-did-you-know .section .section-top span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .section .section-top span {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .section .section-top span {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .section .section-top span {
    font-size: 24px;
  }
}
.page-template-template-did-you-know .section .section-top img {
  margin-right: 10px;
  max-height: 51px;
  width: auto;
}
.page-template-template-did-you-know .section .section-main {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .section .section-main {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .section .section-main {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .section .section-main {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.page-template-template-did-you-know .section .section-main img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  height: auto;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .section .section-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -30px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .section .section-bottom {
    margin: 0 -40px;
  }
}
.page-template-template-did-you-know .section .section-bottom .block {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .section .section-bottom .block {
    flex-basis: 33.33%;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .section .section-bottom .block {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .page-template-template-did-you-know
    .section
    .section-bottom
    .block
    .block-inner {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know
    .section
    .section-bottom
    .block
    .block-inner {
    padding: 0 40px;
  }
}
.page-template-template-did-you-know .section .section-bottom .block .title {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .section .section-bottom .block .title {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .page-template-template-did-you-know .section .section-bottom .block .title {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know .section .section-bottom .block .title {
    font-size: 17px;
  }
}
.page-template-template-did-you-know
  .section
  .section-bottom
  .block
  .video-thumb {
  border: 1px solid #0e406a;
  padding-top: 50%;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know
    .section
    .section-bottom
    .block
    .video-thumb {
    padding-top: 66.6%;
  }
}
.page-template-template-did-you-know
  .section
  .section-bottom
  .block
  .blog-post {
  align-items: center;
  border: 1px solid #0e406a;
  color: inherit;
  display: flex;
  justify-content: center;
}
.page-template-template-did-you-know
  .section
  .section-bottom
  .block
  .blog-post:before {
  content: '';
  display: table;
  padding-top: 50%;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know
    .section
    .section-bottom
    .block
    .blog-post:before {
    padding-top: 67.1%;
  }
}
.page-template-template-did-you-know
  .section
  .section-bottom
  .block
  .blog-post:focus,
.page-template-template-did-you-know
  .section
  .section-bottom
  .block
  .blog-post:hover {
  text-decoration: none;
}
.page-template-template-did-you-know
  .section
  .section-bottom
  .block
  .blog-post
  .inner {
  padding: 15px;
  text-align: center;
}
.page-template-template-did-you-know
  .section
  .section-bottom
  .block
  .blog-post
  .inner
  .post-title {
  font-weight: 300;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .page-template-template-did-you-know
    .section
    .section-bottom
    .block
    .blog-post
    .inner
    .post-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-did-you-know
    .section
    .section-bottom
    .block
    .blog-post
    .inner
    .post-title {
    font-size: 22px;
  }
}
.page-template-template-did-you-know .section .section-bottom .block .link {
  background-size: cover;
  background-position: center center;
  border: 1px solid #0e406a;
  display: block;
  padding-top: 50%;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .section .section-bottom .block .link {
    padding-top: 66.6%;
  }
}
.page-template-template-did-you-know .section .section-bottom .block .btn {
  background: #0e406a;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  transition: all 0.1s ease-in;
  white-space: normal;
}
.page-template-template-did-you-know
  .section
  .section-bottom
  .block
  .btn:hover {
  background: #002a4c;
}
.page-template-template-did-you-know .section.bordered {
  outline: 1px solid #0e406a;
  outline-offset: -5px;
}
@media (min-width: 768px) {
  .page-template-template-did-you-know .section.bordered {
    outline-offset: -14px;
  }
}
.page-template-template-did-you-know .section.primary {
  background: #004270;
  color: #fff;
}
.page-template-template-did-you-know
  .section.primary
  .section-bottom
  .video-thumb,
.page-template-template-did-you-know
  .section.primary
  .section-bottom
  .blog-post,
.page-template-template-did-you-know .section.primary .section-bottom .link {
  border-color: #fff;
}
.page-template-template-did-you-know .section.primary .section-bottom .btn {
  background: #fff;
  color: #004270;
}
.page-template-template-did-you-know
  .section.primary
  .section-bottom
  .btn:hover {
  background: #ccc;
}
.page-template-template-did-you-know .section.secondary {
  background: #e31937;
  color: #fff;
}
.page-template-template-did-you-know
  .section.secondary
  .section-bottom
  .video-thumb,
.page-template-template-did-you-know
  .section.secondary
  .section-bottom
  .blog-post,
.page-template-template-did-you-know .section.secondary .section-bottom .link {
  border-color: #fff;
}
.page-template-template-did-you-know .section.secondary .section-bottom .btn {
  background: #fff;
  color: #e31937;
}
.page-template-template-did-you-know
  .section.secondary
  .section-bottom
  .btn:hover {
  background: #ccc;
}
.page-template-template-did-you-know .section.tertiary {
  background: #778590;
  color: #fff;
}
.page-template-template-did-you-know
  .section.tertiary
  .section-bottom
  .video-thumb,
.page-template-template-did-you-know
  .section.tertiary
  .section-bottom
  .blog-post,
.page-template-template-did-you-know .section.tertiary .section-bottom .link {
  border-color: #fff;
}
.page-template-template-did-you-know .section.tertiary .section-bottom .btn {
  background: #fff;
  color: #778590;
}
.page-template-template-did-you-know
  .section.tertiary
  .section-bottom
  .btn:hover {
  background: #ccc;
}
.page-template-template-sales-rep .header-bar {
  background: #0e406a;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  justify-content: center;
  padding: 15px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .header-bar {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 16px 30px;
  }
}
.page-template-template-sales-rep .header-bar .main {
  font-size: 20px;
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .header-bar .main {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-sales-rep .header-bar .main {
    font-size: 32px;
  }
}
.page-template-template-sales-rep .header-bar .additional {
  font-size: 14px;
  margin-top: 3px;
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .header-bar .additional {
    font-size: 18px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-template-sales-rep .header-bar .additional {
    font-size: 22px;
  }
}
.page-template-template-sales-rep .general-intro {
  background: #fff;
  color: #0e406a;
  padding: 15px;
  text-align: justify;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .general-intro {
    font-size: 16px;
    line-height: 1.2;
    padding: 20px 30px 15px;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .general-intro {
    padding: 40px 30px 30px;
  }
}
.page-template-template-sales-rep .general-intro *:first-child {
  margin-top: 0;
}
.page-template-template-sales-rep .general-intro *:last-child {
  margin-bottom: 0;
}
.page-template-template-sales-rep .split-intro {
  background: #fff;
  color: #0e406a;
  padding: 15px;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .split-intro {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
  }
}
.page-template-template-sales-rep .split-intro .image {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .split-intro .image {
    flex-basis: 49%;
    margin-bottom: 0;
  }
}
.page-template-template-sales-rep .split-intro .image img {
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .split-intro .image img {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
}
.page-template-template-sales-rep .split-intro .text {
  text-align: justify;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .split-intro .text {
    flex-basis: 49%;
    font-size: 16px;
    line-height: 1.2;
  }
}
.page-template-template-sales-rep .split-intro .text *:first-child {
  margin-top: 0;
}
.page-template-template-sales-rep .split-intro .text *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .split-intro + .support-people {
    padding-top: 30px;
  }
}
.page-template-template-sales-rep .machines {
  background: #fff;
  color: #0e406a;
  padding: 15px;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .machines {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 30px;
  }
}
.page-template-template-sales-rep .machines .list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .machines .list {
    flex-wrap: nowrap;
  }
}
.page-template-template-sales-rep .machines .list li {
  flex-basis: 33.33%;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .machines .list li {
    flex-basis: 16.66%;
  }
}
.page-template-template-sales-rep .machines .list li a {
  display: block;
}
.page-template-template-sales-rep .machines .list li a .img {
  background: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 0;
  overflow: hidden;
  padding-top: 78%;
  position: relative;
}
.page-template-template-sales-rep .machines .list li a .img img {
  height: auto;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.page-template-template-sales-rep .machines .list li a .title {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .machines .list li a .title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-sales-rep .machines .list li a .title {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-sales-rep .machines .list li a .title {
    font-size: 24px;
  }
}
.page-template-template-sales-rep .machines .list li a:hover,
.page-template-template-sales-rep .machines .list li a:focus {
  text-decoration: none;
}
.page-template-template-sales-rep .reps {
  background: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .reps {
    padding: 30px;
  }
}
.page-template-template-sales-rep .reps .inner {
  background: #ebecee;
  padding: 10px 10px 0;
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .reps .inner {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-template-template-sales-rep .reps .inner .rep {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .reps .inner .rep {
    flex-basis: 49%;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.page-template-template-sales-rep .reps .inner .rep .left {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  flex-basis: 35%;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .reps .inner .rep .left {
    font-size: 18px;
    flex-basis: 42%;
  }
}
.page-template-template-sales-rep .reps .inner .rep .left img {
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.page-template-template-sales-rep .reps .inner .rep .right {
  flex-basis: 60%;
  margin-bottom: 15px;
  text-align: justify;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .reps .inner .rep .right {
    flex-basis: 53%;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .reps .inner .rep .right {
    font-size: 18px;
  }
}
.page-template-template-sales-rep .reps .inner .rep .right .contact {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  font-weight: 900;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .reps .inner .rep .right .contact {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .reps .inner .rep:first-child {
    margin-bottom: 0;
  }
}
.page-template-template-sales-rep .reps .inner .gmap-container {
  flex-basis: 100%;
  margin-bottom: 10px;
}
.page-template-template-sales-rep
  .reps
  .inner
  .gmap-container
  .mapp-layout
  .mapp-canvas {
  float: none;
  max-height: 340px;
  width: 100% !important;
}
.page-template-template-sales-rep .reps .inner .gmap-container.half {
  flex-basis: 49%;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .reps .inner[number-of-reps='1'] .rep {
    flex-basis: 55%;
  }
}
@media (min-width: 768px) {
  .page-template-template-sales-rep
    .reps
    .inner[number-of-reps='1']
    .rep
    .left {
    flex-basis: 30%;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep
    .reps
    .inner[number-of-reps='1']
    .rep
    .left {
    flex-basis: 40%;
  }
}
@media (min-width: 768px) {
  .page-template-template-sales-rep
    .reps
    .inner[number-of-reps='1']
    .rep
    .right {
    flex-basis: 65%;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep
    .reps
    .inner[number-of-reps='1']
    .rep
    .right {
    flex-basis: 55%;
  }
}
@media (min-width: 1200px) {
  .page-template-template-sales-rep
    .reps
    .inner[number-of-reps='1']
    .rep
    .right {
    font-size: 18px;
  }
}
.page-template-template-sales-rep
  .reps
  .inner[number-of-reps='1']
  .rep
  .right
  .contact {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .page-template-template-sales-rep
    .reps
    .inner[number-of-reps='1']
    .rep
    .right
    .contact {
    font-size: 20px;
  }
}
.page-template-template-sales-rep
  .reps
  .inner[number-of-reps='1']
  .gmap-container.half {
  flex-basis: 42%;
}
.page-template-template-sales-rep .support-people {
  background: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .support-people {
    padding: 0 30px 30px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-sales-rep .support-people {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .support-people .inner {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1.5%;
  }
}
.page-template-template-sales-rep .support-people .inner .rep {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .support-people .inner .rep {
    flex-basis: 22%;
    margin: 0 1.5% 15px;
  }
}
.page-template-template-sales-rep .support-people .inner .rep img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.page-template-template-sales-rep .support-people .inner .rep .empty-img {
  background: #e6e7e9;
  height: 0;
  padding-top: 100%;
  width: 100%;
}
.page-template-template-sales-rep .support-people .inner .rep .name {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  margin-top: 15px;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .support-people .inner .rep .name {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .support-people .inner .rep .name {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-sales-rep .support-people .inner .rep .name {
    font-size: 30px;
  }
}
.page-template-template-sales-rep .support-people .inner .rep .role {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  font-size: 21px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .support-people .inner .rep .role {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .support-people .inner .rep .role {
    font-size: 21px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-sales-rep .support-people .inner .rep .role {
    font-size: 26px;
  }
}
.page-template-template-sales-rep .support-people .inner .rep .description {
  font-size: 16px;
  line-height: 1.35;
  margin: 15px 0;
  text-align: justify;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .support-people .inner .rep .description {
    font-size: 13px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .support-people .inner .rep .description {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-sales-rep .support-people .inner .rep .description {
    font-size: 20px;
  }
}
.page-template-template-sales-rep .support-people .inner .rep .contact {
  background: #e7e7e7;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  font-size: 22px;
  padding: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .support-people .inner .rep .contact {
    bottom: 0;
    font-size: 13px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .support-people .inner .rep .contact {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-sales-rep .support-people .inner .rep .contact {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-sales-rep .support-people .inner .rep .contact {
    font-size: 26px;
  }
}
.page-template-template-sales-rep .support-people .inner .rep .contact a {
  color: inherit;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep
    .support-people
    .inner[number-of-reps='3']
    .rep {
    flex-basis: 30%;
  }
}
.page-template-template-sales-rep .support-people .inner[number-of-reps='2'],
.page-template-template-sales-rep .support-people .inner[number-of-reps='1'] {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep
    .support-people
    .inner[number-of-reps='2']
    .rep,
  .page-template-template-sales-rep
    .support-people
    .inner[number-of-reps='1']
    .rep {
    align-items: stretch;
    display: flex;
    flex-basis: 47%;
    justify-content: space-between;
  }
}
.page-template-template-sales-rep
  .support-people
  .inner[number-of-reps='2']
  .rep
  .image,
.page-template-template-sales-rep
  .support-people
  .inner[number-of-reps='1']
  .rep
  .image {
  flex-basis: 35%;
}
.page-template-template-sales-rep
  .support-people
  .inner[number-of-reps='2']
  .rep
  .info,
.page-template-template-sales-rep
  .support-people
  .inner[number-of-reps='1']
  .rep
  .info {
  flex-basis: 60%;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep
    .support-people
    .inner[number-of-reps='2']
    .rep
    .info,
  .page-template-template-sales-rep
    .support-people
    .inner[number-of-reps='1']
    .rep
    .info {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-sales-rep
    .support-people
    .inner[number-of-reps='2']
    .rep
    .info,
  .page-template-template-sales-rep
    .support-people
    .inner[number-of-reps='1']
    .rep
    .info {
    padding-bottom: 30px;
  }
}
.page-template-template-sales-rep
  .support-people
  .inner[number-of-reps='2']
  .rep
  .info
  .name,
.page-template-template-sales-rep
  .support-people
  .inner[number-of-reps='1']
  .rep
  .info
  .name {
  margin-top: 0;
}
.page-template-template-sales-rep
  .support-people
  .inner[number-of-reps='2']
  .rep
  .info
  .description,
.page-template-template-sales-rep
  .support-people
  .inner[number-of-reps='1']
  .rep
  .info
  .description {
  margin-bottom: 30px;
}
.page-template-template-sales-rep .bottom-icons {
  align-items: center;
  background: #fff;
  color: #00b2e2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .bottom-icons {
    flex-wrap: nowrap;
    padding: 15px 30px 30px;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .bottom-icons {
    padding: 30px 30px 45px;
    text-align: left;
  }
}
.page-template-template-sales-rep .bottom-icons a {
  color: inherit;
  flex-basis: 48%;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important;
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .bottom-icons a {
    flex-basis: 22%;
    font-size: 20px;
    margin: 0;
    padding: 0 3%;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .bottom-icons a {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .page-template-template-sales-rep .bottom-icons a {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-sales-rep .bottom-icons a {
    font-size: 26px;
  }
}
.page-template-template-sales-rep .bottom-icons a:hover,
.page-template-template-sales-rep .bottom-icons a:focus {
  text-decoration: none;
}
.page-template-template-sales-rep .bottom-icons a img {
  display: block;
  height: auto;
  margin: 0 auto 15px;
  max-width: 115px;
  max-height: 100px;
  width: auto;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .bottom-icons a img {
    max-width: 90px;
    max-height: 75px;
  }
}
@media (min-width: 992px) {
  .page-template-template-sales-rep .bottom-icons a img {
    margin-bottom: 0;
    max-width: 115px;
    max-height: 100px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-sales-rep .bottom-icons a img {
    max-width: 139px;
    max-height: 112px;
  }
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .bottom-icons a .text {
    flex-basis: 45%;
    padding-left: 7%;
  }
}
.page-template-template-sales-rep .bottom-icons[number-of-icons='4'] {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .page-template-template-sales-rep .bottom-icons[number-of-icons='4'] a {
    padding: 0;
  }
}

.slide .pc {
  width: 100%;
  object-fit: cover;
}

.slide .sp {
  display: none;
}

.circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  margin-bottom: 40px;
}

.circle img {
  width: 18%;
}

.use {
  text-align: center;
  margin: 40px auto;
}

.use h1 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.use p {
  font-size: 2rem;
  font-weight: bold;
}

.fb-quote {
  text-align: center;
}

.fb-quote h1 {
  font-size: 2.5rem;
}

.content :nth-child(1) {
  font-size: 2.3rem;
  font-weight: bold;
}

/* --YouTubeサイズ調整-- */
.you {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.you iframe {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 992px) {
  .slide .pc {
    display: none;
    opacity: 0;
  }
  .slide .sp {
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .circle img {
    width: 30%;
  }

  .circle {
    justify-content: center;
    gap: 5%;
  }
}

/* モーダル */
.videoThumb {
  cursor: pointer;
}
img.videoThumb {
  cursor: pointer;
}
img.videoThumb:hover {
  opacity: 0.8;
}

.modalContent {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 0;
  border: 1px solid #888;
  animation: fadeIn 0.7s ease 0s 1 normal;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 1200px;
}
.modalContent iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
button.closeBtn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.6rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: absolute;
  transform: rotate(45deg);
  border: none;
  right: -35px;
  top: 7px;
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}
button.closeBtn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
button.closeBtn:hover {
  opacity: 1;
}

@media (max-width: 1300px) {
  .modalContent {
    max-width: 800px;
  }
}

@media (max-width: 900px) {
  .modalContent {
    max-width: 600px;
  }
}

@media (max-width: 700px) {
  .modalContent {
    max-width: 80%;
    margin: 20% auto;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(60px);
  }
}
