.head {
  width: 35%;
  right: 5%;
}

.ye-l2 {
  width: 45%;
  padding-bottom: 0.5%;
}

.gfk {
  font-family: hot-gfkaishokk, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 5vw;
}

.fuga {
  font-family: ta-fuga-fude, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.gfk-s {
  font-size: 5vw !important;
  padding-bottom: 1%;
}

.fuga-s {
  font-size: 3.7vw !important;
  padding-bottom: 1%;
}

.gfk-s2 {
  font-size: 2vw !important;
}

.file-flex {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-bottom: 10%;
  border: solid 15px #006237;
  padding: 4%;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
}
.file-flex .file-img {
  flex: 40%;
}
.file-flex .file-img .f-img {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.file-flex .file-p {
  flex: 60%;
  letter-spacing: 0.1em;
  padding-left: 2%;
}
.file-flex .file-p h4 {
  margin-bottom: 5%;
  font-size: 1.7vw;
}
.file-flex .file-p p {
  line-height: 170%;
  font-size: 1.6vw;
}

.fi-top {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trapezoid-1 {
  flex: 25%;
  width: 50%;
  background: #006237;
  clip-path: polygon(0% 100%, 10% 0%, 90% 0%, 100% 100%);
  letter-spacing: 0.1em;
}
.trapezoid-1 .f-name {
  color: white;
  font-size: 1.4vw;
  text-align: center;
  gap: 5px 10px;
  padding-top: 2%;
}
.trapezoid-1 .f-num {
  text-align: center;
  color: yellow;
  font-size: 1.7vw;
  font-family: ta-fuga-fude, sans-serif !important;
  font-weight: 400;
  padding: 1%;
  padding-bottom: 3%;
  font-style: normal;
}

.fi-top2 {
  flex: 75%;
  text-align: center;
  font-size: 2.4vw;
  letter-spacing: 0.2em;
}
.fi-top2 .green {
  color: #006237;
}

@media (max-width: 700px) {
  .head {
    width: 70%;
    right: -10%;
  }
  .word {
    width: 80%;
    top: 20%;
    left: 0;
  }
  .title h2 span {
    font-size: 7vw;
  }
  .file-flex {
    display: block;
  }
  .file-flex .file-p {
    margin-left: 0;
  }
  .file-flex .file-p h4 {
    margin-top: 5%;
    font-size: 17px;
  }
  .file-flex .file-p p {
    font-size: 14px;
  }
  .trapezoid-1 {
    flex: 35%;
  }
  .trapezoid-1 .f-name {
    font-size: 10px;
    transform: scale(0.8, 0.8);
  }
  .fi-top2 {
    flex: 65%;
  }
  .fi-top2 h3 {
    font-size: 15px !important;
    margin-top: -13px;
  }
  .f-block {
    margin-top: 50px;
  }
  .file-flex .file-img .f-img {
    width: 100%;
    margin-bottom: 5%;
  }
  .ye-l2 {
    width: 70%;
  }
  .fuga-s {
    font-size: 5.5vw !important;
  }
  .gfk-s2 {
    font-size: 3.5vw !important;
  }
}/*# sourceMappingURL=pass.css.map */