@charset "utf-8";

.cashlessall_box {
	max-width: 1010px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.4rem;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 5px;
	background: #fff;
	margin: 0 auto;
}

.cashlessall_box > div:nth-of-type(1) {
	width: 24%;
}

.cashlessall_box > div:nth-of-type(2) {
	width: 34%;
}

.cashlessall_box > div:nth-of-type(3) {
	width: 40%;
}

.cashlessall_box > div:nth-of-type(4) {
	width: 100%;
	text-align: right;
}

.cashlessall_box > div > div:nth-of-type(2),
.cashlessall_box > div > div:nth-of-type(4) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	gap: 10px 0;
	margin: 10px 0;
}

.cashlessall_box > div:nth-of-type(3) > div:nth-of-type(4) {
	gap: 10px 5px;
}

.cashlessall_box img {
	width: 100%;
	max-width: 40px;
	max-height: 25px;
	object-fit: contain;
}

.cashlessall_box > div:nth-of-type(3) img {
	max-width: 50px;
}

.cashlessall_box img.w_large,
.cashlessall_box > div:nth-of-type(3) img.w_large {
	max-width: 80px;
}

.cashlessall_box > div > div:nth-of-type(1),
.cashlessall_box > div > div:nth-of-type(3) {
	background: #f1f1f2;
	text-align: center;
	color: #2a264a;
	font-weight: 600;
	padding: 5px;
}

@media screen and (max-width:767px) {

	.cashlessall_box > div > div:nth-of-type(2),
	.cashlessall_box > div > div:nth-of-type(4) {
		gap: 10px;
	}

	.cashlessall_box > div:nth-of-type(1),
	.cashlessall_box > div:nth-of-type(2),
	.cashlessall_box > div:nth-of-type(3) {
		width: 100%;
	}
}
