.productlist_container {
  width: 100%;
  max-width: 1000px!imporant;
  margin: 0 auto; }
  .productlist_container .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    @media only screen and (max-width: 960px) {
      .productlist_container .box {
        justify-content: center; } }
    .productlist_container .box .price_box {
      width: 32%;
      text-align: center;
      margin-bottom: 110px;
      margin: 10px auto; }
      @media only screen and (max-width: 960px) {
        .productlist_container .box .price_box {
          width: 40%; } }
      .productlist_container .box .price_box .unit_box {
        width: 100%;
        max-width: 295px;
        margin: auto; }
      .productlist_container .box .price_box dd {
        margin: 3px auto; }
      .productlist_container .box .price_box .item_id {
        font-size: 18px !important;
        line-height: 1;
        color: #719f2f; }
        @media only screen and (max-width: 640px) {
          .productlist_container .box .price_box .item_id {
            font-size: 12px !important; } }
      .productlist_container .box .price_box .item_name {
        font-size: 20px !important;
        line-height: 1;
        color: #719f2f; }
        @media only screen and (max-width: 640px) {
          .productlist_container .box .price_box .item_name {
            font-size: 14px !important; } }
      .productlist_container .box .price_box .item_price {
        font-size: 21px !important;
        line-height: 1;
        color: #719f2f; }
        @media only screen and (max-width: 640px) {
          .productlist_container .box .price_box .item_price {
            font-size: 16px !important; } }
      .productlist_container .box .price_box .item_expl {
        font-size: 14px !important;
        line-height: 1.8;
        text-align: left !important;
        color: #595757; }
        @media only screen and (max-width: 640px) {
          .productlist_container .box .price_box .item_expl {
            font-size: 10px !important; } }
    .productlist_container .box .item_img {
      display: block;
      position: relative;
      width: 100%;
      padding-top: 75%;
      overflow: hidden;
      margin: 0 auto 25px; }
      @media only screen and (max-width: 960px) {
        .productlist_container .box .item_img {
          padding-top: 85%; } }
      .productlist_container .box .item_img img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; }

.price {
  color: #719f2f;
  font-size: 18px;
  margin-left: 30px;
  margin-top: 10px;
  cursor: default;
  word-break: keep-all !important;
  text-align: center; }
  .price span {
    color: #719f2f;
    font-size: 18px;
    margin-top: 10px;
    cursor: default;
    word-break: keep-all !important; }
  .price .prd-lst-span {
    word-break: keep-all !important; }

.unit-inner img {
  width: 350px;
  height: 250px;
  margin: auto;
  object-fit: cover;
  border-radius: 5px; }
  @media only screen and (max-width: 960px) {
    .unit-inner img {
      width: 100%;
      height: 150px;
      -o-object-fit: cover;
      object-fit: cover; } }

@media only screen and (max-width: 960px) {
  .unit-innerunit-inner {
    width: 98%;
    float: none; }

  .col-xs-6 {
    width: 48% !important; }

  .prd-lst {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-flow: row wrap;
    justify-content: space-around; }

  [class*="col-xs-"] {
    padding: 0;
    float: none;
    min-height: 1px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }


.arrow1{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
}
.arrow1::before,
.arrow1::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow2{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
}
.arrow2::before,
.arrow2::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.right::before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #7a0;
}
.right::after{
    left: 13px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 7px solid #fff;
}

.left::before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #7a0;
}
.left::after{
    right: 17px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-right: 7px solid #fff;
}
.contents_rework {
max-width: 1000px!important;
}
.item_name {
font-weight:700;
color:#444444!important;
}
.btn_des {
padding:5px 20px; 
}
.btn--orange,
a.btn--orange {
  color: #fff!important;
  font-weight:bold;
  font-size:18px;
  background-color: #009045;
}
@media only screen and (max-width: 760px) {
        a.btn--orange {
  font-size:12px;
}
.btn_des {
padding:3px 7px; 
}}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #5BFF7F;
}

.icon-lg-w.icon-chevron_thin_right {
  background-position: -216px -216px;
}
.list {
padding:20px 0 20px;
}
.pagenavi {
margin-top:20px;
}
.txt-search {
padding:0 5px;
}

.invisivle {
display:none;
}
.txt-hitNum span {
font-size:18px;
font-weight:bold;
}
.button04 a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.6em 1.2em;
  color: #2285b1;
  font-size: 12px;
  font-weight: 700;
  width:35px;
  border: 2px solid #a0c4d3;
  border-radius: 10px;
  text-decoration:none;
}

.button04 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
}

.button04 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button04 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.button02 a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.6em 1.2em;
  color: #2285b1;
  font-size: 12px;
  font-weight: 700;
  width:35px;
  border: 2px solid #a0c4d3;
  border-radius: 10px;
  text-decoration:none;
}

.button02 a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(-135deg);
}

.button02 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button02 a:hover::before {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}