@charset "UTF-8";
header .links-holder .links .links1-ttl {
  background-color: #000; }

.meshboxpallet-wrapper {
  margin-top: 60px; }
  .meshboxpallet-wrapper .wp-pagenavi {
    margin-top: 60px;
    display: -webkit-flex;
    /* Safari用 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    /* Safari用 */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    /* Safari用 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px; }
    .meshboxpallet-wrapper .wp-pagenavi span {
      min-width: 30px;
      text-align: center; }
      .meshboxpallet-wrapper .wp-pagenavi span.current {
        background-color: #122F77;
        color: #fff; }
    .meshboxpallet-wrapper .wp-pagenavi a {
      min-width: 30px;
      display: inline-block;
      color: #122F77;
      text-align: center;
      border: 1px solid #122F77;
      font-weight: normal;
      color: #122F77; }
      .meshboxpallet-wrapper .wp-pagenavi a:hover {
        background-color: #122F77;
        color: #fff; }
  .meshboxpallet-wrapper .visual {
    background: url("../../../../data/img/pc/common/visual_bg.png") no-repeat center center;
    background-size: cover;
    height: 120px; }
    .meshboxpallet-wrapper .visual .layout {
      height: 100%; }
      .meshboxpallet-wrapper .visual .layout .txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        text-align: center;
        width: 100%; }
        .meshboxpallet-wrapper .visual .layout .txt h1 {
          font-size: 32px;
          line-height: 1;
          color: #fff;
          width: 100%; }
          .meshboxpallet-wrapper .visual .layout .txt h1 span {
            display: block;
            font-size: 16px;
            margin-top: 15px; }
  .meshboxpallet-wrapper .content {
    float: right;
    width: 710px; }
  .meshboxpallet-wrapper h2 {
    text-align: center;
    position: relative;
    font-size: 36px;
    color: #122F77;
    line-height: 1; }
    .meshboxpallet-wrapper h2::before {
      content: "";
      position: absolute;
      display: block;
      margin: auto;
      height: 5px;
      width: 80px;
      background-color: #122F77;
      left: 0;
      right: 0;
      bottom: -37px; }
  .meshboxpallet-wrapper h3 {
    margin: 58px auto 30px;
    border-left: 10px solid #122F77;
    color: #122F77;
    font-size: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .meshboxpallet-wrapper h4 {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EFF5EA;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 5px solid #122F77;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #122F77; }
  .meshboxpallet-wrapper h5 {
    font-size: 20px;
    color: #122F77;
    line-height: 1; }
  .meshboxpallet-wrapper p {
    font-size: 16px;
    color: #333; }
    .meshboxpallet-wrapper p.mb50 {
      margin-bottom: 50px; }
  .meshboxpallet-wrapper .float .left {
    float: left;
    width: 340px; }
  .meshboxpallet-wrapper .float .right {
    float: right;
    width: 320px; }
  .meshboxpallet-wrapper .wrap {
    padding-left: 30px; }
  .meshboxpallet-wrapper .sec1 {
    padding: 48px 0 0; }
    .meshboxpallet-wrapper .sec1 .content h2 {
      margin-top: 10px; }
    .meshboxpallet-wrapper .sec1 .content img.visual-img {
      margin: 98px auto 25px; }
    .meshboxpallet-wrapper .sec1 .content .wrap .float .left, .meshboxpallet-wrapper .sec1 .content .wrap .float .right {
      width: 320px; }
    .meshboxpallet-wrapper .sec1 .content .wrap .search-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #E7EAF1;
      padding: 10px 20px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 40px; }
      .meshboxpallet-wrapper .sec1 .content .wrap .search-bar select {
        width: 240px;
        height: 38px; }
      .meshboxpallet-wrapper .sec1 .content .wrap .search-bar form#searchform02 {
        width: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .meshboxpallet-wrapper .sec1 .content .wrap .search-bar .search {
        position: relative; }
        .meshboxpallet-wrapper .sec1 .content .wrap .search-bar .search input {
          width: 188px;
          height: 22px;
          padding: 6px 10px;
          border: 1px solid #CCCCCC;
          font-size: inherit; }
        .meshboxpallet-wrapper .sec1 .content .wrap .search-bar .search::after {
          position: absolute;
          content: '';
          background: url("../../../../data/img/pc/pallet/icon_search.png") center no-repeat;
          background-size: contain;
          right: 9px;
          width: 24px;
          height: 24px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .meshboxpallet-wrapper .sec1 .content .wrap .search-bar input[type="submit"] {
        width: 70px;
        height: 32px;
        background: #122f77;
        color: #fff;
        border-radius: 5px;
        border: 1px solid #122F77;
        cursor: pointer; }
        .meshboxpallet-wrapper .sec1 .content .wrap .search-bar input[type="submit"]:hover {
          background: #fff;
          color: #122f77; }
    .meshboxpallet-wrapper .sec1 .content .wrap .entries li {
      float: left;
      width: 210px; }
      .meshboxpallet-wrapper .sec1 .content .wrap .entries li .img-holder {
        position: relative;
        border: 1px solid #CCCCCC;
        height: 140px; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .img-holder a {
          display: block;
          position: relative;
          height: 140px; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .img-holder a .tag2 {
            position: absolute;
            top: 0;
            right: 0;
            background: url("../../../img/pc/common/tag2_bg.png") no-repeat center center;
            background-size: cover;
            height: 60px;
            width: 60px; }
            .meshboxpallet-wrapper .sec1 .content .wrap .entries li .img-holder a .tag2 span {
              font-size: 14px;
              font-weight: bold;
              line-height: 1;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
              position: absolute;
              color: #fff;
              right: 5px;
              top: 13px; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .img-holder .img_liquid {
          height: 100%; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .img-holder a:hover .img_liquid {
          opacity: .75; }
      .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details {
        margin-top: 5px;
        line-height: 1.5; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .nmbr {
          font-size: 12px;
          font-weight: normal;
          color: #333333; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .cat_detail {
          padding: 5px 0; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .cat_detail span {
            display: block;
            margin-bottom: 5px;
            padding: 0 8px;
            font-size: 12px;
            text-align: center; }
            .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .cat_detail span:not(:last-child) {
              margin-right: 3px; }
            .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .cat_detail span.is_new {
              width: 40px;
              color: #fff;
              background-color: #00A5DC;
              height: 20px; }
            .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .cat_detail span.not-new {
              width: 40px;
              color: #333333;
              background-color: #FFD800;
              height: 20px; }
            .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .cat_detail span.cat_item {
              color: #fff;
              background-color: #000;
              height: 20px; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .name {
          font-size: 16px;
          font-weight: normal;
          color: #333333;
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .weight {
          font-size: 12px;
          font-weight: normal;
          color: #333333; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .weight p {
            font-size: 12px;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
      .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price_holder {
        margin-top: 13px;
        border-bottom: 1px solid #3EBE65; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price_holder .green_tag {
          float: left;
          width: 60px;
          height: 23px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #3EBE65; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price_holder .green_tag span {
            font-size: 12px;
            font-weight: normal;
            color: #fff;
            display: block;
            text-align: center;
            width: 100%; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price_holder .price_txt {
          font-size: 14px;
          font-weight: bold;
          color: #333333;
          padding-left: 10px;
          display: inline-block; }
      .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price {
        margin-top: 5px;
        font-size: 18px;
        font-weight: bold;
        color: #C1272D;
        text-align: right; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price span {
          font-size: 14px; }
      .meshboxpallet-wrapper .sec1 .content .wrap .entries li .btn {
        margin-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #122F77;
        height: 31px;
        position: relative;
        border-radius: 5px;
        border: 1px solid #122F77; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .btn span {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 14px;
          font-weight: bold;
          color: #fff; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .btn::before {
          content: '';
          border: solid #fff;
          border-width: 0 1px 1px 0;
          display: inline-block;
          margin: auto;
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          position: absolute;
          right: 13px;
          top: 0;
          bottom: 0;
          width: 7px;
          height: 7px; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .btn:hover {
          background-color: #fff; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .btn:hover span {
            color: #122F77; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .btn:hover::before {
            border: solid #122F77;
            border-width: 0 1px 1px 0; }
      .meshboxpallet-wrapper .sec1 .content .wrap .entries li:nth-child(n+2) {
        margin-left: 25px; }
      .meshboxpallet-wrapper .sec1 .content .wrap .entries li:nth-child(3n+1) {
        margin-left: 0; }
      .meshboxpallet-wrapper .sec1 .content .wrap .entries li:nth-child(n+4) {
        margin-top: 60px; }
    .meshboxpallet-wrapper .sec1 .content .wrap .pagination {
      margin-top: 60px; }
      .meshboxpallet-wrapper .sec1 .content .wrap .pagination li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #E6E6E6;
        width: 30px;
        height: 30px;
        font-size: 14px;
        font-weight: normal;
        color: #122F77;
        padding: 4px; }
        .meshboxpallet-wrapper .sec1 .content .wrap .pagination li a {
          display: block;
          color: #666666;
          text-align: center; }
        .meshboxpallet-wrapper .sec1 .content .wrap .pagination li:hover {
          background-color: #122F77; }
          .meshboxpallet-wrapper .sec1 .content .wrap .pagination li:hover a {
            color: #fff; }
        .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.active {
          background-color: #122F77; }
          .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.active a {
            color: #fff; }
        .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.next, .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.prev {
          width: 70px; }
        .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.prev {
          position: relative; }
          .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.prev a {
            text-align: right;
            padding-right: 10px; }
          .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.prev::before {
            content: '';
            border: solid #596DA0;
            border-width: 0 1px 1px 0;
            display: inline-block;
            margin: auto;
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            position: absolute;
            left: 8px;
            top: 0;
            bottom: 0;
            width: 7px;
            height: 7px; }
        .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.next {
          position: relative; }
          .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.next a {
            text-align: left;
            padding-left: 10px; }
          .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.next::before {
            content: '';
            border: solid #596DA0;
            border-width: 0 1px 1px 0;
            display: inline-block;
            margin: auto;
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            position: absolute;
            right: 8px;
            top: 0;
            bottom: 0;
            width: 7px;
            height: 7px; }
        .meshboxpallet-wrapper .sec1 .content .wrap .pagination li:nth-child(n+2) {
          margin-left: 10px; }
    .meshboxpallet-wrapper .sec1 .content .wrap h4 {
      margin-bottom: 25px; }
    .meshboxpallet-wrapper .sec1 .content .contact-one {
      margin-top: 60px; }
  .meshboxpallet-wrapper .sec2 {
    padding: 100px 0 150px; }
    .meshboxpallet-wrapper .sec2 .content .float-mt90 {
      margin: 90px auto 0; }
      .meshboxpallet-wrapper .sec2 .content .float-mt90 .left {
        width: 340px; }
      .meshboxpallet-wrapper .sec2 .content .float-mt90 .right {
        width: 330px; }
    .meshboxpallet-wrapper .sec2 .content .wrap h5 span {
      position: relative;
      z-index: 1; }
      .meshboxpallet-wrapper .sec2 .content .wrap h5 span::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        background: #FFD800;
        width: 100%;
        height: 15px;
        z-index: -1; }
    .meshboxpallet-wrapper .sec2 .content .wrap .float {
      margin-bottom: 60px; }
    .meshboxpallet-wrapper .sec2 .content .wrap p.bold {
      font-weight: bold; }
    .meshboxpallet-wrapper .sec2 .content .wrap p.mb30 span {
      color: #FF0000;
      font-weight: bold; }
    .meshboxpallet-wrapper .sec2 .content .contact-one {
      margin-top: 100px; }

@media screen and (max-width: 750px) {
  header p {
    font-size: 1.7rem; }
  .meshboxpallet-wrapper {
    margin-top: 16rem; }
    .meshboxpallet-wrapper .visual {
      background: url("../../../../data/img/sp/common/visual_bg.jpg") no-repeat center center;
      background-size: cover;
      height: 18rem; }
      .meshboxpallet-wrapper .visual .layout {
        height: 100%; }
        .meshboxpallet-wrapper .visual .layout .txt {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%;
          text-align: center;
          width: 100%; }
          .meshboxpallet-wrapper .visual .layout .txt h1 {
            font-size: 4.4rem;
            line-height: 1;
            color: #fff;
            width: 100%; }
            .meshboxpallet-wrapper .visual .layout .txt h1 span {
              display: block;
              font-size: 2.4rem;
              margin-top: 2rem; }
    .meshboxpallet-wrapper .layout {
      margin: 0 4rem;
      width: auto; }
    .meshboxpallet-wrapper .content {
      float: none;
      width: auto; }
    .meshboxpallet-wrapper .float .right {
      float: none;
      width: auto;
      margin: 0 auto 4rem; }
    .meshboxpallet-wrapper .float .left {
      float: none;
      width: 60rem;
      margin: auto;
      text-align: center; }
    .meshboxpallet-wrapper h2 {
      position: relative;
      font-size: 4rem;
      line-height: 1; }
      .meshboxpallet-wrapper h2::before {
        content: "";
        position: absolute;
        display: block;
        margin: auto;
        height: .5rem;
        width: 8rem;
        background-color: #122F77;
        left: 0;
        right: 0;
        bottom: -4.2rem; }
    .meshboxpallet-wrapper h3 {
      margin: 6rem auto 3rem;
      border-left: 1rem solid #122F77;
      color: #122F77;
      font-size: 3.6rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1.3rem 0 1.7rem 2.5rem;
      line-height: 1.4;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .meshboxpallet-wrapper h4 {
      height: 7rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 3rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-left: .5rem solid #122F77;
      padding-left: 2.5rem;
      margin-bottom: 3rem;
      color: #122F77; }
    .meshboxpallet-wrapper h5 {
      font-size: 2.6rem;
      color: #122F77;
      line-height: 1; }
    .meshboxpallet-wrapper p {
      font-size: 2.6rem; }
      .meshboxpallet-wrapper p.mb50 {
        margin-bottom: 10rem; }
    .meshboxpallet-wrapper .wrap {
      padding-left: 0; }
    .meshboxpallet-wrapper .sec1 {
      padding: 6.5rem 0 0; }
      .meshboxpallet-wrapper .sec1 .content h2 {
        margin-top: 0; }
      .meshboxpallet-wrapper .sec1 .content img.visual-img {
        margin-top: 10rem; }
      .meshboxpallet-wrapper .sec1 .content .wrap .float .left, .meshboxpallet-wrapper .sec1 .content .wrap .float .right {
        float: none;
        width: auto; }
      .meshboxpallet-wrapper .sec1 .content .wrap .float .right {
        text-align: center;
        margin: auto; }
        .meshboxpallet-wrapper .sec1 .content .wrap .float .right img {
          width: 60rem;
          margin-top: 4rem; }
      .meshboxpallet-wrapper .sec1 .content .wrap .search-bar {
        display: block;
        background: #E7EAF1;
        padding: 2rem 3rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 6rem; }
        .meshboxpallet-wrapper .sec1 .content .wrap .search-bar p {
          display: inline-block; }
        .meshboxpallet-wrapper .sec1 .content .wrap .search-bar select {
          width: 54rem;
          height: 6rem;
          display: inline-block;
          background: #fff; }
        .meshboxpallet-wrapper .sec1 .content .wrap .search-bar form#searchform02 {
          width: 100%;
          margin-top: 2.5rem; }
        .meshboxpallet-wrapper .sec1 .content .wrap .search-bar .search {
          position: relative;
          display: block; }
          .meshboxpallet-wrapper .sec1 .content .wrap .search-bar .search input {
            width: 40rem;
            height: 4rem;
            padding: 1rem 3rem;
            display: block; }
          .meshboxpallet-wrapper .sec1 .content .wrap .search-bar .search::after {
            position: absolute;
            content: '';
            background: url("../../../../data/img/pc/rack/icon_search.png") center no-repeat;
            background-size: contain;
            right: 2rem;
            width: 4rem;
            height: 4rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .meshboxpallet-wrapper .sec1 .content .wrap .search-bar input[type="submit"] {
          width: 12rem; }
      .meshboxpallet-wrapper .sec1 .content .wrap .entries li {
        width: 32rem; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .img-holder {
          height: 21.5rem; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .img-holder a {
            height: 21.5rem; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .nmbr {
          font-size: 1.8rem; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .name {
          font-size: 2.6rem;
          min-height: 8rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .details .weight {
          font-size: 1.8rem; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price_holder {
          line-height: 1;
          margin-top: 2.5rem; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price_holder .green_tag {
            width: 8rem;
            height: 4rem; }
            .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price_holder .green_tag span {
              font-size: 2rem; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price_holder .price_txt {
            font-size: 2.4rem;
            padding-left: 1rem; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price {
          font-size: 2.6rem; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .price span {
            font-size: 2rem; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li .btn {
          height: 5rem;
          margin-top: 1.5rem;
          border-radius: 1rem; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .btn span {
            font-size: 2.4rem; }
          .meshboxpallet-wrapper .sec1 .content .wrap .entries li .btn::before {
            right: 1.5rem;
            width: 1rem;
            height: 1rem; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li:nth-child(even) {
          float: right; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li:nth-child(n+2) {
          margin-left: 0; }
        .meshboxpallet-wrapper .sec1 .content .wrap .entries li:nth-child(n+3) {
          margin-top: 4.5rem !important; }
      .meshboxpallet-wrapper .sec1 .content .wrap .pagination {
        margin-top: 8rem; }
        .meshboxpallet-wrapper .sec1 .content .wrap .pagination li {
          font-size: 2.4rem;
          width: 5rem;
          height: 5rem;
          padding: 0.5rem; }
          .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.prev {
            width: 14rem; }
            .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.prev a {
              padding-right: 2.5rem; }
            .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.prev::before {
              width: 1rem;
              height: 1rem;
              left: 2rem; }
          .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.next {
            width: 14rem; }
            .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.next a {
              padding-left: 2.5rem; }
            .meshboxpallet-wrapper .sec1 .content .wrap .pagination li.next::before {
              width: 1rem;
              height: 1rem;
              right: 2rem; }
      .meshboxpallet-wrapper .sec1 .content .wrap h4 {
        margin-bottom: 3rem; }
      .meshboxpallet-wrapper .sec1 .content .contact-one {
        margin-top: 10rem; }
    .meshboxpallet-wrapper .sec2 {
      padding: 10rem 0; }
      .meshboxpallet-wrapper .sec2 .content .float-mt90 {
        margin: 9rem auto 10rem; }
        .meshboxpallet-wrapper .sec2 .content .float-mt90 .left {
          width: 60rem; }
        .meshboxpallet-wrapper .sec2 .content .float-mt90 .right {
          width: auto;
          margin-bottom: 4rem; }
      .meshboxpallet-wrapper .sec2 .content .wrap h5 {
        font-size: 3rem;
        text-align: center;
        line-height: 1.5; }
        .meshboxpallet-wrapper .sec2 .content .wrap h5 span {
          position: relative;
          z-index: 1; }
          .meshboxpallet-wrapper .sec2 .content .wrap h5 span::after {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            background: #FFD800;
            width: 100%;
            height: 1.5rem;
            z-index: -1; }
      .meshboxpallet-wrapper .sec2 .content .wrap .float {
        margin-bottom: 10rem; }
        .meshboxpallet-wrapper .sec2 .content .wrap .float-w330 {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .meshboxpallet-wrapper .sec2 .content .wrap .float-w330 .left {
            width: 37rem; }
          .meshboxpallet-wrapper .sec2 .content .wrap .float-w330 .right {
            width: 23rem; }
        .meshboxpallet-wrapper .sec2 .content .wrap .float-w340 {
          margin-bottom: 5rem; }
          .meshboxpallet-wrapper .sec2 .content .wrap .float-w340 .left {
            width: 60rem;
            text-align: center;
            margin: auto;
            float: none; }
          .meshboxpallet-wrapper .sec2 .content .wrap .float-w340 .right {
            width: auto;
            margin-bottom: 4rem;
            float: none; }
      .meshboxpallet-wrapper .sec2 .content .wrap p.bold {
        font-weight: bold; }
      .meshboxpallet-wrapper .sec2 .content .wrap p.mb30 span {
        color: #FF0000;
        font-weight: bold; }
      .meshboxpallet-wrapper .sec2 .content .contact-one {
        margin: 10rem auto 15rem; } }
