@charset "utf-8";
/* ------------------------------------------------------
common
------------------------------------------------------ */
.l-content .m-h2 {
  padding-bottom: 4px;
  margin: 60px 0 20px;
}

.l-content .btn_w300 > a{
  width: 300px;
  height: 40px;
  padding: 11px 0;
  font-size: 15px;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 10px;
  background: url("/maker/misumi/el/pr/image_processing/img/main.png") no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.l-content .ancList {
  display: flex;
  justify-content: center;
  gap: 13px;
}

.l-content .wrap {
  padding: 0 11px
}

/* itemList */
.l-content .itemList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 11px;
}

.l-content .itemList .item {
  box-sizing: border-box;
  width: 220px;
  padding: 13px 5px;
  border: 1px solid #bfbfbf;
}

.l-content .itemList .item.box_hover {
  opacity: 0.75;
  cursor: pointer;
}

.l-content .itemList .item .maker {
  font-weight: bold;
  text-align: center;
}

.l-content .itemList .item .name {
  margin-top: 5px;
  color: #004098;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.l-content .itemList .item .type {
  margin-top: 5px;
  text-align: center;
}

.l-content .itemList .item .pic {
  margin-top: 5px;
  text-align: center;
}

.l-content .itemList .item .catchcopy {
  margin: 10px 0 0 5px;
}

.l-content .itemList .item .price {
  margin-top: 3px;
  line-height: 1.3;
  text-align: right;
}

.l-content .itemList .item .price .num {
  font-size: 19px;
}

.l-content .itemList .item .delivery {
  margin-top: 3px;
  text-align: right;
}

.l-content .itemList .item .btn {
  margin-top: 10px;
  text-align: center;
}

.l-content .itemList .item .btn >a {
  width: 180px;
}