.gHeader {
  position: fixed;
}

.main .wrap {
  max-width: 11.5rem;
}
.main .hero {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .hero {
    margin-top: 1.4rem;
  }
}
.main .hero .ttl {
  padding-top: 1.2rem;
  text-align: center;
  color: #657f6b;
  font-weight: 400;
  line-height: 1.3;
}
.main .hero .ttl .en {
  font-size: 0.8rem;
  display: block;
}
.main .hero .leaf {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 10rem;
}
@media screen and (max-width: 750px) {
  .main .hero .leaf {
    width: 6rem;
  }
}
.main .sec--01 {
  margin-top: 0.8rem;
}
.main .sec--01 .main_ttl {
  font-size: 0.3rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .main_ttl {
    font-size: 0.4rem;
  }
}
.main .sec--01 .wrap:nth-child(n+2) {
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .wrap:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.main .sec--01 .list {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: 3rem auto;
  font-size: 0.22rem;
  box-shadow: 0 0 20px rgba(76, 73, 72, 0.1);
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list {
    grid-template-columns: 1fr;
    font-size: 0.28rem;
  }
}
.main .sec--01 .list dt, .main .sec--01 .list dd {
  padding: 0.2rem 0.3rem;
  border-bottom: 1px solid rgba(101, 127, 107, 0.3);
}
.main .sec--01 .list dt:last-of-type, .main .sec--01 .list dd:last-of-type {
  border: none;
}
.main .sec--01 .list dt {
  background: #ebebe5;
}
.main .sec--01 .inner01 {
  max-width: 11.5rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .inner01 {
    padding: 0 0.6rem;
  }
}
.main .sec--01 .inner01 .ttl {
  margin-top: 0.6rem;
  font-size: 0.3rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .inner01 .ttl {
    margin-top: 1rem;
    font-size: 0.4rem;
  }
}
.main .sec--01 .inner01 .txt {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .inner01 .txt {
    font-size: 0.2rem;
  }
}
.main .sec--01 .inner01 table {
  width: 100%;
  margin-top: 0.2rem;
  font-size: 0.22rem;
  box-shadow: 0 0 20px rgba(76, 73, 72, 0.1);
}
.main .sec--01 .inner01 table tr {
  display: grid;
  grid-template-columns: 3rem auto;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .inner01 table tr {
    grid-template-columns: 1fr;
    font-size: 0.28rem;
  }
}
.main .sec--01 .inner01 table th, .main .sec--01 .inner01 table td {
  padding: 0.2rem 0.3rem;
  border-bottom: 1px solid rgba(101, 127, 107, 0.3);
}
.main .sec--01 .inner01 table th {
  background: #ebebe5;
}
.main .fNote {
  position: relative;
}
.main .fNote .leaf {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 6rem;
}
@media screen and (max-width: 750px) {
  .main .fNote .leaf {
    width: 3.5rem;
  }
}/*# sourceMappingURL=unique.css.map */