@media (min-width: 1200px) {
  .fs-fontsize16 {
    font-size: 16px !important;
  }
}

@media (min-width: 1200px) {
  .fs-fontsize18 {
    font-size: 18px !important;
  }
}

@media (min-width: 1200px) {
  .fs-fontsize20 {
    font-size: 20px !important;
  }
}

@media (min-width: 1200px) {
  .fs-fontsize26 {
    font-size: 26px !important;
  }
}

@media (min-width: 1200px) {
  .fs-fontsize30 {
    font-size: 30px !important;
  }
}

@media (min-width: 1200px) {
  .fs-fontsize40 {
    font-size: 40px !important;
  }
}

@media (min-width: 1200px) {
  .navmenu a,
  .navmenu a:focus {
    font-size: 15px;
  }
}

.fs-divunder1 {
    border-bottom: 1px solid;
    border-bottom-color: var(--accent-color);
  }

@media (min-width: 1200px) {
  .fs-textalignleft {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .general3 .privacy-title {
    max-width: 65%;
    font-size: 2.75rem;
    font-weight: 700;
    margin: 0 0 80px 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}

.general3 .privacy-field {
  padding: 40px;
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
}

.general6-posts ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.general6-posts ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.general6-posts ul i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
  line-height: 1.2;
  color: var(--accent-color);
}

/* 追加するスタイル */
.clients .client-logo a {
  display: flex;           /* aタグ自体もFlexboxにする */
  justify-content: center; /* 中のimgを水平中央へ */
  align-items: center;     /* 中のimgを垂直中央へ */
  width: 100%;             /* divの幅一杯に広げる */
  height: 100%;            /* divの高さ一杯に広げる */
  text-decoration: none;   /* リンクの下線を消す */
}

/* 画像の設定 */
.clients .client-logo img {
  max-width: 100%;
  height: auto;           /* アスペクト比を維持 */
  display: block;
}

.general4 .general5-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 60px 30px;
  text-align: left;
  transition: 0.3s;
  border-radius: 5px;
}

.general5-item ul {
  list-style: none;
  font-size: 15px;
}

.general5-item ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

.fs-section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}

.fs-section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.fs-section-title .fs-abutton {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 0;
  padding: 13px 50px;
  transition: 0.4s;
  border-radius: 4px;
}

.fs-section-title .fs-abutton:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, black 15%);
}

a.fs-abutton {
  display: inline-block;
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 0;
  padding: 13px 50px;
  transition: 0.4s;
  border-radius: 4px;
}

a.fs-abutton:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, black 15%);
}

a.fs-abutton-back {
  display: inline-block;
  background: #777;
  color: var(--contrast-color);
  border: 0;
  padding: 13px 50px;
  transition: 0.4s;
  border-radius: 4px;
}

a.fs-abutton-back:hover {
  background: color-mix(in srgb, #777 90%, black 15%);
}
