@charset "UTF-8";
/*おトク、続く！リレーセール！ 2020/10*/
.wrap_contents {
	width: 1100px;
}

#relaysale {
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 1024px;
}

#relaysale div,
#relaysale p,
#relaysale span,
#relaysale h1,
#relaysale h2,
#relaysale h3,
#relaysale ul,
#relaysale li,
#relaysale a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

#relaysale .main {
	display: block;
	margin: 0 auto 56px;
}

#relaysale .nav {
	width: 760px;
	margin: 0 auto 65px;
}

#relaysale .nav_title {
	width: 350px;
	margin: 0 auto 24px;
}

#relaysale .nav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#relaysale .product {
	background: url(../img/block1_bg.png) repeat-y center center;
	padding: 0 0 65px;
}

#relaysale .product.second {
	background: url(../img/block2_bg.png) repeat-y center center;
}

#relaysale .product.third {
	background: url(../img/block3_bg.png) repeat-y center center;
}

#relaysale .product_title {
	color: #fff;
	font-size: 24px;
	padding: 10px 0 2px;
	text-align: center;
	letter-spacing: .1em;
}

#relaysale .product_title span {
	font-size: 24px;
}

#relaysale .product_title.orange {
	background: #20ace1;
}

#relaysale .product_title.green {
	background: #ff6490;
}

#relaysale .product_title.red {
	background: #f79f3e;
}

#relaysale .product_inner {
	width: 760px;
	margin: 0 auto 40px;
	padding: 38px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
#relaysale .product_inner.color{
	margin: 0 auto;
}
#relaysale .product_inner.perspective{
	padding: 15px 0 0;
}

#relaysale .product_box {
	width: 370px;
	margin: 0 0 15px;
	padding: 16px 25px 25px;
	background: #fff;
}
#relaysale .product_inner.perspective .product_box{
	padding: 16px 25px 7px;
}
#relaysale .product_box:last-child {
	/*margin: 0;*/
}

#relaysale .product.first .product_box {
	border: solid 1px #20ace1;
}

#relaysale .product.second .product_box {
	border: solid 1px #ff6490;
}

#relaysale .product.third .product_box {
	border: solid 1px #f79f3e;
}

#relaysale .product_icon {
	width: auto;
	margin: 0 0 16px;
}

#relaysale .product_name {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#relaysale .product_topwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: solid 1px #e1e1e1;
	padding: 0 0 2px;
}
#relaysale .product_topwrap.perspective{
	border-bottom: none;
}
#relaysale .product_image {
	width: 170px;
	margin: 0;
}

#relaysale .product_pricewrap {
	width: 132px;
	margin: 0;
}

#relaysale .product_mainprice {
	color: #f63c4d;
	font-size: 22px;
	font-weight: bold;
}

#relaysale .product_mainprice span {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#relaysale .product_mainbtn {
	width: 132px;
	border: solid 2px #f69023;
}

#relaysale .product_mainbtn a {
	display: block;
	padding: 8px 0 6px;
	background: #fff3e6;
	color: #f69023;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	transition: all .3s;
}

#relaysale .product_mainbtn a:hover {
	opacity: .7;
}

#relaysale .product_btmwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

#relaysale .product_pricebox {
	width: 96px;
	margin: 17px 0 0;
	color: #000;
	text-align: center;
}

#relaysale .product_set {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#relaysale .product_pricetotal {
	color: #f63c4d;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#relaysale .product_pricedevide {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 9px;
}

#relaysale .product_btn {
	border: solid 2px #ff8400;
}

#relaysale .product_btn a {
	display: block;
	padding: 8px 0 6px;
	background: #fff3e6;
	color: #ff8400;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	transition: all .3s;
}

#relaysale .product_btn a:hover {
	opacity: .7;
}

#relaysale .btn_to_detail {
	width: 400px;
	margin: 0 auto;
	padding: 0;
}

#relaysale .btn_to_detail a {
	position: relative;
	display: block;
	padding: 14px 0 10px;
	background: #f82945;
	border-radius: 30px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	transition: all .3s;
}

#relaysale .btn_to_detail a:hover {
	opacity: .7;
}

#relaysale .btn_to_detail a span {
	font-size: 16px;
	margin-left: 7px;
}

#relaysale .btn_to_detail.color {
	margin: 0 auto 32px;
}
