@charset "utf-8";

/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* main visual */
.l-content .c-main--visual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  overflow: hidden;
  background: url("/pr/vona/fs/cutting-tool/pd_202408/img/mv.png") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

/* summary text */
.l-content .c-summary--text {
  margin-bottom: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* title */
.l-content .c-section .c-title {
  margin-bottom: 16px;
  padding: 8px 0 6px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.l-content .c-section .c-title.c-title--xal {
  background-color: #6fa8ce;
}
.l-content .c-section .c-title.c-title--mrc {
  background-color: #48005f;
}
.l-content .c-section .c-title.c-title--vac {
  background-color: #00596b;
}

/* 2 column */
.l-content .c-section .m-cols .m-cols__wrap {
  margin-left: -16px;
}
.l-content .c-section .m-cols .m-cols__wrap .m-cols__1of2 {
  width: calc(50% - 16px);
  margin-left: 16px;
}

/* itemBox */
.l-content .itemBox .itemList {
  display: flex;
  justify-content: center;
}
.l-content .itemBox .itemList .item {
  width: 304px;
  margin: 16px 16px 0 0;
  padding-bottom: 10px;
  border: 1px solid #828282;
}
.l-content .itemBox .itemList .item.box_hover {
  cursor: pointer;
}
.l-content .itemBox .itemList .item:nth-child(3n) {
  margin-right: 0;
}
.l-content .itemBox .itemList .item.new {
  position: relative;
  margin-top: 50px;
}
.l-content .itemBox .itemList .item.new::before {
  content: "＼ NEW ／";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #d00;
}
.l-content .itemBox .itemList .item .name {
  padding: 20px 0 18px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #004bb1;
}
.l-content .itemBox .itemList .item.box_hover .name {
  color: #ff730a;
}
.l-content .itemBox .itemList .item .pic {
  position: relative;
  width: 230px;
  margin: 6px auto 8px;
}
.l-content .itemBox .itemList .item.box_hover .pic img {
  opacity: .75;
}
.l-content .itemBox .itemList .item .pic .icon {
  position: absolute;
  top: -9px;
  right: -17px;
}
.l-content .itemBox .itemList .item .sample {
  padding: 16px 0;
  color: #7c7c7c;
  font-weight: bold;
  text-align: center;
}
.l-content .itemBox .itemList .item .price {
  width: 280px;
  margin: 0 auto 10px;
  font-size: 14px;
  text-align: right;
}
.l-content .itemBox .itemList .item .price span {
  padding-left: 5px;
  font-size: 27px;
}
.l-content .itemBox .itemList .item .price .price__label {
  margin-right: 10px;
  padding: 2px 8px 1px;
  font-size: 12px;
  color: #fff;
  background-color: #424242;
}
.l-content .itemBox .itemList .item .shipment {
  width: 280px;
  margin: 0 auto;
  padding: 3px 0 2px;
  border: 1px solid #d00;
  text-align: center;
  color: #d00;
}
