@charset "utf-8";
/* CSS Document */
.article-story.container {
  width: 700px;
  max-width: 90%;
}
.article-story figure {
    margin: 1.8em 0 0.8em;
}
.story-text p {
  margin: 1.0em 0;
}
figure.speech-icon , .speech-balloon p {
  margin: 0;
}
.story-text p a ,.story-text p a:link{
  color: #211E55;
  text-decoration: underline;
}
.story-text h3{
  font-weight: bold;
  margin: 2.8em 0 1.2em;
  padding: 0.25em 0.5em;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #dfdee5 0%, #ebdcdc 100%);
  border-image-slice: 1;
  font-size: 1.6rem;
}

/* pager
======================================= */
.single-pager {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
  margin: 50px 0;
}
.single-pager a {
  background: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 1em 5px 1em;
  height: 100%;
  box-shadow: 0 0 2px #a9a9a9;
}
.single-pager a.single-prev_link p:nth-child(2) {
  margin-left: 0.8em;
}
.single-pager a.single-next_link p:nth-child(2){
  margin-right: 0.8em;
}
.single-pager a.single-next_link {
  flex-direction: row-reverse;
  justify-content: space-between;
}
p.pager-prev-img, p.pager-next-img {
  max-width: 30%;
}
.pager-prev-img img, .pager-next-img img {
  max-width: 100%;
  width: auto;
  display: block;
  max-height: 100px;
}
/* 以下PC
=======================================
======================================= */
/* ここに768px以上の範囲のスタイルを記述 768~1024pxが適用範囲 
@media screen and (min-width: 768px) {
}*/
/* 
ここに1025px以上の範囲のスタイルを記述 1025以上適用範囲*/
 @media screen and (min-width: 1025px) {
  ul.single-pager {
    flex-direction: inherit;
  }
  ul.single-pager li {
    width: 48%;
  }
 }