@charset "UTF-8";
* {
  letter-spacing: 0.1em;
  line-height: 2;
}

@font-face {
  font-family: "LINESeedJP";
  font-weight: 700;
  src: url("/wp-content/themes/djp_new/font/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-weight: 400;
  src: url("/wp-content/themes/djp_new/font/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.display__none--sp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .display__none--tb {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .display__none--pc {
    display: none !important;
  }
}
.display__disp--sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .display__disp--sp {
    display: none !important;
  }
  .display__disp--tb {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .display__disp--pc {
    display: block !important;
  }
}
.single__wrap {
  padding: 150px 7.5% 90px;
}

.single__title--header {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}

.single__thumbnail img {
  width: 100%;
  height: auto;
}

.single__post h2 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 35px;
}
.single__post img {
  display: block;
  width: 100%;
  height: auto;
}
.single__post img.lkc-favicon {
  width: auto;
}
.single__post a,
.single__post mark {
  word-wrap: break-word;
}
.single__post p {
  margin-bottom: 35px;
}
.single__post hr {
  display: none;
}
.single__post h3 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #FAEDD7 !important;
  padding: 15px;
  margin-bottom: 35px;
}

.single__pagenation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.single__pagenation a {
  text-decoration: none;
  color: #000;
  padding: 20px 25px;
  display: block;
  width: 50%;
  box-sizing: border-box;
}
.single__pagenation--beforeTitle {
  display: none;
}
.single__pagenation--after {
  text-align: right;
}
.single__pagenation--afterTitle {
  display: none;
  text-align: right;
}

@media screen and (min-width: 1025px) {
  .single__wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
  .single__post h2 {
    font-size: 2.8rem;
  }
  .single__post p {
    margin-bottom: 50px;
  }
  .single__post h3 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .single__pagenation--beforeTitle {
    display: block;
  }
  .single__pagenation--afterTitle {
    display: block;
    text-align: left;
  }
  .single__pagenation--after {
    text-align: left;
  }
}/*# sourceMappingURL=single.css.map */