/* ------------------------- */
/* ブログ記事ページ */
/* ------------------------- */

/* カテゴリー */
.propaty {
  clear: both;
  margin-bottom: 60px;
}
.propaty .date {
  float: left;
}
.propaty .category {
  float: right;
}
ul.post-categories {
  overflow: hidden;
  padding-inline-start: 0;
  list-style-type: none;
}
ul.post-categories li {
  float: left;
  background: #3ca0e9;
  color: #fff;
  border-radius: 10px;
  padding: 0px 11px;
  margin: 0 2px;
  font-size: 14px;
  font-weight: bold;
}
ul.post-categories li a {
  color: #fff;
  text-decoration: none;
}

/* タグ */
.tags {
  float: right;
  margin-top: 5px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #777;
}
.tags a {
  padding: 2px 5px;
  color: #777;
  text-decoration: none;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-tags:before {
  content: "\e042";
}

.single h1, .single h2, .single h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.single article {
  padding: 40px;
  max-width: 900px;
  margin: auto;
}
.single article h1 {
  min-height: 1em;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  letter-spacing: .04em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  pointer-events: auto;
  font-size: 32px;
}
.single article .content {
  margin-top: 40px;
}
.single article .content h2,
.detailArea h2,
.blogArea h2 {
  font-size: 24px;
  margin: 40px 0 10px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .04em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background: #efefef;
  border-left: 8px solid #3ca0e9;
  padding: 18px;
}
.single article .content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .04em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
.single article .content p,
.single article .content ul,
.single article .content ol {
  text-indent: 1em;
  line-height: 2rem;
  margin: 0 0 30px;
  /* letter-spacing: 0.2rem; */
}
.single article .content img {
  width: 100%;
}
.single article .content figure {
  text-align: center;
}
.single article .content figure img {
  max-width: 600px;
  border-radius: 3px;
}
.single article .content figure figcaption {
  color: #777;
  font-size: 1rem;
}
figure table {
  margin: 0 0 30px;
  text-align: initial;
}
figure table td,
figure table th {
  padding: 5px 10px;
  border: 1px solid #aaa;
}
.single article .snsArea {
  text-align: center;
}
.single article .snsArea a.twitter {
  color: #555;
  font-size: 1.5rem;
}

/* 次の記事、前の記事 */
.post_link_navigation {
  max-width: 1100px;
  display: block;
  margin: auto;
}
.post_link_navigation ul {
  overflow: hidden;
  padding-inline-start: 0;
  list-style-type: none;
}
.post_link_navigation ul li.prev {
  float: left;
}
.post_link_navigation ul li.next {
  float: right;
}
.post_link_navigation ul li a {
  text-decoration: none;
  color: #777;
  transition: opacity 0.3s ease;
}

/* パンくずリスト */
.breadcrumb {
  font-size: 14px;
  color: #777;
  background-color: initial;
  margin-bottom: 0;
  margin: 50px 20px 10px;
}
.breadcrumb a {
  color: #777;
}

/* ブログカード */
.linkcard {
  overflow: hidden;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 90%;
  margin: 20px auto 35px;
}
.linkcard .blog_image{
  float: left;
  width: 160px;
  margin-right: 20px;
}
.linkcard .blog_image img {
  border-radius: 3px;
}
.linkcard .blog_content .title {
  font-weight: bold;
}
.linkcard .blog_content p {
  font-size: 14px;
}
.linkcard .favicon img.favicon {
  width: 16px;
}

/* 目次 */
.single article .content .mokuziArea {
  margin: auto;
  padding: 10px 10px 20px;
  max-width: 600px;
  background: #efefef;
  border-radius: 3px;
  border: 1px dashed #ccc;
}
.single article .content .mokuziArea .title {
  font-weight: bold;
  text-align: center;
  text-indent: initial;
}
.single article .content .mokuziArea ul.mokuzi {
  text-indent: initial;
  margin: 0;
}

@media (max-width: 800px) {
  /* 800px以下の場合のCSS */
  .single .introductionArea .mypic {
      margin-bottom: 20px;
  }
  .single .introductionArea .stringsArea {
      padding-top: 0;
      padding-left: 0;
  }
  .single .introductionArea .stringsArea .sentence {
      margin-top: 10px;
  }
  .single article {
      padding: 40px 10px;
  }    
  .linkcard .blog_image{
      width: 100%;
  }
  .single article .content .mokuziArea ul.mokuzi {
      padding-inline-start: 20px;
  }
}
