/*H2タイトルデザイン*/
h2 {
  padding: 0.5rem;
  color: #000000;
  font-size: 14pt; 
  font-weight: bold;
  max-width: 300px;
  height: 35px;
  background: #F9D64B;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 0 #ff8c00;
  box-shadow: 5px 5px 0 #000000;
}
/*H2タイトルデザイン*/


.parent {
  /*親要素*/
  background: orange;
  text-align:center; 
  vertical-align:middle;
  width: 100%; 
}

.parent img {
 border:0; 
 padding: 3px; 
 margin:0;

  
}

