#article {
  margin-top: 122px;
}
.article__breadcrumb--list {
  display: flex;
  text-align: center;
}
.article__breadcrumb--item {
  display: flex;
  align-items: center;
}
.article__breadcrumb--item:nth-of-type(n+2) {
  margin-left: 12px;
}
.article__breadcrumb--item:not(:last-of-type)::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
  transform: rotate( 45deg );
  margin-left: 12px;
}
.article__body {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 140px;
}
.article__post {
  width: 62.5%;
}
.article__title {
  font-size: 3.2rem;
  margin-bottom: 8px;
}
.article__date {
  margin-bottom: 24px;
}
.article__thumbnail {
  margin-bottom: 56px;
  max-width: 700px;
  max-height: 394px;
}
.article__thumbnail img {
  width: 100%;
  max-width: 700px;
  max-height: 394px;
  object-fit: cover;
  aspect-ratio: 700 / 394;
}

/*article__content*/
.article__content {
  word-break: break-word;
}

.article__content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1em 0;
}

.article__content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  padding-bottom: 8px;
  border-bottom: 1px solid #2f2f2f;
  margin: 40px 0 16px;
}

.article__content h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.77;
  margin: 32px 0 20px;
}

.article__content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}

.article__content h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}

.article__content h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}

.article__content p {
  margin-bottom: 24px;
}

.article__content p a {
  color: #006AB7;
  text-decoration: underline;
}

.article__content p a:hover {
  opacity: 0.7;
}

.article__content ul {
  margin: 24px 0;
  padding-left: 0;
}

.article__content ul > li {
  padding-left: 20px;
margin-left: 8px;
  position: relative;
}

.article__content ul > li::before {
  background: #2f2f2f;
  border-radius: 50%;
  content: "";
  display: inline-block;
height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.article__content ol {
  counter-reset: item;
  list-style-type: none;
  margin: 24px 0;
  padding-left: 0;
}

.article__content ol > li::before {
  align-items: center;
  content: counter(item);
  counter-increment: item;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 8px;
  width: 24px;
}

.article__content table {
  border: 2px solid #e0e0e0;
  margin: 1em 0;
  width: 100%;
}

.article__content table caption {
  color: #9fa6b4;
  font-size: 0.75em;
  letter-spacing: 1px;
  margin: 0 0 7px;
}

.article__content table tr:not(:last-child) {
  border-bottom: 2px solid #e0e0e0;
}

.article__content table tr td {
  border-right: 2px solid #e0e0e0;
  padding: 7px;
  word-break: break-all;
}

.article__content table tr td:last-child {
  border-right: 0;
}

.article__content table tr th {
  background: #f8f9fa;
  border-bottom: 2px solid #e0e0e0;
  border-right: 2px solid #e0e0e0;
  padding: 7px;
}

.article__content table tr th:last-child {
  border-right: 0;
}

.article__content table tfoot {
  background: #f8f9fa;
  border-top: 2px dotted #c5c7ca;
}

.article__content blockquote {
  border-left: 3px solid #464646;
  box-sizing: border-box;
  color: #464646;
  margin: 1.5em 0;
  padding: 0.1em 0 0.1em 0.75em;
  position: relative;
}

.article__content blockquote p {
  line-height: 1.7;
  margin: 10px 0;
  padding: 0;
}

.article__content blockquote cite {
  color: #888;
  display: block;
  font-size: 0.9em;
  text-align: right;
}

.article__content blockquote ul,
.article__content blockquote ol {
  background: transparent;
  border: none;
  margin: 0;
  padding: 5px 0 5px 22px;
}

.article__content dd {
  color: #787878;
  font-size: 0.9em;
  margin-bottom: 1.5em;
  margin-left: 0;
}

.article__content img {
  height: auto;
  max-width: 100%;
}

.article__content .gallery-caption {
  color: gray;
  font-size: 0.75em;
  margin: 5px 0;
  text-align: center;
}

.article__content .wp-caption {
  border: #eaedf2 2px solid;
  margin: 0 0 1.5em;
  max-width: 100%;
  padding: 8px;
}

.article__content .wp-caption .aligncenter {
  margin: 0 auto 1em;
}

.article__content .wp-caption img {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.article__content .wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 10px 0 0;
  text-align: center;
}

.article__content code {
  background: #f1f2f3;
  border-radius: 5px;
  color: #404040;
  font-size: 0.9em;
  margin: 0 0.2em;
  padding: 0.2em 0.3em;
}

.article__content pre {
  background: #f3f6fc;
  border: solid 1px #eaedf2;
  color: #54687c;
  margin: 0 0 1.5em;
  padding: 1em;
}

.article__content pre code {
  background: transparent;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #article {
    margin-top: 76px;
  }
  .article__body {
    display: block;
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .article__post {
    width: 100%;
  }
  .article__title {
    font-size: 2rem;
  }
  .article__date {
    font-size: 1.4rem;
  }
  .article__thumbnail {
    margin-bottom: 40px;
    max-width: none;
    max-height: none;
  }
  .article__thumbnail img {
    max-width: none;
    max-height: none;
    aspect-ratio: 335 / 190;
  }
  .article__content h1 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .article__content h2 {
    font-size: 2rem;
  }

  .article__content h3 {
    font-size: 1.8rem;
  }

  .article__content h4 {
    font-size: 1.6rem;
  }

  .article__content h5 {
    font-size: 1.4rem;
  }

  .article__content h6 {
    font-size: 1.2rem;
  }
  
  .article__content ul > li:not(:last-child) {
    margin-bottom: 8px;
  }

  .article__content ol > li:not(:last-child) {
    margin-bottom: 8px;
  }

}