@charset "UTF-8";
/******************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #FEFEFE;
}

img {
  width: 100%;
}

h2 {
  font-size: 14px;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 40px;
}

ul.photo-list {
  width: 90%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
ul.photo-list li {
  width: 32%;
  margin-left: 2%;
}
ul.photo-list li:nth-child(3n+1) {
  margin-left: 0;
}
ul.photo-list li a {
  width: 100%;
}
ul.photo-list li a span {
  border: solid 1px #CCC;
  display: block;
}
ul.photo-list li a span img {
  width: 100%; /* 横幅を指定（例）*/
  aspect-ratio: 4/3; /* 3:4のアスペクト比 */
  -o-object-fit: contain;
     object-fit: contain;
}

div.qr-img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

p.howto {
  text-align: center;
  line-height: 1.8em;
}

p.logo {
  width: 146px;
  margin: 0 auto;
  margin-top: 10%;
  padding-bottom: 15%;
}

dl.howto {
  margin-top: 35px;
}
dl.howto dt {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 15px;
}
dl.howto dt span {
  color: #333;
  padding: 10px;
  display: inline-block;
}
dl.howto dd {
  text-align: center;
  line-height: 1.8em;
}
dl.howto dd p span {
  display: inline-block;
  margin-top: 20px;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}/*# sourceMappingURL=print.css.map */