/* ======================================================
 * system_pc.css
 * ------------------------------------------------------
 * - Main
 * - Other
 * Media Queries
 * Print
====================================================== */
/* -----------------------------------------------------
  * Main
------------------------------------------------------*/
.contents__main p {
  margin-bottom: 0;
  line-height: 2.4em;
}
.contents__main p.valuechain_text {
  margin-bottom: 48px;
}

.valuechain_container .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 32px 50px 32px 44px;
}
.valuechain_container .box .icon {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.valuechain_container .text_area {
  width: 630px;
  white-space: normal;
}
.valuechain_container .text_area p {
  font-size: 15px;
  line-height: 2.2em;
}
.valuechain_container .text_area .subtitle {
  font-size: 23px;
  font-weight: 700;
  color: #ff0000;
}

.quality_management figure img {
  border-radius: 10px;
}

.manufacturing {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}
.manufacturing li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7em;
}
.manufacturing li:last-child {
  margin-bottom: 0;
}
.manufacturing li::before {
  counter-increment: step;
  content: counter(step) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.manufacturing .title {
  font-weight: 700;
  display: flex;
  width: 8em;
  word-break: keep-all;
  align-items: center;
  font-size: 15px;
}
.manufacturing .title::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #000;
  width: 100%;
  display: flex;
}
.manufacturing .note {
  flex: 1;
  font-size: 15px;
  padding-left: 6px;
}

.quality__area p {
  font-size: 16px;
  padding-bottom: 50px;
  line-height: 2.4em;
}
.quality__area .os-windows .manufacturing li::before {
  font-weight: 800;
}
.quality__area .os-windows .manufacturing .title {
  font-weight: 800;
}
.quality__area .os-windows .quality__area p {
  font-weight: 800;
}/*# sourceMappingURL=system_pc.css.map */