<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------------*/
/*東邦化学工業株式会社 CSS*/
/*-----------------------------*/
html.enable-javascript .hide-enable-js {
  display: none !important; }
html:not(.enable-javascript) * {
  display: none !important; }
html:not(.enable-javascript) body,
html:not(.enable-javascript) noscript,
html:not(.enable-javascript) .hide-disable-js {
  display: block !important; }

.header {
  margin-bottom: 30px;
  letter-spacing: 0; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  margin-left: -50px;
  padding: 0.3rem;
  background: red;
  left: 50%;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 10px; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.mt_0 {
  margin-top: 0px !important; }

.mb_0 {
  margin-bottom: 0px !important; }

.mt_5 {
  margin-top: 5px !important; }

.mb_5 {
  margin-bottom: 5px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mb_15 {
  margin-bottom: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mt_25 {
  margin-top: 25px !important; }

.mb_25 {
  margin-bottom: 25px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mt_35 {
  margin-top: 35px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mt_45 {
  margin-top: 45px !important; }

.mb_45 {
  margin-bottom: 45px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mt_55 {
  margin-top: 55px !important; }

.mb_55 {
  margin-bottom: 55px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mt_65 {
  margin-top: 65px !important; }

.mb_65 {
  margin-bottom: 65px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mt_75 {
  margin-top: 75px !important; }

.mb_75 {
  margin-bottom: 75px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mt_85 {
  margin-top: 85px !important; }

.mb_85 {
  margin-bottom: 85px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mt_95 {
  margin-top: 95px !important; }

.mb_95 {
  margin-bottom: 95px !important; }

.mt_100 {
  margin-top: 100px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

#fixnav {
  background: #fff; }

.tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .tab_area li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 30px !important;
    margin-right: 5px; }
    .tab_area li:last-of-type {
      margin-right: 0; }
  .tab_area a {
    line-height: 1.3rem; }

.productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  margin: 15px 0 30px;
  width: 100%; }
  .productList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    border-bottom: 1px solid; }
  .productList a {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 0;
    line-height: 1.3rem; }
    .productList a::after {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      right: 0;
      top: 6px; }
  .productList.tgl &gt; li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .productList.tgl &gt; li a {
      cursor: pointer; }
  .productList + .categoryList {
    margin-top: 20px;
    padding-top: 15px; }

.categoryList {
  padding: 20px;
  background: #efefef; }
  .categoryList li {
    padding: 0 0 5px 0; }
  .categoryList &gt; li &gt; ul {
    margin: 0 0 0 20px; }
  .categoryList a {
    position: relative;
    display: block;
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #999; }
    .categoryList a::after {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      right: 0; }

.sec_product {
  margin-bottom: 20px; }
  .sec_product .ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #192e7a;
    padding: 15px; }
    .sec_product .ttl_wrap a {
      display: inline-block;
      padding-left: 20px;
      color: #ffffff;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1rem;
      background: url(../images/common/icon_arrow_right_w.svg) no-repeat center left/contain; }
      .sec_product .ttl_wrap a:hover {
        opacity: 0.6; }
  .sec_product .ttl {
    margin: 0;
    padding: 0 !important;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 500; }
  .sec_product .num::before {
    content: "（"; }
  .sec_product .num::after {
    content: "）"; }
  .sec_product .productList {
    margin: 15px 0 0 0; }

.recruit_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .recruit_links a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
    .recruit_links a img {
      margin-bottom: 5px; }

.detail_contents {
  margin-top: 20px; }

.bnr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0; }
  .bnr_wrap a {
    margin: 10px; }

.primary-navigation a[target="_blank"]::after {
  display: none !important; }

ol[type="1"], ul[type="1"] {
  margin-left: 1.2em;
  list-style-type: decimal !important; }
ol[type="disc"], ul[type="disc"] {
  margin-left: 1.2em;
  list-style-type: disc !important; }

.notice_indent {
  margin-left: 3em; }
  .notice_indent li {
    margin-bottom: 5px;
    text-indent: -3em;
    font-size: 0.8rem;
    line-height: 1.2rem; }

body.home .header {
  margin-bottom: 0; }
body.home.jp .bnr_wrap {
  margin: 100px 0 -40px 0 !important; }
body.profile.top .contents_links .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 86px; }
body.NotFound404 .header {
  margin: 0; }
body.NotFound404 .title_wrap {
  margin-bottom: 30px;
  padding: 40px 0;
  background: #eaeaea;
  text-align: center; }
  body.NotFound404 .title_wrap .ttl {
    font-size: 2rem; }
body.NotFound404 .intro p {
  text-align: center; }
body.news_list .link_list {
  max-width: 1000px;
  margin: 40px auto; }
  body.news_list .link_list ul {
    border-top: 1px dotted #666; }
  body.news_list .link_list li {
    padding: 20px 0;
    border-bottom: 1px dotted #666; }
  body.news_list .link_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.news_list .link_list a p {
      margin-bottom: 0; }
  body.news_list .link_list .cate {
    width: 140px;
    margin-right: 10px;
    padding: 5px 10px;
    text-align: center;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    background: #243882; }
  body.news_list .link_list .date {
    margin-right: 10px; }
body.news_detail .news_title {
  font-size: 2.5rem;
  font-weight: normal; }
body.news_detail .news_img {
  margin-bottom: 30px; }
  body.news_detail .news_img img {
    width: 100%; }
body.news_detail .news_txt {
  margin-bottom: 40px;
  line-height: 2rem; }
body.news_detail .news_links {
  border-top: 1px dotted #666; }
  body.news_detail .news_links li {
    padding: 10px 0;
    border-bottom: 1px dotted #666; }
  body.news_detail .news_links a {
    font-weight: bold; }
body.products_tpp #bgImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../../img/products/tobira.jpg) no-repeat left top/100% auto !important; }
body.products_tpp #main {
  height: 100%;
  padding: 110px 0; }
body.products_tpp article {
  position: static;
  -webkit-transform: unset;
          transform: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%; }
body.products_tpp #article {
  width: 65%; }
body.products_tpp .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999;
  width: 100% !important; }
  body.products_tpp .tab li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    top: 1px;
    width: auto !important;
    padding: 10px;
    margin: 0 5px 0 0 !important;
    background: #fff;
    border: 1px solid #999;
    border-top: 4px solid #999; }
    body.products_tpp .tab li:first-of-type {
      margin: 0 5px 0 5px !important; }
    body.products_tpp .tab li.select {
      border-top: 4px solid #243882;
      border-bottom: none; }
  body.products_tpp .tab a {
    padding: 0;
    font-weight: bold;
    border: none; }
body.products_tpp .tab_content_wrap {
  padding: 15px;
  background: #fff; }
  body.products_tpp .tab_content_wrap .ttl_content {
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    color: #243882;
    background: #eaeaea; }
    body.products_tpp .tab_content_wrap .ttl_content a {
      color: #243882; }
      body.products_tpp .tab_content_wrap .ttl_content a::after {
        content: "\f105";
        font-family: FontAwesome;
        margin-left: .5rem; }
body.products_tpp .tgl {
  width: 100% !important; }
  body.products_tpp .tgl &gt; li {
    width: 100% !important;
    margin: 0 !important; }
    body.products_tpp .tgl &gt; li &gt; ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100% !important; }
      body.products_tpp .tgl &gt; li &gt; ul &gt; li {
        width: 48% !important;
        margin: 0 0 10px 0 !important; }
  body.products_tpp .tgl .name {
    cursor: pointer;
    color: #333 !important;
    font-size: 1rem !important;
    margin: 0 0 20px 0 !important; }
    body.products_tpp .tgl .name::after {
      content: "\f107";
      font-family: FontAwesome;
      margin-left: .5rem; }
body.products_tpp form {
  border: none !important; }
body.structure td.link_url {
  border-right: none; }

html.en .tab_area li {
  padding: 10px !important; }
html.en .footer-links, html.zh .footer-links {
  display: none; }

@media only screen and (min-width: 1000px) {
  .sidebar_ir #fixnav li:last-of-type a {
    font-size: 14px; } }
/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 800px) {
  #caption .flImg {
    float: unset;
    width: 100%;
    max-width: unset;
    margin-bottom: 15px; }
    #caption .flImg img {
      width: 100%; }
  #caption .frTxt {
    margin: 0; }

  .productList li {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important; }

  .sec_product .productList {
    margin: 5px 0 0 0; }

  .m-1of3 {
    margin: 10px 0; }
    .m-1of3 img {
      width: 100%; }

  .bnr_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: auto;
    margin: 15px 20px; }
    .bnr_wrap a {
      display: block;
      width: 80%;
      margin: 0 0 10px 0; }
      .bnr_wrap a:last-of-type {
        margin: 0; }
      .bnr_wrap a img {
        width: 100%; }

  body.home.jp .bnr_wrap {
    margin: 15px 20px !important; }
  body.products_tpp #bgImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.products_tpp #bgImg .smart_view {
      display: block; }
    body.products_tpp #bgImg #main {
      padding: 0; }
  body.products_tpp article {
    margin: 0; }
  body.products_tpp #article {
    width: 100%;
    margin: 30px auto; } }

/*# sourceMappingURL=style.css.map */</pre></body></html>