@charset "UTF-8";
/*========================================
Re:vite
Date : 20200507-ad
Style : each contents CSS "pc-index-*"
Filename : rv_contents_pc.css
========================================*/

.rv_ad-contents {
	position: fixed;
	bottom: 20px;
	right: 40px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .3);
	z-index: 1;
}
.rv_ad-contents-title {
	width: auto;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #ff4747;
	border-radius: 8px 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.rv_ad-contents-title h4 {
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
}
.rv_ad-contents-item {
	max-width: 410px;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
.rv_ad-contents-item ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.rv_ad-contents-item li {
	width: 190px;
	display: flex;
	flex-direction: column;
}
.rv_ad-contents-item li:nth-of-type(1) {
	margin: 0;
}
.rv_ad-contents-item li:nth-of-type(2) {
	margin: 0 0 0 10px;
}
.rv_ad-contents-item h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
}
.rv_ad-contents-item p {
	margin: 0;
	padding: 5px 0 0;
	font-size: 12px;
	line-height: 1.5;
}
.rv_ad-contents-close {
	position: absolute;
	top: -15px;
	right: 0;
}

/*========================================
Re:vite
Date : 20200507-modal
Style : each contents CSS "pc-index"
Filename : rv_contents_pc.css
========================================*/

.rv_couponmodal-overlay {
	background: rgba(33, 36, 46, 0.7);
	position: fixed;
	display: none;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	z-index: 10001;
}
.rv_couponmodal-wrapper {
	width: 100%;
	max-width: 970px;
	position: fixed;
	z-index: 10002;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rv_couponmodal-item {
	width: 100%;
	margin: 0;
	padding: 70px 35px 35px 35px;
	font-size: 15px;
	color: #182a3c;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}
.rv_couponmodal-item h4 {
	width: 100%;
	height: 60px;
	padding: 10px 25px;
	line-height: 40px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #aaa9a9;
	background: #e4e4e4;
	font-size: 24px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
}
.rv_couponmodal-close {
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	transition: background 0.2s ease-out;
	text-decoration: none;
	border-radius: 50%;
}
.rv_couponmodal-close::after {
	font-size: 35px;
	line-height: 30px;
	display: block;
	content: "×";
	cursor: pointer;
	transition: all 0.2s ease-out;
	text-decoration: none;
	color: #565656;
}
.rv_couponmodal-contents {
	max-height: calc(100vh - 300px);
	margin: 0 0 40px;
	padding: 0;
	overflow: auto;
}
.rv_couponmodal-contents table {
	width: 100%;
}
.rv_couponmodal-contents tr {
}
.rv_couponmodal-contents th {
	height: 32px;
	font-size: 14px;
	font-weight: 700;
	background: #f4f4f4;
	text-align: center;
	vertical-align: middle;
	border-top: 2px solid #d4d4d4;
	border-bottom: 2px solid #d4d4d4;
	box-sizing: border-box;
}
.rv_couponmodal-contents tr th:nth-of-type(1) {
	width: 38%;
	border-left: 2px solid #d4d4d4;
}
.rv_couponmodal-contents tr th:nth-of-type(2) {
	width: 22%;
	border-left: 1px solid #d4d4d4;
}
.rv_couponmodal-contents tr th:nth-of-type(3) {
	width: 15%;
	border-left: 1px solid #d4d4d4;
}
.rv_couponmodal-contents tr th:nth-of-type(4) {
	width: 25%;
	border-left: 1px solid #d4d4d4;
	border-right: 2px solid #d4d4d4;
}
.rv_couponmodal-contents td {
	margin: 0;
	padding: 5px 15px;
	font-size: 14px;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #d4d4d4;
	box-sizing: border-box;
}
.rv_couponmodal-contents tr td:nth-of-type(1) {
	border-left: 2px solid #d4d4d4;
}
.rv_couponmodal-contents tr td:nth-of-type(2) {
	border-left: 1px solid #d4d4d4;
}
.rv_couponmodal-contents tr td:nth-of-type(3) {
	text-align: right;
	border-left: 1px solid #d4d4d4;
}
.rv_couponmodal-contents tr td:nth-of-type(4) {
	border-left: 1px solid #d4d4d4;
	border-right: 2px solid #d4d4d4;
}
.rv_couponmodal-contents tr:last-of-type td {
	border-bottom: 2px solid #d4d4d4;
}
.rv_couponmodal-contents td p {
	font-size: 12px;
}
.rv_couponmodal-contents td span {
	font-weight: 700;
}
.rv_couponmodal-contents td a {
	width: 100%;
	height: 45px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	background: #ff4747;
	border-radius: 8px;
	border: 2px solid #ff4747;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rv_couponmodal-contents td a:hover {
	color: #ff4747;
	background: #fff;
}

