article {
  max-width: 90%;
  margin: 50px auto;
}
@media (min-width: 1025px) {
  article {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
  }
}
article .pagetitle {
  width: 100%;
  font-size: 5vw;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 30px;
  padding: 23px 10px 20px 10px;
  clear: both;
  color: #333333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  background-image: url("https://seikotsuin-ren.com/wp-content/uploads/2019/11/footer_bg.png");
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  article .pagetitle {
    font-size: 32px;
    margin-top: 50px;
  }
}
article .subTit {
  width: 100%;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 3.255208333%;
  padding: 8px 10px 5px 20px;
  clear: both;
  color: #ffffff;
  background-color: #f08500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.col3 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
  margin: 30px auto;
}
@media (min-width: 1025px) {
  .col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

.tag {
  text-align: center;
  font-size: 0.75em;
  font-weight: var(--semi);
  border-radius: 5px;
  line-height: 1;
  --tagPad: .5em .75em;
  display: inline-block;
}
.tag a,
.tag i {
  text-decoration: none;
  display: block;
  padding: var(--tagPad);
  color: #222222;
  font-style: normal;
}
.tag a {
  transition: all 0.4s ease-in-out;
}
.tag.bk {
  background: #222222;
  border: 1px solid;
  color: #ffffff;
}
.tag.border {
  border: 1px solid;
}
.tag + .tag {
  margin-left: 0.3em;
}

.tag:not(:has(a)):not(:has(i)) {
  display: block;
  padding: var(--tagPad);
}

@media (min-width: 1025px) {
  .tag.border a:hover {
    background: #222222;
    color: #ffffff;
  }
}
.stamp {
  letter-spacing: 0;
  font-size: var(--size);
  font-weight: var(--bold);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.stamp i {
  width: 100%;
  font-size: 0.6em;
  display: block;
  line-height: 1;
  font-style: normal;
}
.stamp span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.stamp span:first-of-type:after {
  content: "";
  display: block;
  width: 0.75em;
  height: 2px;
  transform: rotate(-60deg);
  background: currentColor;
  margin: 0.15em -0.15em 0;
}
.stamp small {
  font-size: 0.45em;
  display: block;
  width: 100%;
  line-height: 1.5;
  text-align: center;
}
.stamp small:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: currentColor;
  opacity: 0.2;
  margin: 0.5em 0 0.5em;
}
.stamp small u {
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.35em;
}

@media (min-width: 1025px) {
  .stamp {
    --size: 2em;
  }
}
@media (max-width: 1025px) {
  .stamp {
    --size: 2.5em;
    margin-right: 1rem;
    line-height: 1;
  }
}
.wp-pagenavi {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 3rem 0 0;
  position: relative;
  letter-spacing: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  padding: 0;
  border-radius: var(--rad0);
}
.wp-pagenavi a {
  text-decoration: none;
  border: 1px solid;
  background: none;
  color: #222222;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  transition: 0.4s all ease-in-out;
  border-radius: 5px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  border: none;
}
.wp-pagenavi a.last, .wp-pagenavi a.first {
  width: auto;
  border: none;
  padding: 0 0.5em;
}
.wp-pagenavi a:hover {
  background: #222222;
  color: #ffffff;
}
.wp-pagenavi span {
  line-height: 1.5;
}
.wp-pagenavi span.pages {
  letter-spacing: 0;
}
.wp-pagenavi span.current {
  text-decoration: none;
  border: 1px solid;
  background: #222222;
  color: #ffffff;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
}
.wp-pagenavi span.extend {
  line-height: 2rem;
  margin: 0 0.5rem;
  text-decoration: none;
}

.new {
  --tagPad: .25em .5em;
  font-size: 0.7em;
  border-radius: 2px;
  line-height: 1;
  padding: var(--tagPad);
  background: #ffbc57;
  color: #ffffff;
}

@media (max-width: 1025px) {
  .naottaList {
    font-size: 3.5vw;
  }
}
.naottaList .listElm {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.naottaList .listElm a {
  display: block;
  width: 100%;
  position: relative;
  color: #222222;
}
.naottaList .listElm a .new {
  position: absolute;
  top: var(--elmPos);
  right: var(--elmPos);
  z-index: 1;
}
.naottaList .listElm a .stamp {
  position: absolute;
  top: var(--elmPos);
  left: var(--elmPos);
  z-index: 2;
  color: #ffffff;
}
.naottaList .listElm a .stamp i {
  font-style: normal;
}
.naottaList .listElm a figure {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #000000;
  aspect-ratio: 1/1;
  border-radius: 20px;
}
.naottaList .listElm a figure img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
  object-fit: cover;
}
.naottaList .listElm a .entryMeta {
  position: absolute;
  z-index: 2;
  line-height: 1.2;
  bottom: var(--elmPos);
  left: var(--elmPos);
}
.naottaList .listElm a .entryMeta p {
  display: block;
  margin-bottom: 0.25em;
  font-weight: 600;
  background: #ffffff;
  color: #222222;
  padding: 0.1em;
}
.naottaList .listElm a .entryMeta p small {
  display: inline-block;
}
.naottaList .listElm a .entryMeta .tag {
  color: #ffffff;
  display: inline-block;
}
.naottaList .listElm a:hover figure img {
  transform: scale(1.1);
  opacity: 1;
}

@media (min-width: 1025px) {
  .naottaList {
    --elmPos: 1rem;
  }
}
@media (max-width: 1025px) {
  .naottaList {
    --elmPos: 1rem;
  }
}
.pagesCap .flexBox {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.pagesCap .flexBox .column {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border: 2px solid #000;
  padding: 2px;
  border-radius: 10px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .pagesCap .flexBox .column {
    width: 130px;
    height: 130px;
    border-radius: 30px;
  }
}
.pagesCap .flexBox .column .time {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 1025px) {
  .pagesCap .flexBox .column .time {
    font-size: 30px;
    border-radius: 30px;
  }
}
.pagesCap .flexBox .column .time i {
  font-size: 12px;
}
@media (min-width: 1025px) {
  .pagesCap .flexBox .column .time i {
    font-size: 16px;
  }
}
.pagesCap .flexBox .entMeta {
  line-height: 1.5;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
}
.pagesCap .flexBox .entMeta .italic {
  display: block;
  font-style: normal;
  font-size: 16px;
}
.pagesCap .flexBox .tags {
  margin: 0 0 0 auto;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.pagesCap .flexBox .tags em {
  font-size: 14px;
  font-style: normal;
  color: #ffbc57;
}

.sepSect {
  margin: 30px 0;
}
@media (max-width: 1025px) {
  .sepSect {
    font-size: 3.5vw;
  }
}
@media (min-width: 1025px) {
  .sepSect {
    display: grid;
    gap: 0 50px;
    grid-template-columns: 1fr 1.5fr;
    align-items: flex-start;
    margin: 80px 0;
  }
}
.sepSect .figWrap {
  overflow: hidden;
}
@media (max-width: 1025px) {
  .sepSect .figWrap {
    margin-bottom: 30px;
  }
}
.sepSect .figWrap figure {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #000000;
  aspect-ratio: 1/1;
  border-radius: 20px;
}
.sepSect .figWrap figure img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  object-fit: cover;
}
.sepSect .figWrap:hover figure img {
  transform: scale(1.1);
  opacity: 1;
}
.sepSect .contWrap .coTable dl {
  display: flex;
}
@media (min-width: 1025px) {
  .sepSect .contWrap .coTable dl {
    --dtW: 7em;
  }
}
@media (max-width: 1025px) {
  .sepSect .contWrap .coTable dl {
    --dtW: 7em;
  }
}
.sepSect .contWrap .coTable dl dt:after,
.sepSect .contWrap .coTable dl dd:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: currentColor;
}
.sepSect .contWrap .coTable dl dt {
  padding: 1em 0;
  text-transform: uppercase;
  width: var(--dtW);
  letter-spacing: 0;
  position: relative;
  opacity: 0.75;
}
.sepSect .contWrap .coTable dl dd {
  padding: 1em;
  flex: 1;
  position: relative;
}
.sepSect .contWrap .coTable dl dd:after {
  opacity: 0.2;
}
.sepSect .contWrap .reportArea {
  margin-top: 40px;
}
.sepSect .contWrap .reportArea .italic {
  margin-bottom: 10px;
  display: block;
  font-style: normal;
  color: #ffbc57;
}

.btnWrap {
  text-align: right;
}
@media (max-width: 1025px) {
  .btnWrap {
    font-size: 3.5vw;
  }
}
.btnWrap .btn {
  --arrow: .75em;
  --wid: calc(var(--arrow) * 1.5);
  --paddingPort: calc(var(--arrow) * 1);
  --paddingLand: calc(var(--arrow) * 2);
  --right: calc(var(--paddingLand) * .25);
  --arrowPsos: var(--arrow);
  --display: inline-block;
  --borderWid: 2px;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  position: relative;
  display: var(--display);
  z-index: 1;
  cursor: pointer;
  padding: var(--paddingPort) var(--paddingLand);
  transition: all 0.4s ease-in-out;
  border-radius: var(--rad0);
  gap: var(--padding);
}
.btnWrap .btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: var(--arrow);
  height: var(--arrow);
  z-index: 0;
  border-top: var(--borderWid) solid;
  border-right: var(--borderWid) solid;
  transform: rotate(45deg);
  margin-left: var(--arrowPsos);
  flex-shrink: 0;
}
.btnWrap .btn.shadow {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  color: #222;
  text-decoration: none;
}
.btnWrap .btn.shadow:hover {
  background: #FFA647;
  color: #ffffff;
}/*# sourceMappingURL=voice.css.map */