@charset "utf-8";

.cdt_wrapper {
	font-weight: bold;
	text-align: center;
	line-height: 2;
	width: 95%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.cdt_wrapper {
	}
}
.cdt_wrapper small {
	font-size: .6em;
	padding: 0 .4em;
}
.cdt {
}
.cdt_txt {
	display: block;
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.cdt_txt {
		font-size: 1.5rem;
	}
}
.cdt_txt span {
	display: block;
	line-height: 1;
}
.cdt_date {
	font-size: 2rem;
}
.cdt_num {
	padding: 0;
}

@media screen and (min-width: 768px) {
  .cdt_num {
	  line-height: 1;
	  padding: 0;
  }
}

