@charset "UTF-8";
/* sec-01
---------------------------------------- */
#sec-01 {
  width: 100%;
  padding-top: 50px;
  border-top: 4px solid #627e4f;
}

@media screen and (max-width: 768px) {
  #sec-01 {
    width: 92%;
    margin: 0 auto 50px auto;
    border-top: 0;
  }
}
#sec-01 .inner-area {
  width: 810px;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area {
    width: 100%;
  }
}
#sec-01 .inner-area:last-of-type {
  margin-bottom: 0;
}

#sec-01 .inner-area .sbj {
  width: 100%;
  margin-bottom: 15px;
  color: #627e4f;
  font-size: 1.9rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .sbj {
    font-size: 1.6rem;
  }
}
#sec-01 .inner-area .sbj_sub {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .sbj_sub {
    font-size: 1.4rem;
  }
}
#sec-01 .inner-area .sbj_sub .bg {
  padding-right: 20px;
  background: #fafafa;
}

#sec-01 .inner-area .sbj_sub:before {
  content: "■";
  color: #595757;
}

#sec-01 .inner-area .sbj_sub:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background: #627e4f;
}

#sec-01 .inner-area ul {
  margin-bottom: 15px;
  padding-left: 32px;
}

#sec-01 .inner-area ul:last-of-type {
  margin-bottom: 0;
}

#sec-01 .inner-area ul li {
  margin-bottom: 15px;
  list-style-type: decimal;
  font-size: 1.3rem;
  font-weight: 400;
}

#sec-01 .inner-area ul li:last-child {
  margin-bottom: 0;
}

#sec-01 .inner-area ul li.list_type_no {
  list-style-type: none;
}

#sec-01 .inner-area ol li {
  margin-bottom: 0;
  display: flex;
  justify-content: left;
}

#sec-01 .inner-area ol li p {
  font-size: 1.4rem;
  font-weight: 400;
}

#sec-01 .inner-area a {
  color: #627e4f;
}

#sec-01 .inner-area a:hover {
  text-decoration: underline;
}

#sec-01 .inner-area .note {
  margin-top: 30px;
}
/*# sourceMappingURL=agreement.css.map */
