﻿.pc_only {
	display: block !important
}
.sp_only {
	display: none !important
}
@media(max-width:767px) {
	.pc_only {
		display: none !important
	}
	.sp_only {
		display: block !important
	}
}

.cdt_wrapper {
	background: #fff3cb url(/admission/lp/trial/images/menu_3days/yasai_main/stripe_timerbg.png);
	padding: 0.5rem;
	color: #fff;
	font-size: 22px;
}

.cdt_tl{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.01em;
	line-height: 1.3;	
}

.cdt {
	background: #fff;
	color: #c70001;
	letter-spacing: 1px;
	line-height: 1.4;
	max-width: 76%;
	margin: 0.3rem auto 0.4rem;
	padding-top: 0.2rem;
	border-radius: 48px;
}

.cdt_num {
	font-size: 160%;
	font-weight: bold;
}

@media(max-width:767px) {
	.cdt_wrapper {
		font-size: 17px;
	}

	.cdt_tl{
		font-size: 20px;
		line-height: 1.1;	
	}

	.timer-coupon {
		font-size: 30px;
		line-height: 1.1;
	}

	.timer-coupon span {
		font-size: 50px;	
	}

	.cdt {
		max-width: 100%;
		margin: 0.2rem auto 0.1rem;
		font-size: 0.9rem;
	}
}