/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_items
====================================================================== */
.act_proof ._vis_act {
  display: none !important;
}

.act_proof ._vis_hw {
  display: none !important;
}

.act_proof ._vis_hw._vis_wp {
  display: block !important;
}

.act_hard ._vis_act {
  display: none !important;
}

.act_hard ._vis_wp {
  display: none !important;
}

.act_hard ._vis_wp._vis_hw {
  display: block !important;
}

.items_img img {
    max-width: 100%;
}

.items_title {
    font-size: 16px;
    margin: 15px 0;
}

.items_block {
    margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .viwe_pc {
    display: block;
  }
  .viwe_sp {
    display: none;
  }
  .p_products {
    padding-bottom: 70px;
  }

  .items_list {
    display: flex;
    flex-wrap: wrap;
  }
  .items_block {
    width: 22%;
    margin-right: 3%;
  }


.items_img img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}
}


@media screen and (max-width: 767px) {
  .viwe_pc {
    display: none;
  }
  .viwe_sp {
    display: block;
  }
}

