@charset "UTF-8";
/* 20260804 headerロゴ h1→div */
#header .header_logo_wrap .scn-site_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* 20260804 product-design サービス内容 */
.scn-service_example h3 {
  width: fit-content;
}
.scn-service_example ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
}
.scn-service_example h4 {
  text-align: left;
  line-height: 160%;
}
.scn-service_example h4:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #cf233e;
  margin-top: 3px;
  margin-bottom: 24px;
}
.scn-service_example h5 {
  font-size: 16px;
  text-align: left;
  line-height: 160%;
  padding-bottom: 24px;
}