@charset "UTF-8";
.cont_inr {
  max-width: 100rem;
}
.ttl {
  font-size: 1.6rem;
  border-bottom: 2px solid #79C9D3;
  padding: 1rem 0 0.5rem 1rem;
}
.txt {
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
}
.list li {
  margin-bottom: 4rem;
}
.indent li {
  margin-bottom: 0;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
.txt a {
  color: #29C6C0;
  border-bottom: 1px solid #29C6C0;
}
@media only screen and (min-width: 769px) {
  .ttl {
    font-size: 1.8rem;
  }
  .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1367px) {}