/* location of file
https://dl.cdn-anritsu.com/appfiles/bc-portal/bc-custom-style.css
 */
button.navbar-toggle {
  display: none;
}

.header {
  display: block;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #289b7d;
}

.header__inner {
  display: block;
  max-width: 100%;
  min-height: 58px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.header__logo {
  width: 190px;
  margin: 0;
  padding: 13px 15px 12px;
}

.header__logo a {
  display: block;
  width: 190px;
  height: 20px;
  background: url(https://dl.cdn-anritsu.com/appfiles/img/icons/anritsu-logo.svg) 0 0px no-repeat;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.header nav {
  width: 1250px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .header nav {
    width: 100%;
  }
}

.header nav ul {
  display: block;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .header nav ul {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .header nav ul {
    font-size: 16px;
  }
}

.header nav ul li {
  display: inline-block;
  line-height: 1.65;
}

.header nav ul li a {
  display: block;
  padding: 0 25px;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  .header nav ul li a {
    padding: 0 18px;
  }
}

@media screen and (max-width: 575px) {
  .header nav ul li a {
    padding: 0 10px;
  }
}

.header nav ul li a:hover {
  background-color: #ececec;
}

.site-container .main-header.bcg-sidebar-menu {
  width: 240px;
}

.site-container .main-header.bcg-sidebar-menu .main-nav .main-nav-category {
  font-size: 14px;
}

.main-nav-subcategory a,
.main-nav-subcategory span {
  font-size: 14px;
}

.site-container.bcg-has-sidebar-menu .main-content {
  width: calc(100% - 240px);
}

/* 2026/07/28 Show hero area
 .bcg-home-carousel-container {
  display: none;
}

.bcg-home-carousel-container-mobile {
  display: none;
} 
  */

.bcg-thumbnail-carousel .slick-list {
  margin: -30px 0;
}

.bcg-video-grid-cta-container {
  display: none;
}

.footer {
  margin: 0;
  padding: 0;
  background: #788287;
  font-size: 1rem;
}

.footer__inner {
  max-width: 100%;
  margin: 0 auto;
  min-height: 72px;
  padding: 16px 20px;
  position: relative;
}

.footer__inner .supplemental-links {
  display: flex;
  flex-direction: column;
  margin: 0 103px 0 0;
  font-size: 0;
}

.supplemental-links__item {
  display: inline-block;
  font-size: 1rem;
}

.supplemental-links__item a {
  display: block;
  margin: 0 0 0.5rem;
  padding: 0;
  color: #fff;
  line-height: 1.2;
}

.footer__logo {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 16px;
  right: 34px;
  color: #fff;
  font-size: 0.75rem;
  text-align: right;
  line-height: 1;
}

.footer__logo::before {
  content: "";
  display: block;
  width: 69px;
  height: 16px;
  margin: 0 0 8px;
  background: url(https://dl.cdn-anritsu.com/appfiles/bc-portal/anritsu-logo-sprite.png) 0 -54px no-repeat;
}

.use-of-cookies {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 15px);
  height: 0;
  padding: 10px 20px;
  color: #fff;
  background-color: #041b64;
  z-index: 100;
  animation-name: down-and-up;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

@keyframes down-and-up {
  from {
    bottom: -100px;
  }
  to {
    bottom: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .use-of-cookies {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 776px) {
  .use-of-cookies {
    width: 100%;
  }
}

.use-of-cookies {
  height: 126px;
}

@media screen and (max-width: 959px) {
  .use-of-cookies {
    height: 164px;
  }
}

@media screen and (max-width: 600px) {
  .use-of-cookies {
    height: 235px;
  }
}

.use-of-cookies .cookie-message {
  display: inline-block;
  width: 70%;
}

.use-of-cookies .cookie-setting-button {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  position: relative;
  top: 28px;
  left: 20px;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .use-of-cookies .cookie-setting-button {
    height: 48px;
  }
}

@media screen and (max-width: 575px) {
  .use-of-cookies .cookie-setting-button {
    top: 66px;
  }
}

.use-of-cookies .cookie-setting-button p a {
  color: white;
  font-size: 14px;
}

.use-of-cookies .close {
  display: inline-block;
  position: relative;
  top: 43px;
  color: #fff;
  outline: none;
}

@media screen and (max-width: 575px) {
  .use-of-cookies .close {
    top: 7px;
  }
}

.use-of-cookies .close:hover {
  color: #fff;
}

@media screen and (min-width: 960px) {
  .header__inner {
    display: block;
    max-width: 1280px;
    min-height: 103px;
  }

  .header__logo {
    width: 280px;
    padding: 23px 20px 14px 45px;
  }

  .header__logo a {
    display: block;
    width: 280px;
    height: 30px;
    background-position: 0 0;
  }

  .footer__inner {
    max-width: 1280px;
    padding: 2rem 20px;
  }

  .footer__inner .supplemental-links {
    display: block;
  }

  .supplemental-links__item a {
    display: block;
    margin: 0;
    padding: 1rem 25px;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 101;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  height: 100%;
  max-height: 600px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

ul.consent-desc {
  display: none;
}

#privacy-policy-modal-open-button {
  font-size: 16px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.privacy-policy-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 101;
}

.privacy-policy-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: 100%;
  max-width: 800px;
  max-height: 600px;
  overflow-y: scroll;
}

#privacy-statement-modal-open-button {
  font-size: 14px;
  color: white;
  cursor: pointer;
}

.privacy-statement-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 101;
}

.privacy-statement-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: 100%;
  max-width: 800px;
  max-height: 600px;
  overflow-y: scroll;
}

.content-detail h1 {
  font-size: 28px;
  line-height: 42px;
  color: #289b7d;
  font-weight: bold;
}
.content-detail h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 30px 0 5px;
  color: #2da990;
}
.content-detail h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 5px;
}
.content-detail p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.content-detail ol li {
  font-size: 16px;
  line-height: 24px;
  list-style: unset;
}
.content-detail ul li {
  font-size: 16px;
  line-height: 24px;
  list-style: unset;
}
.content-detail .detail-table table tbody td {
  border: 2px solid #ccc;
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 10px 20px;
}

.content-detail .detail-table table tbody td ul li {
  margin-inline-start: 20px;
}
