@charset "UTF-8";
/*
------------------------------------------------------------
------------------------------------------------------------
common
------------------------------------------------------------
------------------------------------------------------------*/
html {
  scroll-behavior: smooth; }

body {
  height: 100%;
  position: relative;
  font-size: 16px;
  line-height: 2em;
  color: #333; }
  @media (max-width: 768px) {
    body {
      font-size: 14px; } }

body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }

a[href^="tel:"] {
  pointer-events: none;
  cursor: default; }
  @media (max-width: 500px) {
    a[href^="tel:"] {
      pointer-events: auto;
      cursor: pointer; } }

hr {
  border: none;
  border-top: 1px solid #dbdbdb;
  margin: 30px 0;
  height: 1px; }

sup {
  vertical-align: super;
  font-size: 0.6em;
  line-height: 1; }

mark {
  color: #333;
  background-color: #f7deb9; }

.PT10 {
  padding-top: 10px; }

.PT20 {
  padding-top: 20px; }

.PT30 {
  padding-top: 30px; }

.PT40 {
  padding-top: 40px; }

.PT50 {
  padding-top: 50px; }

.PT60 {
  padding-top: 60px; }

.PT70 {
  padding-top: 70px; }

.PT80 {
  padding-top: 80px; }

.PT90 {
  padding-top: 90px; }

.PT100 {
  padding-top: 100px; }

.PT110 {
  padding-top: 110px; }

.PT120 {
  padding-top: 120px; }

.MT10 {
  margin-top: 10px; }

.MT20 {
  margin-top: 20px; }

.MT30 {
  margin-top: 30px; }

.MT40 {
  margin-top: 40px; }

.MT50 {
  margin-top: 50px; }

.MT60 {
  margin-top: 60px; }

.MT70 {
  margin-top: 70px; }

.MT80 {
  margin-top: 80px; }

.MT90 {
  margin-top: 90px; }

.MT100 {
  margin-top: 100px; }

.MT110 {
  margin-top: 110px; }

.MT120 {
  margin-top: 120px; }

.PB10 {
  padding-bottom: 10px; }

.PB20 {
  padding-bottom: 20px; }

.PB30 {
  padding-bottom: 30px; }

.PB40 {
  padding-bottom: 40px; }

.PB50 {
  padding-bottom: 50px; }

.PB60 {
  padding-bottom: 60px; }

.PB70 {
  padding-bottom: 70px; }

.PB80 {
  padding-bottom: 80px; }

.PB90 {
  padding-bottom: 90px; }

.PB100 {
  padding-bottom: 100px; }

.PB110 {
  padding-bottom: 110px; }

.PB120 {
  padding-bottom: 120px; }

.MB10 {
  margin-bottom: 10px; }

.MB20 {
  margin-bottom: 20px; }

.MB30 {
  margin-bottom: 30px; }

.MB40 {
  margin-bottom: 40px; }

.MB50 {
  margin-bottom: 50px; }

.MB60 {
  margin-bottom: 60px; }

.MB70 {
  margin-bottom: 70px; }

.MB80 {
  margin-bottom: 80px; }

.MB90 {
  margin-bottom: 90px; }

.MB100 {
  margin-bottom: 100px; }

.MB110 {
  margin-bottom: 110px; }

.MB120 {
  margin-bottom: 120px; }

.indent1 {
  padding-left: 1em;
  text-indent: -1em; }

.indent2 {
  padding-left: 2em;
  text-indent: -2em; }

.indent3 {
  padding-left: 3em;
  text-indent: -3em; }

.indent4 {
  padding-left: 4em;
  text-indent: -4em; }

.indent5 {
  padding-left: 5em;
  text-indent: -5em; }

.indent6 {
  padding-left: 6em;
  text-indent: -6em; }

.indent7 {
  padding-left: 7em;
  text-indent: -7em; }

.indent8 {
  padding-left: 8em;
  text-indent: -8em; }

.indent9 {
  padding-left: 9em;
  text-indent: -9em; }

.indent10 {
  padding-left: 10em;
  text-indent: -10em; }

.indent1h {
  padding-left: 1.5em;
  text-indent: -1.5em; }

.indent {
  text-indent: 1em; }

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
layout.css のスタイル上書き
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------*/
/*
------------------------------------------------------------
------------------------------------------------------------
共通スタイル
------------------------------------------------------------
------------------------------------------------------------*/
/* タイトル */
.heading-top h2 {
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
  word-break: break-word;
  font-family: 'Raleway', sans-serif;
  font-weight: 600; }
  @media (max-width: 1200px) {
    .heading-top h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .heading-top h2 {
      font-size: 30px; } }
  .heading-top h2::before {
    content: "●";
    display: inline-block;
    margin-right: 10px;
    color: #6167ad;
    font-size: 0.32em; }
    @media (max-width: 768px) {
      .heading-top h2::before {
        font-size: 0.35em;
        margin-right: 5px; } }

/* カテゴリーアイコン */
.category-icon {
  font-size: 13px; }
  @media (max-width: 1200px) {
    .category-icon {
      font-size: 11.5px; } }
  .category-icon.category-decla {
    letter-spacing: -0.03em; }

/* table */
.table th {
  line-height: 1.4em;
  word-break: break-word; }
.table td {
  line-height: 1.4em; }

/*　header　
------------------------------------------------------------
------------------------------------------------------------*/
/* sitemap・nav */
.main-nav-button li {
  width: 48%; }

/*　footer　
------------------------------------------------------------
------------------------------------------------------------*/
.footer-section h1 span:nth-child(1) {
  padding-right: 0.3em; }
.footer-section h1 span:nth-child(2) {
  font-family: 'Raleway', sans-serif;
  font-weight: 600; }

/*
------------------------------------------------------------
------------------------------------------------------------
トップページ
------------------------------------------------------------
------------------------------------------------------------*/
/* 導入 */
.top-intro h2 span:nth-of-type(2) {
  margin-right: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 70px; }
  @media (max-width: 1200px) {
    .top-intro h2 span:nth-of-type(2) {
      font-size: 50px; } }
  @media (max-width: 768px) {
    .top-intro h2 span:nth-of-type(2) {
      font-size: 30px; } }
.top-intro h2 span:nth-of-type(1), .top-intro h2 span:nth-of-type(3) {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 50px; }
  @media (max-width: 1200px) {
    .top-intro h2 span:nth-of-type(1), .top-intro h2 span:nth-of-type(3) {
      font-size: 36px; } }
  @media (max-width: 768px) {
    .top-intro h2 span:nth-of-type(1), .top-intro h2 span:nth-of-type(3) {
      font-size: 24px; } }
.top-intro h2 br {
  display: none; }
  @media (max-width: 500px) {
    .top-intro h2 br {
      display: block; } }

/* 化学物質情報伝達における全体スキーム */
.top-about-wrap h2 {
  font-size: 30px; }
  @media (max-width: 768px) {
    .top-about-wrap h2 {
      font-size: 22px; } }
  @media (max-width: 500px) {
    .top-about-wrap h2 {
      font-size: 15px; } }
  @media (max-width: 320px) {
    .top-about-wrap h2 {
      font-size: 14px; } }

.top-about {
  margin-top: 30px; }
  @media (max-width: 768px) {
    .top-about {
      margin-top: 20px; } }
  @media (max-width: 500px) {
    .top-about {
      margin-top: 25px; } }

/* 最新情報 */
.top-news-list-wrap .heading-top h2 {
  font-size: 46px; }
@media (max-width: 1200px) {
  .top-news-list-wrap .heading-top h2 {
    font-size: 36px; } }
@media (max-width: 768px) {
  .top-news-list-wrap .heading-top h2 {
    font-size: 30px; } }

@media (max-width: 768px) {
  .news-tab {
    top: -41px; } }
.news-tab li {
  font-size: 15px; }
  @media (max-width: 1200px) {
    .news-tab li {
      font-size: 13px; } }
  @media (max-width: 768px) {
    .news-tab li {
      height: 40px;
      font-size: 12px; } }
  @media (max-width: 500px) {
    .news-tab li {
      font-size: 10.5px; } }
  .news-tab li.tab-decla {
    letter-spacing: -0.03em; }
  @media (max-width: 768px) {
    .news-tab li br {
      display: block; } }

/* footer上共通コンテンツ */
.pre-footer .pre-footer-chem a:after {
  background: url("../images/common/pre_footer_chem_bk_en.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }

/*
------------------------------------------------------------
------------------------------------------------------------
下層ページ
------------------------------------------------------------
------------------------------------------------------------*/
/* ページタイトル */
.page-title h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600; }

/*　最新情報
------------------------------------------------------------
------------------------------------------------------------*/
/* 最新情報：一覧　news
------------------------------------------------------------*/
@media (max-width: 320px) {
  .news-list-wrap .news-tab li {
    width: 55px; } }
@media (max-width: 500px) {
  .news-list-wrap .news-tab li.tab-decla {
    font-size: 10px; } }
@media (max-width: 320px) {
  .news-list-wrap .news-tab li.tab-decla {
    letter-spacing: -0.04em; } }
@media (max-width: 500px) {
  .news-list-wrap .news-tab li.tab-cons {
    font-size: 10px;
    letter-spacing: -0.03em; } }
  @media (max-width: 500px) and (max-width: 320px) {
    .news-list-wrap .news-tab li.tab-cons {
      letter-spacing: -0.04em; } }

/*　chemSHERPA
------------------------------------------------------------
------------------------------------------------------------*/
/* chemSHERPA：chemSHERPAについて chemSHERPA/aboutchemsherpa
------------------------------------------------------------*/
.aboutchem-overview li h4 {
  min-height: 6em;
  margin-bottom: 0;
  text-align: left; }
  @media (max-width: 768px) {
    .aboutchem-overview li h4 {
      min-height: 8em; } }
  @media (max-width: 500px) {
    .aboutchem-overview li h4 {
      min-height: auto;
      margin-bottom: 10px; } }

/* chemSHERPA：データ作成支援（ツール等）：システム開発関連情報　chemSHERPA/tool
------------------------------------------------------------*/
.login-box .login-list {
  margin-bottom: 90px; }
  @media (max-width: 768px) {
    .login-box .login-list {
      margin-bottom: 0; } }

/*
------------------------------------------------------------
------------------------------------------------------------
調整
------------------------------------------------------------
------------------------------------------------------------*/
