a:hover, a:active
{
  text-decoration: none;
}
.header-box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}
.header-box.is-fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header-inner {
  position: relative;
  padding: 0 48px;
}

h1.header-logo a {
  display: flex;
}

h1.header-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

h1.header-logo a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  h1.header-logo a img {
    width: 70%;
  }
}
.header-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 112px;
}
.search-block {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 48px;
  border-radius: 25px;
  background: #F6F6F6;
  transform: translate(-50%, -50%);
}
.search_container {
  display: flex;
  width: 420px;
  box-sizing: border-box;
}
.sel {
  position: relative;
  min-width: 120px;
  justify-content: center;
  cursor: pointer;
}
.search-select-wrap {
  display: flex;
  align-items: center;
  z-index: 250;
}
.search-select-wrap:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -1px;
  bottom: 10px;
  width: 1px;
  background: #e6e6e6;
}
.search-select-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(calc(-50% - 1px)) rotate(45deg);
}
.search-select {
  position: relative;
  border: none;
  padding: 0 20px 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 100%;
  margin: 0 0 0 1px;
  z-index: 1;
  background: transparent;
  width: 100%;
  font-weight: 700;
}
.search_container input[type="text"] {
  position: relative;
  background: #F6F6F6;
  border: none;
  width: 100%;
  height: 46px;
  border-radius: 3px;
  padding: 0 24px;
  outline: none;
  z-index: 200;
}
.search_container input[type="submit"] {
  position: relative;
  cursor: pointer;
  border: none;
  background: #ffa62a;
  width: 64px;
  height: 48px;
  border-radius: 0 25px 25px 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPHBhdGggZD0iTTY1Mi4zMjcsMzQ3LjY4N2E2LDYsMCwxLDAtNiw2QTYsNiwwLDAsMCw2NTIuMzI3LDM0Ny42ODdabS01LjY2Niw0LjA4MmE0LjEsNC4xLDAsMSwxLDMuNzQ4LTMuNzQ4QTQuMSw0LjEsMCwwLDEsNjQ2LjY2MSwzNTEuNzY5Wm05LjIyNiw1LjQ3OWExLjUsMS41LDAsMCwxLTIuMTIxLDBsLTMuNjcxLTMuNjcxYTcuMDYxLDcuMDYxLDAsMCwwLDIuMTIxLTIuMTIxbDMuNjcxLDMuNjcxQTEuNSwxLjUsMCwwLDEsNjU1Ljg4NywzNTcuMjQ4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY0MC4zMjcgLTM0MS42ODcpIi8+DQo8L3N2Zz4NCg==);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0 32px;
  z-index: 200;
  transition: .3s;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-contact {
  position: relative;
  padding: 0 24px 0 0;
}
.header-contact:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  background: #E6E6E6;
}
.header-user-name a span,
.header-contact a {
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
  transition: background .3s;
}
.header-user-name a span {
  margin-right: 4px;
}
.header-user-name {
  display: flex;
  align-items: center;
  padding: 0 0 0 24px;
}
.header-user-name img {
  width: 48px;
  height: 48px;
  margin: 0 0 0 16px;
}

@media screen and (min-width: 768px) {
  .search_container input[type="submit"]:hover {
    opacity: .7;
  }
  .header-user-name a:hover span,
  .header-contact a:hover {
    background-size: 100% 1px;
  }
  .left-nav.sp-only {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .header-inner {
    padding: 0 24px;
  }
  .header-contact {
    padding: 0 16px 0 0;
  }
  .header-user-name {
    padding: 0 0 0 16px;
  }
  .header-user-name img {
    width: 40px;
    height: 40px;
    margin: 0 0 0 8px;
  }
}


.search-result {
  position: absolute;
  z-index: 200;
  padding: 6px 0;
  margin-top: 35px;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  /*top: 90px;*/
  width: 420px;
  left: 50%;
  max-height: 240px;
  overflow-y: scroll;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 65%);
    -ms-transform: translate(-50%, -50%);
}
.search-result__list {
  display: flex;
  flex-wrap: wrap;
  padding: 6px;
  background-color: #fff;
}
.search-result__list:hover {
  background-color: #f1f3f4;
  cursor: pointer;
}
.header-refined-search {
  margin-top: -5px;
  padding: 0 12px 0 6px;
}
.main-wrap .search-block .search-result{
  display: none;
}
.main-wrap .search-block.focus .search-result{
  display: block;
}

/* カテゴリリスト
----------------------------------- */
.header-left-nav {
  /* position: relative; */
  /* max-width: 1400px; */
  /* margin: 0 auto; */
  /* z-index: 1; */
}


.left-nav {
  height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
  max-width: 320px;
}
.left-nav.has-kv {
  /* top: 380px; */
}
.left-nav::-webkit-scrollbar {
  width: 6px;
}
.left-nav::-webkit-scrollbar-track {
  background: #eee;
}
.left-nav::-webkit-scrollbar-thumb {
  background: #999;
}
.left-nav-wrap{
  margin: 0 40px;
}
.left-nav-block + .left-nav-block {
  margin: 32px 0 0;
}
.left-nav-ttl {
  font-weight: 700;
  margin: 0 0 16px;
}
.left-nav-item + .left-nav-item {
  margin: 16px 0 0;
}
@media screen and (max-width: 1100px) {
  .left-nav-wrap {
    /* margin: 0 16px; */
  }
}

@media screen and (max-width: 767px) {
  .left-nav {
    display: none;
  }
  .left-nav.has-kv {
    top: 0;
  }
  .left-nav {
    position: relative;
    margin: 0 0 24px;
    min-height: auto;
  }
  .header-nav .left-nav.sp-only {
    max-width: 100%;
    width: auto;
    padding-left: 17px;
  }
  .left-nav-wrap {
    margin: 20px 0;
  }
  .left-nav-block + .left-nav-block {
    margin: 16px 0 0;
  }
  .left-nav-ttl {
    font-weight: 700;
    margin: 0 0 8px;
  }
  .left-nav-item + .left-nav-item {
    margin: 8px 0 0;
  }
}

/* header
----------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-right: 1px solid #e6e6e6;
  background: #fff;
  z-index: 10000;
  overflow-y: scroll;
  width: 320px;
  height: 100%;
  padding: 80px 40px;
}

.header::-webkit-scrollbar {
  width: 6px;
}

.header::-webkit-scrollbar-track {
  background: #eee;
}

.header::-webkit-scrollbar-thumb {
  background: #999;
}

.header-logo {
  font-size: 0;
  margin: 0 0 16px;
}

.header-tag-line {
  font-size: 10px;
  margin: 0 0 52px;
}

.header-nav-item+.header-nav-item {
  margin: 40px 0 0;
}

.header-search-ttl {
  font-size: 10px;
  color: #7f7f7f;
  margin: 0 0 24px;
}

.header-tag-anc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  background: #333;
  padding: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.header-tag-anc a {
  color: #fff;
  text-decoration: none;
}

.header-tag-anc a:hover {
  color: #333;
}

.header-tag-anc:hover a {
  color: #333;
}

.header-tag-anc svg {
  fill: #fff;
  margin: 0 8px 0 0;
  transition: 0.3s;
}

.header-category-item+.header-category-item {
  margin: 6px 0 0;
}

.header-category-item a {
  display: inline-block;
  margin-right: auto;
  overflow: hidden;
}

.header-category-item a span.cat-title {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: auto;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header-left-nav .header-category-item a span.cat-title {
  white-space: normal !important;
  text-overflow: clip !important;
  overflow: visible !important;
}

.header-category-item a span.cat-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}

.header-nav-item.menu-download .header-category-item a {
  position: relative;
}

.header-nav-item.menu-download .header-category-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}

.header-nav-item.menu-download .header-category-item a:hover:before {
  transform: scale(1, 1);
}

.header-nav-btn {
  /* display: none; */
}

@media screen and (min-width: 897px) {
  .header-tag-anc:hover {
    color: #333;
    background: #fff;
  }

  .header-tag-anc:hover svg {
    fill: #333;
  }

  .header-category-item a:hover span:before {
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 896px) {
  .header {
    right: 0;
    width: auto;
    height: auto;
    padding: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .header::-webkit-scrollbar {
    display: none;
  }

  .header-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 64px;
    padding: 0 16px;
  }

  .header-logo {
    margin: 0;
  }

  .header-tag-line {
    margin: 4px 0 0;
  }

  .header-nav {
    display: block;
    position: fixed;
    top: 80px;
    right: -100vw;
    width: 100vw;
    height: calc(100vh - 80px);
    overflow: auto;
    background: #fff;
    padding: 32px 16px 160px;
    transition: 0.3s;
  }

  .header-nav.is-open {
    right: 0;
  }

  .header-nav-item+.header-nav-item {
    margin: 24px 0 0;
  }

  .header-category-item+.header-category-item {
    margin: 6px 0 0;
  }

  .header-search-ttl {
    margin: 0 0 16px;
  }

  .header-nav-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    background: #333;
  }

  .header-nav-btn>div {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 24px;
    height: 13px;
    transform: translateX(-50%);
  }

  .header-nav-btn span {
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .header-nav-btn span:nth-child(1) {
    top: 0;
  }

  .header-nav-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .header-nav-btn span:nth-child(3) {
    top: 100%;
  }

  .header-nav-btn.is-open span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  .header-nav-btn.is-open span:nth-child(2) {
    opacity: 0;
  }

  .header-nav-btn.is-open span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .header-nav-btn-txt {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    font-size: 11px;
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header-inner {
    height: 64px;
    padding: 0 16px;
  }
  .header-nav {
    display: block;
    position: fixed;
    top: 63px;
    right: -100vw;
    width: 100vw;
    height: calc(100vh - 63px);
    overflow: auto;
    border-top: 1px solid #E6E6E6;
    background: #fff;
    padding: 40px 16px 120px;
    transition: .3s;
  }
  .header-nav.is-open {
    right: 0;
  }

  .header-nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    background: #333;
  }
  .header-nav-btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background: #fff;
    transition: .3s;
  }
  .header-nav-btn span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -8px);
  }
  .header-nav-btn span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .header-nav-btn span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, 6px);
  }
  .header-nav-btn.is-open span:nth-child(1) {
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .header-nav-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header-nav-btn.is-open span:nth-child(3) {
    transform: translate(-50%, 0) rotate(45deg);
  }
  .search-block {
    position: static;
    transform: none;
  }
  .search_container {
    width: auto;
    margin: 0 0 24px;
  }
  .header-right {
    display: block;
  }
  .header-contact {
    padding: 0;
    margin: 0 0 8px;
  }
  .header-user-name {
    padding: 0;
  }

}


.category-block {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  line-height: 1.5;
}

.category-block span.js-icon {
  position: relative;
  display: block;
  width: 24px;
  flex-shrink: 0;
}

.category-block span.js-icon:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  top: 6px;
  left: 4px;
  border: none;
  border-top: 2px solid #7f7f7f;
  border-right: 2px solid #7f7f7f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.3s;
}

.category-block span.js-icon.folder-open:before {
  content: "";
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  transition: 0.3s;
}

.category-block span.js-icon:hover {
  cursor: pointer;
}

.header-category-li {
  font-size: 9pt;
}

.header-category-li ul {
  display: none;
  padding: 10px 20px;
  background: #f6f6f6;
}

.header-category-li .header-category-li .header-category-li {
  padding: 10px 0 10px 20px;
}

.header-category-li li {
  list-style: none;
}

.header-category-li a:link {
  text-decoration: none;
}

.header-category-li a:visited {
  text-decoration: none;
}

.header-category-li .num {
  font-size: 8pt;
}

.category-block .directry {
  position: relative;
  display: inline-block;
  width: 24px;
  flex-shrink: 0;
}

.category-block .directry:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 0;
  left: 4px;
  margin: 4px;
  padding: 2px;
  border-bottom: 1px solid #6D7175;
  border-left: 1px solid #6D7175;
}

.header-nav-item>.header-category-li>li>.category-block>a>.directry {
  display: none;
}

.banner-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-image img {
  height: 112px;
}