@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho&display=swap");
@import url("../gf/KosugiMaru-Regular.ttf");
header {
  border-bottom: 5px solid hsl(27, 18%, 47%);
}
header .wp-block-image img {
  max-width: 200px;
}

blockquote {
  position: relative;
  padding: 10px 10px 10px 32px;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  background: #e0e0e0;
  font-size: 1rem;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: -15px;
  content: "“";
  font-family: sans-serif;
  color: #e0e0e0;
  font-size: 70px;
  line-height: 1;
  z-index: 2;
}

blockquote:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-width: 0 0 40px 40px;
  border-style: solid;
  border-color: transparent #ffffff;
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.t-right {
  text-align: right;
}

.wp-block-post-title {
  font-family: "Kosugi Maru", sans-serif;
}

.entry-content {
  padding-bottom: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.entry-content > div {
  max-width: 100%;
}
.entry-content .f-block {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .entry-content .f-block {
    display: block;
  }
}
.entry-content .f-block .b-right {
  margin-top: 50px;
}
.entry-content h3 {
  border-left: 5px solid hsl(27, 18%, 47%);
  padding-left: 10px;
}
.entry-content h4 {
  border-left: 3px solid hsl(27, 18%, 67%);
  padding-left: 10px;
}

.single .post-modified-info {
  text-align: right;
  font-size: 0.8rem;
}
.single .wp-block-post-title {
  font-size: 2.6rem;
  border-left: 10px solid hsl(27, 18%, 47%);
  padding-left: 10px;
}
.single .flex {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  width: 100%;
}
.single hr.tab-r-line {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 2px #CCC;
}
.single .tab-reader-box2 {
  flex: auto;
}

.flex-reader {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  width: 100%;
}

hr.tab-r-line {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 2px #CCC;
}

.tab-reader-box2 {
  flex: auto;
}

ol.no li {
  margin-left: 1.5em;
  padding-left: 0.5em;
}
ol.no li::marker {
  font-weight: bold;
  color: #e32222;
}

.wp-block-embed iframe {
  width: 100%;
}

.wp-block-quote {
  border-left: none;
}

.ad-box {
  text-align: center;
  border: 1px solid silver;
  max-width: 600px;
  position: relative;
  margin-top: 1em;
  padding: 1em 2em;
}
.ad-box .caption {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  background-color: white;
  transform: translateY(-50%) translateX(1em);
}

.entry-content p.post-modified-info:before {
  font-family: FontAwesome;
  content: "\f017";
}

.entry-content p.post-modified-info span:before {
  font-family: FontAwesome;
  content: " \f021";
}

.wp-container-9 {
  display: none;
}

.page .wp-block-post-title {
  max-width: 1200px;
  font-size: 2.6rem;
  border-left: 10px solid hsl(27, 18%, 47%);
  padding-left: 10px;
}

.page-id-1791 form#bd_form {
  max-width: 1200px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-id-1791 form#bd_form span {
  display: inline;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .page-id-1791 form#bd_form span {
    width: 100px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .page-id-1791 form#bd_form {
    display: block;
  }
}
.page-id-1791 table {
  width: 100%;
  margin-top: 50px;
}
.page-id-1791 table td {
  border-bottom: 1px dotted #000;
  padding: 0 20px;
}
.page-id-1791 .w-table {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .page-id-1791 .w-table {
    margin-inline: auto;
    overflow-x: auto; /* tableタグのはみ出た要素を隠す */
    white-space: nowrap; /* テキストの折り返しなし */
    width: 300px;
  }
  .page-id-1791 .w-table table {
    width: 500px; /* tableタグの親要素より広く */
  }
}

.widget_flex-posts-list .fp-post .fp-title {
  padding-left: 10px;
}

body.parent-pageid-1791 .is-layout-constrained > h3, body.parent-pageid-1791 .is-layout-constrained > h4 {
  max-width: var(--wp--style--global--content-size);
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-site-blocks {
  padding-bottom: 0;
}

.listing-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.listing-item a.image {
  order: 1;
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: block;
}
.listing-item a.image img {
  min-width: 80px;
  max-width: 100px;
  width: 200px;
  min-height: 80px;
  height: auto;
}
.listing-item a.title {
  order: 3;
}
.listing-item span.date {
  order: 2;
}

footer {
  background-color: hsl(27, 18%, 77%);
  padding-bottom: 50px;
}

.home footer > div {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .home .wp-block-latest-posts.is-grid li {
    margin: 0 0 10px 0;
  }
}
.home h1.wp-block-post-title {
  display: none;
}
.home .rss-adjust {
  margin-block-start: 0;
}
.home main {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  padding: 50px 0;
  margin-top: 0px !important;
}
.home .entry-content .line-left {
  background-color: #fff;
  padding: 20px;
  border-left: 10px solid rgba(237, 108, 2, 0.5);
}
.home .entry-content .line-left:first-of-type {
  border-left: 10px solid rgba(237, 108, 2, 0.5);
}
.home .entry-content .line-left:nth-child(2) {
  border-left: 10px solid hsl(27, 78%, 47%);
}
.home .entry-content .line-left:nth-child(3) {
  border-left: 10px solid hsl(27, 58%, 47%);
}
.home .entry-content .line-left:nth-child(4) {
  border-left: 10px solid hsl(27, 38%, 47%);
}
.home .entry-content .line-left:nth-child(5) {
  border-left: 10px solid hsl(27, 18%, 47%);
}
.home .entry-content h3 {
  max-width: 100%;
}
.home .entry-content h4 {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.home ul.wp-block-latest-posts__list li {
  border: 1px solid #e0e0e0;
  padding: 10px;
  box-sizing: border-box;
}
.home ul.wp-block-latest-posts__list li div {
  height: 230px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home ul.wp-block-latest-posts__list li div {
    height: auto;
  }
}
.top-rss-group {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-rss-group {
    display: block;
  }
}
.top-rss-group > div {
  margin-block-start: 0;
}

ul.top-multi-rss {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 90%;
}
ul.top-multi-rss span {
  display: inline-block;
}
ul.top-multi-rss .rss-date {
  padding-right: 10px;
}
ul.top-multi-rss .rss-author {
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.5);
}

body.home .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home .is-layout-constrained > :where(.wp-container-3, .wp-container-11, hr) {
  max-width: var(--wp--style--global--content-size);
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.top-pedia-group {
  margin-top: 30px;
}

.top-pedia-group-in {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .top-pedia-group-in {
    display: block;
  }
}
.top-pedia-group-in ul {
  border: 1px solid silver;
  padding-left: 0;
  width: calc((100% - 80px) / 5);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-pedia-group-in ul {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top-pedia-group-in ul li {
  list-style-type: none;
}
.top-pedia-group-in ul .img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.top-pedia-group-in ul .date {
  font-size: 0.8125em;
  padding: 0 10px;
}
.top-pedia-group-in ul .link-detail {
  padding: 0 10px;
}

input#q {
  border: 1px solid #aaebff;
  border: 1px solid rgba(49, 2, 2, 0.863);
  border: 1px solid rgba(49, 2, 2, 0.862745098);
  height: 38px;
  max-width: 250px;
  width: 250px;
  padding: 0 10px;
  box-sizing: content-box;
}

input[type=submit] {
  border: 0;
  width: 40px;
  height: 40px;
  background-color: #aaebff;
  background-color: rgba(49, 2, 2, 0.863);
  background-image: url(/search/img/search.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-left: -40px;
  margin-bottom: -15px;
}

#searchbox {
  text-align: center;
}

.seekone-wrap {
  display: flex;
}

@media screen and (max-width: 1080px) {
  .seekone-wrap {
    display: block;
  }
}
.seekone-wrap div {
  width: 50%;
  padding-bottom: 0;
}

@media screen and (max-width: 1080px) {
  .seekone-wrap div {
    width: 100%;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */