.cdt_wrapper {
  width:auto;
  height:auto;
  margin:0 0 15px;
  background-color: #fff562;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2.8;
  font-size: 1.4rem;
}

h3.h3-cdt {
  width: auto;
  font-size:24px;
  line-height: 1.6;
  color: #e91e63;
  text-align: center;
}

h3.h3-cdt .sub {
  display: block;
  font-size:18px;
  color: #000;
}

.cdt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cdt_txt {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.cdt_txt2 {
  font-size: 16px;
  margin-left: 5px;
}

.cdt_txt span {
  display: block;
  font-size: 20px;
  line-height: 1.6;
}

.cdt_date {
  font-size: 1.6rem;
}

.cdt_num {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 6px 4px;
  color: #e72f6e;
  line-height: 1;
}


@media screen and (min-width: 960px) {

h3.h3-cdt {
  width: 1060px;
  margin: 0 auto 15px;
  font-size:46px;
  line-height: 1.6;
  color: #e91e63;
  text-align: center;
}

h3.h3-cdt .sub {
  display: block;
  font-size:28px;
  color: #000;
}

.cdt_wrapper {
  width: auto;
  height: auto;
  margin: 0 0 40px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2.8;
  font-size: 1.8rem;
}

.cdt_wrapper small {
  font-size: .6em;
  padding: 0 .4em;
}

.cdt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cdt_txt {
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
}

.cdt_txt2 {
  font-size: 24px;
  margin-left: 5px;
}

.cdt_txt span {
  display: block;
  font-size: 24px;
  line-height: 1.6;
}

.cdt_date {
  font-size: 2.8rem;
}

.cdt_num {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 4px;
  color: #e72f6e;
  line-height: 1;
}

}