@charset "UTF-8";
/* CSS Document */
.renewal_box {
  width: 840px;
  height: auto;
  margin: 40px auto;
  padding: 0;
}
.renewal_box li {
  width: 400px;
  height: auto;
  margin: 10px;
  padding: 0;
  float: left;
}
.renewal_box li.new {
  background-color: #0084ff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  min-height: 150px;
  line-height: 150px;
  border-radius: 20px;
  letter-spacing: 3px;
}
.renewal_box li.new a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}