@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.redback strong{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
	font-size: 46px;
	color: #F0000C;
}
.redback strong small{
	font-size: 20px;
	display: inline-block;
}
.redback div > small{
	display: block;
	margin-top: 8px;
}
#contents .redback h4{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
	color: #262626;
	line-height: 1.2;
	margin: 0;
}
#contents .redback p{
	line-height: 1.2;
	margin: 0;
}
.redback .plice{
	line-height: 1;
	text-align: center;
}
.redback .tujyo{
	line-height: 1;
	text-align: center;
	color: #FFF;
	padding: 5px;
	background-color: #262626;
	box-sizing: border-box;
}
#contents .redback div span{
	display: inline-block;
	vertical-align: 10px;
	background-color: #F0000C;
	color: #FFFDA2;
	padding: 5px 5px;
	border-radius: 6px;
}
.redback img.cooplogo{
	width: 3em;
}
ins{
	text-decoration: line-through;
  text-decoration-color: red;
}
#contents h2{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
	color: #262626;
	border: 0;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.redback{
	background-color: #ffb114;
	border-radius: 20px;
	margin: 30px 0;
	padding: 20px;
	padding-bottom: 10px;

}
.redback ul{
	list-style: none;
	margin: 0;
	margin-left: -10px;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: calc(100% + 10px);
}
.redback li{
	position: relative;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	width: calc(25% - 10px);
	box-sizing: border-box;
	padding-bottom: 110px;
	border-radius: 10px;
}
.redback li > div{
	position: absolute;
	bottom:0;
	left: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
