@charset "UTF-8";


/* PDF download form page (20200624 added)
---------------------------------------------------- */
.mod-about-download {
  margin-bottom: 40px;
  border: 1px solid #00a05c;
  border-radius: 3px;
  overflow: hidden;
}

.mod-about-download .heading {
  background: #00a05c;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 13px;
}

.mod-about-download .heading + p {
  padding: 13px;
  margin-bottom: 0;
}


/* Test Only
---------------------------------------------------- */

.debug-test {
  position: fixed;
  top: 30%;
  right: 0;
  width: 70px;
  padding: 5px;
  line-height: 1.5;
  background: rgba(255,0,0, 0.2);
}
.debug-test-a {
  display: block;
  line-height: 1;
  margin-top: 20px;
}
.debug-test-small {
  font-size: 10px;
}


/* 表の横スクロール 2020-09
---------------------------------------------------- */

/* 特殊対応など */

.u-show {
  display: block !important;
}
.u-hide {
  display: none !important;
}

.mod-table2 { /* 100%だと横スクロールがでる場合がある（chromeのみ） inc_automobile_04.phpの「練り込み型、塗布型」表 200917 */
  width: 99.9%;
}

.mod-table2 thead tr th.border-r-ie,
.mod-table2 tbody tr td.border-r-ie { /* ie対策 */
  border-right: 1px solid #dee2e7;
}

/*  */

.l-container.wide {
  width: 1600px;
}
@media only screen and (max-width: 1620px) {
  .l-container.wide {
    width: calc( 100% - 20px );
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1620px) {
  .l-container.wide .mod-table2 {
    /* table-layout: fixed; 不要 */
  }
}

.l-container.wide .mod-table2 {
  /* Medium ちょっと太くなる
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  */
}
.l-container.wide .mod-table2 td {
  padding-left: 7px;
  padding-right: 7px;
}

/* ○などの記号 */

.table-symbol-a {
  display: block;
  text-align: center;
  font-family: Meiryo, sans-serif !important;
}

.table-chemistry {
}

/* 単位 */

.u-unit-chemistry {
  display: inline-block;
  font-size: 1.2rem;
  transform: scale(0.8, 1);
}

/* .list-set-use */

ul.list-set-use {
  line-height: 1.3;
}
ul.list-set-use li {
  position: relative;
  padding: 3px 0 3px 12px;
}
ul.list-set-use li:before,
ul.list-set-use li:after {
  position: absolute;
  display: block;
  content: "";
  background: #666;
  background-size: 100% auto;
}
ul.list-set-use li.type-1:before {
  top: 9px;
  left: 0px;
  width: 8px;
  height: 2px;
}
ul.list-set-use li.type-1:after {
  top: 11px;
  left: 0px;
  width: 2px;
  height: 100%;
}
ul.list-set-use li.type-2:before {
  top: 9px;
  left: 0px;
  width: 8px;
  height: 2px;
}
ul.list-set-use li.type-2:after {
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
}
ul.list-set-use li.type-3:before {
  top: 9px;
  left: 0px;
  width: 8px;
  height: 2px;
}
ul.list-set-use li.type-3:after {
  top: 0px;
  left: 0px;
  width: 2px;
  height: 11px;
}


/**
 *  表のセル幅
 *  2020/10/9　（い）案　1250px以上 もしくは 1000px以下で有効
 */

@media screen and (min-width: 1250px),
  screen and (max-width: 1000px) {
  .mod-table2 .table-col-name {
    width: 120px;
  }
  .mod-table2 .table-col-name-a {
    width: 150px;
  }
  .mod-table2 .table-col-name-b {
    width: 180px;
  }
  .mod-table2 .table-col-button {
    width: 50px;
  }
  .mod-table2 .table-col-button-a {
    width: 90px;
  }

  .mod-table2 .table-col-fiexd-010 {
    width: 10px;
  }
  .mod-table2 .table-col-fiexd-020 {
    width: 20px;
  }
  .mod-table2 .table-col-fiexd-030 {
    width: 30px;
  }
  .mod-table2 .table-col-fiexd-040 {
    width: 40px;
  }
  .mod-table2 .table-col-fiexd-050 {
    width: 50px;
  }
  .mod-table2 .table-col-fiexd-060 {
    width: 60px;
  }
  .mod-table2 .table-col-fiexd-070 {
    width: 70px;
  }
  .mod-table2 .table-col-fiexd-080 {
    width: 80px;
  }
  .mod-table2 .table-col-fiexd-090 {
    width: 90px;
  }
  .mod-table2 .table-col-fiexd-100 {
    width: 100px;
  }
  .mod-table2 .table-col-fiexd-170 {
    width: 170px;
  }
  .mod-table2 .table-col-fiexd-230 {
    width: 230px;
  }
  .mod-table2 .table-col-fiexd-240 {
    width: 240px;
  }
  .mod-table2 .table-col-fiexd-250 {
    width: 250px;
  }

  .mod-table2 .table-col-min-160 {
    min-width: 160px;
  }
  .mod-table2 .table-col-min-210 {
    min-width: 210px;
  }

  /* 余白が狭い */
  .mod-table2 .table-th-narrow-a {
    width: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-narrow-b {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-narrow-c {
    width: 70px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-narrow-d {
    width: 90px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-narrow-e {
    width: 110px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-narrow-f {
    width: 130px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-narrow-g {
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-narrow-h {
    width: 170px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-narrow-i {
    width: 190px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-narrow-j {
    width: 210px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-narrow-k {
    width: 230px;
    padding-left: 5px;
    padding-right: 5px;
  }


  .mod-table2 .table-th-middle-a {
    width: 10%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mod-table2 .table-th-middle-b {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }

} /* @media */


/* .g-fixed-nav-table
---------------------------------------------------- */

.g-fixed-nav-table {
  display: none;
}

.g-fixed-nav-table .tsh-br {
  display: none;
}

@media only screen and (max-width: 640px) {
}

/**
 *  表の横スクロールのナビ
 *  1000px以下で表示
 *  2020/10/9　（い）案
 */

@media only screen and (max-width: 1000px) {

  .g-fixed-nav-table.is-active {
    display: block;
  }

  /* 表 */

  .l-container.wide .mod-table2 {
    width: 1200px;
  }
  .l-container.wide .table-overflow {
    position: relative;
    margin-top: -25px;
    padding-top: 25px;
  }
  .l-container.wide .table-overflow:before {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: auto;
    height: 25px;
    padding: 7px 10px 0 35px;
    font-size: 1.2rem;
    content: "表を横にスクロール";
    background: rgba(193, 210, 219, 0.7) url(/ja/img/base/ico_cursor-16.svg) no-repeat 4px 0;
    /* background-size: 100% auto; */
  }

  /* 固定メニュー */

  .g-fixed-nav-table {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(178, 228, 199, 0.9);
    background: rgba(237, 246, 243, 0.9);
    background: rgba(225, 238, 253, 0.9);
  }
  .g-fixed-nav-table .tsh-button-wrap {
    position: relative;
    text-align: right;
  }
  .g-fixed-nav-table .tsh-button-wrap a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-right: 5px;
    /* background: rgba(214, 233, 255, 1); */
  }

  .g-fixed-nav-table .tsh-button-wrap span {
    position: absolute;
    top: 40%;
    right: 250px;
  }

  .g-fixed-nav-table .tsh-button {
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  .g-fixed-nav-table .tsh-button.tsh-button-to-left-most {
    background-image: url(/ja/img/base/btn_tsh-button-to-left-most.png);
  }
  .g-fixed-nav-table .tsh-button.tsh-button-to-left {
    background-image: url(/ja/img/base/btn_tsh-button-to-left.png);
  }
  .g-fixed-nav-table .tsh-button.tsh-button-to-right {
    background-image: url(/ja/img/base/btn_tsh-button-to-right.png);
  }
  .g-fixed-nav-table .tsh-button.tsh-button-to-right-most {
    background-image: url(/ja/img/base/btn_tsh-button-to-right-most.png);
  }

} /* @media */

@media only screen and (max-width: 414px) { /* 表の横スクロール */
  .g-fixed-nav-table .tsh-button-wrap span {
    top: 25%;
  }
  .g-fixed-nav-table .tsh-br {
    display: block;
  }
}  /* @media */

