@charset "UTF-8";
h2, h3, h4, h5, h6, main p, main li, main span, main dt, main dd, main th, main td, footer {
  font-family: "Noto Sans Japanese", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif; }

h2, h3, h4, h5, h6 {
  font-weight: bold; }

/* CSS Document */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

main .container {
  max-width: 1000px; }

#sec_main {
  border-top: 1px solid #cccccc;
  height: auto;
  text-align: center;
  background-color: #f0eee4; }

#sec_main .pc {
  display: block !important; }

#sec_main.sp {
  display: none !important; }

.br-sp {
  display: none; }

.ofh {
  overflow: hidden; }

h1 {
  font-size: 80%;
  color: #6f6e6e;
  padding-top: 7px; }

.list_nav {
  margin-bottom: 75px; }
  .list_nav dt {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    background: url(../recycle/images/bg_tit.jpg) top left;
    padding: 7px 10px 7px 20px; }
    .list_nav dt h3 {
      color: #fff;
      font-size: 22px;
      border: none;
      padding: 0;
      margin: 0; }
    .list_nav dt span {
      width: 110px;
      background: #fff;
      display: block;
      text-align: center;
      padding: 12px 10px;
      cursor: pointer;
      font-size: 16px;
      color: #66a207;
      line-height: 1;
      font-weight: bold; }
      .list_nav dt span.down {
        display: block; }
      .list_nav dt span.up {
        display: none; }
      .list_nav dt span img {
        margin-left: 10px; }
    .list_nav dt .anc.opened span.down {
      display: none; }
    .list_nav dt .anc.opened span.up {
      display: block; }
  .list_nav dd {
    border: 1px solid #96cd00;
    border-bottom: none; }
    .list_nav dd ul {
      display: flex;
      display: -webkit-flex;
      /* Safari */
      display: -moz-flex;
      /* Firefox */
      display: -ms-flex;
      /* IE */
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .list_nav dd ul li {
        border-bottom: 1px solid #96cd00;
        text-align: center;
        width: 33.3333%;
        background: #fff; }
        .list_nav dd ul li:nth-child(2),
        .list_nav dd ul li:nth-child(3),
        .list_nav dd ul li:nth-child(5),
        .list_nav dd ul li:nth-child(6),
        .list_nav dd ul li:nth-child(8),
        .list_nav dd ul li:nth-child(9) {
          border-left: 1px solid #96cd00; }
        .list_nav dd ul li a {
          font-size: 15px;
          padding: 13px 10px;
          display: block; }
@media print, screen and (max-width: 767px) {
.list_nav {
      margin-bottom: 30px; }
      .list_nav dt h3 {
        font-size: 17px; }
      .list_nav dd ul {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between; }
        .list_nav dd ul li {
          width: calc(100% / 2); }
          .list_nav dd ul li:nth-child(2),
          .list_nav dd ul li:nth-child(3),
          .list_nav dd ul li:nth-child(5),
          .list_nav dd ul li:nth-child(6),
          .list_nav dd ul li:nth-child(8),
          .list_nav dd ul li:nth-child(9) {
            border-left: none; }
          .list_nav dd ul li:nth-child(2n+2) {
            border-left: 1px solid #96cd00; }
          .list_nav dd ul li a {
            font-size: 14px;
            padding: 10px; }
}
@media print, screen and (max-width: 414px) {
  .list_nav dd ul li a {
    font-size: 11px;
    padding: 10px 6px; }
}

/*--- page_news ------*/
.page_news .news_box {
  margin-bottom: 50px; }

.page_news .news_box:last-child {
  margin-bottom: 0; }

.page_news .news_box dt {
  font-weight: bold;
  font-size: 120%;
  border-bottom: solid 2px #0085cd;
  padding: 0 0 10px 0;
  margin-bottom: 20px; }

.page_news .news_box dt span {
  display: inline-block;
  padding: 2px 16px;
  color: #FFF;
  margin: 10px 10px 10px 0;
  background: #0085cd; }

.page_news .news_box dd {
  overflow: hidden; }

.page_news .news_box dd img {
  float: left;
  margin: 0 20px 20px 0; }

.page_news .page_nav {
  width: 100%; }

.page_news .page_nav .nav_btn_b {
  width: 200px;
  float: left;
  text-align: center;
  position: relative;
  padding: 15px 50px;
  margin: 0 auto;
  margin: 0 5px 5px 0;
  border: 1px solid #96cd00;
  background: #96cd00;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.25); }

.page_news .page_nav .nav_btn_b a {
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

.page_news .page_nav .nav_btn_b:hover {
  transition: all 0.5s;
  border: 1px solid #96cd00;
  background: #fff; }

.page_news .page_nav .nav_btn_b:hover a {
  color: #96cd00; }

.page_news .page_nav .nav_btn_b a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.page_news .page_nav .nav_btn_n {
  width: 200px;
  float: right;
  text-align: center;
  position: relative;
  padding: 15px 50px;
  margin: 0 auto;
  margin: 0 5px 5px 0;
  border: 1px solid #96cd00;
  background: #96cd00;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.25); }

.page_news .page_nav .nav_btn_n a {
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

.page_news .page_nav .nav_btn_n:hover {
  transition: all 0.5s;
  border: 1px solid #96cd00;
  background: #fff; }

.page_news .page_nav .nav_btn_n:hover a {
  color: #96cd00; }

.page_news .page_nav .nav_btn_n a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

@media print, screen and (max-width: 767px) {
  .page_news .page_nav .nav_btn_b {
    width: 47%; }

  .page_news .page_nav .nav_btn_n {
    width: 47%; } }
/*--- End page_news ------*/
/*--- page_about ------*/
.page_about h2 {
  color: #2d2d2e;
  font-size: 320%;
  text-align: center;
  font-weight: 500;
  background: url(../common_img/sec_ttl_line.png) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 40px; }
.page_about .lede_tit{
    color: #2d2d2e;
    font-size: 200%;
    font-weight: 500;
  }
.page_about .sub_ttl h2 {
  color: #fff;
  font-size: 280%; }

.page_about .inner1 {
  /* background: url(../about/images/about_bt01.png) no-repeat right;
  background-size: cover; */
  text-align: center;
  padding: 60px 0 60px 0; }

.page_about .inner1 .btn_box {
  overflow: hidden;
  width: 740px;
  margin: 0 auto; }

.page_about .inner1 .fl_l {
  float: left; }

.page_about .inner1 .fl_r {
  float: right;
  margin-right: 5px; }

.page_about .btn_more01 {
  width: 355px;
  text-align: center;
  font-size: 145%;
  position: relative;
  padding: 24px 50px;
  margin-bottom: 5px;
  border: 1px solid #0085cd;
  background: url(../common_img/ico_arr01_b.png) center left 20px no-repeat #0085cd;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.25); }

.page_about .btn_more01 a {
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  font-weight: bold; }

.page_about .btn_more01:hover {
  transition: all 0.5s;
  border: 1px solid #0085cd;
  background: url(../common_img/ico_arr01_b.png) center left 20px no-repeat #fff; }

.page_about .btn_more01:hover a {
  color: #0085cd; }

.page_about .btn_more01 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.page_about .btn_more02 {
  width: 260px;
  text-align: center;
  font-size: 145%;
  position: relative;
  padding: 24px 50px;
  border: 1px solid #96cd00;
  background: url(../common_img/ico_arr01.png) center left 20px no-repeat #96cd00;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.25); }

.page_about .btn_more02 a {
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  font-weight: bold; }

.page_about .btn_more02:hover {
  transition: all 0.5s;
  border: 1px solid #96cd00;
  background: url(../common_img/ico_arr01.png) center left 20px no-repeat #fff; }

.page_about .btn_more02:hover a {
  color: #96cd00; }

.page_about .btn_more02 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.page_about .inner2 {
  background: url(../about/images/about_bt03.png) no-repeat left;
  background-size: cover;
  padding: 60px 0 60px 0; }

.page_about .inner2 .photo {
  float: left;
  margin: 0 40px 0 0; }

.page_about .inner2 p {
  padding-top: 50px;
  font-size: 110%; }

.page_about .inner2 .btn_more02 {
  float: left; }

.page_about .inner3 {
  background: url(../about/images/about_bt02.png) no-repeat right;
  background-size: cover;
  padding: 60px 0 60px 0; }

.page_about .inner3 .bus_txt {
  width: 503px;
  float: left; }
.page_about .inner3 .bus_txt p{

  font-size: 110%;
}
.page_about .inner3 .bus_list {
  width: 397px;
  height: auto;
  float: left;
  margin: 0 80px 0 20px; }

.page_about .inner3 .bus_list li {
  margin-bottom: 1px; text-align: center;}

.page_about .inner3 .bus_list li:hover {
  transition: all 0.5s;
  opacity: 0.8; }

@media print, screen and (max-width: 960px) {
  .page_about .inner2 .photo {
    width: 50%; }

  .page_about .inner2 p {
    padding-top: 15px; }

  .page_about .inner3 .bus_txt {
    width: 50%;
    padding-right: 30px;
    padding-top: 45px; }

  .page_about .inner3 .bus_list {
    width: 50%;
    margin: 0; } }
@media print, screen and (max-width: 767px) {
  .page_about h2 {
    font-size: 180%; }

  .page_about .inner1 {
    padding: 40px 0 30px; }

  .page_about .inner1 {
    background-size: auto 100%; }

  .page_about .inner1 p {
    text-align: left; }

  .page_about .inner1 .fl_r {
    float: left;
    margin-right: 0; }

  .page_about .inner2 {
    padding: 30px 0 30px 0; }

  .page_about .inner2 .photo {
    width: 100%;
    float: left;
    margin: 0 auto;
    margin-bottom: 20px; }

  .page_about .inner1 .btn_box {
    width: 100%; }

  .page_about .btn_more01 {
    width: 100%; }

  .page_about .inner2 .btn_more02 {
    width: 100%;
    margin: 0 5px 5px 0; }

  .page_about .inner3 {
    padding: 30px 0 30px 0; }

  .page_about .inner3 {
    background-size: auto 100%; }

  .page_about .inner3 .bus_txt {
    width: 100%;
    padding-right: 0;
    padding-top: 0; }

  .page_about .inner3 .bus_list {
    width: 100%;
    margin: 20px 0 0 0; } }
/*--- End page_about ------*/
/*--- page_company ------*/
.page_company h2 {
  color: #2d2d2e;
  font-size: 320%;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 500;
  background: url(../common_img/sec_ttl_line.png) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.page_company .con_tab {
  width: 100%;
  height: auto;
  margin: 30px 0 30px 0; }

.page_company .box-scroll {
  font-size: 16px;
  border: 1px solid #ccc;
  height: 20em;
  overflow-y: scroll;
}
.page_company .box-scroll p {
  padding: 10px;
}
.page_company .box-scroll__lead {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page_company .box-scroll__list {
  margin: 0 20px 2em 3em;
}
.page_company .box-scroll__list > li {
  list-style-type: decimal;
  margin-bottom: 1em;
}
.page_company .box-scroll__ttl {
  color: #0285cd;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 15px;
}

.page_company .inner1 {
  padding: 60px 0 60px;
  background-color: #eff6dc; }

.page_company .inner1 .photo {
  float: left;
  margin: 0 40px 0 0; }

.page_company .inner1 p {
  padding-top: 65px;
  font-size: 110%; }

.page_company .inner1 .name {
  font-size: 120%;
  font-weight: bold;
  padding-top: 20px; }

.page_company .inner2 {
  padding: 60px 0 60px; }

.page_company .inner3 {
  padding: 80px 0 60px; }

.page_company .inner3 .access {
  width: 480px;
  height: auto;
  text-align: center;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 10px;
  float: left; }

.page_company .inner3 .access iframe {
  padding: 10px 0; }

.page_company .inner3 .access .ttl {
  font-size: 120%;
  font-weight: bold; }

.page_company .inner4 {
  padding: 80px 0 60px; }

.page_company .inner5 {
  padding: 80px 0 60px; }

.page_company .inner6 {
  padding: 80px 0 60px; }

.page_company .inner7 {
  padding: 80px 0 60px; }

.page_company .tb_2 table {
  width: 100%; }

.page_company .tb_2 table th, td {
  border: 1px solid #ccc;
  padding: 20px; }

.page_company .tb_2 table th {
  background-color: #f5f8ee;
  font-weight: bold; }

.page_company .link_ttl {
  font-size: 140%;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  padding: 0 0 10px 10px;
  margin-bottom: 10px; }

.page_company .tb_link table {
  width: 100%;
  margin-bottom: 20px; }

.page_company .tb_link table td {
  border: none;
  width: 50%;
  padding: 10px; }

@media print, screen and (max-width: 960px) {
  .page_company .inner1 p {
    padding-top: 50px; }

  .page_company .inner3 .access {
    width: 100%;
    padding: 20px 0;
    margin: 10px 0; } }
@media print, screen and (max-width: 767px) {
  .page_company h2 {
    font-size: 200%; }

  .page_company .con_tab {
    display: none; }

  .page_company .inner1 {
    padding: 30px 0 30px 0; }

  .page_company .inner1 .photo {
    width: 100%;
    margin: 0 0 25px 0; }

  .page_company .inner1 .name {
    text-align: right; }

  .page_company .inner2 {
    padding: 30px 0 30px 0; }

  .page_company .inner3 {
    padding: 30px 0 30px 0; }

  .page_company .inner3 .access {
    width: 100%;
    padding: 5px;
    margin: 0 0 10px 0;
    float: left; }

  .page_company .inner4 {
    padding: 30px 0 30px 0; }

  .page_company .inner5 {
    padding: 30px 0 30px 0; }

  .page_company .inner6 {
    padding: 30px 0 30px 0; }

  .page_company .inner7 {
    padding: 30px 0 30px 0; }

  .page_company .tb_2 table th {
    width: 40%; } }
/*--- End page_company ------*/
.dis_pc {
  display: block; }

.dis_sp {
  display: none; }

@media print, screen and (max-width: 767px) {
  .dis_pc {
    display: none; }

  .dis_sp {
    display: block; } }
/*--- page_recruit ------*/
.cm_btn_more {
  width: 270px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  position: relative;
  padding: 12px 50px;
  border: 1px solid #96cd00;
  background: url(../common_img/ico_arr01.png) center left 40px no-repeat #96cd00;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.25); }
  .cm_btn_more:hover {
    transition: all 0.5s;
    border: 1px solid #96cd00;
    background: url(../common_img/ico_arr01.png) center left 40px no-repeat #fff; }
    .cm_btn_more:hover a {
      color: #96cd00; }
  .cm_btn_more a {
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    font-weight: bold; }
    .cm_btn_more a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }

h2.cm_h2 {
  color: #2d2d2e;
  font-size: 200%;
  text-align: center;
  font-weight: 500;
  background: url(../common_img/sec_ttl_line.png) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 3px; }

header .recruit_header {
  width: 100%;
  height: 340px;
  background: url(../common_img/recruit_header.png) no-repeat center; }

.page_recruit {
  margin-top: 63px; }
  .page_recruit .inner1 {
    margin-bottom: 80px; }
    .page_recruit .inner1 figure {
      width: 480px;
      float: left;
      margin-right: 35px; }
    .page_recruit .inner1 .text {
      padding-top: 30px; }
      .page_recruit .inner1 .text h3 {
        color: #66a207;
        font-size: 31px;
        margin-bottom: 20px;
        font-weight: normal; }
      .page_recruit .inner1 .text p {
        line-height: 2;
        font-size: 15px; }
  .page_recruit .inner2 {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */ }
    .page_recruit .inner2 h3 {
      font-size: 29px;
      color: #fff;
      margin-bottom: 20px; }
    .page_recruit .inner2 p {
      color: #fff;
      line-height: 1.8;
      font-size: 15px;
      margin-bottom: 40px; }
    .page_recruit .inner2 .sub_inner {
      width: 500px; }
    .page_recruit .inner2 .b_left {
      width: 50%;
      padding: 94px 0;
      background: url(../recruit/images/bg01.jpg) top right no-repeat; }
      .page_recruit .inner2 .b_left .sub_inner {
        float: right;
        padding-right: 50px; }
    .page_recruit .inner2 .b_right {
      width: 50%;
      padding: 94px 0;
      background: url(../recruit/images/bg02.jpg) top left no-repeat; }
      .page_recruit .inner2 .b_right .sub_inner {
        padding-left: 50px; }

/*--- End page_recruit ------*/
/*--- page_stock ------*/
header .stock_header {
  width: 100%;
  height: 340px;
  background: url(../common_img/stock_header.png) no-repeat center; }

.page_stock {
  margin: 55px 0 80px; }
  .page_stock p {
    line-height: 2; }
  .page_stock .text01 {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    margin-bottom: 35px;
    line-height: 1.7; }
  .page_stock .con_tab {
    width: 100%;
    height: auto;
    margin: 30px 0 90px 0; }
    .page_stock .con_tab ul {
      display: flex;
      display: -webkit-flex;
      /* Safari */
      display: -moz-flex;
      /* Firefox */
      display: -ms-flex;
      /* IE */ }
      .page_stock .con_tab ul li {
        width: calc(100% / 3);
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        background-color: #96cd00;
        border-right: 1px solid #fff;
        position: relative; }
        .page_stock .con_tab ul li a {
          width: 100%;
          text-decoration: none;
          display: block;
          padding: 14px 0;
          color: #fff;
          font-weight: normal; }
  .page_stock .image1 {
    text-align: center;
    margin: 40px 0;
    padding: 15px; }
  .page_stock .image1 + .image1 {
    margin-bottom: 77px;
  }
  .page_stock .inner {
    margin-bottom: 40px; }
    .page_stock .inner h3 {
      font-size: 20px;
      border-bottom: 2px solid #cccccc;
      padding-bottom: 15px;
      width: 545px;
      letter-spacing: 2px;
      margin-bottom: 22px; }
    .page_stock .inner p {
      width: 545px; }
    .page_stock .inner figure {
      float: right;
      width: 400px;
      margin-top: -67px; }
  .page_stock .mt80 {
    margin-top: 80px; }
  .page_stock .text02 {
    text-align: center;
    margin-bottom: 30px; }
  .page_stock .list_pro {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page_stock .list_pro li {
      width: 23.5%;
      margin: 0 2% 4% 0;
      text-align: center; }
      .page_stock .list_pro li:nth-child(4n+4) {
        margin-right: 0; }
      .page_stock .list_pro li figure {
        position: relative;
        margin-bottom: 15px; }
        .page_stock .list_pro li figure img {
          width: 100%; }
        .page_stock .list_pro li figure .zoom {
          position: relative;
          display: block; }
          .page_stock .list_pro li figure .zoom:after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            background: url(../common_img/zoom.png) bottom right no-repeat;
            width: 35px;
            height: 35px; }
      .page_stock .list_pro li p {
        font-size: 22px;
        line-height: 1.2;
        color: #333333; }

/*--- End page_stock ------*/
/*--- page_recycle ------*/

.page_recycle {
  margin-top: 60px; }

  .page_recycle .text01 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5; }
  .page_recycle .chart {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px; }
  .page_recycle .mb70 {
    margin-bottom: 70px; }
  .page_recycle p {
    line-height: 2; }
  .page_recycle h3 {
    font-size: 20px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .page_recycle .list_text {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    margin: 0 70px; }
    .page_recycle .list_text li {
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      width: 200px;
      text-align: center;
      color: #ffffff;
      font-size: 14px;
      font-weight: bold;
      padding: 25px 0;
      line-height: 1.8; }
      .page_recycle .list_text li:nth-child(1) {
        background: #66a207; }
      .page_recycle .list_text li:nth-child(3) {
        background: #46ae0a; }
      .page_recycle .list_text li:nth-child(5) {
        background: #5eb90d; }
      .page_recycle .list_text li:nth-child(7) {
        background: #8fc31f; }
      .page_recycle .list_text li.arr {
        width: 20px;
        background: none; }
    .page_recycle .list_text.f18 li {
      font-size: 18px;
      padding: 20px 0; }
    .page_recycle .list_text.mb60 {
      margin-bottom: 60px !important; }
    .page_recycle .list_text.cl2 li {
      width: 270px; }
      .page_recycle .list_text.cl2 li.arr {
        width: 20px; }
      .page_recycle .list_text.cl2 li:nth-child(1) {
        background: #0085cd; }
      .page_recycle .list_text.cl2 li:nth-child(3) {
        background: #448aca; }
      .page_recycle .list_text.cl2 li:nth-child(5) {
        background: #00b7ee; }
  .page_recycle .inner1 {
    background: #eff6dc;
    padding: 38px 0;
    margin-top: 18px; }
    .page_recycle .inner1 .list_text {
      margin-top: 52px;
      margin-bottom: 45px; }
    .page_recycle .inner1 .text02 {
      margin-bottom: 30px; }
  .page_recycle .inner2 {
    padding: 70px 0 25px; }
    .page_recycle .inner2 .text02 {
      margin-bottom: 35px; }

/*--- End page_recycle ------*/
@media print, screen and (max-width: 767px) {
  h2.cm_h2 {
    font-size: 22px; }

  .cm_btn_more {
    width: 210px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    position: relative;
    padding: 12px 40px;
    border: 1px solid #96cd00;
    background: url(../common_img/ico_arr01.png) center left 20px no-repeat #96cd00;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.25); }
    .cm_btn_more a {
      color: #fff;
      text-decoration: none;
      padding-left: 20px;
      font-weight: bold; }
      .cm_btn_more a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }

  /*--- page_recruit ------*/
  .page_recruit {
    margin-top: 30px; }
    .page_recruit .container {
      width: 100%;
      padding: 0 2%; }
    .page_recruit .inner1 {
      margin-bottom: 0; }
      .page_recruit .inner1 figure {
        width: 70%;
        float: none;
        margin-right: 0;
        margin: auto; }
        .page_recruit .inner1 figure img {
          width: 100%; }
      .page_recruit .inner1 .text {
        padding-top: 20px; }
        .page_recruit .inner1 .text h3 {
          font-size: 18px;
          margin-bottom: 10px; }
        .page_recruit .inner1 .text p {
          line-height: 1.5;
          font-size: 14px; }
    .page_recruit .inner2 {
      display: block; }
      .page_recruit .inner2 h3 {
        font-size: 17px; }
      .page_recruit .inner2 p {
        line-height: 1.5;
        font-size: 14px;
        margin-bottom: 20px; }
      .page_recruit .inner2 .sub_inner {
        width: 100%;
        margin: auto; }
      .page_recruit .inner2 .b_left {
        width: 100%;
        padding: 40px 0;
        background-size: cover; }
        .page_recruit .inner2 .b_left .sub_inner {
          float: none;
          padding-right: 0;
          padding: 0 2%; }
      .page_recruit .inner2 .b_right {
        width: 100%;
        padding: 40px 0;
        background-size: cover; }
        .page_recruit .inner2 .b_right .sub_inner {
          padding-left: 0;
          padding: 0 2%; }

  /*--- End page_recruit ------*/
  /*--- page_stock ------*/
  .page_stock {
    margin: 30px 0; }
    .page_stock .container {
      width: 100%;
      padding: 0 2%; }
    .page_stock p {
      line-height: 1.5; }
    .page_stock .text01 {
      font-size: 15px;
      line-height: 1.5; }
    .page_stock .con_tab {
      width: 100%;
      margin: 30px 0; }
      .page_stock .con_tab ul {
        display: block; }
        .page_stock .con_tab ul li {
          width: 80%;
          margin: auto;
          margin-bottom: 3%; }
          .page_stock .con_tab ul li a {
            width: 100%;
            font-size: 16px; }
    .page_stock .image1 {
      margin: 30px 0; }
    .page_stock .inner {
      margin-bottom: 30px; }
      .page_stock .inner h3 {
        font-size: 17px;
        width: 100%; }
      .page_stock .inner p {
        width: 100%; }
      .page_stock .inner figure {
        float: none;
        width: 70%;
        margin: 0 auto 20px;
        text-align: center; }
        .page_stock .inner figure img {
          width: 100%; }
    .page_stock .mt80 {
      margin-top: 40px; }
    .page_stock .text02 {
      text-align: center;
      margin-bottom: 30px; }
    .page_stock .list_pro {
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between; }
      .page_stock .list_pro li {
        width: 49%;
        margin: 0 0 20px 0;
        text-align: center; }
        .page_stock .list_pro li:nth-child(4n+4) {
          margin-right: 0; }
        .page_stock .list_pro li figure {
          margin-bottom: 5px; }
        .page_stock .list_pro li p {
          font-size: 15px; }

  /*--- End page_stock ------*/
  /*--- page_recycle ------*/
  .page_recycle {
    margin-top: 30px; }
    .page_recycle .container {
      width: 100%;
      padding: 0 2%;
      margin-bottom: 4%; }
    .page_recycle .text01 {
      font-size: 14px;
      margin-bottom: 20px; }
    .page_recycle .chart {
      padding: 10px;
      margin-bottom: 20px;
      margin: 0 2% 20px; }
    .page_recycle .mb70 {
      margin-bottom: 30px; }
    .page_recycle p {
      line-height: 1.5; }
    .page_recycle h3 {
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .page_recycle .list_text {
      margin: 0 2%; }
      .page_recycle .list_text li {
        width: 23%;
        font-size: 12px;
        font-weight: normal;
        padding: 15px 0;
        line-height: 1.5; }
      .page_recycle .list_text.f18 li {
        font-size: 14px;
        padding: 15px 0; }
      .page_recycle .list_text.mb60 {
        margin-bottom: 30px !important; }
      .page_recycle .list_text.cl2 li {
        width: 32%; }
    .page_recycle .inner1 {
      padding: 20px 0;
      margin-top: 0; }
      .page_recycle .inner1 .container {
        margin-bottom: 2%; }
      .page_recycle .inner1 .list_text {
        margin-top: 30px;
        margin-bottom: 30px; }
      .page_recycle .inner1 .text02 {
        margin-bottom: 20px; }
    .page_recycle .inner2 {
      padding: 30px 0 0; }
      .page_recycle .inner2 .text02 {
        margin-bottom: 20px; }

  /*--- End page_recycle ------*/ }
@media print, screen and (max-width: 414px) {
  .page_recycle .inner1 .list_text {
    margin: 15px 0; }
    .page_recycle .inner1 .list_text li {
      padding: 15px 5px; }
      .page_recycle .inner1 .list_text li.arr {
        width: 15px;
        padding: 0; }
        .page_recycle .inner1 .list_text li.arr img {
          width: 6px; } }


@media print, screen and (max-width: 767px) {
	header .news_header,
	header .contact_header,
	header .about_header,
	header .company_header,
	header .recycle_header,
	header .stock_header,
    header .recruit_header
	 {
		height: 200px;
		background-size: auto 100%;
	}
}