@charset "utf-8";
/* CSS Document */
body.single .PageContainer .post_title {
  text-align: center;
}
body.single .PageContainer .eyecatch {
  text-align: center;
}
.post-content a {
  color: #279EC8;
  text-decoration: none;
}
.post-content table {
  border-collapse: collapse;
}
.post-content table {
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
}
.post-content th {
  text-align: center;
}
.post-content th, .post-content td {
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.post-content h2 {
  background-color: #F5F6F6;
  color: #231815;
}
.post-content h3 {
  border-bottom: 1px solid #231815;
  color: #231815;
}
.post-content img.aligncenter, .post-content img.alignleft, .post-content img.alignright {
  display: block;
}
@media screen and (min-width: 767px) {
  body.single .PageContainer .post_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  body.single .PageContainer .eyecatch {
    margin-bottom: 50px;
  }
  .post-content p {
    margin-bottom: 35px;
    font-size: 18px;
  }
  .post-content h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .post-content h2 {
    padding: 15px 10px;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .post-content h3 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .post-content th, .post-content td {
    padding: 5px 10px;
  }
  .post-content img {
    margin-bottom: 25px;
  }
  .post-content img.aligncenter {
    margin-bottom: 35px;
  }
  .post-content img.aligncenter {
    margin: 0 auto 35px;
  }
  .post-content img.alignleft {
    margin: 0 auto 35px 0;
  }
  .post-content img.alignright {
    margin: 0 0 35px auto;
  }
}
@media screen and (max-width: 768px) {
  body.single .PageContainer .post_title {
    font-size: 6.7vw;
    margin-bottom: 8vw;
  }
  body.single .PageContainer .eyecatch {
    margin-bottom: 8vw;
  }
  .post-content {
    margin-bottom: 6vw;
  }
  .post-content p {
    margin-bottom: 3.33vw;
  }
  .post-content h1 {
    font-size: 4vw;
    margin-bottom: 2.67vw;
  }
  .post-content h2 {
    margin-bottom: 6vw;
    padding: 2vw;
  }
  .post-content h3 {
    padding-bottom: 1.33vw;
    margin-bottom: 3.33vw;
  }
  .post-content th, .post-content td {
    padding: 1.33vw 2vw;
  }
  .post-content img {
    margin-bottom: 4.67vw;
  }
  .post-content img.aligncenter {
    margin: 0 auto 4.67vw;
  }
  .post-content img.alignleft {
    margin: 0 auto 4.67vw 0;
  }
  .post-content img.alignright {
    margin: 0 0 4.67vw auto;
  }
}