.yogojiten-block {
  border-style: solid;
  border-width: 1px 0;
  border-color: #4d4d4d;
  padding-top: 2.81rem;
  padding-bottom: 3.12rem;
}
@media screen and (max-width: 991px) {
  .yogojiten-block {
    padding-top: 6.11dvw;
    padding-bottom: 8.33dvw;
  }
}
.yogojiten-block + .yogojiten-block {
  border-top: none;
}

.yogojiten-contents {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, auto));
  grid-template-columns: 1fr calc(var(--baseW) * 4);
  gap: 0 var(--baseW);
  margin-top: 1.43rem;
  font-size: 1.06rem;
  line-height: 2.11em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .yogojiten-contents {
    display: block;
    font-size: 0.75rem;
    line-height: 1.83em;
    margin-top: 6.94dvw;
  }
}
.yogojiten-contents p {
  line-height: inherit;
  margin-bottom: 1.23em !important;
}
@media screen and (max-width: 991px) {
  .yogojiten-contents p {
    margin-bottom: 1.25em !important;
  }
}

.yogojiten-rightArea {
  grid-row: 1/-1;
  grid-column: 2/3;
}

.yogojiten-yogo {
  font-size: 1.37rem;
  line-height: 1.45em;
  font-family: var(--mincho-old);
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .yogojiten-yogo {
    font-size: 0.93rem;
    line-height: 2.13em;
  }
}

.yogojiten-yogo-kana {
  letter-spacing: 0.1em;
}

.yogojiten-links {
  margin-top: 1.56rem;
  font-size: 0.93rem;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .yogojiten-links {
    margin-top: 0.62rem;
    font-size: 0.62rem;
    line-height: 3;
  }
}
.yogojiten-links:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1px;
  border-top: solid 1px currentColor;
  vertical-align: middle;
  margin-right: 0.8em;
  transform: translateY(-0.1em);
}

.yogojiten-links-a {
  color: #bc161f;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  margin-right: 0.25em;
}
.yogojiten-links-a:hover, .yogojiten-links-a:visited {
  color: #bc161f;
  text-decoration-color: #bc161f;
}

@media screen and (max-width: 991px) {
  .yogojiten-image {
    text-align: center;
    margin-top: 4.16dvw;
    margin-bottom: 4.16dvw;
  }
}

@media screen and (max-width: 991px) {
  .yogojiten-image-spNarrow {
    max-width: 55.55dvw;
    margin-left: auto;
    margin-right: auto;
  }
}

.yogojiten-image-caption {
  font-family: var(--gothic);
  font-size: 0.87rem;
  line-height: 1.42em;
  margin-top: 0.6em;
}
@media screen and (max-width: 991px) {
  .yogojiten-image-caption {
    font-size: 1.09rem;
  }
}

.yogojiten-image-caption-left {
  text-align: left;
}

.yogojiten-image-caption-center {
  text-align: center;
}

.yogojiten-image-caption-s {
  font-size: 0.93em;
}
.yogojiten-table {
  border-color: #808080 !important;
  border-width: 1px;
  margin-top: 3.75rem !important;
}
@media screen and (max-width: 991px) {
  .yogojiten-table {
    margin-top: 6.94dvw !important;
  }
}

.yogojiten-table-th {
  font-size: 1rem !important;
  line-height: 2.25rem;
  width: calc(var(--baseW) * 4);
}

yogojiten-table-td {
  font-size: 0.93rem !important;
  line-height: 1.62rem;
}

.yogojiten-table-th, .yogojiten-table-td {
  padding: 1.87rem 1.25rem;
}

.yogojiten-block:has(.yogojiten-table) .yogojiten-content2 {
  margin-top: 3.75rem;
}

@media screen and (max-width: 991px) {
  .yogojiten-table {
    border: none;
  }
  .yogojiten-table .yogojiten-table-th, .yogojiten-table-td {
    display: block;
    width: auto;
  }
  .yogojiten-table-th {
    font-size: 0.81rem !important;
    line-height: 1.53em;
    padding: 4.72dvw 5.55dvw;
    border-width: 1px 1px 0;
  }
  .yogojiten-table-td {
    font-size: 0.75rem !important;
    line-height: 1.83em;
    padding: 4.16dvw 5.55dvw;
    margin-bottom: 5.55dvw;
    border-width: 1px;
  }
}

/*# sourceMappingURL=yogojiten-block.css.map */
