@charset "UTF-8";



.blog-title01 {
  height: 70px;
  text-align: center;
}
.blog-title01 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
    object-position: center;
}
.blog-title02 {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.blog-icatch {
  height: 80px;
}



.ogpCard_link {
  display: flex;
}

.ogpCard_title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ogpCard_description {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ogpCard_url {
  display: block;
  margin-top: 0;
}


.blog-content.old p {
  margin-bottom: 0;
}
.blog-content img {
  max-width: 100%;
  height: auto;
}
.blog-content iframe {
  max-width: 100%;
}
.blog-content p {
  word-break: break-all;
}




@media (max-width: 1199.98px) {




}