button {
  background: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  cursor: pointer;
}
button.archivesMore {
  background: #f0f0f0;
  border: 1px solid #111;
  border-radius: 5px;
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 80px auto 0;
  padding-block: 14px;
  padding-inline: 30px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
button.archivesMore:hover {
  background: #111;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
button.archivesAll {
  margin: 80px auto 0;
}
button a {
  background: #f0f0f0;
  border: 1px solid #111;
  border-radius: 5px;
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-block: 14px;
  padding-inline: 30px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
button a:hover {
  background: #111;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post .wp-block-buttons {
  margin: 30px 0 0;
}
.post .wp-block-buttons .wp-block-button__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post .wp-block-buttons .wp-block-button__link:hover {
  background: #fff;
  border: 1px solid #111;
  color: #111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post .wp-block-buttons .is-style-outline .wp-block-button__link:hover {
  background: #111;
  border: 2px solid #111;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

h2.wp-block-heading {
  border-bottom: 1px solid #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  margin: 50px 0 0;
  padding: 0 0 10px;
}
@media screen and (min-width: 992px) {
  h2.wp-block-heading {
    font-size: 22px;
  }
}

h3.wp-block-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  line-height: 160%;
  margin: 50px 0 0;
}
@media screen and (min-width: 992px) {
  h3.wp-block-heading {
    font-size: 20px;
  }
}
h3.wp-block-heading:before, h3.wp-block-heading:after {
  background: #111;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  width: 30px;
}
h3.wp-block-heading:after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

h4.wp-block-heading {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  margin: 50px 0 0;
}
@media screen and (min-width: 992px) {
  h4.wp-block-heading {
    font-size: 20px;
  }
}

figure.wp-block-image {
  margin: 30px 0 0;
}
figure.wp-block-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  figure.wp-block-image img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

ul.wp-block-list {
  margin: 30px 0 0;
  padding: 0 0 0 20px;
}
ul.wp-block-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
ul.wp-block-list li:not(:first-child) {
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  ul.wp-block-list li {
    font-size: 16px;
  }
}

ol.faqF {
  list-style-type: none !important;
  margin: 30px 0 0;
  padding: 0 0 0 44px;
  position: relative;
}
ol.faqF::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111;
  border: 1px solid #111;
  border-radius: 50%;
  color: #fff;
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: -3px;
  width: 30px;
}
ol.faqF li {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
ol.faqF li:not(:first-child) {
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  ol.faqF li {
    font-size: 16px;
  }
}
ol.faqQ {
  list-style-type: none !important;
  margin: 30px 0 0;
  padding: 0 0 0 44px;
  position: relative;
}
ol.faqQ::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  color: #111;
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: -3px;
  width: 30px;
}
ol.faqQ li {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
ol.faqQ li:not(:first-child) {
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  ol.faqQ li {
    font-size: 16px;
  }
}

.post p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  .post p {
    font-size: 16px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  background: #fff;
  border: 0;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  margin: 0;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  word-break: break-all;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1440px;
  padding-block: 50px 80px;
  padding-inline: 15px;
}
@media screen and (min-width: 992px) {
  .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 50px;
  }
}

.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 50px;
}

.dispPc,
.wp-admin .dispPc,
.wp-admin .dispSp {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .dispPc,
  .wp-admin .dispPc,
  .wp-admin .dispSp {
    display: block !important;
  }
}

.dispSp {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .dispSp {
    display: none !important;
  }
}

.dispNone {
  display: none !important;
}

pre {
  border-radius: 5px;
  background: #111;
  color: #fff;
  margin: 20px 0;
  padding: 20px;
  overflow-x: auto;
}
pre code {
  font-size: 14px;
}

.wp-block-separator {
  border-top: 1px solid #ccc;
}

footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 50px;
}
@media screen and (min-width: 992px) {
  footer {
    padding: 80px;
  }
}
footer img {
  height: auto;
  max-width: 218px;
}
footer p {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

header img {
  height: auto;
  max-width: 218px;
}
@media screen and (min-width: 992px) {
  header img {
    max-width: 442px;
  }
}
header h1,
header p {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin: 20px 0 0;
}
@media screen and (min-width: 992px) {
  header h1,
  header p {
    font-size: 20px;
    line-height: 1;
    margin: 30px 0 0;
  }
}

.archives {
  display: -ms-grid;
  display: grid;
  gap: 30px 20px;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 992px) {
  .archives {
    gap: 30px 50px;
    -ms-grid-columns: minmax(0, 1fr) 50px minmax(0, 1fr) 50px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.archives .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 280px;
}
.archives .post img {
  aspect-ratio: 1/1;
  background: #f0f0f0;
  border: 1px solid #111;
  border-radius: 20px;
  height: auto;
  max-height: 280px;
  max-width: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.archives .post .meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archives .post .meta p {
  background: #f0f0f0;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 10px;
  margin: 0;
}
.archives .post .meta time {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.archives .post h2 {
  margin: 0;
  text-align: justify;
}
.archives .post h2 a {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
.archives .post ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.archives .post ul li {
  border: 1px solid #111;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 10px;
}

aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-block: 30px 0;
  max-width: 360px;
  position: relative;
}
aside #wdFilter li.current {
  background: #111;
  color: #fcdc4b;
}
aside .catTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #111;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  font-weight: 600;
  height: 360px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 120%;
  margin: 0;
  text-align: center;
  width: 360px;
}
aside .narrowDown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #111;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
aside .narrowDown_ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
aside .narrowDown_cat {
  width: 100%;
}
aside .narrowDown_cat p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
aside .narrowDown_cat ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
}
aside .narrowDown_cat ul li {
  background: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
aside .narrowDown_cat ul li:hover {
  background: #111;
  color: #fcdc4b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
aside .narrowDown_tag {
  width: 100%;
}
aside .narrowDown_tag p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
aside .narrowDown_tag ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
}
aside .narrowDown_tag ul li {
  border: 1px solid #111;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
aside .narrowDown_tag ul li:hover {
  background: #111;
  color: #fcdc4b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
aside .stickyArea {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: sticky;
  top: 100px;
  z-index: 2;
}
aside .index {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #111;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
aside .index_ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
aside .index #wdToc {
  counter-reset: toc;
}
aside .index #wdToc li::before {
  counter-increment: toc;
  content: counter(toc) "";
}
aside .index #wdToc li a {
  color: #666;
  text-decoration: none;
}
aside .index #wdToc li.current a {
  color: #111;
}
aside .index ul {
  border-left: 5px solid #111;
  list-style-type: none !important;
  margin: 0;
  padding: 10px 50px;
}
aside .index ul li {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
aside .index ul li.current {
  color: #111;
  font-size: 14px;
  font-weight: 600;
}
aside .index ul li:not(:first-child) {
  margin: 20px 0 0;
}
aside .index ul li::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111;
  border-radius: 50%;
  color: #fff;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -30px;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 20px;
}
aside .postTag {
  width: 100%;
}
aside .postTag p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
aside .postTag ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
}
aside .postTag ul li {
  border: 1px solid #111;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 10px;
}

.single aside .catTtl {
  font-size: 32px;
}

.post .postHeader {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 144px 20px auto;
  grid-template-columns: 144px auto;
  margin: 0 0 50px;
}
@media screen and (min-width: 992px) {
  .post .postHeader {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    -ms-grid-columns: 280px 30px auto;
    grid-template-columns: 280px auto;
  }
}
.post .postHeader img {
  aspect-ratio: 1/1;
  background: #f0f0f0;
  border: 1px solid #111;
  border-radius: 20px;
  height: auto;
  max-height: 144px;
  max-width: 144px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .post .postHeader img {
    max-height: 280px;
    max-width: 280px;
  }
}
.post .postHeader .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.post .postHeader .meta time {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .post .postHeader .meta time {
    font-size: 16px;
  }
}
.post .postHeader .meta h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .post .postHeader .meta h1 {
    font-size: 24px;
  }
}