@charset "utf-8";

.l-content .mainVisual img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*==================
.static_itemList
------------------*/
.l-content .m-btn--down {
    width: auto;
}


/*==================
New
------------------*/
.l-content {
  overflow: hidden;
}

.l-content .block_product {
  margin-left: 0;
}

.l-content .block_product .item_box {
  border: 1px solid #dedede;
  border-width: 1px 0 1px 1px;
  padding: 10px 0;
}

.l-content .block_product .item_box:last-child,
.l-content .block_product .item_box:nth-child(3) {
  border-right: 1px solid #dedede;
}

@media only screen and (max-width: 530px) {
  .l-content .block_product .item_box {
    width: 50%;
  }
  
  .l-content .block_product .item_box:nth-child(2),
  .l-content .block_product .item_box:nth-child(4) {
    border-right: 1px solid #dedede;
  }
  
  .l-content .block_product .item_box:nth-child(4) {
    border-left: 0px solid #dedede;
  }
  
  .l-content .block_product.box2 .item_box:last-child {
    width: 100%;
  }
  
  .l-content .customerService--edit .m-media__img--l {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
    width: 100%;
  }
  
  .l-content .customerService--edit .m-media__img--l img {
    display: inline-block
  }
}
