@charset "utf-8";
/*ナビ追加*/
.l-header {
/*  border-bottom: 1px solid #ccc;*/
}
.l-headerBtn-gNav {
  padding: 15px 20px 18px;
}
nav.aiocrsp {
  background: #f4f4f4;
  width: 100%;
  padding-top: 69px;
  position: fixed;
  z-index: 9499;
  border-bottom: 1px solid #ccc;
}
nav.aiocrsp ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.8em;
}
nav.aiocrsp ul li {
  width: 25%;
  text-align: center;
  list-style: none;
}
nav.aiocrsp ul li a {
  width: 100%;
  color: #393939;
  position: relative;
  padding: 7px 0 10px;
  display: flex;
  justify-content: center;
}
/*nav.aiocrsp 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.aiocrsp ul li a::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 10px;
 transform: translateY(-50%);
 border: 5px solid transparent;
 border-left: 8px solid #fff;
}*/
nav.aiocrsp 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.aiocrsp 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.aiocrsp ul li a:hover {
  background: #fff;
  opacity: 0.9;
}
nav.aiocrsp ul li.current a {
    background: #2c7bbf;
    color: #fff;
}
nav.aiocrsp ul li.current a::before, nav.aiocrsp 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.aiocrsp {
 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.aiocrsp ul li:first-child a::before, nav.aiocrsp 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.aiocrsp ul {
	font-size: 0.7em;
}
}
@media screen and (max-width: 768px) {
  .l-headerBtn-gNav {
    padding: 12px 20px 5px;
  }
/*nav.aiocrsp ul li:first-of-type a {
  border-radius: 5px 5px 0 0;
}
nav.aiocrsp ul li:last-of-type a {
  border-radius: 0 0 5px 5px;
}*/
.fixedbox {
    display: block;
}
.leftbutton, .rightbutton {
    font-size: 0;
    position: absolute;
    top: 50px;
    background-color: #a2a2a2;
    color: #000;
    /* padding: 20px 10px; */
    z-index: 100;
    cursor: pointer;
    width: 30px;
    opacity: .9;
    height: 36px;
}
.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.aiocrsp {
  overflow-x: auto;
		-webkit-overflow-scrolling: touch;
}
nav.aiocrsp ul {
  flex-wrap: nowrap;
  width: 820px;
  position: relative;
}
nav.aiocrsp::-webkit-scrollbar {
 height: 3px;
}
nav.aiocrsp::-webkit-scrollbar-track {
 background: #fff;
 border: none;
 border-radius: 10px;
}
nav.aiocrsp::-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.aiocrsp ul {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 480px) {
  nav.aiocrsp ul li a {
    padding: 6px 0 9px;
  }
  nav.aiocrsp ul li a::before {
    left: 1px;
  }
  nav.aiocrsp ul li a > span {
    display: none;
  }
		.leftbutton, .rightbutton {
	height: 35px;
}
}
@media print {
  .container {
    max-width: fit-content;
  }
  nav.aiocrsp {
    display: none;
  }
  .icon-sch a {
    display: none;
  }
			.site-wrap {
    padding-top: 0;
}
.header-block {
    position: relative;
}
}