@charset "utf-8";


/* =============================================
             FONT
================================================ */

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

html,
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/* =============================================
              SVG ICON
================================================ */

@font-face {
    font-family: 'icomoon';
    src: url('../webfonts/icomoon-s7sf82.eot');
    src: url('../webfonts/icomoon-s7sf82.eot#iefix') format('embedded-opentype'), url('../webfonts/icomoon-s7sf82.ttf') format('truetype'), url('../webfonts/icomoon-s7sf82.woff') format('woff'), url('../webfonts/icomoon-s7sf82.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-air:before {
  content: "\e901";
}
.icon-caution:before {
  content: "\e902";
}
.icon-chemical:before {
  content: "\e903";
}
.icon-chemicalResistant:before {
  content: "\e904";
}
.icon-drink:before {
  content: "\e905";
}
.icon-engineer:before {
  content: "\e906";
}
.icon-farming:before {
  content: "\e907";
}
.icon-food:before {
  content: "\e908";
}
.icon-freecall:before {
  content: "\e909";
}
.icon-hose02:before {
  content: "\e90a";
}
.icon-hose03:before {
  content: "\e90b";
}
.icon-industry:before {
  content: "\e90c";
}
.icon-oil:before {
  content: "\e90d";
}
.icon-paint:before {
  content: "\e90e";
}
.icon-powder:before {
  content: "\e90f";
}
.icon-pressure:before {
  content: "\e910";
}
.icon-solvent:before {
  content: "\e911";
}
.icon-special:before {
  content: "\e912";
}
.icon-water:before {
  content: "\e913";
}
.icon-office:before {
  content: "\e914";
}
.icon-factory:before {
  content: "\e915";
}
.icon-logo_w:before {
  content: "\e900";
  color: #fff;
}



/* =============================================
              COMMON
================================================ */

.alpha {
    margin-bottom: 0;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #1d8f5a;
}

.jpTit {
    margin: 0;
    font-size: 1rem;
}

.underTit {
    text-align: center;
    padding: 0;
    background: url("../images/bg_underTit.jpg") right bottom;
    position: relative;
    overflow: hidden;
    height: 150px;
    margin-bottom: 30px;
}

.underTit:before {
    background: rgba(29, 143, 89, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.underTit .row {
    position: relative;
    text-align: center;
}

.underTitinner {
    position: relative;
    margin-top: -100px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    width: 500px;
    height: 500px;
    line-height: 500px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

.underTitinner h2 {
    position: relative;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.underTitinner h3 {
    position: relative;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .underTitinner h2{ top: 30%; } /* IE11 */
    *::-ms-backdrop, .underTitinner h3{ top: 30%; } 
}

@media only screen and (max-width: 1100px) {
    .underTitinner {
        margin-top: 0px;
        width: 300px;
        height: 300px;
        line-height: 300px;
    }
    .underTitinner h2,
    .underTitinner h3 {
        top: 25%;
    }
}

.breadcrumb > li + li:before {
    content: " > ";
}


/* =============================================
              HEADER
================================================ */

.hd-inner {
    position: relative;
    background-color: #fff;
    position: fixed;
    height: 90px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
}

.hd-inner-dummy {
    height: 90px;
    display: block;
}

.hd-inner h1 {
    width: 200px;
    position: absolute;
    top: 10px;
    left: 27px;
    padding: 0;
    margin: 0;
    z-index: 101;
}

hd-inner h1 a {
    display: block;
}

hd-inner h1 img {}

@media only screen and (max-width: 1100px) {
    .hd-inner {
        padding: 5px;
        height: 60px;
    }
    .hd-inner-dummy {
        display: block;
        height: 0px;
    }
    .hd-inner h1 {
        height: 60px;
    }
    .hd-inner h1 img {
        height: 70%;
    }
}


/* =============================================
              GLOBAL NAVI
================================================ */

.drawer-menu ul li {
   list-style: none;
}
.menu ul li {
   list-style: none;
}

#gnav ul li {
    list-style: none;
}


@media only screen and (min-width: 1100px) {
    .top_padding {
        display: table;
        height: 20px;
    }
    #gnav {
        font-size: 100%;
        position: relative;
        z-index: 3;
    }
    #gnav > ul {
        display: table;
        padding-left: 300px;/* logo size*/
        position: absolute;
        top:0;
        right: 0;
        padding-right: 30px;
        width: 100%;
        z-index: 4;
    }
	
	.ie11 #gnav > ul {
		right: initial;
		left: 0;
	}
	
    #gnav > ul > li {
        display: table-cell;
        margin-right: 1em;
        text-align: center;
        height: 90px;
        width: 12%;
        z-index: 5;
    }
    #gnav > ul > li:first-child{
        width: 8%;
    }
    #gnav > ul > li:nth-child(3){
        width: 16%;
    }
    #gnav > ul > li:hover {
        color: #1d8f59;
    }
    #gnav > ul > li:hover a {
        color: #1d8f59;
        text-decoration: none;
    }
    #gnav > ul > li > a:before {
        content: "";
        float: left;
        display: block;
        width: 1px;
        height: 30px;
        background-color: #757575;
        margin-right: 1em;
        margin-bottom: 10px;
    }
    #gnav > ul > li:hover .menu {
        max-height: 300px;
        opacity: 0.95;
        position: fixed;
        top:90px;
        left:0;
        z-index: 1;
    }
    #gnav > ul > li > a {
        display: block;
        padding: 25.5px 1em 15.5px 0;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        color: #000;
    }
    
    #gnav > ul .menu {
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        width: 100%;
        left:0;
        top: 90px;
        text-align: center;
        background-color: #1d8f59;
    }
    
    #gnav > ul .menu {
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: 100%;
        left: 0;
        top: 90px;
        text-align: center;
        position: absolute;
        background-color: #1d8f59;
    }
    
    #gnav > ul .menu .menu_inner {
        padding: 1em 0;
    }
    #gnav > ul .menu .menu_inner li {
        display: inline-block;
        margin: 0 .5em;
    }
    #gnav > ul .menu a {
        color: #fff;
    }
    #gnav > ul .menu .menu_inner a {
        color: #fff;
        text-decoration: none;
    }
    /* 下矢印 */
    .init-bottom:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 0 0 15px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .init-bottom:hover:after {
        border-color: #1d8f59;
    }
    @-moz-document url-prefix() {
        .win #gnav > ul {
            padding-left: 300px !important;
            width: auto;
        }
        #gnav > ul > li {
            width: 12%;
        }
    }
/* --------------------------------------------
   mega__menu style  
------------------------------------------------*/
    .mega__menu {
        text-align: center;
        box-sizing: border-box;
        padding: 15px 0;
        margin: 0 auto;
        max-width: 1100px;
        position: static;
        top:90px;
    }
    .menu__product {
        padding: 20px 0 20px 40px;
        float: left;
    }
    .menu__title {
        float: left;
        padding-left: 40px;
        padding-right: 20px;
        text-align: left;
        display: inline-block;
    }
    .menu__title h2 {
        color: #fff;
        font-weight: normal;
        font-size: 2rem;
        letter-spacing: normal;
        margin-bottom: 5px;
    }
    .menu__title h3 {
        color: #fff;
        font-weight: normal;
        font-size: 1rem;
        letter-spacing: 2px;
        margin: 0 0 30px 0;
    }
    .menu__title .btn {
        width: 100%;
        margin-top: 20px;
    }
    
    .menu__item-wrap {
        display: inline-block;
        padding-right: 20px;
    }
    .menu__item-wrap p {
        color: #fff;
        font-size: 90%;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        padding: 8px 0 0 0;
    }
    .menu__item-wrap:hover p {
        color: #f0f031;
    }
    /* DATA*/
    
    .menu__data ul{
    }
    .menu__data ul li {
/*        display: inline-block;*/
        margin: 5px 0 0 0;
    }
    
    .menu__data .menu__title{
        float: none;
        padding-bottom: 20px;
    }
    .menu__data_inner{
        text-align: left;
        float: left;
        width: 100%;
    }

    .menu__data ul.data01,.menu__data ul.data02{
        float: left;
        width: 45%;
    }
    .menu__data ul.data01 li {
        width: 100%;
    }
    .menu__data ul.data01 li a.btn {
        width: 100%;
        line-height: 2rem;
        font-size: 1.2rem;
    }
    .menu__data ul.data02 {
        padding-bottom: 20px;
    }
    .menu__data ul.data02 li {
        width: 100%;
    }
    .menu__data ul.data02 li a.btn {
        width: 100%;
        line-height: 1.2rem;
        font-size: 1rem;
    }
    .menu__data ul.data02 li a.btn i {
        font-size: 1.5rem;
        margin-right: 10px;
    }
    .btn-special {
        position: relative;
        overflow: hidden;
    }
    .icon-special-lg:before {
        position: absolute;
        top: 0;
        left: 20px;
        font-family: 'icomoon' !important;
        content: "\e90b";
        line-height: 1;
        font-size: 5rem;
        display: inline-block;
    }
    .menu__company {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        line-height: 1;
    }
    .eco_wrap {
        display: block;
        background: #fff;
        text-align: center;
        padding: 20px 0 0 0;
        margin-left: 20px;
    }
    .eco_wrap h4 {
        margin: 0 auto 20px auto;
    }
    .eco_wrap ul {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
    .eco_wrap ul li {
        margin-right: 10px;
        float: left;
    }
    .eco_wrap ul li .btn {
        color: #fff !important;
    }
    .foreign_btn {
        margin: 40px 0;
        min-width: 100px;
    }
    .foreign_btn li {
        margin-right: 40px;
        display: inline-block;
        font-size: 1.2rem;
    }
    .foreign_btn li a {
        color: #fff !important;
    }
    .foreign_btn li span {
        margin-bottom: 5px;
        display: inline-block;
    }
	
	#gnav > ul > li:nth-child(2)  {
	display: none;
}
}


/* =============================================
              DRAWER mobile&tablet menu
================================================ */

.drawer-hamburger {
    display: none;
}

@media only screen and (max-width: 1100px) {
    /* mobile menu */
    .top_padding {
        display: table;
        height: 80px;
    }
    .drawer-nav {
        background: #1d8f59;
        padding: 20px 0 0 10px;
        z-index: 120;
    }
    .drawer-overlay {
        background-color: rgba(0, 0, 0, .4);
    }
    .drawer-hamburger {
        display: block;
        width: 40px;
        padding-top: 13px;
        padding-bottom: 13px;
        right:15px !important;
    }
    .drawer-hamburger-icon {
        width: 36px;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background: #1d8f59;
    }
    .drawer-hamburger-txt {
        color: #1d8f59;
        left: 0;
        position: relative;
        top: 13px;
        font-family: 'lato', sans-serif;
        font-weight: bold;
        font-size: 12px;
        display: block;
    }
    .drawer-hamburger-txt:after {
        content: "menu";
    }
    .drawer--right.drawer-open .drawer-hamburger {
        z-index: 121;
        background: #1d8f59;
        padding: 15px 10px 16px 10px;
        right: 16.25rem !important;
    }
    .linux .drawer-hamburger {
        top: 10px;
    }
    .linux .drawer--right.drawer-open .drawer-hamburger {
        top: 0;
    }
    .drawer--right.drawer-open .drawer-hamburger-icon:after,
    .drawer--right.drawer-open .drawer-hamburger-icon:before {
        background: #fff;
    }
    .drawer--right.drawer-open .drawer-hamburger-txt {
        background: none;
    }
    .drawer--right.drawer-open .drawer-hamburger-txt:after {
        content: "close";
        color: #fff;
    }
    .drawer-menu > li.menu__none > a {
        color: #1D8F59;
        background: #fff;
        border: solid #1d8f5a 1px;
        display: inline-block;
        padding: 5px 20px;
        margin-bottom: 30px;
        width: 90%;
    }
    .drawer-menu > li.menu__none > a:hover {
        background: #2bab6d;
        text-decoration: none;
        color: #fff;
    }
    .drawer-menu > li.toggle >a {
        pointer-events: none;
        color: #fff;
    }
    .drawer-menu > li.toggle {
        padding: 10px 0 8px 0;
        border-top: 1px dotted #fff;
    }
    .drawer-menu > li.toggle .init-bottom {
        margin-bottom: 5px;
    }
    .mega__menu {
        padding: 0;
        text-align: left;
        box-sizing: border-box;
    }
    .mega__menu a {
        text-decoration: none;
    }
    .mega__menu h2,
    .mega__menu h3 {
        display: none;
    }
    .menu__title {
        padding: 0;
    }
    .mega__menu .btn-w,
    .mega__menu .btn-line {
        width: 90%;
        margin: 3px 0;
    }
    
    .menu__product:after,
    .menu__company:after {
        content: '';
        clear: both;
        display: block;
    }
    
    .menu__product{
         display: none;   
    }
    .menu__item-wrap {
        width: 30%;
        float: left;
    }
    
    .pc_phot{
        display: none;
    }
    
    
    .menu__item-wrap img {
        width: 100%;
    }
    .menu__item-wrap p {
        color: #fff;
        font-size: 0.65rem;
        line-height: 1.2;
        padding-top: 5px;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    .menu__item-wrap:hover p {
        color: #f0f031;
    }
    .menu_inner a {
        color: #fff;
    }
    .menu__data .data01,
    .menu__data .data02 {
        margin: 0 0 8px 0;
        padding: 0;
    }
    .menu__data .data02 li .btn-line{
        text-align: left;
    }
    .menu__data .data02 li i.left_2l{
        float: left;
        height: 2em;
        margin-right: 4px;
    }
    .menu__data .data02 li span{
        display: block;
        float: left;
    }
    .menu__company {
        text-align: left;
    }
    .menu__company .menu__item-wrap {
        width: 90%;
    }
    .menu__company > .menu__item-wrap > a p {
        font-size: 1rem;
        text-align: center;
        border: 1px solid #fff;
        padding: 6px 12px;
        margin-bottom: 3px;
    }
    .menu__company > .menu__item-wrap > a p:hover {
        color: #fff;
        background-color: #00632a;
        border-color: #003f1b;
    }
    
    .menu__item-wrap img.com_phot {
        display: none !important;
    }
    .eco_wrap {
        clear: both;
        padding: 0;
        background: none;
        width: 90%;
    }
    .eco_wrap h4,
    .eco_wrap i {
        display: none;
    }
    .eco_wrap ul {
        margin: 0;
        padding: 0;
    }
    .eco_wrap ul li a {
        width: 100%;
        border: 1px solid #fff;
        margin-bottom: 5px;
        background: none;
    }
    .foreign_btn li {
        padding: 0;
        margin: 0;
    }
    .foreign_btn {
        margin: 10px 0 10px 0;
        padding: 0;
    }
    .foreign_btn li a {
        color: #fff;
        font-size: 0.8rem;
    }
    .foreign_btn li {
        width: 20%;
        display: inline-block;
        margin-right: 2%;
        line-height: 1;
        vertical-align: top;
    }
    .foreign_btn li a img {
        width: 100%;
    }
	
	.pc-view{
		display: none;
	}
}

@media only screen and (max-width: 500px) {}

@media screen and (max-width: 760px) {}


/* --------------------------------------------
    BTN
------------------------------------------------*/

.btn,
.btn::before,
.btn::after {
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-w {
    border-radius: 0px;
    color: #1D8F59;
    background: #fff;
    border: solid #1d8f5a 1px;
    text-decoration: none;
}

.btn-w:hover {
    background: #2bab6d;
    text-decoration: none;
    color: #fff !important;
}

.btn-line {
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important;
    text-decoration: none;
}

.btn-line,
.btn-line:before,
.btn-line:after {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-line:hover {
    background-color: rgba(255, 255, 255, .2);
}

.btn-greenline {
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid;
    border-color: #2bab6d;
    color: #2bab6d !important;
    text-decoration: none;
}

.btn-greenline:hover {
    background: #2bab6d;
    color: #fff !important;
}


/* =============================================
              footer
================================================ */

footer {
    background: #5d5d5d;
    padding-top: 40px;
}

footer ul {
    list-style-type: none;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

#footer a:hover {
    text-decoration: none;
    color: #e2e1e1;
}

.foot_inq {
    color: #fff;
}

.foot_inq dt {
    margin-bottom: 20px;
}

.foot_inq dd.foot_inqTit {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.foot_inq dd.foot_att {
    font-size: 0.9rem;
}

.foot_inq dd.call {
    width: 100%;
    font-size: 1.2rem;
    padding-top: 5px;
    font-weight: bold;
    letter-spacing: 0;
}
.foot_inq dd.call a{
    color: #fff;
}

.foot_inq dd.call i {
    margin-right: 3px;
}

.btn-mono {
    border-radius: 0px;
    color: #333;
    background: #fff;
    text-decoration: none;
    width: 100%;
}

.btn-mono:hover {
    background: #2bab6d;
    text-decoration: none;
    color: #fff !important;
}

dl.footnavi {
    width: 25%;
    height: auto;
    padding: 0;
    float: left;
}

dl.footnavi:first-child {
    width: 18%;
}

dl.footnavi:nth-child(2) {
    width: 18%;
}

dl.footnavi:last-child {
    padding-right: 0;
}

dl.footnavi dt {
    font-size: 12px;
    margin: 20px 0 10px 0;
    font-weight: bold;
}

dl.footnavi dt.txthead {
    display: none;
}

dl.footnavi dd {
    font-size: 12px;
    margin-left: 6px;
    /*	white-space : nowrap ;*/
    margin-top: 5px;
    padding: 0 0 0 15px;
}

dl.footnavi dd a {
    text-decoration: none;
}

.foot_bottom {
    border-top: 1px solid #c2c1c1;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

div.Copyright {
    color: #fff;
    padding: 20px;
}

div.Copyright address {
    font-size: 90%;
    color: #fff;
}

.page_top {
    position: fixed;
    bottom: -40px;
    right: 0%;
    z-index: 100;
}

.page_top a {
    display: block;
    width: 110px;
    height: 130px;
    background: url("../images/pagetop.svg") no-repeat;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.page_top a:hover {
    background: url("../images/pagetop_on.svg") no-repeat;
}


/* --------------------------------------------
    FOOTER SP
------------------------------------------------*/

@media screen and (min-width: 771px) and (max-width: 1200px) {
    .foot_inq dd.call {
        font-size:1.1rem;
    }
    .foot_inqTit span{
        display: inline-block;
    }
}


@media screen and (min-width: 481px) and (max-width: 770px) {
    .foot_inq dd.call {
        font-size: 1.2rem;
    }
    .page_top {
        right: 0%;
        z-index: 100;
    }
}

@media screen and (max-width: 480px) {
    .foot_inq {
        text-align: center;
    }
    div.Copyright {
        text-align: center;
        padding-top: 0px;
    }
    .page_top {
        right: 0;
        z-index: 100;
        bottom: -30px;
    }
    .page_top a{
        width: 80px;
        height: 95px;
        background: url("../images/pagetopS.svg") no-repeat;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .page_top a:hover {
        background: url("../images/pagetopS_on.svg") no-repeat;
    }
}


/* =============================================
          INDEX TOP
================================================ */

.bg_topimg {
    min-height: 880px;
    position: relative;
    overflow: hidden;
}

.topimg_inner {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90%;
    overflow: hidden;
    z-index: -1;
/*    background: url("../images/bg_top01.jpg.html");*/
    background-size: cover;
}

.topimg_inner li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-animation: anime 40s linear 0s infinite;
    animation: anime 40s linear 0s infinite;
}

/*
.topimg_inner li:nth-child(1) {
    background-image: url("../images/bg_top01.jpg.html");
}
*/

.topimg_inner li:nth-child(2) {
    background-image: url("../images/bg_top2019_02.jpg");
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.topimg_inner li:nth-child(3) {
    background-image: url("../images/bg_top03.jpg");
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}

@-webkit-keyframes anime {
    0% {
        -webkit-animation-timing-function: ease-in;
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }
    40% {
        -webkit-transform: scale(1.2);
        -webkit-animation-timing-function: ease-out;
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    100% {
        opacity: 0
    }
}

@keyframes anime {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1) rotate(0.1deg);
        opacity: 1;
    }
    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2) rotate(0.1deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3) rotate(0.1deg);
        opacity: 0;
    }
    100% {
        opacity: 0
    }
}

.top_txt {
    color: #fff;
    position: absolute;
    top: 120px;
    left: 20%;
    margin: 0 auto;
    background: rgba(74,52,52,0.4);
    padding: 10px 30px;
}

.top_txt h2 {
    font-size: 4rem;
    font-weight: 300;
    text-shadow: 0 0 5px #000;
}

.top_txt p {
    font-weight: 300;
    font-size: 1.2rem;
    text-shadow: 0 0 10px #000;
}


/* =============================================
      INDEX NEWARRIVAL
================================================ */

.newarrival_wrapp {
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 430px;
    height: 360px;
    margin: 0 -15px;
}

.newarrival_inner {
    margin: 0 auto;
    padding: 0;
}

.newarrival_slider {
    width: 100%;
}

.newarrival_inner h2 {
    text-align: center;
}

.newarrival_inner h3 {
    text-align: center;
    margin-bottom: 10px;
}

.newarrivalOne {
    text-align: center;
    width: 30%;
    float: left;
}

.newarrivalOne dl dd {
    line-height: 1.2;
    padding-top: 0.5em;
    font-size: 1rem;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}


/* =============================================
      INDEX NEWS
================================================ */

.newswrap {}

.news {
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    min-height: 110px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.newsTitWrap {
    float: left;
    width: 20%;
}

.news h2 {
    text-align: left;
}

.news h3 {}

.news dl {
    float: left;
    padding-top: 20px;
    width: 80%;
}

.news dl dt {
    float: left;
    width: 15%;
    clear: both;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.news dl dd {
    float: left;
    padding: 10px;
    width: 85%;
    border-top: 1px solid #ccc;
}

.news dl dt:first-child {
    border: none;
}

.news dl dd a {
    color: #000;
}

.news dl dd:nth-child(2) {
    border: none;
}


/* =============================================
      INDEX PRODUCT
================================================ */

.index_products {
    padding-top: 40px;
}

.index_products h2 {
    text-align: center;
}

.index_products h3 {
    text-align: center;
}

.prodict_link {
    list-style: none;
    margin: 30px -30px 20px -30px;
    padding: 0;
}

.prodict_link > li {
    margin-bottom: 10px;
}

.prodict_link > li > a {
    width: 100%;
}

.prodict_btn {
    clear: both;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.prodict_btn > li {
    float: left;
    padding: 0;
    margin: 0;
    display: inline-block;
    opacity: 1;
    width: 25%;
    min-height: 1px;
    margin-bottom: -20px;
}

.thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #545557;
}

.thumbnail .more {
    display: block;
    z-index: 4;
    position: absolute;
    top: -100px;
    left: 50%;
    margin: 0 auto;
    margin-left: -41px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

.thumbnail:hover .more {
    top: 25%;
    margin-top: -40px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.thumbnail img {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.thumbnail .mask {
    opacity: 0.65;
    filter: alpha(opacity=65);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #545557;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.thumbnail:hover .mask {
    top: 0;
}

.thumbnail h4,
.thumbnail p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}
.thumbnail p{
    padding:0 10px;
    text-align: left !important;
}

.thumbnail .card-title {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 10px;
    padding-bottom: 20px;
}

.thumbnail i {
    font-size: 4rem;
}

.thumbnail .card-text {
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    .thumbnail .more {
        margin-left: -41px;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        line-height: 80px;
    }
}

@media (max-width: 979px) {
    .thumbnail .more {
        margin-left: -21px;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top: -15%;
    }
    .prodict_btn .card-title {
        font-size: 120%;
    }
    .indexcompanyTit {
        margin-top: 20px;
    }
}

.prodict_data {
    background: #1d8f59;
}

.special_form {
    background: #fff;
    padding: 10px 10px 20px 10px;
    margin: 20px 0 10px;
    overflow: hidden;
    position: relative;
    color: #1d8f59;
}

.icon-special-index:before {
    position: absolute;
    top: 14%;
    left: 20px;
    font-family: 'icomoon' !important;
    content: "\e90b";
    line-height: 1;
    font-size: 10rem;
    display: inline-block;
    color: #1d8f59;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotateZ( 0deg);
    transform: rotateZ( 0deg);
}

.special_form:hover .icon-special-index:before {
    -webkit-transform: rotateZ( -45deg);
    transform: rotateZ(-45deg);
}

.special_form h2,
.special_form p {
    display: inline-block;
}

.special_form h2 {
    padding-left: 180px;
    padding-right: 50px;
}

.special_form .btn {
    width: 25%;
    float: right;
    margin-top: 20px;
}

.prodict_search {
    list-style: none;
    padding: 0;
    margin: 20px -15px 0 -15px;
}

.prodict_search li {
    text-align: center;
}

.prodict_search .item {
    width: 100%;
    background: #fff;
    padding: 10px;
    height: 140px;
}

.prodict_search .dropdown {
    margin-top: 10px;
}

.prodict_search .dropdown-menu {
    text-align: center;
    left: 15px;
}

.prodict_search .item_link {
    text-decoration: none;
    display: block;
}

.prodict_search .item_link i {
    margin-top: 20px;
    font-size: 2rem;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.prodict_search .item_link:hover i {
    margin-top: 30px;
    color: #1d8f59;
}

.product_data02 {
    list-style: none;
    margin: 20px -15px;
    padding: 0;
}

.product_data02 >li {
    margin-bottom: 10px;
}

.product_data02 >li >.btn {
    width: 100%;
    position: relative;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product_data02 >li >.btn i:first-child {
    position: absolute;
    left: 10px;
    font-size: 1.4rem;
}

.product_data02 >li >.btn i:last-child {
    position: absolute;
    right: 10px;
}

.form-control {
    margin: 10px 0 5px 0;
}


/* =============================================
      INDEX COMPANY
================================================ */

.indexcompany {
    background: #d0e8dd;
}

.indexcompanyTit {
    background: url("../images/bg_top03_s.jpg") 50% 50%;
    color: #fff;
    min-height: 160px;
    position: relative;
    padding: 0;
}

.cover {
    background: rgba(109, 109, 109, 0.3);
    min-height: 160px;
    position: absolute;
    width: 100%;
    margin: 0;
}

.indexcompanyTit h3,
.indexcompanyTit h4,
.indexcompanyTit p {
    text-shadow: 0px 0px 5px #000;
}

.indexcompanyTit h3 {
    color: #fff;
    margin: 50px 0 10px 20px;
}

.indexcompanyTit h4 {
    margin: 0 0 0 20px;
}

.indexcompanyTit p {
    width: 54%;
    position: absolute;
    right: 10px;
    top: 50px;
}

.company_list {
    list-style: none;
    margin-top: 30px;
    padding: 0;
    margin-right: -15px;
    margin-left: 0;
}

.company_list li {
    width: 49%;
    float: left;
    margin: 0 10px 10px 0;
}

.company_list li:nth-child(2n) {
    margin-right: -10px;
}

.company_list li .btn {
    width: 100%;
    position: relative;
    font-size: 1.2rem;
}

.company_list li .btn i {
    position: absolute;
    right: 10px;
}

.company_list li .btn:hover i {
    right: 2px;
}

.index_products {
    background: #fff !important;
}

.bg-w {
    background: #fff !important;
    z-index: 10;
}

.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/* --------------------------------------------
    INDEX tablet
------------------------------------------------*/

@media screen and (min-width: 481px) and (max-width: 770px) {
    .prodict_btn {}
    .icon-special-index:before {
        top: 20%;
        left: 10px;
        font-size: 12rem;
    }
    .special_form {
        padding-left: 180px;
    }
    .special_form p,
    .special_form h2 {
        display: block;
        padding-left: 0;
        text-align: center;
    }
    .special_form .btn {
        width: 100%;
    }
    .thumbnail .card-text {
        display: none;
    }
    .thumbnail .card-title {
        font-size: 1rem;
    }
    .special_form h3 {
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .special_form p {
        width: 100%;
        text-align: center;
    }
    .special_form .btn {
        width: 100%;
        margin: 0 auto;
    }
    .prodict_search .dropdown-menu {
        width: 100%;
        left: 0;
    }
    .company_list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .prodict_link {
        margin: 20px -15px;
    }
}


/* --------------------------------------------
     INDEX SP
------------------------------------------------*/

@media screen and (max-width: 480px) {
    .bg_topimg {
        min-height: 600px;
    }
    .topimg_inner li:nth-child(1) {
        background-image: url("../images/bg_top01_s.jpg.html")
    }
    .topimg_inner li:nth-child(2) {
        background-image: url("../images/bg_top2019_02_s.jpg");
    }
    .topimg_inner li:nth-child(3) {
        background-image: url("../images/bg_top03_s.jpg");
    }
    .top_txt {
        top: 60px;
        left: 5%;
        background: none;
        padding: 0;
    }

    .top_txt h2 {
        font-size: 2rem;
    }
    .top_txt p{
        font-size: 1rem;
        font-weight: bold;
    }
    .newarrival_wrapp {
        top: 260px;
        height: 300px;
        overflow: hidden;
    }
    .newarrival_inner {
        width: 100%;
        min-height: 350px;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .news {
        top: 600px;
        /*        min-height: 300px;*/
        margin-bottom: 20px;
    }
    .news_inner {
        width: 100%;
        margin: 0;
        padding: 0 0 10px 0;
    }
    .newsTitWrap {
        margin: 0;
        padding: 0 0 0 10px;
        text-align: center;
    }
    .newsTitWrap h3,
    .newsTitWrap h2 {
        text-align: center;
    }
    .newsTitWrap,
    .news dl,
    .news dl dt,
    .news dl dd {
        clear: both;
        width: 100%;
    }
    .newsWrap {
        overflow: scroll;
        height: 200px;
        width: 100%;
    }
    .news dl {
        margin-top: 0;
    }
    .news dl dt {
        padding-bottom: 0;
        padding-top: 0;
    }
    .news dl dd {
        border-top: none;
        padding-top: 0;
    }
    .index_products {
        clear: both;
        position: relative;
        margin-top: 30px;
    }
    .prodict_btn > li {
        width: 50%;
    }
    .prodict_link {
        margin-right: 0;
        margin-left: 0;
    }
    .thumbnail .card-title {
        font-size: 1rem;
    }
    .thumbnail .card-text {
        display: none;
    }
    .special_form h2 {
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .special_form p {
        width: 100%;
        text-align: center;
    }
    .special_form .btn {
        width: 100%;
        margin: 0 auto;
    }
    .icon-special-index:before {
        display: none;
    }
    .prodict_data .alpha {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }
    .prodict_search>li {
        margin-bottom: 10px;
    }
    .prodict_search .item {
        height: 110px;
    }
    .prodict_search .dropdown-menu {
        left: -5px;
    }
    
    .indexcompanyTit h3{
        margin-top: 15px;
    }
    .indexcompanyTit p{
        left: 20px;
        line-height: 1.2;
        width: 80%;
    }
    .company_list {
        padding: 0;
        margin: 0 -15px;
    }
    .company_list >li {
        width: 50%;
        float: left;
        margin: 0;
        padding: 0;
    }
    .company_list >li > .btn {
        font-size: 1rem;
        width: 100%;
        text-align: left;
        padding-left: 5px;
    }

    .company_list li .btn i {
    right: 4px;
    }
}


/* =============================================
   product_item 
================================================ */

.product_wrap {
    padding: 80px 0;
}

.search-box-wrap {
    border: 1px solid #ccc;
    padding: 20px 20px 0 20px;
    margin-bottom: 30px;
}

.search-box {
    margin: 0 0 10px 0;
}

.search-box_label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.search-box .btn {
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 1rem;
}

.search-box >button.active {
    background: red;
    text-decoration: none;
    color: #fff !important;
}

.gallery_product_wrap {
    margin-right: -5px;
    margin-left: -5px;
}

.gallery_product_wrap:before {
    content: " ";
    display: table;
}

.gallery_product {
    box-sizing: border-box;
    display: block;
    padding: 0 5px 20px 5px;
    position: relative;
}

.gallery_product_inner {
    position: relative;
}

.product_phot {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.phot_txt {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 1rem 1rem 0 1rem;
    min-height:85px;
    color: #fff;
    background: rgba(85, 67, 70, 0.85) !important;
}

.phot_txt span {
    color: #fff;
    font-size: 0.8rem;
}

.phot_txt h2 {
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0;
    padding: 10px 0 6px 0;
    margin: 0;
}

.gallery_product .description {
    padding-top: 10px;
    letter-spacing: 0;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    /* Safari */
    -o-text-overflow: ellipsis;
    /* Opera */
}


.description {
    color: #000;
}

.title_wrap {
    border-bottom: 1px solid #727171;
    border-top: 1px solid #727171;
    margin: 20px 0 30px 0;
}

.title_wrap h2 {
    font-size: 1rem;
    color: #1d8f5a;
    display: inline-block;
    border: 1px solid #1d8f5a;
    padding: 8px 20px;
    margin-right: 2em;
}

.title_wrap h3 {
    display: inline-block;
    margin: 2px 0 0 0;
    font-size: 1.6rem;
}

.preview {
    margin-bottom: 20px;
}

.preview-thumbnail,
.nav-tabs,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-color:#fff;
}

.nav-tabs>li a{
    padding: 5px;
}
.tab-pane img{
    border:1px solid #ccc;
}

.catch {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 20px 0;
}

.liquid_icon{
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
    display: inline-block;
    text-align: center;
}
.liquid_icon i{
    font-size: 30px;
    margin-right: 0;
}
.liquid_icon i.icon-water,.liquid_icon i.icon-air{
    color:#00AEEB;
}
.liquid_icon i.icon-oil{
    color:#BC771A;
}
.liquid_icon i.icon-powder,.liquid_icon i.icon-food{
    color:#F9BE00;
}
.liquid_icon i.icon-paint{
    color:#F09DC1;
}
.liquid_icon i.icon-solvent{
    color:#717071;
}
.liquid_icon i.icon-chemical{
    color:#AACC03;
}
.liquid_icon i.icon-solvent{
    color:#717071;
}
.liquid_icon i.icon-drink{
    color:#1D2087;
}
.liquid_icon i.icon-farming{
    color:#009740;
}
.liquid_att{
}

@media (min-width: 768px) {
    .title_wrap {
        margin: 0 0 20px 0;
    }
    .ptoductDet .dl-horizontal dt {
        width: 7em;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .ptoductDet .dl-horizontal dt span.label {
        font-size: 1rem;
        margin-top: 5px;
    }
    .ptoductDet .dl-horizontal dd {
        margin-left: 7.5em;
        padding-top: 5px;
    }
    .product_table > table{
    table-layout: fixed;
    width: 100%;
}

}


.product_table > table td{
    text-align: center;
    vertical-align: middle !important;
}


.caption{
    color:#000;
    margin-top: 5px;
}

.table_sub_img{
    text-align: center;
    width: 100%;
}
.table_sub_img p{
    display: inline-block;
}

.foods_att{
    margin: 20px 0 0 0;
}

.foods_att h4{
    background: #009740;
    width: 100%;
    color:#fff;
    padding: 5px;
    font-size: 1em;
}
.category{
    border-top: 1px solid;
    border-color: #5d5d5d;
    margin-top: 40px;
    padding-top: 20px;
}

.category h3{
    font-size: 1.3rem;
    margin: 15px 0 ;
} 
.cate_wrap{
    position: relative;
    width: 100%;
    padding: 45% 0 0 0;
    margin: 0 0 30px 0;
    overflow: auto;
}

.cate_wrap iframe{
    position: absolute;
     top: 0;
     left: 0;
    width: 100%;
    height: 100%;
}

.cate_row{
      width: 100%;
}
.cate_row .thumbnail{
    background: none !important;
}
.cate_row .thumbnail h2{
    font-size: 0.8rem;
    margin: 0;
    text-align: left;
}
.cate_row .thumbnail .caption{
    padding: 5px 0 0 0;
}
.ipad .cate_wrap{
    padding: 100% 0 0 0; 
    overflow:auto !important;
    display:block !important;
    -webkit-overflow-scrolling:touch !important;
}


/* paint_select.html*/

.product_rule{
    margin-bottom: 30px;
} 
.pa_select01{
	margin:20px 0;
}

.pa_select01 h4{
    background: #008653;
    color:#fff;
    padding: 10px 10px;
}
.pa_select01 p{
	clear:both;
}
.pa_select01 ul{
	width:100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pa_select01 ul li{
    box-sizing: border-box;
	float:left;
	width:50%;
	border:1px solid #008653;
	background:#a6d398;
	padding:10px 0;
	text-align:center;
	font-size:1rem;
}

.pa_select02 table{
	margin:15px 0;
	width:100%;
}

.pa_select02 img{
    margin: 10px 0;
}
.pa_select02 ul {
    list-style: none;
}
.pa_select02 ul li:first-child{
	border-bottom:1px dotted #009B6B;
	padding:10px 0;
}

.select_table{
	text-align:center;
	margin:5px 0 5px 0;
	width:100%;
	font-size:13px;
	border:2px solid #8e928e;
}

.select_table th{
	padding:3px 0;
	background:#a6d398;
	color:#353b35;
	border:1px solid #fff;
}

.select_table th.main_title{
	background:#008653;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:15px;
}

.select_table th.th100{
	width:100px;
}

.select_table td.td100{
	width:100px;
}


.select_table td{
	padding:3px 0;
	border-right:1px solid #009B6B;
}

.select_table tr.odd{
	background:#e5f5e0;
}

.size11{
	font-size:11px;
}

.select_food_table{
	text-align:center;
	margin:15px 0 5px 0;
	width:100%;
	font-size:13px;
	border:2px solid #8e928e;
}

.select_food_table th{
	padding:3px 0;
	background:#a6d398;
	color:#353b35;
	border:1px solid #fff;
}

.select_food_table th.th10{
	width:15px;
}
.select_food_table td.th10{
	width:15px;
	text-align:center;
}
.select_food_table td.th10 p{
	width:1em;
	font-size:13px;
}

.select_food_table th.th200{
	width:230px;
	font-size:13px;
}

.select_food_table th.main_title{
	background:#008653;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:15px;
}

.select_food_table th.th100{
	width:100px;
}

.select_food_table td{
	padding:3px 0;
	border-right:1px solid #009B6B;
	border-bottom:1px solid #009B6B;
}

dl.food_s_dl{
	font-size:13px;
	margin:10px 0 0 0;
}
dl.food_s_dl dt{
	color:green;
	margin:5px 0 0 0;
}
dl.food_s_dl dd{
	margin:2px 0 0 1em;
}

.pro_en_select table td{
	padding:8px;
}


/* --------------------------------------------
    Product SP
------------------------------------------------*/

@media screen and (max-width: 480px) {
    .search-box .btn {
        box-sizing: border-box;
        margin-right: 0;
        margin-bottom: 3px;
        font-size: 0.8rem;
        width: 48%;
        padding: 2px 0;
    }
    .title_wrap h2 {
        font-size: 1rem;
    }
    .title_wrap h3 {
        margin: 0 0 14px 0;
        font-size: 1.4rem;
    }
    .dl-horizontal dt >span.label {
        font-size: 1rem;
    }
    .dl-horizontal dt{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .category h3{
        margin-left: 5px;
    }

   .thumbnail .caption h2{
    font-size: 0.8rem;
}
   .cate_wrap{
    padding: 200% 0 0 0;
    }
    
    .phot_txt{
        min-height:85px;
        padding: 5px 5px 0 5px;
    }
    
}

.iphone .cate_wrap,.iPod .cate_wrap{
    padding: 120% 0 30% 0; 
    overflow:auto !important;
    display:block !important;
    -webkit-overflow-scrolling:touch !important;
    }
    
.iphone .cate_wrap iframe,.ipod .cate_wrap iframe{
        width:100%;
    }



/* =============================================
              COMPANY  outline
================================================ */

table.office_table{
	width: 100%;
	border-collapse: collapse;
	margin:20px 0;
	border-bottom: #e3e3e3 1px solid;
}
table.office_table th.t_top {
    border-top: #b3b3b3 4px solid;
}
table.office_table th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 20px !important ;
	font-weight: normal;
}
table.office_table td.t_top {
	border-top: #be1309 4px solid;
}
table.office_table td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 20px 0 20px 30px !important;
}

table.office_table td ul{
    list-style: none;
    padding-left:0px;
}

table.office_table td ul li{
	font-size:1rem;
	margin:0 0 5px 0;
}

table.office_table td ul li span{
	margin-right:10px;
}

table.office_table td .main_dl{
	width:50%;
	float:left;
	font-size:13px;
}

table.office_table td .main_dl dt{
	color:#339900;
	margin:10px 0 3px 0;
}

table.office_table td .main_dl dd{
	margin:0 0 2px 0;
}

/* --------------------------------------------
    COMPANY  outline SP
------------------------------------------------*/
@media screen and (max-width: 480px) {
        table.office_table {
        border: #e3e3e3 1px solid;
    }
    table.office_table th {
        width: 100%;
        display: block;
        border: none;
        border-top: #e3e3e3 1px solid;
        padding: 10px !important;
    }
    table.office_table td {
        width: 100%;
        display: block;
        padding: 10px !important;
        border: none;
        
    }
    table.office_table td.t_top {
        border-top: none;
    }
    table.office_table td ul li {
        font-size: 100%;
    }
    table.office_table td .main_dl {
        width: 100%;
        float: none;
        font-size: 100%;
    }
    table.office_table td .main_dl dt {
        color: #339900;
        margin: 10px 0 3px 0;
    }
    table.office_table td .main_dl dd {
        margin: 0 0 2px 0;
    }
}


/* =============================================
      COMPANY top
================================================ */

.topWrap{
    padding: 20px 0;
    text-align: center;
}
.topWrap h2{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.topWrap h2 span{
    padding: 0 50px 20px 50px;
    border-bottom: 4px solid;
    border-color: #009740;
    display: inline-block;
} 
.topWrap p{
    font-size: 1.5rem;
    line-height: 2;
}

.philosophy{
    background:url("../images/bg_company_top.jpg") left bottom no-repeat;
    background-size: 50%;
    text-align: center;
    margin-bottom: 40px;
}
.philosophy_inner{
    background: #eee;
    background:rgba(238,238,238,0.5);
    padding: 50px 0;
}

.philosophy_inner h2{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.philosophy_inner h3{
    color:#009740;
    font-size: 1.5rem;
}
.philosophy_inner h3 span{
    display: inline-block;
    border: 2px solid;
    border-color: #009740;
    border-radius:50%;
    width: 6em;
    height: 6em;
    font-size: 1rem;
    line-height: 6em;
} 

.philosophy_inner ol{
    text-align: left;
    margin: 40px auto;
    width: 100%;
}

.philosophy_inner ol li{
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
}

.greet{
    font-size: 1rem;
    line-height: 2;
    margin:50px 0;
}

.presidentName{
    text-align: right;
    margin-bottom: 100px;
    font-size: 1.5rem;
}
.presidentName span{
    font-size: 1rem;
    margin-right: 2rem;
}


/* --------------------------------------------
    COMPANY top SP
------------------------------------------------*/
@media screen and (max-width: 480px) {
    
    .topWrap h2{
        font-size: 1.8rem;
    }
    .topWrap h2 span{
    padding: 0 0 20px 0;
} 
    
    .topWrap p{
        font-size: 1rem;
        line-height: 1.6;
/*        text-align: left;*/
    }
    .philosophy{
        background-size: contain;
    }
    .philosophy_inner h3 span{
        display: block;
        margin: 0 auto;
    }
    .philosophy_inner h3{
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .philosophy_inner ol li{
        font-size: 1.2rem;
    }
} 

/* =============================================
          COMPANY office
================================================ */


.officeMap_wrapp{
	position:relative;
	margin:10px auto 0 auto;
	height:400px;
    text-align: center;
}
.officeMap_inner{
    display: inline-block;
    text-align: left;
}
.officeMap_shanghai{
	background:url("../english/images/office_bg_mapShanghai.gif") no-repeat 0 0;
	width:215px;
	height:173px;
	position:relative;
	margin-bottom:10px;
}

.officeMap_wrapp_left{
	float:left;
	padding-top:20px;
    width: 215px;
}

#m_shanghai{
	position:absolute;
	top:69px;
	left:62px;
}

.officeMap_malay{
	background:url("../english/images/office_bg_mapMalay.gif") no-repeat 0 0;
	width:215px;
	height:169px;
	position:relative;
}

#m_thai{
	position:absolute;
	top:21px;
	left:32px;
}

#m_malay{
	position:absolute;
	top:103px;
	left:47px;
}

.officeMap_japan{
	background:url("../english/images/office_bg_mapJapan.gif") no-repeat 0 0;
	width:439px;
	height:381px;
	position:relative;
	float:left;
	margin-right:20px;
}

.officeMap_wrapp ul{
    list-style: none;
}
#m_kyoto{
	position:absolute;
	top:196px;
	left:70px;}

#m_nagoya{
	position:absolute;
	top:160px;
	left:173px;}

#m_kyushu{
	position:absolute;
	top:248px;
	left:-30px;}

#m_osaka{
	position:absolute;
	top:287px;
	left:163px;}

#m_tokyo{
	position:absolute;
	top:266px;
	left:266px;}
	
.office_one{
	padding:20px 0;
    width: 100%;
    margin: 0 auto;
}

.office_one h3{
	background:#e6edea;
    padding:10px;
	font-size:1.8rem;
	color:#31363a;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.office_one  dl.office_phot{
    width: 100%;
}
.office_one  dl.office_phot dt img{
}

.office_one .text_right dt{
	font-size:1.2rem;
	margin:8px 0 3px 0;
}

span.icon-office{
    color:#009b6b;
}
span.icon-factory{
    color:#f99000;
} 
span.icon-office,span.icon-factory{
	padding-right:5px;
}

.office_one .text_right dd{
	margin:0 0 3px 0;
	font-size:1rem;
}

.office_one .text_right h4{
	font-weight:normal;
	color:green;
	font-size:1.2rem;
	margin:10px 0 5px 0;
}
.office_one .text_right p{
	font-size:1rem;
	line-height:1.6;
}

/* --------------------------------------------
    COMPANY office SP
------------------------------------------------*/
@media screen and (max-width: 480px) {
    .office_one h3{
        letter-spacing: 0;
    }
} 


/* =============================================
          COMPANY ISO
================================================ */

.iso_wrap{
/*    background:url("../images/bg_eco.jpg") left top repeat-x;*/
    background-size:contain;
    text-align: center;
    margin-bottom: 40px;
} 

.iso_inner{
    display: inline-block;
    text-align: left;
    padding: 50px 0 50px 0;
    width: 100%;
}

.iso_inner h2{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 30px;
    color:#008653;
    background: #fff;
    background:rgba(255,255,255,0.8);
    padding: 20px 0;
}

.iso_inner p{
    line-height: 2;
}

.fac_phot dd{
    margin-bottom: 15px;
}
.iso_logo{
    list-style:none;
    padding: 0;
    margin: 0;
} 
.iso_logo li{
    width: 50%;
    float: left;
    line-height: 1;
}
.iso_logo li span{
   padding: 0;
}


/* --------------------------------------------
    COMPANY ISO SP
------------------------------------------------*/
@media screen and (max-width: 480px) {
    .fac_phot{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .iso_inner{
        padding-top: 0px;
    }
    .iso_inner h2{
        font-size: 1.2rem;
        text-align: left;
        padding: 10px;
    }
    .iso_logo{
        width: 80%;
        margin: 0 auto;
    }
} 

/* =============================================
      COMPANY JIS
================================================ */
    
.jis_div{
    padding: 0px 20px 20px 20px;
    margin-bottom: 30px;
    border: 2px solid #8ac74d;
}
.jis_div:last-child{
    margin-bottom: 50px;
}

.jis_div h3{
    color:#8ac74d;
    margin-bottom: 20px;
}

.jis_div p{
    font-size: 1rem;
    line-height: 1.6;
}


/* --------------------------------------------
    COMPANY JIS SP
------------------------------------------------*/
@media screen and (max-width: 480px) {

} 


/* =============================================
  COMPANY JIS eco
================================================ */


.eco_div h3{
	text-align:center;
	padding:20px 0;
}

.eco_div p{
	padding:0 0 40px 0;
	line-height:2;
}

.eco_div ol{
	padding:0 0 40px 0;
	font-size:1rem;
}

.eco_div ol li{
	margin:0 0 8px 0;
}

.eco_div ul{
    list-style:none;
    margin: 20px 0;
    padding: 0;
}

.eco_div{
	background:url("../images/bg_eco.jpg") 50% top no-repeat;
	padding-bottom:10px;
    background-size: contain;
}

.eco_inner{
    background: #fff;
    background: rgba(255,255,255, 0.9);
    padding:50px 10px 0 10px;
    width: 100%;
    margin: 50px auto 0 auto;
}

.eco_inner {
    
}
.top_name{
    text-align: right;
} 


/* --------------------------------------------
    COMPANY JIS eco SP
------------------------------------------------*/
@media screen and (max-width: 480px) {

} 


/* =============================================
      DATA Chemical
================================================ */

.dataChemical{
    padding: 50px 0;
}
.dataChemical h3{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}
.explanation{
    margin: 20px 0;
    padding: 20px;
    border: 1px solid;
    border-color: #008653;
}
.explanation dd{
    display: inline-block;
    margin-right: 10px;
    font-size: 0.9rem;
}
.explanation dd span{
    font-weight: bold;
}
span.times{
    font-size: 1.3rem;
}
#data_table th{
    text-align: center;
}
#data_table td{
    text-align: center;
}

/* --------------------------------------------
    DATA Chemical SP
------------------------------------------------*/
@media screen and (max-width: 480px) {

}

/* =============================================
      DATA Chemical technology
================================================ */

.thech{
    padding: 50px 0;
    min-height: 500px;
}
.thech h3{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.progress_inner{
    width: 100%;
    border: 2px solid;
    border-color:#009740;
    padding: 10px;
    margin-bottom: 10px;
}
.progress_inner > h3{
    background: #009740;
    color:#fff;
    font-weight: normal;
    padding: 10px 0;
    font-size: 1.4rem;
} 

.progress_inner > h4{
    font-weight: 200;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
    width: 6em;
    float: left;
}
.progress-bar {
  width: 0;
  -webkit-animation: progress 3.5s ease-in-out forwards;
  animation: progress 3.5s ease-in-out forwards;
  }
.progress-bar .title {
    opacity: 0;
    -webkit-animation: show 0.35s forwards ease-in-out 0.5s;
    animation: show 0.35s forwards ease-in-out 0.5s;
  
} 

@-webkit-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
} 

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
} 
@-webkit-keyframes show  {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} 
@keyframes show  {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* --------------------------------------------
    DATA Chemical technology SP
------------------------------------------------*/
@media screen and (max-width: 480px) {
    .progress_inner > h4{
        float: none;
    }
}



/* =============================================
      DATA Chemical pressure
================================================ */

.pressure_wrap{
    padding: 50px 0;
    min-height: 500px;
}
.pressure_wrap h3{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.pressure_wrap h4{
    color:#008653;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 30px;
}
.pressure_wrap h4 span{
    color: #000;
    font-size: 0.9rem;
    margin-top: 5px;
    display: block;
}

/* --------------------------------------------
    DATA Chemical pressure SP
------------------------------------------------*/
@media screen and (max-width: 480px) {

}


/* =============================================
  DATA Chemical note
================================================ */
.hose-safty{
    padding: 50px 0;
    min-height: 500px;
}
.hose-safty h3{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.notes_top_box{
	padding:20px 40px;
	background:#cdecda;
	margin:20px 0;
}

.notes_top_box p{
	font-size:1rem;
	line-height:1.6;
	color:green;
}

.notes_top_box p.att02{
	font-size:12px;
	margin-top:15px;
}

.notes_box{
	margin:20px 0;
}

.notes_box h5{
	font-size: 1.2rem;
    border-bottom: 1px solid #000;
    padding: 0 0 5px;
    margin: 60px 0 20px;
}

.notes_box ul, .notes_box ol{
	width:100%;
	margin:10px 0 10px 0;
	font-size:1rem;
    padding: 0 60px;
}
.notes_box ul{
    list-style: none;
}

.notes_box li{
	margin:0 0 8px 0;
	line-height:1.6;
}


/* --------------------------------------------
   DATA Chemical note SP
------------------------------------------------*/
@media screen and (max-width: 480px) {
    .notes_box ul, .notes_box ol{
    padding: 0;
}
}

/* =============================================
  DATA Chemical series
================================================ */

.sereies{
    padding: 50px 0;
}
.sereies h3{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.sereies_table{
	margin:20px 0;
	margin:10px 0pt 15px;
	width: 100%;
	border:1px solid #ccc;
}

.sereies_table th{
	text-align:center;
	border:1px solid #eee;
	padding: 8px 6px;
	vertical-align:middle;
}


.sereies_table th.ts{
	width:100px;
}

.sereies_table .ind_tarble{
	background:#9cd4c0;
}


.sereies_table .farm_tarble{
	background:#e0aa95;
}

.sereies_table .eng_table{
	background:#edcea2;
}

.sereies_table .air_tarble{
	background:#98b3dc;
}

.sereies_table .pait_tarble{
	background:#f3adcc;
}

.sereies_table .food_tarble{
	background:#cfe4b1;
}

.sereies_table td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


.sereies_table th.markTh{
	width:70px;
	padding: 8px 0px;
}

.sereies_table td.mark{
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
.sereies_table td a:after{
    content: "\f35a";
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
}


/* --------------------------------------------
    DATA Chemical series SP
------------------------------------------------*/
@media screen and (max-width: 480px) {

}

/* =============================================
      Privacy
================================================ */

.privacy{
    padding: 50px 0;
    min-height: 500px;
}
.privacy h3{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}


.privacy h4{
	font-size: 1.2rem;
    border-bottom: 1px solid #000;
    padding: 0 0 5px;
    margin: 60px 0 20px;
}


/* --------------------------------------------
    Privacy SP
------------------------------------------------*/
@media screen and (max-width: 480px) {

}


/* =============================================
          special form
================================================ */

.form_wrapp{
    padding: 50px 0;
}
.form_wrapp h3{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}
.form_wrapp p{
    font-size: 1em;
    line-height: 1.8;
}

.form_wrapp h4{
    margin: 40px 0 30px 0;
    background: #008653;
    color:#fff;
    padding: 20px;
}

.form_wrapp .form-group label{
    color:#008653;
}

@media (min-width: 768px){
.form-horizontal .control-label{
    padding-top: 20px;
}
}

.form_wrapp .btn{
    width: 100%;
    padding: 20px 0;
}

.form_foot{
    text-align: center;
    padding: 25px 0 20px 0 !important;
/*
    border: 1px solid;
    border-color: #008653;
*/
    margin-bottom: 20px !important;
} 
.form_foot ul{
    list-style: none;
    font-size: 1em;
}
.form_foot li{
    display: inline-block;
    margin-right: 20px;
}
.form_foot li input{
    margin-right: 5px;
}

/* --------------------------------------------
    special form SP
------------------------------------------------*/
@media screen and (max-width: 480px) {
    .form-horizontal .control-label{
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .form-horizontal .form-control{
        margin-top: 3px;
    }
}

/* =============================================
          inquiry
================================================ */

.inquiry{
/*    background: #cfe4b1;*/
}

.inquiry .form_wrapp{
     background: #fff;
    border: 2px solid;
    border-color: #cfe4b1;
    margin-bottom: 30px;
}

.inquiry .form-group{
    border-bottom: 1px dotted;
    border-color: #cfe4b1;
    padding-bottom: 20px;
}
.inquiry .form-group:last-child{
    border-bottom: none;
}

/* --------------------------------------------
   inquiry SP
------------------------------------------------*/
@media screen and (max-width: 480px) {
    .inquiry .form-group{
    
}

}

/* =============================================
          sitemap
================================================ */

.site_inner dl dd{
    display:block;
    padding-bottom: 2px;
}
.site_inner dl dd.catename a{
    display: inline-block;
    padding-top: 20px !important;
    color:#000;
}


/* --------------------------------------------
    sitemap SP
------------------------------------------------*/
@media screen and (max-width: 480px) {

}


/* =============================================
      catalog
================================================ */
.catalog{
    padding: 50px 0;
}
.catalog h3{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}
.catalog p{
    text-align: center;
}

.download{
    
    margin: 30px 0 0 0;
}

.pdf_down{
    text-align: center;
}
.pdf_txt p{
    text-align: left;
}
.pdf_txt p a{
    display: block;
}

.pdf_dl{
    margin-top: 50px;
    clear: both;
    border: 1px solid;
    border-color: #ccc;
    padding: 20px 20px 0 20px;
}

/* --------------------------------------------
    catalog  SP
------------------------------------------------*/
@media screen and (max-width: 480px) {

}


/* =============================================
  
================================================ */


/* --------------------------------------------
    SP
------------------------------------------------*/
@media screen and (max-width: 480px) {

}
