:root {
  --baceFontColor: #333333;
}

article.first_com {
  margin: 0 auto;
}
article.first_com div {
  margin: 30px auto 0 auto;
  text-align: left;
}
article.first_com div h3 {
  font-size: 25px;
  line-height: 37.5px;
  font-size: 1.5625rem;
  line-height: 2.34375rem;
  color: #3d6325;
  text-decoration: underline;
  text-underline-offset: 8px;
}
article.first_com div p {
  margin: 10px auto 0 auto;
  font-size: 18px;
  line-height: 30px;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

#heisha {
  margin: 50px auto 0 auto;
  text-align: left;
  width: 580px;
  max-width: 100%;
}
#heisha h3 {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin: 20px auto 0 auto;
}
#heisha p {
  margin: 20px auto 0 auto;
}
#merit {
  margin: 50px auto 0 auto;
  background: #fff9e1;
  padding: 30px;
  border-radius: 10px;
}
#merit h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
#merit ul li {
  margin: 25px 0 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#merit ul li figure {
  width: 28px;
}
#merit ul li p {
  width: calc(100% - 40px);
  text-align: left;
}
#prf {
  margin: 50px auto 0 auto;
  background: white;
  padding: 30px;
}
#prf h3 {
  font-size: 19px;
  line-height: 28.5px;
  font-size: 1.1875rem;
  line-height: 1.78125rem;
}
#prf > div {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  margin: 10px auto 0 auto;
  align-items: center;
}
#prf > div p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #prf > div {
    display: block;
  }
  #prf > div figure img {
    width: 160px;
    max-width: 100%;
    margin: auto 0 auto;
  }
  #prf > div p {
    margin: 10px auto 0 auto;
  }
}

#flow {
  margin: 50px auto 0 auto;
}
#flow ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#flow ul li {
  width: calc(33% - 12px);
  padding: 20px;
  border: 2px solid #ffce4d;
  margin-top: 20px;
  border-radius: 10px;
  background: white;
}
#flow ul li figcaption {
  font-weight: 400;
  margin: 15px auto 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
#flow ul li p {
  margin: 10px auto 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
#flow ul li:nth-child(-n+3) {
  margin-top: 0;
}
#flow ul li:last-child {
  border: none;
  background: url(grp/flow_image.gif) center center no-repeat;
}
@media screen and (max-width: 768px) {
  #flow ul li {
    width: calc(50% - 12px);
  }
  #flow ul li:nth-child(3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #flow ul {
    display: block;
  }
  #flow ul li {
    width: auto;
  }
  #flow ul li:nth-child(2) {
    margin-top: 20px;
  }
  #flow ul li:last-child {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */