#page {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#page .themonic-logo {
  text-align: left;
  text-align: center;
  background: url("../img/img_header01.svg") no-repeat right 0px center;
  background: url("../img/img_header01.svg") no-repeat top 10px center;
  background-size: auto 80%;
  background-size: 160px;
  padding-top: 100px;
}
#page .themonic-logo img {
  width: 190px;
  width: 215px;
}
@media screen and (max-width: 385px) {
  #page .themonic-logo {
    background-size: calc(100% - 210px);
  }
}
#page .read-more a {
  color: #60797d;
  text-decoration: underline;
}
#page .themonic-logo {
  float: none;
}
#page .themonic-nav .current-menu-item > a,
#page .themonic-nav .current-menu-ancestor > a,
#page .themonic-nav .current_page_item > a,
#page .themonic-nav .current_page_ancestor > a {
  background: #3e3a39;
}
#page .themonic-nav li:hover {
  background: #3e3a39;
}
#page .entry-header .entry-title {
  font-size: clamp(1.4rem, 3vw, 18px);
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
#page .entry-header .entry-title a {
  color: #fff;
  background: #60797d;
  background: #7b8b8e;
  padding: 5px 10px;
  line-height: 1.4;
  display: block;
}
#page .entry-header .entry-title a:hover {
  opacity: 0.7;
}
#page .entry-header .entry-title a.entry-title_new {
  padding-right: 62px;
}
#page .entry-header .entry-title span.new {
  background-color: #DD0000;
  font-size: 90%;
  padding: 0.1em 0.3em 0.2em;
  position: absolute;
  top: 4px;
  right: 10px;
}
#page .archive-title {
  font-size: clamp(1.6rem, 3.4vw, 20px);
  line-height: 1.4;
}
#page .page-title {
  line-height: 1.4;
  font-size: clamp(1.2rem, 2vw, 13px);
}
#page .page-title span {
  font-size: clamp(1.6rem, 3.4vw, 20px);
}
#page .wp-block-search__button {
  background: #60797d;
  background: #7b8b8e;
}
#page footer[role="contentinfo"] {
  background: #3e3a39;
}
#page .bnrFooter {
  text-align: center;
}
#page .bnrFooter ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
#page .bnrFooter ul li {
  max-width: 200px;
}
#page .bnrFooter ul li img {
  max-width: 100%;
}
#page .bnrFooter ul li a {
  transition: .4s;
}
#page .bnrFooter ul li a:hover {
  opacity: .8;
}
#page .site-wordpress {
  /*float: none;*/
  text-align: center;
}
#page .widget-area .widget .wp-block-heading {
  margin-bottom: 5px;
}
#page .widget-area .widget .children li:last-child {
  border-bottom: none;
}
#page .below-title-meta .author, #page .below-title-meta .fn, #page .below-title-meta .adt-comment, #page .below-title-meta .meta-sep {
  display: none;
}
#page .entry-summary p {
  margin: 10px 0 20px;
}
#page .addDate,
#page .below-title-meta {
  color: #921d24;
}
#page #searchsubmit {
  background: #60797d;
  border-color: #60797d;
}
#page .entry-content .widget_recent_entries a {
  color: #60797d;
}
#page .entry-meta > span {
  font-weight: 400;
}
#page .entry-meta > span a {
  color: inherit;
}
#page .wp-block-archives-list li:nth-child(n+19) {
  display: none;
}
@media screen and (min-width: 768px) {
  #page .themonic-logo {
    text-align: left;
    background-position: right 20px center;
    background-size: contain;
    padding-top: 17px;
  }
  #page .themonic-logo img {
    width: 550px;
  }
  #page .themonic-nav ul.nav-menu, #page .themonic-nav div.nav-menu > ul {
    background: #ededed;
    border-bottom-color: #3e3a39;
  }
  #page .themonic-nav li {
    border-right: 1px #ededed solid;
  }
  #page .themonic-nav li a {
    font-size: 14px;
  }
  #page .themonic-nav li:not(.current-menu-item):hover a {
    color: #fff;
  }
  #page .themonic-nav li:not(.current-menu-item) a {
    color: #3e3a39;
  }
}
@media screen and (max-width: 767px) {
  #page body, #page html {
    overflow-x: hidden;
  }
  #page .themonic-nav {
    margin-top: 0;
  }
  #page button.menu-toggle {
    font-size: 18px;
    position: relative;
  }
  #page button.menu-toggle label.iomenu {
    margin-top: 0;
    position: absolute;
    top: 11px;
  }
  #page .bnrFooter ul {
    flex-direction: column;
    align-items: center;
  }
}

.site-content nav#nav-below {
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
