@charset "UTF-8";
body {
  font-family: "Noto Sans SC", sans-serif;
}

/* ヘッダー
  ------------------------------------------- */
.header__top a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* フッター
  ------------------------------------------- */
footer .footer__link .__inner dl {
  width: 35%;
  padding-right: 60px;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__link .__inner > div {
  width: 65%;
  padding-left: 60px;
}
footer .footer__link .__inner > div ul {
  gap: 40px;
}

@media all and (max-width: 960px) {
  footer .footer__link .__inner dl {
    width: 100%;
    padding-right: 0;
  }
  footer .footer__link .__inner > div {
    width: 100%;
    padding-left: 0;
  }
  footer .footer__link .__inner > div ul {
    gap: 0;
  }
}
/* Topページ
------------------------------------------- */
.top_zh #Topics .topics__item:not(:first-of-type) {
  margin-top: 60px;
}

@media all and (max-width: 767px) {
  .top_zh #Topics .topics__item:not(:first-of-type) {
    margin-top: 16vw;
  }
}
/* 追従ボタン（繁体字ボタン削除のためお問い合わせボタンを表示20240808）

------------------------------------------- */
/*@media screen and (max-width:767px) {
  .dl_btn .dl_btn_container a:first-of-type {
    display: none;
  }
}*/
/* ウェアラブルページ
------------------------------------------- */
.wearable #Products__desc .category__box__wrapper {
  height: 618px;
}

/* インクジェットページ
------------------------------------------- */
#inkjet .process__box.-blue::after {
  content: "只需2个步骤即可完成";
}
@media screen and (max-width: 767px) {
  #inkjet .process__box.-blue::after {
    content: "只需2个步骤\a即可完成";
  }
}
@media screen and (max-width: 767px) {
  #inkjet .dl_btn .dl_btn_container a:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ---- Filler　－－－－*/
.area#usage-products section .__inner .case .column2 figure.-grease::before {
  content: "润滑脂";
}
.area#usage-products section .__inner .case .column2 figure.-paste::before {
  content: "膏剂 ";
}
.area#usage-products section .__inner .case .column2 figure.-sheet::before {
  content: "片材";
}

/* ----- intervew -----*/
.interview__block__title__text .-thin,
#interview01 .balloon__title strong　 {
  font-family: "Noto Sans SC", sans-serif;
}