@charset "UTF-8";
@keyframes arrowR {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
  50% {
    -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
    transform: translate3d(30%, 0, 0) rotate(45deg)
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none
}
section.ttl {
  background-color: #a9e1fa;
}
section.cp {
  background-color: #fff;
}
section.conditions {
  background-color: #fafafa;
}
section.terms {
  background-color: #fff;
}
section.apply {
  background-color: #fff;
}
.apply-block-title {
  font-weight: bold;
}
.apply-block-step {
  font-weight: bold;
  color: #fff;
  background: #333;
  border-radius:50px;
}
.apply .newwindowicon{
  display:none;
}
