@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap; }

/* 日本語（notoSans）*/
/* 日本語（notoSerif）*/
/*日本語用（メイリオ）*/
/*英語用*/
@media screen and (max-width: 800px) {
  .common_btn {
    text-decoration: none;
    color: #000;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0px 5px 3px -3px #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 50px;
    background: #fff;
    position: relative;
    text-align: center;
    font-weight: bold; }
    .common_btn:after {
      content: "";
      border: 0px;
      border-top: solid 2px #0084ff;
      border-right: solid 2px #0084ff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      display: inline-block;
      width: 8px;
      height: 8px;
      position: absolute;
      top: calc(50% - 4px);
      right: 20px; }
    .common_btn[target="_blank"]:before, .common_btn[target="newwindow"]:before {
      content: "";
      background: url(../images/common/icon_blank.png) no-repeat;
      background-size: cover;
      width: 14px;
      height: 14px;
      display: inline-block;
      position: absolute;
      top: 12px;
      right: 12px; }
    .common_btn .down {
      display: flex;
      align-items: center;
      margin-right: 10px; }
  .main_img img {
    width: 100%; }
  .topics_wrap {
    padding: 20px 30px 30px; }
    .topics_wrap .title {
      text-align: center;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 5px; }
    .topics_wrap .topics {
      position: relative; }
      .topics_wrap .topics .day {
        font-size: 12px;
        margin-bottom: 5px;
        display: block; }
      .topics_wrap .topics .text {
        font-size: 13px;
        color: #000;
        text-decoration: none; }
  .slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-top: 20px; }
    .slick-dots button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .slick-dots li {
      display: flex;
      align-items: center;
      margin-right: 15px; }
      .slick-dots li button {
        text-indent: -9999px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #d3cdcd; }
      .slick-dots li.slick-active button {
        background-color: #0084ff; }
      .slick-dots li:last-of-type {
        margin-right: 0; }
  .slick-arrow {
    position: absolute;
    z-index: 3;
    top: calc(50% - 12px); }
    .slick-arrow.pre {
      background: url(../images/common/slick-arrow_pre.png) no-repeat;
      width: 8px;
      height: 12px;
      background-size: cover;
      left: -20px; }
    .slick-arrow.next {
      background: url(../images/common/slick-arrow_next.png) no-repeat;
      width: 8px;
      height: 12px;
      background-size: cover;
      right: -20px; }
  #contents .bnr_area {
    padding: 0 15px;
    margin-bottom: 40px; }
    #contents .bnr_area img {
      width: 100%; }
  #contents h2 {
    border-bottom: 2px solid #0084ff;
    padding: 0 15px 10px;
    margin-bottom: 10px; }
    #contents h2 span {
      display: block; }
    #contents h2 .jp {
      font-size: 20px;
      margin-right: 25px; }
    #contents h2 .eng {
      font-weight: normal;
      font-size: 13px;
      color: #999999; }
  #contents .chemical_list {
    padding: 0 15px;
    margin-bottom: 30px; }
    #contents .chemical_list li {
      border: 1px solid #e3e3e3;
      padding: 15px 10px;
      margin-bottom: 15px; }
      #contents .chemical_list li.double h4:first-of-type {
        margin-bottom: 10px; }
      #contents .chemical_list li > a {
        display: block;
        width: 100%;
        color: #000;
        text-decoration: none; }
      #contents .chemical_list li .number_name {
        border-bottom: 1px solid #e3e3e3;
        font-weight: normal; }
        #contents .chemical_list li .number_name .number {
          display: block;
          text-align: center;
          margin-bottom: 5px;
          font-size: 13px; }
        #contents .chemical_list li .number_name .name {
          display: block;
          color: #0084ff;
          text-align: center;
          font-size: 15px;
          margin-bottom: 10px; }
      #contents .chemical_list li .img {
        padding: 10px;
        text-align: center;
        width: 90%;
        margin: 0 auto; }
        #contents .chemical_list li .img img {
          max-width: 100%;
          width: 100%; }
      #contents .chemical_list li h4 {
        text-align: center;
        font-size: 22px;
        background-color: #eef7ff; }
        #contents .chemical_list li h4 .komoji {
          font-size: 14px;
          font-weight: normal;
          display: inline-block;
          margin-right: 5px; }
      #contents .chemical_list li .title_double h4 a {
        color: #000;
        text-decoration: none;
        display: block; }
      #contents .chemical_list li .sub_title {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px; }
      #contents .chemical_list li.twin .twin_cont > a {
        display: block;
        width: 100%;
        color: #000;
        text-decoration: none; }
        #contents .chemical_list li.twin .twin_cont > a:not(:last-of-type) {
          margin-bottom: 30px; }
  #contents .documentdown {
    background: url(../images/home/bg_down.jpg) no-repeat right top #f6f6f6;
    background-size: contain; }
    #contents .documentdown h3 {
      text-align: center;
      border-bottom: 2px solid #cccccc;
      padding: 20px 15px;
      margin-bottom: 20px; }
      #contents .documentdown h3 .pdf {
        display: inline-block;
        margin-right: 10px; }
    #contents .documentdown p {
      text-align: center;
      font-size: 13px;
      margin-bottom: 20px;
      padding: 0 15px; }
    #contents .documentdown .down_btn {
      padding: 0 15px 20px; }
      #contents .documentdown .down_btn li:not(:last-of-type) {
        margin-bottom: 10px; }
      #contents .documentdown .down_btn .common_btn:after {
        content: none; }
  .imgInP {
    font-size: 14px;
    padding: 0 15px;
    margin: 20px 0; }
    .imgInP .img {
      display: block;
      margin: 0 auto 10px; } }

@media screen and (min-width: 800px) {
  .common_btn {
    text-decoration: none;
    color: #000;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0px 5px 3px -3px #cccccc; }
    .common_btn[target="_blank"]:before, .common_btn[target="newwindow"]:before {
      content: "";
      background: url(../images/common/icon_blank.png) no-repeat;
      background-size: cover;
      width: 14px;
      height: 14px;
      display: inline-block;
      position: absolute;
      top: 12px;
      right: 12px; }
    .common_btn .down {
      display: flex;
      align-items: center;
      margin-right: 10px; }
  .topics_wrap .topics {
    position: relative; }
  .slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 15px; }
    .slick-dots button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .slick-dots li {
      display: flex;
      align-items: center;
      margin-right: 15px; }
      .slick-dots li button {
        text-indent: -9999px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #d3cdcd; }
      .slick-dots li.slick-active button {
        background-color: #0084ff; }
      .slick-dots li:last-of-type {
        margin-right: 0; }
  .slick-arrow {
    position: absolute;
    z-index: 3; }
    .slick-arrow.pre {
      background: url(../images/common/slick-arrow_pre.png) no-repeat;
      width: 8px;
      height: 12px;
      background-size: cover; }
    .slick-arrow.next {
      background: url(../images/common/slick-arrow_next.png) no-repeat;
      width: 8px;
      height: 12px;
      background-size: cover; }
  #contents .bnr_area img {
    width: 100%; }
  #contents h2 {
    border-bottom: 2px solid #0084ff; }
  #contents .chemical_list li {
    border: 1px solid #e3e3e3; }
    #contents .chemical_list li > a {
      display: block;
      width: 100%;
      color: #000;
      text-decoration: none; }
    #contents .chemical_list li .number_name {
      border-bottom: 1px solid #e3e3e3;
      font-weight: normal; }
      #contents .chemical_list li .number_name .number {
        display: block;
        text-align: center;
        margin-bottom: 5px; }
      #contents .chemical_list li .number_name .name {
        display: block;
        color: #0084ff;
        text-align: center; }
    #contents .chemical_list li h4 {
      text-align: center; }
    #contents .chemical_list li .title_double h4 a {
      color: #000;
      text-decoration: none;
      display: block; }
    #contents .chemical_list li .sub_title {
      text-align: center; }
    #contents .chemical_list li.twin .twin_cont > a {
      display: block;
      width: 100%;
      color: #000;
      text-decoration: none; }
  #contents .documentdown {
    background: url(../images/home/bg_down.jpg) no-repeat right top #f6f6f6;
    background-size: contain; }
    #contents .documentdown h3 {
      text-align: center;
      border-bottom: 2px solid #cccccc; }
    #contents .documentdown p {
      text-align: center; }
    #contents .documentdown .down_btn .common_btn:after {
      content: none; }
  .imgInP {
    font-size: 14px; } }

@media print, screen and (min-width: 801px) {
  .common_btn {
    text-decoration: none;
    color: #000;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0px 5px 3px -3px #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    height: 70px;
    background: #fff;
    position: relative; }
    .common_btn:after {
      content: "";
      border: 0px;
      border-top: solid 2px #0084ff;
      border-right: solid 2px #0084ff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      display: inline-block;
      width: 8px;
      height: 8px;
      position: absolute;
      top: calc(50% - 4px);
      right: 20px; }
    .common_btn:hover {
      opacity: .7; }
    .common_btn[target="_blank"]:before, .common_btn[target="newwindow"]:before {
      content: "";
      background: url(../images/common/icon_blank.png) no-repeat;
      background-size: cover;
      width: 14px;
      height: 14px;
      display: inline-block;
      position: absolute;
      top: 12px;
      right: 12px; }
    .common_btn .down {
      display: flex;
      align-items: center;
      margin-right: 10px; }
  .main_img {
    width: 100%;
    height: 400px;
    background: url(../images/home/main_img_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
  .topics_wrap {
    max-width: 980px;
    width: 92%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px;
    display: flex;
    margin-bottom: 15px; }
    .topics_wrap .title {
      font-size: 16px;
      width: 150px;
      padding-right: 50px; }
    .topics_wrap .topics {
      position: relative;
      width: calc(100% - 150px); }
      .topics_wrap .topics .day {
        display: inline-block;
        margin-right: 20px;
        font-size: 14px;
        width: 70px;
        vertical-align: middle; }
      .topics_wrap .topics .text {
        width: calc(100% - 90px);
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
        color: #000;
        text-decoration: none; }
        .topics_wrap .topics .text:hover {
          opacity: .7; }
  .slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding-right: 150px; }
    .slick-dots button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .slick-dots li {
      display: flex;
      align-items: center;
      margin-right: 15px; }
      .slick-dots li button {
        text-indent: -9999px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #d3cdcd; }
      .slick-dots li.slick-active button {
        background-color: #0084ff; }
      .slick-dots li:last-of-type {
        margin-right: 0; }
  .slick-arrow {
    position: absolute;
    z-index: 3;
    top: 9px; }
    .slick-arrow:hover {
      opacity: .7; }
    .slick-arrow.pre {
      background: url(../images/common/slick-arrow_pre.png) no-repeat;
      width: 8px;
      height: 12px;
      background-size: cover;
      left: -25px; }
    .slick-arrow.next {
      background: url(../images/common/slick-arrow_next.png) no-repeat;
      width: 8px;
      height: 12px;
      background-size: cover;
      right: -15px; }
  #contents #contents_inner {
    max-width: 980px;
    margin: 0 auto;
    width: 96%; }
  #contents .bnr_area {
    margin-bottom: 50px; }
    #contents .bnr_area img {
      width: 100%; }
  #contents h2 {
    border-bottom: 2px solid #0084ff;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    #contents h2 span {
      display: inline-block;
      vertical-align: middle; }
    #contents h2 .jp {
      font-size: 20px;
      margin-right: 25px; }
    #contents h2 .eng {
      font-weight: normal;
      font-size: 14px;
      color: #999999; }
  #contents .chemical_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    #contents .chemical_list li {
      border: 1px solid #e3e3e3;
      width: calc(25% - 9px);
      margin-right: 12px;
      margin-bottom: 12px; }
      #contents .chemical_list li.mR0 {
        margin-right: 0 !important; }
      #contents .chemical_list li.double {
        width: calc(50% - 9px);
        padding: 20px; }
        #contents .chemical_list li.double .number_name .name {
          color: #000; }
        #contents .chemical_list li.double .img img {
          width: 50%; }
      #contents .chemical_list li > a {
        display: block;
        width: 100%;
        color: #000;
        text-decoration: none;
        padding: 20px; }
        #contents .chemical_list li > a:hover h4 {
          background-color: #eef7ff; }
      #contents .chemical_list li .number_name {
        border-bottom: 1px solid #e3e3e3;
        font-weight: normal;
        height: 100px; }
        #contents .chemical_list li .number_name .number {
          display: block;
          text-align: center;
          margin-bottom: 5px;
          font-size: 12px; }
        #contents .chemical_list li .number_name .name {
          display: block;
          color: #0084ff;
          text-align: center;
          font-size: 14px;
          height: 60px;
          overflow: hidden;
          text-overflow: ellipsis; }
      #contents .chemical_list li .img {
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #contents .chemical_list li .img img {
          max-width: 100%;
          width: 100%; }
      #contents .chemical_list li h4 {
        text-align: center;
        font-size: 23px;
        font-weight: bold;
        padding: 3px; }
        #contents .chemical_list li h4 .komoji {
          font-size: 14px;
          font-weight: normal;
          display: inline-block;
          margin-right: 5px; }
      #contents .chemical_list li .title_double {
        display: flex; }
        #contents .chemical_list li .title_double h4 {
          width: calc(50% - 6px); }
          #contents .chemical_list li .title_double h4:not(:last-of-type) {
            margin-right: 12px; }
          #contents .chemical_list li .title_double h4:hover {
            background-color: #eef7ff; }
          #contents .chemical_list li .title_double h4 a {
            color: #000;
            text-decoration: none;
            display: block; }
      #contents .chemical_list li .sub_title {
        text-align: center;
        margin-top: 20px;
        font-size: 18px; }
      #contents .chemical_list li.twin {
        width: calc(50% - 9px); }
        #contents .chemical_list li.twin .twin_cont {
          display: flex; }
          #contents .chemical_list li.twin .twin_cont > a {
            display: block;
            width: 100%;
            color: #000;
            text-decoration: none;
            padding: 20px; }
            #contents .chemical_list li.twin .twin_cont > a:hover h4 {
              background-color: #eef7ff; }
  #contents .documentdown {
    background: url(../images/home/bg_down.jpg) no-repeat right top #f6f6f6;
    background-size: contain; }
    #contents .documentdown h3 {
      text-align: center;
      border-bottom: 2px solid #cccccc;
      font-size: 20px;
      padding: 25px 15px;
      margin-bottom: 25px; }
      #contents .documentdown h3 .pdf {
        display: inline-block;
        margin-right: 10px; }
    #contents .documentdown p {
      text-align: center;
      margin-bottom: 30px;
      padding: 0 50px; }
    #contents .documentdown .down_btn {
      padding: 0 50px 40px;
      display: flex; }
      #contents .documentdown .down_btn li {
        width: 33%; }
        #contents .documentdown .down_btn li:not(:last-of-type) {
          margin-right: 20px; }
      #contents .documentdown .down_btn .common_btn:after {
        content: none; }
  .imgInP {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px; }
    .imgInP .img {
      max-width: 200px; }
      .imgInP .img img {
        max-width: 100%;
        width: 100%; }
    .imgInP .img.left {
      float: left;
      margin-right: 20px;
      margin-bottom: 15px; }
    .imgInP .img.right {
      float: right;
      margin-left: 20px;
      margin-bottom: 15px; } }

      @media print, screen and (min-width: 801px) {
        html:lang(en) .main_img {
          background: url(../en/images/home/main_img_pc.jpg) no-repeat;
          background-size: cover;
          background-position: center;
        }
      }


@media print {
  #contents .chemical_list li .number_name {
    height: auto;
    min-height: 100px; }
  #contents .chemical_list li .number_name .name {
    height: auto; } }

/*# sourceMappingURL=map/home.css.map */
