.section-inner {
  margin: 24px auto 48px;
  width: 1030px;
}

.section-title {
  font-size: 36px;
  letter-spacing: 0.5px;
  margin: 40px 0 50px;
  color: #323232;
  font-weight: bold !important;
}

.breadcrumbs a {
  color: #323232;
  display: inline-block;
  padding-right: 24px;
  position: relative;
}

.breadcrumbs a .bread {
  border-right: solid 1px #323232;
  border-top: solid 1px #323232;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(45deg);
  width: 6px;
}

.blog-detail-img {
  -o-object-fit: cover;
  display: block;
  height: 50%;
  margin: 0 auto;
  max-width: 666px;
  object-fit: cover;
  width: 100%;
}

.detail-column {
  font-size: 14px;
  margin: 24px 0 0;
}

.blog-detail-ttl {
  align-items: center;
  border-bottom: 2px solid #de1122;
  color: #de1122;
  display: flex;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold !important;
}

.blog-detail-ttl:before {
  background-color: #de1122;
  content: "";
  height: 22px;
  width: 3px;
}

.blog-detail-ttl span {
  padding: 8px 0 8px 8px;
}

.detail-column .blog-flex-item {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.detail-column .blog-flex-item h3 {
  font-weight: bold !important;
  width: 28%;
}

.detail-column .blog-flex-item + .blog-flex-item {
  margin-top: 8px;
}

.detail-column .blog-flex-item .detail-column-ttl {
  width: 30%;
  font-weight: bold !important;
}

.detail-column .blog-flex-item .blog-detail-list-border {
  width: 70%;
}

.detail-column .blog-flex-item .blog-detail-list-border p {
  border-bottom: 1px solid #323232;
  padding: 4px 0;
}

.detail-column .blog-flex-item .blog-detail-list-border p a {
  color: #323232;
  display: inline-block;
  position: relative;
}

.detail-column .blog-flex-item .blog-detail-list-border p a:before {
  border-right: 1px solid #8f8f8f;
  border-top: 1px solid #8f8f8f;
  content: "";
  height: 8px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

.blog-comment {
  margin-top: 20px;
}

.blog-comment h3 {
  align-items: center;
  border-bottom: 2px solid #de1122;
  border-bottom: none;
  color: #de1122;
  display: flex;
  font-size: 14px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-bottom: 8px;
  margin-top: 20px;
  position: relative;
  padding: 8px 0 8px 11px;
}

.blog-comment h3:before {
  background-color: #de1122;
  content: "";
  height: 22px;
  width: 3px;
}

.blog-comment h3 span {
  padding: 8px 0 8px 8px;
}

.blog-comment p {
  line-height: 1.6;
  font-size: 14px;
  margin-top: 20px;
}

.blog-comment h3:before {
  height: 22px;
  width: 3px;
  background-color: #de1122;
  content: "";
}

.blog-comment h2:before,
.blog-comment h3:before,
.blog-comment h4:before,
.blog-comment h5:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-ex-list {
  margin-top: 48px;
}

.blog-bottom-list a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #323232;
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid #323232;
}

.blog-bottom-list a:after {
  position: absolute;
  display: inline-block;
  top: 50%;
  bottom: 0;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  border-top: solid 2px #de1122;
  border-right: solid 2px #de1122;
}

.hot-keyword {
  margin-bottom: 10px;
}

.hot-keyword h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold !important;
}

.keyword-list {
  flex-wrap: wrap;
}

.keyword-list a {
  color: #323232;
  padding-right: 15px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
}
