@charset "utf-8";

/** ***************************************************************************
 * アンカーナビ
 * ************************************************************************* */

#main-contents nav.anchor-nav ul.list {
  max-width: none;
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#main-contents nav.anchor-nav ul.list li {
  width: calc(100% / 4);
  min-width: 6em;
  padding: 5px;
}

#main-contents nav.anchor-nav ul.list li a {
  height: 100%;
  padding: 0.375em 0.5em 1.625em;
  color: #fff;
  border-radius: 8px;
  background-color: rgba(var(--accentcolor-marutsu-1), 1.0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

#main-contents nav.anchor-nav ul.list li a::after {
  content: '';
  width: 0.875em;
  height: 1em;
  background: url("../_image/_common/icon-arrow-3.png") 0 0 / 100% 100% no-repeat;
  filter: brightness(0) invert(1);
  transform-origin: center center;
  transform: rotate(90deg);
  position: absolute;
  z-index: 1;
  left: calc(50% - 0.5em);
  bottom: 0.5em;
}

@media screen and (min-width:737px) {

  #main-contents nav.anchor-nav ul.list li {
    width: calc(100% / 8);
  }

}

/**
 * 上部
 */

#anchor-nav-top {
  margin-bottom: 15px;
}

@media screen and (min-width:737px) {

  #anchor-nav-top {
    margin-bottom: 30px;
  }

}

/** ***************************************************************************
 * 用語集共用
 * ************************************************************************* */

/**
 * タイトル
 */

#main-contents section.glossary .section-title {
  padding: 0.25em 0.5em 0.375em;
  color: rgb(var(--accentcolor-marutsu-1));
  font-size: 1.286em;
  font-weight: 600;
  background-color: #f5f5f5;
}

@media screen and (min-width:737px) {

  #main-contents section.glossary .section-title {
    font-size: 1.333em;
  }

}

/**
 * 用語集
 */

#main-contents dl.glossary div.item {
  padding: 0.75em;
}

#main-contents dl.glossary div.item ~ div.item {
  border-top: 1px solid #cecece;
}

#main-contents dl.glossary dt {
  margin-bottom: 0.25em;
  font-weight: 600;
}

/**
 * 引用
 */

#citation {
  padding-top: 1em;
  border-top: 1px solid #cecece;
  text-align: right;
}

@media screen and (min-width:737px) {

  #citation {
    text-align: right;
  }

}
