.post-template .news-tab .tab {
  grid-template-columns: 160px 105px 142px 107px;
}

@media screen and (max-width: 767px) {
  .post-template .child_mv .child_mv_content .mv_title {
    top: 50%;
  }
  .post-template .news-tab .tab {
    grid-template-columns: 1fr;
  }
  .post-template .news-tab .tab li a {
    letter-spacing: normal;
  }
  .post-template.counterfeit .child_mv .child_mv_content .mv_title {
    top: 40%;
  }
}
body.counterfeit .attention-tab .tab li a {
  letter-spacing: normal;
}

.post-template .digitalAd__news-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.post-template .digitalAd__news-child .date {
  font-size: 14px;
  font-weight: normal;
  min-width: 116px;
}
.post-template .digitalAd__news-child .cat {
  font-size: 12px;
  background-color: #E2E8F4;
  border-radius: 0;
  border: none;
  min-width: 96px;
  height: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  margin-right: 0;
  padding: 0;
}
.post-template .digitalAd__news-child .title {
  max-width: 77%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .post-template .child_mv .child_mv_content .mv_title {
    top: 45%;
  }
  .post-template .child_mv .child_mv_content .mv_title h1 {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.post-template .head-title {
  text-align: left;
}
.post-template .head-title h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: left;
  padding-top: 50px;
  margin: 0 auto 52px;
}
@media screen and (max-width: 767px) {
  .post-template .head-title h2 {
    font-size: 1.5rem;
  }
}
.post-template .head-title .news_box {
  border: 1px solid #c6c6c0;
  padding: 30px 40px;
}
.post-template .head-title .news_box.__contact {
  background: #efefef;
  border: 1px solid #c6c6c0;
  padding: 24px 40px 30px;
}
.post-template .content_wrapper .catch {
  font-size: 1.1rem;
  text-align: center;
}
.post-template .content_wrapper .catch.__left {
  text-align: left;
}
.post-template .content_wrapper h2.size_h3 {
  text-align: left;
  border-bottom: none !important;
}
.post-template .content_wrapper h2.size_h3,
.post-template .content_wrapper h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 52px 0 20px;
  padding-bottom: 18px;
  border-bottom: 3px solid #6d6e70;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-template .content_wrapper h2.size_h3,
  .post-template .content_wrapper h3 {
    font-size: 1.25rem;
  }
}
.post-template .content_wrapper h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .post-template .content_wrapper h4 {
    font-size: 1rem;
  }
}
.post-template .content_wrapper ul {
  padding: 0 1rem 2rem 2rem;
  list-style: disc;
}
.post-template .content_wrapper ul a {
  text-decoration: underline;
}
.post-template .content_wrapper p + p {
  margin-top: 1.5rem;
}
.post-template .content_wrapper p + .img-wrapper,
.post-template .content_wrapper p + .single-img {
  margin-top: 2rem;
}
.post-template .content_wrapper .img-wrapper.__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 2rem;
}
.post-template .content_wrapper img + p {
  margin-top: 1.5rem;
}
.post-template .content_wrapper .single-img img {
  height: auto;
}
.post-template .content_wrapper a {
  position: relative;
}
.post-template .content_wrapper a[href$=".pdf"]::after {
  content: "";
  position: absolute;
  right: -40px;
  width: 27px;
  height: 30px;
  background: url(../images/quality/icon_pdf.svg) no-repeat;
  background-size: contain;
}
.post-template .content_wrapper a.block__link {
  display: block;
  text-decoration: underline;
}
.post-template .content_wrapper .right_column {
  width: 50%;
  margin-top: 4rem;
  margin-left: auto;
}
.post-template .content_wrapper .right_column .single-img {
  text-align: left;
  margin-top: 1.5rem;
}
.post-template .content_wrapper .news_box.__contact {
  background: #efefef;
  border: 1px solid #c6c6c0;
  padding: 24px 40px 30px;
}
.post-template .content_wrapper .news_box.__contact h4 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.post-template .content_wrapper .news_box.__contact h4 + a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-top: 1rem;
  padding: 24px 24px 24px 58px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.post-template .content_wrapper .news_box.__contact h4 + a div {
  display: flex;
  align-items: center;
}
.post-template .content_wrapper .news_box.__contact h4 + a div::before {
  content: "";
  display: block;
  background-position: -50px -50px;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  margin-bottom: -6px;
  background-image: url(//www.fujitsu.com/imgv5/common/icon/sprite2.png);
}
.post-template .content_wrapper .news_box.__contact + hr {
  margin: 2rem 0 1rem;
}/*# sourceMappingURL=news-and-updates-en.css.map */