﻿@charset "UTF-8";

/* Loading */
.loader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}

.spinner_wrap {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 53px;
  height: 20px;
}

.spinner {
  position: relative;
}

.spinner span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #1c1f87;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out;
}

.spinner span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}

.spinner span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}

.spinner span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}

.spinner span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #1c1f87;
  }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #2ca6e0;
  }

  50% {
    height: 5px;
    transform: translateY(0px);
    background: #1c1f87;
  }

  100% {
    height: 5px;
    transform: translateY(0px);
    background: #1c1f87;
  }
}

.header .gnav > .sitelink,
.breadcrumb,
.footer-sitelink,
.external,
.share {
  display: none;
}

.footer-section.-other {
  background: #eaf4ff;
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo::after {
  content: "Products Information";
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0059af;
  margin: auto;
  margin-left: 12px;
  white-space: nowrap;
  vertical-align: middle;
}

.blank03 {
  background-position: right center;
}

.privacy-list {
  flex-wrap: wrap;
}

@media (max-width: 930px) {
  .header-logo {
    width: auto;
  }
  .header-logo > a {
    width: 90px;
  }
}

@media (max-width: 768px) {
  .header-logo > a {
    width: 70px;
  }
}

@media (max-width: 640px) {
  #gNavi {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-logo > a {
    width: 86px;
  }
  .header-logo::after {
    font-size: 1.2rem;
    margin-left: 6px;
  }
  .footer-section.-other {
    padding: 5.5vw 0;
    text-align: center;
  }
  .privacy-list {
    display: inline-block;
    border-top: 1px solid #ccc;
  }
  .privacy-item {
    margin: 0;
    padding: 0.4em;
    border-bottom: 1px solid #ccc;
  }
  .privacy-item > a {
    padding-left: 15px;
  }
  .privacy-item::after,
  .privacy-item::before {
    content: none;
  }
}
