@charset "UTF-8";
/*
***
***
***
***
***
*/
.wpcf7-not-valid-tip {
  display: block;
}

.screen-reader-response {
  display: none;
}

.plainSubmit {
  padding-top: 20px;
}
.plainSubmit input[type=submit] {
  width: 6em;
  color: #fff;
  background: #318b29;
}
.plainSubmit input[type=submit]:hover {
  background: #14630d;
}

.archive {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.archiveInner {
  flex: 1;
}
.archiveCont {
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

.pageNav {
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.025);
  padding-left: 20px;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  margin-top: 2em;
}
@media screen and (max-width: 800px) {
  .pageNav {
    padding-left: 10px;
  }
}
.pageNav a,
.pageNav span {
  line-height: 1;
  margin-right: 0.2em;
  position: relative;
  display: block;
}
.pageNav span,
.pageNav span > a {
  font-size: 95%;
}
.pageNav > div {
  font-size: 95%;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
}
.pageNav > div::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform-origin: 50% 50%;
  transform: scale(0.5) rotate(45deg);
}
.pageNav > div:last-of-type::after {
  content: none;
}

.commPostCat {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.025);
}
.commPostCat a {
  display: block;
  padding: 1em;
  margin-top: 1em;
  background: rgba(0, 68, 255, 0.05);
  margin-right: 1em;
  background: #fff;
  border: 1px solid #6dace2;
}
.commPostCat a:hover {
  background: #6dace2;
  color: #fff;
}

.commTable dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.commTable dt {
  width: 11em;
  background: rgba(0, 0, 0, 0.025);
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
  margin-bottom: 1px;
}
.commTable dd {
  width: calc(100% - 11em);
}
.commTable dd ul.listStyleDisk > li {
  position: relative;
  padding-left: 0.8em;
}
.commTable dd ul.listStyleDisk > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.commTable dd ul.listStyleNotice li {
  position: relative;
  padding-left: 1.1em;
}
.commTable dd ul.listStyleNotice li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.commTable dt,
.commTable dd {
  padding: 1em;
}
@media screen and (max-width: 500px) {
  .commTable dt,
  .commTable dd {
    width: 100%;
  }
}/*# sourceMappingURL=page.css.map */