@charset "utf-8";
/*///////////////////////////////////////////////////////////////////////

	Value Selectページ
	valueselect.html
	base.css（メーカー共通コンポーネント）を前提に、本ページ固有の差分のみを定義する。

///////////////////////////////////////////////////////////////////////*/

/* ====================================================
	商品一覧（valueselect_items）
	要素・内容はリビジョン24201のまま、デザインのみ現行ページに統一。
====================================================*/
#valueselect_items {
	margin-bottom: 40px;
}
#valueselect_items .mkr-hdg-sub {
	margin-top: 40px;
}
#valueselect_items .mkr-hdg-sub:first-child {
	margin-top: 0;
}

#valueselect_items .item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
	padding: 16px 16px 92px;
	margin-bottom: 16px;
	border: 1px solid #d6d6d7;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.07);
}

#valueselect_items .item_photo {
	flex: none;
	position: relative;
	margin: 0;
}
#valueselect_items .item_photo {
	display: block;
	width: 240px;
	height: auto;
	border-radius: 3px;
}
#valueselect_items .item_photo .pricedown_rate {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
}

#valueselect_items .item_detail {
	flex: 1 1 280px;
	min-width: 0;
}
#valueselect_items .item_detail h4 {
	margin: 0 0 10px;
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 1.3;
}
#valueselect_items .item_detail h4 a {
	color: #333;
	font-size: 18px;
	text-decoration: none;
}
#valueselect_items .item_detail h4 a:hover {
  opacity: 0.8;
}
#valueselect_items .item_detail p {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.6;
}

#valueselect_items .item_price {
	display: flex;
  justify-content: space-between;
  align-items: flex-end;
	padding-bottom: 6px;
	border-bottom: 1px solid #bcbcbc;
}
#valueselect_items .item_price .col {
	display: block;
	margin-bottom: 4px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
#valueselect_items .item_price .price {
	display: block;
	color: #f00;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
  .range {
    position: relative;
    top: -2px;
    font-size: 18px;
  }
}
#valueselect_items .item_price .price--small {
	font-size: 20px;
}

#valueselect_items .item_comment {
	color: #666;
}
#valueselect_items .item_comment .attention {
	color: #c40000;
	font-weight: bold;
}

#valueselect_items .item_voice {
	background: url("/public/img/global/icon_next-strongred.png") left center no-repeat;
	background-size: 7px auto;
	padding-left: 14px;
}
#valueselect_items .item_voice a {
	color: #333;
	text-decoration: underline;
}
#valueselect_items .item_voice .num {
	font-weight: bold;
}

#valueselect_items .item_catalogue {
	position: absolute;
	right: 16px;
	bottom: 68px;
	margin: 0 !important;
	background: url("/public/img/global/icon_next-strongred.png") left center no-repeat;
	background-size: 7px auto;
	padding-left: 14px;
}
#valueselect_items .item_catalogue a {
	color: #c40000;
	text-decoration: underline;
}
#valueselect_items .item_catalogue a:hover {
	text-decoration: none;
}

#valueselect_items .item_button {
	/* left: item_photo幅(240px) + gap(20px) + itemの左padding(16px) = item_detailの左端に一致 */
	position: absolute;
	left: 276px;
	right: 16px;
	bottom: 16px;
	margin: 0 !important;
}
#valueselect_items .item_button a {
	display: block;
	height: auto;
	padding: 10px 0;
	background: #c40000;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
}
#valueselect_items .item_button a:hover {
  opacity: 0.8;
}

#valueselect_items .go_top {
	margin: 8px 0 24px;
	text-align: right;
}
#valueselect_items .go_top a {
	display: inline-block;
	height: auto;
	padding-right: 16px;
	background: url("/public/img/global/icon_next-strongred.png") right center no-repeat;
	background-size: 7px auto;
	color: #c40000;
	font-size: 13px;
	text-indent: 0;
	text-decoration: none;
}
