.maps { margin: 30px 0px 0px; border: 1px solid #777777; width: 100%; box-sizing: border-box; }
.maps iframe { display: block; }
.phtz { margin: 0px; padding: 20px 0px 0px; list-style-type: none; font-size: 0.8rem; line-height: 175%; text-align: center; }
.phtz li { margin: 20px 2% 0px 0px; }
.phtz img { width: 100%; margin: 0px 0px 10px; }
.ol01 { margin: 10px 0px 0px; padding: 10px 0px 0px; list-style-type: none; line-height: 200%; counter-reset: number 0; }
.ol01 li { position: relative; margin: 8px 0px 0px; padding: 0px 0px 0px 40px; }
.ol01 li::before { counter-increment: number 1; content: counter(number) "."; position: absolute; top: 0px; left: 2px; width: 40px; line-height: 200%; text-align: center; }
.rgt { text-align: right; padding: 10px 0px 0px; font-size: 0.8rem; line-height: 150%; }
.phtz2 { padding: 40px 0px 0px; width: 100%; max-width: 450px; font-size: 0.8rem; line-height: 175%; text-align: center; }
.phtz2 img { margin-bottom: 10px; width: 100%; }
@media print, screen and (min-width: 600px) {
  .phtz { display: flex; flex-flow: wrap; }
  .phtz li { margin: 20px 2% 0px 0px; flex-basis: 31%; max-width: 251px; }
}
