.section-padding {
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
}

.renewal-h2{
  font-size: 19px;
}

.renewal-flex {
  display: flex;
  gap: 1rem;
}

.renewal-a-color a{
  color: blue;
  border-bottom:1px solid blue ;
}

.renewal-a-color a:hover{
  color: red;
  border-bottom:1px solid red ;
}

.renewal-text-color {
  color: rgb(255, 191, 17);
  font-size: 40px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin: 30px auto 0;
}

.renewal-naname {
  transform: rotate(-10deg);
  font-size: 30px;
}

.renewal-indent {
  text-indent: 1rem;
}

.renewal-img-margin img {
  margin-top: 50px;
}

.renewal-text-color2 {
  color: black;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin: 30px auto 0;
}

.renewal-font-mini {
  font-size: 25px;
}

.renewal-naname2 {
  transform: rotate(-6deg);
}

.renewal-yellow {
  color: rgb(255, 187, 0);
}

.renewal-orange {
  color: rgb(255, 145, 0);
}

.renewal-red {
  color: rgb(199, 0, 0);
}

.renewal-margin-top {
  margin-top: 1.5rem;
}

@media screen and (max-width:768px) {
  #denpyou-sp-size{
   font-size: 20px !important; 
  }

  .renewal-flex {
    display: inline;
  }

  .renewal-flex img {
    width: 75%;
    height: auto;
  }

  .renewal-text-color {
    display: none;
  }

  .renewal-text-color2 {
    display: none;
  }

  .renewal-img-margin img {
    margin-top: 30px;
  }

}

@media screen and (max-width:450px) {
.renewal-flex img {
    width: 100%;
    height: auto;
  }

}