#fv {
  margin: 50px 0 0;
}

.warning strong{
  font-weight: bold;
  font-size: 1.4rem;
}
.warning p{
  font-weight: bold;
  font-size: 1.2rem;
}
#price h2{
  border: none;
  background: #1f63ca;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px){
.txt03 {
    font-size: 1.2rem;
    line-height: 160%;
    }
}