@charset "UTF-8";
.meisi-ire div {
  padding: 10px 0;
}
.flexbox {
  display: flex;
  gap: 10px;
}
.flexbox div {
  width: 33%;
  margin: 0 auto;
}
.flexbox div img {
  width: 100%;
}
.kaisetu-flex {
  padding: 30px;
}

.kaisetu-box .kaisetu h3 {
  font-size: larger;
    font-weight: 500;
    margin-top: 20px;
    padding: 5px 0;
    background-color: #a6d461d7;
    width: 50px;
    height: 50px;
    border-radius: 25px 0;
}
.kaisetu-box .kaisetu h3 p {
  width: 8em;
  text-indent: 10px;
}

.click {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.img-1-bg.focus,
.img-2-bg.focus,
.img-3-bg.focus,
.img-4-bg.focus {
  background-color: #0000008f;
  padding: 20px;
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.img-1-bg.focus img,
.img-2-bg.focus img,
.img-3-bg.focus img,
.img-4-bg.focus img {
  position: fixed;
  top: 10%;
  max-height: 87%;
}
.close.focus {
  color: rgb(0, 0, 0);
  position: fixed;
  top: 20px;
  right: 100px;
  z-index: 50;
  width: 4%;
  min-width: 45px;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 600px) {
  .kome {
    display: none;
  }
  .click {
    display: none;
    pointer-events: none;
  }
}
