@charset "UTF-8";
.feature__item-list {
  max-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto 20px;
}

.feature__item-list__ranking-img {
  background-color: #fff;
}

.feature__item {
  width: calc(440 / 900 * 100%);
  line-height: 1.1;
  margin: 0 calc(20 / 900 * 100%) calc(20 / 900 * 100%) 0;
  /* セール時の赤字の指定
		&__price-wrapper.salaPrice .feature__item__block-price-wrapper {
			color: #D92627;
		} */
  /* 二重売価の打ち消し線の設定
		&__original-price-wrapper .feature__item__price::before,
		&__original-price-wrapper .feature__item__tax-included::before {
		    width: 100%;
			border-top: 0.4rem double #000;
			content: "";
			position: absolute;
			top: 49%;
			left: 0;
			transform: translateY(-50%);
			z-index: 1;
		} */
}

.feature__item:nth-child(2n) {
  margin-right: 0;
}

.feature__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  border: 1px solid #999999;
}

.feature__item__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #fff;
  text-align: left;
  padding: 10px;
  white-space: normal;
}

.feature__item__name {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .feature__item__name {
    font-size: 14px;
  }
}

.feature__item__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 10px;
  font-weight: bold;
}

.feature__item__price dt {
  color: red;
  font-size: 12px;
  width: 28px;
}

.feature__item__price dd {
  font-size: 38px;
  color: red;
  letter-spacing: -1px;
}

@media screen and (max-width: 960px) {
  .feature__item__price dd {
    font-size: 30px;
  }
}

.feature__item__price dd.price-size {
  font-size: 20px;
  letter-spacing: -1px;
}

.feature__item__tax-included {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  font-weight: bold;
}

.feature__item .yen-symbol {
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .feature img {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
