@charset "UTF-8";

.mokk {
  width: 100%;
  margin: 0 auto;
}

.mokbox1 p,
.mokbox2 p {
  font-size: 21px;
  font-weight: 700;
}
.mokbox1 .img-l {
  padding: auto 10px;
}

.mokbox2 {
  width: 100%;
}
.kaisetu-flex {
  padding: 30px 0;
}

.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: 7em;
  text-indent: 10px;
   font-size: 25px;
}

.click {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.img-l-bg.focus,
.img-r-t-bg.focus,
.img-r-b-bg.focus {
  background-color: #0000008f;
  padding: 20px;
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.img-l-bg.focus img,
.img-r-t-bg.focus img,
.img-r-b-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) {
  .mokk {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
  }
  .mokbox1,
  .mokbox2 {
    width: 500px;
    margin: 0 auto;
  }
  .mokbox1 p,
  .mokbox2 p {
    font-size: 21px;
    font-weight: 700;
  }
  .mokbox1 .img-l {
    padding: auto 10px;
  }
}
