@charset "utf-8";
/*ナビ追加*/
.l-header {
  /*  border-bottom: 1px solid #ccc;*/
}
.l-headerBtn-gNav {
  padding: 15px 20px 18px;
}
nav.aisp-co {
  background: #f4f4f4;
  width: 100%;
  padding-top: 69px;
  position: fixed;
  z-index: 9499;
  border-bottom: 2px solid #FF7600;
}
nav.aisp-co ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
font-size: clamp(1.60rem, 0.7vw, 0.1rem);
/*  font-size: 0.8em;*/
}
nav.aisp-co ul li {
  /*  width: 25%;*/
  width: 33%;
  text-align: center;
  list-style: none;
}
nav.aisp-co ul li a {
  width: 100%;
  color: #393939;
  position: relative;
  /*  padding: 7px 0 10px;*/
  padding: 18px 0;
  display: flex;
  justify-content: center;
}
/*nav.aisp-co ul li a > span {
  background: #f00;
  color: #fff;
  font-size: .8em;
  padding: 0px 3px 2px;
  border-radius: 3px;
  line-height: 1;
  display: block;
  display: flex;
  align-items: center;
  margin-left: 3px;
}*/
/*nav.aisp-co ul li a::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 10px;
 transform: translateY(-50%);
 border: 5px solid transparent;
 border-left: 8px solid #fff;
}*/
nav.aisp-co ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  /*! border: 5px solid transparent; */
  border-left: 1px solid #c8c8c8;
  width: 1px;
  height: 75%;
}
nav.aisp-co ul li:last-child a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  /*! border: 5px solid transparent; */
  border-left: 1px solid #c8c8c8;
  width: 1px;
  height: 75%;
}
nav.aisp-co ul li a:hover {
/*  background: #fff;
  opacity: 0.9;*/
}
nav.aisp-co ul li.current a {
  /*    background: #2c7bbf;*/
  background: #FF7600;
  color: #fff;
}
nav.aisp-co ul li.current a::before, nav.aisp-co ul li.current + li a::before {
  display: none;
}
/*共通ヘッダーを特集サイト用に調整*/
.l-header {
  position: relative;
}
.icon-sch {
  position: absolute;
}
.l-headerBtns {
  position: absolute;
}
.site-wrap {
  z-index: 1;
}
.header-block {
  /* position: fixed;*/
  width: 100%;
  z-index: 10;
  transition: all .3s ease;
}
nav.aisp-co {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.l-wrapper {
  position: relative;
  width: 100%;
  z-index: 2;
}
.fixedbox {
  display: none;
}
/* ==================================================mediaquery */
@media only screen and (max-width:1200px) {
  nav.aisp-co ul li:first-child a::before, nav.aisp-co ul li:last-child a::after {
    display: none;
  }
}
@media all and (-ms-high-contrast:none) {}
@media only screen and (max-width:1024px) {}
@media screen and (max-width: 960px) {
  nav.aisp-co ul {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  .l-headerBtn-gNav {
    padding: 12px 20px 5px;
  }
  /*nav.aisp-co ul li:first-of-type a {
  border-radius: 5px 5px 0 0;
}
nav.aisp-co ul li:last-of-type a {
  border-radius: 0 0 5px 5px;
}*/
  .fixedbox {
    display: block;
  }
  .leftbutton, .rightbutton {
    font-size: 0;
    position: absolute;
    top: 368px;
    background-color: #a2a2a2;
    color: #000;
    /* padding: 20px 10px; */
    z-index: 100;
    cursor: pointer;
    width: 30px;
    opacity: .9;
    height: 48px;
  }
	
	
/*  .leftbutton, .rightbutton {
    font-size: 0;
    position: absolute;
    top: 50px;
    background-color: #a2a2a2;
    color: #000;
    z-index: 100;
    cursor: pointer;
    width: 30px;
    opacity: .9;
    height: 41px;
  }	*/
	
  .leftbutton {
    left: 0;
  }
  .rightbutton {
    right: 0;
  }
  .leftbutton::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right: 8px solid #fff;
  }
  .rightbutton::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }
/*  nav.aisp-co {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  nav.aisp-co ul {
    flex-wrap: nowrap;
    width: 820px;
    position: relative;
  }
  nav.aisp-co::-webkit-scrollbar {
    height: 3px;
  }
  nav.aisp-co::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
  }
  nav.aisp-co::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
  }*/
}
@media screen and (max-width:768px) and (-ms-high-contrast:none) {}
@media only screen and (max-width: 640px) {}
@media only screen and (max-width: 550px) {
  nav.aisp-co ul {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 480px) {
  nav.aisp-co ul li a {
    padding: 6px 0 9px;
  }
  nav.aisp-co ul li a::before {
    left: 1px;
  }
  nav.aisp-co ul li a > span {
    display: none;
  }
  .leftbutton, .rightbutton {
    height: 38px;
  }
}
@media print {
  .container {
    max-width: fit-content;
  }
  nav.aisp-co {
    display: none;
  }
  .icon-sch a {
    display: none;
  }
  .site-wrap {
    padding-top: 0;
  }
  .header-block {
    position: relative;
  }
}