.recruit_btn a{
      padding: 2% 5%!important;
      font-size: 18px!important;
      background-color: #FFA132;
      border:none;
}

.recruit_btn a:hover{
    background-color: #fe8a00;
          border:none;
}


.top_core_tit {font-size: 24px!important;}

/*住所自動入力記載*/
/*#form_contact_main dl:nth-child(6):before {
    content: "住所自動入力";
    top: 20px;
    position: relative;
}*/

#table_address tr:nth-child(5) td:first-child {
  vertical-align: top;
    padding-top: 10px;
}

.chemical_txt {
  min-height: 70px;
}

.plink {
  display: block;
}


@media only screen and (max-width: 979px) {

    #header01 .h_search_sp {
        padding: 16px 24px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 100000;
    }

  .table_wrap {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
  }

  .table_wrap table {
      width: 1180px;
  }



/* ------------------------------- */
}




@media only screen and (max-width: 680px) {

.chemical_txt {
  min-height: auto;
}

/*住所自動入力記載*/
/*    #form_contact_main dl:nth-child(6):before {
        content: "住所自動入力";
        top: 60px;
        position: relative;
    }

    #form_contact_main dl:nth-child(6) dt {
      margin-bottom: 40px;
    }*/


.plink {
  padding-top: 90px!important;
    margin-top: -90px!important;
}

/* ------------------------------- */
}


.agri_block .col_l { width: 50%;}
.agri_block .col_r { width: 45%;}
.chemi_table { font-size: 16px; }


@media only screen and (max-width: 680px) {
    #f_bottom_wrap03 .f_bottom .f_bottom_nav a {
        display: inline-block;
        margin-right: 20px;
         padding-right: 0px;
        border-width: 0 1px 0 0;
         border-style: none;
        font-size: 14px;
        text-align: center;
    }

#f_bottom_wrap03 .f_bottom .f_bottom_nav a {
    margin: 5px 15px 10px 0;
}

.agri_block .col_l {
    width: 100%;
}

.agri_block .col_r {
    width: 100%;
}


.table_wrap table {
    width: 1180px;
}


}




table.tab01 {
  word-wrap: break-word;
}

a.pagetop {
    height: 120px!important;
}

/* Cookie   */
  .cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 0.6em;
    box-sizing: border-box;
    visibility: hidden;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 3.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
  @media screen and (max-width: 600px) {
    .cookie-consent {
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
    }
  }
  
.policyH {
    padding-top: 80px;
}

.policyH_innner {
    padding-top: 80px;
    margin-top: -80px;
}