/* 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;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area {
    width: 100%;
  }
}
#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 table {
  width: 100%;
}

#sec-01 .inner-area table tr {
  border-top: 1px solid #627e4f;
}

#sec-01 .inner-area table tr:last-of-type {
  border-bottom: 1px solid #627e4f;
}

#sec-01 .inner-area table th, #sec-01 .inner-area table td {
  padding: 5px 10px;
  font-size: 1.4rem;
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area table th, #sec-01 .inner-area table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
#sec-01 .inner-area table th {
  width: 30%;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area table th {
    padding-bottom: 0;
    width: 100%;
  }
}
#sec-01 .inner-area table td {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area table td {
    padding-top: 5px;
    width: 100%;
  }
}
#sec-01 .inner-area table td ol li {
  display: flex;
  justify-content: left;
}

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

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

#sec-01 .inner-area table td a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=transaction.css.map */
