iframe#parentframe { 
  width: 98%;
  height:320px;
}

.feenews{
  /* 水平方向の中央揃え */
  text-align: center;
  margin-bottom: 30px;
}


.parentframe {
  text-align: left;
}
.parentframe p {
  margin: 1em;
  padding: 0.5em;
}
@media only screen and (max-width: 599px) {
  .parentframe p { margin: 1.5em 1em; padding: 0.7em; font-size: 70% !important; line-height: 1.5;}
}