body {
  margin: 0;
  color: #333333;
  font-family: Prompt, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

.zoneShirt {
  width: 100%;
}

.content-center {
  text-align: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.main-text,
.description,
.server-text,
.contact-text,
.estimate-text {
  margin: 0 0 10.5px;
  color: #333333;
  font-family: Prompt, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.highlight-title {
  color: #ff0000;
  font-size: 22px;
  font-weight: bold;
}

.highlight-text {
  color: #ff0000;
  font-weight: bold;
}

.highlight-subtitle {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}

.normal-title {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}

.category-title {
  margin: 20px 0 10px;
  color: #ff0000;
  font-family: Prompt, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.service-list {
  margin-top: 0;
  margin-bottom: 10.5px;
  color: #333333;
  font-family: Prompt, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: left;
}

.service-list li {
  margin-bottom: 4px;
}

.wide-banner {
  width: 993px;
}

.qr-image {
  width: 368px;
}

.line-button-wrap {
  text-align: center;
}

.line-button-wrap img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.products_seeAll,
.more {
  text-align: center;
}

.seeAll {
  color: inherit;
  text-decoration: none;
}

.seeAll:hover {
  text-decoration: underline;
}

.blogsArea {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blogBox {
  width: 300px;
  max-width: 100%;
}

.blogThumbnail {
  margin-bottom: 10px;
}

.blogImage {
  display: block;
  max-width: 100%;
  height: auto;
}

.blogText a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

.blogText a:hover {
  text-decoration: underline;
}

.blogText .date {
  color: #777777;
  font-size: 14px;
}

.blogText .content {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .blogsArea {
    justify-content: center;
  }

  .highlight-title,
  .category-title {
    font-size: 20px;
  }

  .highlight-subtitle {
    font-size: 18px;
  }

  .main-text,
  .description,
  .server-text,
  .contact-text,
  .estimate-text,
  .service-list {
    font-size: 15px;
  }
}