@charset "utf-8";
/* CSS Document */

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 767px) {
  html {
    font-size: 78.195%;
  }
}

body {
  font-size: 1.2rem;
  line-height: 1.75em;
}

.cdt_wrapper {
  background: linear-gradient(#26a4d5, #FFF);
  width: 1200px;
  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;
}

@media screen and (min-width: 767px) {
  .cdt_wrapper {
    line-height: 2.5;
    font-size: 3rem;
    padding: 0 20px;
  }
}

.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: 1.5em;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: auto;
}

@media screen and (min-width: 767px) {
  .cdt_txt {
    font-size: 0.75em;
  }
}

.cdt_txt span {
  display: block;
  line-height: 1.25;
}

.cdt_date {
  font-size: 5rem;
}

.cdt_num {
  background-color: #ffffff;
  padding: 0 .15em;
}

@media screen and (min-width: 767px) {
  .cdt_num {
    line-height: 1;
    padding: .3em .10em;
  }
}