.freearea h2 {
  border: none;
  padding: 0;
}

.logo {
  font-size: 24px;
}

h1.logo img {
  margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
  .logo {
    font-size: 18px;
    padding-bottom: 10px;
  }

  h1.logo img {
    margin-bottom: 0;
  }
}


.wp_entry .flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
}

.wp_entry .flow_design04 {
  overflow-x: scroll;
}

.wp_entry .flow04>li {
  padding: 0;
  text-indent: 0;
  list-style-type: none;
  flex: 0 0 340px;
  display: flex;
}

.wp_entry .flow04>li::before {
  display: none;
}

.wp_entry .flow04>li div {
  padding: 30px 20px;
  margin: 0;
  border: 1px solid #efefef;
  position: relative;
}

.wp_entry .flow04>li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #0a69b7;
  border-right: 4px solid #0a69b7;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wp_entry .flow04>li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #0a69b7;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
  background-color: transparent;
}

.wp_entry .flow04>li dl dd {
  margin-left: 0;
}

@media(max-width: 767px) {
  .wp_entry .flow04 {
    gap: 20px;
  }

  .wp_entry .flow04>li {
    max-width: unset;
    display: block;
  }

  .wp_entry .flow04>li:not(:first-child) dl::before {
    display: none;
  }
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.ttl_center1 {
  position: relative;
}

.ttl_center1::before,
.ttl_center2::after {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #e3e3e3;
  height: 5px;
  right: 2em;
}

.ttl_center1::before {
  background-color: #0a69b7;
  left: 2em;
  width: 4em;
}

.countdown-unit{
  display: flex;
  justify-content: center;
  margin-top: -250px;
  margin-bottom: 60px;
}

.countdown-wrapper {
  color: #fff;
  width: 250px;
  height: 250px;
  /* background-color: orange; */
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px 10px #ff8244;
    border: solid 4px white;
  /* background: linear-gradient(150deg, #ff4454, #ffb037); */
  background-image: linear-gradient(60deg, #ffb037 0%, #ff8244 50%, #ffb037 100%);
  background-position: 0% 0%;
  background-size: 3000px 100%;
  animation: Grad 2s linear infinite;
  animation-delay: 0.5s;
  
}
@media(max-width: 767px) {
  .countdown-unit {
    margin-top: -150px;
    margin-bottom: 30px;
  }
  .countdown-wrapper {
    scale: 0.75;
    }
}

.countdown-unit .countdown-until{
  line-height: 1.4;
  margin: 0 0 5px 0;
  font-size: 2em;
}
.countdown-wrapper .time{
  font-size: 1.6em;
  font-family: "WDXL Lubrifont SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

#day{
  font-size: 4em;
}
.countdown-day {
  display: block;
}
.countdown-hms {
  display: block;
  margin-top: 15px;
}


body {
  margin: 0;
}

@keyframes Grad {
  0% {
    background-position: 0 0%;
  }

  100% {
    background-position: 3000px 0%;
  }
}