@media screen and (max-width: 1200px) {
  .breadcrumb-wrap {
    height: auto;
  }
}

.blog-article-intro {
  background: linear-gradient(to top, #f3f4f6 0%, #f2f2f2 40%, #ffffff 40%, #ffffff 100%);
}
.blog-article-intro .article-wrap {
  width: 55%;
  margin: 0 auto;
  padding: 0;
  transform: translate(-16%, 0);
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  .blog-article-intro .article-wrap {
    padding: 0 1rem;
    width: auto;
    transform: translate(0, 0);
  }
}
.blog-article-intro .article-wrap h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #ec3423;
  border-bottom: 1px solid #ec3423;
  position: relative;
  margin-bottom: 2rem;
  padding: 0 0 2rem;
  text-align: left;
}
.blog-article-intro .article-wrap h1::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ec3423;
}

.blog-article {
  max-width: none;
  background-color: #f2f2f2;
  padding: 3rem 0;
}
@media screen and (max-width: 1200px) {
  .blog-article {
    padding: 0;
    margin: 0;
  }
}
.blog-article .article-wrap {
  width: 55%;
  margin: 0 auto;
  padding: 0;
  transform: translate(-16%, 0);
  max-width: 900px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .blog-article .article-wrap {
    padding: 3rem 1rem;
    width: auto;
    transform: translate(0, 0);
  }
}
.blog-article .article-wrap .blog-text-wrap.sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .blog-article .article-wrap .blog-text-wrap.sp {
    display: block;
  }
}
.blog-article .blog-article-left {
  width: 65%;
  margin: 0;
  padding: 0 5rem;
  max-width: none;
}
.blog-article .blog-article-left h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #ec3423;
  border-bottom: 1px solid #ec3423;
  position: relative;
  margin-bottom: 2rem;
  padding: 0 0 2rem;
}
.blog-article .blog-article-left h1::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ec3423;
}
.blog-article:nth-child(even) {
  background-color: #fff;
}
.blog-article h3 {
  font-size: 24px;
  line-height: 1.46;
  color: #051533;
  margin: 60px 0 30px;
  font-weight: bold;
}
.blog-article table {
  background-color: #fff;
}

.blog-thumbnail {
  width: 100%;
}
.blog-thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin: 1rem 0;
}
.blog-info .day {
  margin-bottom: 8px;
}

.notice {
  background-color: #fff;
  padding: 1rem;
  margin: 1.5rem 0;
}
.notice .title {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.notice .title img {
  filter: invert(21%) sepia(58%) saturate(5350%) hue-rotate(354deg) brightness(107%) contrast(85%);
}
.notice .content {
  margin: 1rem 0;
  color: #000;
  line-height: 1.44;
}/*# sourceMappingURL=blog-fix.css.map */