@charset "UTF-8";
/* ヘッダー調整 */
header nav li {
  border-right: 1px solid #aaa; }
  header nav li a {
    background: linear-gradient(#f8f8f8, #dedede);
    line-height: 26px;
    border-top: 1px solid #aaa !important;
    border-bottom: 1px solid #aaa !important; }
    header nav li a span {
      display: block;
      font-size: 10px;
      line-height: 0.8; }
    header nav li a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      background: #fff;
      clip-path: polygon(0 0, 0% 100%, 100% 0); }

header nav li:nth-child(1) a::after {
  background-color: #d1495a; }

header nav li:nth-child(2) a::after {
  background-color: #e99b3f; }

header nav li:nth-child(3) a::after {
  background-color: #f8d83b; }

header nav li:nth-child(4) a::after {
  background-color: #e9ec41; }

header nav li:nth-child(5) a::after {
  background-color: #86c841; }

header nav li:nth-child(6) a::after {
  background-color: #1fa76b; }

header nav li:nth-child(7) a::after {
  background-color: #25abb7; }

header nav li:nth-child(8) a::after {
  background-color: #2895c0; }

header nav li:nth-child(9) a::after {
  background-color: #4a7cbc; }

header nav li:nth-child(10) a::after {
  background-color: #796caf; }

header nav li:nth-child(11) a::after {
  background-color: #a9458b; }

header nav li:nth-child(12) a::after {
  background-color: #be408b; }

header nav li:nth-child(n) a:hover::after {
  background-color: #fff; }

header nav li:nth-child(3) a:hover::after {
  background-color: #222; }

header nav li:nth-child(4) a:hover::after {
  background-color: #222; }

#branch_name.kanto {
  background-color: #f8d83b;
  color: #222; }

.article_box article .category.kanto {
  background-color: #f8d83b; }
  .article_box article .category.kanto a {
    color: #222; }

/* 左メニューの幅調整 */
@media (min-width: 992px) {
  #container {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px; }
    #container.clearfix::after {
      display: none; } }
  @media (min-width: 992px) and (min-width: 1280px) {
    #container {
      gap: 40px; } }

@media (min-width: 992px) {
  #main {
    flex-basis: calc(100% - 260px); } }
  @media (min-width: 992px) and (min-width: 1280px) {
    #main {
      flex-basis: calc(100% - 320px); } }

@media (min-width: 992px) {
  #gnav {
    flex: 1 0 240px; } }
  @media (min-width: 992px) and (min-width: 1280px) {
    #gnav {
      flex: 1 0 280px; } }
@media (min-width: 992px) {
    #gnav aside li {
      margin: 0 20px 20px; } }
@media (min-width: 1280px) {
  #gnav aside li img.ringimg {
    width: 68px;
    right: 7px; }

  #gnav aside li img.handbookimg {
    width: 52px;
    left: 10px; } }
/* NEWマーク追加 */
.slicknav_nav li li a > span,
#menu > li.parent > ul > li > a > span {
  font-size: 10px; }

.child3 li span {
  right: 60px;
  padding-bottom: 0 !important; }
  @media (min-width: 992px) {
    .child3 li span {
      right: 20px; } }

.article_box article.newMark figure::before,
.slicknav_menu .newMark::before,
#menu .newMark::before {
  content: "";
  background: #d00;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%);
  z-index: 2; }
.article_box article.newMark figure::after,
.slicknav_menu .newMark::after,
#menu .newMark::after {
  content: "NEW";
  position: absolute;
  top: 8px;
  right: 1px;
  color: #fff;
  line-height: 1;
  transform: rotate(45deg);
  text-align: center;
  font-size: 12px;
  z-index: 2; }

aside span.data-update.newMark::before {
  content: "UP!";
  background: #d00;
  position: absolute;
  top: -14px;
  right: -12px;
  width: 32px;
  line-height: 32px;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 1px #fff;
  transform: rotate(10deg); }

/* 記事一覧カテゴリ名・続きを読む */
@media (max-width: 539.9px) {
  #contents_box .article_box article .category {
    width: 140px; } }
@media (min-width: 540px) {
  #contents_box .article_box.title_list {
    padding-top: 30px; }

  #contents_box .article_box article .category {
    width: 140px; }

  #contents_box .article_box article .more {
    margin: 0; } }
/* 支部インデックスページ */
.branchIndex#contents_box {
  background: #fff;
  padding: 0 10px 0 0; }

.branchEntryList#contents_box {
  padding-left: 10px;
  padding-right: 10px; }

.branchEntry#contents_box {
  padding-top: 30px; }

@media (min-width: 1024px) {
  #contents_box {
    max-width: none;
    flex-grow: 1; }

  #archive_box {
    max-width: 210px; } }
section.branchMember {
  margin-top: 30px; }

/* 支部記事ページ */
.h2_menu > time {
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  right: 10px;
  bottom: 0px; }

@media (max-width: 539.9px) {
  .h2_menu {
    margin-bottom: 20px; }

  .h2_menu > time {
    width: 100%;
    line-height: 20px;
    background: #86bcdd;
    right: 0;
    bottom: -20px; } }
/* 個別ページ */
.organization {
  background: url(../images/webpages/japan2025.png?d=202509051317) no-repeat right center/50%; }
