@charset "UTF-8";
/*--------------------------------------------------------------------
	topics個別ページ
--------------------------------------------------------------------*/
.topics {
  background: url(../../images/page/topics/mv.jpg) no-repeat;
}
.topics-page {
  padding: 5% 0;
}
.topics-page.page {
  min-height: auto;
}
.topics-page .postWrap .post-header {
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 16px;
}
.topics-page .postWrap .post-header--ttl {
  font-size: 2em;
}
.topics-page .postWrap .post-header .date {
  color: #222;
  font-size: 1em;
  padding-left: 2px;
}
.topics-page .postWrap .editor {
  padding: 3% 0 12%;
}
.topics-page .backBtn {
  margin-top: 7.5%;
}
.topics-page .backBtn a {
  display: block;
  max-width: 240px;
  margin: auto;
  text-align: center;
  color: #222;
  border: 1px solid #444;
  padding: 8px 0;
  font-size: 0.875em;
}

@media screen and (max-width: 767px) {
  .topics-page .postWrap .post-header--ttl {
    font-size: 1.5em;
  }
  .topics-page .postWrap .post-header .date {
    font-size: 0.875em;
    padding: 0;
  }
}
/*--------------------------------------------------------------------
	topics一覧ページ
--------------------------------------------------------------------*/
.topics-list {
  background: url(../../images/page/topics/mv.jpg) no-repeat;
}
.topics-list-page {
  padding: 5% 0;
}
.topics-list-page.page {
  min-height: auto;
}
.topics-list-page .listWrap dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2%;
  border-bottom: 1px solid #C6C6C6;
}
.topics-list-page .listWrap dl dt {
  display: inline-block;
  width: 15%;
}
.topics-list-page .listWrap dl dd {
  width: 85%;
}
.topics-list-page .listWrap-date {
  color: #000;
}
.topics-list-page .listWrap-ttl {
  color: #000;
  display: inline;
}

.pnavi {
  text-align: center;
  padding: 5% 0 0;
}
.pnavi .page-numbers {
  padding: 8px 16px;
  border: 1px solid #0E6FBA;
  color: #0E6FBA;
  margin: 0 8px;
}
.pnavi .page-numbers.current {
  background-color: #0E6FBA;
  color: #fff;
}
.pnavi .page-numbers.dots, .pnavi .page-numbers.prev, .pnavi .page-numbers.next {
  border: none;
}

@media screen and (max-width: 767px) {
  .topics-list-page .listWrap dl dt {
    width: 20%;
  }
  .topics-list-page .listWrap dl dd {
    width: 80%;
  }

  .pnavi {
    text-align: center;
    padding: 8% 5% 0 5%;
  }
  .pnavi .page-numbers {
    padding: 6px 12px;
    margin: 0 4px;
  }
}
/*--------------------------------------------------------------------
	editor
--------------------------------------------------------------------*/
.editor {
  min-height: 35vh;
}
.editor .wp-block-image {
  margin: 5% 0;
}
.editor .is-style-rounded img {
  border-radius: 50%;
}
.editor .is-style-shadow img {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.editor .wp-block-gallery {
  margin: 5% 0;
}
.editor .wp-block-gallery .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.editor .wp-block-gallery .blocks-gallery-grid li {
  width: 31.6666666%;
  margin: 0 2.5% 2.5% 0;
}
.editor .wp-block-gallery .blocks-gallery-grid li:nth-child(3n) {
  margin: 0 0 2.5% 0;
}
.editor img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 24px 0;
}
.editor img.aligncenter {
  display: block;
  margin: 24px auto;
}
.editor img.alignright {
  float: right;
  margin: 24px 0 24px 24px;
}
.editor img.alignright:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.editor img.alignleft {
  float: left;
  margin: 24px 24px 24px 0;
}
.editor img.alignleft:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.editor img .clearfix {
  overflow: hidden;
  zoom: 1;
}
.editor img .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.editor h1 {
  font-size: 2em;
  margin: 5% 0 2.5% 0;
}
.editor h2 {
  font-size: 1.875em;
  margin: 5% 0 2.5% 0;
}
.editor h3 {
  font-size: 1.75em;
  margin: 5% 0 2.5% 0;
}
.editor h4 {
  font-size: 1.5em;
  margin: 5% 0 2.5% 0;
}
.editor p {
  margin: 0 0 16px 0;
  line-height: 2.25;
}
.editor ul {
  padding: 16px;
}
.editor ul li {
  margin: 0 0 4px 0;
}
.editor ul li ul {
  margin: 16px;
}
.editor ul li::before {
  content: "・";
  padding-right: 4px;
}
.editor ol {
  padding: 16px;
}
.editor ol li {
  margin: 0 0 4px 0;
  counter-increment: counter;
}
.editor ol li::before {
  content: counter(counter) ". ";
  padding-right: 4px;
}
.editor table {
  border-collapse: collapse;
  margin: 0 0 40px;
}
.editor table tr th, .editor table tr td {
  padding: 16px;
  border: 1px solid #ccc;
}
.editor strong {
  font-weight: bold;
}
.editor em {
  font-style: italic;
}
.editor blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.editor blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.editor blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.editor blockquote cite {
  display: block;
  text-align: right;
  color: #ddd;
  font-size: 0.875em;
}
/*# sourceMappingURL=topics.css.map */