@charset "UTF-8";
#page.single {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 80px;
}
#page.single .single-contens {
  max-width: 1000px;
  width: 98%;
  margin: 0 auto;
}
#page.single .article-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
#page.single .single-day {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 10px;
}
#page.single .single-thumbnail {
  width: auto;
  max-width: 100%;
  margin: 0 auto 50px;
}
#page.single .single-thumbnail img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
#page.single .single-main-contens h2 {
  font-size: 24px;
  border-bottom: 2px solid #000;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-bottom: 30px;
}
#page.single .single-main-contens h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-left: solid 4px #000;
  padding-left: 5px;
  margin-bottom: 30px;
  line-height: 1.75;
}
#page.single .single-main-contens h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  border-bottom: 6px solid #fc1718;
  padding: 10px 0px;
  margin-bottom: 30px;
}
#page.single .single-main-contens h4::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 50%;
  height: 6px;
  content: "";
  background: #8cd7ff;
}
#page.single .single-main-contens h5 {
  background-color: #8cd7ff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 0;
  line-height: 1.75;
  padding: 6px 15px;
  margin-bottom: 30px;
}
#page.single .single-main-contens h6 {
  position: relative;
  padding: 10px 10px 10px 35px;
  border-radius: 100vh 0 0 100vh;
  background: #000;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#page.single .single-main-contens h6:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #fff;
}
#page.single .single-main-contens p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.85;
  margin-bottom: 30px;
}
#page.single .single-main-contens strong {
  font-weight: bold;
}
#page.single .single-main-contens em {
  font-style: italic;
}
#page.single .single-main-contens a {
  text-decoration: underline;
  color: #0000EE;
}
#page.single .single-main-contens ul {
  padding-left: 20px;
}
#page.single .single-main-contens ul li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.85;
}
#page.single .single-main-contens ol {
  padding-left: 20px;
}
#page.single .single-main-contens ol li {
  list-style-type: auto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.85;
}
#page.single .single-main-contens blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #8cd7ff;
}
#page.single .single-main-contens blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #fc1718;
  font-size: 90px;
  line-height: 1;
}
#page.single .single-main-contens blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
#page.single .single-main-contens blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
#page.single .single-main-contens table td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.85;
}
#page.single .single-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
#page.single .single-pagination .pagination-prev, #page.single .single-pagination .pagination-next {
  width: 33.33333%;
}
#page.single .single-pagination .pagination-center {
  text-align: center;
  width: 33.33333%;
}
#page.single .single-pagination .pagination-next {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #page.single {
    padding-top: 40px;
  }
  #page.single .single-contens {
    width: 100%;
    padding: 0 15px;
  }
  #page.single .single-day {
    font-size: 11px;
    margin-bottom: 5px;
  }
  #page.single .article-title {
    font-size: 20px;
    padding-bottom: 7px;
    margin-bottom: 30px;
  }
  #page.single .single-thumbnail {
    margin-bottom: 35px;
  }
  #page.single .single-main-contens h2 {
    font-size: 18px;
  }
  #page.single .single-main-contens h3 {
    font-size: 18px;
  }
  #page.single .single-main-contens h4 {
    font-size: 18px;
  }
  #page.single .single-main-contens h5 {
    font-size: 18px;
  }
  #page.single .single-main-contens h6 {
    font-size: 16px;
    padding: 6px 10px 6px 35px;
  }
  #page.single .single-main-contens p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #page.single .single-main-contens ul li {
    font-size: 14px;
  }
  #page.single .single-main-contens ol li {
    font-size: 14px;
  }
  #page.single .single-main-contens table td {
    font-size: 14px;
  }
  #page.single .single-main-contens blockquote:before {
    font-size: 60px;
  }
  #page.single .single-pagination {
    font-size: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.single .single-pagination .pagination-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  #page.single .single-pagination .pagination-center {
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 20px;
  }
  #page.single .single-pagination .pagination-next {
    text-align: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}
@media (hover: hover) {
  #page.single .pagination-prev a:hover {
    text-decoration: underline;
  }
  #page.single .pagination-center a:hover {
    text-decoration: underline;
  }
  #page.single .pagination-next a:hover {
    text-decoration: underline;
  }
}

#page.dialogue {
  padding-top: 80px;
}
#page.dialogue .page-title {
  font-size: 32px;
  font-weight: 600;
  background-image: url(../img/title-border.png);
  background-size: 240px 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 22px;
  text-align: center;
  margin-bottom: 100px;
}
#page.dialogue .article-list {
  max-width: 1000px;
  width: 98%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page.dialogue .article-box {
  width: 31%;
  margin-bottom: 50px;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
#page.dialogue .article-box:nth-child(3n+2) {
  margin: 0 3.5%;
}
#page.dialogue .article-box:nth-child(3n+1) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
#page.dialogue .article-box:nth-child(3n+2) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
#page.dialogue .article-box:nth-child(3n+3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#page.dialogue .thumbnail {
  margin-bottom: 15px;
}
#page.dialogue .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 206px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.dialogue .article-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 10px;
}
#page.dialogue .article-day {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.85;
  margin-bottom: 7px;
}
#page.dialogue .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page.dialogue .post-tags-list {
  border: 1px solid #000;
  border-radius: 7px;
  margin-right: 5px;
}
#page.dialogue .post-tags-link {
  display: block;
  font-size: 13px;
  padding: 1px 7px;
}
#page.dialogue .pager {
  margin: 50px 0 0;
}
#page.dialogue .pager .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.dialogue .pager .page-numbers {
  font-size: 14px;
  margin: 0 5px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.dialogue .pager .page-numbers.current {
  text-decoration: underline;
}
#page.dialogue .pager .page-numbers.next {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
}
#page.dialogue .pager .page-numbers.prev {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
#page.dialogue .single-pagination {
  max-width: 1000px;
  width: 100%;
  margin: 35px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
#page.dialogue .single-pagination .pagination-prev, #page.dialogue .single-pagination .pagination-next {
  width: 33.33333%;
}
#page.dialogue .single-pagination .pagination-center {
  text-align: center;
  width: 33.33333%;
}
#page.dialogue .single-pagination .pagination-next {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #page.dialogue {
    padding-top: 40px;
  }
  #page.dialogue .article-list {
    width: 100%;
    padding: 0 20px;
  }
  #page.dialogue .article-box {
    width: 100%;
    margin: 0 0 50px;
  }
  #page.dialogue .article-box:nth-child(3n+2) {
    margin: 0 0 50px;
  }
  #page.dialogue .article-box:nth-child(3n+2) {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  #page.dialogue .article-box:nth-child(3n+3) {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  #page.dialogue .article-title {
    font-size: 15px;
  }
  #page.dialogue .article-day {
    font-size: 12px;
  }
  #page.dialogue .post-tags-list {
    border-radius: 10px;
  }
  #page.dialogue .post-tags-link {
    font-size: 12px;
    padding: 3px 8px;
  }
  #page.dialogue .single-pagination .pagination-center {
    width: 100%;
  }
}
@media (hover: hover) {
  #page.dialogue .pagination-prev a:hover {
    text-decoration: underline;
  }
  #page.dialogue .pagination-center a:hover {
    text-decoration: underline;
  }
  #page.dialogue .pagination-next a:hover {
    text-decoration: underline;
  }
  #page.dialogue .post-tags-link:hover {
    opacity: 0.6;
  }
  #page.dialogue .article-link:hover .thumbnail {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}