@charset "UTF-8";

.life_map {
  position: relative;
  z-index: 0;
}
/* .life_map::after {
  content: '番号プロット予定';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: magenta;
  padding: 4px;
  z-index: 1;
} */

@media screen and (min-width: 769px) {
  .tpl-section .tpl-cover {
    min-height: 787px;
  }
}