@charset "utf-8";
/*
###################################################################################################################################

.post-content

###################################################################################################################################
*/
/*post-content ------------------------------------------------------------------------------------*/
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  position: relative;
  z-index: 1;
}
.post-content h1, .post-content h2, .post-content h3 {
  font-weight: 500;
}
.post-content h4, .post-content h5, .post-content h6 {
  font-weight: 700;
}
.post-content h1 {
  line-height: 1.1;
}
.post-content h2 {
  position: relative;
}
.post-content h2:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 4px;
  height: 100%;
  background-color: #299EDB;
}
.post-content h3 {
  border-bottom: 1px solid #C4C4C4;
}
.post-content h4 {
  position: relative;
}
.post-content h4:before {
  content: "";
  background-color: #292929;
  bottom: 0px;
  position: absolute;
  left: 0px;
}
.post-content h5 {
  color: #299EDB;
}
.post-content h6 {}
.post-content h1:first-child, .post-content h2:first-child, .post-content h3:first-child, .post-content h4:first-child, .post-content h5:first-child, .post-content h6:first-child, .post-content p:first-child, .post-content ul:first-child, .post-content ol:first-child {
  margin-top: 0px;
}
.post-content table ul {
  margin: 0;
}
.post-content ul > li {
  position: relative;
  padding: 0 1.5em 0 1em;
  margin-bottom: 10px;
  font-weight: bold;
}
.post-content ul > li:before {
  display: block;
  background-color: #1a1a1a;
  border-radius: 50px;
  content: "";
  vertical-align: bottom;
  position: absolute;
  left: 0px;
  top: 9px;
  width: 2px;
  height: 2px;
}
.post-content ol {
  counter-reset: number;
}
.post-content ol > li {
  position: relative;
  padding: 0 1.5em 0 1em;
  margin-bottom: 10px;
  font-weight: bold;
}
.post-content ol li:before {
  counter-increment: number;
  content: counter(number)"";
  position: absolute;
  left: 0;
  top: 0;
}
.post-content table {
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: 100%;
  margin: 30px 0;
}
.post-content table:last-child {
  margin-bottom: 0px;
}
.post-content table th {
  border: 1px solid #d5d5d5;
  background-color: #ececec;
  padding: 15px;
  font-weight: normal;
}
.post-content table td {
  padding: 15px;
  border: 1px solid #d5d5d5;
}
.post-content blockquote {
  background-color: #eff6f7;
  border-radius: 5px;
  position: relative;
}
blockquote p:first-child {
  margin-top: 0px;
}
blockquote p:last-child {
  margin-bottom: 0px;
}
.post-content code {
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  overflow-y: hidden;
  background-color: #f0f0f0;
  border-left: 5px solid #575858;
  padding: 1em;
  overflow-x: auto;
}
.post-content a {
  color: #007CD2;
}
@media screen and (min-width:768px), print {
  /*post-content pc ------------------------------------------------------------------------------------*/
  .post-content h1, .post-content h2, .post-content ol, .post-content ul, .post-content dl, .post-content code, .post-content table {
    margin: 40px 0;
  }
  .post-content h1 {
    font-size: 3rem;
  }
  .post-content h2 {
    font-size: 2.5rem;
    padding-left: 1em;
  }
  .post-content h3 {
    font-size: 2rem;
    margin: 70px 0 30px;
    padding-bottom: 10px;
  }
  .post-content h4 {
    font-size: 1.6rem;
    padding-left: 1.25em;
    margin: 70px 0 15px;
  }
  .post-content h4:before {
    width: 15px;
    border-radius: 15px;
    height: 15px;
    top: 10px;
  }
  .post-content h5 {
    margin: 15px 0;
    font-size: 1.6rem;
  }
  .post-content h6 {
    margin: 10px 0;
    font-size: 1.5rem;
  }
  .post-content p {
    margin-bottom: 35px;
  }
  .post-content blockquote {
    margin: 30px 0;
    padding: 30px;
  }
  .post-content img {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .wp-caption {
    margin: 30px 0;
    text-align: center;
  }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  .post-content .aligncenter {
    margin: 30px auto;
    display: block;
  }
  .post-content .alignright {
    float: right;
    margin: 0px 0px 0px 1em;
  }
  .post-content .alignleft {
    float: left;
    margin: 0px 1em 0px 0px;
  }
  .wp-caption .wp-caption-text {
    padding: 5px 0 0;
  }
  .post-content code {
    padding: 30px;
  }
  .post-content > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*post-content tab ------------------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  /*post-content sp ------------------------------------------------------------------------------------*/
  .post-content h1, .post-content h2, .post-content ol, .post-content ul, .post-content dl, .post-content code, .post-content table {
    margin: 6.94vw 0;
  }
  .post-content h1 {
    font-size: 5.56vw;
  }
  .post-content h2 {
    font-size: 4.86vw;
    padding-left: 1em;
  }
  .post-content h3 {
    font-size: 4.17vw;
    margin: 13.19vw 0 7.64vw;
    padding-bottom: 2.78vw;
  }
  .post-content h4 {
    font-size: 3.89vw;
    padding-left: 1.25em;
    margin: 12.5vw 0 5.56vw;
  }
  .post-content h4:before {
    width: 3.61vw;
    border-radius: 3.61vw;
    height: 3.61vw;
    top: 2vw;
  }
  .post-content h5 {
    margin: 4vw 0;
    font-size: 3.61vw;
  }
  .post-content h6 {
    margin: 4vw 0;
  }
  .post-content p {
    margin-bottom: 8.33vw;
  }
  .post-content blockquote {
    margin: 8vw 0;
    padding: 4vw 6vw;
  }
  .post-content img {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .wp-caption {
    margin: 4vw 0;
    text-align: center;
  }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .post-content .aligncenter {
    margin: 4vw auto;
    display: block;
  }
  .post-content .alignright {
    float: right;
    margin: 0px 0px 0px 1em;
  }
  .post-content .alignleft {
    float: left;
    margin: 0px 1em 0px 0px;
  }
  .wp-caption .wp-caption-text {
    padding: 0.69vw 0 0;
  }
  .post-content code {
    padding: 4vw 6vw;
  }
  .post-content *:last-child {
    margin-bottom: 0;
  }
}