<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------
	guide
-------------------- */
.breadcrumbsLsit {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .breadcrumbsLsit {
    margin-bottom: 120px;
  }
}

.secLead {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .secLead {
    margin-bottom: 120px;
  }
}
.secLead h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .secLead h2 {
    margin-bottom: 80px;
  }
}
.secLead h2 img {
  max-width: 150px;
}
@media screen and (min-width: 769px) {
  .secLead h2 img {
    max-width: 300px;
  }
}
.secLead .secLead__ttl {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .secLead .secLead__ttl {
    margin-bottom: 50px;
  }
}
.secLead .secLead__text {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .secLead .secLead__text {
    text-align: center;
    margin-bottom: 40px;
  }
}
.secLead .secLead__text:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .secAbout .secIn {
    display: flex;
    gap: 30px;
    justify-content: center;
  }
}
.secAbout .secAbout__cont {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: rgba(204, 204, 204, 0.5) 1px solid;
}
@media screen and (min-width: 769px) {
  .secAbout .secAbout__cont {
    border-right: rgba(204, 204, 204, 0.5) 1px solid;
    border-bottom: none;
    padding-right: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.secAbout .secAbout__cont:last-of-type {
  padding-bottom: 0;
  margin-bottom: 60px;
  border: none;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .secAbout .secAbout__cont:last-of-type {
    margin-bottom: 0;
  }
}
.secAbout .secAbout__cont h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.6rem;
}
.secAbout .secAbout__cont div {
  text-align: center;
  margin-bottom: 30px;
}
.secAbout .secAbout__cont div img {
  max-width: 85px;
}
.secAbout .secAbout__cont p {
  text-align: center;
  margin-bottom: 30px;
}

.secQA {
  padding-bottom: 50px;
  border-bottom: rgba(204, 204, 204, 0.5) 1px solid;
}

/*# sourceMappingURL=firstguide.css.map */</pre></body></html>