/* 後でstyle.cssにマージ */

/* 1630行目 */
.news-pickup-list {
  align-items: flex-start;
}

/* 1695行目 */
.top-news-list-button a {
  min-width: min(calc(45vw / 3.75),45px);
  background-color: transparent;
  text-align: left;
  padding-inline: 0;
  cursor: pointer;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .top-news-list-button a {
    text-align: center;
    min-width: min(calc(80vw / 3.75),80px);
  }
}

.top-news-list-button p {
  display: inline-block;
  color: #757575;
  font-size: clamp(min(calc(14vw / 3.75),14px),calc(16vw / 10),16px);
  font-weight: 700;
  border-bottom: 1px solid transparent;
  padding: 0 2px;
}
.top-news-list-button .top-news-active p {
  border-bottom: 1px solid #5a75b8;
  color: #1e2f38;
}
.top-news-list-button :hover p {
  border-bottom: 1px solid #5a75b8;
}

/* ページネーション追加 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg li {
  line-height: 1.75;
}

.wysiwyg dl,
.wysiwyg ol,
.wysiwyg p,
.wysiwyg ul {
    margin-bottom: 1rem;
}

.wysiwyg a {
  color: #0097c1;
  text-decoration: underline;
}

.wysiwyg a:has(img) {
  display: inline-block;
}

.wysiwyg a:hover {
  opacity: 0.8;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg b,
.wysiwyg strong {
  font-weight: bolder;
}

.wysiwyg blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

.wysiwyg i,
.wysiwyg cite,
.wysiwyg em,
.wysiwyg var,
.wysiwyg address {
  font-style: italic;
}

.wysiwyg pre,
.wysiwyg tt,
.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp {
  font-family: monospace;
}

.wysiwyg pre {
  white-space: pre;
}

.wysiwyg button,
.wysiwyg textarea,
.wysiwyg input,
.wysiwyg select {
  display: inline-block;
}

.wysiwyg big {
  font-size: 1.17em;
}

.wysiwyg small,
.wysiwyg sub,
.wysiwyg sup {
  font-size: 0.83em;
}

.wysiwyg sub {
  vertical-align: sub;
}

.wysiwyg sup {
  vertical-align: super;
}

.wysiwyg thead,
.wysiwyg tbody,
.wysiwyg tfoot {
  vertical-align: middle;
}

.wysiwyg td,
.wysiwyg th,
.wysiwyg tr {
  vertical-align: inherit;
}

.wysiwyg s,
.wysiwyg strike,
.wysiwyg del {
  text-decoration: line-through;
}

.wysiwyg hr {
  border: 1px inset;
}

.wysiwyg ol,
.wysiwyg ul,
.wysiwyg dir,
.wysiwyg menu,
.wysiwyg dd {
  margin-left: 40px;
}

.wysiwyg ol {
  list-style-type: decimal;
}

.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul,
.wysiwyg ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.wysiwyg u,
.wysiwyg ins {
  text-decoration: underline;
}

.wysiwyg center {
  text-align: center;
}

.wysiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.wysiwyg .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wysiwyg img {
  width: revert-layer;
  max-width: 100%;
}