
@charset "utf-8";

/*伝説のスポーツ写真 2019.09*/

.photo-box {

}
.photo-box img {
  width:365px;
}
.photo-box img:nth-of-type(1) {
  margin-right:5px;
}
.announce {
  background-color:#eee;
  padding:30px 50px;
}
.announce h5 {
  font-size:125%;
  font-weight:bold;
  margin:3px 0;
}
.announce p {
  margin:0;
}
.announce p.headline:nth-of-type(3) {
  margin:30px 0 0;
}

@media screen and (max-width:640px){
.photo-box {

}
.photo-box img {
  width:auto;
}
.photo-box img:nth-of-type(1) {
  margin-right:0px;
  margin-bottom:10px;
}
.announce {
  padding:20px 15px;
}
.announce h5 {
  font-size:100%;
  margin:7px 0;
  line-height:1.3;
}
.announce p {
  font-size:90%;
  margin:0;
  line-height:1.5;
}
.announce p.headline:nth-of-type(3) {
  margin:25px 0 0;
}
}